:root {
      --navy: #08083d;
      --navy-soft: #242453;
      --gold: #b1a084;
      --gold-dark: #988567;
      --cream: #f7f3ec;
      --line: #e9e3d8;
      --white: #ffffff;
      --shadow: 0 24px 60px rgba(8, 8, 61, .16);
      --hair: rgba(255, 255, 255, .09);
      --ink-1: rgba(255, 255, 255, .92);
      --ink-2: rgba(255, 255, 255, .62);
      --ink-3: rgba(255, 255, 255, .40);
    }
html { color-scheme: light; scroll-behavior: smooth; }
.site-header {
      position: relative;
      z-index: 30;
      background: var(--white);
      box-shadow: 0 1px 0 rgba(8, 8, 61, .08);
    }
.pill-ghost { background: transparent; border: 1.5px solid var(--line); }
.pill-ghost:hover { background: var(--cream); }
:root { --wa1: #34ec7a; --wa2: #30932a; --ok: #3f9d5a; --ok-bg: #eef7f0; --info: #4a78c4; --info-bg: #eef2fb; }
.test1-price-hero { position: relative; background: linear-gradient(135deg, #08083d 0%, #23234f 60%, #3a3a5c 100%); color: var(--white); }
.test1-wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.test1-price-hero__intro h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.06; letter-spacing: -.035em; }
.test1-lead { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.7; }
.whatsapp-icon { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(90deg, var(--wa1), var(--wa2)); box-shadow: 0 10px 26px rgba(48,147,42,.4); }
.whatsapp-icon svg { width: 28px; height: 28px; fill: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: rgba(5,5,20,.9); }
body.lb-open { overflow: hidden; }
.lightbox-content { max-width: 92vw; max-height: 88vh; display: grid; place-items: center; }
.lightbox-content img { max-width: 92vw; max-height: 88vh; border-radius: 10px; display: block; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-close { position: fixed; top: 16px; right: 20px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background .16s ease; }
.lightbox-close:hover { background: rgba(255,255,255,.3); }
@media (max-width: 1023px) {
      .site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(8,8,61,.08), 0 6px 20px rgba(8,8,61,.06); }
      #contact { scroll-margin-top: 80px; }}
@media (max-width: 1240px) and (min-width: 1024px) {
      .header-main { width: min(1240px, calc(100% - 48px)); grid-template-columns: 145px minmax(0,1fr) auto auto; column-gap: 8px; }
      .brand { width: 142px; }
      .nav-trigger { padding-right: 7px; padding-left: 7px; font-size: 11px; }
      .consultation-cta { padding-right: 15px; padding-left: 15px; font-size: 11px; }
      .language-button { font-size: 11px; }}
@media (max-width: 1023px) {
      .utility-bar { display: none; }
      .header-main { display: flex; justify-content: space-between; width: min(720px, calc(100% - 32px)); min-height: 64px; }
      .brand { width: 138px; }
      .desktop-nav, .header-main > .consultation-cta, .header-main > .language { display: none; }
      .hamburger { display: inline-flex; }
      .lead { grid-template-columns: 1fr; gap: 34px; padding: 56px 0 40px; }
      .lead-contact { justify-self: start; text-align: left; }
      .directory { grid-template-columns: 1fr 1fr; gap: 34px 40px; }}
@media (max-width: 560px) {
      .wrap { width: calc(100% - 40px); }
      .directory { grid-template-columns: 1fr; }
      .baseline { flex-direction: column; align-items: flex-start; }}
.section { padding: 84px 0; background: var(--white); }
.section.alt { background: var(--cream); }
.sec-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 20px 56px; align-items: end; margin-bottom: 40px; }
.sec-head h2 { margin: 0; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.028em; }
.sec-head p { margin: 0; color: var(--navy-soft); font-size: 15px; line-height: 1.75; }
.sec-head p + p { margin-top: 10px; }
.rule { height: 2px; width: 64px; margin: 0 0 18px; background: var(--gold); border-radius: 2px; }
.about-hero__inner { padding: 72px 0 78px; }
.about-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr); gap: 44px; align-items: center; }
.about-hero__grid .test1-lead { max-width: 620px; }
.about-hero__media { border-radius: 20px; overflow: hidden; border: 1px solid var(--hair); box-shadow: 0 26px 60px rgba(0,0,0,.32); }
.about-hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.doc-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin: 30px 0 10px; }
.doc-stat { padding: 14px 16px; border: 1px solid var(--hair); border-radius: 14px; background: rgba(255,255,255,.05); }
.doc-stat b { display: block; color: #fff; font-size: 22px; line-height: 1.2; overflow-wrap: break-word; }
.doc-stat span { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.4; }
.about-split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.35fr); gap: 20px 64px; align-items: start; }
.about-note { margin: 22px 0 0; color: var(--navy-soft); font-size: 13px; line-height: 1.7; }
.docs-rail .h-scroll { grid-auto-columns: minmax(240px, 1fr); }
.doc-card { display: block; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); transition: transform .22s ease, border-color .22s ease; }
.cert-shot { padding: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); cursor: zoom-in; }
.cert-shot img { display: block; width: 100%; height: auto; }
.brands img { width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: .78; mix-blend-mode: darken; transition: filter .18s ease, opacity .18s ease; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--white); }
.faq-q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border: 0; background: none; color: var(--navy); font: inherit; text-align: left; cursor: pointer; }
.faq-item.is-open .faq-q { color: var(--gold-dark); }
.section.alt .faq-item { background: var(--white); }
@media (max-width: 1023px) {
      .about-hero__inner { padding: 52px 0 58px; }
      
      .about-hero__grid { grid-template-columns: 1fr; row-gap: 0; }
      .about-hero__grid > .test1-price-hero__intro { display: contents; }
      .about-hero__media { order: 3; margin-top: 28px; }
      .doc-stats { order: 4; }
      .section { padding: 64px 0; }
      .sec-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 30px; }
      .about-split { grid-template-columns: 1fr; gap: 26px; }
      .doc-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }}
