*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --e9: #1E1209;
    --e8: #3D2B1F;
    --e7: #6B4C35;
    --e6: #96714E;
    --e5: #A67C52;
    --e4: #C4A882;
    --e3: #D9C4A9;
    --e2: #EDE3D5;
    --e1: #F5F0E8;
    --e0: #FAF8F4;
    --coral: #E85D54;
    --coral-l: #FF9E94;
    --coral-d: #C43E36;
    --sage: #6B8B72;
    --sage-d: #4A6453;
    --sage-l: #B5CCBA;
    --display: 'Crimson Pro', Georgia, serif;
    --body: 'DM Sans', -apple-system, sans-serif;
    --mono: 'JetBrains Mono', monospace;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 16px;
    --r-xl: 20px;
}

body {
    font-family: var(--body);
    background: var(--e0);
    color: var(--e9);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: .35
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

section {
    position: relative;
    z-index: 1
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

/* ── Reveals ── */
.rv {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s var(--ease), transform .7s var(--ease)
}

.rv.fl {
    transform: translateX(-50px) translateY(0)
}

.rv.fr {
    transform: translateX(50px) translateY(0)
}

.rv.v {
    opacity: 1;
    transform: translate(0) scale(1)
}

.stg .rv:nth-child(1) {
    transition-delay: 0s
}

.stg .rv:nth-child(2) {
    transition-delay: .07s
}

.stg .rv:nth-child(3) {
    transition-delay: .14s
}

.stg .rv:nth-child(4) {
    transition-delay: .21s
}

.stg .rv:nth-child(5) {
    transition-delay: .28s
}

.stg .rv:nth-child(6) {
    transition-delay: .35s
}

/* ── Header ── */
.header {
    background: rgba(250, 248, 245, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--color-stone);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(44, 24, 16, 0.04);
}

.header.scrolled {
    padding: 10px 0;
    background: rgba(250, 248, 244, .95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom-color: var(--e2);
    box-shadow: 0 4px 24px rgba(30, 18, 9, .05)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    font-family: var(--display);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.8px
}

.logo-a {
    color: var(--coral)
}

.nav {
    display: flex;
    gap: 24px;
    align-items: center
}

.nav-center {
    display: flex;
    gap: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--e6);
    transition: color .2s
}

.nav-link:hover {
    color: var(--e9)
}

.nav-right {
    display: flex;
    gap: 16px;
    align-items: center
}

.nav-cta {
    background: var(--e9);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: var(--r-sm);
    transition: all .25s var(--ease)
}

.nav-cta:hover {
    background: var(--e8);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 18, 9, .15)
}

.nav-close {
    display: none
}

.mob-links {
    display: none
}

/* ── Buttons ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body);
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: var(--r-sm);
    transition: all .3s var(--ease);
    letter-spacing: -.2px
}

.btn-p {
    background: var(--e9);
    color: #fff;
    padding: 14px 28px;
    font-size: 15px;
    position: relative;
    overflow: hidden
}

.btn-p:hover {
    background: var(--e8);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 18, 9, .2)
}

.btn-s {
    background: #fff;
    color: var(--e9);
    padding: 13px 24px;
    font-size: 14px;
    border: 1.5px solid var(--e2)
}

.btn-s:hover {
    border-color: var(--e5)
}

.btn svg {
    width: 16px;
    height: 16px
}

/* ── Section Headers ── */
.sh {
    text-align: center;
    /* max-width: 620px; */
    margin: 0 auto 56px
}

.sh-label {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px
}

.sh-title {
    font-family: var(--display);
    font-size: 46px;
    font-weight: 700;
    color: var(--e9);
    letter-spacing: -1.8px;
    line-height: 1.08;
    margin-bottom: 14px
}

.sh-sub {
    font-size: 17px;
    color: var(--e6);
    line-height: 1.65;
    letter-spacing: -.2px
}

/* ═══════════════════════════════
           1. HERO
        ═══════════════════════════════ */
.hero {
    padding: 64px 0 40px;
    overflow: visible
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--e7);
    margin-bottom: 20px;
    border: 1px solid var(--e2)
}

.hero-dot {
    width: 7px;
    height: 7px;
    background: var(--coral);
    border-radius: 50%;
    animation: pulse 2.5s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .5;
        transform: scale(.8)
    }
}

.hero h1 {
    font-family: var(--display);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 18px;
    letter-spacing: -2.2px
}

.hero-accent {
    color: var(--coral);
    position: relative
}

.hero-sub {
    font-size: 17px;
    color: var(--e7);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 480px;
    letter-spacing: -.2px
}

