: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 svg { width: 17px; height: 17px; flex-shrink: 0; }
.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__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 84px 0 96px; }
.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; }
.test1-price-panel { padding: 30px 30px 32px; border-radius: 20px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
.test1-price-panel__label { color: var(--gold-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.test1-price-panel__hint { margin: 12px 0 16px; color: var(--navy-soft); font-size: 13.5px; line-height: 1.6; }
.test1-price-bullets { display: grid; gap: 12px; margin: 0 0 22px; padding: 0; list-style: none; }
.test1-price-bullets li { position: relative; padding-left: 26px; color: var(--navy-soft); font-size: 13.5px; line-height: 1.5; }
.test1-price-bullets li::before { position: absolute; left: 0; top: 0; content: "✓"; color: var(--gold-dark); font-weight: 700; }
#content.section { padding: 68px 0 40px; background: var(--white); }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 48px; align-items: start; justify-items: center; }
.content-body { min-width: 0; width: 100%; max-width: 860px; }
.tip2-main-html { color: var(--navy-soft); font-size: 15.5px; line-height: 1.8; }
.tip2-main-html h2 { margin: 46px 0 14px; padding-bottom: 12px; border-bottom: 3px solid var(--gold); color: var(--navy); font-size: clamp(24px, 3vw, 34px); line-height: 1.14; letter-spacing: -.02em; scroll-margin-top: 96px; }
.tip2-main-html h3 { margin: 30px 0 10px; color: var(--navy); font-size: 20px; }
.tip2-main-html h4 { margin: 0 0 12px; color: var(--navy); font-size: 16px; }
.tip2-main-html > h2:first-child { margin-top: 8px; }
.tip2-main-html p { margin: 0 0 16px; }
.tip2-main-html a { color: var(--gold-dark); font-weight: 600; }
.tip2-main-html ul { margin: 0 0 16px; padding-left: 22px; }
.tip2-main-html ul li { margin-bottom: 7px; }
.tip2-main-html strong { color: var(--navy); }
.tip2-auto-toc { margin: 0 0 30px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.tip2-toc-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin: 0 0 14px; padding: 0 0 12px; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--navy); font: 700 15px "Poppins", Arial, sans-serif; text-align: left; cursor: pointer; }
.toc-caret { flex-shrink: 0; width: 9px; height: 9px; border-right: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark); transform: rotate(45deg); transition: transform .2s ease; }
.tip2-auto-toc.is-collapsed .tip2-toc-title { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.tip2-auto-toc.is-collapsed .toc-caret { transform: rotate(-45deg); }
.tip2-auto-toc.is-collapsed ol { display: none; }
.tip2-auto-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; columns: 2; column-gap: 40px; }
.tip2-auto-toc li { counter-increment: toc; break-inside: avoid; margin-bottom: 11px; padding-left: 26px; position: relative; font-size: 13.5px; line-height: 1.55; }
.tip2-auto-toc li::before { content: counter(toc) "."; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.tip2-auto-toc a { color: var(--navy-soft); font-weight: 500; text-decoration: none; }
.tip2-auto-toc a:hover { color: var(--gold-dark); }
.callout { margin: 22px 0; padding: 20px 24px; border-radius: 12px; border-left: 4px solid var(--gold); background: var(--cream); }
.callout p { margin: 0 0 10px; font-size: 14.5px; }
.callout p:last-child { margin-bottom: 0; }
.callout h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.callout ul { margin: 0; }
.callout-info { border-left-color: var(--info); background: var(--info-bg); }
.currency-switch { position: sticky; top: 0; z-index: 22; margin: 4px 0 26px; padding: 16px 0 14px; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.currency-switch__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.cs-seg { display: inline-flex; margin: 0; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.cs-seg button { appearance: none; border: 0; margin: 0; padding: 9px 20px; border-radius: 999px; background: none; color: var(--navy-soft); font: 600 13.5px "Poppins", Arial, sans-serif; cursor: pointer; transition: background .15s ease, color .15s ease; }
.cs-seg button:hover { color: var(--gold-dark); }
.cs-seg button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.currency-switch .cs-showing { margin: 0; color: var(--navy-soft); font-size: 13px; line-height: 1.4; white-space: nowrap; }
.cs-showing b { color: var(--navy); }
.cost-table { width: 100%; border-collapse: collapse; margin: 6px 0 4px; font-size: 14.5px; }
.cost-table th { text-align: left; padding: 12px 16px; background: var(--navy); color: var(--ink-1); font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cost-table th:last-child { text-align: right; }
.cost-table td { padding: 13px 16px; border-bottom: 1px solid var(--line); }
.cost-table tbody tr:nth-child(even) td { background: #faf8f4; }
.cost-table tbody tr:last-child td { border-bottom: 0; }
.cost-table .cost-name { color: var(--navy-soft); }
.cost-table .cost-price { text-align: right; white-space: nowrap; color: var(--gold-dark); font-weight: 700; }
.cost-table-wrap { margin: 8px 0 26px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.cost-table thead th:first-child { border-top-left-radius: 14px; }
.cost-table thead th:last-child { border-top-right-radius: 14px; }
.tip2-faq-block { margin: 14px 0; }
.tip2-faq-head h2 { border: 0; padding: 0; margin: 0 0 6px; }
.tip2-faq-head .desc { margin: 0 0 18px; color: var(--navy-soft); font-size: 14px; }
.faq-list { display: grid; gap: 12px; }
.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-q-title { font-size: 15.5px; font-weight: 600; }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--gold-dark); font-size: 18px; font-weight: 700; transition: transform .2s ease; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-item.is-open .faq-q { color: var(--gold-dark); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-inner p { margin: 0 22px 16px; color: var(--navy-soft); font-size: 14.5px; line-height: 1.75; }
.faq-a-inner p:first-child { padding-top: 2px; }
.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; }
@media (max-width: 1023px) {
      .content-grid { grid-template-columns: 1fr; }
      .site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(8,8,61,.08), 0 6px 20px rgba(8,8,61,.06); }
      .currency-switch { top: 64px; }
      .tip2-main-html h2, #content, #contact { scroll-margin-top: 150px; }
      .test1-price-hero__grid { grid-template-columns: 1fr; gap: 30px; padding: 56px 0 64px; }
      .form-layout { grid-template-columns: 1fr; gap: 32px; }}
@media (max-width: 640px) {
      .tip2-auto-toc ol { columns: 1; }
      .currency-switch { padding: 10px 0 9px; }
      .currency-switch__inner { flex-direction: column; align-items: stretch; gap: 16px; }
      .cs-seg { display: flex; }
      .cs-seg button { flex: 1; white-space: nowrap; padding: 9px 10px; font-size: 12.5px; }
      .currency-switch .cs-showing { font-size: 12px; }
      .cost-table { font-size: 13.5px; }
      .cost-table th, .cost-table td { padding: 11px 12px; }
      .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%; }}
@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}
/* flex-basis 0 (not auto) so the input stops contributing its 20-char intrinsic width to the grid track */
.cc-phone-row>input[type="tel"]{flex:1 1 0;width:100%;min-width:0}
.cc-phone-row{min-width:0}
.form-layout>*,.form-row>*,.form-group,.quote-form{min-width:0}
.quote-form input,.quote-form select,.quote-form textarea{max-width:100%}
.quote-form .cf-turnstile{max-width:100%;overflow:hidden}
@media (max-width:560px){.quote-form{padding:22px 16px}}
@media (max-width:400px){.quote-form .cf-turnstile{transform:scale(.92);transform-origin:left top;height:68px}}
@media (max-width:345px){.quote-form .cf-turnstile{transform:scale(.78);height:56px}}

.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}
