:root {
    --bg: #070b14;
    --bg-soft: #0d1322;
    --panel: rgba(13, 19, 34, 0.92);
    --panel-soft: rgba(255, 255, 255, 0.05);
    --text: #f5f7ff;
    --muted: #a6b0c9;
    --accent: #ff7b78;
    --accent-dark: #273cff;
    --accent-soft: rgba(132, 76, 255, 0.16);
    --accent-2: #8a18d6;
    --accent-3: #1781ff;
    --accent-4: #111c2d;
    --border: rgba(255, 255, 255, 0.10);
    --danger: #f87171;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html { color-scheme: dark; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { height: auto; }
.page-section { content-visibility: auto; contain-intrinsic-size: 1px 900px; }
.hero { content-visibility: visible; contain-intrinsic-size: auto; }

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top, rgba(255, 123, 120, 0.16), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(23, 129, 255, 0.15), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(138, 24, 214, 0.12), transparent 30%),
        linear-gradient(180deg, #050814 0%, #0a1020 100%);
    color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    background: rgba(4, 7, 15, 0.78);
    border-bottom: 1px solid var(--border);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.brand { display: flex; align-items: center; gap: 0.9rem; }
.brand strong { display: block; font-size: 1.1rem; }
.brand small {
    display: block;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    margin-top: 0.2rem;
}

.brand-badge,
.brand-logo {
    width: 56px;
    height: 56px;
    border-radius: 0;
    object-fit: contain;
}

.brand-logo {
    filter: drop-shadow(0 8px 18px rgba(39, 60, 255, 0.24));
}


.brand-badge {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 48%, var(--accent-dark) 100%);
    color: #04110e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(89, 241, 182, 0.24);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.nav-links a { color: var(--muted); font-weight: 700; }
.nav-links a:hover { color: var(--text); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 48%, var(--accent-dark) 100%);
    color: #07110f !important;
    font-weight: 900;
    border: 0;
    cursor: pointer;
    box-shadow: 0 16px 38px rgba(80, 60, 255, 0.28);
}

.button:hover { filter: brightness(1.03); }

.button-blue {
    background: linear-gradient(135deg, #27a8ff 0%, #1781ff 42%, #3347ff 100%);
    color: #ffffff !important;
    box-shadow: 0 18px 44px rgba(23, 129, 255, 0.34);
}

.button-large {
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
}

.button-light,
.button-ghost {
    background: rgba(255,255,255,0.04);
    color: var(--text) !important;
    border: 1px solid var(--border);
    box-shadow: none;
}

.button-danger {
    background: rgba(248, 113, 113, 0.15);
    color: #ffd8d8 !important;
    border: 1px solid rgba(248, 113, 113, 0.32);
    box-shadow: none;
}

.button-disabled {
    background: rgba(255,255,255,0.05);
    color: #6b7280 !important;
    border: 1px solid rgba(255,255,255,0.08);
    cursor: not-allowed;
    box-shadow: none;
}

.button-wide { width: 100%; }

.hero { padding: 4.5rem 0 2rem; }
.hero-grid,
.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.hero-side {
    display: grid;
    gap: 1.1rem;
}

.hero-side-balanced {
    align-content: start;
}

.hero h1,
.hero-panel h1,
.product-hero h1,
.content-article h1,
.large-card h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.02;
    margin: 0.65rem 0 1rem;
    letter-spacing: -0.04em;
}

.hero-copy,
.lead {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--muted);
}

.hero-actions,
.cta-row,
.product-actions,
.inline-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-actions { margin-top: 1.8rem; }

.eyebrow {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(132, 76, 255, 0.35);
    background: var(--accent-soft);
    color: #e9dcff;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 900;
}