.hero-btns {
    display: flex;
    gap: 12px;
    margin-bottom: 24px
}

.hero-trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.trust-i {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--e7)
}

.trust-i svg {
    width: 14px;
    height: 14px;
    color: var(--sage)
}

/* Product Mockup — removed, wizard is now here */

/* ═══════════════════════════════
           2. TRUST BAR — At a Glance
        ═══════════════════════════════ */
.trust-bar {
    padding: 48px 0 40px;
    border-bottom: 1px solid var(--e2)
}

.trust-bar-inner {
    text-align: center
}

.trust-bar-label {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 20px
}

.trust-metrics {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap
}

.trust-metric {
    text-align: center
}

.trust-metric-num {
    font-family: var(--display);
    font-size: 36px;
    font-weight: 700;
    color: var(--e9);
    letter-spacing: -1.5px;
    line-height: 1
}

.trust-metric-desc {
    font-size: 13px;
    color: var(--e6);
    margin-top: 4px
}

/* ═══════════════════════════════
           3. HOW IT WORKS — Domino Effect
        ═══════════════════════════════ */
.how {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

.steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 56px;
    position: relative;
    padding: 0 20px
}

.steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--coral), var(--sage));
    opacity: .15;
    transform: translateY(-50%);
    z-index: 0
}

.step {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-lg);
    padding: 32px 26px;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    transform-origin: bottom left;
    box-shadow: 0 8px 24px rgba(30, 18, 9, .04);
    transition: all .75s var(--ease)
}

.step:nth-child(1) {
    transform: rotate(-1deg) translateY(0)
}

.step:nth-child(2) {
    transform: rotate(0.5deg) translateY(12px);
    margin-left: -12px
}

.step:nth-child(3) {
    transform: rotate(-0.5deg) translateY(24px);
    margin-left: -12px
}

.step:nth-child(4) {
    transform: rotate(0.8deg) translateY(36px);
    margin-left: -12px
}

.step:hover {
    transform: rotate(0) translateY(-4px) !important;
    box-shadow: 0 16px 40px rgba(30, 18, 9, .1);
    z-index: 2;
    border-color: var(--e4)
}

.step.domino {
    opacity: 0;
    transform: rotate(-14deg) translateY(-40px) scale(0.9);
    transform-origin: bottom center
}

.step.domino.fallen:nth-child(1) {
    opacity: 1;
    transform: rotate(-1deg) translateY(0) scale(1)
}

.step.domino.fallen:nth-child(2) {
    opacity: 1;
    transform: rotate(0.5deg) translateY(12px) scale(1)
}

.step.domino.fallen:nth-child(3) {
    opacity: 1;
    transform: rotate(-0.5deg) translateY(24px) scale(1)
}

.step.domino.fallen:nth-child(4) {
    opacity: 1;
    transform: rotate(0.8deg) translateY(36px) scale(1)
}

.step.domino:nth-child(1) {
    transition-delay: 0s
}

.step.domino:nth-child(2) {
    transition-delay: .2s
}

.step.domino:nth-child(3) {
    transition-delay: .4s
}

.step.domino:nth-child(4) {
    transition-delay: .6s
}

.step-num {
    font-family: var(--display);
    font-size: 38px;
    font-weight: 800;
    color: var(--e2);
    margin-bottom: 14px;
    line-height: 1;
    position: relative;
    display: inline-block
}

.step-num::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--coral);
    opacity: .5
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 8px;
    letter-spacing: -.2px
}

.step-desc {
    font-size: 13px;
    color: var(--e6);
    line-height: 1.65
}

.step-time {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--e1);
    padding: 3px 10px;
    border-radius: 4px
}

.step-arrow {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 24px;
    height: 24px;
    background: var(--e0);
    border: 1.5px solid var(--e2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.step-arrow svg {
    width: 12px;
    height: 12px;
    color: var(--e5)
}

.step::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--coral);
    border-radius: 2px;
    opacity: 0;
    transition: opacity .5s var(--ease)
}

.step.domino.fallen::after {
    opacity: .12
}

.section-link {
    text-align: center;
    margin-top: 40px
}

.section-link a {
    font-size: 14px;
    font-weight: 600;
    color: var(--coral);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s
}

.section-link a:hover {
    gap: 10px
}

.section-link svg {
    width: 16px;
    height: 16px
}

/* ═══════════════════════════════
           4. WIZARD (now in hero)
        ═══════════════════════════════ */

