:root {
  --ink: #0d0f0e;
  --ink-soft: #181b19;
  --gold: #cba536;
  --gold-light: #e6ce7a;
  --cream: #f7f5ef;
  --warm-gray: #e8e5dc;
  --muted: #77766f;
  --white: #ffffff;
  --display: Lora, Georgia, serif;
  --body: "Work Sans", "Segoe UI", Arial, sans-serif;
  --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid rgba(203, 165, 54, .18); background: rgba(13, 15, 14, .94); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; width: 54px; }
.brand img { width: 54px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.85rem, 2.4vw, 2.2rem); margin-left: auto; margin-right: .35rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-light); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.header-cta { min-height: 43px; padding: .7rem 1.05rem .7rem 1.25rem; border-color: rgba(230, 206, 122, .9); background: linear-gradient(135deg, #e7cf7d, #cba536); color: var(--ink); box-shadow: 0 7px 22px rgba(203,165,54,.19); }
.header-cta:hover, .header-cta:focus-visible { border-color: var(--gold-light); background: linear-gradient(135deg, #f3dda0, #d6ae3c); box-shadow: 0 11px 28px rgba(203,165,54,.32); transform: translateY(-3px); }
.button { min-height: 56px; padding: 0 .9rem 0 1.35rem; }
.button:hover, .button:focus-visible { box-shadow: 0 12px 28px rgba(0,0,0,.24); transform: translateY(-3px); }
.button span, .header-cta span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(13,15,14,.13); font-size: 1rem; }
.cta-shine { position: relative; isolation: isolate; overflow: hidden; }
.cta-shine::after { position: absolute; z-index: 0; top: -35%; left: -42%; width: 34%; height: 170%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.34), transparent); content: ""; pointer-events: none; transform: skewX(-18deg); animation: cta-sheen 4.8s ease-in-out infinite; }
.cta-shine > span { position: relative; z-index: 1; }
@keyframes cta-sheen { 0%, 53% { transform: translateX(0) skewX(-18deg); } 72%, 100% { transform: translateX(520%) skewX(-18deg); } }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media { position: absolute; z-index: -2; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 48%; filter: brightness(.42) saturate(.68) contrast(1.08); }
.hero-background::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(13, 15, 14, .98) 0%, rgba(13, 15, 14, .91) 43%, rgba(13, 15, 14, .48) 100%), linear-gradient(0deg, rgba(13, 15, 14, .44), transparent 48%); content: ""; }
.hero-grid { display: grid; grid-template-columns: 1fr; align-items: center; min-height: min(730px, calc(100svh - 74px)); padding-block: clamp(4rem, 7vw, 7.5rem); }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.25rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 720px; margin-bottom: 1.65rem; font-size: clamp(3.2rem, 6.3vw, 6.45rem); }
h1 em { color: var(--gold-light); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 550px; margin-bottom: 2rem; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem 1.75rem; }
.button-gold { border-color: rgba(255,255,255,.26); background: linear-gradient(135deg, #e7cf7d, #cba536); color: var(--ink); box-shadow: 0 8px 24px rgba(203,165,54,.22); }
.button-dark { border-color: rgba(13,15,14,.76); background: linear-gradient(135deg, #252a26, #0d0f0e); color: var(--white); box-shadow: 0 8px 24px rgba(13,15,14,.21); }
.button-dark span { background: var(--gold); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); padding: 0 0 .35rem; background: transparent; color: rgba(255,255,255,.94); font-size: .9rem; font-weight: 700; text-align: left; transition: gap .2s ease, color .2s ease; }
.text-link:hover, .text-link:focus-visible { gap: .9rem; color: var(--gold-light); }
.microcopy { display: flex; align-items: center; gap: .55rem; margin: 2.15rem 0 0; color: rgba(255,255,255,.48); font-size: .75rem; }
.microcopy span { color: var(--gold); font-size: .6rem; }

.statement { background: var(--gold); color: var(--ink); }
.statement-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 2rem; align-items: baseline; padding-block: clamp(2.4rem, 5vw, 4.25rem); }
.statement .eyebrow { color: var(--ink); }
.statement p:last-child { max-width: 840px; margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3.3vw, 3.45rem); letter-spacing: -.035em; line-height: 1.14; }

.section { padding-block: clamp(4.75rem, 9vw, 8.8rem); }
.section-head { display: grid; grid-template-columns: 1fr .72fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
h2 { margin-bottom: 0; font-size: clamp(2.65rem, 4.8vw, 4.65rem); }
.section-intro { max-width: 480px; margin: 0 0 .35rem auto; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--warm-gray); border-left: 1px solid var(--warm-gray); }
.service-card { display: grid; grid-template-columns: minmax(100px, .42fr) 1fr; min-height: 310px; border-right: 1px solid var(--warm-gray); border-bottom: 1px solid var(--warm-gray); background: var(--cream); transition: background .25s ease; }
.service-card:hover { background: #f0ede3; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(.92); opacity: .84; transition: filter .35s ease, opacity .35s ease; }
.service-card:hover img { filter: grayscale(0) contrast(1); opacity: 1; }
.service-card-content { display: flex; flex-direction: column; padding: clamp(1.35rem, 2.6vw, 2.25rem); }
.service-index, .proof-number { margin-bottom: auto; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 2.25rem 0 .8rem; font-size: clamp(1.45rem, 2.35vw, 2.1rem); }
.service-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.proof { background: var(--ink-soft); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(3.5rem, 8vw, 8rem); }
.proof-sticky, .proof-list { min-width: 0; }
.proof-sticky { align-self: start; }
.proof-sticky h2 { max-width: 510px; margin-bottom: 1.5rem; }
.proof-sticky > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.65); }
.gold-link { margin-top: 1.5rem; border-color: rgba(203,165,54,.7); color: var(--gold-light); }
.proof-list { border-top: 1px solid rgba(255,255,255,.16); }
.proof-list article { display: grid; grid-template-columns: 1fr; gap: .7rem; padding: 2.05rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.proof-list .proof-number { margin: 0; color: var(--gold); }
.proof-list h3 { min-width: 0; margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.25rem); overflow-wrap: break-word; }
.proof-list p:last-child { grid-column: auto; min-width: 0; max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.57); overflow-wrap: break-word; }