@media (max-width: 640px) {
      .section { padding: 52px 0; }
      .doc-stats { grid-template-columns: minmax(0,1fr); gap: 8px; }
      .doc-stat { display: flex; align-items: baseline; gap: 10px; padding: 11px 14px; }
      .doc-stat b { font-size: 18px; }
      .doc-stat span { margin-top: 0; }
      .faq-q { padding: 15px 16px; }}
@media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }}
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 24px; border: 0; border-radius: 50px; font-weight: 700; font-size: 14px; line-height: 1.2; cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease, box-shadow .18s ease, transform .18s ease, filter .18s ease; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #6e6352; }
.form-section { padding: 72px 0; background: var(--cream); }
.form-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.form-info h2 { margin: 12px 0 14px; color: var(--navy); font-size: clamp(24px, 3vw, 34px); line-height: 1.14; letter-spacing: -.02em; }
.form-info > p { margin: 0 0 18px; color: var(--navy-soft); font-size: 15px; line-height: 1.7; }
.assurance-list { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 10px; }
.assurance-list li { position: relative; padding-left: 26px; color: var(--navy-soft); font-size: 14px; }
.assurance-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.contact-direct a { display: block; margin-bottom: 8px; color: var(--navy-soft); font-size: 14px; }
.contact-direct a:hover { color: var(--gold-dark); }
.quote-form { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; margin-bottom: 6px; color: var(--navy); font-size: 13px; font-weight: 600; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fbfaf7; color: var(--navy); font: inherit; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.quote-form .submit { width: 100%; margin-top: 4px; }
.form-note { margin: 14px 0 0; color: var(--navy-soft); font-size: 12.5px; text-align: center; }
.ip-steps { counter-reset: ipstep; margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.ip-steps > li { counter-increment: ipstep; position: relative; padding: 26px 30px 26px 84px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 30px rgba(8,8,61,.05); }
.ip-steps > li::before { content: counter(ipstep); position: absolute; left: 26px; top: 26px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 16px; font-weight: 700; }
.ip-steps h3 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.01em; }
.ip-steps .ip-when { margin: 0 0 10px; color: var(--gold-dark); font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ip-steps p { margin: 0 0 10px; color: var(--navy-soft); font-size: 14.5px; line-height: 1.75; }
.ip-steps p:last-child { margin-bottom: 0; }
.ip-steps .ip-who { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fbfaf7; color: var(--navy); font-size: 12.5px; font-weight: 600; }
.ip-guide { margin: 0 0 34px; padding: 30px 34px 34px; border: 1px solid var(--line); border-radius: 18px; background: #fbfaf7; }
.ip-guide__title { margin: 0 0 10px; color: var(--navy); font-size: 20px; letter-spacing: -.01em; }
.ip-guide__lead { margin: 0 0 22px; color: var(--navy-soft); font-size: 14.5px; line-height: 1.75; }
.ip-guide .ip-steps > li { background: var(--white); }
.ip-steps--compact > li { padding-top: 22px; padding-bottom: 22px; }
.ip-steps .ip-list { margin: 0 0 12px; }
.ip-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.ip-card { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.ip-card h3 { margin: 0 0 10px; font-size: 17px; }
.ip-card p { margin: 0 0 10px; color: var(--navy-soft); font-size: 14.5px; line-height: 1.75; }
.ip-card p:last-child, .ip-card ul:last-child { margin-bottom: 0; }
.ip-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.ip-list li { position: relative; padding-left: 24px; color: var(--navy-soft); font-size: 14.5px; line-height: 1.7; }
.ip-list li::before { content: "→"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.ip-list--two { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 32px; }
.ip-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.ip-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.ip-table th, .ip-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14.5px; line-height: 1.7; vertical-align: top; }
.ip-table thead th { background: #fbfaf7; color: var(--navy); font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ip-table tbody th { width: 34%; color: var(--navy); font-weight: 600; }
.ip-table td { color: var(--navy-soft); }
.ip-table tr:last-child th, .ip-table tr:last-child td { border-bottom: 0; }
.ip-callout { margin: 22px 0 0; padding: 22px 26px; border: 1px solid var(--gold); border-left-width: 4px; border-radius: 14px; background: #fbfaf7; }
.ip-callout p { margin: 0; color: var(--navy-soft); font-size: 14.5px; line-height: 1.75; }
.ip-callout strong { color: var(--navy); }
.ip-faq-bridge { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; padding: 30px 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.ip-faq-bridge h2 { margin: 0 0 6px; font-size: 22px; }
.ip-faq-bridge p { margin: 0; color: var(--navy-soft); font-size: 14.5px; line-height: 1.7; }
.ip-faq-bridge .pill { min-height: 46px; padding: 0 28px; font-size: 14px; white-space: nowrap; }
.ip-faq-bridge .pill-gold { box-shadow: 0 6px 14px rgba(177,160,132,.24); }
#planning, #costs, #treatment, #surgery, #suitability, #clinic { scroll-margin-top: 24px; }
@media (max-width: 1023px) {
      .form-layout { grid-template-columns: 1fr; gap: 32px; }
      .ip-cards { grid-template-columns: minmax(0,1fr); }
      .ip-list--two { grid-template-columns: minmax(0,1fr); }
      .ip-faq-bridge { grid-template-columns: minmax(0,1fr); }
      .ip-faq-bridge .pill { justify-self: start; }}
@media (max-width: 640px) {
      .form-row { grid-template-columns: 1fr; }
      .quote-form .submit { white-space: normal; }
      .ip-steps > li { padding: 22px 20px 22px 20px; }
      .ip-steps > li::before { position: static; margin-bottom: 12px; }
      .ip-guide { padding: 22px 18px 26px; }}
.ip-steps > li { min-width: 0; }
