@font-face { font-family:'Montserrat'; font-style:normal; font-weight:300; font-display:swap; src:url('../fonts/montserrat-300.woff2') format('woff2'); }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/montserrat-400.woff2') format('woff2'); }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/montserrat-500.woff2') format('woff2'); }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/montserrat-600.woff2') format('woff2'); }
@font-face { font-family:'Montserrat'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/montserrat-700.woff2') format('woff2'); }


  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    /* Brand — derived from Lexolent CMYK spec */
    --ink:        #001622;   /* C100 M71 Y56 K70 */
    --ink-900:    #001622;
    --ink-800:    #04212C;
    --ink-700:    #0A3142;
    --ink-600:    #15495E;
    --ink-line:   rgba(166,157,57,0.22);
    --gold:       #A69D39;   /* C27 M31 Y75 K11 */
    --gold-warm:  #B89E4F;
    --gold-brt:   #D8CB86;
    --gold-deep:  #7C7327;
    --gold-pale:  #F3EFDC;
    --gold-wash:  #FBF8EE;

    --paper:      #F5F5F2;
    --white:      #FFFFFF;
    --ink-text:   #1B2730;
    --body-text:  #3C4A53;
    --muted:      #66747C;
    --border:     #E6E7E2;
    --border-soft:#EFEFEB;

    --green:      #1A5C38;
    --green-bg:   #F0F7F4;
    --red:        #8A1C1C;
    --red-bg:     #FBF3F3;

    --display: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --body: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  }

  html { scroll-behavior: smooth; }
  body {
    font-family: var(--body);
    background: var(--paper);
    color: var(--ink-text);
    font-size: 16px;
    line-height: 1.62;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
  }

  /* ── Gold top bar ──────────────────────────────────────────── */
  .gold-bar { height: 3px; background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-brt), var(--gold)); }

  /* ── Header ────────────────────────────────────────────────── */
  .site-header {
    background: var(--ink-900);
    padding: 20px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .brand-logo { height: 26px; width: auto; display: block; }
  .header-tagline {
    font-size: 10.5px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
  }

  /* ── Hero ──────────────────────────────────────────────────── */
  .hero {
    position: relative;
    background:
      radial-gradient(900px 520px at 78% 8%, rgba(166,157,57,0.10), transparent 60%),
      radial-gradient(1100px 700px at 12% 110%, rgba(21,73,94,0.55), transparent 60%),
      linear-gradient(165deg, #042634 0%, #001622 62%);
    padding: 66px 48px 104px;
    overflow: hidden;
  }
  /* grain */
  .hero::before {
    content:''; position:absolute; inset:0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%3E%3Cfilter%20id%3D%27n%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.9%27%20numOctaves%3D%272%27%20stitchTiles%3D%27stitch%27/%3E%3CfeColorMatrix%20type%3D%27saturate%27%20values%3D%270%27/%3E%3C/filter%3E%3Crect%20width%3D%27100%25%27%20height%3D%27100%25%27%20filter%3D%27url%28%23n%29%27%20opacity%3D%270.5%27/%3E%3C/svg%3E");
    background-size: 180px 180px;
    opacity: 0.05; mix-blend-mode: overlay; pointer-events:none;
  }
  /* interlocking-circles motif (echoes the logo mark) */
  .hero-motif {
    position:absolute; right:-160px; top:50%; transform: translateY(-46%);
    width: 620px; height: 620px; pointer-events:none; opacity:0.5;
  }
  .hero-motif circle { fill:none; stroke: var(--gold); stroke-width: 1.1; }
  .hero-inner { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; }
  .hero-label {
    font-size: 11px; font-weight: 600; letter-spacing: 0.34em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 22px; display:inline-flex; align-items:center; gap:12px;
  }
  .hero-label::before { content:''; width:26px; height:1px; background: var(--gold); display:inline-block; }
  .hero h1 {
    font-family: var(--display);
    font-size: 46px; font-weight: 300; color: #fff; line-height: 1.12;
    letter-spacing: -0.01em; margin-bottom: 22px; max-width: 18ch;
  }
  .hero h1 .accent { color: var(--gold-brt); font-weight: 500; }
  .hero-sub {
    font-size: 16px; color: rgba(255,255,255,0.74); line-height: 1.7;
    max-width: 600px; font-weight: 400;
  }
  .hero-trust {
    display:flex; flex-wrap:wrap; align-items:center; gap:10px 22px; margin-top: 30px;
  }
  .hero-trust span {
    font-size: 12px; letter-spacing: 0.06em; color: rgba(255,255,255,0.82);
    text-transform: uppercase; font-weight: 500; display:inline-flex; align-items:center; gap:9px;
  }
  .hero-trust span::before {
    content:''; width:6px; height:6px; border-radius:50%;
    background: var(--gold); flex-shrink:0;
  }

  /* ── Form card ─────────────────────────────────────────────── */
  .form-wrap {
    position: relative; z-index: 3;
    max-width: 860px;
    margin: -56px auto 64px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: 0 40px 90px -50px rgba(0,22,34,0.55), 0 2px 0 rgba(0,22,34,0.02);
    padding: 46px 54px 52px;
  }

  /* in-card reassurance + exclusions */
  .intro-notes { margin-bottom: 34px; }
  .conf-line {
    font-size: 13px; color: var(--muted); line-height: 1.6;
    padding: 13px 16px 13px 17px; background: var(--gold-wash);
    border-left: 2px solid var(--gold); border-radius: 2px;
  }
  .conf-strong { color: var(--gold-deep); font-weight: 600; }
  .exclusions { margin-top: 12px; }
  .exclusions summary {
    list-style: none; cursor: pointer; font-size: 11.5px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
    display:inline-flex; align-items:center; gap:8px; user-select:none;
  }
  .exclusions summary::-webkit-details-marker { display:none; }
  .exclusions summary::before {
    content:'+'; color: var(--gold-deep); font-weight:600; font-size:14px; line-height:1;
  }
  .exclusions[open] summary::before { content:'\2013'; }
  .exclusions summary:hover { color: var(--ink-text); }
  .exclusions p {
    font-size: 12.5px; color: var(--muted); line-height: 1.7; margin-top: 10px;
    padding-left: 18px;
  }

  /* ── Section ───────────────────────────────────────────────── */
  .section { margin-bottom: 8px; }
  .section-header {
    display:flex; align-items:center; gap:14px; margin-bottom: 26px;
    padding-bottom: 14px; border-bottom: 1px solid var(--border);
  }
  .section-badge {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--ink-900); color: var(--gold);
    font-family: var(--display); font-size: 14px; font-weight: 600;
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
    letter-spacing: 0.02em;
  }
  .section-title {
    font-family: var(--display); font-size: 20px; font-weight: 500;
    color: var(--ink-900); letter-spacing: 0.0em;
  }

  /* ── Fields ────────────────────────────────────────────────── */
  .field { margin-bottom: 26px; }
  .field-row { display:grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 26px; }
  .field-label {
    display:block; font-size: 11.5px; font-weight: 600; color: var(--ink-900);
    letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px;
  }
  .field-hint { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; line-height: 1.55; }

  input[type="text"], input[type="email"], input[type="tel"], input[type="number"],
  input[type="password"], input[type="date"], input[type="search"], input[type="url"],
  select, textarea {
    width: 100%; font-family: var(--body); font-size: 15px; color: var(--ink-text);
    background: #FCFCFB; border: 1.5px solid var(--border); border-radius: 3px;
    padding: 12px 15px; transition: border-color .18s, box-shadow .18s, background .18s; outline:none;
    -webkit-appearance:none; font-weight: 400;
  }
  input::placeholder, textarea::placeholder { color: #9AA6AD; }
  input:focus, select:focus, textarea:focus {
    border-color: var(--gold); background: #fff;
    box-shadow: 0 0 0 3px rgba(166,157,57,0.14);
  }
  select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23001622' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat; background-position: right 15px center; padding-right: 40px; cursor:pointer;
  }
  textarea { resize: vertical; min-height: 84px; line-height: 1.6; }

  /* ── Radio / Check ─────────────────────────────────────────── */
  .radio-group, .check-group { display:flex; flex-direction:column; gap: 9px; }
  .radio-group.inline, .check-group.inline { flex-direction:row; flex-wrap:wrap; gap:10px; }
  .radio-option, .check-option {
    display:flex; align-items:flex-start; gap: 11px; cursor:pointer;
    padding: 12px 15px; border: 1.5px solid var(--border); border-radius: 3px;
    background: #FCFCFB; transition: border-color .15s, background .15s, box-shadow .15s;
    font-size: 14.5px; color: var(--body-text); line-height: 1.5;
  }
  .radio-option:hover, .check-option:hover { border-color: var(--gold-warm); background: var(--gold-wash); }
  .radio-option input, .check-option input { display:none; }
  .radio-option.selected, .check-option.selected {
    border-color: var(--gold); background: var(--gold-wash); color: var(--ink-900); font-weight: 500;
    box-shadow: inset 0 0 0 1px var(--gold);
  }
  .radio-dot {
    width:16px; height:16px; border-radius:50%; border:2px solid #CBD2D6; flex-shrink:0;
    margin-top:2px; transition: border-color .15s, background .15s; position:relative;
  }
  .radio-option.selected .radio-dot { border-color: var(--gold); background: var(--gold); }
  .radio-option.selected .radio-dot::after { content:''; position:absolute; inset:3px; border-radius:50%; background:#fff; }
  .check-box {
    width:16px; height:16px; border-radius:2px; border:2px solid #CBD2D6; flex-shrink:0; margin-top:2px;
    transition:border-color .15s, background .15s; display:flex; align-items:center; justify-content:center;
  }
  .check-option.selected .check-box { border-color: var(--gold); background: var(--gold); }
  .check-option.selected .check-box::after { content:'\2713'; color:#fff; font-size:10px; font-weight:700; }

  .field-pair { display:grid; grid-template-columns: 1fr 1fr; gap: 26px; }

  /* ── Question number ───────────────────────────────────────── */
  .q-num {
    display:inline-flex; align-items:center; justify-content:center;
    width:22px; height:22px; border-radius:50%; background: var(--ink-900); color: var(--gold);
    font-size:10.5px; font-weight:700; margin-right:9px; flex-shrink:0; vertical-align:middle;
  }
  .q-label-row { display:flex; align-items:baseline; gap:0; margin-bottom:8px; }
  .q-label-row .field-label { margin-bottom:0; }
  .req { color: var(--gold-deep); margin-left:3px; }

  .divider { height:1px; background: var(--border); margin: 36px 0; }

  /* ── Multi-step wizard ─────────────────────────────────────── */
  .form-step { display:none; }
  .form-step.active { display:block; animation: stepIn .34s ease; }
  @keyframes stepIn { from { opacity:0; transform: translateY(8px);} to { opacity:1; transform:none;} }

  .progress { margin-bottom: 40px; }
  .progress-track { display:flex; align-items:center; justify-content:space-between; position:relative; max-width: 460px; margin: 0 auto 12px; }
  .progress-track::before { content:''; position:absolute; top:17px; left:17px; right:17px; height:2px; background: var(--border); z-index:0; }
  .progress-fill { position:absolute; top:17px; left:17px; height:2px; background: linear-gradient(90deg,var(--gold-deep),var(--gold)); z-index:1; transition: width .45s ease; }
  .progress-node { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; gap:9px; background: var(--white); padding: 0 6px; }
  .progress-circle {
    width:34px; height:34px; border-radius:50%; background:#fff; border:2px solid var(--border);
    color:#A9B2B7; font-family:var(--display); font-size:14px; font-weight:600;
    display:flex; align-items:center; justify-content:center; transition: all .3s;
  }
  .progress-node.active .progress-circle { background: var(--ink-900); border-color: var(--ink-900); color: var(--gold); }
  .progress-node.done .progress-circle { background: var(--gold); border-color: var(--gold); color: var(--ink-900); }
  .progress-label { font-size: 10.5px; font-weight:600; letter-spacing: 0.12em; text-transform:uppercase; color:#A9B2B7; transition: color .3s; white-space:nowrap; }
  .progress-node.active .progress-label, .progress-node.done .progress-label { color: var(--ink-900); }
  .progress-step-count { text-align:center; font-size: 11.5px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; font-weight:500; }

  /* ── Step nav ──────────────────────────────────────────────── */
  .step-nav { display:flex; align-items:center; justify-content:center; gap:18px; margin-top: 38px; }
  .step-nav.end, .step-nav.split { justify-content:center; }
  .btn-next, .btn-submit {
    display:inline-flex; align-items:center; gap:11px; background: var(--gold); color: var(--ink-900);
    font-family: var(--display); font-size: 13.5px; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; padding: 15px 36px; border:none; border-radius: 100px; cursor:pointer;
    box-shadow: 0 12px 30px -14px rgba(166,157,57,0.7);
    transition: background .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease, letter-spacing .25s ease;
  }
  .btn-next:hover, .btn-submit:hover {
    background: #F4ECC4; color: #001622; transform: translateY(-3px) scale(1.035);
    letter-spacing: 0.13em;
    box-shadow: 0 22px 50px -16px rgba(216,203,134,0.85), 0 0 0 6px rgba(166,157,57,0.14);
  }
  .btn-next:active, .btn-submit:active { transform: translateY(0) scale(1); }
  .btn-next svg, .btn-submit svg { width:16px; height:16px; transition: transform .25s ease; }
  .btn-next:hover svg, .btn-submit:hover svg { transform: translateX(5px); }
  .btn-back {
    display:inline-flex; align-items:center; gap:9px; background:transparent; color: var(--muted);
    font-family: var(--display); font-size: 12.5px; font-weight:600; letter-spacing: 0.08em;
    text-transform:uppercase; padding: 14px 6px; border:none; cursor:pointer; transition: color .15s;
  }
  .btn-back:hover { color: var(--ink-900); }
  .btn-back svg { width:15px; height:15px; }

  /* ── Validation ────────────────────────────────────────────── */
  .field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--red); box-shadow: 0 0 0 3px rgba(138,28,28,0.08); }
  .field.invalid .radio-option { border-color: var(--red); }
  .field-error { display:none; font-size: 12px; color: var(--red); font-weight:600; margin-top:8px; letter-spacing: 0.01em; }
  .field.invalid .field-error { display:block; }

  /* ── Submit block ──────────────────────────────────────────── */
  .submit-block {
    position: relative; overflow: hidden;
    background: linear-gradient(160deg, #04242F, #001622);
    border-radius: 5px; padding: 30px 34px; margin-top: 40px;
    border: 1px solid var(--ink-700);
  }
  .submit-block::after {
    content:''; position:absolute; right:-70px; bottom:-90px; width:240px; height:240px;
    border-radius:50%; border:1px solid rgba(166,157,57,0.18); pointer-events:none;
  }
  .submit-block p { font-size: 13.5px; color: rgba(255,255,255,0.7); line-height:1.7; margin-bottom: 20px; position:relative; }
  .submit-block p strong { color: var(--gold-brt); font-weight: 600; }
  .submit-declaration {
    font-size: 12px; color: rgba(255,255,255,0.5); border-top:1px solid rgba(255,255,255,0.1);
    padding-top:16px; margin-bottom: 22px !important;
  }
  .submit-block .btn-back { color: rgba(255,255,255,0.6); padding-left:0; }
  .submit-block .btn-back:hover { color: var(--gold-brt); }

  /* ── Footer ────────────────────────────────────────────────── */
  .site-footer {
    background: var(--ink-900); border-top: 1px solid var(--ink-700);
    padding: 24px 48px; display:flex; justify-content:space-between; align-items:center; gap:18px; flex-wrap:wrap;
  }
  .footer-logo { height: 18px; width:auto; opacity: 0.92; }
  .site-footer span { font-size: 11.5px; color: rgba(255,255,255,0.5); letter-spacing: 0.07em; }

  .dev-note { display:none; }

  /* ── Amount + currency ─────────────────────────────────────── */
  .amount-group { display:flex; gap:8px; align-items:stretch; }
  .currency-select {
    width:auto; min-width:104px; flex:0 0 auto; padding-right:34px;
    background-position: right 12px center; font-weight:500; color: var(--ink-900);
  }
  .amount-group input { flex:1 1 auto; min-width:0; }

  /* ── Home page ─────────────────────────────────────────────── */
  .hero-home {
    display:flex; align-items:center; justify-content:center; text-align:center;
    min-height: calc(100vh - 70px); padding: 80px 48px 96px;
  }
  /* soft radial glow behind headline for depth */
  .hero-home::after {
    content:''; position:absolute; z-index:0; left:50%; top:46%; transform:translate(-50%,-50%);
    width: 760px; height: 520px; pointer-events:none;
    background: radial-gradient(closest-side, rgba(166,157,57,0.12), transparent 72%);
  }
  .hero-home .hero-inner { max-width: 720px; }

  /* prominent eyebrow */
  .hero-home .hero-label {
    justify-content:center; margin-bottom: 32px; gap: 16px;
    font-size: 24px; font-weight: 700; letter-spacing: 0.24em; color: var(--gold-brt);
  }
  .hero-home .hero-label::before,
  .hero-home .hero-label::after {
    content:''; width: 46px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold)); display:inline-block;
  }
  .hero-home .hero-label::after { background: linear-gradient(90deg, var(--gold), transparent); }

  .hero-home h1 { margin: 0 auto 24px; max-width: 15ch; font-size: 52px; }
  .hero-home h1 .accent { color: var(--gold-brt); font-weight: 400; }
  .hero-home .hero-sub { margin: 0 auto; max-width: 680px; font-size: 16.5px; }

  /* CTA — rounded pill with prominent colour-change hover */
  .btn-hero {
    position: relative; display:inline-flex; align-items:center; gap:13px; margin-top: 42px;
    background: var(--gold); color: var(--ink-900);
    font-family: var(--display); font-size: 14.5px; font-weight:700; letter-spacing: 0.14em;
    text-transform:uppercase; padding: 19px 46px; border-radius: 100px; text-decoration:none;
    box-shadow: 0 12px 30px -14px rgba(166,157,57,0.7);
    transition: background .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease, letter-spacing .25s ease;
  }
  .btn-hero:hover {
    background: #F4ECC4; color: #001622;              /* clear colour shift to bright champagne gold */
    transform: translateY(-3px) scale(1.035);
    letter-spacing: 0.17em;
    box-shadow: 0 22px 50px -16px rgba(216,203,134,0.85), 0 0 0 6px rgba(166,157,57,0.14);
  }
  .btn-hero svg { width:17px; height:17px; transition: transform .25s ease; }
  .btn-hero:hover svg { transform: translateX(5px); }

  /* trust chips — more prominent */
  .home-trust { margin-top: 38px; justify-content:center; gap: 12px 14px; }
  .home-trust span {
    font-size: 12.5px; font-weight: 600; color: #EAEDEA; letter-spacing: 0.06em;
    text-transform: none; padding: 10px 20px 10px 16px; gap: 10px;
    border: 1px solid rgba(166,157,57,0.42); border-radius: 100px;
    background: rgba(166,157,57,0.09); backdrop-filter: blur(2px);
    transition: border-color .2s, background .2s, transform .2s;
  }
  .home-trust span:hover { border-color: var(--gold); background: rgba(166,157,57,0.16); transform: translateY(-2px); }
  .home-trust span::before {
    content:'\2713'; width:auto; height:auto; background:none; border-radius:0;
    color: var(--gold-brt); font-weight: 800; font-size: 12px;
  }

  /* staggered entrance */
  .hero-home .hero-inner > * { opacity: 0; animation: heroRise .8s cubic-bezier(.2,.7,.2,1) forwards; }
  .hero-home .hero-label   { animation-delay: .05s; }
  .hero-home h1            { animation-delay: .16s; }
  .hero-home .hero-sub     { animation-delay: .30s; }
  .hero-home .btn-hero     { animation-delay: .44s; }
  .hero-home .home-trust   { animation-delay: .58s; }
  @keyframes heroRise { from { opacity:0; transform: translateY(18px);} to { opacity:1; transform:none;} }

  /* ── Animated motif (home + form) ──────────────────────────── */
  .hero-motif { animation: motifBreath 9s ease-in-out infinite; }
  .motif-spin { transform-box: fill-box; transform-origin: center; animation: motifSpin 60s linear infinite; }
  .motif-dot  { transform-box: fill-box; transform-origin: center; animation: dotPulse 3.6s ease-in-out infinite; }
  .motif-ripple { transform-box: fill-box; transform-origin: center; animation: ripple 6.5s ease-out infinite; }
  @keyframes motifSpin  { to { transform: rotate(360deg); } }
  @keyframes motifBreath{ 0%,100%{opacity:.5;} 50%{opacity:.7;} }
  @keyframes dotPulse   { 0%,100%{ transform: scale(1); opacity:1;} 50%{ transform: scale(1.7); opacity:.45;} }
  @keyframes ripple     { 0%{ transform: scale(.45); opacity:.55;} 100%{ transform: scale(1.9); opacity:0;} }


  /* ── Compact form-page hero ────────────────────────────────── */
  .hero-compact { padding: 54px 48px 96px; }
  .hero-compact .hero-label { margin-bottom: 16px; }
  .hero-compact h1 { font-size: 34px; margin-bottom: 0; max-width: none; }

  .brand-link { display:inline-flex; align-items:center; text-decoration:none; }
  .header-nav { display:flex; align-items:center; gap: 26px; }
  .header-nav a {
    font-size: 11px; color: rgba(255,255,255,0.62); letter-spacing: 0.18em;
    text-transform: uppercase; font-weight:500; text-decoration:none; transition: color .15s;
  }
  .header-nav a:hover { color: var(--gold-brt); }


  /* ── Motion preference ─────────────────────────────────────── */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .hero-home .hero-inner > * { opacity: 1 !important; }
  }

  /* ── Responsive ────────────────────────────────────────────── */
  @media (max-width: 720px) {
    .site-header { padding: 16px 22px; }
    .hero { padding: 48px 22px 92px; }
    .hero h1 { font-size: 32px; }
    .hero-motif { width: 420px; right:-150px; opacity: 0.35; }
    .form-wrap { padding: 32px 22px 38px; margin: -48px 16px 44px; border-radius: 6px; }
    .field-row, .field-pair { grid-template-columns: 1fr; gap: 0; }
    .field-row { margin-bottom: 0; }
    .progress-label { display:none; }
    .progress-track { max-width: 300px; }
    .step-nav { margin-top: 30px; }
    .btn-next, .btn-submit { padding: 13px 22px; font-size: 12.5px; }
    .site-footer { padding: 20px 22px; flex-direction: column; align-items:flex-start; gap:8px; }
    .header-tagline { display:none; }
    .hero-home { min-height: calc(100vh - 60px); padding: 56px 22px 72px; }
    .hero-home .hero-label { font-size: 17px; letter-spacing: 0.18em; gap: 11px; margin-bottom: 24px; }
    .hero-home .hero-label::before, .hero-home .hero-label::after { width: 26px; }
    .hero-home h1 { font-size: 34px; }
    .btn-hero { padding: 16px 34px; font-size: 13px; }
    .currency-select { min-width: 92px; }
    .header-nav { gap: 16px; }
  }


