:root {
  --navy: #061a32;
  --navy-soft: #0b294b;
  --blue: #123b69;
  --ink: #102d50;
  --muted: #5e6d7f;
  --surface: #f3f7fa;
  --white: #ffffff;
  --gold: #f2b900;
  --gold-dark: #c18b00;
  --green: #22c56a;
  --line: #d7e0e9;
  --shadow: 0 20px 52px rgba(6, 26, 50, .14);
  --radius: 14px;
  --max: 1200px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { width: 100%; scroll-behavior: smooth; }
body { width: 100%; min-width: 0; margin: 0; color: var(--ink); background: var(--white); font-family: "Fira Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { display: block; width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.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; top: 12px; left: 12px; padding: 10px 14px; color: var(--navy); background: var(--gold); transform: translateY(-150%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 30; top: 0; color: var(--white); background: rgba(6, 26, 50, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.official-logo-link { display: inline-flex; padding: 4px; border-radius: 12px; background: var(--white); box-shadow: 0 8px 20px rgba(0,0,0,.16); transition: transform .25s var(--ease), box-shadow .25s ease; }
.official-logo-link:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.22); }
.official-logo { display: block; width: 145px; border-radius: 8px; }
.official-logo-header-link { padding: 3px; border-radius: 10px; }
.official-logo-header { width: 108px; border-radius: 7px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2.2vw, 32px); color: rgba(255,255,255,.86); font-size: .88rem; }
.site-nav > a:not(.header-contact) { position: relative; padding: 8px 0; transition: color .2s ease; }
.site-nav > a:not(.header-contact)::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.site-nav > a:not(.header-contact):hover { color: var(--white); }
.site-nav > a:not(.header-contact):hover::after { transform: scaleX(1); transform-origin: left; }
.header-contact { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; color: var(--white); border: 1px solid var(--green); border-radius: 9px; transition: color .2s ease, background .2s ease, transform .2s var(--ease); }
.header-contact svg { width: 17px; color: var(--green); }
.header-contact:hover { color: var(--navy); background: var(--green); transform: translateY(-2px); }
.header-contact:hover svg { color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; color: var(--white); border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s var(--ease); }
.site-header.nav-open .menu-toggle > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.site-header.nav-open .menu-toggle > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.lp-hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--navy); }
.lp-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, #000, transparent 74%); }
.hero-orbit { position: absolute; z-index: -1; right: -8%; bottom: 20px; left: -15%; height: 100px; border: 1px solid rgba(242,185,0,.75); border-right-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(-5deg); filter: drop-shadow(0 0 10px rgba(242,185,0,.3)); }
.hero-layout { min-height: 355px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 30px; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 44px 0 42px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--gold); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy h1 { max-width: 11ch; margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.75rem); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy h1 span { color: var(--gold); }
.hero-lead { max-width: 42ch; margin: 15px 0 0; color: rgba(255,255,255,.86); font-size: 1rem; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 23px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; line-height: 1.1; text-align: center; transition: transform .2s var(--ease), color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { color: var(--navy); background: var(--gold); }
.button-primary:hover { background: #ffd02e; box-shadow: 0 8px 18px rgba(242,185,0,.23); }
.button-whatsapp { color: var(--white); border-color: var(--green); background: transparent; }
.button-whatsapp svg { width: 19px; color: var(--green); }
.button-whatsapp:hover { color: var(--navy); background: var(--green); }
.button-whatsapp:hover svg { color: var(--navy); }
.hero-visual { position: relative; min-width: 0; display: grid; grid-template-columns: 1fr 54px; align-items: center; }
.hero-media { position: relative; height: 355px; overflow: hidden; background: var(--navy-soft); }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 2; background: var(--navy); transform: translateX(102%); pointer-events: none; }
.js .hero-media::before { transform: translateX(0); animation: hero-wipe .95s var(--ease) .18s both; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(6,26,50,.98), rgba(6,26,50,.1) 42%, transparent 78%), linear-gradient(0deg, rgba(6,26,50,.7), transparent 50%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; transform: scale(1.02); }
.hero-media-line { position: absolute; z-index: 3; top: 12%; bottom: 12%; left: 11%; width: 1px; background: linear-gradient(transparent, var(--gold), transparent); opacity: .75; }
.hero-sidewords { display: grid; align-content: center; gap: 15px; padding-left: 14px; color: rgba(255,255,255,.42); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; writing-mode: initial; }
.hero-sidewords span { white-space: nowrap; }
.hero-proof { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 70px; align-items: center; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof .proof-item { display: flex; align-items: center; gap: 10px; min-height: 35px; padding: 0 20px; color: rgba(255,255,255,.83); font-size: .75rem; border-right: 1px solid rgba(255,255,255,.15); }
.hero-proof .proof-item:first-child { padding-left: 0; }
.hero-proof .proof-item:last-child { padding-right: 0; border-right: 0; }
.hero-proof svg { flex: 0 0 25px; width: 25px; height: 25px; color: var(--white); stroke: var(--white); }

.section { padding: 86px 0; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 86px); align-items: center; }
.problem-block { background: var(--white); }
.editorial-image { position: relative; min-height: 335px; margin: 0; overflow: hidden; border-radius: 10px; background: var(--navy-soft); }
.editorial-image img { width: 100%; height: 100%; min-height: 335px; object-fit: cover; object-position: center; }
.editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,26,50,.84), transparent 55%); }
.editorial-image figcaption { position: absolute; z-index: 1; bottom: 26px; left: 26px; color: var(--white); font-size: 1.1rem; font-weight: 600; line-height: 1.1; }
.image-accent { position: absolute; z-index: 2; right: 26px; bottom: 28px; width: 82px; height: 2px; background: var(--gold); }
.problem-copy h2, .section-heading h2, .diagnostic-intro h2, .regional-copy h2, .faq-heading h2 { max-width: 17ch; margin: 0; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.problem-copy > p:not(.section-kicker), .regional-copy > p:not(.section-kicker), .diagnostic-intro > p:not(.section-kicker) { max-width: 47ch; margin: 17px 0 0; color: var(--muted); font-size: 1rem; }
.risk-list { display: grid; gap: 16px; margin-top: 28px; }
.risk-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; }
.risk-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--navy); font-weight: 700; }
.risk-list strong, .risk-list small { display: block; }
.risk-list strong { color: var(--ink); font-size: .95rem; }
.risk-list small { margin-top: 1px; color: var(--muted); font-size: .82rem; }