.offer-box,
.card,
.hero-panel,
.content-article,
.price-box {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.offer-box,
.hero-panel,
.content-article,
.price-box,
.card { padding: 1.5rem; }
.hero-panel.compact { padding: 1.5rem 1.75rem; }

.price {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin: 0.75rem 0 1rem;
    letter-spacing: -0.04em;
}

.check-list,
.compact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.check-list li,
.compact-list li {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 0.95rem 1rem;
    line-height: 1.6;
}

.note-box,
.muted,
.flash {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1rem;
}

.flash { margin-top: 1rem; }
.flash-success { border-color: rgba(89, 241, 182, 0.32); }
.flash-error { border-color: rgba(248, 113, 113, 0.32); }

.page-section { padding: 2rem 0 3rem; }
.section-heading { max-width: 760px; margin-bottom: 1.5rem; }
.section-heading h2,
.card h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin: 0.7rem 0;
    letter-spacing: -0.03em;
}

.section-heading p,
.card p,
.helper-text {
    color: var(--muted);
    line-height: 1.75;
}

.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.stat-grid.small { margin-top: 1rem; }

.stat {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 1rem;
}

.stat strong { display: block; font-size: 1.7rem; margin-bottom: 0.3rem; }
.stat span { color: var(--muted); font-size: 0.95rem; }

.product-card h3 { margin: 0.7rem 0 0.6rem; font-size: 1.25rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }

.pill,
.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    border: 1px solid var(--border);
}

.chip {
    background: var(--accent-soft);
    color: #e9dcff;
    border-color: rgba(89, 241, 182, 0.25);
    font-weight: 800;
}

.pill { color: var(--muted); }
.product-actions { margin-top: 1rem; }

.product-hero {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
}

.price-box { align-self: start; }
.search-bar,
.table-wrap { margin-bottom: 1.25rem; }
.search-bar { display: flex; gap: 0.75rem; flex-wrap: wrap; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    color: var(--text);
}

textarea { resize: vertical; }
label span { display: block; margin-bottom: 0.55rem; font-weight: 800; }
.form-stack { display: grid; gap: 1rem; }
.narrow { max-width: 820px; }
.single-column { grid-template-columns: 1fr; }
.large-card { padding: 2rem; }

.empty-state {
    border: 1px dashed var(--border);
    border-radius: 24px;
    padding: 1.5rem;
    color: var(--muted);
}

.preview-row { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }
.preview-image { width: 110px; border-radius: 16px; border: 1px solid var(--border); }
.preview-image.small { width: 48px; height: 48px; }
.product-admin-list { display: grid; gap: 1rem; }
.table-wrap { overflow-x: auto; }

table { width: 100%; border-collapse: collapse; }
th,
td { text-align: left; padding: 0.9rem 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
th { color: var(--muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; }

.site-footer { border-top: 1px solid var(--border); margin-top: 2rem; }
.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 2rem;
    color: var(--muted);
}

@media (max-width: 980px) {
    .hero-grid,
    .split-section,
    .product-hero,
    .admin-grid,
    .grid-2,
    .grid-3,
    .grid-4,
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links { width: 100%; }
}

@media (max-width: 640px) {
    .hero-visual-stage {
        min-height: 290px;
        padding: 0.5rem;
    }

    .membership-card-image {
        width: min(100%, 340px);
        transform: rotate(-7deg) translateY(2px);
    }
}


.hero-visual {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 123, 120, 0.10), transparent 28%),
        radial-gradient(circle at right, rgba(39, 60, 255, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(13, 19, 34, 0.96) 0%, rgba(10, 16, 32, 0.96) 100%);
    text-align: center;
}

.hero-visual::after {
    content: '';
    position: absolute;
    inset: auto -40px -55px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 123, 120, 0.18), transparent 70%);
    pointer-events: none;
}

.hero-visual-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    margin-bottom: 1rem;
    border-radius: 26px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 202, 108, 0.16), transparent 22%),
        radial-gradient(circle at 80% 18%, rgba(39, 60, 255, 0.18), transparent 26%),
        radial-gradient(circle at 50% 82%, rgba(138, 24, 214, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(14, 20, 36, 0.98) 0%, rgba(7, 11, 20, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -40px 80px rgba(0, 0, 0, 0.22);
}

.hero-visual-stage::before,
.hero-visual-stage::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-visual-stage::before {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -40px;
    background: radial-gradient(circle, rgba(255, 123, 120, 0.28), transparent 68%);
}

.hero-visual-stage::after {
    width: 320px;
    height: 320px;
    bottom: -120px;
    left: -60px;
    background: radial-gradient(circle, rgba(39, 129, 255, 0.24), transparent 70%);
}

.membership-card-image {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    margin: 0 auto;
    transform: rotate(-8deg) translateY(8px);
    filter:
        drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34))
        drop-shadow(0 34px 60px rgba(0, 0, 0, 0.28))
        drop-shadow(0 0 34px rgba(255, 195, 78, 0.18));
}

