:root {
    --bg: #09090b;
    --panel: #121216;
    --panel-soft: #18181d;
    --line: #2b2b32;
    --text: #f4f4f5;
    --muted: #a4a4ad;
    --red: #ed1834;
    --red-dark: #a90f23;
    --green: #42d392;
    --danger: #ff7080;
    --radius: 20px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 82% 8%, rgba(191, 15, 40, .17), transparent 31rem),
        radial-gradient(circle at 10% 38%, rgba(100, 12, 30, .1), transparent 34rem),
        var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

button, input { font: inherit; }

a { color: inherit; }

.site-header,
.site-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
    text-decoration: none;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--red);
    box-shadow: 0 8px 28px rgba(237, 24, 52, .27);
    font-size: 23px;
    font-weight: 900;
}

.brand strong,
.brand small { display: block; }
.brand strong { letter-spacing: .14em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .17em; }

.secure-label {
    color: var(--muted);
    font-size: 13px;
}

.secure-label span { color: var(--green); }

.page-shell {
    width: min(960px, calc(100% - 40px));
    margin: 0 auto;
    padding: 78px 0 72px;
}

.hero {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.eyebrow,
.section-number {
    margin: 0 0 12px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
}

.hero h1,
.confirmation-card h1 {
    margin: 0;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hero h1 em {
    color: var(--red);
    font-family: Georgia, serif;
    font-weight: 500;
}

.hero-copy {
    max-width: 680px;
    margin: 28px auto 0;
    color: var(--muted);
    font-size: 18px;
}

.steps {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(20, 20, 24, .84);
}

.step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    color: var(--muted);
    font-size: 12px;
}

.step b {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid #4b4b54;
    border-radius: 50%;
    font-size: 10px;
}

.step.is-active {
    color: var(--text);
    border-radius: 999px;
    background: #24242a;
}

.step.is-active b { border-color: var(--red); color: var(--red); }

.panel,
.confirmation-card {
    margin: 22px 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(18, 18, 22, .94);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .25);
}

.panel { padding: clamp(22px, 4vw, 40px); }

.panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.panel-heading h2 {
    margin: 0;
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.document-version {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #3a3a42;
    border-radius: 999px;
    color: var(--muted);
    font-size: 11px;
}

.reading-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #29292f;
}

#reading-progress-bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--red-dark), var(--red));
    transition: width .15s ease;
}

.reading-status {
    margin: 10px 0 16px;
    color: var(--muted);
    font-size: 12px;
}

.reading-status.is-complete { color: var(--green); }

.information-reader {
    max-height: 64vh;
    min-height: 420px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #303038;
    border-radius: 14px;
    background: #f7f5f2;
    color: #242329;
    scrollbar-color: var(--red) #dad7d2;
}

.information-content {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(28px, 6vw, 64px);
}

.information-content h1 {
    margin: 45px 0 14px;
    color: #141318;
    font-size: clamp(27px, 5vw, 42px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.information-content h1:first-child { margin-top: 0; }

.information-content h2 {
    margin: 10px 0 24px;
    color: #c0142c;
    font-size: clamp(16px, 3vw, 23px);
    line-height: 1.2;
}

.information-content p {
    margin: 0 0 13px;
    color: #49474f;
    font-size: 16px;
}

.information-content strong { color: #16151a; }

.information-content hr {
    margin: 42px 0;
    border: 0;
    border-top: 1px solid #d7d3ce;
}

.reading-end {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 52px;
    padding: 18px;
    border-radius: 12px;
    background: #e8f6ef;
    color: #176b43;
}

.reading-end span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #c9ebda;
}

.checkbox-stack { display: grid; gap: 12px; }

.check-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 13px;
    align-items: start;
    padding: 17px 18px;
    border: 1px solid #34343c;
    border-radius: 12px;
    background: var(--panel-soft);
}

.check-row:has(input:checked) { border-color: rgba(66, 211, 146, .65); background: rgba(22, 79, 57, .22); }

.check-row input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--green);
}

.check-row input:disabled { cursor: not-allowed; opacity: .45; }
.check-row label { cursor: pointer; }
.check-row ul { grid-column: 2; }

.identity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr .8fr;
    gap: 16px;
}

