*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
textarea {
  font: inherit;
}

svg {
  display: block;
}

.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-2 { margin-top: 0.5rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.min-h-screen { min-height: 100vh; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-9 { width: 2.25rem; }
.h-9 { height: 2.25rem; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.w-20 { width: 5rem; }
.h-20 { height: 5rem; }
.w-96 { width: 24rem; }
.h-96 { height: 24rem; }
.w-full { width: 100%; }
.max-w-full { max-width: 100%; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.min-w-0 { min-width: 0; }
.flex-shrink-0 { flex-shrink: 0; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-14 { gap: 3.5rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.break-words { overflow-wrap: break-word; }
.resize-none { resize: none; }
.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-\[3rem\] { border-radius: 3rem; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom: 1px solid; }
.border-t { border-top: 1px solid; }
.border-y { border-top: 1px solid; border-bottom: 1px solid; }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.bg-black\/40 { background-color: rgba(0,0,0,0.4); }
.bg-red-500 { background-color: #ef4444; }
.bg-red-600 { background-color: #dc2626; }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-950 { background-color: #020617; }
.bg-white { background-color: #fff; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pb-24 { padding-bottom: 6rem; }
.text-center { text-align: center; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-sans { font-family: Inter, system-ui, sans-serif; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.leading-none { line-height: 1; }
.leading-snug { line-height: 1.375; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-wide { letter-spacing: 0.025em; }
.text-white { color: #fff; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-blue-400 { color: #60a5fa; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-950 { color: #020617; }
.placeholder-slate-500::placeholder { color: #64748b; opacity: 1; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.no-underline { text-decoration: none; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.hover\:bg-red-700:hover { background-color: #b91c1c; }
.hover\:bg-white\/10:hover { background-color: rgba(255,255,255,0.1); }
.hover\:border-red-500:hover { border-color: #ef4444; }
.hover\:opacity-90:hover { opacity: 0.9; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
.hover\:text-red-500:hover { color: #ef4444; }
.hover\:text-red-400:hover { color: #f87171; }
.hover\:text-white:hover { color: #fff; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.focus\:border-red-500:focus { border-color: #ef4444; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.65rem 0.85rem 0.65rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 1.25rem;
  background: rgba(15,23,42,0.48);
  color: #fff;
  box-shadow: 0 18px 45px -26px rgba(0,0,0,0.8);
  backdrop-filter: blur(12px);
}

.home-logo-mark {
  display: grid;
  place-items: center;
  width: 4.9rem;
  height: 3.4rem;
  padding: 0.3rem;
  border-radius: 0.85rem;
  background: #fff;
  flex: 0 0 auto;
}

.home-logo-mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home-logo-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.home-logo-copy strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.05;
}

.home-logo-copy small {
  color: #cbd5e1;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-title-logo {
  display: block;
  width: min(100%, 740px);
  max-width: 100%;
  margin: 0 0 2rem;
}

.home-title-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 16px 30px rgba(0,0,0,0.68))
    drop-shadow(0 2px 0 rgba(0,0,0,0.34));
}

.home-hero-side {
  display: grid;
  align-content: center;
}

.home-hero-grid {
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}

.home-hero-grid > * {
  min-width: 0;
}

.garage-opener-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2rem;
  background:
    linear-gradient(90deg, rgba(2,6,23,0.96) 0%, rgba(15,23,42,0.86) 44%, rgba(30,64,175,0.36) 100%),
    linear-gradient(135deg, rgba(185,28,28,0.72), rgba(29,78,216,0.68)),
    url("/assets/garage-door-opener-domestic.png?v=operator-accurate-20260705") center right / cover no-repeat;
  box-shadow: 0 25px 50px -20px rgba(0,0,0,0.65);
}

.garage-opener-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,6,23,0) 0%, rgba(2,6,23,0.2) 50%, rgba(2,6,23,0.58) 100%);
  pointer-events: none;
}

.garage-opener-promo-content,
.garage-opener-promo-price {
  position: relative;
  z-index: 1;
}

.garage-opener-promo-eyebrow {
  color: #fca5a5;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.garage-opener-promo h2 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1.04;
  max-width: 680px;
}

.garage-opener-promo-copy {
  color: #dbeafe;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 680px;
  margin-top: 0.85rem;
}

.garage-opener-promo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.garage-opener-promo-chips span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 9999px;
  color: #f8fafc;
  background: rgba(15,23,42,0.64);
  font-size: 0.92rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.garage-opener-promo-chips span::before {
  content: "\2714";
  color: #f87171;
  font-size: 0.8rem;
}

.garage-opener-promo-price {
  min-width: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(220,38,38,0.92), rgba(29,78,216,0.9));
  text-align: center;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,0.7);
}

.garage-opener-promo-price strong {
  display: block;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 0.95;
}

.garage-opener-promo-price span,
.garage-opener-promo-price em {
  display: block;
}

.garage-opener-promo-save {
  color: rgba(255,255,255,0.76);
  font-size: 0.86rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-decoration: line-through;
}

.garage-opener-promo-price span:not(.garage-opener-promo-save) {
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.garage-opener-promo-price em {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  color: #020617;
  background: #fff;
  font-style: normal;
  font-weight: 900;
}

.garage-opener-promo:hover {
  border-color: rgba(248,113,113,0.72);
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:gap-5 { gap: 1.25rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:p-16 { padding: 4rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:flex-row { flex-direction: row; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:text-right { text-align: right; }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body {
    width: 100%;
  }

  .max-w-7xl,
  .max-w-3xl,
  .max-w-2xl {
    max-width: 100%;
  }

  .inline-flex {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.25;
  }

  .px-6 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .px-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .py-24 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-4xl {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .text-5xl,
  .md\:text-5xl,
  .md\:text-6xl,
  .md\:text-7xl {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.6;
  }

  .rounded-\[2rem\],
  .rounded-\[3rem\] {
    border-radius: 1.35rem;
  }

  h1,
  h2,
  h3,
  p,
  a,
  span,
  div {
    overflow-wrap: break-word;
  }

  .garage-opener-promo {
    grid-template-columns: 1fr;
    padding: 1.35rem;
    background:
      linear-gradient(180deg, rgba(2,6,23,0.96) 0%, rgba(15,23,42,0.88) 48%, rgba(30,64,175,0.42) 100%),
      linear-gradient(135deg, rgba(185,28,28,0.72), rgba(29,78,216,0.68)),
      url("/assets/garage-door-opener-domestic.png?v=operator-accurate-20260705") center bottom / cover no-repeat;
  }

  .garage-opener-promo h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .garage-opener-promo-copy {
    font-size: 0.98rem;
  }

  .garage-opener-promo-chips {
    gap: 0.5rem;
  }

  .garage-opener-promo-chips span {
    min-height: 2.1rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.82rem;
  }

  .garage-opener-promo-price {
    width: 100%;
    min-width: 0;
    padding: 1.1rem;
  }

  .home-logo-lockup {
    gap: 0.72rem;
    padding: 0.55rem 0.7rem 0.55rem 0.55rem;
    border-radius: 1rem;
  }

  .home-logo-mark {
    width: 4.1rem;
    height: 3rem;
  }

  .home-logo-copy strong {
    font-size: 1rem;
  }

  .home-logo-copy small {
    font-size: 0.76rem;
  }

  .home-title-logo {
    width: 100%;
    max-width: 350px;
    margin-bottom: 1.5rem;
  }

  .home-title-logo img {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-grid p {
    max-width: 100%;
  }

  .home-hero-grid {
    width: min(calc(100% - 40px), 350px);
    max-width: 350px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-grid > * {
    width: 100%;
    max-width: 100%;
  }
}