.hero-visual-copy {
    position: relative;
    z-index: 1;
    max-width: 32rem;
    margin: 0 auto;
}

.hero-visual h3 {
    margin: 0.8rem 0 0.35rem;
    font-size: 1.35rem;
}

.hero-visual p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}


.hero-visual-stage-membercard {
    min-height: 410px;
    padding: 1.1rem;
}

.membership-card-shell {
    position: relative;
    width: min(100%, 520px);
    min-height: 320px;
    margin: 0 auto;
    padding-top: 4.15rem;
    border-radius: 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 205, 122, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(16, 22, 38, 0.86) 0%, rgba(7, 11, 20, 0.92) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 24px 52px rgba(0,0,0,0.34);
}

.card-nameplate {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 222, 152, 0.26);
    background: linear-gradient(180deg, rgba(244, 228, 182, 0.92), rgba(225, 200, 138, 0.88));
    color: #5d3b15;
    box-shadow: 0 10px 26px rgba(0,0,0,0.24);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.1rem, 2.4vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.membership-card-image-flat {
    width: min(100%, 620px);
    max-width: none;
    transform: rotate(-8deg) scale(1.16) translate(-10px, 34px);
    transform-origin: center center;
    filter:
        drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34))
        drop-shadow(0 34px 60px rgba(0, 0, 0, 0.28))
        drop-shadow(0 0 34px rgba(255, 195, 78, 0.18));
}

@media (max-width: 640px) {
    .hero-visual-stage-membercard {
        min-height: 340px;
        padding: 0.75rem;
    }

    .membership-card-shell {
        min-height: 280px;
        padding-top: 3.6rem;
    }

    .membership-card-image-flat {
        width: min(100%, 520px);
        transform: rotate(-7deg) scale(1.12) translate(-8px, 24px);
    }

    .card-nameplate {
        top: 14px;
        padding: 0.65rem 1rem;
        font-size: 1rem;
    }
}


.hero-card-floating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 0;
    padding: 0.25rem 0 0.5rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.hero-card-floating::before,
.hero-card-floating::after {
    content: '';
    position: absolute;
    inset: auto;
    border-radius: 50%;
    pointer-events: none;
}

.hero-card-floating::before {
    width: min(82%, 440px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 203, 111, 0.26) 0%, rgba(255, 203, 111, 0.08) 36%, transparent 70%);
    filter: blur(18px);
    z-index: 0;
}

.hero-card-floating::after {
    width: min(60%, 320px);
    aspect-ratio: 1;
    right: 6%;
    bottom: 4%;
    background: radial-gradient(circle, rgba(39, 60, 255, 0.18) 0%, transparent 70%);
    filter: blur(22px);
    z-index: 0;
}

.membership-card-image-clean {
    position: relative;
    z-index: 1;
    width: min(100%, 620px);
    max-width: none;
    transform: rotate(-8deg) translate(4px, 0);
    transform-origin: center center;
    filter:
        drop-shadow(0 12px 18px rgba(0, 0, 0, 0.24))
        drop-shadow(0 28px 54px rgba(0, 0, 0, 0.22))
        drop-shadow(0 0 28px rgba(255, 210, 120, 0.12));
}

@media (min-width: 981px) {
    .hero-side-balanced {
        padding-top: 0.5rem;
    }

    .hero-card-floating {
        justify-content: flex-start;
        padding-left: 0.25rem;
    }

    .membership-card-image-clean {
        width: min(108%, 670px);
        transform: rotate(-8deg) translate(-18px, -4px);
    }
}

@media (max-width: 980px) {
    .hero-side-balanced {
        gap: 1.25rem;
    }

    .hero-card-floating {
        order: -1;
        padding-top: 0.35rem;
    }

    .membership-card-image-clean {
        width: min(100%, 580px);
        transform: rotate(-7deg) translate(0, 0);
    }
}

