/* Solis House Cleaning — shared styles */
:root {
  --green: #06957E;
  --green-deep: #046b5c;
  --aqua: #04ADA0;
  --aqua-bright: #3DDFD4;
  --gold: #F6B53B;
  --gold-deep: #c98716;
  --ink: #143c38;
  --muted: #55716d;
  --paper: #FCFCFB;
  --mist: #eefaf8;
  --line: rgba(6, 149, 126, .15);
  --shadow: 0 18px 50px rgba(6, 149, 126, .13);
  --radius: 1.25rem;
  --display: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { cursor: pointer; }
.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; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; border-radius: .5rem; background: var(--gold); color: #372500; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 1.9rem; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: var(--aqua-bright); }
.eyebrow.gold { color: var(--gold); }
.section-heading { max-width: 44rem; margin-bottom: 2rem; }
.section-heading h2, .split-copy h2 { margin: .55rem 0 .75rem; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .split-copy p { margin: 0; color: var(--muted); }
.section { padding: 4.8rem 0; }
.section-tint { background: linear-gradient(180deg, #f2fcfa, var(--paper)); }

/* Shared utility and buttons */
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.split-copy .button-row, .split-copy > .button, .coverage-card > .button { margin-top: 1.6rem; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 3.15rem; padding: .85rem 1.25rem; overflow: hidden; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 850; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button::after { position: absolute; top: -100%; bottom: -100%; left: -42%; width: 24%; background: rgba(255,255,255,.5); content: ""; transform: skewX(-25deg); transition: left .55s ease; }
.button:hover::after, .button:focus-visible::after { left: 122%; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-toggle:focus-visible, .language-select:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { background: var(--gold); color: #473000; box-shadow: 0 9px 20px rgba(246,181,59,.28); }
.button-primary:hover { background: #ffd06a; box-shadow: 0 14px 30px rgba(246,181,59,.36); }
.button-secondary { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(6px); }
.button-secondary:hover { background: #fff; color: var(--green-deep); }
.button-green { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(6,149,126,.2); }
.button-green:hover { background: var(--green-deep); }
.inline-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--green); font-weight: 850; }
.inline-link::after { content: "\f061"; font-family: "Font Awesome 6 Free"; font-size: .75rem; font-weight: 900; transition: transform .2s ease; }
.inline-link:hover::after { transform: translateX(.28rem); }

/* Topbar and navigation */
.topbar { background: var(--green-deep); color: #ecfffd; font-size: .76rem; font-weight: 700; }
.topbar-inner { display: flex; align-items: center; justify-content: center; gap: .45rem .85rem; min-height: 2.45rem; text-align: center; flex-wrap: wrap; }
.topbar a { text-decoration: underline; text-underline-offset: 2px; }
.topbar-contact-link, .topbar-contact { display: inline-flex; align-items: center; gap: .38rem; color: inherit; text-decoration: none !important; white-space: nowrap; }
.topbar-contact-link:hover { color: var(--aqua-bright); }
.topbar-contact-link i, .topbar-contact i { color: var(--aqua-bright); font-size: .72rem; }
.topbar .divider { width: 3px; height: 3px; border-radius: 100%; background: var(--aqua-bright); }
.topbar-social { display: inline-flex; align-items: center; gap: .35rem; }
.social-icon { display: grid; width: 1.75rem; height: 1.75rem; place-content: center; border: 1px solid rgba(61,223,212,.35); border-radius: 50%; background: transparent; color: #edfffc; font-size: .78rem; line-height: 1; }
.social-icon:hover, .social-icon:focus-visible { border-color: var(--aqua-bright); background: rgba(61,223,212,.15); color: var(--aqua-bright); }
.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(5,95,80,.08); background: rgba(252,252,251,.92); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 4.8rem; gap: 1rem; transition: min-height .25s ease; }
.brand { flex: 0 0 auto; width: 6.7rem; transition: width .25s ease; }
.brand img { width: 100%; height: auto; }
.site-header.is-compact .header-inner { min-height: 4.08rem; }
.site-header.is-compact .brand { width: 5.695rem; }
.desktop-nav { display: none; }
.nav-actions { display: flex; align-items: center; gap: .65rem; }
.language-select { width: 6.9rem; min-height: 2.6rem; border: 1px solid var(--line); border-radius: .7rem; background: white; color: var(--ink); padding: 0 .4rem; font-size: .78rem; font-weight: 800; }
.header-cta { display: none; }
.nav-toggle { display: grid; width: 2.75rem; height: 2.75rem; place-content: center; border: 1px solid var(--line); border-radius: .72rem; background: white; color: var(--green-deep); font-size: 1.05rem; }
.mobile-nav { display: grid; grid-template-rows: 0fr; overflow: hidden; background: var(--paper); transition: grid-template-rows .25s ease; }
.mobile-nav.open { grid-template-rows: 1fr; border-top: 1px solid var(--line); }
.mobile-nav > div { min-height: 0; }
.mobile-nav a { display: block; padding: .85rem 1rem; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-nav a[aria-current="page"] { color: var(--green); }

/* Hero areas */
.hero { position: relative; isolation: isolate; min-height: 42rem; overflow: hidden; background: var(--green-deep); color: white; }
.hero-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(100deg, rgba(2,72,61,.96) 0%, rgba(3,105,89,.83) 42%, rgba(4,112,96,.2) 100%); content: ""; }
.hero::after { position: absolute; z-index: -1; right: -16%; bottom: -40%; width: 32rem; height: 32rem; border: 1px solid rgba(61,223,212,.42); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(61,223,212,.06), 0 0 80px rgba(61,223,212,.25); content: ""; }
.hero-content { display: flex; min-height: 42rem; max-width: 48rem; padding: 6.7rem 0 5rem; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 42rem; margin: .65rem 0 1rem; font-family: var(--display); font-size: clamp(2.75rem, 7vw, 5.35rem); line-height: .99; letter-spacing: -.065em; }
.hero p { max-width: 37rem; margin: 0 0 1.6rem; color: #e6fffb; font-size: clamp(1rem, 2vw, 1.15rem); }
.offer-pill { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: .55rem; padding: .45rem .8rem; border: 1px solid rgba(246,181,59,.5); border-radius: 999px; background: rgba(246,181,59,.14); color: #ffdc85; font-size: .8rem; font-weight: 900; letter-spacing: .03em; }
.offer-pill::before { display: grid; width: 1.2rem; height: 1.2rem; place-content: center; border-radius: 50%; background: var(--gold); color: #5a3a00; content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.hero-mini-points { display: grid; grid-template-columns: repeat(2, max-content); gap: .75rem 1.3rem; margin-top: 2rem; color: #d5f9f4; font-size: .84rem; font-weight: 700; }
.hero-mini-points span::before { margin-right: .42rem; color: var(--aqua-bright); content: "\f00c"; font-family: "Font Awesome 6 Free"; font-size: .76rem; font-weight: 900; }
.interior-hero { min-height: 20rem; }
.interior-hero .hero-content { min-height: 20rem; max-width: 45rem; padding: 4.5rem 0; }
.interior-hero h1 { font-size: clamp(2.65rem, 6vw, 4.4rem); }

/* Sections and cards */
.trust-strip { background: var(--green); color: white; }
.trust-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; padding: 1.4rem 0; }
.trust-mark { display: grid; width: 3.3rem; height: 3.3rem; place-content: center; border: 1px solid rgba(61,223,212,.8); border-radius: 1rem; color: var(--aqua-bright); font-size: 1.35rem; }
.trust-inner strong { display: block; font-size: 1.04rem; }
.trust-inner p { margin: .08rem 0 0; color: #d2fbf5; font-size: .86rem; }
.service-grid { display: grid; gap: 1rem; }
.service-card { position: relative; overflow: hidden; min-height: 18rem; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 6px 20px rgba(6,149,126,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { position: absolute; top: -4rem; right: -4rem; width: 9rem; height: 9rem; border-radius: 50%; background: radial-gradient(circle, rgba(61,223,212,.23) 0, rgba(61,223,212,0) 68%); content: ""; transition: transform .3s ease; }
.service-card:hover { border-color: rgba(4,173,160,.45); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card:hover::before { transform: scale(1.3); }
.service-icon { display: grid; width: 3rem; height: 3rem; margin-bottom: 2.7rem; place-content: center; border-radius: .9rem; background: linear-gradient(135deg, var(--green), var(--aqua)); color: #fff; font-size: 1.3rem; box-shadow: 0 9px 20px rgba(4,173,160,.2); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover .service-icon { box-shadow: 0 13px 26px rgba(4,173,160,.3); transform: rotate(-8deg) scale(1.1); }
.service-card h3 { margin: 0 0 .45rem; font-family: var(--display); font-size: 1.45rem; line-height: 1.1; letter-spacing: -.025em; transition: color .25s ease; }
.service-card:hover h3 { color: var(--green); }
.service-card p { margin: 0 0 1.05rem; color: var(--muted); font-size: .92rem; }
.service-card .inline-link { font-size: .88rem; }
.service-card.featured { border-color: rgba(4,173,160,.35); background: linear-gradient(145deg, #fff, #f0fffc); }
.feature-grid { display: grid; gap: 1rem; }
.feature-card { display: grid; grid-template-columns: auto 1fr; gap: .9rem; padding: 1.25rem; border-radius: 1rem; background: rgba(255,255,255,.83); }
.feature-card .number { display: grid; width: 2.35rem; height: 2.35rem; place-content: center; border-radius: .7rem; background: rgba(61,223,212,.2); color: var(--green); font-size: .8rem; font-weight: 900; }
.feature-card h3 { margin: .15rem 0 .2rem; font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.split { display: grid; gap: 2rem; align-items: center; }
.image-frame { position: relative; overflow: hidden; min-height: 21rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; min-height: 21rem; object-fit: cover; transition: transform .55s ease; }
.image-frame:hover img { transform: scale(1.07); }
.image-frame::after { position: absolute; right: 1.1rem; bottom: 1.1rem; width: 5.2rem; height: 5.2rem; border: 1px solid rgba(255,255,255,.8); border-radius: 1rem; background: linear-gradient(140deg, rgba(6,149,126,.9), rgba(61,223,212,.82)); box-shadow: 0 0 0 .55rem rgba(61,223,212,.16); content: "\f005"; color: white; font-family: "Font Awesome 6 Free"; font-size: 1.65rem; font-weight: 900; text-align: center; line-height: 5rem; }
.check-list { display: grid; gap: .7rem; padding: 0; margin: 1.35rem 0 1.7rem; list-style: none; }
.check-list li { display: grid; grid-template-columns: 1.45rem 1fr; gap: .55rem; align-items: start; color: var(--ink); font-size: .94rem; }
.check-list li::before { display: grid; width: 1.3rem; height: 1.3rem; place-content: center; border-radius: 50%; background: rgba(61,223,212,.2); color: var(--green); content: "\f00c"; font-family: "Font Awesome 6 Free"; font-size: .7rem; font-weight: 900; }
.process { counter-reset: process; display: grid; gap: 1rem; }
.process-step { position: relative; padding: 1.55rem 1.25rem 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: white; }
.process-step::before { display: grid; width: 2.4rem; height: 2.4rem; margin-bottom: 1.35rem; place-content: center; border-radius: 50%; background: var(--green); color: white; content: "0" counter(process); counter-increment: process; font-size: .82rem; font-weight: 900; box-shadow: 0 0 0 .45rem rgba(61,223,212,.16); }
.process-step h3 { margin: 0 0 .3rem; font-family: var(--display); font-size: 1.25rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.gallery-card { position: relative; overflow: hidden; min-height: 10rem; border-radius: 1rem; background: var(--green-deep); }
.gallery-card:first-child { grid-row: span 2; min-height: 20.75rem; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; opacity: .94; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.07); }
.gallery-card span { position: absolute; right: .7rem; bottom: .65rem; padding: .25rem .55rem; border-radius: 999px; background: rgba(4,70,60,.78); color: white; font-size: .68rem; font-weight: 800; }
.coverage { background: var(--green-deep); color: white; overflow: hidden; }
.coverage .split-copy h2, .coverage .split-copy p { color: white; }
.coverage .split-copy p { color: #cbfaf4; }
.coverage-card { position: relative; overflow: hidden; padding: 1.4rem; border: 1px solid rgba(61,223,212,.45); border-radius: var(--radius); background: linear-gradient(140deg, rgba(61,223,212,.2), rgba(255,255,255,.09)); }
.coverage-card::before { position: absolute; top: -6rem; right: -5rem; width: 15rem; height: 15rem; border: 1px solid rgba(61,223,212,.35); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(61,223,212,.04); content: ""; }
.coverage-card strong { position: relative; display: block; max-width: 14rem; font-family: var(--display); font-size: 1.9rem; line-height: 1.08; }
.coverage-list { position: relative; display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.15rem; }
.coverage-list span { padding: .3rem .55rem; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(0,0,0,.12); font-size: .75rem; font-weight: 700; }
.offer-banner { overflow: hidden; background: linear-gradient(112deg, var(--gold) 0%, #ffcc64 48%, #ffe4a9 100%); color: #4a3100; }
.offer-content { display: grid; gap: 1rem; align-items: center; padding: 2.4rem 0; }
.offer-content h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.offer-content p { margin: .35rem 0 0; font-weight: 650; }
.offer-banner .button { width: max-content; background: var(--green-deep); color: white; }

/* GoHighLevel form wrapper */
.form-conversion { position: relative; overflow: hidden; background: linear-gradient(145deg, #effffc 0%, var(--paper) 54%, #e7fbf8 100%); }
.form-conversion::before { position: absolute; top: 1rem; left: -9rem; width: 20rem; height: 20rem; border-radius: 50%; background: radial-gradient(circle, rgba(61,223,212,.26), rgba(61,223,212,0) 68%); content: ""; }
.form-conversion .section-heading { position: relative; margin-right: auto; margin-left: auto; text-align: center; }
.form-conversion .eyebrow { justify-content: center; }
.solis-ghl-form-wrap { position: relative; width: min(100%, 760px); min-height: 574px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(61, 223, 212, 0.35); border-radius: 18px; background: #FCFCFB; box-shadow: 0 18px 50px rgba(6, 149, 126, 0.16); }
.solis-ghl-form-wrap::before { position: absolute; z-index: 1; top: 0; right: 10%; left: 10%; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--green), var(--aqua-bright), var(--gold)); content: ""; pointer-events: none; }
.solis-ghl-form-wrap iframe { display: block; width: 100%; min-height: 574px; }
.final-cta { padding: 4rem 0; background: var(--green); color: white; text-align: center; }
.final-cta h2 { max-width: 45rem; margin: .45rem auto .7rem; font-family: var(--display); font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.04; letter-spacing: -.045em; }
.final-cta p { max-width: 39rem; margin: 0 auto 1.5rem; color: #d4faf5; }
.final-cta .button-row { justify-content: center; }

/* Services detail */
.notice { display: flex; align-items: flex-start; gap: .7rem; padding: 1rem 1.1rem; border-left: 4px solid var(--gold); border-radius: .75rem; background: #fff7e3; color: #5d4311; font-size: .92rem; font-weight: 750; }
.notice::before { content: "\f005"; color: var(--gold-deep); font-family: "Font Awesome 6 Free"; font-size: .8rem; font-weight: 900; }
.detail-grid { display: grid; gap: 1rem; }
.detail-card { position: relative; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.detail-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.detail-card.priority { border-color: rgba(4,173,160,.42); background: linear-gradient(150deg, #fff, #effffc); }
.detail-card .service-icon { margin-bottom: 1.15rem; }
.detail-card h2 { margin: 0 0 .4rem; font-family: var(--display); font-size: 1.4rem; line-height: 1.1; letter-spacing: -.025em; }
.detail-card p { margin: 0 0 .75rem; color: var(--muted); font-size: .9rem; }
.detail-card ul { padding: 0; margin: 0; list-style: none; }
.detail-card li { display: flex; gap: .45rem; align-items: baseline; color: var(--ink); font-size: .84rem; }
.detail-card li::before { color: var(--aqua); content: "\f00c"; font-family: "Font Awesome 6 Free"; font-size: .7rem; font-weight: 900; }
.faq-list { display: grid; gap: .75rem; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: .85rem; background: white; }
.faq-item summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; color: var(--ink); cursor: pointer; font-size: .95rem; font-weight: 850; list-style: none; }
.faq-item summary::after { color: var(--green); content: "\f067"; font-family: "Font Awesome 6 Free"; font-size: .9rem; font-weight: 900; }
.faq-item[open] summary::after { content: "\f068"; }
.faq-item p { padding: 0 1.15rem 1.1rem; margin: 0; color: var(--muted); font-size: .9rem; }

/* Area and about */
.map-frame { overflow: hidden; min-height: 22rem; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; min-height: 22rem; border: 0; filter: saturate(.78) hue-rotate(128deg) contrast(.96); }
.city-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; padding: 0; margin: 1.6rem 0 0; list-style: none; }
.area-card { display: flex; min-height: 15.5rem; padding: 1.5rem; border: 1px solid rgba(6,149,126,.1); border-radius: 1.1rem; background: white; box-shadow: 0 10px 25px rgba(7,58,49,.07); color: var(--ink); flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.area-card:hover { border-color: rgba(4,173,160,.45); box-shadow: var(--shadow); transform: translateY(-5px); }
.area-card > i { margin-bottom: 1.3rem; color: var(--green); font-size: 1.55rem; }
.area-card h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: 1.55rem; line-height: 1.05; letter-spacing: -.03em; }
.area-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.area-card span { display: inline-flex; gap: .45rem; align-items: center; margin-top: auto; padding-top: 1.4rem; color: var(--green); font-size: .84rem; font-weight: 900; }
.area-card span i { font-size: .72rem; transition: transform .2s ease; }
.area-card:hover span i { transform: translateX(.25rem); }
.value-grid { display: grid; gap: 1rem; }
.value-card { padding: 1.4rem; border-radius: 1rem; background: white; box-shadow: 0 8px 25px rgba(6,149,126,.06); }
.value-card span { display: grid; width: 2.8rem; height: 2.8rem; margin-bottom: 1rem; place-content: center; border-radius: 50%; background: rgba(61,223,212,.18); color: var(--green); font-size: 1.2rem; }
.value-card h2 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.35rem; line-height: 1.1; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.testimonials-section { position: relative; overflow: hidden; background: linear-gradient(140deg, #fff9ed 0%, #fcfcfb 48%, #eefcf9 100%); }
.testimonials-section::before { position: absolute; top: 4.5rem; right: -8rem; width: 21rem; height: 21rem; border: 1px solid rgba(4,173,160,.16); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(61,223,212,.06), 0 0 0 5rem rgba(246,181,59,.045); content: ""; pointer-events: none; }
.testimonial-heading { position: relative; }
.testimonial-grid { position: relative; display: grid; gap: 1rem; }
.testimonial-card { position: relative; display: flex; min-height: 17rem; padding: 1.55rem; overflow: hidden; border: 1px solid rgba(6,149,126,.15); border-radius: 1.15rem; background: rgba(255,255,255,.9); box-shadow: 0 11px 28px rgba(6,149,126,.075); flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.testimonial-card::before { position: absolute; top: -.75rem; right: 1rem; color: rgba(61,223,212,.25); content: "\f10d"; font-family: "Font Awesome 6 Free"; font-size: 3.8rem; font-weight: 900; line-height: 1; }
.testimonial-card:hover { border-color: rgba(4,173,160,.48); box-shadow: 0 18px 36px rgba(6,149,126,.14); transform: translateY(-5px); }
.review-stars { display: flex; gap: .22rem; margin-bottom: 1.1rem; color: var(--gold-deep); font-size: .78rem; }
.testimonial-card blockquote { position: relative; margin: 0; color: var(--ink); font-family: var(--display); font-size: 1.12rem; font-style: normal; line-height: 1.45; letter-spacing: -.015em; }
.testimonial-card footer { display: flex; gap: .75rem; align-items: center; margin-top: auto; padding-top: 1.45rem; }
.review-avatar { display: grid; width: 2.55rem; height: 2.55rem; place-content: center; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--aqua)); color: white; font-size: .74rem; font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 18px rgba(4,173,160,.22); }
.testimonial-card cite { color: var(--green-deep); font-size: .94rem; font-style: normal; font-weight: 900; }
.contact-grid { display: grid; max-width: 58rem; gap: 1rem; margin: 0 auto; }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1rem; background: white; box-shadow: 0 8px 22px rgba(6,149,126,.045); }
.contact-card .service-icon { flex: 0 0 auto; width: 3rem; height: 3rem; margin: 0; font-size: 1.05rem; }
.contact-card > div:last-child { min-width: 0; }
.contact-card h2 { margin: .1rem 0 .2rem; font-size: 1rem; }
.contact-card p, .contact-card a { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-card a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }

/* Footer and floating phone */
.site-footer { background: #083d35; color: #eafff9; }
.footer-grid { display: grid; gap: 2rem; padding: 3.6rem 0 2.5rem; }
.footer-brand .brand { width: min(100%, 155px); margin-bottom: 1rem; }
.footer-brand p { max-width: 22rem; margin: 0; color: #b9e6df; font-size: .9rem; }
.footer-heading { margin: 0 0 .8rem; color: white; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { display: grid; gap: .38rem; padding: 0; margin: 0; list-style: none; }
.footer-links a, .footer-links li { color: #c0e9e3; font-size: .86rem; }
.footer-links a:hover { color: var(--aqua-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid rgba(61,223,212,.2); color: #a4d7cf; font-size: .76rem; flex-wrap: wrap; }
.quick-actions { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; display: grid; gap: .6rem; justify-items: end; transition: bottom .25s ease; }
.quick-actions-list { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; opacity: 0; pointer-events: none; transform: translateY(.7rem) scale(.94); transform-origin: bottom right; transition: opacity .2s ease, transform .2s ease; }
.quick-actions.is-open .quick-actions-list { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.quick-action, .quick-toggle { display: grid; width: 3.65rem; height: 3.65rem; place-content: center; border: 2px solid white; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 10px 25px rgba(5,68,58,.24); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.quick-action:hover, .quick-action:focus-visible, .quick-toggle:hover, .quick-toggle:focus-visible { background: var(--aqua); transform: translateY(-2px); }
.quick-action.call { background: var(--gold); color: #493200; }
.quick-toggle { background: var(--green-deep); }
.quick-toggle i { transition: transform .2s ease; }
.quick-actions.is-open .quick-toggle i { transform: rotate(45deg); }
.quick-action-placeholder { cursor: default; }
.scroll-top-button { position: fixed; z-index: 29; right: 1rem; bottom: 1rem; display: grid; width: 3.65rem; height: 3.65rem; place-content: center; border: 2px solid white; border-radius: 50%; background: var(--gold); color: #493200; box-shadow: 0 10px 25px rgba(5,68,58,.2); font-size: 1rem; opacity: 0; pointer-events: none; transform: translateY(1.25rem); transition: transform .25s ease, opacity .25s ease, background .2s ease; }
.scroll-top-button.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top-button.is-visible + .quick-actions { bottom: 5.3rem; }
.scroll-top-button:hover, .scroll-top-button:focus-visible { background: #ffcf66; }

/* Scroll reveal states */
.reveal { opacity: 0; transition: opacity .7s ease, transform .7s ease; }
.reveal.fade-up { transform: translateY(24px); }
.reveal.fade-left { transform: translateX(-28px); }
.reveal.fade-right { transform: translateX(28px); }
.reveal.is-visible { opacity: 1; transform: translate(0); }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }

@media (min-width: 43rem) {
  .container { width: min(1120px, calc(100% - 3rem)); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: repeat(2, 10rem); }
  .gallery-card:first-child { grid-row: span 2; min-height: auto; }
  .gallery-card:nth-child(4) { grid-column: span 2; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card:first-child { grid-column: span 2; min-height: 14.5rem; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .offer-content { grid-template-columns: 1fr auto; }
  .offer-content .button { justify-self: end; }
}

@media (max-width: 42.99rem) {
  .topbar-inner { min-height: 2.3rem; gap: .45rem .8rem; }
  .topbar .divider, .topbar-contact, .topbar-contact-link[href="service-areas.html"], .topbar-inner [data-en][data-es], .topbar-social { display: none; }
}

@media (min-width: 64rem) {
  .header-inner { min-height: 5.1rem; }
  .brand { width: 7.65rem; }
  .site-header.is-compact .header-inner { min-height: 4.34rem; }
  .site-header.is-compact .brand { width: 6.5025rem; }
  .desktop-nav { display: flex; align-items: center; gap: 1.15rem; }
  .desktop-nav a { position: relative; padding: .5rem 0; color: var(--ink); font-size: .85rem; font-weight: 850; }
  .desktop-nav a::after { position: absolute; right: 0; bottom: .22rem; left: 0; height: 2px; background: var(--aqua); content: ""; transform: scaleX(0); transition: transform .2s ease; }
  .desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
  .desktop-nav a[aria-current="page"] { color: var(--green); }
  .header-cta { display: inline-flex; min-height: 2.7rem; padding: .65rem .9rem; font-size: .78rem; }
  .nav-toggle, .mobile-nav { display: none; }
  .language-select { width: 7.45rem; }
  .split { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  .split.reverse .image-frame { order: 2; }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .detail-grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid { grid-template-columns: repeat(4, 1fr); }
  .value-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(6, 1fr); }
  .testimonial-card { grid-column: span 2; }
  .testimonial-card:first-child { grid-column: span 3; }
  .testimonial-card:nth-child(2) { grid-column: span 3; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.55fr 1fr 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
