:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gold: #fce34b;
  --ink: #0c2439;
  --blue-gray: #7692ab;
  --paper: #ffffff;
  --mist: #f6f8fa;
  --line: rgba(12, 36, 57, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.03em;
  line-height: 1.05;
}

h1 {
  font-size: 39px;
}

h2 {
  font-size: 28px;
}

h3,
h4 {
  font-size: 20px;
}

p,
li,
a,
button,
input,
textarea {
  font-size: 16px;
}

.site-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 42%, #ffffff 100%);
}

.lux-container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 36, 57, 0.95);
  color: #fff;
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
}

.brand {
  color: #fff !important;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.desktop-nav,
.desktop-phone {
  display: none !important;
}

.desktop-nav a {
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  opacity: 0.9;
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold) !important;
  opacity: 1;
}

.hamburger {
  display: inline-flex !important;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease, opacity 220ms ease;
}

.hamburger span::before {
  transform: translateY(-7px);
}

.hamburger span::after {
  transform: translateY(5px);
}

.hamburger[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.hamburger[aria-expanded="true"] span::before {
  transform: translateY(0) rotate(90deg);
}

.hamburger[aria-expanded="true"] span::after {
  opacity: 0;
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0c2439;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu a {
  display: block;
  color: #fff !important;
  font-size: 18px;
  padding: 14px 0;
}

.btn-primary,
.btn-secondary,
.desktop-phone,
.mobile-menu-phone,
.sticky-call-button {
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary,
.desktop-phone,
.mobile-menu-phone,
.sticky-call-button {
  background: #fce34b;
  color: #0c2439 !important;
  box-shadow: 0 18px 38px rgba(252, 227, 75, 0.2);
}

.btn-primary:hover,
.desktop-phone:hover,
.mobile-menu-phone:hover,
.sticky-call-button:hover {
  transform: translateY(-2px);
  background: #fff08a;
  box-shadow: 0 20px 45px rgba(252, 227, 75, 0.3);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff !important;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(118, 146, 171, 0.34), transparent 32%), linear-gradient(135deg, #0c2439 0%, #102f4a 58%, #071725 100%);
  color: #fff;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(252, 227, 75, 0.11) 1px, transparent 1px), linear-gradient(180deg, rgba(252, 227, 75, 0.08) 1px, transparent 1px);
  background-size: 82px 82px;
  content: "";
  opacity: 0.35;
}

.hero-card {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: stretch;
  padding: 28px 0 44px;
}

.hero-copy,
.hero-media {
  min-height: 100%;
}

.hero-copy {
  padding: 32px 0 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fce34b;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero-section h1,
.section-dark h2,
.section-dark h3 {
  color: #fff !important;
}

.hero-stars,
.review-stars {
  color: #fce34b;
  font-size: 22px;
  letter-spacing: 0.12em;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 30%;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px;
}

.hero-media {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.hero-media img,
.lux-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 230px;
  border: 1px solid rgba(252, 227, 75, 0.42);
  border-radius: 24px;
  background: rgba(12, 36, 57, 0.86);
  color: #fff;
  padding: 18px;
  backdrop-filter: blur(10px);
}

.magazine-section {
  padding: 64px 0;
}

.section-kicker {
  color: #5f7183;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gold-rule {
  width: 86px;
  height: 5px;
  border-radius: 999px;
  background: #fce34b;
}

.content-image-block {
  display: grid;
  gap: 28px;
  align-items: center;
}

.content-image-block.reverse .lux-image {
  order: -1;
}

.lux-copy {
  border-radius: 30px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(12, 36, 57, 0.08);
}

.lux-image {
  min-height: 280px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(12, 36, 57, 0.17);
}

.feature-list li,
.zip-list li {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.feature-list li:first-child,
.zip-list li:first-child {
  border-top: 0;
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-card,
.why-card,
.faq-card,
.review-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  color: #374151;
  box-shadow: 0 18px 48px rgba(12, 36, 57, 0.07);
}

.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #0c2439;
  color: #fce34b;
}

.service-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reviews-section {
  background: #0c2439;
  color: #fff;
}

.reviews-section h2,
.reviews-section h3 {
  color: #fff !important;
}

.review-window {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-slide {
  min-width: 100%;
  padding: 0 6px;
}

.review-card {
  height: 100%;
  padding: 24px;
}

.review-card blockquote,
.review-card p,
.review-card cite {
  color: #263341;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  transition: background 180ms ease, color 180ms ease;
}

.carousel-btn:hover {
  background: #fce34b;
  color: #0c2439;
}

.cta-band {
  border-radius: 34px;
  background: linear-gradient(135deg, #0c2439, #173d5e);
  color: #fff;
  padding: 34px;
  overflow: hidden;
  position: relative;
}

.cta-band h2,
.cta-band h3 {
  color: #fff !important;
}

.footer {
  background: #071725;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.footer a,
.footer p,
.footer li {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
}

.footer .brand {
  font-size: 24px;
}

.sticky-call-wrap {
  display: block !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 240ms ease, opacity 240ms ease;
}

.sticky-call-wrap.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-call-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid rgba(12, 36, 57, 0.18);
  font-size: 16px;
}

.page-turn {
  opacity: 0;
  transform: perspective(900px) rotateY(-7deg) translateY(24px);
  transform-origin: left center;
  transition: opacity 620ms ease, transform 620ms ease;
}

.page-turn.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateY(0deg) translateY(0);
}

@media (min-width: 640px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .desktop-nav,
  .desktop-phone {
    display: flex !important;
  }

  .hamburger,
  .mobile-menu,
  .sticky-call-wrap {
    display: none !important;
  }

  .hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 46px;
    padding: 58px 0 78px;
  }

  .hero-copy {
    padding: 40px 0;
  }

  .magazine-section {
    padding: 92px 0;
  }

  .content-image-block {
    grid-template-columns: minmax(0, 65fr) minmax(260px, 35fr);
    gap: 42px;
  }

  .content-image-block.reverse {
    grid-template-columns: minmax(260px, 35fr) minmax(0, 65fr);
  }

  .content-image-block.reverse .lux-image {
    order: 0;
  }

  .content-image-block.reverse .lux-copy {
    order: 2;
  }

  .lux-copy {
    padding: 42px;
  }

  .service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .review-slide {
    min-width: 33.333333%;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .lux-container {
    width: min(100% - 64px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
