:root {
  --ink: #1f2420;
  --muted: #66706a;
  --warm: #f4f0e8;
  --paper: #fbfaf6;
  --line: #dcded8;
  --orange: #ff6a3d;
  --orange-dark: #d9512b;
  --sage: #dce8dd;
  --dark: #202622;
  --white: #fffdf8;
  --shadow: 0 20px 55px rgba(31, 36, 32, .12);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--warm);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; background: var(--warm); }
main { flex: 1 0 auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.legal-page { max-width: 760px; padding-top: 56px; padding-bottom: 80px; }
.legal-page > a { color: var(--muted); font-size: 13px; }
.legal-page h1 { max-width: none; margin-top: 54px; margin-bottom: 24px; font-size: clamp(42px, 7vw, 72px); }
.legal-page h2 { margin-top: 40px; margin-bottom: 12px; font-size: 28px; letter-spacing: -.03em; }
.legal-page p { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.whatsapp-widget { position: fixed; z-index: 20; right: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px 0 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #1eaa68; color: #fff; box-shadow: 0 10px 24px rgba(31,36,32,.2); font-size: 13px; font-weight: 800; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.whatsapp-widget:hover { background: #168b55; color: #fff; transform: translateY(-2px); box-shadow: 0 13px 28px rgba(31,36,32,.24); }
.whatsapp-widget img { width: 23px; height: 23px; filter: brightness(0) invert(1); }
.whatsapp-widget:focus-visible { outline: 3px solid #4a8067; outline-offset: 4px; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.brand { display: inline-flex; align-items: center; width: 146px; }
.brand img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--orange); color: var(--ink); font-size: 14px; font-weight: 850; }
.header-link { color: var(--muted); font-size: 14px; font-weight: 650; }
.header-link:hover { color: var(--ink); }

.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, .9fr); align-items: center; gap: 80px; padding: 82px 0 108px; min-height: 690px; }
.eyebrow { margin: 0 0 19px; color: var(--orange-dark); font-size: 15px; font-weight: 800; letter-spacing: .07em; line-height: 1.25; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(42px, 5.3vw, 74px); line-height: 1.02; letter-spacing: -.055em; font-weight: 730; font-kerning: normal; }
h2 { margin-bottom: 20px; font-size: clamp(31px, 4vw, 52px); line-height: 1.04; letter-spacing: -.055em; font-weight: 730; }
h3 { margin-bottom: 9px; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
.hero-lead { max-width: 585px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 20px; border: 0; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.button-primary { background: var(--orange); color: var(--ink); box-shadow: 0 7px 0 rgba(31, 36, 32, .1); }
.button-primary:hover { background: #ff805b; transform: translateY(-2px); box-shadow: 0 10px 0 rgba(31, 36, 32, .1); }
.button-primary:active { transform: translateY(1px); box-shadow: 0 3px 0 rgba(31, 36, 32, .1); }
.button:focus-visible, button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid #4a8067; outline-offset: 3px; }

.hero-visual { position: relative; min-width: 0; }
.flow-card { padding: 28px 30px 22px; border: 1px solid rgba(31, 36, 32, .13); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.flow-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.flow-kicker { color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.flow-list { position: relative; padding: 5px 0; }
.flow-list::before { content: ""; position: absolute; top: 39px; bottom: 39px; left: 45px; border-left: 1px dashed #c6d1c7; }
.flow-step { position: relative; display: grid; grid-template-columns: 30px 42px 1fr; align-items: start; gap: 13px; padding: 20px 0; }
.flow-number { padding-top: 7px; color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .06em; }
.flow-icon { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #d8e4da; border-radius: 11px; background: #edf5ed; color: #3d7456; }
.flow-icon .icon { width: 20px; height: 20px; }
.flow-step strong { display: block; margin: 3px 0 7px; font-size: 16px; line-height: 1.15; }
.flow-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.45; }
.flow-footnote { display: flex; align-items: center; gap: 8px; margin: 7px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 18px; line-height: 1.4; }
.flow-footnote .icon { width: 16px; height: 16px; flex: 0 0 16px; color: var(--orange-dark); }
.visual-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.live-label { display: inline-flex; align-items: center; gap: 8px; color: #4a8067; }
.chat-window { overflow: hidden; background: var(--paper); border: 1px solid rgba(31, 36, 32, .13); border-radius: 13px; box-shadow: var(--shadow); }
.chat-header { display: flex; align-items: center; gap: 12px; padding: 17px 18px; background: var(--dark); color: var(--white); }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--orange); color: var(--ink); font-weight: 850; }
.chat-header strong, .chat-header span { display: block; }
.chat-header strong { font-size: 13px; }
.chat-header span { margin-top: 3px; color: #aeb8b0; font-size: 11px; }
.lock-label { display: inline-flex !important; align-items: center; justify-content: center; width: 27px; height: 27px; margin-left: auto; border: 1px solid #4e6456; border-radius: 8px; color: #a3d5b4 !important; font-size: 15px !important; }
.icon-lock { width: 15px; height: 15px; }
.chat-body { display: grid; gap: 14px; min-height: 282px; padding: 25px 22px 19px; background: #f8f6f0; }
.message { max-width: 83%; padding: 13px 15px; border-radius: 12px; font-size: 14px; line-height: 1.45; }
.message-patient { justify-self: end; background: var(--sage); border-bottom-right-radius: 3px; }
.message-assistant { background: var(--white); border: 1px solid #e2e3dd; border-bottom-left-radius: 3px; box-shadow: 0 5px 14px rgba(31, 36, 32, .04); }
.message-note { max-width: 100%; margin-top: 3px; padding: 10px 0 0; border-top: 1px solid #e1e3dc; border-radius: 0; color: var(--muted); font-size: 11px; }
.message-check { display: inline-grid; width: 18px; height: 18px; margin-right: 5px; place-items: center; border-radius: 6px; background: var(--orange); color: var(--ink); vertical-align: -5px; }
.message-check .icon { width: 13px; height: 13px; stroke-width: 2.4; }
.visual-caption { margin-top: 13px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.ghl-demo { position: relative; z-index: 21; width: 100%; }
.ghl-widget-shell { min-height: 370px; overflow: hidden; border: 1px solid rgba(31,36,32,.13); border-radius: 13px; background: var(--paper); box-shadow: var(--shadow); }
.ghl-widget-shell > [data-chat-widget] { min-height: 370px; }
.ghl-widget-shell chat-widget { position: relative !important; inset: auto !important; display: block !important; width: 100% !important; min-height: 370px; }

.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .3); }
.proof-band > div { display: grid; gap: 5px; padding: 25px max(32px, calc((100vw - 1180px) / 2)); border-right: 1px solid var(--line); }
.proof-band > div:last-child { border-right: 0; }
.proof-icon { display: grid; width: 34px; height: 34px; margin-bottom: 13px; place-items: center; border: 1px solid #d8e4da; border-radius: 11px; background: #edf5ed; color: #3d7456; }
.proof-icon .icon { width: 16px; height: 16px; }
.proof-band strong { font-size: 14px; }
.proof-band span { color: var(--muted); font-size: 18px; }

.integration-band { border-bottom: 1px solid var(--line); background: var(--paper); }
.integration-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 92px; }
.integration-label { color: var(--ink); font-size: 18px; font-weight: 730; letter-spacing: -.025em; line-height: 1.15; white-space: nowrap; }
.integration-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.integration-list { align-items: center; }
.integration-item { display: inline-flex; align-items: center; gap: 8px; color: #4b554e; font-size: 12px; font-weight: 720; }
.integration-item img { width: 22px; height: 22px; object-fit: contain; }

.split-section, .feature-section, .contact-section { padding: 122px 0; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-intro h2 { max-width: 560px; }
.problem-list { border-top: 1px solid var(--line); }
.list-item { display: grid; grid-template-columns: 42px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.item-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #d8e4da; border-radius: 11px; background: #edf5ed; color: #3d7456; }
.item-icon .icon { width: 17px; height: 17px; }
.item-icon .icon path, .item-icon .icon circle, .item-icon .icon rect { stroke-linecap: round; stroke-linejoin: round; }
.list-item p, .feature-card p, .process-step p, .contact-copy > p:not(.eyebrow):not(.contact-note) { margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.dark-section { background: var(--warm); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; padding: 116px 0; }
.light-intro .eyebrow { color: var(--orange-dark); }
.light-intro p:not(.eyebrow) { max-width: 420px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-self: center; border-top: 1px solid var(--line); }
.process-step { min-height: 240px; padding: 22px 19px 0 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 19px; }
.process-step:last-child { border-right: 0; }
.process-step span.process-icon { display: grid; width: 38px; height: 38px; margin-bottom: 28px; place-items: center; border: 1px solid #d8e4da; border-radius: 11px; background: #edf5ed; color: #3d7456; font-size: 17px; }
.process-icon .icon { width: 19px; height: 19px; }
.process-step h3 { color: var(--ink); }
.process-step p { color: var(--muted); }

.feature-section { padding-bottom: 85px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255, 253, 248, .32); }
.feature-icon { display: grid; width: 54px; height: 54px; margin-bottom: 34px; place-items: center; border: 1px solid #d8e4da; border-radius: 11px; background: #edf5ed; color: #3d7456; }
.feature-icon .icon { width: 21px; height: 21px; }
.feature-chat-card { min-height: 300px; }
.mini-chat { display: grid; gap: 8px; margin-top: 24px; }
.mini-message { display: block; max-width: 100%; padding: 10px 11px; border: 1px solid #e2e3dd; border-radius: 10px; background: var(--white); color: var(--muted); font-size: 13px; line-height: 1.4; }
.mini-message-patient { justify-self: end; background: var(--sage); border-color: transparent; color: var(--ink); border-bottom-right-radius: 3px; }
.mini-link { display: inline-block; color: #3d7456; font-size: 13px; font-weight: 800; }

.trust-section { padding: 35px 0 120px; }
.trust-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 35px 40px; border: 1px solid #c5d5c8; border-radius: 10px; background: var(--sage); }
.trust-panel h2 { margin-bottom: 0; font-size: clamp(26px, 3vw, 42px); }
.trust-points { align-self: center; }
.trust-points p { display: flex; gap: 12px; margin-bottom: 13px; color: #46554b; font-size: 14px; line-height: 1.4; }
.trust-points p:last-child { margin-bottom: 0; }
.trust-icon { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border: 1px solid #d8e4da; border-radius: 7px; background: #edf5ed; color: #3d7456; }
.trust-icon .icon { width: 13px; height: 13px; stroke-width: 2.4; }

.pre-faq-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; margin-top: 0; padding: 72px 0 120px; border-top: 1px solid var(--line); }
.pre-faq-cta h2, .post-faq-cta h2 { max-width: 600px; margin-bottom: 18px; font-size: 62px; line-height: 1.02; }
.pre-faq-cta p, .post-faq-cta p { max-width: 590px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.5; }
.pre-faq-cta .button, .post-faq-cta .button { max-width: 300px; padding: 16px 18px; text-align: center; font-size: 15px; }

.post-faq-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 0 0 120px; }

.faq-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; padding: 0 0 120px; }
.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: 20px; padding: 20px 0; color: var(--ink); font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--orange-dark); font-size: 21px; font-weight: 450; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -3px 40px 21px 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.contact-section { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; padding-top: 0; }
.contact-panel { align-items: center; padding-bottom: 120px; }
.contact-copy h2 { max-width: 570px; }
.contact-direct { display: grid; grid-template-columns: 48px 1fr; align-items: center; column-gap: 16px; padding: 24px; border: 1px solid #c5d5c8; border-radius: 12px; background: var(--sage); }
.contact-direct-icon { display: grid; grid-row: span 3; width: 48px; height: 48px; place-items: center; border: 1px solid #68776c; border-radius: 11px; background: rgba(255, 255, 255, .06); color: #ff997e; }
.contact-direct-icon .icon { width: 23px; height: 23px; }
.contact-direct strong { font-size: 16px; }
.contact-direct p { margin: 6px 0 0; color: #46554b; font-size: 13px; line-height: 1.45; }
.contact-direct-button { grid-column: 2; min-height: 42px; margin-top: 12px; padding-inline: 15px; font-size: 12px; }
.contact-form label { margin-top: 7px; color: var(--ink); font-size: 12px; font-weight: 750; }
.contact-form input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #cbd0ca; border-radius: 6px; background: var(--white); color: var(--ink); }
.contact-form input:focus { border-color: #4a8067; }
.hidden-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; margin-top: 13px; }
.form-privacy { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 30px; padding-top: 24px; padding-bottom: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand { display: grid; justify-items: center; gap: 6px; width: max-content; }
.footer-brand span { color: var(--muted); text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a, .footer-company a { color: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .18s ease, text-decoration-color .18s ease; }
.footer-links a:hover, .footer-company a:hover { color: var(--ink); text-decoration-color: currentColor; }
.footer-company { display: flex; flex-wrap: wrap; gap: 4px 12px; grid-column: 1 / -1; }
.footer-company strong { color: var(--ink); }
.footer-copyright { grid-column: 1 / -1; padding-top: 4px; border-top: 1px solid var(--line); }
.footer-logo { display: block; width: 105px; height: auto; align-self: center; mix-blend-mode: multiply; }


@media (max-width: 900px) {
  .hero, .split-section, .process-section, .faq-section, .contact-section { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 60px; }
  .hero-visual { max-width: 650px; }
  .process-section { padding: 82px 0; }
  .contact-section { padding-bottom: 90px; }
}

@media (max-width: 680px) {
  .site-header { height: 64px; padding: 0 16px; }
  .brand { width: 118px; }
  .header-link { font-size: 13px; }
  .section-shell { width: min(100% - 32px, 560px); }
  .hero { min-height: auto; padding: 42px 0 56px; gap: 34px; }
  .eyebrow { margin-bottom: 14px; font-size: 14px; letter-spacing: .055em; }
  h1 { margin-bottom: 18px; font-size: clamp(38px, 11vw, 52px); line-height: 1; }
  h2 { margin-bottom: 16px; font-size: clamp(29px, 8vw, 38px); line-height: 1.06; }
  h3 { font-size: 17px; }
  .hero-lead { margin-bottom: 24px; font-size: 18px; line-height: 1.48; }
  .button { width: 100%; min-height: 50px; padding: 0 16px; font-size: 13px; }
  .chat-header { gap: 9px; padding: 13px 14px; }
  .avatar { width: 30px; height: 30px; border-radius: 8px; font-size: 13px; }
  .chat-header strong { font-size: 12px; }
  .chat-header span { font-size: 10px; }
  .lock-label { width: 24px; height: 24px; border-radius: 7px; }
  .chat-body { min-height: 250px; gap: 11px; padding: 18px 13px 15px; }
  .message { max-width: 94%; padding: 11px 12px; border-radius: 10px; font-size: 12px; line-height: 1.42; }
  .message-note { padding-top: 9px; font-size: 10px; }
  .visual-caption { margin-top: 9px; font-size: 10px; }
  .ghl-widget-shell > [data-chat-widget], .ghl-widget-shell chat-widget { min-height: 318px; }
  .flow-card { padding: 20px 17px 16px; border-radius: 12px; }
  .flow-heading { align-items: flex-start; padding-bottom: 15px; }
  .flow-kicker { font-size: 16px; }
  .flow-list::before { top: 34px; bottom: 34px; left: 35px; }
  .flow-step { grid-template-columns: 24px 34px 1fr; gap: 9px; padding: 15px 0; }
  .flow-number { padding-top: 6px; font-size: 10px; }
  .flow-icon { width: 34px; height: 34px; border-radius: 9px; }
  .flow-icon .icon { width: 17px; height: 17px; }
  .flow-step strong { margin: 1px 0 5px; font-size: 15px; }
  .flow-step p { font-size: 18px; line-height: 1.45; }
  .flow-footnote { margin-top: 4px; padding-top: 13px; font-size: 18px; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band > div { grid-template-columns: 28px 1fr; column-gap: 10px; padding: 15px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-icon { grid-row: span 2; width: 30px; height: 30px; margin-bottom: 0; border-radius: 9px; }
  .proof-icon .icon { width: 14px; height: 14px; }
  .proof-band strong, .proof-band span { align-self: end; }
  .proof-band span { font-size: 18px; }
  .proof-band > div:last-child { border-bottom: 0; }
  .integration-inner { display: block; padding: 20px 0 18px; }
  .integration-label { display: block; margin-bottom: 14px; font-size: 18px; }
  .integration-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: initial; gap: 16px 18px; }
  .integration-item { gap: 7px; font-size: 13px; }
  .integration-item img { width: 24px; height: 24px; }
  .split-section, .feature-section, .contact-section { padding: 62px 0; }
  .split-section, .process-section, .faq-section, .contact-section { gap: 34px; }
  .faq-section { padding-bottom: 62px; }
  .process-section { padding: 62px 0 0; }
  .process-grid, .feature-grid, .trust-panel { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: auto; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step span.process-icon { width: 34px; height: 34px; margin-bottom: 16px; border-radius: 9px; font-size: 15px; }
  .process-icon .icon { width: 17px; height: 17px; }
  .light-intro p:not(.eyebrow), .list-item p, .feature-card p, .process-step p { font-size: 18px; line-height: 1.5; }
  .feature-grid { gap: 10px; margin-top: 27px; }
  .feature-card { padding: 20px; }
  .feature-chat-card { min-height: 0; }
  .mini-chat { margin-top: 20px; }
  .mini-message, .mini-link { font-size: 14px; }
  .feature-icon { width: 44px; height: 44px; margin-bottom: 24px; border-radius: 9px; }
  .feature-icon .icon { width: 18px; height: 18px; }
  .trust-section { padding: 0 0 62px; }
  .trust-panel { gap: 23px; padding: 22px 20px; }
  .trust-points p { gap: 9px; margin-bottom: 11px; font-size: 13px; }
  .pre-faq-cta, .post-faq-cta { grid-template-columns: 1fr; gap: 24px; }
  .pre-faq-cta { margin-top: 0; padding: 28px 0 62px; }
  .pre-faq-cta h2, .post-faq-cta h2 { margin-bottom: 15px; font-size: 44px; line-height: 1.05; }
  .pre-faq-cta p, .post-faq-cta p, .faq-list details p { font-size: 18px; line-height: 1.45; }
  .pre-faq-cta .button, .post-faq-cta .button { max-width: none; font-size: 16px; }
  .post-faq-cta { padding: 0 0 62px; }
  .contact-section { gap: 28px; padding-top: 0; }
  .contact-panel { padding-bottom: 62px; }
  .contact-direct { grid-template-columns: 40px 1fr; column-gap: 12px; padding: 18px; }
  .contact-direct-icon { width: 40px; height: 40px; border-radius: 9px; }
  .contact-direct-icon .icon { width: 19px; height: 19px; }
  .contact-direct strong { font-size: 15px; }
  .contact-direct p { font-size: 12px; }
  .contact-direct-button { min-height: 40px; margin-top: 10px; padding-inline: 12px; font-size: 11px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding-top: 24px; padding-bottom: 28px; }
  .footer-brand { justify-items: center; width: max-content; }
  .footer-logo { width: 86px; }
  .footer-brand strong { font-size: 16px; }
  .footer-brand span { font-size: 12px; line-height: 1.4; text-align: center; }
  .footer-links { grid-column: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; width: 100%; }
  .footer-links a { display: flex; align-items: center; min-height: 44px; border-top: 1px solid var(--line); font-size: 12px; }
  .footer-company { grid-column: 1; display: grid; gap: 6px; font-size: 12px; line-height: 1.4; }
  .footer-copyright { grid-column: 1; padding-top: 14px; font-size: 11px; }
  .whatsapp-widget { right: 16px; bottom: 16px; width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .whatsapp-widget span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .whatsapp-widget img { width: 27px; height: 27px; }
}

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