.solutions-panel { padding: 54px 0 72px; color: var(--white); background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading-dark h2 { max-width: 22ch; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.25rem); }
.section-heading > p { margin: 0; color: rgba(255,255,255,.56); font-size: .72rem; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.solution-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.solution-card { position: relative; min-height: 168px; display: flex; align-items: end; overflow: hidden; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; isolation: isolate; transition: transform .3s var(--ease), border-color .3s ease; }
.solution-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.solution-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .6s var(--ease), filter .4s ease; }
.solution-card:hover img { filter: saturate(1); transform: scale(1.06); }
.solution-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(6,26,50,.98), rgba(6,26,50,.15) 72%); }
.solution-card-content { max-width: 78%; }
.solution-card strong, .solution-card small { display: block; }
.solution-card strong { font-size: .95rem; }
.solution-card small { margin-top: 4px; color: rgba(255,255,255,.75); font-size: .75rem; line-height: 1.25; }
.card-arrow { position: absolute; right: 12px; bottom: 14px; width: 25px; height: 25px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--gold); font-weight: 700; }

.diagnostic-section { padding: 70px 0; background: var(--surface); }
.diagnostic-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
.diagnostic-intro h2 { max-width: 14ch; font-size: clamp(2.1rem, 3.6vw, 3.3rem); }
.diagnostic-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 22px; border-radius: 10px; background: var(--white); box-shadow: 0 10px 30px rgba(6,26,50,.08); }
.diagnostic-form label { display: grid; gap: 5px; color: var(--ink); font-size: .74rem; font-weight: 600; }
.diagnostic-form input, .diagnostic-form select { width: 100%; min-height: 42px; padding: 9px 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; outline: none; background: #f8fafc; }
.diagnostic-form input:focus, .diagnostic-form select:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(242,185,0,.16); }
.field-full { grid-column: 1 / -1; }
.diagnostic-form .button { margin-top: 2px; }
.form-status { min-height: 1.2em; margin: 0; color: var(--gold-dark); font-size: .8rem; }