/* honeypot (hidden from humans) */
.hp-field { position:absolute !important; left:-9999px !important; top:auto; width:1px; height:1px; overflow:hidden; }

/* ── Footer: single line (matches main lexolent.com) ───────── */
.site-footer {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: nowrap; white-space: nowrap;
}
.site-footer .footer-copy {
  font-size: 12.5px; color: rgba(255,255,255,0.58); letter-spacing: 0.02em;
}
.site-footer > a {
  color: rgba(255,255,255,0.72); text-decoration: none;
  font-size: 12.5px; font-weight: 500; letter-spacing: 0.02em;
  border-bottom: 1px solid transparent; padding-bottom: 1px;
  transition: color .18s, border-color .18s;
}
.site-footer > a:hover { color: var(--gold-brt); border-bottom-color: var(--gold); }
.site-footer .sep { color: rgba(255,255,255,0.28); font-size: 11px; }

/* below ~640px the single line can't fit — allow a graceful wrap */
@media (max-width: 640px) {
  .site-footer { flex-wrap: wrap; white-space: normal; text-align: center; gap: 8px 12px; }
}

/* ── Legal pages (Privacy / Terms) ─────────────────────────── */
.legal-hero { min-height: 210px; }
.legal-hero h1 { font-size: 40px; margin: 0; }
.legal-wrap { max-width: 860px; margin: -34px auto 70px; padding: 0 24px; position: relative; z-index: 2; }
.legal-card {
  background: #fff; border: 1px solid var(--border); border-radius: 6px;
  padding: 52px 56px; box-shadow: 0 40px 90px -60px rgba(0,22,34,0.45);
}
.legal-card .lead {
  font-size: 16.5px; line-height: 1.72; color: var(--ink-900);
  padding-bottom: 22px; margin-bottom: 6px; border-bottom: 1px solid var(--border-soft);
}
.legal-card h2 {
  font-family: var(--display); font-size: 19px; font-weight: 600; color: var(--ink-900);
  margin: 40px 0 14px; padding-top: 6px; letter-spacing: -0.01em;
}
.legal-card h2::after {
  content: ''; display: block; width: 42px; height: 2px;
  background: var(--gold); margin-top: 10px;
}
.legal-card h3 {
  font-family: var(--display); font-size: 15px; font-weight: 600; color: var(--ink-900);
  margin: 28px 0 10px; letter-spacing: 0.01em;
}
.legal-card p { font-size: 14.5px; line-height: 1.78; color: var(--ink-text); margin-bottom: 15px; }
.legal-card ul, .legal-card ol { margin: 0 0 18px; padding-left: 22px; }
.legal-card li { font-size: 14.5px; line-height: 1.75; color: var(--ink-text); margin-bottom: 9px; }
.legal-card ul li::marker { color: var(--gold); }
.legal-card ol li::marker { color: var(--gold); font-weight: 600; }
.legal-card ul.legal-list { list-style: none; padding-left: 0; }
.legal-card ul.legal-list li {
  position: relative; padding: 0 0 16px 26px; margin-bottom: 14px;
  border-bottom: 1px solid var(--border-soft);
}
.legal-card ul.legal-list li:last-child { border-bottom: none; }
.legal-card ul.legal-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 50%;
  border: 1.5px solid var(--gold);
}
.legal-card a { color: var(--gold-deep); text-decoration: none; border-bottom: 1px solid rgba(166,157,57,0.4); }
.legal-card a:hover { color: var(--ink-900); border-bottom-color: var(--gold); }
.legal-card strong { color: var(--ink-900); font-weight: 600; }
.legal-card .contact-block {
  background: var(--gold-wash); border-left: 3px solid var(--gold);
  padding: 16px 20px; border-radius: 0 4px 4px 0; line-height: 1.9;
}