.results { position: relative; overflow: hidden; padding-block: clamp(4rem, 8vw, 7rem); background: #ece9df; color: var(--white); }
.results::before { position: absolute; top: -22vw; right: -13vw; width: min(48vw, 650px); aspect-ratio: 1; border: 1px solid rgba(203,165,54,.33); border-radius: 50%; box-shadow: 0 0 0 42px rgba(203,165,54,.08), 0 0 0 85px rgba(203,165,54,.045); content: ""; }
.results-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 2.7rem; overflow: hidden; padding: clamp(2.3rem, 5vw, 5.25rem); background: linear-gradient(135deg, #1a1e1a, #0d0f0e 62%); box-shadow: 0 20px 50px rgba(13,15,14,.14); }
.results-grid::after { position: absolute; right: -9rem; bottom: -10rem; width: 24rem; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(203,165,54,.28), rgba(203,165,54,0) 68%); content: ""; pointer-events: none; }
.results .eyebrow { color: var(--gold-light); }
.results-intro { position: relative; z-index: 1; }
.results-intro h2 { max-width: 610px; margin-bottom: 1.15rem; }
.results-intro > p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.62); }
.result-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: .8rem; margin: 0; }
.result-list > div { position: relative; display: grid; grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr); gap: 2rem; align-items: center; min-width: 0; min-height: 138px; overflow: hidden; padding: 1.75rem 2rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.result-list > div::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--gold); content: ""; }
.result-list > div:hover { border-color: rgba(230,206,122,.7); background: rgba(203,165,54,.11); transform: translateY(-6px); }
.result-list dt { min-width: 0; margin: 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; overflow-wrap: break-word; }
.result-list dd { min-width: 0; margin: 0; padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.5; overflow-wrap: break-word; }

.testimonials { background: var(--cream); }
.testimonial-head { margin-bottom: 3.5rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--warm-gray); border: 1px solid var(--warm-gray); }
.testimonial-card { display: flex; min-height: 390px; flex-direction: column; justify-content: space-between; margin: 0; padding: clamp(1.6rem, 3.1vw, 2.65rem); background: var(--cream); }
.testimonial-card::before { color: var(--gold); font-family: var(--display); font-size: 4rem; line-height: .7; content: "“"; }
.testimonial-card blockquote { margin: 2.25rem 0; font-family: var(--display); font-size: clamp(1.22rem, 1.7vw, 1.58rem); letter-spacing: -.025em; line-height: 1.3; }
.testimonial-card figcaption { display: grid; gap: .2rem; color: var(--muted); font-size: .8rem; }
.testimonial-card figcaption strong { color: var(--ink); font-size: .86rem; letter-spacing: .025em; text-transform: uppercase; }
.testimonial-card-emphasis { background: var(--ink); color: var(--white); }
.testimonial-card-emphasis figcaption strong { color: var(--gold-light); }
.testimonial-card-emphasis figcaption { color: rgba(255,255,255,.56); }