.process-section { background: var(--white); }
.process-section .section-heading h2 { font-size: clamp(2.2rem, 3.8vw, 3.4rem); }
.process-section .section-heading > p { color: var(--gold-dark); }
.process-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; }
.process-step { display: flex; align-items: flex-start; gap: 13px; }
.step-number { flex: 0 0 33px; width: 33px; height: 33px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--navy); font-weight: 700; }
.process-step h3 { margin: 0; color: var(--ink); font-size: .98rem; }
.process-step p { max-width: 25ch; margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.3; }
.step-arrow { color: var(--blue); font-size: 1.6rem; }

.regional-section { background: var(--white); }
.regional-image { position: relative; min-height: 280px; margin: 0; overflow: hidden; border-radius: 9px; background: var(--navy-soft); }
.regional-image img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.regional-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,26,50,.68), transparent 65%); }
.regional-image > span { position: absolute; z-index: 1; bottom: 23px; left: 23px; color: var(--white); font-size: 1rem; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.regional-image small { color: var(--gold); font-size: .72rem; letter-spacing: .08em; }
.local-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.local-points span { display: grid; grid-template-columns: 27px auto; align-items: center; gap: 7px; color: var(--muted); font-size: .78rem; line-height: 1.2; }
.local-points b { width: 27px; height: 27px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--navy); font-size: 1rem; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 54px 0; color: var(--white); background: var(--navy); }
.final-cta-backdrop { position: absolute; z-index: -1; inset: 0 0 0 43%; opacity: .65; background: linear-gradient(90deg, var(--navy), transparent 64%), url("assets/assisthec-server-room.png") center / cover; }
.final-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: center; }
.final-cta h2 { max-width: 17ch; margin: 0; color: var(--white); font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.final-cta p:not(.section-kicker) { max-width: 56ch; margin: 13px 0 0; color: rgba(255,255,255,.78); font-size: .92rem; }
.final-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.faq-section { padding: 60px 0 72px; background: var(--surface); }
.faq-heading { margin-bottom: 24px; }
.faq-heading h2 { max-width: none; font-size: clamp(2.2rem, 3.6vw, 3.25rem); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 54px; padding: 13px 0; color: var(--ink); font-size: .84rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--gold-dark); font-size: 1.25rem; font-weight: 400; transition: transform .25s var(--ease); }
.faq-list details.is-expanded summary::after { transform: rotate(45deg); }
.faq-answer { height: 0; overflow: hidden; transition: height .46s var(--ease); }
.faq-answer > p { margin: 0 32px 16px 0; color: var(--muted); font-size: .82rem; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 38px; padding: 48px 0 34px; }
.footer-brand > p { max-width: 31ch; margin: 16px 0 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.site-footer h2 { margin: 0 0 14px; color: var(--white); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav a, .footer-location a, .footer-location span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.67); font-size: .82rem; }
.site-footer a:hover { color: var(--gold); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: rgba(255,255,255,.04); transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.social-links a:hover { color: var(--navy); border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0 max(14px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.43); font-size: .7rem; }
.floating-whatsapp { position: fixed; z-index: 25; right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--green); box-shadow: 0 8px 22px rgba(6,26,50,.28); transition: transform .2s var(--ease), box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(6,26,50,.36); }
.floating-whatsapp svg { width: 25px; height: 25px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; filter: blur(4px); transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease), filter .65s var(--ease); transition-delay: var(--delay, 0ms); }
.js .reveal.is-visible { opacity: 1; filter: none; transform: none; }
@keyframes hero-wipe { from { transform: translateX(0); } to { transform: translateX(102%); } }

