:root {
    --dsc-cyan: #0ca3c9;
    --dsc-cyan-dark: #0787a7;
    --dsc-navy: #212e68;
    --dsc-ink: #26324b;
    --dsc-muted: #647086;
    --dsc-pale: #f3f6fd;
    --dsc-line: #dce5f0;
    --dsc-white: #fff;
    --dsc-shadow: 0 24px 70px rgba(33, 46, 104, .16);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
.dsc-template-page { margin: 0; padding-bottom: 92px; background: #fff; }
.dsc-template-page #wpadminbar { position: fixed; }
.dsc-template-page main { overflow: hidden; }

.dsc-landing,
.dsc-landing * { box-sizing: border-box; }

.dsc-landing {
    margin: 0;
    color: var(--dsc-ink);
    background: var(--dsc-white);
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.dsc-landing [hidden] { display: none !important; }
.dsc-landing img { display: block; max-width: 100%; }
.dsc-landing a { color: inherit; }
.dsc-landing button,
.dsc-landing input,
.dsc-landing select { font: inherit; }
.dsc-landing button { cursor: pointer; }

.dsc-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.dsc-skip {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff !important;
    background: var(--dsc-navy);
    transform: translateY(-140%);
}
.dsc-skip:focus { transform: translateY(0); }

.dsc-header {
    position: sticky;
    top: 0;
    z-index: 60;
    height: 82px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(33, 46, 104, .09);
    backdrop-filter: blur(14px);
}
.dsc-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dsc-brand { text-decoration: none; font-weight: 800; font-size: 24px; line-height: 1; letter-spacing: -.045em; }
.dsc-brand span { color: var(--dsc-navy); }
.dsc-brand strong { color: var(--dsc-cyan); }
.dsc-header__nav { display: flex; align-items: center; gap: 6px; padding: 5px; border: 1px solid rgba(33,46,104,.08); border-radius: 999px; background: #f7fafd; }
.dsc-header__nav a { padding: 8px 11px; border-radius: 999px; color: #44516d; font-size: 11px; font-weight: 800; line-height: 1; text-decoration: none; }
.dsc-header__nav a:hover { color: var(--dsc-navy); background: #fff; box-shadow: 0 5px 14px rgba(33,46,104,.08); }
.dsc-header__actions { display: flex; align-items: center; gap: 18px; }
.dsc-header__phone { display: grid; text-decoration: none; line-height: 1.25; padding-left: 42px; position: relative; }
.dsc-header__phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border: 3px solid var(--dsc-cyan);
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fff;
    background: var(--dsc-cyan);
}
.dsc-kicker { color: var(--dsc-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.dsc-header__phone strong { color: var(--dsc-navy); font-size: 15px; }

.dsc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border: 0;
    border-radius: 7px;
    color: #fff !important;
    background: var(--dsc-cyan);
    box-shadow: 0 12px 24px rgba(12, 163, 201, .2);
    font-weight: 750;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.dsc-button:hover { background: var(--dsc-cyan-dark); transform: translateY(-2px); box-shadow: 0 16px 28px rgba(12, 163, 201, .26); }
.dsc-button:focus-visible,
.dsc-landing button:focus-visible,
.dsc-landing a:focus-visible,
.dsc-landing input:focus-visible,
.dsc-landing select:focus-visible { outline: 3px solid rgba(12, 163, 201, .35); outline-offset: 3px; }
.dsc-button--small { min-height: 46px; padding: 12px 20px; text-transform: uppercase; font-size: 12px; letter-spacing: .05em; }
.dsc-button--wide { width: 100%; }
.dsc-button--navy { background: var(--dsc-navy); box-shadow: 0 12px 24px rgba(33, 46, 104, .18); }
.dsc-button--navy:hover { background: #172253; }
.dsc-button--ghost { border: 1px solid rgba(255,255,255,.54); background: transparent; box-shadow: none; }
.dsc-button--ghost:hover { background: #fff; color: var(--dsc-navy) !important; }
.dsc-button[disabled] { opacity: .68; pointer-events: none; }

.dsc-hero {
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 32%, rgba(255,255,255,.58) 60%, rgba(255,255,255,.1) 100%),
        var(--dsc-hero);
    background-size: cover;
    background-position: center;
}
.dsc-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, rgba(33,46,104,.06));
    pointer-events: none;
}
.dsc-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 72px; align-items: center; padding-block: 72px; }
.dsc-hero__copy { max-width: 610px; }
.dsc-eyebrow { margin: 0 0 14px; color: var(--dsc-cyan); font-weight: 800; font-size: 12px; line-height: 1.25; letter-spacing: .16em; text-transform: uppercase; }
.dsc-hero h1,
.dsc-section h2,
.dsc-final-cta h2 { margin: 0; color: var(--dsc-navy); font-weight: 760; letter-spacing: -.045em; line-height: 1.08; }
.dsc-hero h1 { max-width: 660px; font-size: clamp(44px, 4.6vw, 68px); }
.dsc-hero__lead { max-width: 590px; margin: 24px 0; color: #47536b; font-size: 18px; line-height: 1.65; }
.dsc-hero__checks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 22px; padding: 0; list-style: none; color: var(--dsc-navy); font-size: 13px; font-weight: 700; }
.dsc-hero__checks li { position: relative; padding-left: 22px; }
.dsc-hero__checks li::before { content: "✓"; position: absolute; left: 0; color: var(--dsc-cyan); }
.dsc-text-link { color: var(--dsc-navy) !important; font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(33,46,104,.22); }
.dsc-text-link span { color: var(--dsc-cyan); }

.dsc-compass {
    position: relative;
    width: 100%;
    max-width: 520px;
    min-height: 500px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--dsc-shadow);
    backdrop-filter: blur(14px);
}
.dsc-compass__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; color: var(--dsc-navy); }
.dsc-compass__label { margin: 0 0 3px; font-size: 14px; font-weight: 800; }
.dsc-compass__step { margin: 0; color: var(--dsc-muted); font-size: 12px; }
.dsc-compass__top > strong { color: var(--dsc-cyan); font-size: 13px; }
.dsc-progress { height: 5px; margin: 13px 0 20px; overflow: hidden; background: #e7edf5; border-radius: 999px; }
.dsc-progress span { display: block; height: 100%; width: 16.666%; background: linear-gradient(90deg, var(--dsc-cyan), #55c8df); border-radius: inherit; transition: width .35s ease; }

.dsc-question h2,
.dsc-gate h2,
.dsc-partial h2,
.dsc-result h2 { margin: 0 0 10px; color: var(--dsc-navy); font-size: 22px; line-height: 1.22; letter-spacing: -.015em; }
.dsc-question > p { margin: 0 0 14px; color: var(--dsc-muted); font-size: 11px; line-height: 1.45; }
.dsc-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dsc-option {
    min-height: 58px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--dsc-line);
    border-radius: 9px;
    color: var(--dsc-ink);
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    transition: border .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.dsc-option:hover { border-color: var(--dsc-cyan); transform: translateY(-1px); }
.dsc-option[aria-pressed="true"] { border-color: var(--dsc-cyan); color: var(--dsc-navy); background: #eafaff; box-shadow: inset 0 0 0 1px var(--dsc-cyan); }
.dsc-option__icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--dsc-navy); background: var(--dsc-pale); font-size: 12px; font-weight: 900; }
.dsc-option[aria-pressed="true"] .dsc-option__icon { color: #fff; background: var(--dsc-cyan); }
.dsc-option__text { min-width: 0; }
.dsc-compass__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.dsc-back { padding: 8px 0; border: 0; color: var(--dsc-navy); background: transparent; font-size: 12px; font-weight: 750; }
.dsc-back[disabled] { opacity: .3; cursor: default; }
.dsc-back--center { display: block; margin: 9px auto 0; }
.dsc-select-hint { color: var(--dsc-muted); font-size: 11px; }

.dsc-partial { padding-top: 10px; text-align: center; }
.dsc-partial > p:not(.dsc-eyebrow) { margin: 0 auto 22px; color: var(--dsc-muted); font-size: 14px; }
.dsc-orbit { width: 74px; height: 74px; margin: 0 auto 22px; padding: 12px; border: 1px dashed rgba(12,163,201,.55); border-radius: 50%; animation: dsc-spin 10s linear infinite; }
.dsc-orbit span { display: block; width: 100%; height: 100%; border: 12px solid var(--dsc-pale); border-top-color: var(--dsc-cyan); border-radius: 50%; }
@keyframes dsc-spin { to { transform: rotate(360deg); } }
.dsc-preview-result { display: grid; gap: 9px; margin: 0 20px 24px; padding: 18px; border: 1px solid var(--dsc-line); border-radius: 10px; background: var(--dsc-pale); }
.dsc-preview-result span { height: 10px; border-radius: 999px; background: linear-gradient(90deg,#dce5f0,#f7f9fc,#dce5f0); background-size: 200% 100%; animation: dsc-shimmer 1.8s infinite; }
.dsc-preview-result span:nth-child(2) { width: 78%; }
.dsc-preview-result span:nth-child(3) { width: 55%; }
@keyframes dsc-shimmer { to { background-position: -200% 0; } }

.dsc-muted { margin: 0 0 12px; color: var(--dsc-muted); font-size: 11px; line-height: 1.45; }
.dsc-gate { max-width: 420px; margin-inline: auto; }
.dsc-gate .dsc-eyebrow { margin-bottom: 8px; }
.dsc-gate h2 { font-size: 21px; }
.dsc-gate__perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 0 12px; }
.dsc-gate__perks span { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 34px; padding: 6px; border: 1px solid var(--dsc-line); border-radius: 7px; color: #4c5870; background: #f8fbfe; font-size: 9px; font-weight: 800; line-height: 1.15; text-align: center; }
.dsc-gate__perks i { display: grid; flex: 0 0 16px; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: #fff; background: var(--dsc-cyan); font-style: normal; font-size: 8px; }
.dsc-field { margin-bottom: 9px; }
.dsc-field label,
.dsc-channel legend { display: block; margin: 0 0 5px; color: var(--dsc-navy); font-size: 10px; font-weight: 800; }
.dsc-field label span { color: var(--dsc-muted); font-weight: 500; }
.dsc-field input,
.dsc-field select {
    width: 100%;
    height: 38px;
    padding: 7px 10px;
    border: 1px solid var(--dsc-line);
    border-radius: 7px;
    color: var(--dsc-ink);
    background: #fff;
    outline: 0;
    font-size: 12px;
}
.dsc-field input:focus,
.dsc-field select:focus { border-color: var(--dsc-cyan); box-shadow: 0 0 0 3px rgba(12,163,201,.12); }
.dsc-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dsc-channel { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 10px; padding: 0; border: 0; }
.dsc-channel legend { width: 100%; }
.dsc-channel input { position: absolute; opacity: 0; }
.dsc-channel span { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px; border: 1px solid var(--dsc-line); border-radius: 7px; font-size: 11px; font-weight: 750; }
.dsc-channel i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--dsc-cyan); background: var(--dsc-pale); font-style: normal; font-size: 10px; }
.dsc-channel b { font-weight: 800; }
.dsc-channel input:checked + span { color: var(--dsc-navy); border-color: var(--dsc-cyan); background: #eafaff; box-shadow: inset 0 0 0 1px var(--dsc-cyan); }
.dsc-consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 10px 0; color: #4f5c73; font-size: 10px; line-height: 1.45; }
.dsc-consent--compact { margin: 8px 0; font-size: 9px; }
.dsc-consent input { margin: 1px 0 0; accent-color: var(--dsc-cyan); }
.dsc-form-note { margin: 10px 0; color: var(--dsc-muted); font-size: 10px; }
.dsc-form-note a { color: var(--dsc-navy); }
.dsc-form-error { margin: 8px 0; padding: 9px 11px; color: #8b1e2e; background: #fff0f2; border-radius: 6px; font-size: 11px; }
.dsc-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.dsc-result { padding-top: 4px; }
.dsc-result__hero { padding: 18px; border-radius: 11px; color: #fff; background: var(--dsc-navy); }
.dsc-result__hero .dsc-eyebrow { color: #73d8ec; }
.dsc-result__hero h2 { color: #fff; font-size: 25px; }
.dsc-result__hero > p { margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 12px; }
.dsc-result__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.dsc-result__block { padding: 15px; border: 1px solid var(--dsc-line); border-radius: 9px; background: #fff; }
.dsc-result__block h3 { margin: 0 0 9px; color: var(--dsc-navy); font-size: 13px; }
.dsc-result__block ul,
.dsc-result__block ol { margin: 0; padding-left: 17px; color: #556178; font-size: 11px; line-height: 1.55; }
.dsc-result__block li + li { margin-top: 5px; }
.dsc-result__notice { margin: 12px 0; padding: 10px 12px; border-left: 3px solid var(--dsc-cyan); color: #556178; background: var(--dsc-pale); font-size: 10px; }
.dsc-result__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.dsc-result__actions .dsc-button { min-height: 46px; padding: 11px; font-size: 11px; }

.dsc-trust { position: relative; z-index: 4; color: #fff; background: var(--dsc-cyan); }
.dsc-trust__grid { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.dsc-trust__grid span { position: relative; padding: 0 26px; text-align: center; font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.dsc-trust__grid span + span::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 22px; transform: translateY(-50%); background: rgba(255,255,255,.4); }

.dsc-section { padding: 105px 0; }
.dsc-section--pale { background: var(--dsc-pale); }
.dsc-section--navy { color: #fff; background: var(--dsc-navy); }
.dsc-section-heading { max-width: 720px; margin-bottom: 42px; }
.dsc-section-heading--center { margin-inline: auto; text-align: center; }
.dsc-section-heading h2,
.dsc-final-cta h2 { font-size: clamp(34px, 3.4vw, 48px); }
.dsc-section-heading > p:last-child { margin: 18px 0 0; color: var(--dsc-muted); }
.dsc-section-heading--light h2 { color: #fff; }
.dsc-section-heading--light .dsc-eyebrow { color: #73d8ec; }

.dsc-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--dsc-line); border-radius: 14px; overflow: hidden; background: #fff; }
.dsc-feature-grid article { min-height: 244px; padding: 28px 22px; }
.dsc-feature-grid article + article { border-left: 1px solid var(--dsc-line); }
.dsc-feature-grid article > span { display: block; color: var(--dsc-cyan); font-size: 11px; font-weight: 800; }
.dsc-feature-grid h3 { margin: 34px 0 12px; color: var(--dsc-navy); font-size: 17px; line-height: 1.3; }
.dsc-feature-grid p { margin: 0; color: var(--dsc-muted); font-size: 13px; }

.dsc-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.dsc-split__copy h2 { font-size: clamp(34px, 3.5vw, 49px); }
.dsc-split__copy > p:not(.dsc-eyebrow) { color: var(--dsc-muted); }
.dsc-tick-list { margin: 25px 0 30px; padding: 0; list-style: none; }
.dsc-tick-list li { position: relative; margin: 10px 0; padding-left: 28px; color: var(--dsc-navy); font-size: 13px; font-weight: 700; }
.dsc-tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--dsc-cyan); font-weight: 900; }
.dsc-image-card { position: relative; margin: 0; overflow: hidden; border-radius: 14px; box-shadow: var(--dsc-shadow); }
.dsc-image-card img { width: 100%; min-height: 480px; object-fit: cover; object-position: 58% center; }
.dsc-image-card figcaption { position: absolute; right: 24px; bottom: 24px; display: grid; min-width: 250px; padding: 16px 20px; color: #fff; background: rgba(33,46,104,.94); border-radius: 8px; }
.dsc-image-card figcaption strong { font-size: 13px; }
.dsc-image-card figcaption span { color: rgba(255,255,255,.72); font-size: 11px; }

.dsc-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dsc-route-card { min-height: 340px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--dsc-line); border-radius: 13px; background: #fff; }
.dsc-route-card > p:first-child { margin: 0; color: var(--dsc-cyan); font-size: 11px; font-weight: 800; }
.dsc-route-card h3 { margin: 56px 0 14px; color: var(--dsc-navy); font-size: 28px; }
.dsc-route-card > p:not(:first-child) { margin: 0; color: var(--dsc-muted); font-size: 13px; }
.dsc-route-card > span { margin-top: auto; padding-top: 28px; color: var(--dsc-navy); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dsc-route-card--navy { color: #fff; border-color: var(--dsc-navy); background: var(--dsc-navy); }
.dsc-route-card--cyan { color: #fff; border-color: var(--dsc-cyan); background: var(--dsc-cyan); }
.dsc-route-card--navy h3,
.dsc-route-card--cyan h3,
.dsc-route-card--navy > span,
.dsc-route-card--cyan > span { color: #fff; }
.dsc-route-card--navy > p:first-child { color: #73d8ec; }
.dsc-route-card--cyan > p:first-child { color: #fff; }
.dsc-route-card--navy > p:not(:first-child),
.dsc-route-card--cyan > p:not(:first-child) { color: rgba(255,255,255,.78); }
.dsc-disclaimer { max-width: 940px; margin: 30px 0 0; color: var(--dsc-muted); font-size: 11px; }

.dsc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.dsc-process-grid li { position: relative; padding: 22px 32px 10px 0; }
.dsc-process-grid li + li { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.16); }
.dsc-process-grid span { color: #73d8ec; font-size: 11px; font-weight: 800; }
.dsc-process-grid h3 { margin: 45px 0 12px; color: #fff; font-size: 21px; }
.dsc-process-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }

.dsc-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dsc-service-grid article { padding: 28px; border: 1px solid var(--dsc-line); border-radius: 12px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.dsc-service-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(33,46,104,.1); }
.dsc-service-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--dsc-cyan); background: var(--dsc-pale); border-radius: 50%; font-size: 22px; }
.dsc-service-grid h3 { margin: 44px 0 10px; color: var(--dsc-navy); font-size: 18px; }
.dsc-service-grid p { margin: 0; color: var(--dsc-muted); font-size: 13px; }

.dsc-proof { padding-block: 80px; background: linear-gradient(90deg,#fff 0%,#fff 48%,#f3f6fd 48%,#f3f6fd 100%); }
.dsc-proof__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.dsc-proof h2 { font-size: clamp(34px,3.5vw,48px); }
.dsc-proof blockquote { margin: 0; padding: 10px 0 10px 54px; border-left: 3px solid var(--dsc-cyan); }
.dsc-proof blockquote p { margin: 0 0 20px; color: var(--dsc-navy); font-size: 21px; line-height: 1.55; }
.dsc-proof blockquote footer { color: var(--dsc-muted); font-size: 11px; }
.dsc-assurance { padding: 30px 34px; border: 1px solid var(--dsc-line); border-radius: 12px; background: var(--dsc-pale); }
.dsc-assurance__lead { margin: 0; color: var(--dsc-navy); font-size: 16px; font-weight: 700; line-height: 1.55; }
.dsc-assurance .dsc-tick-list { margin: 18px 0 0; }
.dsc-assurance .dsc-tick-list li { font-size: 14px; line-height: 1.5; }
.dsc-assurance .dsc-tick-list li em { font-style: italic; color: var(--dsc-cyan); }

.dsc-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.dsc-accordion article { border-top: 1px solid #ced9e6; }
.dsc-accordion article:last-child { border-bottom: 1px solid #ced9e6; }
.dsc-accordion button { width: 100%; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 0; border: 0; color: var(--dsc-navy); background: transparent; text-align: left; font-weight: 750; }
.dsc-accordion button b { color: var(--dsc-cyan); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.dsc-accordion button[aria-expanded="true"] b { transform: rotate(45deg); }
.dsc-accordion article > div { padding: 0 50px 22px 0; color: var(--dsc-muted); font-size: 13px; }
.dsc-accordion article > div p { margin: 0; }

.dsc-final-cta { position: relative; padding: 86px 0; color: #fff; background: linear-gradient(115deg,rgba(33,46,104,.98),rgba(12,163,201,.88)), var(--dsc-hero); background-size: cover; background-position: center 60%; }
.dsc-final-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.dsc-final-cta h2 { max-width: 700px; color: #fff; }
.dsc-final-cta .dsc-eyebrow { color: #8ce5f4; }
.dsc-final-cta__actions { display: grid; gap: 10px; min-width: 255px; }

.dsc-footer { padding: 70px 0 24px; color: rgba(255,255,255,.7); background: #141d46; }
.dsc-footer__grid { display: grid; grid-template-columns: 1.35fr 1.1fr 1fr 1fr; gap: 46px; }
.dsc-brand--light span { color: #fff; }
.dsc-footer p { max-width: 340px; font-size: 12px; }
.dsc-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.dsc-footer__grid > div > strong { margin-bottom: 10px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.dsc-footer__grid a:not(.dsc-brand),
.dsc-footer__grid span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; text-decoration: none; }
.dsc-footer__grid a:hover { color: #fff; }
.dsc-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.dsc-sticky-contact {
    position: fixed;
    z-index: 90;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(3, minmax(132px, 1fr));
    width: min(520px, calc(100% - 32px));
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 48px rgba(19,29,70,.22);
    backdrop-filter: blur(16px);
}
.dsc-sticky-contact a { display: grid; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; gap: 1px 8px; align-items: center; min-height: 58px; padding: 9px 11px; color: var(--dsc-navy); text-decoration: none; }
.dsc-sticky-contact a + a { border-left: 1px solid var(--dsc-line); }
.dsc-sticky-contact span { grid-row: 1 / span 2; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--dsc-cyan); font-size: 12px; }
.dsc-sticky-contact strong { min-width: 0; font-size: 11px; line-height: 1.1; }
.dsc-sticky-contact small { min-width: 0; color: var(--dsc-muted); font-size: 9px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dsc-sticky-contact a:hover { background: #f5fbfd; }
/* Adapt to two buttons when Telegram is not configured, so there is no empty third column. */
.dsc-sticky-contact:has(a:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(132px, 1fr)); }

@media (max-width: 1040px) {
    .dsc-hero__grid { grid-template-columns: 1fr 420px; gap: 38px; }
    .dsc-hero h1 { font-size: 48px; }
    .dsc-feature-grid { grid-template-columns: repeat(3,1fr); }
    .dsc-feature-grid article + article { border-left: 0; }
    .dsc-feature-grid article { border: 1px solid var(--dsc-line); }
    .dsc-service-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
    .dsc-shell { width: min(100% - 32px, 680px); }
    .dsc-header { height: 74px; }
    .dsc-brand { font-size: 21px; }
    .dsc-header__nav { display: none; }
    .dsc-header__phone { display: none; }
    .dsc-header .dsc-button { min-height: 40px; padding: 10px 14px; font-size: 10px; }
    .dsc-hero { min-height: auto; background-image: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 58%,rgba(255,255,255,.3) 100%), var(--dsc-hero); background-position: 62% center; }
    .dsc-hero__grid { grid-template-columns: 1fr; gap: 36px; padding-block: 54px; }
    .dsc-hero__copy { max-width: 640px; }
    .dsc-hero h1 { max-width: 620px; font-size: clamp(38px,8vw,52px); }
    .dsc-compass { max-width: 560px; min-height: 500px; margin-inline: auto; }
    .dsc-trust__grid { grid-template-columns: 1fr 1fr; padding-block: 14px; }
    .dsc-trust__grid span { padding: 8px; }
    .dsc-trust__grid span + span::before { display: none; }
    .dsc-section { padding: 78px 0; }
    .dsc-feature-grid { grid-template-columns: 1fr 1fr; }
    .dsc-split,
    .dsc-proof__grid,
    .dsc-faq__grid { grid-template-columns: 1fr; gap: 48px; }
    .dsc-route-grid { grid-template-columns: 1fr; }
    .dsc-route-card { min-height: 270px; }
    .dsc-process-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
    .dsc-process-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
    .dsc-proof { background: var(--dsc-white); }
    .dsc-proof blockquote { padding: 30px; background: var(--dsc-pale); border-left: 0; border-radius: 10px; }
    .dsc-final-cta__inner { grid-template-columns: 1fr; }
    .dsc-final-cta__actions { min-width: 0; max-width: 330px; }
}

@media (max-width: 560px) {
    .dsc-shell { width: min(100% - 24px, 520px); }
    .dsc-header { height: 66px; }
    .dsc-brand { font-size: 19px; }
    .dsc-header .dsc-button { min-height: 38px; padding: 9px 11px; }
    .dsc-hero__grid { padding-top: 42px; gap: 30px; }
    .dsc-eyebrow { font-size: 10px; }
    .dsc-hero h1 { font-size: 38px; }
    .dsc-hero__lead { margin: 18px 0; font-size: 15px; }
    .dsc-hero__checks { display: grid; gap: 7px; }
    .dsc-compass { min-height: 570px; padding: 21px 17px; border-radius: 12px; }
    .dsc-question h2,
    .dsc-gate h2,
    .dsc-partial h2,
    .dsc-result h2 { font-size: 22px; }
    .dsc-options { grid-template-columns: 1fr; gap: 8px; }
    .dsc-option { min-height: 53px; }
    .dsc-gate { max-width: none; }
    .dsc-gate__perks { gap: 5px; }
    .dsc-gate__perks span { min-height: 30px; padding: 5px 3px; font-size: 8px; }
    .dsc-gate__perks i { width: 14px; height: 14px; flex-basis: 14px; }
    .dsc-field-row,
    .dsc-result__columns,
    .dsc-result__actions { grid-template-columns: 1fr; }
    .dsc-trust__grid { font-size: 11px; }
    .dsc-section { padding: 64px 0; }
    .dsc-section-heading h2,
    .dsc-split__copy h2,
    .dsc-final-cta h2 { font-size: 34px; }
    .dsc-feature-grid,
    .dsc-service-grid { grid-template-columns: 1fr; }
    .dsc-feature-grid article { min-height: 200px; }
    .dsc-image-card img { min-height: 380px; }
    .dsc-image-card figcaption { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
    .dsc-process-grid { grid-template-columns: 1fr; }
    .dsc-process-grid li,
    .dsc-process-grid li + li,
    .dsc-process-grid li:nth-child(3) { padding: 20px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
    .dsc-process-grid h3 { margin-top: 20px; }
    .dsc-faq__grid { gap: 24px; }
    .dsc-final-cta { padding: 64px 0; }
    .dsc-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .dsc-footer__bottom { flex-direction: column; }
    .dsc-sticky-contact { right: 12px; bottom: 10px; width: calc(100% - 24px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dsc-sticky-contact a { grid-template-columns: 1fr; justify-items: center; min-height: 60px; gap: 3px; padding: 7px 5px; text-align: center; }
    .dsc-sticky-contact span { grid-row: auto; width: 24px; height: 24px; }
    .dsc-sticky-contact strong { font-size: 10px; }
    .dsc-sticky-contact small { max-width: 100%; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .dsc-landing *, .dsc-landing *::before, .dsc-landing *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
