:root {
    --navy: #062b55;
    --navy-2: #0a3a6d;
    --teal: #0e9fa6;
    --teal-2: #18bac5;
    --ink: #10243f;
    --muted: #63738b;
    --line: #dce7f0;
    --soft: #f5f9fc;
    --soft-2: #eef8fa;
    --white: #ffffff;
    --green: #45a85a;
    --shadow: 0 18px 45px rgba(6, 43, 85, .11);
    --shadow-soft: 0 12px 30px rgba(6, 43, 85, .08);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(221,231,240,.9); }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { font-weight: 800; letter-spacing: -.04em; line-height: .96; color: var(--navy); font-size: clamp(1.3rem, 2vw, 1.8rem); }
.brand span, .footer-brand span { display: block; color: var(--teal); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); color: #172b48; font-weight: 600; font-size: .95rem; }
.nav-links a { padding: 9px 0; border-bottom: 2px solid transparent; }
.nav-links a.active, .nav-links a:hover { color: var(--navy); border-bottom-color: var(--teal); }
.login-link { border: 1px solid var(--line) !important; border-radius: 10px; padding: 11px 18px !important; box-shadow: 0 8px 18px rgba(6,43,85,.05); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 10px 12px; color: var(--navy); font-weight: 800; }
.hero { overflow: hidden; background: linear-gradient(90deg, #fff 0%, #fff 45%, #f7fbfd 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.2fr; min-height: 440px; align-items: center; gap: 28px; }
.hero-copy { padding: 64px 0; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.07; margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
h3 { font-size: 1.15rem; letter-spacing: -.025em; }
.hero-copy > p:not(.eyebrow), .section-lead { margin: 20px 0 0; color: #40516b; font-size: 1.05rem; max-width: 620px; }
.hero-actions, .page-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; padding: 15px 21px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-secondary { color: var(--teal); border-color: var(--teal); background: #fff; }
.btn-teal { background: var(--teal); color: #fff; }
.hero-image { height: 100%; min-height: 430px; background-image: linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.08) 35%, rgba(255,255,255,0) 100%), url('/assets/images/travel_desk_with_tropical_beach_view.png'); background-size: cover; background-position: center right; border-left: 1px solid rgba(221,231,240,.7); }
.service-strip { background: #fff; padding: 28px 0 8px; }
.icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.service-card { background: #fff; border: 1px solid rgba(221,231,240,.92); border-radius: 16px; padding: 24px 18px; min-height: 145px; text-align: center; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.service-card:hover { border-color: rgba(14,159,166,.35); transform: translateY(-2px); }
.icon { width: 58px; height: 58px; border: 2px solid var(--teal); border-radius: 18px; color: var(--teal); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.25rem; background: #fff; }
.icon svg, .bubble svg, .round svg { width: 29px; height: 29px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.bubble svg { width: 26px; height: 26px; }
.round svg { width: 24px; height: 24px; }
.service-card strong { color: var(--navy); line-height: 1.16; }
.section { padding: 66px 0; }
.section-tight { padding: 42px 0; }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head p { margin: 14px auto 0; max-width: 720px; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.info-card { border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; background: #fff; box-shadow: 0 8px 24px rgba(6,43,85,.04); }
.info-card .bubble { width: 56px; height: 56px; border-radius: 50%; background: var(--soft-2); color: var(--teal); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.25rem; margin-bottom: 18px; }
.info-card p, .page-card p, .feature p { color: var(--muted); margin: 12px 0 0; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.benefit { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; }
.benefit .round { width: 68px; height: 68px; background: var(--teal); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.55rem; font-weight: 900; }
.request-panel { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.request-top { background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; padding: 26px 32px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.request-top h2 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.request-top p { margin: 6px 0 0; color: rgba(255,255,255,.84); }
.request-trust { display: flex; align-items: center; gap: 12px; font-weight: 800; min-width: 260px; }
.request-trust .shield { width: 46px; height: 46px; border-radius: 50%; background: rgba(14,159,166,.35); display: flex; align-items: center; justify-content: center; }
.request-form { padding: 28px 32px 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr 1.6fr; gap: 18px 28px; }
.form-intro { border: 1px solid var(--line); background: var(--soft); border-radius: 14px; padding: 18px 20px; margin-bottom: 22px; }
.form-intro p { margin: 0; color: #40516b; }
.form-grid-simple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid-simple .form-group.full { grid-column: span 2; }

.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: span 3; }
.form-group label { color: var(--navy); font-weight: 800; font-size: .88rem; }
.required { color: #c74141; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fff; }
textarea { min-height: 116px; resize: vertical; }
.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.check-pill { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font-weight: 700; color: #31445f; font-size: .9rem; }
.check-pill input { width: auto; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 22px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.alert { border-radius: 12px; padding: 16px 18px; margin-bottom: 18px; font-weight: 700; }
.alert-success { background: #edf9f0; border: 1px solid #bce6c4; color: #235a31; }
.alert-error { background: #fff3f3; border: 1px solid #f0bbbb; color: #813333; }
.sub-hero { background: linear-gradient(135deg, #fff 0%, #f5fbfc 100%); border-bottom: 1px solid var(--line); padding: 72px 0; }
.sub-hero-inner { max-width: 860px; }
.sub-hero p:not(.eyebrow) { color: var(--muted); max-width: 720px; font-size: 1.1rem; margin: 18px 0 0; }
.page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.page-card { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: #fff; box-shadow: 0 8px 24px rgba(6,43,85,.04); display: flex; flex-direction: column; min-height: 230px; }
.page-card .icon { margin-bottom: 18px; }
.page-card .card-link { margin-top: auto; padding-top: 20px; color: var(--teal); font-weight: 800; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.panel ul { margin: 18px 0 0; padding-left: 22px; color: var(--muted); }
.panel li + li { margin-top: 9px; }
.feature-list { display: grid; gap: 16px; }
.feature { border: 1px solid var(--line); border-radius: 14px; padding: 20px; background: #fff; }
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; border-radius: var(--radius); padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); margin: 10px 0 0; }
.site-footer { background: var(--navy); color: rgba(255,255,255,.78); margin-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 48px; padding: 42px 0; }
.footer-brand { color: #fff; margin-bottom: 14px; }
.footer-brand span, .site-footer p span { color: var(--teal-2); }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.footer-bottom-inner { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 980px) {
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero-image { min-height: 360px; border-left: 0; }
    .icon-grid { grid-template-columns: repeat(3, 1fr); }
    .card-grid, .page-grid { grid-template-columns: repeat(2, 1fr); }
    .form-grid { grid-template-columns: 1fr 1fr; }
    .form-group.full { grid-column: span 2; }
    .check-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
    .nav { min-height: 70px; }
    .nav-toggle { display: inline-flex; }
    .nav-links { position: absolute; inset: 70px 20px auto 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 8px; }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 10px 0; }
    .hero-copy { padding: 46px 0 20px; }
    .icon-grid, .card-grid, .benefits, .page-grid, .footer-grid, .form-grid, .split { grid-template-columns: 1fr; }
    .form-group.full { grid-column: span 1; }
    .form-grid-simple .form-group.full { grid-column: span 1; }
    .check-grid { grid-template-columns: 1fr; }
    .request-top, .cta-band { flex-direction: column; align-items: flex-start; }
    .request-trust { min-width: 0; }
    .request-form, .request-top { padding: 24px 20px; }
}
/* =========================================================
   TAHD production polish patch
   Added to support the revised sales funnel, SVG icons,
   callback fields, mobile layout, accessibility and clean UI.
   ========================================================= */

/* Safer rendering */
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

:focus-visible {
    outline: 3px solid rgba(14,159,166,.35);
    outline-offset: 3px;
}

::selection {
    background: rgba(14,159,166,.18);
}

/* Header refinements */
.site-header {
    box-shadow: 0 4px 18px rgba(6, 43, 85, .035);
}

.brand,
.footer-brand {
    white-space: nowrap;
}

.brand:hover,
.footer-brand:hover {
    color: var(--navy);
}

/* Active/current navigation states */
.nav-links a[aria-current="page"] {
    color: var(--navy);
    border-bottom-color: var(--teal);
}

/* Hero refinements */
.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-image {
    position: relative;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6,43,85,0) 55%, rgba(6,43,85,.08) 100%);
    pointer-events: none;
}

/* Buttons */
.btn {
    min-height: 50px;
    text-align: center;
    line-height: 1.1;
}

.btn:active {
    transform: translateY(0);
}

.btn-primary:hover {
    background: #041f3f;
}

.btn-secondary:hover {
    background: var(--soft-2);
}

.btn-teal:hover {
    background: #0b8990;
}

/* SVG icon normalization */
.icon,
.bubble,
.round,
.request-trust .shield {
    flex: 0 0 auto;
}

.icon svg,
.bubble svg,
.round svg,
.request-trust .shield svg {
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.9;
}

.bubble svg {
    width: 28px;
    height: 28px;
    stroke-width: 1.85;
}

.round svg {
    width: 25px;
    height: 25px;
    stroke-width: 2;
}

.request-trust .shield svg {
    width: 23px;
    height: 23px;
    stroke-width: 2;
}

.service-card,
.info-card,
.page-card,
.feature,
.panel {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card:hover,
.info-card:hover,
.page-card:hover,
.feature:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
    border-color: rgba(14,159,166,.32);
}

/* Form refinements */
.request-panel {
    scroll-margin-top: 98px;
}

.request-form form {
    margin: 0;
}

.form-section-title {
    grid-column: 1 / -1;
    margin: 8px 0 -2px;
    color: var(--navy);
    font-weight: 900;
    letter-spacing: -.025em;
}

.form-helper,
.field-help {
    color: var(--muted);
    font-size: .88rem;
    margin-top: -2px;
}

input,
select,
textarea {
    min-height: 50px;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(14,159,166,.75);
    box-shadow: 0 0 0 4px rgba(14,159,166,.12);
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #8a98aa;
}

select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--navy) 50%),
        linear-gradient(135deg, var(--navy) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 21px,
        calc(100% - 12px) 21px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

textarea {
    line-height: 1.45;
}

/* Sales funnel / callback form support */
.callback-grid,
.call-back-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px 28px;
}

.callback-note,
.call-back-note {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .9rem;
    margin: -4px 0 0;
}

.form-grid-simple .callback-note,
.form-grid-simple .call-back-note {
    grid-column: span 2;
}

.form-success-card {
    border: 1px solid #bce6c4;
    background: #edf9f0;
    color: #235a31;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(35,90,49,.06);
}

.form-success-card h1,
.form-success-card h2,
.form-success-card h3 {
    color: #235a31;
}

/* Checkbox/pill improvements kept for future full forms */
.check-pill {
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.check-pill:hover {
    border-color: rgba(14,159,166,.55);
    background: var(--soft-2);
}

.check-pill input {
    accent-color: var(--teal);
}

/* Page sections */
.section:nth-of-type(even) {
    background: #fff;
}

.mini-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mini-list li {
    position: relative;
    padding-left: 24px;
    color: var(--muted);
}

.mini-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--teal);
    font-weight: 900;
}

/* Footer */
.site-footer {
    border-top: 1px solid rgba(255,255,255,.06);
}

.site-footer a {
    width: fit-content;
}

/* Small utility classes for current and future static pages */
.kicker {
    color: var(--teal);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
}

.muted {
    color: var(--muted);
}

.center {
    text-align: center;
}

.full {
    grid-column: 1 / -1;
}

/* Error pages / placeholder cards */
.simple-page {
    min-height: 58vh;
    display: flex;
    align-items: center;
}

.simple-card {
    max-width: 760px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(26px, 5vw, 44px);
    box-shadow: var(--shadow-soft);
    background: #fff;
}

/* Responsive tuning */
@media (max-width: 1100px) {
    .wrap {
        width: min(100% - 32px, 1120px);
    }

    .icon-grid {
        gap: 16px;
    }

    .service-card {
        padding: 22px 14px;
    }
}

@media (max-width: 980px) {
    .hero {
        background: linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
    }

    .hero-grid {
        gap: 0;
    }

    .hero-copy {
        padding-bottom: 34px;
    }

    .hero-image {
        border-top: 1px solid rgba(221,231,240,.8);
        border-left: 0;
        border-radius: 0;
    }

    .callback-grid,
    .call-back-grid {
        grid-template-columns: 1fr 1fr;
    }

    .callback-note,
    .call-back-note {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .wrap {
        width: min(100% - 26px, 1120px);
    }

    .brand,
    .footer-brand {
        font-size: 1.25rem;
    }

    .nav-links {
        max-height: calc(100vh - 96px);
        overflow-y: auto;
    }

    .hero-copy {
        padding: 40px 0 22px;
    }

    .hero-actions,
    .page-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .hero-image {
        min-height: 280px;
        background-position: center right;
    }

    .section {
        padding: 52px 0;
    }

    .section-tight {
        padding: 34px 0;
    }

    .service-card {
        min-height: 128px;
    }

    .info-card,
    .page-card,
    .panel {
        padding: 22px;
    }

    .benefit {
        grid-template-columns: 56px 1fr;
        gap: 14px;
    }

    .benefit .round {
        width: 56px;
        height: 56px;
    }

    .request-top {
        gap: 16px;
    }

    .request-trust {
        font-size: .94rem;
    }

    .callback-grid,
    .call-back-grid {
        grid-template-columns: 1fr;
    }

    .callback-note,
    .call-back-note {
        grid-column: span 1;
    }

    .footer-bottom-inner {
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .wrap {
        width: min(100% - 22px, 1120px);
    }

    h1 {
        font-size: clamp(2.15rem, 12vw, 3rem);
    }

    h2 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .hero-image {
        min-height: 240px;
    }

    .icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .request-form,
    .request-top {
        padding: 22px 16px;
    }

    input,
    select,
    textarea {
        padding: 12px;
    }
}

/* Print safety */
@media print {
    .site-header,
    .site-footer,
    .hero-actions,
    .page-actions,
    .form-actions,
    .nav-toggle {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .request-panel,
    .panel,
    .page-card,
    .info-card {
        box-shadow: none;
    }
}