/* Wizard Card */
.wizard {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(20px);
    border: 1.5px solid rgba(30, 18, 9, .08);
    border-radius: var(--r-xl);
    padding: 32px;
    box-shadow: 0 24px 60px rgba(30, 18, 9, .08), 0 8px 20px rgba(30, 18, 9, .04);
    transition: border-color .4s var(--ease), box-shadow .4s var(--ease)
}

.wizard.glow {
    border-color: var(--coral);
    box-shadow: 0 0 0 4px rgba(232, 93, 84, .2), 0 0 24px rgba(232, 93, 84, .15), 0 24px 60px rgba(30, 18, 9, .08)
}

.wizard.glow-fade {
    border-color: rgba(30, 18, 9, .08);
    box-shadow: 0 24px 60px rgba(30, 18, 9, .08), 0 8px 20px rgba(30, 18, 9, .04)
}

.wiz-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px
}

.wiz-dot {
    width: 30px;
    height: 30px;
    background: var(--e1);
    border: 1.5px solid var(--e2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--e4);
    transition: all .3s var(--ease)
}

.wiz-dot.active {
    background: var(--e9);
    border-color: var(--e9);
    color: #fff;
    box-shadow: 0 2px 8px rgba(30, 18, 9, .2)
}

.wiz-dot.done {
    background: var(--sage-d);
    border-color: var(--sage-d);
    color: #fff
}

.wiz-line {
    width: 28px;
    height: 1.5px;
    background: var(--e2)
}

.wiz-line.done {
    background: var(--sage)
}

.wiz-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 4px;
    letter-spacing: -.3px
}

.wiz-sub {
    text-align: center;
    font-size: 13px;
    color: var(--e6);
    margin-bottom: 22px
}

.wiz-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.wiz-method {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
    transition: all .25s var(--ease);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--body)
}

.wiz-method:hover:not(.locked) {
    border-color: var(--e5);
    box-shadow: 0 4px 16px rgba(30, 18, 9, .06);
    transform: translateY(-2px)
}

.wiz-method.locked {
    opacity: .5;
    cursor: not-allowed
}

.wiz-method-icon {
    width: 36px;
    height: 36px;
    background: var(--e1);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px
}

.wiz-method-text {
    flex: 1
}

.wiz-method-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--e9)
}

.wiz-method-desc {
    font-size: 12px;
    color: var(--e6)
}

.wiz-badge {
    padding: 2px 7px;
    border-radius: 4px;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 500;
    flex-shrink: 0
}

.wiz-badge.free {
    background: rgba(107, 139, 114, .1);
    color: var(--sage-d)
}

.wiz-badge.paid {
    background: var(--e1);
    color: var(--e6)
}

.wiz-hint {
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4)
}

.wiz-demo-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--body);
    font-size: 13px;
    font-weight: 600;
    color: var(--coral);
    margin-bottom: 18px;
    padding: 8px 16px;
    background: rgba(232, 93, 84, .06);
    border: 1.5px solid rgba(232, 93, 84, .15);
    border-radius: var(--r-sm)
}

.wiz-demo-pulse {
    width: 8px;
    height: 8px;
    background: var(--coral);
    border-radius: 50%;
    animation: demoPulse 2s ease-in-out infinite
}

@keyframes demoPulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(232, 93, 84, .3)
    }

    50% {
        opacity: .8;
        box-shadow: 0 0 0 6px rgba(232, 93, 84, 0)
    }
}

.wiz-step {
    display: none
}

.wiz-step.active {
    display: block
}

.wiz-textarea {
    width: 100%;
    padding: 14px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    font-size: 14px;
    font-family: var(--body);
    line-height: 1.6;
    resize: vertical;
    min-height: 140px;
    background: #fff;
    transition: border-color .2s
}

.wiz-textarea:focus {
    outline: none;
    border-color: var(--e9);
    box-shadow: 0 0 0 3px rgba(30, 18, 9, .05)
}

.wiz-input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-family: var(--body);
    background: #fff;
    transition: border-color .2s
}

.wiz-input:focus {
    outline: none;
    border-color: var(--e9);
    box-shadow: 0 0 0 3px rgba(30, 18, 9, .05)
}

.wiz-select {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-family: var(--body);
    background: #fff;
    transition: border-color .2s
}

.wiz-select:focus {
    outline: none;
    border-color: var(--e9)
}

.wiz-counter {
    text-align: right;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    margin-top: 4px
}

.wiz-field {
    margin-bottom: 14px
}

.wiz-field-label {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    color: var(--e7);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px
}

.wiz-field-hint {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e4);
    margin-top: 3px
}

.wiz-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.wiz-actions {
    display: flex;
    gap: 8px;
    margin: 16px 0 12px
}