@media (max-width: 640px) {
    .hero-card-floating::before {
        width: 250px;
    }

    .hero-card-floating::after {
        width: 180px;
        right: 0;
        bottom: 10%;
    }

    .membership-card-image-clean {
        width: min(100%, 430px);
        transform: rotate(-6deg) translate(0, 0);
    }
}


.offer-copy {
    margin: 0 0 1rem;
    color: rgba(245, 247, 255, 0.82);
    line-height: 1.7;
}


.featured-teaser {
    padding: 1.2rem 1.2rem 1.1rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(8, 15, 32, 0.82) 0%, rgba(10, 18, 36, 0.74) 100%),
        radial-gradient(circle at top left, rgba(39, 129, 255, 0.16), transparent 34%);
    border: 1px solid rgba(82, 132, 255, 0.20);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.featured-teaser-top,
.featured-teaser-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.featured-teaser-body {
    padding: 0.75rem 0 0.2rem;
}

.featured-teaser h3 {
    margin: 0.8rem 0 0.55rem;
    font-size: clamp(1.08rem, 2vw, 1.45rem);
    line-height: 1.14;
}

.featured-teaser p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.eyebrow-blue {
    background: rgba(23, 129, 255, 0.16);
    border-color: rgba(39, 129, 255, 0.34);
    color: #d8e9ff;
}

.featured-hero-hint {
    color: rgba(168, 176, 201, 0.82);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
}

.featured-teaser-empty p {
    max-width: 32ch;
}

.hero-cta-band {
    margin-top: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.2rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(17, 94, 255, 0.20) 0%, rgba(128, 56, 255, 0.18) 55%, rgba(8, 15, 32, 0.40) 100%);
    border: 1px solid rgba(72, 127, 255, 0.22);
    box-shadow: 0 18px 42px rgba(5, 10, 25, 0.20);
}

.hero-cta-copy h2 {
    margin: 0.4rem 0 0.45rem;
    font-size: clamp(1.08rem, 1.8vw, 1.45rem);
    line-height: 1.15;
}

.hero-cta-copy p {
    margin: 0;
    color: var(--muted);
}

.hero-cta-band-button {
    flex-shrink: 0;
    box-shadow: 0 10px 28px rgba(20, 101, 255, 0.34);
}

.page-section-tight { padding: 1.25rem 0 2rem; }

.creator-grid { align-items: start; }
.checkbox-set {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 1rem;
    background: rgba(255,255,255,0.03);
}
.checkbox-set legend {
    padding: 0 0.4rem;
    font-weight: 800;
    color: var(--text);
}
.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.9rem;
}
.checkbox-row { display: flex; align-items: center; gap: 0.8rem; }
.checkbox-row.compact {
    padding: 0.55rem 0.7rem;
    border-radius: 14px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.05);
}
.checkbox-row input { width: auto; }
.checkbox-row span { margin: 0; font-weight: 700; }
.note-box-warning {
    background: rgba(255, 181, 74, 0.12);
    border: 1px solid rgba(255, 181, 74, 0.26);
    color: #ffe7b3;
}
code {
    padding: 0.2rem 0.45rem;
    border-radius: 0.45rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.hero-grid-overlap {
    align-items: start;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: clamp(1.25rem, 3vw, 2rem);
}

.hero-copy-col {
    position: relative;
    z-index: 2;
    padding-top: 1rem;
}

.hero-side-overlap {
    position: relative;
    min-height: 520px;
    padding-top: 0.4rem;
}

.hero-side-foreground {
    position: absolute;
    inset: 120px 0 0 0;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.98fr);
    align-items: end;
    gap: 1rem;
}

.hero-card-overlap {
    position: absolute;
    top: -8px;
    right: -20px;
    z-index: 1;
    margin: 0;
    pointer-events: none;
}

.hero-card-overlap::before,
.hero-card-overlap::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-card-overlap::before {
    width: 360px;
    height: 360px;
    right: 20px;
    top: 52px;
    background: radial-gradient(circle, rgba(255, 205, 110, 0.18), rgba(255, 205, 110, 0.04) 54%, transparent 74%);
    filter: blur(30px);
}