@media (max-width: 1040px) {
  .container { width: min(var(--max), calc(100% - 44px)); }
  .site-nav { gap: 16px; font-size: .82rem; }
  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .hero-copy h1 { font-size: clamp(2.7rem, 4.6vw, 4rem); }
  .solution-card { padding: 14px; }
  .solution-card strong { font-size: .84rem; }
  .solution-card small { font-size: .7rem; }
}

@media (max-width: 820px) {
  .container { width: min(var(--max), calc(100% - 36px)); }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 8px 18px 18px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 28px rgba(6,26,50,.24); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, visibility .25s ease, transform .25s var(--ease); }
  .site-header.nav-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.header-contact) { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .header-contact { justify-content: center; margin-top: 13px; }
  .hero-layout, .split-grid, .diagnostic-grid { grid-template-columns: 1fr; }
  .hero-layout { gap: 0; }
  .hero-copy { padding: 58px 0 36px; }
  .hero-copy h1 { max-width: 12ch; font-size: clamp(2.9rem, 9.4vw, 4.3rem); }
  .hero-visual { grid-template-columns: 1fr; }
  .hero-media { height: 390px; }
  .hero-sidewords { display: none; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); gap: 18px 0; padding: 18px 0; }
  .hero-proof .proof-item, .hero-proof .proof-item:first-child, .hero-proof .proof-item:last-child { padding: 0 14px; border-right: 1px solid rgba(255,255,255,.15); }
  .hero-proof .proof-item:nth-child(2n) { border-right: 0; }
  .hero-proof .proof-item:nth-child(n+3) { padding-top: 14px; }
  .section { padding: 72px 0; }
  .problem-layout, .regional-layout { gap: 38px; }
  .editorial-image { min-height: 350px; }
  .editorial-image img { min-height: 350px; }
  .solution-cards { grid-template-columns: repeat(2, 1fr); }
  .diagnostic-grid { gap: 32px; }
  .process-steps { grid-template-columns: 1fr; gap: 20px; }
  .step-arrow { display: none; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .final-cta-actions { justify-content: flex-start; }
  .final-cta-backdrop { inset: 0; opacity: .25; }
  .faq-grid { gap: 0; grid-template-columns: 1fr; }
  .faq-list + .faq-list { margin-top: 0; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .official-logo-header { width: 94px; }
  .hero-copy { padding-top: 50px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 12.7vw, 3.8rem); }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-media { height: 310px; }
  .hero-proof { grid-template-columns: 1fr; gap: 0; }
  .hero-proof .proof-item, .hero-proof .proof-item:first-child, .hero-proof .proof-item:last-child { min-height: 38px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-proof .proof-item:last-child { border-bottom: 0; }
  .hero-proof .proof-item:nth-child(n+3) { padding-top: 10px; }
  .section { padding: 62px 0; }
  .problem-copy h2, .diagnostic-intro h2, .regional-copy h2, .section-heading h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .editorial-image, .editorial-image img { min-height: 290px; }
  .solution-cards { grid-template-columns: 1fr; }
  .solution-card { min-height: 164px; }
  .diagnostic-form { grid-template-columns: 1fr; padding: 16px; }
  .field-full { grid-column: auto; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; text-align: left; }
  .regional-image, .regional-image img { min-height: 240px; }
  .local-points { display: grid; gap: 12px; }
  .final-cta { padding: 62px 0; }
  .final-cta-actions { width: 100%; flex-direction: column; }
  .final-cta-actions .button { width: 100%; }
  .faq-section { padding: 58px 0 64px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding-top: 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 48px; height: 48px; }
}

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