.wiz-actions>* {
    flex: 1
}

.btn-back {
    background: #fff;
    color: var(--e7);
    padding: 11px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: var(--body);
    transition: all .2s
}

.btn-back:hover {
    border-color: var(--e6)
}

.wiz-preview-box {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    padding: 20px;
    margin-bottom: 16px
}

.wiz-preview-box h4 {
    font-family: var(--display);
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--e9)
}

.wiz-preview-box p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--e7)
}

.wiz-signup-prompt {
    background: rgba(107, 139, 114, .06);
    border: 1px solid rgba(107, 139, 114, .12);
    border-radius: var(--r-md);
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
    align-items: start
}

.wiz-signup-icon {
    width: 32px;
    height: 32px;
    background: var(--sage-d);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    font-size: 14px
}

.wiz-signup-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 2px
}

.wiz-signup-text p {
    font-size: 12px;
    color: var(--e7);
    line-height: 1.5
}

/* Wizard: Angle selection cards */
.wiz-angles {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.wiz-angle {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    font-family: var(--body);
    font-size: 13px;
    color: var(--e7);
    line-height: 1.5;
    transition: all .2s var(--ease)
}

.wiz-angle:hover {
    border-color: var(--e5);
    background: var(--e1)
}

.wiz-angle.selected {
    border-color: var(--e9);
    background: rgba(30, 18, 9, .03);
    color: var(--e9);
    font-weight: 500
}

/* Wizard: Loading spinner */
.wiz-loading {
    text-align: center;
    padding: 32px 0
}

.wiz-spinner {
    width: 28px;
    height: 28px;
    border: 2.5px solid var(--e2);
    border-top-color: var(--e9);
    border-radius: 50%;
    animation: spin .7s linear infinite;
    margin: 0 auto 12px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.wiz-loading-text {
    font-size: 13px;
    color: var(--e6)
}


/* Trust Statement (§27) */
.trust-stmt {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    color: var(--e6);
    margin-top: 12px;
    line-height: 1.5
}

.trust-stmt-icon {
    flex-shrink: 0;
    margin-top: 1px
}

.trust-stmt-more {
    background: none;
    border: none;
    color: var(--e7);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: var(--body)
}

.trust-stmt-more:hover {
    color: var(--e9)
}

.trust-stmt-detail {
    display: none;
    font-size: 12px;
    color: var(--e6);
    line-height: 1.6;
    margin-top: 8px;
    padding-left: 22px;
    max-width: 420px
}

.trust-stmt-detail.visible {
    display: block
}

.trust-stmt-detail p {
    margin-bottom: 4px
}

/* Wizard: Voice parameters line */
.wiz-voice-params {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e5);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--e2)
}

/* ═══════════════════════════════
           5. FEATURES — Stacked, fade-up on scroll
        ═══════════════════════════════ */
.features {
    padding: 100px 0;
    background: #fff
}

.feat {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s var(--ease), transform .7s var(--ease)
}

.feat:last-child {
    margin-bottom: 0
}

.feat.v {
    opacity: 1;
    transform: translateY(0)
}

.feat.reverse {
    direction: rtl
}

.feat.reverse>* {
    direction: ltr
}

.feat-label {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px
}

.feat-title {
    font-family: var(--display);
    font-size: 34px;
    font-weight: 700;
    color: var(--e9);
    letter-spacing: -1.2px;
    line-height: 1.12;
    margin-bottom: 14px
}

.feat-desc {
    font-size: 15px;
    color: var(--e6);
    line-height: 1.7;
    margin-bottom: 20px;
    letter-spacing: -.1px
}

.feat-bullets {
    list-style: none;
    margin-bottom: 20px
}

.feat-bullets li {
    font-size: 14px;
    color: var(--e7);
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    line-height: 1.5
}

.feat-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B8B72' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain
}

.feat-visual-wrap {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-xl);
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(30, 18, 9, .06)
}

/* Editing Panel UI */
.edit-panel {
    padding: 20px
}

.ep-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.ep-ch-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--e9)
}

.ep-badge {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--coral);
    background: rgba(232, 93, 84, .08);
    padding: 3px 10px;
    border-radius: 4px
}

.ep-content {
    background: var(--e1);
    border-radius: var(--r-md);
    padding: 16px;
    margin-bottom: 16px
}

.ep-text {
    font-size: 12px;
    color: var(--e7);
    line-height: 1.7;
    margin-bottom: 12px
}

.ep-highlight {
    background: rgba(232, 93, 84, .06);
    border-left: 3px solid var(--coral);
    padding: 10px 14px;
    border-radius: 0 var(--r-sm) var(--r-sm) 0
}