.hero-card-overlap::after {
    width: 280px;
    height: 280px;
    right: 130px;
    bottom: 32px;
    background: radial-gradient(circle, rgba(39, 60, 255, 0.13), transparent 72%);
    filter: blur(30px);
}

.png-card {
    width: min(100%, 460px);
    transform: rotate(-11deg) translate(0, 0);
    filter:
        drop-shadow(0 14px 18px rgba(0, 0, 0, 0.12))
        drop-shadow(0 26px 52px rgba(0, 0, 0, 0.20))
        drop-shadow(0 0 24px rgba(255, 208, 120, 0.11));
    opacity: 0.94;
}

.offer-box-overlap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    background: rgba(10, 15, 30, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1180px) {
    .hero-grid-overlap {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.94fr);
    }
    .hero-side-overlap {
        min-height: 500px;
    }
    .hero-side-foreground {
        inset: 150px 0 0 0;
        grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
    }
    .hero-card-overlap {
        right: -16px;
    }
    .png-card {
        width: min(100%, 430px);
    }
}

@media (max-width: 980px) {
    .hero-grid-overlap {
        grid-template-columns: 1fr;
    }
    .hero-copy-col {
        padding-top: 0;
    }
    .hero-cta-band {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-side-overlap {
        min-height: 0;
        padding-top: 0.5rem;
        display: grid;
        justify-items: center;
        gap: 0;
    }
    .hero-card-overlap {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin-bottom: -72px;
    }
    .hero-card-overlap::before {
        width: 300px;
        height: 300px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 28px;
    }
    .hero-card-overlap::after {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    .hero-side-foreground {
        position: relative;
        inset: auto;
        width: 100%;
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 1rem;
    }
    .offer-box-overlap {
        width: min(100%, 560px);
    }
    .featured-teaser {
        width: min(100%, 560px);
    }
    .png-card {
        width: min(100%, 420px);
        transform: rotate(-8deg);
    }
    .featured-teaser-top,
    .featured-teaser-actions {
        align-items: flex-start;
    }
}

/* v16 hero rebuild */
.hero-clean {
    padding: 4.5rem 0 1.25rem;
}

.hero-clean-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: center;
}

.hero-copy-col-clean {
    position: relative;
    z-index: 2;
    padding-top: 0.5rem;
}

.hero-benefit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1rem 0 0;
}

.pill-hero {
    background: rgba(255, 255, 255, 0.05);
    color: #dfe6fb;
    border-color: rgba(255, 255, 255, 0.10);
}

.hero-offer-stage {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-card-behind {
    position: absolute;
    left: 10px;
    top: 36px;
    z-index: 1;
    margin: 0;
    pointer-events: none;
}

.hero-card-behind::before,
.hero-card-behind::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-card-behind::before {
    width: 360px;
    height: 360px;
    left: 40px;
    top: 52px;
    background: radial-gradient(circle, rgba(255, 204, 120, 0.18), rgba(255, 204, 120, 0.04) 60%, transparent 75%);
    filter: blur(26px);
}

.hero-card-behind::after {
    width: 320px;
    height: 320px;
    right: 10px;
    bottom: 20px;
    background: radial-gradient(circle, rgba(59, 92, 255, 0.18), transparent 72%);
    filter: blur(28px);
}

.hero-card-behind .png-card {
    width: min(100%, 470px);
    transform: rotate(-11deg);
    opacity: 0.92;
    filter:
        drop-shadow(0 16px 22px rgba(0, 0, 0, 0.14))
        drop-shadow(0 32px 62px rgba(0, 0, 0, 0.22))
        drop-shadow(0 0 22px rgba(255, 208, 120, 0.08));
}

.offer-box-frost {
    position: relative;
    z-index: 2;
    width: min(100%, 430px);
    margin-left: auto;
    background: rgba(10, 16, 31, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.20);
}

.featured-strip-section {
    padding-top: 0.5rem;
}

.featured-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(23, 129, 255, 0.10) 0%, rgba(138, 24, 214, 0.10) 52%, rgba(8, 15, 32, 0.75) 100%),
        rgba(9, 14, 28, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: var(--shadow);
}

