:root {
  --brand-blue: #38b6ff;
  --brand-blue-dark: #07638d;
  --ink: #123142;
  --muted: #5d6d78;
  --aqua: #e9f8f9;
  --surface: #ffffff;
  --surface-soft: #f5fbfc;
  --coral: #ff8f75;
  --sage: #76b59b;
  --gold: #ffd166;
  --petal: #fff2ee;
  --mint: #edf8f3;
  --line: rgba(18, 49, 66, 0.12);
  --shadow: 0 18px 44px rgba(8, 106, 149, 0.16);
  --radius: 8px;
  --container: 1160px;
  --hero-image: url("https://glowgroomingmobile.com/wp-content/uploads/2024/09/1725342357.jpeg");
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--aqua);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.has-lightbox { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, input, select { font: inherit; }
.container { width: min(100% - 40px, var(--container)); margin: 0 auto; min-width: 0; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.geo-announcement { background: #fff; color: var(--brand-blue-dark); border-bottom: 1px solid rgba(56,182,255,0.18); font-size: 13px; font-weight: 800; }
.geo-announcement[hidden] { display: none !important; }
.geo-announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.geo-announcement svg { color: var(--coral); }
.topbar { background: #fff; color: var(--brand-blue-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.topbar__inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 28px; text-align: center; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--brand-blue); box-shadow: 0 10px 30px rgba(8, 106, 149, 0.18); }
.header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 94px; height: auto; filter: drop-shadow(0 5px 12px rgba(0,0,0,0.08)); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #fff; font-weight: 800; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 2px; background: #fff; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--brand-blue-dark); align-items: center; justify-content: center; }
.header__actions { display: flex; align-items: center; gap: 10px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; white-space: nowrap; cursor: pointer; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:disabled { opacity: 0.7; cursor: wait; transform: none; }
.btn--round { width: 112px; height: 112px; padding: 14px; flex-direction: column; background: #fff; color: var(--brand-blue); border-radius: 50%; font-size: 16px; line-height: 1.05; }
.btn--primary { width: 100%; background: var(--brand-blue); color: #fff; box-shadow: 0 14px 34px rgba(56, 182, 255, 0.28); }
.btn--light { background: #fff; color: var(--brand-blue-dark); }
.btn--header-call { min-height: 46px; padding: 12px 18px; background: rgba(255,255,255,0.18); color: #fff; border-color: rgba(255,255,255,0.38); }
.btn--header-coupon { min-height: 46px; padding: 12px 20px; background: #fff; color: var(--brand-blue-dark); box-shadow: 0 10px 24px rgba(8,106,149,0.16); }
.btn--outline-light { background: transparent; border-color: rgba(255,255,255,0.58); color: #fff; }
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: linear-gradient(90deg, transparent 0%, transparent 58%, var(--surface-soft) 58%, var(--surface-soft) 100%); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media { right: calc(50% - 80px); background-image: var(--hero-image); background-size: cover; background-position: center 45%; z-index: -2; transform: scale(1.01); filter: saturate(1.08) brightness(1.02); }
.hero__shade { right: calc(50% - 80px); background: linear-gradient(90deg, rgba(7,71,96,0.78) 0%, rgba(7,99,141,0.52) 58%, rgba(255,143,117,0.08) 100%); z-index: -1; }
.hero-lead-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 44px; align-items: center; padding: 50px 0 70px; }
.hero__content { color: #fff; }
.eyebrow { margin: 0 0 12px; color: var(--brand-blue-dark); font-size: 13px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light, .hero .eyebrow { color: #c8f1ff; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: anywhere; }
h1, h2 { font-family: "Fredoka", Arial, sans-serif; font-weight: 600; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 680px; margin-bottom: 18px; font-size: 54px; }
h2 { margin-bottom: 16px; font-size: 38px; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
.hero__lead { max-width: 620px; margin-bottom: 24px; color: rgba(255,255,255,0.9); font-size: 18px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof span { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; color: #fff; font-weight: 800; backdrop-filter: blur(8px); }
.lead-card { padding: 22px; border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius); background: rgba(255,255,255,0.96); box-shadow: var(--shadow); }
.lead-card__badge { display: inline-flex; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; background: var(--aqua); color: var(--brand-blue-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.lead-card h2 { margin-bottom: 8px; font-size: 28px; }
.lead-card p { color: var(--muted); }
.offer-box { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin: 14px 0; padding: 12px; border: 1px solid rgba(56,182,255,0.28); border-radius: var(--radius); background: var(--aqua); }
.offer-box strong { display: inline-flex; align-items: center; min-height: 36px; padding: 0 10px; border-radius: 999px; background: #fff; color: var(--brand-blue-dark); font-size: 20px; line-height: 1; white-space: nowrap; }
.offer-box span { color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.3; }
.coupon-form { display: grid; gap: 10px; }
.coupon-form label { display: grid; gap: 6px; color: var(--ink); font-size: 13px; font-weight: 800; }
.coupon-form input, .coupon-form select { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); outline: none; }
.coupon-form input, .coupon-form select, .coupon-form button { scroll-margin: 96px 0; }
.coupon-form input:focus, .coupon-form select:focus { border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(56,182,255,0.16); }
.form-row { display: grid; grid-template-columns: 1fr 0.78fr; gap: 12px; }
.checkbox-label { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-weight: 600 !important; color: var(--muted) !important; }
.checkbox-label input { min-height: 18px; margin-top: 2px; padding: 0; }
.form-note { margin: 0; font-size: 12px; }
.trust-strip { position: relative; margin-top: -48px; z-index: 2; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.trust-strip span { min-height: 96px; display: grid; align-content: center; gap: 6px; padding: 20px; border-right: 1px solid var(--line); color: var(--muted); }
.trust-strip span:last-child { border-right: 0; }
.trust-strip strong { display: block; color: var(--brand-blue-dark); font-size: 20px; }
.section { position: relative; overflow: hidden; padding: 72px 0; background: #fff; }
.section > .container { position: relative; z-index: 1; }
.section--light { background: var(--surface-soft); }
.why-section { background: linear-gradient(135deg, var(--surface-soft) 0%, #fff 100%); }
.reviews-section { background: linear-gradient(180deg, #fff 0%, var(--petal) 100%); }
.packages-section { background: linear-gradient(135deg, #fff 0%, var(--mint) 100%); }
.why-section::before, .reviews-section::before, .packages-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.22; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%2338b6ff' stroke-width='3' stroke-linecap='round' opacity='.55'%3E%3Ccircle cx='45' cy='58' r='13'/%3E%3Ccircle cx='28' cy='43' r='5'/%3E%3Ccircle cx='43' cy='34' r='5'/%3E%3Ccircle cx='59' cy='35' r='5'/%3E%3Ccircle cx='73' cy='48' r='5'/%3E%3Cpath d='M83 77c8-8 16-8 24 0M88 88h14'/%3E%3C/g%3E%3C/svg%3E"); background-size: 210px 210px; }
.section--blue, .final-cta { background: var(--brand-blue-dark); color: #fff; }
.section__heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section__heading p, .section__intro p, .proof-points + p { color: var(--muted); }
.section__heading--compact { max-width: 680px; }
.split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 52px; align-items: center; }
.benefit-grid, .pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit-card, .price-card, .review-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(8,106,149,0.08); }
.benefit-card { min-height: 220px; padding: 22px; }
.benefit-card svg { width: 34px; height: 34px; margin-bottom: 26px; color: var(--coral); }
.benefit-card p, .price-card p, .review-card p, .faq-list p, .van-card p { color: var(--muted); }
.benefit-card--highlight { border-color: rgba(56,182,255,0.45); background: linear-gradient(180deg, #ffffff 0%, #effbff 100%); }
.proof-points { display: grid; gap: 12px; margin-top: 24px; }
.proof-points span { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.proof-points svg { color: var(--sage); }
.van-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.van-card img { width: 100%; aspect-ratio: 4 / 2.8; object-fit: cover; }
.van-card div { padding: 22px; }
.van-card strong { display: block; margin-bottom: 8px; color: var(--brand-blue-dark); font-size: 22px; }
.coupon-band__inner, .final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.coupon-band p, .final-cta p { color: rgba(255,255,255,0.84); }
.coupon-band h2, .final-cta h2 { margin-bottom: 0; }
.review-platforms { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 20px; }
.platform-card { min-height: 100px; display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.9); box-shadow: 0 12px 28px rgba(8,106,149,0.08); }
.platform-card strong { display: block; color: var(--ink); font-size: 18px; text-transform: uppercase; }
.platform-card p { margin: 0; color: var(--muted); font-weight: 700; }
.platform-logo { width: 104px; height: 42px; object-fit: contain; object-position: left center; }
.review-carousel { display: grid; gap: 18px; }
.review-carousel__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-carousel__viewport::-webkit-scrollbar { display: none; }
.review-carousel__track { display: flex; gap: 18px; }
.review-card { min-height: 250px; flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; padding: 24px; }
.review-card--pending { border-style: dashed; background: #fbfdfe; }
.review-card__platform { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--brand-blue-dark); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.review-card__platform img { width: 22px; height: 22px; object-fit: contain; }
.stars { margin-bottom: 18px; color: var(--gold); font-size: 20px; letter-spacing: 0; }
.review-card strong { display: block; margin-top: 18px; color: var(--ink); }
.review-card span { color: var(--muted); font-size: 13px; }
.review-carousel__controls { display: flex; justify-content: center; gap: 10px; }
.carousel-btn { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--brand-blue-dark); cursor: pointer; box-shadow: 0 8px 20px rgba(8,106,149,0.1); }
.split--areas { align-items: stretch; }
.area-groups { display: grid; gap: 10px; margin-top: 20px; }
.area-group { overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.9); box-shadow: 0 10px 24px rgba(8,106,149,0.06); }
.area-group summary { min-height: 58px; display: grid; grid-template-columns: 1fr 28px; align-items: center; column-gap: 14px; padding: 14px 16px; cursor: pointer; color: var(--ink); list-style: none; }
.area-group summary::-webkit-details-marker { display: none; }
.area-group summary::after { content: "+"; grid-column: 2; grid-row: 1 / span 2; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--aqua); color: var(--brand-blue-dark); font-weight: 900; }
.area-group[open] summary::after { content: "-"; }
.area-group summary span { grid-column: 1; display: block; color: var(--brand-blue-dark); font-weight: 900; }
.area-group summary small { grid-column: 1; display: block; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.35; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.area-group .area-list { margin-top: 0; padding: 0 16px 16px; }
.area-list span { min-height: 32px; display: inline-flex; align-items: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--brand-blue-dark); font-size: 12px; font-weight: 800; }
.map-card { min-height: 300px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; min-height: 300px; border: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { min-height: 230px; display: flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); cursor: zoom-in; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; max-height: 300px; object-fit: contain; object-position: center center; border-radius: var(--radius); transition: transform 180ms ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.03); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin: 0 auto; }
.price-card { min-height: 390px; display: flex; flex-direction: column; padding: 28px; }
.price-card--featured { border-color: rgba(56,182,255,0.45); box-shadow: var(--shadow); }
.price-card__top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.price-card__top svg { width: 34px; height: 34px; color: var(--brand-blue); }
.price-card__top span { padding: 7px 10px; border-radius: 999px; background: var(--aqua); color: var(--brand-blue-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.price-card ul { margin: 12px 0 0; padding: 0; list-style: none; }
.price-card li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.faq-wrap { max-width: 840px; }
.faq-list { display: grid; gap: 12px; }
details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
summary { min-height: 64px; display: flex; align-items: center; padding: 18px 22px; cursor: pointer; color: var(--ink); font-weight: 800; }
details p { margin: 0; padding: 0 22px 22px; }
.final-cta { padding: 52px 0; }
.site-footer { padding: 24px 0 90px; background: #fff; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer__inner img { width: 78px; }
.footer__inner p { margin-bottom: 0; color: var(--muted); }
.footer__inner a { color: var(--brand-blue-dark); font-weight: 800; }
.footer__credit { margin-left: auto; color: rgba(18,49,66,0.45); font-size: 11px; font-weight: 600; }
.footer__credit a { color: rgba(18,49,66,0.62); font-weight: 700; }
.agency-mark { margin-left: auto; opacity: 0.18; filter: grayscale(1); transition: opacity 180ms ease, filter 180ms ease; }
.agency-mark:hover, .agency-mark:focus-visible { opacity: 0.42; filter: grayscale(0); }
.agency-mark img { width: 96px; height: auto; }
.success-toast { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; gap: 2px; max-width: 340px; padding: 18px 20px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.success-toast[hidden] { display: none !important; }
.success-toast span { color: rgba(255,255,255,0.78); }
.thank-you-page { min-height: 100vh; background: linear-gradient(135deg, var(--surface-soft) 0%, var(--petal) 100%); }
.thank-you-main { min-height: calc(100vh - 160px); display: grid; align-items: center; }
.thank-you-hero { position: relative; padding: 54px 0; overflow: hidden; }
.thank-you-hero::before { content: ""; position: absolute; inset: 0; opacity: 0.18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%2338b6ff' stroke-width='3' stroke-linecap='round' opacity='.55'%3E%3Ccircle cx='45' cy='58' r='13'/%3E%3Ccircle cx='28' cy='43' r='5'/%3E%3Ccircle cx='43' cy='34' r='5'/%3E%3Ccircle cx='59' cy='35' r='5'/%3E%3Ccircle cx='73' cy='48' r='5'/%3E%3Cpath d='M83 77c8-8 16-8 24 0M88 88h14'/%3E%3C/g%3E%3C/svg%3E"); background-size: 190px 190px; }
.thank-you-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 22px; align-items: start; }
.thank-you-brand { grid-column: 1 / -1; display: inline-flex; align-items: center; width: max-content; margin: 0 0 6px; padding: 0; }
.thank-you-brand img { display: block; width: auto; height: 54px; }
.coupon-unlocked, .thank-you-steps { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.94); box-shadow: var(--shadow); }
.coupon-unlocked { padding: 38px 38px 38px; }
.coupon-unlocked h1 { color: var(--brand-blue-dark); }
.coupon-unlocked p { max-width: 660px; color: var(--muted); }
.coupon-code-card { display: grid; gap: 8px; margin: 28px 0; padding: 20px; border: 1px dashed rgba(56,182,255,0.5); border-radius: var(--radius); background: var(--aqua); text-align: center; }
.coupon-code-card span { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.coupon-code-card strong { color: var(--brand-blue-dark); font-family: "Fredoka", Arial, sans-serif; font-size: 42px; line-height: 1; letter-spacing: 0; }
.thank-you-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.thank-you-actions .btn--light { border-color: var(--line); box-shadow: 0 12px 28px rgba(8,106,149,0.08); }
.thank-you-steps { display: grid; gap: 0; padding: 18px; align-content: center; }
.thank-you-steps div { display: grid; grid-template-columns: 34px 1fr; gap: 3px 12px; padding: 18px 8px; border-bottom: 1px solid var(--line); }
.thank-you-steps div:last-child { border-bottom: 0; }
.thank-you-steps svg { grid-row: span 2; width: 30px; height: 30px; color: var(--coral); }
.thank-you-steps strong { color: var(--brand-blue-dark); }
.thank-you-steps span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.thank-you-footer { padding-bottom: 28px; }
.lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 28px; background: rgba(9,31,43,0.82); }
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: min(100%, 1040px); max-height: 86vh; object-fit: contain; border-radius: var(--radius); background: #fff; box-shadow: 0 22px 54px rgba(0,0,0,0.34); }
.lightbox__close { position: fixed; top: 22px; right: 22px; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.mobile-booking-bar { display: none; }
svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; stroke-width: 2.4; }
.split > *, .benefit-grid > *, .pricing-grid > *, .review-carousel > *, .review-platforms > *, .hero-lead-grid > *, .trust-strip__grid > *, .gallery-grid > *, .footer__inner > *, .final-cta__inner > * { min-width: 0; }

@media (max-width: 1080px) {
  .hero { background: linear-gradient(180deg, #102f40 0%, #102f40 56%, var(--surface-soft) 56%, var(--surface-soft) 100%); }
  .hero__media, .hero__shade { right: 0; bottom: auto; height: 620px; }
  .hero-lead-grid, .split { grid-template-columns: 1fr; }
  .lead-card { max-width: 560px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; }
  .review-platforms, .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .review-card { flex-basis: calc((100% - 18px) / 2); }
  .map-card iframe, .map-card { min-height: 280px; }
}
@media (max-width: 820px) {
  .topbar__inner { flex-wrap: wrap; gap: 8px 18px; padding: 10px 0; }
  .site-nav, .header__actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav.is-open { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: grid; gap: 8px; padding: 18px; border-radius: var(--radius); background: #fff; color: var(--brand-blue-dark); box-shadow: var(--shadow); }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .trust-strip { margin-top: 0; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip span { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip span:last-child { border-bottom: 0; }
  .coupon-band__inner, .final-cta__inner, .footer__inner { align-items: flex-start; flex-direction: column; }
  .agency-mark { margin-left: 0; }
  .thank-you-main { min-height: auto; }
  .thank-you-shell { grid-template-columns: 1fr; }
  .thank-you-brand img { height: 46px; }
}
@media (max-width: 640px) {
  body { padding-bottom: 62px; font-size: 15px; }
  .container { width: min(100% - 28px, var(--container)); }
  .topbar { font-size: 12px; }
  .topbar__inner { min-height: 34px; flex-wrap: nowrap; gap: 0; padding: 5px 0; }
  .topbar__inner > span { display: none; }
  .topbar a { justify-content: center; }
  .geo-announcement { font-size: 12px; }
  .geo-announcement__inner { min-height: 32px; }
  .header__inner { min-height: 64px; }
  .brand img { width: 76px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { min-height: auto; }
  .hero { background: linear-gradient(180deg, #0f5f7b 0%, #0f5f7b 46%, var(--surface-soft) 46%, var(--surface-soft) 100%); }
  .hero__shade { height: 430px; background: linear-gradient(180deg, rgba(7,71,96,0.58) 0%, rgba(7,71,96,0.78) 100%); }
  .hero__media { height: 430px; background-position: 68% 42%; filter: saturate(1.16) brightness(1.12); }
  .hero-lead-grid { padding: 30px 0 44px; gap: 20px; }
  h1 { font-size: 31px; }
  h2 { font-size: 31px; }
  .hero .eyebrow { margin-bottom: 8px; font-size: 11px; }
  .hero__lead { margin-bottom: 0; font-size: 15px; line-height: 1.55; }
  .hero__proof { display: none; }
  .lead-card { padding: 18px; }
  .lead-card h2 { font-size: 26px; }
  .form-row, .benefit-grid, .review-platforms, .gallery-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .review-card { flex-basis: 88%; }
  .platform-card { min-height: 88px; }
  .area-group summary { grid-template-columns: 1fr; gap: 8px; padding: 14px 52px 14px 14px; }
  .area-group summary::after { position: absolute; top: 14px; right: 14px; }
  .area-group { position: relative; }
  .area-list span { min-height: 30px; font-size: 11px; }
  .map-card, .map-card iframe { min-height: 240px; }
  .gallery-item { min-height: 285px; }
  .btn { width: 100%; min-height: 50px; white-space: normal; }
  .final-cta__actions { width: 100%; }
  .thank-you-hero { padding: 28px 0; }
  .coupon-unlocked { padding: 28px 18px; }
  .coupon-code-card strong { font-size: 34px; }
  .thank-you-actions { grid-template-columns: 1fr; }
  .thank-you-steps { padding: 8px 14px; }
  .thank-you-steps div { padding: 16px 0; }
  .success-toast { left: 14px; right: 14px; bottom: 76px; max-width: none; }
  .mobile-booking-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 0.8fr 1.2fr; background: #fff; box-shadow: 0 -10px 24px rgba(18,49,66,0.14); transition: transform 180ms ease; }
  .mobile-booking-bar.is-hidden { transform: translateY(100%); pointer-events: none; }
  .mobile-booking-bar a { min-height: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--brand-blue-dark); font-weight: 800; }
  .mobile-booking-bar a:last-child { background: var(--brand-blue); color: #fff; }
}
