: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 { color: var(--white); background: transparent; border: 1.5px solid rgba(255,255,255,.36); }
.pill-ghost:hover { border-color: var(--gold); color: #f0e6d5; }
.hero-btn { min-height: 50px; max-width: 100%; padding: 0 26px; font-size: 14px; text-align: center; }
.hero-btn svg { width: 18px; height: 18px; }
:root { --wa1: #34ec7a; --wa2: #30932a; --ok: #3f9d5a; --ok-bg: #eef7f0; --info: #4a78c4; --info-bg: #eef2fb; }
.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-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #6e6352; }
.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; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.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; }
.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-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; }
      .form-layout { grid-template-columns: 1fr; gap: 32px; }
    }
@media (max-width: 640px) {
      .form-row { grid-template-columns: 1fr; }
      .quote-form .submit { white-space: normal; }
    }
@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; }
      .hero-btn { width: 100%; }
    }
.vt-hero__inner { padding: 72px 0 78px; }
.vt-hero__inner .test1-price-hero__intro { max-width: 780px; }
.vt-hero__inner .test1-lead { max-width: 640px; }
.vt-hero__meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 13.5px; }
.vt-hero__meta a { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.86); font-weight: 600; }
.vt-hero__meta a:hover { color: #fff; }
.vt-hero__meta svg { width: 26px; height: 19px; fill: #ff0000; }
.vt-section { padding: 0 0 56px; background: var(--white); }
.vt-toolbar { position: sticky; top: 0; z-index: 22; margin: 0 0 26px; padding: 16px 0 14px; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.vt-toolbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.vt-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.vt-filters button { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy-soft); font: 600 13.5px "Poppins", Arial, sans-serif; cursor: pointer; transition: background .16s ease, color .16s ease, border-color .16s ease; }
.vt-filters button:hover { border-color: var(--gold); color: var(--gold-dark); }
.vt-filters button .vt-count { color: inherit; opacity: .55; font-weight: 500; font-size: 12px; }
.vt-filters button[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.vt-filters button[aria-pressed="true"] .vt-count { opacity: .7; }
.vt-showing { color: var(--navy-soft); font-size: 13px; white-space: nowrap; }
.vt-showing b { color: var(--navy); }
.vt-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: start; }
.vt-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fbfaf7; color: inherit; cursor: pointer; transition: box-shadow .18s ease, transform .18s ease; }
.vt-card:hover { box-shadow: 0 18px 40px rgba(8,8,61,.10); transform: translateY(-2px); }
.vt-card[hidden] { display: none; }
.vt-card__thumb { position: relative; overflow: hidden; background: var(--navy); }
.vt-card__thumb img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; transform: scale(1.008); }
.vt-card__play { position: absolute; inset: 0; display: grid; place-items: center; }
.vt-card__play span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(8,8,61,.28); transition: transform .18s ease, background .18s ease; }
.vt-card__play svg { width: 18px; height: 20px; margin-left: 3px; fill: var(--navy); }
.vt-card:hover .vt-card__play span { transform: scale(1.08); background: #fff; }
.vt-card__dur { position: absolute; right: 10px; bottom: 10px; padding: 3px 8px; border-radius: 6px; background: rgba(8,8,61,.82); color: #fff; font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.vt-card__body { display: flex; flex-direction: column; padding: 18px 20px 20px; }
.vt-card__tag { margin: 0 0 8px; color: var(--gold-dark); font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.vt-card__title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 8px; color: var(--navy); font-size: 15.5px; font-weight: 600; line-height: 1.45; }
.vt-card__sum { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: var(--navy-soft); font-size: 13.5px; line-height: 1.65; }
.vt-more { display: flex; justify-content: center; margin-top: 30px; }
.vt-more button { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 30px; border: 1.5px solid var(--gold); border-radius: 999px; background: var(--white); color: var(--gold-dark); font: 700 14px "Poppins", Arial, sans-serif; cursor: pointer; transition: background .16s ease; }
.vt-more button:hover { background: var(--cream); }
.lb-video { width: min(1000px, 92vw); aspect-ratio: 16/9; max-height: 78vh; border-radius: 14px; overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lb-video iframe { width: 100%; height: 100%; border: 0; display: block; }
.lb-nav { position: fixed; top: 50%; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 22px; line-height: 1; cursor: pointer; transition: background .16s ease; }
.lb-nav:hover { background: rgba(255,255,255,.32); }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }
.lb-caption { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; max-width: min(900px, 92vw); padding: 9px 18px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 13px; }
.lb-caption .lb-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-caption .lb-counter { flex-shrink: 0; color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; }
@media (max-width: 1023px) {
      .vt-hero__inner { padding: 52px 0 58px; }
      .vt-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
      .vt-toolbar { top: 64px; }
    }
@media (max-width: 720px) {
      .vt-grid { grid-template-columns: 1fr; gap: 16px; }
      .vt-toolbar { padding: 12px 0 10px; }
      .vt-toolbar__inner { gap: 10px; }
      .vt-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; scrollbar-width: none; }
      .vt-filters::-webkit-scrollbar { display: none; }
      .vt-filters button { white-space: nowrap; min-height: 38px; padding: 0 14px; font-size: 12.5px; }
      .vt-showing { display: none; }
      .vt-card__body { padding: 16px 16px 18px; }
      .lb-video { width: 92vw; }
      .lb-caption { bottom: 12px; font-size: 12px; }
      .lb-nav { display: none; }
      .lb-prev { left: 8px; }
      .lb-next { right: 8px; }
    }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
.cc-phone-row{display:flex;gap:8px;align-items:stretch}
.cc-phone-row>.cc-select{flex:0 0 auto;width:auto;min-width:0;max-width:6.6em;padding-left:10px;padding-right:6px}
.cc-phone-row>input[type="tel"]{flex:1 1 auto;width:auto;min-width:0}
.quote-form .cf-turnstile{margin:4px 0 12px}
.quote-form .form-msg{margin:0 0 12px;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.5}
.quote-form .form-msg.is-ok{background:#eef7ee;color:#1e5c2a;border:1px solid #bfe0c4}
.quote-form .form-msg.is-err{background:#fdf0ef;color:#8a2a22;border:1px solid #f0c7c2}
.quote-form .submit[disabled]{opacity:.65;cursor:wait}