.featured-spotlight-top,
.featured-teaser-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.featured-spotlight-copy h2 {
    margin: 0.9rem 0 0.7rem;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.featured-spotlight-copy p,
.featured-spotlight-side p {
    color: var(--muted);
    line-height: 1.75;
}

.featured-spotlight-side {
    display: grid;
    align-content: center;
    gap: 0.75rem;
    padding: 1.15rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-spotlight-side h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.15;
}

@media (max-width: 1100px) {
    .hero-clean-grid {
        grid-template-columns: 1fr;
    }

    .hero-offer-stage {
        min-height: 0;
        padding-top: 1.5rem;
        justify-content: center;
    }

    .hero-card-behind {
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
    }

    .offer-box-frost {
        margin: 180px auto 0;
        width: min(100%, 560px);
    }

    .featured-spotlight {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero-clean {
        padding-top: 3.5rem;
    }

    .hero-card-behind {
        top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-card-behind .png-card {
        width: min(100%, 360px);
        transform: rotate(-8deg);
    }

    .offer-box-frost {
        margin-top: 145px;
    }

    .featured-spotlight {
        padding: 1.25rem;
    }

    .featured-spotlight-copy h2 {
        font-size: 1.8rem;
    }
}


/* v17 cleanup */
.featured-hero-hint { display: none; }
.featured-spotlight-side .button { align-self: start; }
.note-box code { word-break: break-all; }

/* v18 creator factory */
.plan-grid .card {
    min-height: 100%;
}

.pill-link {
    text-decoration: none;
    color: inherit;
}

.section-actions {
    margin: 0.75rem 0 1.25rem;
    flex-wrap: wrap;
}

button[disabled],
.button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

stripe-buy-button {
    display: block;
    width: 100%;
    margin-top: 0.9rem;
}


.product-card .retail-mockup { margin-bottom: 1rem; }
.product-hero-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 1.5rem; align-items: center; }
.product-hero-media { display: flex; justify-content: center; }
.retail-mockup {
    position: relative;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 1rem 0.5rem 1.25rem;
}
.retail-mockup.compact { width: min(100%, 250px); padding-top: 0.25rem; }
.retail-mockup-glow {
    position: absolute;
    inset: 10% 8% auto 8%;
    height: 72%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(92, 124, 255, 0.22), rgba(255, 204, 120, 0.08) 42%, transparent 74%);
    filter: blur(26px);
    pointer-events: none;
}
.retail-mockup-pack {
    position: relative;
    z-index: 1;
    transform: perspective(1200px) rotateY(-18deg) rotateZ(-5deg);
    transform-style: preserve-3d;
}
.retail-mockup-spine {
    position: absolute;
    left: -18px;
    top: 18px;
    bottom: 16px;
    width: 26px;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, rgba(20, 43, 84, 0.95), rgba(53, 102, 190, 0.95));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    transform: rotateY(70deg) translateZ(12px);
}
.retail-mockup-face {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 22px 58px rgba(0,0,0,0.34), inset 0 0 0 1px rgba(255,255,255,0.04);
    padding: 14px;
}
.retail-mockup.compact .retail-mockup-face { padding: 10px; border-radius: 22px; }
.retail-mockup-face img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    background: rgba(4, 9, 18, 0.75);
    border: 1px solid rgba(255,255,255,0.08);
}
.retail-mockup-meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem 0.8rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(7, 20, 42, 0.2), rgba(7, 20, 42, 0.88));
    backdrop-filter: blur(8px);
}
.retail-mockup-meta span { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em; color: #c7d8ff; }
.retail-mockup-meta strong { font-size: 1rem; line-height: 1.15; color: #fff; }
.retail-mockup.compact .retail-mockup-meta { left: 12px; right: 12px; bottom: 12px; padding: 0.55rem 0.65rem; }
.retail-mockup.compact .retail-mockup-meta strong { font-size: 0.88rem; }
.retail-mockup.compact .retail-mockup-meta span { font-size: 0.62rem; }

@media (max-width: 980px) {
    .product-hero-content { grid-template-columns: 1fr; }
    .product-hero-media { order: -1; }
}

@media (max-width: 820px) {
  .checkbox-grid { grid-template-columns: 1fr; }
}

.pill-checkbox { display:inline-flex; align-items:center; gap:0.45rem; padding:0.55rem 0.75rem; border-radius:999px; border:1px solid var(--border); background:rgba(255,255,255,0.04); color:var(--text); }
.pill-checkbox input { margin:0; }
select { width:100%; padding:0.95rem 1rem; border-radius:16px; border:1px solid var(--border); background:rgba(255,255,255,0.04); color:var(--text); }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size:0.9em; }


.cta-row-wrap { flex-wrap: wrap; }
.article-visual { margin: 1.25rem 0 1.5rem; }
.article-meta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.article-section { margin-top: 1rem; }

/* v29 modern product + preview refresh */
.pill-accent {
    color: #fff1c9;
    background: linear-gradient(135deg, rgba(255, 185, 85, 0.22), rgba(255, 132, 92, 0.18));
    border-color: rgba(255, 190, 92, 0.34);
}

.featured-spotlight-media-shell {
    align-content: start;
}

.featured-preview-frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(12, 20, 38, 0.9), rgba(17, 25, 45, 0.72));
    border: 1px solid rgba(255,255,255,0.08);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-preview-frame img {
    width: 100%;
    max-width: 430px;
    max-height: 420px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.product-page-shell,
.article-page-shell {
    display: grid;
    gap: 1.5rem;
}

.product-hero-wide,
.product-story-grid {
    display: grid;
    gap: 1.25rem;
}

.product-surface {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        var(--panel);
}

.product-hero-wide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.5rem;
    align-items: start;
}

