/* Shared visual polish: footer branding, mobile rhythm, and logo-inspired stars. */
/* Native navigation stays functional without scripts or transition support. */
@view-transition{navigation:auto}
::view-transition-old(root){animation:calm-page-out .18s ease-out both}
::view-transition-new(root){animation:calm-page-in .28s ease-out both}
@keyframes calm-page-out{to{opacity:0}}
@keyframes calm-page-in{from{opacity:0}to{opacity:1}}
.fitness-page main{animation:calm-page-in .32s ease-out both}
@media(prefers-reduced-motion:reduce){
  ::view-transition-old(root),::view-transition-new(root){animation:none}
  .fitness-page main{animation:none}
}
/* Preserve the original icon and SPARKLE artwork while replacing its raster subtitle.
   Live SVG text stays crisp and scales with the untouched brand artwork. */
.sparkle-brandmark{position:relative;display:inline-block;flex:0 0 auto;width:200px;max-width:100%;line-height:0;vertical-align:middle}
.sparkle-brandmark>img{display:block;width:100%;height:auto;clip-path:polygon(0 0,100% 0,100% 63%,29% 63%,29% 100%,0 100%)}
.sparkle-brandmark .sparkle-brandmark__subtitle{position:absolute;left:31.29%;top:63%;width:66.12%;height:16%;fill:#a9e3e9;stroke:none;filter:none;overflow:visible}
.sparkle-brandmark__subtitle text{font-family:'DM Sans',Arial,sans-serif;font-size:52px;font-weight:500}
.footer-brand .sparkle-brandmark{width:100%}
.sparkle-brandmark--stacked{width:561.5px}
.sparkle-brandmark--stacked>img{clip-path:inset(0 0 14% 0)}
.sparkle-brandmark--stacked .sparkle-brandmark__subtitle{left:11.7%;top:86.5%;width:76.4%;height:6.7%}
.sparkle-brandmark--stacked .sparkle-brandmark__subtitle text{font-size:42px;font-weight:400}
.hero-copy>.eyebrow{white-space:nowrap;font-size:clamp(9px,2.7vw,12px);letter-spacing:clamp(.07em,.35vw,.23em);gap:clamp(7px,2vw,13px)}
.hero-copy>.eyebrow::before{flex:0 0 auto;width:clamp(12px,4vw,25px)}
.booking-addon-price{display:block;margin-top:8px;color:var(--blue);font-weight:600}
.baseboard-price-tiers{margin:0}
.baseboard-price-tiers>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line)}
.baseboard-price-tiers dd{margin:0;color:var(--blue);font-weight:600;text-align:right}
.baseboard-price-tiers dt{color:var(--muted)}
#baseboard-detail{scroll-margin-top:var(--public-header-height,178px)}
.site-header{height:126px;padding-top:34px}
.header-contact-bar{position:absolute;inset:0 0 auto;height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 max(4vw,32px);border-bottom:1px solid rgba(169,214,245,.13);background:#090f18;color:#aeb7c4;font-size:11px;line-height:1;letter-spacing:.055em}
.header-contact-bar p{margin:0;white-space:nowrap}
.header-phone-link{display:inline-flex;min-height:34px;align-items:center;color:var(--blue);font-weight:700;white-space:nowrap;transition:color .2s}
.header-phone-link:hover{color:var(--ice)}
.header-phone-link:focus-visible,.footer-phone:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:2px}
.footer .footer-phone{margin-top:7px;color:var(--ice)}
.footer .footer-service-area{margin:12px 0 0;max-width:220px;font-size:13px;line-height:1.45}
.footer a.footer-instagram{display:inline-flex;align-items:center;gap:10px;min-height:44px;max-width:100%;margin-top:14px;color:var(--blue);border-radius:6px}
.footer-instagram>svg{flex:none}
.footer-instagram>span{display:grid;gap:1px;min-width:0;line-height:1.4}
.footer-instagram strong{font-size:14px;font-weight:600}
.footer-instagram>span>span{font-size:12px;color:var(--muted);overflow-wrap:anywhere}
.footer a.footer-instagram:hover{color:var(--ice)}
.footer a.footer-instagram:hover strong{text-decoration:underline;text-underline-offset:3px}
.footer a.footer-instagram:focus-visible{outline:2px solid var(--blue);outline-offset:5px}
:root{--button-radius:12px;--surface-radius:20px}

