.landing-wrapper {
    --landing-ink: #13221c;
    --landing-muted: #5f6f67;
    --landing-line: rgba(19, 34, 28, .12);
    width: 100%;
    overflow: hidden;
}

.landing-wrapper main,
.landing-header {
    width: min(100% - 32px, 1200px);
    margin-inline: auto;
}

.landing-skip {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 1100;
    padding: 10px 14px;
    border-radius: 10px;
    color: #fff;
    background: var(--landing-ink);
    transform: translateY(-160%);
}

.landing-skip:focus { transform: translateY(0); }

.landing-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--landing-ink);
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -.03em;
}

.landing-brand:hover { color: var(--landing-ink); }
.landing-brand img { width: 38px; height: 38px; border-radius: 11px; }

.landing-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
}

.landing-nav a,
.landing-link-button {
    padding: 10px 12px;
    color: var(--landing-muted);
    text-decoration: none;
    font-size: .875rem;
    font-weight: 600;
}

.landing-nav a:hover,
.landing-link-button:hover { color: var(--landing-ink); }

.landing-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.landing-button,
.landing-secondary-button {
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: .94rem;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.landing-button {
    color: #fff;
    background: var(--ui-primary);
    box-shadow: 0 10px 24px rgba(201, 83, 8, .18);
}

.landing-button:hover {
    color: #fff;
    background: var(--ui-primary-hover);
    transform: translateY(-2px);
}

.landing-button-small { min-height: 40px; padding: 8px 14px; font-size: .86rem; }

.landing-secondary-button {
    color: var(--landing-ink);
    border-color: var(--landing-line);
    background: rgba(255, 255, 255, .72);
}

.landing-secondary-button:hover { color: var(--landing-ink); border-color: rgba(19, 34, 28, .24); background: #fff; }

.landing-hero {
    padding: clamp(54px, 8vw, 104px) 0 clamp(48px, 7vw, 88px);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: clamp(40px, 7vw, 88px);
    align-items: center;
}

.landing-eyebrow {
    margin: 0 0 12px;
    color: var(--ui-primary-hover);
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.landing-hero h1 {
    max-width: 15ch;
    margin: 0;
    color: var(--landing-ink);
    font-size: clamp(2.65rem, 5.8vw, 4.8rem);
    font-weight: 700;
    line-height: 1.01;
    letter-spacing: -.055em;
}

.landing-lead {
    max-width: 58ch;
    margin: 24px 0 0;
    color: var(--landing-muted);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.62;
}

.landing-cta-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.landing-trust-note { margin: 14px 0 0; color: var(--landing-muted); font-size: .79rem; line-height: 1.5; }

.landing-product {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    color: #fff;
    background: #17241f;
    box-shadow: 0 28px 70px rgba(19, 34, 28, .22);
}

.landing-product-top,
.landing-product-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.landing-product-top strong { display: block; margin-top: 2px; font-size: 1.18rem; }
.landing-product-kicker { color: rgba(255, 255, 255, .55); font-size: .72rem; font-weight: 650; }
.landing-status { padding: 6px 9px; border-radius: 999px; color: #c8f2da; background: rgba(50, 184, 109, .12); font-size: .7rem; font-weight: 650; }
.landing-status span { width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; display: inline-block; background: #5edb94; }

.landing-quest-list { margin: 20px 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.landing-quest-list li { min-width: 0; padding: 13px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; align-items: center; background: rgba(255, 255, 255, .055); }
.landing-quest-list li.is-done { background: rgba(50, 184, 109, .08); }
.landing-quest-list img { width: 34px; height: 34px; }
.landing-quest-list strong { display: block; color: #fff; font-size: .86rem; font-weight: 650; }
.landing-quest-list small { display: block; margin-top: 2px; color: rgba(255, 255, 255, .5); font-size: .7rem; }
.landing-quest-list .bi-check-circle-fill { color: #5edb94; }
.landing-points { padding: 4px 8px; border-radius: 9px; color: #ffd9bd; background: rgba(233, 109, 22, .14); font-size: .7rem; font-weight: 700; }
.landing-progress { width: 48px; height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .1); }
.landing-progress span { width: 56%; height: 100%; display: block; border-radius: inherit; background: #ef8a43; }
.landing-product-foot { color: rgba(255, 255, 255, .5); font-size: .7rem; }
.landing-product-foot .bi { color: #ef8a43; }

.landing-proof {
    padding: 18px 0;
    border-top: 1px solid var(--landing-line);
    border-bottom: 1px solid var(--landing-line);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.landing-proof div { display: flex; align-items: center; gap: 11px; color: var(--landing-muted); font-size: .82rem; }
.landing-proof i { color: var(--ui-primary-hover); font-size: 1.1rem; }
.landing-proof strong { color: var(--landing-ink); }

.landing-section,
.landing-split,
.landing-trust { padding: clamp(68px, 9vw, 112px) 0; }

.landing-section-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.landing-section h2,
.landing-split h2,
.landing-trust h2,
.landing-final h2 { margin: 0; color: var(--landing-ink); font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 700; line-height: 1.08; letter-spacing: -.045em; }
.landing-section-heading > p:last-child,
.landing-split-copy > p,
.landing-trust > div > p:last-child,
.landing-final p { max-width: 62ch; margin: 16px auto 0; color: var(--landing-muted); line-height: 1.62; }

.landing-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.landing-steps article { position: relative; padding: 24px; border: 1px solid var(--landing-line); border-radius: 18px; background: rgba(255, 255, 255, .78); }
.landing-step-number { position: absolute; right: 18px; top: 17px; color: rgba(19, 34, 28, .28); font-size: .75rem; font-weight: 750; }
.landing-icon { width: 42px; height: 42px; margin-bottom: 22px; border-radius: 12px; display: grid; place-items: center; color: var(--ui-primary-hover); background: var(--ui-primary-soft); font-size: 1.1rem; }
.landing-steps h3 { margin: 0; color: var(--landing-ink); font-size: 1.04rem; font-weight: 700; }
.landing-steps p { margin: 9px 0 0; color: var(--landing-muted); font-size: .88rem; line-height: 1.55; }

.landing-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(38px, 8vw, 96px); align-items: center; }
.landing-split-copy > p { margin-left: 0; }
.landing-check-list { margin: 24px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.landing-check-list li { display: flex; gap: 10px; color: var(--landing-ink); font-size: .9rem; }
.landing-check-list i { color: var(--ui-success); font-size: 1.1rem; }
.landing-role-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.landing-role-card { min-height: 310px; padding: 24px; border: 1px solid var(--landing-line); border-radius: 20px; display: flex; flex-direction: column; background: #fff; box-shadow: var(--ui-shadow); }
.landing-role-card-dark { color: #fff; background: #17241f; }
.landing-role-label { color: var(--ui-primary-hover); font-size: .72rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.landing-role-card-dark .landing-role-label { color: #ffad72; }
.landing-role-card > strong { max-width: 13ch; margin-top: 36px; color: var(--landing-ink); font-size: 1.45rem; line-height: 1.14; }
.landing-role-card-dark > strong { color: #fff; }
.landing-role-card p { margin: 12px 0 22px; color: var(--landing-muted); font-size: .86rem; line-height: 1.55; }
.landing-role-card-dark p { color: rgba(255, 255, 255, .58); }
.landing-role-action { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--landing-line); color: var(--landing-ink); font-size: .76rem; font-weight: 650; }
.landing-role-card-dark .landing-role-action { border-color: rgba(255, 255, 255, .1); color: #fff; }

.landing-trust { border-top: 1px solid var(--landing-line); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: clamp(36px, 8vw, 90px); align-items: center; }
.landing-trust > div > p:last-child { margin-left: 0; }
.landing-trust-links { display: grid; gap: 10px; }
.landing-trust-links a { min-width: 0; padding: 15px; border: 1px solid var(--landing-line); border-radius: 14px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 12px; align-items: center; color: var(--landing-ink); background: rgba(255, 255, 255, .72); text-decoration: none; }
.landing-trust-links a:hover { border-color: rgba(19, 34, 28, .26); background: #fff; }
.landing-trust-links > a > i:first-child { color: var(--ui-primary-hover); font-size: 1.1rem; }
.landing-trust-links strong,
.landing-trust-links small { display: block; }
.landing-trust-links strong { font-size: .86rem; }
.landing-trust-links small { margin-top: 2px; color: var(--landing-muted); font-size: .72rem; }

.landing-final { margin-bottom: 42px; padding: clamp(30px, 5vw, 50px); border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #fff; background: #17241f; }
.landing-final h2 { color: #fff; }
.landing-final p { max-width: 52ch; margin-left: 0; color: rgba(255, 255, 255, .58); }
.landing-button-light { flex: 0 0 auto; color: var(--landing-ink); background: #fff; box-shadow: none; }
.landing-button-light:hover { color: var(--landing-ink); background: #f6f2eb; }

@media (max-width: 860px) {
    .landing-nav { display: none; }
    .landing-hero,
    .landing-split,
    .landing-trust { grid-template-columns: 1fr; }
    .landing-hero { gap: 42px; }
    .landing-hero-copy { text-align: center; }
    .landing-hero h1,
    .landing-lead { margin-inline: auto; }
    .landing-cta-row { justify-content: center; }
    .landing-proof { grid-template-columns: 1fr; gap: 12px; }
    .landing-steps { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .landing-wrapper main,
    .landing-header { width: min(100% - 24px, 1200px); }
    .landing-header { min-height: 66px; }
    .landing-link-button { display: none; }
    .landing-brand img { width: 34px; height: 34px; }
    .landing-button-small { padding-inline: 12px; }
    .landing-hero { padding-top: 42px; }
    .landing-hero h1 { font-size: clamp(2.45rem, 13vw, 3.4rem); }
    .landing-cta-row { display: grid; }
    .landing-product { padding: 15px; border-radius: 19px; }
    .landing-product-top { align-items: flex-start; }
    .landing-quest-list li { grid-template-columns: 34px minmax(0, 1fr); }
    .landing-quest-list li > :last-child { grid-column: 2; justify-self: start; }
    .landing-product-foot { align-items: flex-start; flex-direction: column; }
    .landing-role-grid { grid-template-columns: 1fr; }
    .landing-role-card { min-height: 260px; }
    .landing-final { align-items: stretch; flex-direction: column; }
    .landing-button-light { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .landing-button { transition: none; }
}