.product-copy-flow,
.product-hero-visual-panel {
    display: grid;
    gap: 1rem;
}

.product-intro-note {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.product-points-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.product-point-card {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    min-height: 100%;
}

.product-point-card strong {
    display: block;
    line-height: 1.55;
}

.product-video-block {
    display: grid;
    gap: 0.85rem;
    padding: 1.1rem;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(39, 129, 255, 0.16), rgba(138, 24, 214, 0.14));
    border: 1px solid rgba(83, 134, 255, 0.26);
}

.product-video-head h2 {
    margin: 0.5rem 0 0;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.video-embed-shell,
.product-video-block video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #020611;
}

.video-embed-shell iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.light-note-box {
    background: rgba(255,255,255,0.06);
}

.story-card,
.article-section-light,
.article-meta-grid-light {
    background: rgba(255,255,255,0.96);
    color: #10203a;
    border-color: rgba(18, 42, 84, 0.08);
    box-shadow: 0 18px 48px rgba(5, 12, 28, 0.12);
}

.story-card p,
.article-section-light p,
.article-meta-grid-light {
    color: #40506e;
}

.product-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bottom-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.5rem 1.65rem;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        linear-gradient(135deg, rgba(23, 129, 255, 0.24), rgba(138, 24, 214, 0.16));
}

.bottom-cta-copy h2 {
    margin: 0.55rem 0 0.75rem;
    font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    line-height: 1.05;
}

.bottom-cta-copy p {
    margin: 0;
    color: var(--muted);
}

.bottom-cta-actions {
    display: grid;
    gap: 0.85rem;
}

.price-stack {
    display: grid;
    gap: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(7, 14, 28, 0.42);
    border: 1px solid rgba(255,255,255,0.08);
}

.price-stack span {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 800;
}

.price-stack strong {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.content-article-light {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.article-top-layout {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin: 1.2rem 0;
}

.article-visual-large .retail-mockup {
    width: min(100%, 280px);
}

.article-benefit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.article-benefit-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: #16305d;
    border: 1px solid rgba(20,57,123,0.08);
    box-shadow: 0 12px 26px rgba(5,12,28,0.06);
    font-weight: 700;
}

.article-cta-row {
    margin-top: 1.25rem;
}

@media (max-width: 980px) {
    .product-hero-wide-grid,
    .bottom-cta-card,
    .article-top-layout,
    .product-story-grid {
        grid-template-columns: 1fr;
    }

    .product-points-grid {
        grid-template-columns: 1fr;
    }
}