.ep-hl-text {
    font-size: 11px;
    color: var(--coral-d);
    font-style: italic
}

.ep-actions {
    display: flex;
    gap: 8px;
    margin-bottom: 12px
}

.ep-btn {
    flex: 1;
    padding: 10px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-sm);
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: var(--e9);
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px
}

.ep-cost {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e5);
    font-weight: 400
}

.ep-balance {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    text-align: center
}

/* Cover Panel UI */
.cover-panel {
    padding: 20px
}

.cp-header {
    font-size: 13px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 14px
}

.cp-covers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 14px
}

.cp-cover {
    cursor: default
}

.cp-cover-inner {
    border-radius: var(--r-md);
    aspect-ratio: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    position: relative;
    overflow: hidden
}

.cp-cover.active .cp-cover-inner {
    box-shadow: 0 0 0 2.5px var(--e9)
}

.cp-cover-title {
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px
}

.cp-cover-author {
    font-size: 8px;
    color: rgba(255, 255, 255, .7)
}

.cp-cover-label {
    font-family: var(--mono);
    font-size: 9px;
    color: var(--e5);
    text-align: center;
    margin-top: 6px
}

.cp-ai-icon {
    font-size: 20px;
    text-align: center;
    color: var(--e5);
    margin-bottom: 4px
}

.cp-ai-text {
    font-size: 10px;
    font-weight: 600;
    color: var(--e5);
    text-align: center
}

.cp-cover.ai .cp-cover-inner {
    justify-content: center;
    align-items: center
}

.cp-colors {
    display: flex;
    align-items: center;
    gap: 8px
}

.cp-color-label {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e5)
}

.cp-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid var(--e2)
}

/* Voice Analysis UI */
.voice-panel {
    padding: 28px
}

.vp-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.vp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.vp-dot.r {
    background: #FF6B6B
}

.vp-dot.y {
    background: #FFD93D
}

.vp-dot.g {
    background: #6BCB77
}

.vp-title {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    letter-spacing: .5px
}

.vp-input {
    background: var(--e1);
    border-radius: var(--r-md);
    padding: 18px;
    margin-bottom: 16px
}

.vp-input-label {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e5);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 8px
}

.vp-input-text {
    font-size: 13px;
    color: var(--e7);
    line-height: 1.7
}

.vp-output {
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    padding: 18px
}

.vp-output-label {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--sage);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.vp-output-label::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--sage);
    border-radius: 50%
}

.vp-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.vp-tag {
    background: rgba(107, 139, 114, .08);
    color: var(--sage-d);
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
    font-family: var(--mono)
}

.vp-preview {
    font-size: 12px;
    color: var(--e7);
    line-height: 1.8;
    font-style: italic
}

/* PDF + Templates UI (folded) */
.pdf-panel {
    padding: 24px
}

.pp-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 18px
}

.pp-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--e3)
}

.pp-bar span:first-child {
    background: #FF6B6B
}

.pp-bar span:nth-child(2) {
    background: #FFD93D
}

.pp-bar span:nth-child(3) {
    background: #6BCB77
}

.pp-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px
}

.pp-templates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 14px
}

.pp-tpl {
    padding: 8px;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-sm);
    text-align: center;
    cursor: default;
    transition: all .2s
}

.pp-tpl.active {
    border-color: var(--e9);
    background: var(--e1)
}

.pp-tpl-name {
    font-family: var(--mono);
    font-size: 9px;
    color: var(--e7);
    letter-spacing: .3px
}

.pp-tpl-tier {
    font-family: var(--mono);
    font-size: 8px;
    color: var(--e4);
    margin-top: 2px
}

.pp-page-area {
    display: flex;
    gap: 12px;
    align-items: start;
    justify-content: center;
    min-height: 180px
}

.pp-page {
    background: #fff;
    border: 1px solid var(--e2);
    border-radius: 3px;
    padding: 12px 10px;
    box-shadow: 0 2px 8px rgba(30, 18, 9, .04);
    width: 120px;
    flex-shrink: 0
}

.pp-page-h {
    height: 4px;
    border-radius: 2px;
    width: 50%;
    margin-bottom: 8px
}

.pp-page-h.coral {
    background: var(--coral)
}

.pp-page-h.sage {
    background: var(--sage)
}

.pp-page-line {
    height: 2px;
    background: var(--e2);
    border-radius: 2px;
    margin-bottom: 4px
}

.pp-page-line.s {
    width: 65%
}

.pp-page-line.m {
    width: 85%
}

