:root {
  --navy: #073b4c;
  --navy-dark: #032d3a;
  --teal: #006f78;
  --green: #24bc78;
  --orange: #c94727;
  --ink: #153944;
  --muted: #526c76;
  --line: #dce9ea;
  --pale: #f1f8f8;
  --pale-blue: #e8f7f8;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 18px 55px rgba(7, 59, 76, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
input, select, textarea, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  padding: 11px 16px; border-radius: 10px; background: var(--navy); color: #fff;
}
.skip-link:focus { top: 16px; }
.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;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(7, 59, 76, .09);
  backdrop-filter: blur(14px);
}
.nav { min-height: 84px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-size: 16px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav-links > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 750; }
.nav-links > a:not(.button):hover { color: var(--teal); }
.nav-toggle {
  display: none; margin-left: auto; border: 1px solid var(--line); background: #fff;
  border-radius: 12px; padding: 9px 13px; font-weight: 800; cursor: pointer;
}

.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  padding: 11px 20px; border: 0; border-radius: 999px; text-decoration: none;
  font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(7, 59, 76, .15); }
.button-primary { background: var(--navy); color: #fff; }
.button-accent { background: var(--orange); color: #fff; }
.button-secondary { border: 1px solid #b7d8db; background: #fff; color: var(--navy); }
.button-whatsapp { min-height: 44px; background: #eafbf3; border: 1px solid #ccefe0; color: #148f5a; }
.button-light { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.65); color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.eyebrow {
  display: inline-flex; margin: 0 0 16px; color: var(--teal);
  font-size: 13px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase;
}
.eyebrow-light { color: #a5f1d2; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.035em; line-height: 1.08; }
h1 { margin: 0 0 20px; font-size: clamp(43px, 6vw, 72px); }
h2 { margin: 0 0 18px; font-size: clamp(32px, 4.2vw, 50px); }
h3 { margin: 0 0 12px; font-size: 22px; }
.hero-lead { max-width: 710px; margin: 0 0 24px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.section { padding: 82px 0; }
.section-compact { padding: 44px 0 76px; }
.section-intro { max-width: 680px; margin: -7px 0 34px; color: var(--muted); font-size: 18px; }
.back-link { display: table; margin-bottom: 25px; color: var(--teal); font-weight: 800; text-decoration: none; }

.home-hero {
  overflow: hidden; padding: 58px 0 34px;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 153, 165, .13), transparent 28%),
    linear-gradient(135deg, #fff, #f5fbfb);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; }
.hero-grid-home { align-items: stretch; }
.hero-copy {
  padding: 46px 48px; border: 1px solid var(--line); border-radius: 30px;
  background: rgba(255,255,255,.88); box-shadow: var(--shadow);
}
.hero-copy h1 span { display: block; color: var(--teal); }
.check-list { list-style: none; padding: 0; margin: 20px 0 28px; }
.check-list li { position: relative; padding: 5px 0 5px 31px; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 5px; width: 20px; height: 20px;
  display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff;
  font-size: 12px; font-weight: 900;
}
.hero-checks { font-weight: 720; font-size: 15px; }
.benefit-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; margin-top: 28px; }
.benefit-strip div { min-height: 130px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--pale); }
.benefit-strip strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.2; }
.benefit-strip span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.hero-showcase {
  position: relative; display: flex; flex-direction: column; min-height: 100%;
  padding: 12px; border: 1px solid #cfe5e6; border-radius: 30px; background: #eaf7f7;
}
.hero-showcase > img { width: 100%; flex: 1; min-height: 490px; border-radius: 22px; object-fit: cover; background: #fff; }
.hero-showcase figcaption { padding: 12px 8px 4px; color: var(--muted); font-size: 13px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.stats div { padding: 14px 10px; border-radius: 16px; background: #fff; text-align: center; }
.stats strong { display: block; color: var(--teal); font-size: 26px; line-height: 1; }
.stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.25; font-weight: 700; }
.stats-note { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.35; text-align: center; }

.products-section { background: linear-gradient(180deg, #fff, #f4fbfb); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  box-shadow: 0 10px 34px rgba(7,59,76,.08); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card img { width: 100%; height: 230px; object-fit: cover; }
.product-card > div { padding: 24px; }
.product-card p { color: var(--muted); }
.product-card > div > strong { color: var(--teal); }
.card-tag { color: var(--teal); font-size: 12px; font-weight: 850; text-transform: uppercase; }

.process-section { background: var(--navy); }
.process-section h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.process-grid article { padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.07); color: #d9ebef; }
.process-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; }
.process-grid h3 { margin-top: 20px; color: #fff; }
.company-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.company-grid > img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.faq-section { background: var(--pale); }
.faq-section details { margin: 12px 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-section summary { padding: 19px 22px; color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-section details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px; border-radius: 28px; background: var(--navy); color: #dcecef; }
.cta-panel h2 { max-width: 690px; color: #fff; }
.cta-panel p { margin-bottom: 0; }

.product-hero { padding: 62px 0; background: linear-gradient(135deg, #eaf8f8, #fff 65%); }
.product-visual { margin: 0; padding: 11px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.product-visual img { width: 100%; max-height: 490px; object-fit: cover; border-radius: 20px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--pale); }
.section-soft { background: var(--pale); }
.breadcrumbs { border-bottom: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 13px; }
.breadcrumbs .container { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding-block: 14px; }
.breadcrumbs a { color: var(--teal); font-weight: 750; text-decoration: none; }
.category-hero h1 { max-width: 760px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.catalog-card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 9px 28px rgba(7,59,76,.06); }
.catalog-card p { color: var(--muted); }
.catalog-card a { color: var(--teal); font-weight: 800; text-decoration: none; }
.info-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px; }
.editorial-grid p { color: var(--muted); font-size: 18px; }
.company-address { display: flex; flex-direction: column; gap: 9px; font-style: normal; }
.company-address a { color: var(--teal); font-weight: 800; }
.error-page { min-height: 58vh; background: linear-gradient(135deg, #eaf8f8, #fff 65%); }

.quote-hero { padding: 60px 0 80px; background: linear-gradient(135deg, #e8f8f8, #fff); }
.quote-intro { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: end; }
.quote-intro h1 { max-width: 760px; }
.quote-trust { display: flex; flex-wrap: wrap; gap: 14px; color: var(--teal); font-weight: 800; }
.contact-card { padding: 28px; border-radius: 22px; background: var(--navy); color: #dcecef; box-shadow: var(--shadow); }
.contact-card strong { color: #fff; font-size: 20px; }
.contact-card a { display: block; margin-top: 11px; color: #fff; font-weight: 750; }
.quote-section { padding-top: 0; margin-top: -30px; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.quote-form-card { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: flex; min-width: 0; flex-direction: column; gap: 7px; border: 0; padding: 0; margin: 0; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--navy); font-size: 14px; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cfdfe1; border-radius: 12px; background: #fff; padding: 12px 13px;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(0,153,165,.14); }
.field textarea { resize: vertical; }
.field > small { color: var(--muted); }
.radio-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.radio-grid label { display: inline-flex; gap: 7px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--pale); cursor: pointer; }
.radio-grid input { width: auto; flex: 0 0 auto; margin: 0; padding: 0; accent-color: var(--teal); }
.interest-grid label:has(input:checked) { border-color: var(--teal); background: #e7f8f8; color: var(--teal); }
.privacy { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 14px; }
.privacy input { margin-top: 4px; }
.form-actions { display: flex; gap: 15px; align-items: center; }
.form-actions span { color: var(--muted); font-size: 13px; }
.turnstile-field { min-height: 1px; }
.turnstile-field noscript { color: #8b1e2d; font-size: 13px; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 24px; padding: 17px 19px; border-radius: 14px; }
.notice p { margin-bottom: 0; }
.notice-success { border: 1px solid #a9e7c8; background: #edfbf4; color: #12683f; }
.notice-error { border: 1px solid #f3b9b2; background: #fff1ef; color: #912f23; }
.quote-sidebar { position: sticky; top: 110px; padding: 26px; border-radius: 22px; background: var(--pale); }
.quote-sidebar h2 { font-size: 27px; }
.quote-sidebar ol { margin: 0; padding: 0; list-style: none; }
.quote-sidebar li { display: flex; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); }
.quote-sidebar li > span { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
.quote-sidebar p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 58px 0 24px; background: var(--navy-dark); color: #d0e3e7; }
.footer-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 5px; color: #fff; }
.footer-grid p { margin: 0; color: #a9c1c7; }
.footer-grid a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.chat-launcher {
  position: fixed; right: 22px; bottom: 28px; z-index: 90; display: flex; align-items: center; gap: 11px;
  min-height: 60px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 15px 7px 8px;
  background: linear-gradient(135deg, var(--teal), #007986); color: #fff;
  box-shadow: 0 16px 38px rgba(0, 90, 102, .32); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease;
}
.chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(0, 90, 102, .38); }
.chat-launcher-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.chat-launcher-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.chat-launcher-copy strong { font-size: 14px; font-weight: 850; }
.chat-launcher-copy small { margin-top: 3px; color: #d7f4f5; font-size: 11px; }
.chat-unread { position: absolute; top: -4px; right: -3px; display: grid; width: 21px; height: 21px; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--orange); font-size: 10px; font-weight: 900; }
.chat-unread[hidden] { display: none; }
.chat-panel {
  position: fixed; right: 22px; bottom: 101px; z-index: 95; display: flex; width: min(420px, calc(100vw - 30px));
  height: min(660px, calc(100vh - 126px)); height: min(660px, calc(100dvh - 126px)); min-height: 470px; flex-direction: column; overflow: hidden;
  border: 1px solid rgba(7,59,76,.14); border-radius: 25px; background: #fff;
  box-shadow: 0 28px 80px rgba(4,45,58,.3); animation: chat-enter .2s ease-out;
}
.chat-panel[hidden] { display: none; }
@keyframes chat-enter { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.chat-header { display: flex; flex: 0 0 auto; justify-content: space-between; align-items: center; padding: 16px 17px; background: linear-gradient(135deg, var(--navy), #0a5966); color: #fff; }
.chat-identity { display: flex; align-items: center; gap: 11px; min-width: 0; }
.chat-avatar { display: grid; flex: 0 0 46px; height: 46px; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: #fff; }
.chat-avatar img { width: 39px; height: 39px; object-fit: contain; }
.chat-identity > span:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.15; }
.chat-identity strong { font-size: 16px; }
.chat-identity small { display: flex; align-items: center; gap: 6px; margin-top: 5px; overflow: hidden; color: #cce5e8; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.chat-identity small i { width: 7px; height: 7px; border-radius: 50%; background: #54e29e; box-shadow: 0 0 0 3px rgba(84,226,158,.13); }
.chat-header-actions { display: flex; align-items: center; gap: 3px; }
.chat-header-actions button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.chat-header-actions button:hover { background: rgba(255,255,255,.12); }
.chat-messages { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px 16px 15px; background: linear-gradient(180deg, #f3f8f9, #f8fbfb); scroll-behavior: smooth; }
.chat-message { width: fit-content; max-width: 88%; margin-bottom: 12px; padding: 11px 13px 8px; border-radius: 17px; white-space: pre-wrap; overflow-wrap: anywhere; box-shadow: 0 5px 15px rgba(7,59,76,.06); }
.chat-message-copy { color: var(--ink); font-size: 14px; line-height: 1.45; }
.chat-message time { display: block; margin-top: 5px; color: #789098; font-size: 9px; line-height: 1; text-align: right; }
.chat-message-bot { border: 1px solid #e2ecee; border-bottom-left-radius: 5px; background: #fff; }
.chat-message-user { margin-left: auto; border-bottom-right-radius: 5px; background: #d8f4ed; box-shadow: 0 5px 15px rgba(21,141,95,.09); }
.chat-message-user .chat-message-copy { color: #14523d; }
.chat-message-error { border-color: #f0cbc5; background: #fff5f3; }
.chat-message-actions { display: flex; max-width: 92%; flex-wrap: wrap; gap: 7px; margin: -3px 0 14px; }
.chat-message-actions a { padding: 7px 11px; border: 1px solid #cde1e3; border-radius: 999px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; text-decoration: none; }
.chat-message-actions a:first-child { border-color: var(--teal); background: var(--teal); color: #fff; }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 7px; margin: 2px 0 14px; }
.chat-suggestions[hidden] { display: none; }
.chat-suggestions button { padding: 8px 11px; border: 1px solid #c9dfe1; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--navy); font-size: 11px; font-weight: 750; cursor: pointer; }
.chat-suggestions button:hover { border-color: var(--teal); color: var(--teal); }
.chat-typing { display: flex; width: fit-content; align-items: center; gap: 4px; margin-bottom: 12px; padding: 12px 13px; border: 1px solid #e2ecee; border-radius: 17px 17px 17px 5px; background: #fff; }
.chat-typing[hidden] { display: none; }
.chat-typing > span { width: 6px; height: 6px; border-radius: 50%; background: #7aa1a7; animation: chat-dot 1.1s infinite ease-in-out; }
.chat-typing > span:nth-child(2) { animation-delay: .14s; }
.chat-typing > span:nth-child(3) { animation-delay: .28s; }
.chat-typing small { margin-left: 5px; color: var(--muted); font-size: 10px; }
@keyframes chat-dot { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }
.chat-form { flex: 0 0 auto; padding: 11px 12px 7px; border-top: 1px solid var(--line); background: #fff; }
.chat-composer { display: flex; align-items: flex-end; gap: 8px; padding: 6px 6px 6px 12px; border: 1px solid #cbdfe1; border-radius: 17px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.chat-composer:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,153,165,.1); }
.chat-form textarea { flex: 1; min-height: 34px; max-height: 96px; min-width: 0; resize: none; overflow-y: auto; border: 0; outline: 0; background: transparent; padding: 7px 0 4px; font-size: 14px; line-height: 1.4; }
.chat-form button[type="submit"] { display: grid; flex: 0 0 39px; height: 39px; place-items: center; border: 0; border-radius: 12px; background: var(--teal); color: #fff; cursor: pointer; }
.chat-form button[type="submit"]:disabled { cursor: wait; opacity: .55; }
.chat-form-meta { display: flex; justify-content: space-between; gap: 12px; padding: 5px 3px 0; color: #82989f; font-size: 10px; }
.chat-counter.is-near-limit { color: #b94937; font-weight: 800; }
.chat-disclaimer { flex: 0 0 auto; margin: 0; padding: 0 14px 10px; background: #fff; color: #789098; font-size: 9px; line-height: 1.35; text-align: center; }

:focus-visible { outline: 3px solid #ffb703; outline-offset: 3px; }

@media (max-width: 1120px) {
  .brand small { display: none; }
  .nav-toggle { display: inline-block; }
  .nav-links {
    position: absolute; left: 20px; right: 20px; top: calc(100% + 6px); display: none;
    flex-direction: column; align-items: stretch; gap: 6px; padding: 17px; border: 1px solid var(--line);
    border-radius: 17px; background: #fff; box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { display: block; padding: 8px; }
  .hero-grid, .company-grid { grid-template-columns: 1fr; }
  .hero-showcase > img { min-height: 440px; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 58px 0; }
  .nav { min-height: 70px; }
  .brand img { width: 44px; height: 44px; }
  .nav-links {
    left: 13px; right: 13px;
  }
  .home-hero { padding-top: 28px; }
  .hero-copy { padding: 27px 22px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  .benefit-strip, .stats, .process-grid, .info-grid, .product-grid, .footer-grid, .catalog-grid, .editorial-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; }
  .hero-showcase > img { min-height: 310px; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stats div { padding-inline: 6px; }
  .stats strong { font-size: clamp(18px, 5.8vw, 24px); }
  .stats span { font-size: 11px; }
  .cta-panel { display: block; padding: 28px 23px; }
  .cta-panel .actions { margin-top: 25px; }
  .quote-intro, .quote-layout { grid-template-columns: 1fr; }
  .quote-hero { padding: 38px 0 65px; }
  .quote-form-card { padding: 23px 18px; }
  .quote-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .quote-sidebar { position: static; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .chat-launcher-copy { display: none; }
  .chat-launcher {
    right: 12px; bottom: max(18px, env(safe-area-inset-bottom)); width: 58px; min-height: 58px;
    justify-content: center; padding: 7px;
  }
  .chat-launcher-icon { display: grid; }
  .chat-panel {
    right: 8px; bottom: 88px; left: 8px; width: auto; height: min(680px, calc(100vh - 104px)); height: min(680px, calc(100dvh - 104px));
    min-height: 420px; border-radius: 22px;
  }
  .chat-identity small { max-width: 190px; }
  .chat-form-meta small:first-child { display: none; }
}

@media print {
  .site-header, .site-footer, .chat-launcher, .chat-panel, .actions { display: none !important; }
  body { color: #000; }
}

@media (max-height: 560px) {
  .chat-panel { top: 8px; bottom: 8px; height: auto; min-height: 0; }
}

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