.legal-table-wrap { overflow-x: auto; margin: 0 0 22px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.legal-table th {
  text-align: left; background: var(--ink-900); color: #fff;
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 14px;
}
.legal-table td {
  padding: 12px 14px; border-bottom: 1px solid var(--border-soft);
  color: var(--ink-text); line-height: 1.65; vertical-align: top;
}
.legal-table tbody tr:nth-child(even) { background: #FBFBF9; }
.legal-table tbody tr:hover { background: var(--gold-wash); }

.legal-back { text-align: center; margin-top: 28px; }
.legal-back a {
  color: var(--muted); text-decoration: none; font-size: 13px;
  font-weight: 600; letter-spacing: 0.04em;
}
.legal-back a:hover { color: var(--gold-deep); }

@media (max-width: 720px) {
  .legal-card { padding: 32px 22px; }
  .legal-hero h1 { font-size: 30px; }
  .legal-wrap { padding: 0 14px; }
  .site-footer { justify-content: center; text-align: center; }
}

/* ── Thank-you / confirmation page ─────────────────────────── */
.hero-thanks { min-height: auto; padding: 64px 48px 88px; align-items: flex-start; }
.hero-thanks .hero-inner { max-width: 760px; }
.hero-thanks h1 { font-size: 40px; max-width: 20ch; margin-bottom: 20px; }
.hero-thanks .hero-sub { max-width: 620px; }
.hero-thanks .hero-sub strong { color: var(--gold-brt); font-weight: 500; }

.thanks-tick { display:flex; justify-content:center; margin-bottom: 24px; }
.thanks-tick svg { width: 62px; height: 62px; }
.thanks-tick circle { stroke: var(--gold); stroke-width: 1.5; opacity: .55; }
.thanks-tick path { stroke: var(--gold-brt); stroke-width: 3.2;
  stroke-dasharray: 44; stroke-dashoffset: 44; animation: tickDraw .7s .25s ease forwards; }
@keyframes tickDraw { to { stroke-dashoffset: 0; } }

.next-steps { margin: 44px auto 0; max-width: 640px; text-align: left; }
.next-steps h2 {
  font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-brt); text-align: center; margin-bottom: 22px;
}
.next-steps ol { list-style: none; margin: 0; padding: 0; }
.next-steps li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.09); }
.next-steps li:last-child { border-bottom: none; }
.next-steps .n {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold-brt);
  font: 600 12px/26px var(--display); text-align: center;
}
.next-steps strong { display:block; color:#fff; font-size: 15px; font-weight: 500; margin-bottom: 3px; }
.next-steps p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; margin: 0; }

.contact-card {
  margin: 36px auto 0; max-width: 480px; text-align: center;
  background: rgba(166,157,57,.09); border: 1px solid rgba(166,157,57,.4);
  border-radius: 8px; padding: 24px 26px;
}
.contact-card .ck { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.contact-card .cname { font-family: var(--display); font-size: 18px; color: #fff; font-weight: 500; margin-bottom: 2px; }
.contact-card .crole { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-brt); margin-bottom: 12px; }
.contact-card .clinks a { color: #EAEDEA; text-decoration: none; font-size: 14.5px; border-bottom: 1px solid rgba(166,157,57,.45); padding-bottom: 1px; }
.contact-card .clinks a:hover { color: var(--gold-brt); border-bottom-color: var(--gold); }
.contact-card .clinks .sep { color: rgba(255,255,255,.3); margin: 0 10px; }

.btn-thanks { margin-top: 38px; }

@media (max-width: 720px) {
  .hero-thanks { padding: 44px 22px 64px; }
  .hero-thanks h1 { font-size: 28px; }
  .contact-card .clinks a { display:block; margin: 6px 0; }
  .contact-card .clinks .sep { display:none; }
}