.pp-page-box {
    height: 16px;
    background: var(--e1);
    border: 1px solid var(--e2);
    border-radius: 2px;
    margin: 6px 0
}

.pp-page-item {
    height: 8px;
    border-left: 2px solid var(--sage);
    margin-bottom: 3px;
    padding-left: 4px;
    display: flex;
    align-items: center
}

.pp-page-item::after {
    content: '';
    width: 14px;
    height: 1.5px;
    background: var(--e2)
}

.pp-page-num {
    text-align: right;
    font-family: var(--mono);
    font-size: 7px;
    color: var(--e4);
    margin-top: 6px
}

.pp-meta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.pp-meta-item {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e5);
    display: flex;
    align-items: center;
    gap: 5px
}

.pp-meta-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--sage);
    border-radius: 50%
}

/* Generation Progress UI */
.gen-panel {
    padding: 28px
}

.gp-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.gp-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--e9);
    letter-spacing: -.2px
}

.gp-status {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--sage);
    display: flex;
    align-items: center;
    gap: 6px
}

.gp-status::before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--sage);
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite
}

.gp-progress {
    background: var(--e1);
    border-radius: 999px;
    height: 8px;
    margin-bottom: 8px;
    overflow: hidden
}

.gp-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--sage), var(--sage-l));
    border-radius: 999px;
    width: 62%;
    transition: width 1s var(--ease)
}

.gp-meta {
    display: flex;
    justify-content: space-between;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e5);
    margin-bottom: 24px
}

.gp-chapters {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.gp-ch {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--e1);
    border-radius: var(--r-sm)
}

.gp-ch.done {
    background: rgba(107, 139, 114, .06)
}

.gp-ch-num {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--e5);
    width: 18px
}

.gp-ch-name {
    font-size: 13px;
    color: var(--e7);
    flex: 1
}

.gp-ch-status {
    font-family: var(--mono);
    font-size: 10px
}

.gp-ch.done .gp-ch-status {
    color: var(--sage)
}

.gp-ch.active .gp-ch-status {
    color: var(--coral)
}

/* ═══════════════════════════════
           6. WHO IT'S FOR (NEW)
        ═══════════════════════════════ */
.audience {
    padding: 100px 0
}

.aud-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.aud-card {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-lg);
    padding: 28px 24px;
    transition: all .3s var(--ease)
}

.aud-card:hover {
    border-color: rgba(30, 18, 9, .12);
    box-shadow: 0 8px 28px rgba(30, 18, 9, .06);
    transform: translateY(-3px)
}

.aud-icon {
    width: 44px;
    height: 44px;
    background: var(--e1);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px
}

.aud-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 6px;
    letter-spacing: -.2px
}

.aud-desc {
    font-size: 13px;
    color: var(--e6);
    line-height: 1.6
}

.aud-use {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e5);
    margin-top: 12px
}

/* ═══════════════════════════════
           7. PRICING
        ═══════════════════════════════ */
.pricing {
    padding: 100px 0;
    background: #fff
}

.billing-toggle {
    display: inline-flex;
    background: var(--e1);
    border-radius: var(--r-sm);
    padding: 3px;
    margin: 24px auto 0;
    border: 1px solid var(--e2)
}

.bill-opt {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: transparent;
    font-family: var(--body);
    color: var(--e7);
    transition: all .25s var(--ease)
}

.bill-opt.active {
    background: var(--e9);
    color: #fff;
    box-shadow: 0 2px 8px rgba(30, 18, 9, .15)
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
    align-items: stretch
}

.price-card {
    background: var(--e0);
    border: 1.5px solid var(--e2);
    border-radius: var(--r-lg);
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    transition: all .3s var(--ease)
}

.price-card:hover {
    box-shadow: 0 8px 24px rgba(30, 18, 9, .06);
    transform: translateY(-3px)
}

.pc-name {
    font-size: 17px;
    font-weight: 600;
    color: var(--e9);
    margin-bottom: 4px;
    letter-spacing: -.2px
}

.pc-tag {
    font-size: 12px;
    color: var(--e6);
    margin-bottom: 16px;
    min-height: 16px
}

.pc-price {
    font-family: var(--display);
    font-size: 38px;
    font-weight: 700;
    color: var(--e9);
    letter-spacing: -1.5px;
    margin-bottom: 2px
}

.pc-price small {
    font-family: var(--body);
    font-size: 15px;
    color: var(--e6);
    font-weight: 400;
    letter-spacing: 0
}

.pc-period {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    margin-bottom: 20px
}

.pc-features {
    list-style: none;
    margin-bottom: 22px;
    flex: 1
}