/* Keep action controls consistent with the rounded booking calendar. */
.button,
.booking-service,
.booking-addon-chip,
.booking-slot,
.calendar-day{border-radius:var(--button-radius)}

/* Rounded booking surfaces and form controls. */
.booking-widget,
.quote-form,
.booking-price,
.booking-summary,
.form-message,
.booking-modal__panel,
.checkout-toast__card,
.booking-address{border-radius:var(--button-radius)}

.booking-address input,
.booking-details input,
.booking-details select,
.booking-details textarea,
.booking-options select,
.booking-addon-qty select,
.quote-form input,
.quote-form select,
.quote-form textarea{border-radius:var(--button-radius)}

/* Give card grids separate rounded items instead of one square-edged block. */
.service-grid,
.review-grid{border:0;gap:16px}

.service-grid>.card,
.review-grid>.review,
.product-summary-card,
.products-purpose-card,
.products-summary-cta,
.service-overview-card,
.how-overview-card,
.expect-card,
.standard-card,
.faq-item,
.product-copy-card,
.mosaic-card{border:1px solid var(--line);border-radius:var(--surface-radius);overflow:hidden}

.footer-brand{display:inline-block!important;width:min(230px,100%)}
.footer-brand img{display:block;width:100%;height:auto}
.footer-brand{position:relative}
.footer-brand::after{content:"✦";position:absolute;right:-22px;bottom:28%;color:#fff;font-size:17px;line-height:1;text-shadow:0 0 9px #fff,0 0 24px rgba(169,214,245,.95);transform-origin:center;animation:secondaryHeroTwinkle 2.8s ease-in-out infinite}

/* Select menus use the softer oval treatment from the original form. */
.booking-details select,
.booking-options select,
.booking-addon-qty select,
.quote-form select{border-radius:999px}

.particle.sparkle-particle{color:#fff;font-size:17px;line-height:1;text-shadow:0 0 7px #fff,0 0 18px rgba(169,214,245,.95);animation-name:sparkleDrift}
.particle.sparkle-particle:nth-child(3n){font-size:13px}
.particle.sparkle-particle:nth-child(3n+1){font-size:21px}
.spark{color:#fff!important;font-size:18px;text-shadow:0 0 8px #fff,0 0 22px rgba(169,214,245,.95);animation-name:logoTwinkle;animation-duration:2.4s}
.s1{font-size:22px}
.s2{animation-delay:-.8s}
.s3{font-size:14px!important;animation-delay:-1.6s}
.hero-art .s4{top:10%;right:7%;font-size:13px;animation-delay:-.35s}
.hero-art .s5{bottom:12%;left:8%;font-size:10px;animation-delay:-1.15s;opacity:.8}
.hero-art .s6{bottom:5%;left:38%;font-size:8px;animation-delay:-1.85s;opacity:.72}
.hero-art .s7{bottom:16%;right:18%;font-size:11px;animation-delay:-2.2s;opacity:.86}
.hero-art .spark-faint{font-size:7px;text-shadow:0 0 5px rgba(255,255,255,.7),0 0 12px rgba(169,214,245,.5);animation-name:faintTwinkle;animation-duration:4.4s}
.hero-art .s8{top:42%;left:7%;animation-delay:-.7s}
.hero-art .s9{top:68%;left:53%;animation-delay:-2.6s}
.hero-art .s10{bottom:4%;right:31%;animation-delay:-3.5s}
.hero{min-height:calc(100svh - 126px)}
.hero-copy h1{font-size:clamp(42px,4.6vw,72px)}
.hero-title-line{display:block;white-space:nowrap}
.hero-title-line--plain{color:var(--text)}
.hero>.spark,.hero-art>.spark,.hero-art>.particles{opacity:0;visibility:hidden;transition:opacity .45s ease,visibility 0s linear .45s}
.hero.hero-sparkles-visible>.spark,.hero.hero-sparkles-visible .hero-art>.spark,.hero.hero-sparkles-visible .hero-art>.particles{opacity:1;visibility:visible;transition:opacity .45s ease,visibility 0s}
#contact,#reviews{scroll-margin-top:126px}

/* Shared stationary twinkle for the secondary-page hero marks. */
.sparkle-heading-spark{display:inline-block;color:#fff!important;line-height:1;opacity:1!important;text-shadow:0 0 9px #fff,0 0 24px rgba(169,214,245,.95);transform-origin:center;animation:secondaryHeroTwinkle 2.8s ease-in-out infinite}
.how-spark{animation-delay:-.9s}.products-spark{animation-delay:-1.7s}

/* Bubble details echo the cleaning bubbles drawn inside the Sparkle logo. */
.service-grid .card h3{margin-top:28px}
.product-summary-card,.products-purpose-card{position:relative;overflow:hidden}
.service-bubbles{position:absolute;z-index:3;inset:0;opacity:0;overflow:hidden;transition:opacity .55s ease .72s;pointer-events:none}
.product-summary-card.visible .service-bubbles,.products-purpose-card.visible .service-bubbles{opacity:.62}
.service-bubbles i,.service-bubbles::before,.service-bubbles::after{position:absolute;display:block;border:1px solid rgba(213,241,255,.9);border-radius:50%;background:radial-gradient(circle at 29% 24%,rgba(255,255,255,.72) 0 7%,rgba(215,243,255,.2) 13%,rgba(169,214,245,.06) 42%,transparent 69%);box-shadow:inset -3px -4px 7px rgba(87,170,222,.12),inset 2px 2px 5px rgba(255,255,255,.16),0 0 7px rgba(213,241,255,.22),0 0 14px rgba(169,214,245,.1);animation:bubbleRise 6.4s ease-in-out infinite}
.service-bubbles i::before{content:"";position:absolute;inset:2px;border-radius:50%;border-top:1px solid rgba(255,255,255,.38);transform:rotate(-32deg)}
.service-bubbles i::after{content:"";position:absolute;top:18%;left:22%;width:24%;height:18%;border-radius:50%;background:rgba(255,255,255,.9);filter:blur(.3px);transform:rotate(-28deg)}
.service-bubbles i:nth-child(1){width:22px;height:22px;left:8%;top:16%}
.service-bubbles i:nth-child(2){width:14px;height:14px;right:10%;top:44%;animation-delay:-1.7s}
.service-bubbles i:nth-child(3){width:9px;height:9px;left:48%;bottom:9%;animation-delay:-3.1s}
.service-bubbles .bubble-extra-1{width:12px;height:12px;left:20%;top:72%;animation-delay:-2.2s}
.service-bubbles .bubble-extra-2{width:8px;height:8px;left:61%;top:27%;animation-delay:-3.8s}
.service-bubbles .bubble-extra-3{width:6px;height:6px;right:18%;bottom:31%;animation-delay:-1.25s}
.product-summary-card:nth-child(2n) .bubble-extra-1,.products-purpose-card:nth-child(2n) .bubble-extra-1{left:41%;top:76%}
.product-summary-card:nth-child(2n) .bubble-extra-2,.products-purpose-card:nth-child(2n) .bubble-extra-2{left:82%;top:34%}
.product-summary-card:nth-child(2n) .bubble-extra-3,.products-purpose-card:nth-child(2n) .bubble-extra-3{right:69%;bottom:22%}
.product-summary-card:nth-child(3n) .bubble-extra-1,.products-purpose-card:nth-child(3n) .bubble-extra-1{left:76%;top:67%}
.product-summary-card:nth-child(3n) .bubble-extra-2,.products-purpose-card:nth-child(3n) .bubble-extra-2{left:35%;top:17%}
.product-summary-card:nth-child(3n) .bubble-extra-3,.products-purpose-card:nth-child(3n) .bubble-extra-3{right:9%;bottom:42%}
.service-bubbles::before,.service-bubbles::after{content:"";width:7px;height:7px;left:29%;top:48%;animation-duration:5.7s;animation-delay:-.9s}
.service-bubbles::after{width:5px;height:5px;left:auto;right:31%;top:auto;bottom:19%;animation-duration:7.1s;animation-delay:-2.8s}
.product-summary-card:nth-child(2) .service-bubbles i:nth-child(1){left:72%;top:9%}.product-summary-card:nth-child(2) .service-bubbles i:nth-child(2){right:auto;left:8%;top:48%}.product-summary-card:nth-child(2) .service-bubbles i:nth-child(3){left:62%;bottom:7%}
.product-summary-card:nth-child(3) .service-bubbles i:nth-child(1){left:10%;top:35%}.product-summary-card:nth-child(3) .service-bubbles i:nth-child(2){right:7%;top:12%}.product-summary-card:nth-child(3) .service-bubbles i:nth-child(3){left:47%;bottom:9%}
.products-purpose-card:nth-child(2n) .service-bubbles i:nth-child(1){left:70%;top:10%}.products-purpose-card:nth-child(2n) .service-bubbles i:nth-child(2){right:auto;left:8%;top:54%}.products-purpose-card:nth-child(2n) .service-bubbles i:nth-child(3){left:auto;right:25%;bottom:7%}
.products-purpose-card:nth-child(3n) .service-bubbles i:nth-child(1){left:9%;top:42%}.products-purpose-card:nth-child(3n) .service-bubbles i:nth-child(2){right:7%;top:13%}.products-purpose-card:nth-child(3n) .service-bubbles i:nth-child(3){left:55%;bottom:9%}
.product-summary-card>*:not(.service-bubbles),.products-purpose-card>*:not(.service-bubbles){position:relative;z-index:1}

/* Keep the hero mark clean; the surrounding stars provide the decoration. */
.hero-art .orbit{display:none}

@keyframes sparkleDrift{
  0%{transform:translate(0,25px) rotate(-12deg) scale(.55);opacity:0}
  16%{opacity:.72}
  48%{transform:translate(6px,-7px) rotate(8deg) scale(1.3);opacity:1}
  82%{opacity:.78}
  100%{transform:translate(14px,-44px) rotate(28deg) scale(.7);opacity:0}
}
@keyframes logoTwinkle{
  0%,100%{opacity:.35;transform:scale(.65) rotate(-8deg)}
  45%{opacity:1;transform:scale(1.35) rotate(12deg)}
  58%{opacity:.72;transform:scale(1.05) rotate(18deg)}
}
@keyframes faintTwinkle{0%,100%{opacity:.08;transform:scale(.7)}48%{opacity:.42;transform:scale(1.12)}62%{opacity:.22;transform:scale(.9)}}
@keyframes secondaryHeroTwinkle{0%,100%{opacity:.42;filter:brightness(.85);transform:scale(.82) rotate(-7deg)}45%{opacity:1;filter:brightness(1.4);transform:scale(1.16) rotate(7deg)}62%{opacity:.68;filter:brightness(1.08);transform:scale(.98) rotate(13deg)}}
@keyframes bubbleRise{0%{opacity:0;filter:brightness(.8);transform:translateY(18px) scale(.78)}18%{opacity:.35}45%{opacity:1;filter:brightness(1.4);transform:translateY(-3px) scale(1.05)}78%{opacity:.45;filter:brightness(1.08)}100%{opacity:0;filter:brightness(.9);transform:translateY(-28px) scale(.88)}}
@media(min-width:901px){
  .contact-copy{position:sticky;top:130px;align-self:start}
}
@media(max-width:900px){
  .nav-links.open{top:126px}
  .hero-copy h1{font-size:clamp(25px,8.2vw,72px)}
  .contact{grid-template-columns:minmax(0,1fr)}
  .contact>*{min-width:0}
}
.floating{transition:opacity .2s,transform .2s}
.floating.is-hidden{opacity:0;pointer-events:none;transform:translateY(12px)}
@media(max-width:600px){
  .site-header{height:109px;padding-top:34px}
  .header-contact-bar{padding:0 14px;gap:12px;font-size:10px;letter-spacing:.01em}
  .nav-links.open{top:109px}
  .hero{min-height:calc(100svh - 109px);padding-bottom:30px}
  html[lang="es"] .site-header{height:127px;padding-top:52px}
  html[lang="es"] .header-contact-bar{height:52px;flex-direction:column;justify-content:center;gap:5px}
  html[lang="es"] .nav-links.open{top:127px}
  html[lang="es"] .hero{min-height:calc(100svh - 127px)}
  html[lang="es"] .contact-copy h2{font-size:clamp(34px,11vw,42px);overflow-wrap:anywhere}
  .hero+.services{padding-top:42px}
  .footer-brand{width:min(210px,75vw)}
  .footer-brand::after{right:-17px;bottom:28%;font-size:15px}
  .contact{gap:28px;padding-top:50px;padding-bottom:50px}
  .contact-copy>p:not(.eyebrow){margin-bottom:8px}
  .contact-copy ul{margin:0;padding:10px 0 4px}
  .booking-widget{padding:18px}
  .booking-widget__top{margin-bottom:20px}
  .hero>.spark{display:none}
  .hero-copy{position:relative;z-index:1}
  .hero-art{position:absolute;inset:0;z-index:0;height:auto;pointer-events:none}
  .hero-art.reveal{opacity:1;clip-path:none;transition:none}
  .hero-art.reveal::after{display:none}
  .hero-art .landing-logo{display:none}
  .hero-art .s4{top:13%;right:8%;font-size:12px}
  .hero-art .s5{bottom:12%;left:9%;right:auto;font-size:9px}
  .hero-art .s6{bottom:3%;left:34%;font-size:9px}
  .hero-art .s7{bottom:8%;right:9%;font-size:11px}
  .hero-art .s8{top:37%;left:5%}
  .hero-art .s9{top:66%;left:48%}
  .hero-art .s10{bottom:2%;right:28%}
  .hero-art .particle{display:none}
  .hero-art .sparkle-particle{display:block}
  #contact,#reviews{scroll-margin-top:109px}
  html[lang="es"] #contact,html[lang="es"] #reviews{scroll-margin-top:127px}
}
@media(prefers-reduced-motion:reduce){
  .particle.sparkle-particle,.spark{opacity:.85!important;text-shadow:0 0 8px rgba(255,255,255,.7)}
  .service-bubbles i,.service-bubbles::before,.service-bubbles::after{animation:none}
  .sparkle-heading-spark{animation:none;opacity:.8!important}
}

/* Page scrolling stays native and predictable. Booking anchor links request
   smooth movement explicitly, so controls never move beneath a pointer. */
html{scroll-behavior:auto}

/* A single sticky header keeps the offer, phone number, and navigation together. */
:root{--first-clean-offer-height:52px;--public-header-base:126px;--public-contact-height:34px;--public-header-height:calc(var(--public-header-base) + var(--first-clean-offer-height))}
.site-header{height:var(--public-header-height);padding-top:calc(var(--public-contact-height) + var(--first-clean-offer-height))}
.first-clean-offer{position:absolute;inset:0 0 auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 16px;background:var(--blue);color:#0a1420;font-size:14px;font-weight:600;line-height:1.4;text-align:center}
.first-clean-offer__slides{display:grid;min-width:0}
/* Both offers share a grid cell: reserve the taller one so rotation never
   moves the header or the customer's booking controls. */
.first-clean-offer__slide{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3px 16px;min-height:52px;padding:8px 0}
.first-clean-offer__slide[aria-hidden="true"]{visibility:hidden;pointer-events:none}
.first-clean-offer__code{white-space:nowrap;font-weight:400}
.first-clean-offer__code b{font-weight:700;letter-spacing:.06em}
.first-clean-offer__terms{font-size:12px;font-weight:400}
.first-clean-offer__controls{display:flex;flex:none;gap:0;border-left:1px solid #0a142030;padding-left:4px}
.first-clean-offer__controls[hidden]{display:none}
.first-clean-offer__controls button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:8px;background:transparent;color:inherit;font:600 18px/1 'DM Sans',sans-serif;cursor:pointer}
.first-clean-offer__controls button:hover{background:#ffffff40}
.first-clean-offer__slide:hover{text-decoration:underline;text-underline-offset:3px}
.first-clean-offer a:focus-visible,.first-clean-offer button:focus-visible{outline:2px solid #0a1420;outline-offset:-3px;border-radius:8px}
.site-header .header-contact-bar{top:var(--first-clean-offer-height)}
.site-header .nav-links.open{top:100%;max-height:calc(100dvh - var(--public-header-height));overflow-y:auto;overscroll-behavior:contain}
.hero{min-height:calc(100svh - var(--public-header-height))}
html #contact,html #reviews,html #services{scroll-margin-top:calc(var(--public-header-height) + 12px)}
@media(min-width:901px){.contact-copy{top:calc(var(--public-header-height) + 16px)}}
@media(max-width:600px){
  :root{--public-header-base:109px}
  .site-header{height:var(--public-header-height);padding-top:calc(var(--public-contact-height) + var(--first-clean-offer-height))}
  .first-clean-offer{gap:4px;padding:0 10px;font-size:13px}
  .first-clean-offer__slide{flex-direction:column;gap:2px;line-height:1.35}
  .first-clean-offer__controls{padding-left:0}
  html[lang="es"]{--first-clean-offer-height:56px;--public-header-base:127px;--public-contact-height:52px}
  html[lang="es"] .site-header{height:var(--public-header-height);padding-top:calc(var(--public-contact-height) + var(--first-clean-offer-height))}
  html[lang="es"] .hero{min-height:calc(100svh - var(--public-header-height))}
  html[lang="es"] #contact,html[lang="es"] #reviews,html[lang="es"] #services{scroll-margin-top:calc(var(--public-header-height) + 12px)}
}

/* A permanent, compact reminder of recurring savings alongside the main CTA. */
.recurring-offer{max-width:520px;margin:24px 0 0;padding:18px 22px;border:1px solid #a9d6f545;border-radius:16px;background:linear-gradient(115deg,#a9d6f514,#a9d6f506)}
.recurring-offer__heading{margin:0 0 12px;color:var(--ice);font-size:14px;font-weight:500}
.recurring-offer__plans{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.recurring-offer__plan{display:flex;flex-direction:column;gap:4px;min-width:0}
.recurring-offer__plan+.recurring-offer__plan{padding-left:20px;border-left:1px solid #a9d6f52e}
.recurring-offer__plan>span{font-size:14px;color:#d9dfe7}
.recurring-offer__plan strong{font:600 36px/1.1 'Space Grotesk',sans-serif;letter-spacing:-.04em;color:var(--blue)}
.recurring-offer__plan small{font:500 14px/1 'DM Sans',sans-serif;letter-spacing:0}
.recurring-offer__terms{margin:12px 0 0;color:#aeb7c4;font-size:12px;line-height:1.55}
.recurring-offer+.hero-actions{margin-top:24px}
@media(max-width:600px){.recurring-offer{padding:16px}.recurring-offer__plans{gap:12px}.recurring-offer__plan+.recurring-offer__plan{padding-left:12px}}
@media(max-width:380px){.recurring-offer__plan strong{font-size:28px;white-space:nowrap}}

/* Google content is loaded from the live profile; the aggregate stays distinct
   from the selected five-star reviews. */
.hero-actions{margin-bottom:20px}
.google-rating-badge{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;width:fit-content;max-width:100%;margin:0 0 28px;color:#c9d1dc;font-size:12px;line-height:1.4}
.google-maps-mark{display:inline-flex;align-items:center;justify-content:center;padding:7px 9px;border-radius:6px;background:#fff;flex:none}
.google-maps-mark img{display:block;width:98px;height:18px}
.google-rating-number{font:600 21px/1 'Space Grotesk',sans-serif;color:var(--text)}
.google-stars{position:relative;display:inline-block;flex:none;color:#57616e!important;font-size:17px;line-height:1;letter-spacing:2px!important;white-space:nowrap}
.google-stars__fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:#f5c451;white-space:nowrap}
.google-rating-count{display:inline-flex;align-items:center;gap:7px;font-size:12px}
.google-rating-g{display:block;width:18px;height:18px;flex:none;object-fit:contain}
.google-rating-g[hidden]{display:none}
.google-reviews-profile,.google-reviews-fallback a{font-size:14px;color:var(--blue);text-underline-offset:4px}
.google-reviews-profile:hover,.google-reviews-fallback a:hover,.google-review-source:hover{text-decoration:underline}
.reviews .section-head{margin-bottom:30px;gap:24px}
.google-reviews-summary{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#b6c0cd;font-size:14px}
.google-review-grid{align-items:start}
.review-grid>.google-review{padding:28px;min-height:300px;display:flex;flex-direction:column;background:#0d141f}
.google-review-author{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text)}
.google-review-author strong{overflow-wrap:anywhere}
.google-review-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}
.google-review>.google-review-meta{display:flex;align-items:center;gap:12px;margin:20px 0 14px;letter-spacing:normal;color:#aeb7c4;font-size:12px}
.google-review-quote{margin:0}
.google-review-text{margin:0;font-size:16px;line-height:1.7;color:#d9dfe7;white-space:pre-line;overflow-wrap:anywhere}
.google-review-text.is-clamped{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}
.google-review-expand{align-self:flex-start;padding:10px 0;background:none;border:0;font:500 13px/1.5 'DM Sans',sans-serif;color:var(--blue);cursor:pointer}
.google-review-source{margin-top:22px;font-size:12px;color:var(--blue)}
.google-reviews-attribution{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:25px;color:#a5afbd;font-size:12px;line-height:1.5}
.google-reviews-attribution p{margin:0;flex:1;min-width:220px}
.google-reviews-attribution a{text-decoration:underline;text-underline-offset:3px}
.google-review-policy{color:#a5afbd}
.google-rating-badge:focus-visible,.google-reviews-profile:focus-visible,.google-review a:focus-visible,.google-review-expand:focus-visible,.google-reviews-attribution a:focus-visible{outline:2px solid var(--blue);outline-offset:5px;border-radius:3px}
[data-google-reviews][hidden],[data-google-summary][hidden],[data-google-fallback][hidden],[data-google-attribution][hidden]{display:none}
.footer{grid-template-columns:minmax(200px,1.4fr) repeat(2,minmax(130px,.8fr)) minmax(230px,1.2fr);gap:32px}
.footer>div,.footer>nav{min-width:0}
.footer .footer-links a{display:flex;align-items:center;min-height:44px;line-height:1.4;padding:7px 0}
.footer .footer-links h4,.footer .footer-contact h4{margin:0 0 12px}
.footer .footer-contact>a{overflow-wrap:anywhere;min-height:44px}
.footer .footer-links a:hover,.footer .footer-legal a:hover{color:var(--ice)}
.footer a:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:3px}
.footer .footer-bottom{margin-top:8px;align-items:center;gap:16px}
.footer .footer-legal{display:flex;gap:24px;order:1}
.footer .footer-legal a{display:flex;align-items:center;min-height:44px}
@media(max-width:1000px){.footer{grid-template-columns:repeat(2,minmax(0,1fr))}.footer>div:first-child,.footer>.footer-contact{grid-column:1/-1}.footer>div:first-child>p{max-width:480px}}
@media(max-width:600px){.footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.footer>.footer-links{grid-column:auto}.footer .footer-bottom{align-items:flex-start}.footer .footer-legal{order:0}}
.hero-actions { flex-wrap: wrap; column-gap: 28px; row-gap: 8px; }
.hero-actions .text-link { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; }
.hero-actions .business-quote-action { flex-basis: 100%; width: fit-content; color: var(--blue); text-transform: none; letter-spacing: .02em; font-size: 15px; }
.hero-actions .business-quote-action:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero-actions .text-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
@media(max-width:600px){.hero-actions{column-gap:20px;row-gap:8px;}.hero-actions .business-quote-action{justify-content:flex-start;}}
@media(max-width:900px){.google-review-grid{grid-template-columns:1fr}.review-grid>.google-review{min-height:0}}
@media(max-width:600px){
  .google-rating-badge{gap:8px;font-size:11px}
  .google-rating-badge .google-rating-count{flex-basis:100%}
  .google-rating-badge .google-rating-number{font-size:19px}
  .review-grid>.google-review{padding:24px}
  .google-reviews-attribution{align-items:flex-start}
  .google-reviews-attribution p{flex-basis:calc(100% - 130px);min-width:170px}
}
