/* Subscribe page — prefix: sb- */

#page-subscribe {
    --sb-red: var(--red); --sb-red-dark: var(--red-dark); --sb-red-deep: #520003;
    --sb-ink: var(--ink); --sb-gm: #737373; --sb-g-1: #5C5C5C; --sb-g-2: #A8A8A8;
    --sb-g-3: #DFDFDF; --sb-g-4: #EDEDED; --sb-cream: #FBF7F3;
    --sb-serif: var(--font-serif);
    --sb-body: var(--font-body);
    --sb-sans: var(--font-sans);
    color: var(--sb-ink);
    font-family: var(--sb-sans);
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
#page-subscribe a { color: inherit; text-decoration: none; }

.sb-wrap { max-width: 1440px; margin: 0 auto; padding: 0 38px; }

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.sb-hero {
    background: var(--sb-ink);
    color: #fff;
    padding: 72px 0 96px;
    position: relative;
    overflow: hidden;
}
.sb-hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(900px 400px at 50% 0%, rgba(222,28,34,.18), transparent 65%);
    pointer-events: none;
}
.sb-hero::after {
    content: "M"; position: absolute;
    font-family: var(--sb-serif);
    font-style: italic; font-weight: 700;
    font-size: 580px; line-height: .78;
    color: rgba(255,255,255,.025);
    right: -30px; top: -80px;
    letter-spacing: -.05em;
    pointer-events: none;
}
.sb-hero-in { position: relative; z-index: 1; }
.sb-hero-eye {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--sb-red);
    margin-bottom: 22px;
}
.sb-hero-eye::before { content: ""; width: 24px; height: 1px; background: var(--sb-red); }
.sb-hero-title {
    font-family: var(--sb-serif);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    margin-bottom: 20px;
    color: #fff;
}
.sb-hero-title em { font-style: italic; color: var(--sb-red); font-weight: 600; }
.sb-hero-sub {
    font-family: var(--sb-body);
    font-size: 19px;
    color: rgba(255,255,255,.7);
    line-height: 1.55;
}
.sb-hero-sub em { font-style: italic; color: rgba(255,255,255,.92); }

/* stepper */
.sb-stepper {
    display: flex; align-items: center; gap: 12px;
    margin-top: 36px;
    flex-wrap: wrap;
    font-size: 12px; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase;
    color: rgba(255,255,255,.5);
}
.sb-step { display: flex; align-items: center; gap: 8px; }
.sb-step-n {
    width: 22px; height: 22px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.18);
}
.sb-step.active { color: #fff; }
.sb-step.active .sb-step-n {
    background: var(--sb-red);
    color: #fff;
    border-color: var(--sb-red);
    box-shadow: 0 0 0 4px rgba(222,28,34,.18);
}
.sb-step-line { width: 32px; height: 1px; background: rgba(255,255,255,.18); }

/* ── PATHS ────────────────────────────────────────────────────────────────── */
.sb-paths-section {
    margin-top: -48px;
    position: relative;
    z-index: 2;
    padding-bottom: 64px;
}
.sb-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.sb-path-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--sb-g-3);
    padding: 36px;
    display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative;
    overflow: hidden;
    color: inherit;
    cursor: pointer;
}
.sb-sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
.sb-path-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 64px -32px rgba(29,5,6,.18);
    border-color: var(--sb-ink);
}
.sb-path-us { box-shadow: 0 24px 48px -24px rgba(29,5,6,.12); }

.sb-path-flag-row {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px;
}
.sb-path-flag-wrap {
    position: relative;
    width: 56px; height: 56px;
    border-radius: 12px;
    background: var(--sb-cream);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.sb-path-us .sb-path-flag-wrap { background: linear-gradient(135deg, #fff5f5, #ffe5e6); }
.sb-flag-svg { width: 36px; height: 36px; }
.sb-path-region {
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--sb-gm);
    display: block;
    margin-bottom: 4px;
}
.sb-path-us .sb-path-region { color: var(--sb-red); }
.sb-path-name {
    font-family: var(--sb-serif);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: var(--sb-ink);
}

.sb-path-sub {
    font-family: var(--sb-body);
    font-size: 15px;
    color: var(--sb-g-1);
    line-height: 1.6;
    margin-bottom: 24px;
}

.sb-path-prices {
    margin-bottom: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--sb-g-3);
}
.sb-path-prices-h {
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--sb-gm);
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 10px;
}
.sb-path-prices-h::before { content: ""; width: 18px; height: 1px; background: var(--sb-g-2); }

.sb-price-row {
    display: flex; justify-content: space-between; align-items: baseline;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid var(--sb-g-3);
}
.sb-price-row:last-child { border-bottom: 0; }
.sb-pr-label { color: var(--sb-g-1); }
.sb-pr-amount {
    font-family: var(--sb-serif);
    font-weight: 600;
    color: var(--sb-ink);
    font-size: 17px;
    letter-spacing: -.005em;
}
.sb-pr-amount sub {
    font-size: 11px;
    color: var(--sb-gm);
    font-weight: 500;
    font-family: var(--sb-sans);
    letter-spacing: 0;
    margin-left: 2px;
}