.field-group label,
.signature-label-row label {
    display: block;
    margin: 0 0 8px;
    color: #d7d7dc;
    font-size: 13px;
    font-weight: 700;
}

.field-group input {
    width: 100%;
    min-height: 50px;
    border: 1px solid #3b3b44;
    border-radius: 10px;
    outline: none;
    background: #0e0e11;
    color: var(--text);
    padding: 0 14px;
}

.field-group input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237, 24, 52, .12); }

.signature-wrap { margin-top: 28px; }

.signature-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-button {
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
}

.text-button:hover { color: var(--text); }

#signature-canvas {
    display: block;
    width: 100%;
    height: clamp(180px, 28vw, 260px);
    border: 2px dashed #777782;
    border-radius: 12px;
    background: #fff;
    cursor: crosshair;
    touch-action: none;
}

#signature-canvas.is-error { border-color: var(--danger); }

.signature-help,
.submit-note {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.field-error,
.field-group ul,
.check-row ul,
.signature-wrap ul,
.alert-error ul {
    margin: 7px 0 0;
    padding: 0;
    color: var(--danger);
    font-size: 12px;
    list-style: none;
}

.privacy-note {
    margin: 26px 0;
    padding: 16px 18px;
    border-left: 3px solid #555560;
    background: #19191e;
    color: var(--muted);
    font-size: 13px;
}

.privacy-note strong { color: var(--text); }
.privacy-note p { margin: 4px 0 0; }

.primary-button {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), #c10e27);
    box-shadow: 0 12px 34px rgba(216, 15, 44, .23);
    color: #fff;
    cursor: pointer;
    padding: 0 22px;
    text-align: left;
    text-decoration: none;
    font-weight: 800;
}

.primary-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.primary-button:focus-visible { outline: 3px solid rgba(255, 255, 255, .7); outline-offset: 3px; }

.alert {
    margin: 0 0 20px;
    padding: 16px 18px;
    border-radius: 12px;
}

.alert-error { border: 1px solid rgba(255, 112, 128, .5); background: rgba(128, 20, 37, .24); color: #ffd5da; }
.alert-success { border: 1px solid rgba(66, 211, 146, .5); background: rgba(22, 101, 70, .24); color: #c8f7df; }

.document-update-banner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    margin: 0 0 24px;
    border: 1px solid rgba(237, 24, 52, .68);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(107, 8, 25, .72), rgba(25, 18, 22, .96));
    box-shadow: 0 20px 58px rgba(157, 7, 31, .18);
    padding: clamp(22px, 4vw, 34px);
}

.document-update-banner__mark,
.signed-current-panel__mark {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 900;
}