.pc-features li {
    font-size: 13px;
    color: var(--e7);
    margin-bottom: 9px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5
}

.pc-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B8B72' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain
}

.pc-btn {
    width: 100%;
    padding: 11px;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: var(--body);
    transition: all .25s var(--ease);
    display: block;
    text-align: center;
    margin-top: auto
}

.pc-btn.primary {
    background: var(--e9);
    color: #fff
}

.pc-btn.primary:hover {
    background: var(--e8);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 18, 9, .15)
}

/* Comparison toggle + table */
.compare-toggle {
    text-align: center
}

.compare-btn {
    background: var(--e9);
    border: none;
    cursor: pointer;
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: var(--r-sm);
    transition: all .25s var(--ease)
}

.compare-btn:hover {
    background: var(--e8);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 18, 9, .15)
}

.compare-table-wrap {
    margin-top: 32px
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1.5px solid var(--e2)
}

.compare-table thead tr {
    background: var(--e9)
}

.compare-table th {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, .85);
    padding: 18px 20px;
    text-align: center
}

.compare-table th:first-child {
    text-align: left;
    color: rgba(255, 255, 255, .5)
}

.compare-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--e2);
    text-align: center;
    color: var(--e7);
    font-size: 14px
}

.compare-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--e9);
    font-size: 14px
}

.compare-table tbody tr:last-child td {
    border-bottom: none
}

.compare-table tbody tr:nth-child(even) {
    background: rgba(245, 240, 232, .4)
}

.compare-table .ct-y {
    color: var(--sage);
    font-weight: 600
}

.compare-table .ct-n {
    color: var(--e3)
}

.compare-table .ct-h {
    color: var(--coral);
    font-weight: 600
}

.compare-note {
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--e4);
    margin-top: 20px;
    padding-bottom: 8px
}

/* ═══════════════════════════════
           8. FAQ (trimmed to 5)
        ═══════════════════════════════ */
.faq-section {
    padding: 100px 0;
    background: var(--e1)
}

.faq-list {
    max-width: 720px;
    margin: 48px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.faq-item {
    background: #fff;
    border: 1.5px solid var(--e2);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: border-color .2s
}

.faq-item.open {
    border-color: var(--e4)
}

.faq-q {
    width: 100%;
    padding: 16px 20px;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--body);
    font-size: 15px;
    font-weight: 600;
    color: var(--e9);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -.2px
}

.faq-q svg {
    width: 16px;
    height: 16px;
    color: var(--e5);
    transition: transform .3s var(--ease);
    flex-shrink: 0
}

.faq-item.open .faq-q svg {
    transform: rotate(180deg)
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease)
}

.faq-a-inner {
    padding: 0 20px 16px;
    font-size: 14px;
    color: var(--e6);
    line-height: 1.7
}

.faq-item.open .faq-a {
    max-height: 300px
}




/* ═══════════════════════════════
           10. FOOTER
        ═══════════════════════════════ */
.footer {
    background: var(--e9);
    color: #fff;
    padding: 64px 0 32px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px
}

.footer-brand {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px
}

.footer-brand span {
    color: var(--coral)
}

.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    max-width: 280px
}

.footer h4 {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .35)
}

.footer-links {
    list-style: none
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    transition: color .2s
}

.footer-links a:hover {
    color: #fff
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    color: rgba(255, 255, 255, .3)
}

.footer-links-row {
    display: contents
}

/* ═══════════════════════════════
           RESPONSIVE
        ═══════════════════════════════ */

/* Hamburger toggle */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: var(--e9)
}

.nav-toggle svg {
    width: 24px;
    height: 24px
}