.sb-path-foot { margin-top: auto; padding-top: 8px; display: flex; flex-direction: column; }
.sb-btn-path {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    border-radius: 10px;
    font-size: 14px; font-weight: 600;
    letter-spacing: .02em;
    cursor: pointer;
    transition: all .18s;
    text-decoration: none;
    order: 1;
    color: #fff;
}
.sb-btn-us { background: var(--sb-red); }
.sb-path-card:hover .sb-btn-us { background: var(--sb-red-dark); transform: translateY(-1px); box-shadow: 0 8px 20px -6px rgba(178,1,8,.5); }
.sb-btn-intl { background: var(--sb-ink); }
.sb-path-card:hover .sb-btn-intl { background: #000; transform: translateY(-1px); box-shadow: 0 8px 20px -6px rgba(29,5,6,.5); }
.sb-btn-arrow { transition: transform .2s; }
.sb-path-card:hover .sb-btn-arrow { transform: translateX(4px); }
.sb-btn-ext { font-size: 12px; opacity: .7; margin-left: 2px; }

.sb-path-note {
    font-size: 12px;
    color: var(--sb-gm);
    text-align: center;
    margin-top: 14px;
    line-height: 1.55;
    order: 2;
    min-height: 37px;
}
.sb-path-note strong { color: var(--sb-ink); font-weight: 600; }
.sb-path-note a {
    color: var(--sb-red);
    font-weight: 600;
    border-bottom: 1px solid rgba(222,28,34,.3);
    transition: border-color .15s;
}
.sb-path-note a:hover { border-color: var(--sb-red); }

.sb-path-badge {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--sb-red);
    color: #fff;
    font-size: 10px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 999px;
}

/* ── BENEFITS ─────────────────────────────────────────────────────────────── */
.sb-benefits-section { padding: 24px 0 80px; }
.sb-ben-h {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap; gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--sb-g-3);
}
.sb-ben-h-title {
    font-family: var(--sb-serif);
    font-size: 32px; font-weight: 600;
    letter-spacing: -.01em; line-height: 1;
}
.sb-ben-h-title em { font-style: italic; color: var(--sb-red); font-weight: 600; }
.sb-ben-h-sub {
    font-size: 13px; color: var(--sb-gm);
    max-width: 340px; text-align: right;
}

.sb-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.sb-ben {
    position: relative;
    padding: 28px 24px;
    background: var(--sb-cream);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, background .25s;
    border: 1px solid transparent;
}
.sb-ben:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -24px rgba(29,5,6,.18);
    background: #fff;
    border-color: var(--sb-g-3);
}
.sb-ben:hover .sb-ben-num { color: var(--sb-red); transform: translate(-4px, 2px); }
.sb-ben:hover .sb-ben-icon { background: var(--sb-red); color: #fff; transform: rotate(-4deg) scale(1.05); }
.sb-ben::after {
    content: "";
    position: absolute;
    left: 24px; right: 24px; bottom: 0;
    height: 2px;
    background: var(--sb-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.sb-ben:hover::after { transform: scaleX(1); }
.sb-ben-num {
    position: absolute;
    top: 18px; right: 22px;
    font-family: var(--sb-serif);
    font-style: italic;
    font-size: 64px;
    font-weight: 600;
    color: var(--sb-g-3);
    line-height: .8;
    letter-spacing: -.02em;
    transition: color .3s, transform .3s;
    pointer-events: none;
    z-index: 0;
}
.sb-ben-icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    background: #fff;
    color: var(--sb-red);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 64px;
    border: 1px solid var(--sb-g-3);
    transition: all .25s;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px -4px rgba(29,5,6,.08);
}
.sb-ben-title {
    font-family: var(--sb-serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--sb-ink);
    line-height: 1.15;
    letter-spacing: -.005em;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.sb-ben-desc {
    font-family: var(--sb-body);
    font-size: 14px;
    color: var(--sb-g-1);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ── TRUST ────────────────────────────────────────────────────────────────── */
.sb-trust-band {
    background: var(--sb-cream);
    padding: 36px 0;
    border-top: 1px solid var(--sb-g-3);
    border-bottom: 1px solid var(--sb-g-3);
}
.sb-trust-row {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.sb-trust-items {
    display: flex; align-items: center; gap: 28px;
    flex-wrap: wrap;
}
.sb-ti {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px;
    color: var(--sb-g-1);
    font-weight: 500;
}
.sb-ti svg { color: var(--sb-red); flex-shrink: 0; }

/* ── HELP ─────────────────────────────────────────────────────────────────── */
.sb-help-section { padding: 48px 0 64px; }
.sb-help-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 32px 36px;
    background: var(--sb-ink);
    color: #fff;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}
.sb-help-row::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(400px 200px at 100% 100%, rgba(222,28,34,.2), transparent 60%);
    pointer-events: none;
}
.sb-help-l { position: relative; z-index: 1; }
.sb-help-eye {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--sb-red);
    margin-bottom: 10px;
}
.sb-help-eye::before { content: ""; width: 18px; height: 1px; background: var(--sb-red); }
.sb-help-title {
    font-family: var(--sb-serif);
    font-size: 24px; font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.005em;
    margin-bottom: 6px;
    color: #fff;
}
.sb-help-sub { font-size: 14px; color: rgba(255,255,255,.6); }
.sb-help-contacts {
    display: flex; flex-direction: column; gap: 10px;
    position: relative; z-index: 1;
}
.sb-help-contact {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 10px 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    transition: all .15s;
}
.sb-help-contact:hover { background: rgba(255,255,255,.1); border-color: var(--sb-red); }
.sb-help-contact svg { color: var(--sb-red); }

.sb-help-regions {
    display: flex; flex-direction: column; gap: 18px;
    position: relative; z-index: 1;
}
.sb-help-region-name {
    font-family: var(--sb-serif);
    font-size: 15px; font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.005em;
}
@media (min-width: 768px) {
    .sb-help-row { grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }
    .sb-help-regions { flex-direction: row; gap: 24px; grid-column: 2 / span 2; }
    .sb-help-region { flex: 1; min-width: 0; }
}