.recoverable { background: var(--white); }
.recoverable-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 8rem); }
.recoverable h2 { max-width: 630px; margin-bottom: 1.4rem; }
.recoverable p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.recoverable ul { display: grid; align-content: center; margin: 0; padding: 0; border-top: 1px solid var(--warm-gray); list-style: none; }
.recoverable li { position: relative; padding: 1.05rem 2rem 1.05rem 0; border-bottom: 1px solid var(--warm-gray); font-family: var(--display); font-size: clamp(1.13rem, 1.8vw, 1.45rem); }
.recoverable li::after { position: absolute; right: 0; color: var(--gold); content: "↗"; }

.about { background: var(--ink); color: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(3rem, 10vw, 9rem); }
.about h2 { max-width: 545px; }
.about-content { max-width: 595px; }
.about-content > p { color: rgba(255,255,255,.69); font-size: 1.05rem; }
.value-list { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2.15rem 0 2.8rem; padding: 0; list-style: none; }
.value-list li { border: 1px solid rgba(230,206,122,.55); padding: .58rem .7rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; padding-top: 1.55rem; border-top: 1px solid rgba(255,255,255,.18); }
.location-card { position: relative; display: flex; min-height: 205px; align-items: flex-end; overflow: hidden; margin: 0; background: #161917; isolation: isolate; }
.location-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(8,10,9,.15), rgba(8,10,9,.9) 86%); content: ""; }
.location-card img { position: absolute; z-index: -2; inset: -9px; width: calc(100% + 18px); height: calc(100% + 18px); max-width: none; object-fit: cover; filter: brightness(.5) blur(1.8px) saturate(.62); transition: filter .5s ease, transform .6s ease; }
.location-card:nth-child(2) img { object-position: 57% 44%; }
.location-card:nth-child(3) img { object-position: 55% 48%; }
.location-card:hover img { filter: brightness(.63) blur(.4px) saturate(.8); transform: scale(1.07); }
.location-card > div { position: relative; z-index: 1; width: 100%; padding: 1.05rem; }
.location-card span { display: block; margin-bottom: 1.1rem; color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.location-card h3 { margin: 0 0 .25rem; color: var(--white); font-family: var(--display); font-size: 1.55rem; }
.location-card p { margin: 0; color: rgba(255,255,255,.67); font-size: .77rem; line-height: 1.45; }

.contact-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2.25rem, 5vw, 5rem); background: var(--gold); color: var(--ink); }
.contact-card .eyebrow { color: var(--ink); }
.contact-card h2 { max-width: 650px; margin-bottom: 1rem; }
.contact-card p:not(.eyebrow) { max-width: 660px; margin-bottom: 0; font-size: 1.05rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 1rem; }
.phone-link { border-bottom: 1px solid rgba(13,15,14,.55); padding-bottom: .25rem; font-size: .96rem; font-weight: 800; }