@media(max-width:968px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -1.5px
    }

    .hero-sub {
        max-width: 100%
    }

    .sh-title {
        font-size: 36px;
        letter-spacing: -1.2px
    }

    .feat {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .feat.reverse {
        direction: ltr
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0
    }

    .steps::before {
        display: none
    }

    .step {
        margin-left: 0 !important;
        flex: 0 0 calc(50% - 8px)
    }

    .step:nth-child(1) {
        transform: rotate(-1deg) translateY(0)
    }

    .step:nth-child(2) {
        transform: rotate(0.5deg) translateY(8px)
    }

    .step:nth-child(3) {
        transform: rotate(-0.5deg) translateY(0)
    }

    .step:nth-child(4) {
        transform: rotate(0.8deg) translateY(8px)
    }

    .step.domino.fallen:nth-child(1) {
        transform: rotate(-1deg) translateY(0) scale(1)
    }

    .step.domino.fallen:nth-child(2) {
        transform: rotate(0.5deg) translateY(8px) scale(1)
    }

    .step.domino.fallen:nth-child(3) {
        transform: rotate(-0.5deg) translateY(0) scale(1)
    }

    .step.domino.fallen:nth-child(4) {
        transform: rotate(0.8deg) translateY(8px) scale(1)
    }

    .step-arrow {
        display: none
    }

    .aud-grid {
        grid-template-columns: 1fr 1fr
    }

    .price-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .footer-links-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 28px
    }

    .trust-metrics {
        gap: 32px
    }

    .cta-final h2 {
        font-size: 34px
    }

    .nav-center {
        position: static;
        transform: none
    }

    .cp-covers {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:640px) {
    .container {
        padding: 0 20px
    }

    .hero {
        padding: 40px 0 24px
    }

    .hero h1 {
        font-size: 32px;
        letter-spacing: -1.2px
    }

    .hero-sub {
        font-size: 15px
    }

    .sh {
        margin-bottom: 40px
    }

    .sh-title {
        font-size: 28px;
        letter-spacing: -1px
    }

    .sh-sub {
        font-size: 15px
    }

    .hero-btns,
    .cta-btns {
        flex-direction: column
    }

    .hero-btns .btn,
    .cta-btns .btn {
        text-align: center;
        justify-content: center
    }

    .hero-trust {
        flex-direction: column;
        gap: 8px
    }

    /* Hamburger menu */
    .nav-toggle {
        display: block
    }

    .nav-close {
        display: block
    }

    .nav-center {
        display: none
    }

    .nav-right {
        position: fixed;
        inset: 0;
        top: 0;
        background: rgba(250, 248, 244, .98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        z-index: 200;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s var(--ease)
    }

    .nav-right.open {
        opacity: 1;
        pointer-events: all
    }

    .nav-right .mob-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .nav-right .nav-link {
        font-size: 18px;
        font-weight: 600;
        color: var(--e9)
    }

    .nav-right .nav-cta {
        font-size: 16px;
        padding: 14px 32px
    }

    .nav-close {
        position: absolute;
        top: 18px;
        right: 20px;
        background: none;
        border: none;
        cursor: pointer;
        color: var(--e9);
        padding: 4px
    }

    .nav-close svg {
        width: 24px;
        height: 24px
    }

    /* Wizard */
    .wizard {
        padding: 24px 20px
    }

    .wiz-title {
        font-size: 16px
    }

    .wiz-method {
        padding: 12px 14px
    }

    .wiz-method-icon {
        width: 32px;
        height: 32px;
        font-size: 14px
    }

    .wiz-method-name {
        font-size: 13px
    }

    .wiz-method-desc {
        font-size: 11px
    }

    .wiz-demo-label {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 6px 12px
    }

    /* Steps */
    .steps {
        flex-direction: column;
        gap: 12px
    }

    .step {
        flex: 1 1 100%;
        transform: rotate(0) translateY(0) !important
    }

    .step.domino.fallen {
        transform: rotate(0) translateY(0) scale(1) !important
    }

    .step {
        padding: 24px 20px
    }

    .step-num {
        font-size: 32px
    }

    /* Features */
    .feat-title {
        font-size: 28px
    }

    .how,
    .features,
    .audience,
    .pricing,
    .faq-section {
        padding: 64px 0
    }

    .cta-final {
        padding: 48px 0 64px
    }

    .cta-box {
        padding: 48px 24px;
        border-radius: var(--r-lg)
    }

    /* Cards */
    .aud-grid {
        grid-template-columns: 1fr
    }

    .pp-templates {
        grid-template-columns: repeat(2, 1fr)
    }

    .compare-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .compare-table {
        min-width: 520px;
        font-size: 12px
    }

    .compare-table th,
    .compare-table td {
        padding: 8px 10px
    }

    .price-grid {
        grid-template-columns: 1fr
    }

    .price-card {
        padding: 24px 18px
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .footer-links-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px
    }

    .footer {
        padding: 48px 0 24px
    }

    .footer-desc {
        max-width: 100%
    }

    /* Misc */
    .wiz-row {
        grid-template-columns: 1fr
    }

    .trust-bar {
        padding: 32px 0 28px
    }

    .trust-metrics {
        flex-direction: column;
        gap: 20px
    }

    .trust-metric-num {
        font-size: 30px
    }

    .billing-toggle {
        margin-top: 16px
    }

    .cta-final h2 {
        font-size: 28px
    }

    .cp-covers {
        grid-template-columns: repeat(2, 1fr)
    }

    .ep-actions {
        flex-direction: column
    }
}