.document-update-banner__mark { background: var(--red); color: #fff; }
.document-update-banner h2 { margin: 0 0 10px; font-size: clamp(25px, 4vw, 36px); line-height: 1.08; }
.document-update-banner p:not(.section-number) { margin: 0; color: #d0c8cb; }
.document-update-banner__versions { padding-top: 13px; font-size: 12px; font-weight: 800; }

.signed-current-panel { text-align: center; }
.signed-current-panel__mark { margin: 0 auto 20px; border: 1px solid rgba(66, 211, 146, .52); background: rgba(66, 211, 146, .12); color: var(--green); }
.signed-current-panel__intro { max-width: 650px; margin: 0 auto; }
.signed-current-panel__intro h2 { margin: 0; font-size: clamp(30px, 5vw, 48px); letter-spacing: -.04em; }
.signed-current-panel__intro > p:last-child { margin: 14px 0 0; color: var(--muted); }
.signed-current-data { margin-top: 30px; }

.confirmation-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin: 0 0 26px;
}

.confirmation-tags span {
    border: 1px solid rgba(66, 211, 146, .35);
    border-radius: 999px;
    background: rgba(34, 105, 76, .15);
    color: #9aebc2;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
}

.history-count {
    flex: 0 0 auto;
    border: 1px solid #3a3a42;
    border-radius: 999px;
    color: var(--muted);
    padding: 8px 12px;
    font-size: 11px;
}

.acceptance-history-list { display: grid; gap: 12px; }

.acceptance-history-item {
    display: grid;
    grid-template-columns: minmax(210px, 1.2fr) minmax(220px, 1fr) auto;
    align-items: center;
    gap: 22px;
    border: 1px solid #34343d;
    border-radius: 14px;
    background: #17171c;
    padding: 19px 20px;
}

.acceptance-history-item.is-current { border-color: rgba(66, 211, 146, .48); background: rgba(24, 71, 53, .13); }
.acceptance-history-item__status { color: #ff8494; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.acceptance-history-item.is-current .acceptance-history-item__status { color: var(--green); }
.acceptance-history-item h3 { margin: 5px 0 2px; font-size: 18px; }
.acceptance-history-item p { margin: 0; color: var(--muted); font-size: 12px; }
.acceptance-history-item dl { margin: 0; font-size: 12px; }
.acceptance-history-item dl div { display: grid; grid-template-columns: auto 1fr; gap: 8px; }
.acceptance-history-item dt { color: var(--muted); }
.acceptance-history-item dd { margin: 0; overflow-wrap: anywhere; }
.acceptance-history-item > a { color: #ff7183; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }

.confirmation-card {
    max-width: 720px;
    margin: 28px auto;
    padding: clamp(28px, 6vw, 62px);
    text-align: center;
}

.confirmation-card h1 { margin: 8px 0 18px; font-size: clamp(42px, 8vw, 66px); }
.confirmation-card > p:not(.eyebrow, .submit-note) { color: var(--muted); font-size: 17px; }

.success-mark {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    place-items: center;
    border: 1px solid rgba(66, 211, 146, .52);
    border-radius: 50%;
    background: rgba(66, 211, 146, .12);
    color: var(--green);
    font-size: 32px;
}

.receipt-data {
    margin: 32px 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
}

.receipt-data div {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
}

.receipt-data div:last-child { border-bottom: 0; }
.receipt-data dt { color: var(--muted); }
.receipt-data dd { margin: 0; text-align: right; font-weight: 700; }

.admin-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.admin-toolbar h1 { margin: 0; font-size: 42px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.admin-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.admin-table a { color: #ff7183; }
.hash-value { overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; }
.admin-signature { width: 100%; max-width: 600px; border-radius: 8px; background: #fff; }
.admin-copy { margin-top: 22px; padding: 28px; border-radius: 12px; background: #f7f5f2; color: #242329; }

.admin-primary-action { width: auto; min-width: 230px; }
.admin-document-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.admin-document-status > div { border: 1px solid var(--line); border-radius: 12px; background: #17171c; padding: 17px; }
.admin-document-status span, .admin-document-status strong { display: block; }
.admin-document-status span { margin-bottom: 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.admin-document-status strong { overflow-wrap: anywhere; }
.admin-document-panel .hash-value { margin: 22px 0 0; color: var(--muted); }
.admin-document-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.admin-back-link { color: #ff7183; font-weight: 700; text-decoration: none; }

.admin-update-warning {
    margin: 0 0 24px;
    border: 1px solid rgba(237, 24, 52, .52);
    border-radius: 12px;
    background: rgba(111, 7, 25, .25);
    padding: 18px 20px;
}

.admin-update-warning strong { color: #ff8c9c; }
.admin-update-warning p { margin: 5px 0 0; color: #d1c7ca; }
.admin-current-document { margin: 0 0 26px; }
.admin-current-document .hash-value { max-width: 560px; }
.admin-document-form ul { margin: 7px 0 0; padding: 0; color: var(--danger); font-size: 12px; list-style: none; }
.admin-editor-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.admin-editor-field > p { margin: 0 0 12px; color: var(--muted); font-size: 12px; }

.admin-editor-textarea {
    display: block;
    width: 100%;
    min-height: 66vh;
    resize: vertical;
    border: 1px solid #41414a;
    border-radius: 12px;
    outline: none;
    background: #0b0b0e;
    color: #eeeef1;
    padding: 20px;
    font: 14px/1.62 ui-monospace, SFMono-Regular, Consolas, monospace;
    tab-size: 4;
}

.admin-editor-textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237, 24, 52, .12); }
.admin-publish-button { margin-top: 18px; }
.admin-revision-list { display: grid; gap: 10px; }
.admin-revision-list article { display: grid; grid-template-columns: minmax(210px, .7fr) 1fr; gap: 20px; border: 1px solid var(--line); border-radius: 12px; background: #17171c; padding: 15px 17px; }
.admin-revision-list article div { display: grid; }
.admin-revision-list article span, .admin-revision-list > p { color: var(--muted); font-size: 12px; }
.admin-revision-list code { align-self: center; overflow-wrap: anywhere; color: #aaaab3; font-size: 11px; }

.more-information {
    margin-top: 54px;
}

.more-info-toggle {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 87, 109, .65);
    border-radius: 24px;
    background:
        linear-gradient(125deg, rgba(237, 24, 52, .98), rgba(150, 8, 30, .98) 58%, #540613);
    box-shadow: 0 28px 80px rgba(173, 8, 35, .34);
    color: #fff;
    cursor: pointer;
    padding: clamp(28px, 6vw, 54px);
    text-align: left;
    isolation: isolate;
}

.more-info-toggle::before {
    position: absolute;
    z-index: -1;
    width: 390px;
    height: 390px;
    top: 50%;
    right: -90px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .13), transparent 64%);
    content: "";
    transform: translateY(-50%);
}

.more-info-toggle:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.more-info-toggle:focus-visible {
    outline: 4px solid rgba(255, 255, 255, .88);
    outline-offset: 4px;
}

.more-info-toggle__copy {
    display: grid;
    gap: 9px;
}

.more-info-toggle__eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    opacity: .76;
}

.more-info-toggle__label {
    font-size: clamp(34px, 6.5vw, 64px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .96;
}

.more-info-toggle__icon {
    display: grid;
    width: clamp(58px, 9vw, 82px);
    height: clamp(58px, 9vw, 82px);
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(32, 0, 7, .18);
    font-size: clamp(28px, 5vw, 42px);
    transition: transform .3s ease, background .3s ease;
}

.more-info-toggle.is-open .more-info-toggle__icon {
    background: rgba(32, 0, 7, .34);
    transform: rotate(180deg);
}

.more-info-content {
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 4%, rgba(237, 24, 52, .12), transparent 27rem),
        rgba(18, 18, 22, .98);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .35);
    animation: more-info-reveal .42s ease-out both;
    scroll-margin-top: 24px;
}

.more-info-content[hidden] { display: none; }

@keyframes more-info-reveal {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: translateY(0); }
}

.discovery-intro,
.discovery-section {
    padding: clamp(30px, 6vw, 62px);
}

.discovery-intro {
    max-width: 790px;
}

.discovery-intro h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(36px, 6vw, 62px);
    letter-spacing: -.055em;
    line-height: .98;
}

.discovery-intro > p:last-child {
    max-width: 700px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.discovery-section {
    border-top: 1px solid var(--line);
}

.discovery-section__heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 34px;
}

.discovery-section__number {
    color: rgba(255, 255, 255, .2);
    font-family: Georgia, serif;
    font-size: 52px;
    font-style: italic;
    line-height: .9;
}

.discovery-kicker {
    margin: 0 0 8px;
    color: var(--red);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}

.discovery-section__heading h3 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(28px, 4vw, 43px);
    letter-spacing: -.035em;
    line-height: 1.05;
}

.discovery-section__heading div > p:last-child {
    max-width: 700px;
    margin: 14px 0 0;
    color: var(--muted);
}

.discovery-grid,
.membership-grid {
    display: grid;
    gap: 14px;
}

.discovery-grid--three,
.membership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.discovery-card,
.membership-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid #34343d;
    border-radius: 16px;
    background: rgba(27, 27, 33, .92);
    color: var(--text);
    padding: 24px;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.discovery-card:hover,
.membership-card:hover {
    border-color: rgba(237, 24, 52, .7);
    background: #202026;
    transform: translateY(-3px);
}

.discovery-card:focus-visible,
.membership-card:focus-visible,
.journey-card a:focus-visible,
.section-link:focus-visible,
.membership-cta:focus-visible {
    outline: 3px solid rgba(237, 24, 52, .7);
    outline-offset: 3px;
}

.discovery-card--red {
    border-color: rgba(237, 24, 52, .5);
    background: linear-gradient(150deg, rgba(91, 7, 22, .76), rgba(27, 27, 33, .95));
}

.discovery-card__index {
    color: #696972;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.discovery-card h4,
.journey-card h4,
.membership-card h4 {
    margin: 26px 0 10px;
    font-size: 20px;
    letter-spacing: -.02em;
    line-height: 1.15;
}

.discovery-card p,
.journey-card p,
.membership-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.discovery-card__link,
.membership-card__link {
    margin-top: auto;
    padding-top: 26px;
    color: #ff788a;
    font-size: 13px;
    font-weight: 800;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.journey-card {
    min-width: 0;
    border: 1px solid #34343d;
    border-radius: 16px;
    background: #16161b;
    padding: 24px;
}

.journey-card > span {
    color: var(--red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}

.journey-card h4 { margin-top: 18px; }

.journey-card a {
    display: inline-block;
    margin-top: 20px;
    color: #ff788a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.journey-card--world {
    border-color: rgba(113, 83, 208, .6);
    background: linear-gradient(145deg, rgba(42, 28, 86, .48), #16161b 72%);
}

.section-link,
.membership-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
    border-radius: 16px;
    color: var(--text);
    padding: 20px 22px;
    text-decoration: none;
}

.section-link {
    border: 1px solid #34343d;
    background: #0e0e11;
}

.section-link small,
.membership-cta small {
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.section-link strong,
.membership-cta > span:last-child {
    flex: 0 0 auto;
    font-size: 26px;
}

.membership-card {
    min-height: 330px;
}

.membership-card--featured {
    border-color: rgba(237, 24, 52, .78);
    background: linear-gradient(160deg, rgba(111, 7, 25, .68), #1b1b21 68%);
}

.membership-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ff91a0;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .11em;
}

.membership-card__duration {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.membership-card__duration strong {
    color: var(--text);
    font-family: Georgia, serif;
    font-size: 62px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -.07em;
    line-height: 1;
}

.membership-card h4 { margin-top: 30px; }

.membership-cta {
    min-height: 88px;
    background: linear-gradient(135deg, var(--red), #a80c24);
    box-shadow: 0 16px 42px rgba(183, 10, 36, .25);
    font-weight: 800;
}

.membership-cta:hover { filter: brightness(1.08); }

.site-footer {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #72727b;
    font-size: 12px;
}

@media (max-width: 720px) {
    .site-header, .site-footer, .page-shell { width: min(100% - 24px, 960px); }
    .page-shell { padding-top: 48px; }
    .secure-label { display: none; }
    .steps { width: 100%; justify-content: center; }
    .step { padding: 7px; }
    .step b { display: none; }
    .panel-heading { display: block; }
    .document-version { display: inline-block; margin-top: 14px; }
    .identity-grid { grid-template-columns: 1fr; }
    .information-reader { min-height: 360px; max-height: 68vh; }
    .information-content { padding: 30px 22px; }
    .receipt-data div { grid-template-columns: 1fr; }
    .receipt-data dd { text-align: left; }
    .admin-toolbar { align-items: flex-start; flex-direction: column; }
    .document-update-banner { grid-template-columns: 1fr; }
    .acceptance-history-item { grid-template-columns: 1fr; gap: 14px; }
    .acceptance-history-item > a { white-space: normal; }
    .admin-document-status { grid-template-columns: 1fr; }
    .admin-primary-action { width: 100%; }
    .admin-revision-list article { grid-template-columns: 1fr; }
    .more-information { margin-top: 38px; }
    .more-info-toggle { min-height: 170px; gap: 18px; padding: 26px 22px; }
    .more-info-toggle__label { font-size: clamp(31px, 11vw, 48px); }
    .more-info-toggle__icon { width: 54px; height: 54px; font-size: 27px; }
    .discovery-intro, .discovery-section { padding: 32px 22px; }
    .discovery-section__heading { grid-template-columns: 1fr; gap: 14px; }
    .discovery-section__number { font-size: 38px; }
    .discovery-grid--three, .journey-grid, .membership-grid { grid-template-columns: 1fr; }
    .membership-card { min-height: 0; }
    .section-link, .membership-cta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