.contact-modal { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.contact-modal.is-open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,6,5,.76); backdrop-filter: blur(9px); }
.modal-dialog { position: relative; width: min(100%, 650px); max-height: min(88svh, 800px); overflow: auto; padding: clamp(1.8rem, 5vw, 3.25rem); background: var(--cream); box-shadow: 0 28px 90px rgba(0,0,0,.48); transform: translateY(18px) scale(.98); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.contact-modal.is-open .modal-dialog { transform: translateY(0) scale(1); }
.modal-dialog .eyebrow { margin-bottom: 1rem; }
.modal-dialog h2 { max-width: 500px; margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.modal-description { max-width: 510px; margin-bottom: 1.8rem; color: var(--muted); }
.modal-close { position: absolute; top: .85rem; right: .85rem; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--warm-gray); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 1.7rem; line-height: 1; transition: background .2s ease, transform .2s ease; }
.modal-close:hover, .modal-close:focus-visible { background: var(--gold); transform: rotate(90deg); }
.contact-form { display: grid; gap: 1rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: #3f444b; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7d2c8; border-radius: 0; padding: .82rem .9rem; background: var(--white); color: var(--ink); font: 400 1rem/1.4 var(--body); letter-spacing: 0; text-transform: none; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 112px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(203,165,54,.15); }
.form-submit { justify-self: start; margin-top: .4rem; }
.form-note { margin: -.25rem 0 0; color: var(--muted); font-size: .76rem; }
body.modal-open { overflow: hidden; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-footer { padding-block: 3rem; background: var(--ink); color: rgba(255,255,255,.7); font-size: .86rem; }
.footer-grid { display: grid; grid-template-columns: 94px 1fr 1fr; gap: 2rem; align-items: start; }
.site-footer img { width: 82px; height: auto; }
.site-footer p { margin-bottom: .75rem; }
.site-footer a { color: var(--gold-light); border-bottom: 1px solid rgba(230,206,122,.45); }
.footer-right { text-align: right; }
.floating-whatsapp { position: fixed; z-index: 9; right: 1.25rem; bottom: 1.25rem; display: grid; width: 60px; height: 60px; place-items: center; border: 0; border-radius: 50%; background: #25d366; color: var(--white); box-shadow: 0 10px 28px rgba(7, 82, 35, .34); transition: transform .2s ease, background .2s ease; }
.floating-whatsapp::before { position: absolute; inset: -7px; border: 1px solid rgba(37, 211, 102, .64); border-radius: inherit; content: ""; animation: whatsapp-pulse 1.9s ease-out infinite; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px) scale(1.04); background: #1ebe5a; }
.whatsapp-icon { position: relative; z-index: 1; width: 29px; height: 32px; fill: currentColor; }
@keyframes whatsapp-pulse { 0% { opacity: .9; transform: scale(.82); } 72%, 100% { opacity: 0; transform: scale(1.24); } }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
@media (max-width: 1080px) and (min-width: 801px) {
  .proof-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .proof-sticky h2, .proof-sticky > p:not(.eyebrow) { max-width: 650px; }
}
@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 1160px); }
  .header-inner { min-height: 66px; }
  .brand { width: 48px; }
  .brand img { width: 48px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; min-height: 37px; padding: .58rem .68rem; font-size: .62rem; white-space: nowrap; }
  .hero-grid, .statement-grid, .section-head, .proof-grid, .recoverable-grid, .contact-card, .results-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 650px; padding-block: 4.8rem 5rem; }
  .hero-media img { object-position: 56% 46%; filter: brightness(.39) saturate(.63) contrast(1.08); }
  .hero-background::after { background: linear-gradient(180deg, rgba(13,15,14,.91) 0%, rgba(13,15,14,.79) 45%, rgba(13,15,14,.95) 100%), linear-gradient(90deg, rgba(13,15,14,.64), rgba(13,15,14,.28)); }
  .statement-grid { gap: .9rem; }
  .section-head { gap: 1.2rem; }
  .section-intro { margin-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .proof-grid { gap: 3.25rem; }
  .results-grid { gap: 2.5rem; }
  .result-list { grid-template-columns: 1fr; }
  .result-list > div { grid-template-columns: 1fr; gap: .7rem; min-height: 0; padding: 1.45rem 1.35rem; }
  .result-list dd { padding-left: 0; border-left: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
  .about-grid { gap: 2.4rem; }
  .location-list { grid-template-columns: 1fr; }
  .location-card { min-height: 220px; }
  .contact-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 70px 1fr; }
  .footer-right { grid-column: 1 / -1; text-align: left; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 480px) {
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-grid { min-height: 620px; padding-block: 4rem 4.5rem; }
  .header-cta { padding-inline: .72rem; font-size: .61rem; letter-spacing: .015em; }
  .header-cta span { font-size: .78rem; }
  .service-card { grid-template-columns: 120px 1fr; min-height: 245px; }
  .service-card-content { padding: 1.25rem; }
  .service-card h3 { margin-top: 1.8rem; font-size: 1.35rem; }
  .service-card p:last-child { font-size: .8rem; }
  .proof-list article { grid-template-columns: 1fr; }
  .result-list > div { min-height: 0; padding: 1.25rem 1.05rem; }
  .result-list dt { font-size: clamp(1.48rem, 8.4vw, 2rem); letter-spacing: -.035em; line-height: 1.05; }
  .result-list dd { font-size: .83rem; }
  .location-list { gap: .85rem; }
  .testimonial-card blockquote { margin-block: 1.65rem; }
  .form-grid { grid-template-columns: 1fr; }
  .modal-dialog { max-height: 92svh; padding: 1.5rem; }
  .modal-dialog h2 { padding-right: 2rem; }
  .floating-whatsapp { right: .85rem; bottom: .85rem; width: 56px; height: 56px; }
  .whatsapp-icon { width: 27px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
