:root {
  --navy: #071b36;
  --navy-2: #0b2e52;
  --teal: #0d7f7c;
  --teal-light: #e4f5f3;
  --gold: #f2b323;
  --gold-soft: #fff4d3;
  --ink: #15283e;
  --muted: #5c6b7a;
  --line: #dce4ea;
  --paper: #fbfaf7;
  --white: #fff;
  --success: #157347;
  --danger: #b42318;
  --shadow: 0 18px 55px rgba(7, 27, 54, .1);
  --shadow-sm: 0 8px 30px rgba(7, 27, 54, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

#preventivo { scroll-margin-top: 135px; }

img, svg { display: block; max-width: 100%; }

a { color: var(--teal); text-decoration-thickness: .08em; text-underline-offset: .16em; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
a:hover { color: var(--navy); }

button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 10px;
}
.skip-link:focus { transform: none; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.narrow { width: min(100% - 40px, 830px); margin-inline: auto; }

.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.section-soft { background: var(--paper); }
.section-teal { background: var(--teal-light); }
.section-dark { color: var(--white); background: var(--navy); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--teal);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 3px; content: ""; background: var(--gold); border-radius: 4px; }
.section-dark .eyebrow { color: #65d6cf; }

h1, h2, h3, h4 { margin: 0 0 .6em; color: var(--navy); font-weight: 800; line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5.2vw, 5rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.35rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.55rem); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }

p { margin: 0 0 1.25em; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.section-dark .lead { color: #d7e1eb; }
.text-center { text-align: center; }
.text-center .lead { margin-inline: auto; }
.gold { color: var(--gold); }
.teal { color: var(--teal); }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.kicker { font-weight: 750; }

.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  color: var(--white);
  background: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 999px;
  box-shadow: none;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { color: var(--white); background: var(--navy-2); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(7, 27, 54, .18); }
.button-gold { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: var(--navy); background: #ffc43b; }
.button-outline { color: var(--navy); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--navy); background: #f2f7fa; }
.button-whatsapp { color: var(--white); background: #188a52; border-color: #188a52; }
.button-whatsapp:hover { background: #117745; }
.icon-inline { width: 21px; height: 21px; flex: 0 0 auto; }

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(7, 27, 54, .08);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.topbar { color: #dce7ef; background: var(--navy); font-size: .82rem; }
.topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { color: var(--white); font-weight: 750; text-decoration: none; }
.topbar a:hover { color: var(--gold); }

.nav-wrap { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: 235px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 9px;
  font-size: .95rem;
  font-weight: 720;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); background: var(--teal-light); }
.main-nav .nav-cta { margin-left: 6px; padding: 11px 18px; color: var(--navy); background: var(--gold); }
.main-nav .nav-cta:hover, .main-nav .nav-cta[aria-current="page"] { color: var(--navy); background: #ffc43b; }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.menu-toggle:hover { background: var(--teal-light); }
.menu-toggle svg { width: 25px; }

.hero {
  position: relative;
  overflow: clip;
  padding: 72px 0 88px;
  background:
    radial-gradient(circle at 11% 4%, rgba(244, 178, 35, .16), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fbfdfd 100%);
}
.hero::after { position: absolute; right: -110px; bottom: -240px; width: 520px; height: 520px; content: ""; background: var(--teal-light); border-radius: 50%; opacity: .55; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 50px; }
.hero-copy { max-width: 650px; }
.hero h1 span { color: var(--teal); }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 27px; color: var(--muted); font-size: .94rem; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span::before { display: grid; width: 19px; height: 19px; place-items: center; content: "✓"; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 900; line-height: 1; }
.hero-media { position: relative; }
.hero-media img { width: 100%; }
.trust-chip {
  position: absolute;
  right: 3%;
  bottom: 4%;
  display: flex;
  max-width: 250px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
}
.trust-chip svg { width: 34px; color: var(--teal); }

.stats { position: relative; z-index: 2; margin-top: -34px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.stat { padding: 25px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--navy); font-size: 1.08rem; }
.stat span { color: var(--muted); font-size: .88rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > div { max-width: 750px; }
.section-heading p { margin-bottom: 0; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 21px;
  place-items: center;
  color: var(--teal);
  background: var(--teal-light);
  border-radius: 16px;
}
.card-icon svg { width: 28px; height: 28px; }
.card-link { color: var(--navy); font-size: .93rem; font-weight: 800; }
.card-link:hover { color: var(--teal); }

.service-card { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card::after { position: absolute; right: -35px; bottom: -40px; width: 100px; height: 100px; content: ""; background: var(--gold-soft); border-radius: 50%; }

.benefit { display: grid; grid-template-columns: auto 1fr; gap: 16px; }
.benefit-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--navy); background: var(--gold-soft); border-radius: 14px; }
.benefit-icon svg { width: 24px; }

.process { counter-reset: steps; }
.process-grid { margin-top: 42px; }
.process-step { position: relative; padding: 28px 25px 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.process-step::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  content: counter(steps);
  counter-increment: steps;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 850;
}
.process-label { margin: -50px 0 24px 56px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.process-step h3 { font-size: 1.17rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .94rem; }
.process-step .process-label { margin: -50px 0 24px 56px; color: var(--teal); font-size: .76rem; }

.integrity-box { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px; background: var(--gold-soft); border: 1px solid #f4d580; border-radius: var(--radius); }
.integrity-box svg { width: 42px; color: var(--navy); }
.integrity-box h3 { margin-bottom: 7px; }
.integrity-box p { margin: 0; }

.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.choice-item { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; min-height: 104px; padding: 23px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.choice-check { display: grid; width: 40px; height: 40px; place-items: center; color: var(--navy); background: var(--gold-soft); border-radius: 50%; font-weight: 900; }
.choice-check svg { width: 21px; }
.choice-item h3 { margin: 0; font-size: 1.08rem; }
.choice-note { max-width: 860px; margin: 32px auto 0; color: var(--muted); font-size: 1.04rem; text-align: center; }

.quote-section { position: relative; overflow: hidden; }
.quote-section::before { position: absolute; top: -180px; left: -180px; width: 430px; height: 430px; content: ""; background: rgba(15,145,140,.2); border-radius: 50%; }
.quote-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; align-items: start; }
.quote-copy { position: sticky; top: 150px; }
.contact-list { display: grid; gap: 15px; margin-top: 30px; }
.contact-item { display: flex; align-items: center; gap: 13px; color: inherit; font-weight: 700; text-decoration: none; }
.contact-item svg { width: 24px; color: var(--gold); }

.form-card { padding: clamp(25px, 4vw, 42px); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.form-card h2, .form-card h3 { color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .92rem; font-weight: 760; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #becbd5;
  border-radius: 10px;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,127,124,.13); outline: 0; }
.field-hint { color: var(--muted); font-size: .78rem; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .84rem; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal); }
.form-status { min-height: 1.4em; margin: 10px 0 0; color: var(--danger); font-size: .87rem; font-weight: 700; }

.testimonial { position: relative; }
.testimonial::before { content: "“"; color: var(--gold); font-family: Georgia, serif; font-size: 4rem; line-height: .7; }
.testimonial-placeholder { padding: 16px; color: var(--muted); background: var(--paper); border: 1px dashed #a9b7c4; border-radius: 10px; font-size: .93rem; }
.testimonial-note { margin: 17px 0 0; color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  padding: clamp(34px, 6vw, 64px);
  color: var(--white);
  background: linear-gradient(120deg, var(--navy), #0d4d64);
  border-radius: 30px;
}
.cta-panel::after { position: absolute; right: -70px; bottom: -140px; width: 320px; height: 320px; content: ""; background: rgba(244,178,35,.16); border-radius: 50%; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { color: var(--white); }
.cta-panel p { max-width: 700px; margin: 0; color: #d9e4ec; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.page-hero { padding: 70px 0; color: var(--white); background: var(--navy); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 55px; }
.page-hero h1 { color: var(--white); font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-hero .lead { color: #d7e2eb; }
.page-hero-media { overflow: hidden; border-radius: 24px; box-shadow: 0 25px 65px rgba(0,0,0,.25); }

.service-list { display: grid; gap: 18px; }
.service-detail { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.service-detail .card-icon { margin: 0; }
.service-detail h3 { margin-bottom: 7px; }
.service-detail p { margin: 0; color: var(--muted); }
.service-detail ul { margin: 12px 0 0; padding-left: 20px; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.visual-panel { position: relative; min-height: 500px; overflow: hidden; background: linear-gradient(145deg, var(--teal-light), var(--gold-soft)); border-radius: 30px; }
.visual-card { position: absolute; width: 66%; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.visual-card:first-child { top: 54px; left: 38px; transform: rotate(-4deg); }
.visual-card:last-child { right: 38px; bottom: 54px; transform: rotate(4deg); }
.visual-card span { display: block; width: 75%; height: 11px; margin: 12px 0; background: #d8e2e9; border-radius: 8px; }
.visual-card span:nth-child(3) { width: 90%; }
.visual-card .seal { display: grid; width: 58px; height: 58px; margin-left: auto; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 800; }

.value-list { display: grid; gap: 15px; margin: 28px 0; }
.value-item { display: grid; grid-template-columns: 26px 1fr; gap: 12px; }
.value-item svg { width: 24px; color: var(--teal); }

.faq-list { display: grid; gap: 13px; }
.faq-item { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; color: var(--navy); background: transparent; border: 0; font-weight: 790; text-align: left; }
.faq-question:hover { color: var(--teal); }
.faq-question svg { width: 22px; flex: 0 0 auto; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 21px 20px; color: var(--muted); }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-question[aria-expanded="true"] + .faq-answer { display: block; }

.category-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filter-button { min-height: 44px; padding: 9px 15px; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 760; }
.filter-button:hover, .filter-button.active { color: var(--white); background: var(--teal); border-color: var(--teal); }
.blog-card { overflow: hidden; padding: 0; }
.blog-card-top { min-height: 170px; padding: 28px; background: linear-gradient(135deg, var(--navy), #0c5261); }
.blog-card:nth-child(3n+2) .blog-card-top { background: linear-gradient(135deg, #0f6f70, #11a09a); }
.blog-card:nth-child(3n+3) .blog-card-top { background: linear-gradient(135deg, #c68200, var(--gold)); }
.blog-card-icon { width: 62px; height: 62px; color: var(--white); opacity: .95; }
.blog-card-body { padding: 26px; }
.blog-card-body h3 { font-size: 1.32rem; }
.blog-card-body p { color: var(--muted); }
.tag { display: inline-block; margin-bottom: 13px; padding: 5px 10px; color: var(--teal); background: var(--teal-light); border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.blog-card.is-hidden { display: none; }

.article-header { padding: 75px 0 58px; background: var(--paper); }
.breadcrumbs { margin-bottom: 26px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--muted); }
.article-header h1 { max-width: 900px; font-size: clamp(2.35rem, 5vw, 4.2rem); }
.article-meta { color: var(--muted); font-size: .9rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; align-items: start; justify-content: space-between; gap: 70px; }
.article-content { font-size: 1.04rem; }
.article-content h2 { margin-top: 1.8em; font-size: 2rem; }
.article-content h3 { margin-top: 1.5em; }
.article-content li { margin-bottom: .55em; }
.article-content blockquote { margin: 30px 0; padding: 25px 28px; color: var(--navy); background: var(--gold-soft); border-left: 5px solid var(--gold); border-radius: 0 14px 14px 0; font-weight: 700; }
.article-aside { position: sticky; top: 135px; padding: 25px; background: var(--teal-light); border-radius: var(--radius-sm); }
.article-aside h2 { font-size: 1.25rem; }
.article-aside ul { margin: 0; padding-left: 20px; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 45px; }
.contact-card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
a.contact-card { color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
a.contact-card:hover { color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.contact-card svg { width: 35px; margin-bottom: 18px; color: var(--teal); }
.contact-card h3 { margin-bottom: 7px; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-card p + p { margin-top: 7px; }
.contact-card a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 750; }
.contact-card a:hover { color: var(--navy); }
.contact-card .contact-note { font-size: .88rem; }

.policy { padding: 70px 0 100px; }
.policy h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.policy h2 { margin-top: 1.8em; font-size: 1.75rem; }
.policy h3 { margin-top: 1.5em; }
.policy-note { padding: 20px; background: var(--gold-soft); border: 1px solid #efd277; border-radius: 12px; }
.placeholder { padding: 2px 5px; color: #6e3900; background: #ffe8a2; border-radius: 4px; font-weight: 800; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); background: var(--paper); }

.site-footer { color: #cbd7e1; background: #041326; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: 45px; padding: 70px 0 50px; }
.footer-brand img { width: 245px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: 1.05rem; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-cookie-link { display: flex; min-height: 44px; align-items: center; }
.footer-links a { color: #cbd7e1; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-cookie-link { padding: 0; color: #cbd7e1; background: transparent; border: 0; text-align: left; }
.footer-cookie-link:hover { color: var(--gold); }
.social-links { display: flex; gap: 9px; margin-top: 18px; }
.social-links a { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: rgba(255,255,255,.08); border-radius: 50%; }
.social-links a:hover { color: var(--navy); background: var(--gold); }
.social-links svg { width: 20px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }

.floating-actions { position: fixed; z-index: 900; right: 20px; bottom: 22px; display: grid; justify-items: end; gap: 11px; }
.floating-button { display: grid; width: 58px; height: 58px; place-items: center; color: var(--white); background: #168b53; border: 0; border-radius: 50%; box-shadow: 0 10px 30px rgba(7,27,54,.25); transition: transform .2s ease; }
.floating-button:hover { color: var(--white); transform: translateY(-3px) scale(1.03); }
.floating-button svg { width: 29px; }
.chat-toggle { width: 48px; height: 48px; background: var(--navy); }
.chat-panel { display: none; width: min(330px, calc(100vw - 40px)); padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.chat-panel.is-open { display: block; animation: pop .2s ease-out; }
.chat-panel h2 { margin-bottom: 6px; font-size: 1.2rem; }
.chat-panel p { color: var(--muted); font-size: .88rem; }
.chat-options { display: grid; gap: 9px; }
.chat-option { display: flex; align-items: center; gap: 10px; padding: 11px 13px; color: var(--navy); background: var(--paper); border-radius: 10px; font-size: .9rem; font-weight: 760; text-decoration: none; }
.chat-option:hover { color: var(--teal); }
.chat-option svg { width: 21px; }

.cookie-banner { position: fixed; z-index: 1500; right: 20px; bottom: 20px; display: none; width: min(500px, calc(100vw - 40px)); padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 25px 80px rgba(7,27,54,.25); }
.cookie-banner.is-visible { display: block; animation: pop .25s ease-out; }
.cookie-banner h2 { font-size: 1.25rem; }
.cookie-banner p { color: var(--muted); font-size: .86rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.cookie-actions .button { min-height: 42px; padding: 9px 15px; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: fixed;
    z-index: 1001;
    top: 118px;
    right: 0;
    bottom: 0;
    display: none;
    width: min(390px, 100%);
    align-content: start;
    align-items: stretch;
    padding: 25px;
    background: var(--white);
    box-shadow: -20px 30px 50px rgba(7,27,54,.15);
    overflow-y: auto;
  }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 15px; }
  .main-nav .nav-cta { margin: 10px 0 0; }
  .hero-grid, .page-hero-grid { gap: 30px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .hero { padding-top: 50px; }
  .hero-grid, .page-hero-grid, .split, .quote-grid, .article-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-media { max-width: 620px; margin-inline: auto; }
  .page-hero-media { max-width: 650px; }
  .stats { margin-top: 0; padding-top: 25px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-copy, .article-aside { position: static; }
  .article-layout { gap: 35px; }
  .contact-cards { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .section { padding: 60px 0; }
  .section-sm { padding: 45px 0; }
  .topbar-inner { min-height: 31px; justify-content: center; text-align: center; }
  .topbar .topbar-extra { display: none; }
  .nav-wrap { min-height: 73px; }
  .brand { width: 190px; }
  .main-nav { top: 104px; }
  .hero { padding: 42px 0 60px; }
  h1 { font-size: 2.55rem; }
  .hero-points { display: grid; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .trust-chip { position: static; max-width: none; margin-top: 10px; }
  .stats-grid, .grid-2, .grid-3, .grid-4, .choice-grid, .form-grid { grid-template-columns: 1fr; }
  .stat + .stat { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 20px; }
  .cta-actions { display: grid; }
  .cta-actions .button { width: 100%; }
  .card { padding: 24px; }
  .service-detail { grid-template-columns: 1fr; }
  .visual-panel { min-height: 410px; }
  .visual-card { width: 75%; padding: 20px; }
  .visual-card:first-child { top: 40px; left: 25px; }
  .visual-card:last-child { right: 25px; bottom: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
  .floating-actions { right: 13px; bottom: 13px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
  .cookie-actions { display: grid; }
  .cookie-actions .button { width: 100%; }
}

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

@media print {
  .site-header, .site-footer, .floating-actions, .cookie-banner, .button-row, .article-aside { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .section, .policy, .article-header { padding: 20px 0; }
}
