
    :root {
      --ink: #100d1a;
      --ink-soft: #625e70;
      --paper: #f8f7fc;
      --paper-deep: #eeeaf8;
      --surface: #ffffff;
      --line: rgba(49, 39, 82, 0.14);
      --line-strong: rgba(49, 39, 82, 0.32);
      --accent: #8b73d8;
      --accent-dark: #5d4eb1;
      --accent-soft: #e5dcf7;
      --white: #ffffff;
      --navy: #0d0a18;
      --violet: #8b73d8;
      --violet-bright: #bb75e6;
      --blue: #5261dc;
      --success: #246b4a;
      --error: #a1374c;
      --brand-gradient: linear-gradient(135deg, #c477e7 0%, #8b73d8 52%, #5261dc 100%);
      --max: 1240px;
      --reading: 760px;
      --radius-sm: 6px;
      --radius-md: 12px;
      --shadow: 0 24px 70px rgba(32, 22, 66, 0.10);
      --ease: cubic-bezier(.22,.8,.28,1);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 86% 5%, rgba(139,115,216,.19), transparent 31rem),
        radial-gradient(circle at 9% 50%, rgba(82,97,220,.07), transparent 28rem),
        var(--paper);
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 17px;
      line-height: 1.62;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    img, svg { display: block; max-width: 100%; }
    ::selection { background: var(--violet); color: var(--white); }
    .skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--brand-gradient); color: var(--white); border-radius: var(--radius-sm); transition: top .2s ease; }
    .skip-link:focus { top: 16px; }
    .shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
    .eyebrow { margin: 0 0 18px; font-size: 12px; line-height: 1.2; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-dark); }
    .display { margin: 0; max-width: 9.5ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 8vw, 7rem); line-height: .93; letter-spacing: -.057em; font-weight: 400; }
    .display em { font-style: normal; background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .section-title { margin: 0; max-width: 13ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.8vw, 4.5rem); line-height: 1; letter-spacing: -.045em; font-weight: 400; }
    .lede { max-width: 680px; margin: 0; font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink-soft); }
    .muted { color: var(--ink-soft); }

    .site-header { position: sticky; top: 0; z-index: 100; background: rgba(13,10,24,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease, background .2s ease; }
    .site-header.scrolled { border-bottom-color: rgba(255,255,255,.12); background: rgba(13,10,24,.98); }
    .nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: inline-flex; align-items: center; min-width: 132px; }
    .brand-mark { width: 124px; height: 54px; object-fit: contain; object-position: left center; }
    .nav-links { display: flex; align-items: center; gap: clamp(20px,3vw,40px); font-size: 14px; font-weight: 650; color: rgba(255,255,255,.86); }
    .nav-links a { position: relative; padding: 8px 0; }
    .nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--violet-bright); transition: right .25s var(--ease); }
    .nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="page"]::after { right: 0; }
    .nav-contact { padding: 10px 16px !important; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: var(--brand-gradient); color: var(--white); border-color: transparent !important; }
    .nav-contact::after { display: none; }
    .menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
    .menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--white); }

    .contact-hero { padding: clamp(76px,10vw,132px) 0 clamp(76px,9vw,116px); }
    .hero-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.82fr); gap: clamp(60px,9vw,140px); align-items: end; }
    .hero-copy .lede { margin-top: 32px; }
    .hero-aside { border-left: 1px solid var(--line-strong); padding: 10px 0 10px clamp(28px,4vw,56px); }
    .hero-aside p { margin: 0 0 22px; color: var(--ink-soft); }
    .direct-email { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; border-bottom: 1px solid var(--line-strong); padding-bottom: 7px; transition: gap .25s var(--ease), border-color .2s ease; }
    .direct-email:hover, .direct-email:focus-visible { gap: 19px; border-color: var(--ink); }
    .hero-note { margin-top: 30px !important; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }

    .contact-main { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
    .contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,110px); padding: clamp(82px,10vw,132px) 0; align-items: start; }
    .form-intro { position: sticky; top: 122px; }
    .form-intro .lede { margin-top: 28px; font-size: 1.05rem; }
    .include-list { list-style: none; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); }
    .include-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 15px; }
    .include-list span { font-family: Georgia, serif; color: var(--accent-dark); font-size: 18px; }

    .contact-form { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); padding: clamp(28px,5vw,62px); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; }
    .field { display: grid; gap: 9px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: 13px; font-weight: 760; letter-spacing: .02em; }
    .optional { font-weight: 500; color: var(--ink-soft); }
    input, textarea, select { width: 100%; color: var(--ink); background: #fbfaff; border: 1px solid var(--line-strong); border-radius: 0; padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
    textarea { min-height: 190px; resize: vertical; }
    input:hover, textarea:hover, select:hover { border-color: rgba(93,78,177,.58); }
    input:focus, textarea:focus, select:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 4px rgba(139,115,216,.13); background: var(--white); }
    [aria-invalid="true"] { border-color: var(--error) !important; box-shadow: 0 0 0 4px rgba(161,55,76,.10) !important; }
    .field-error { min-height: 18px; color: var(--error); font-size: 12px; }
    .field-help { margin: 0; color: var(--ink-soft); font-size: 12px; }
    .honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
    .form-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
    .privacy-note { margin: 0; max-width: 530px; color: var(--ink-soft); font-size: 13px; }
    .privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
    .submit-button { appearance: none; border: 0; border-radius: 999px; padding: 14px 22px; background: var(--navy); color: var(--white); font-weight: 760; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; transition: transform .2s var(--ease), background .2s ease; white-space: nowrap; }
    .submit-button:hover, .submit-button:focus-visible { background: linear-gradient(135deg,#8b73d8,#5261dc); transform: translateY(-1px); }
    .submit-button:disabled { opacity: .62; cursor: wait; transform: none; }
    .form-status { display: none; grid-column: 1 / -1; margin: 24px 0 0; padding: 16px 18px; border-left: 3px solid; font-size: 14px; }
    .form-status.show { display: block; }
    .form-status.success { background: rgba(36,107,74,.08); border-color: var(--success); color: var(--success); }
    .form-status.error { background: rgba(161,55,76,.08); border-color: var(--error); color: var(--error); }

    .process-section { padding: clamp(92px,11vw,150px) 0; }
    .section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 66px; }
    .process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-strong); }
    .process-item { padding: 30px 34px 8px 0; border-right: 1px solid var(--line); }
    .process-item + .process-item { padding-left: 34px; }
    .process-item:last-child { border-right: 0; }
    .process-number { display: block; margin-bottom: 44px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
    .process-item h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; letter-spacing: -.025em; }
    .process-item p { margin: 0; color: var(--ink-soft); font-size: 15px; }

    .routes-section { background: linear-gradient(135deg,#0d0a18 0%,#171028 60%,#21133a 100%); color: var(--paper); padding: clamp(86px,10vw,132px) 0; }
    .routes-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px,9vw,130px); align-items: start; }
    .routes-section .eyebrow { color: #caa4ef; }
    .routes-section .section-title { max-width: 10ch; }
    .route-list { border-top: 1px solid rgba(255,255,255,.18); }
    .route-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); align-items: center; }
    .route-row h3 { margin: 0 0 5px; font-size: 17px; }
    .route-row p { margin: 0; color: rgba(244,241,235,.63); font-size: 14px; }
    .route-row a { font-size: 13px; font-weight: 760; color: #d7b1f1; border-bottom: 1px solid rgba(215,177,241,.42); padding-bottom: 4px; }

    .site-footer { padding: 38px 0 50px; border-top: 1px solid rgba(255,255,255,.1); background: var(--navy); color: rgba(255,255,255,.88); }
    .footer-grid { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }
    .footer-brand { font-family: Georgia, serif; font-size: 25px; }
    .footer-logo { width: 118px; height: 58px; object-fit: contain; object-position: left center; margin-bottom: 9px; }
    .footer-brand p { margin: 0; color: rgba(255,255,255,.54); font-family: inherit; font-size: 13px; }
    .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 30px; font-size: 13px; color: rgba(255,255,255,.7); }
    .footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }
    .legal { display: flex; justify-content: space-between; gap: 30px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; color: rgba(255,255,255,.42); }
    .legal-links { display: flex; gap: 22px; }

    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
    .reveal.in { opacity: 1; transform: none; }
    :focus-visible { outline: 2px solid var(--violet-bright); outline-offset: 4px; }

    @media (max-width: 900px) {
      .hero-grid, .contact-layout, .routes-grid { grid-template-columns: 1fr; }
      .hero-aside { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
      .form-intro { position: static; }
      .section-head { grid-template-columns: 1fr; gap: 26px; }
      .process-grid { grid-template-columns: 1fr; }
      .process-item, .process-item + .process-item { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
      .process-item:last-child { border-bottom: 0; }
      .process-number { margin-bottom: 18px; }
    }
    @media (max-width: 760px) {
      body { font-size: 16px; }
      .shell { width: min(calc(100% - 30px), var(--max)); }
      .nav { min-height: 70px; }
      .brand-mark { width: 108px; height: 48px; }
      .menu-button { display: block; }
      .nav-links { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
      .nav-links.open { display: flex; }
      .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
      .nav-contact { margin-top: 12px; text-align: center; border-bottom: 0 !important; }
      .contact-hero { padding-top: 64px; }
      .display { font-size: clamp(3.25rem,17vw,5.6rem); }
      .contact-layout { padding: 74px 0; }
      .form-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .contact-form { padding: 26px 20px; }
      .form-footer { grid-template-columns: 1fr; align-items: stretch; }
      .submit-button { justify-content: center; width: 100%; }
      .route-row { grid-template-columns: 1fr; gap: 12px; }
      .footer-grid, .legal { flex-direction: column; }
      .footer-links { justify-content: flex-start; }
      .legal-links { flex-wrap: wrap; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }
  

body.admin-bar .site-header{top:32px;}@media(max-width:782px){body.admin-bar .site-header{top:46px;}}

html{margin-top:0!important;} body.tdgx-redesign-page{margin:0!important;padding:0!important;}


/* TDG contact bot protection */
.tdgx-bot-check { margin-top: 4px; padding: 18px 20px; border: 1px solid var(--line); background: #f6f3fb; }
.tdgx-bot-check > label { display:block; margin-bottom:10px; color:var(--ink); -webkit-text-fill-color:var(--ink); font-weight:700; }
.tdgx-bot-check input[type="text"] { max-width: 180px; background:#fff; }
.tdgx-bot-check .field-help { margin-top:10px; color:#4f485d; -webkit-text-fill-color:#4f485d; }
.cf-turnstile { min-height:65px; }
