/* ── page-specific overrides ── */
.page-hero {
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden
}

.page-hero::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--accent-rgb), .1) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: center
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 100px;
    border: 1px solid rgba(var(--accent-rgb), .25);
    background: rgba(var(--accent-rgb), .07);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 24px
}

.page-hero h1 {
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -.04em;
    margin-bottom: 22px;
    text-wrap: balance
}

.page-hero h1 .g {
    background: linear-gradient(100deg, #fff 30%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-desc {
    font-size: 17px;
    color: var(--muted2);
    line-height: 1.72;
    margin-bottom: 36px;
    max-width: 500px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center
}

/* Phone mockup */
.phone-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-end
}

.phone {
    width: 180px;
    background: #070c14;
    border: 1.5px solid var(--b2);
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
    flex-shrink: 0;
    transition: transform .3s
}

.phone:hover {
    transform: translateY(-8px)
}

.phone-notch {
    width: 60px;
    height: 22px;
    background: #070c14;
    border-radius: 0 0 14px 14px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-bottom: 1.5px solid var(--b2)
}

.phone-screen {
    padding: 14px 12px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.app-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px
}

.app-bar-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em
}

.app-bar-ico {
    font-size: 16px
}

.app-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 12px
}

.app-card-lbl {
    font-size: 8px;
    color: var(--muted);
    font-family: 'JetBrains Mono', monospace;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.app-card-val {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em
}

.app-card-val.amber {
    color: var(--accent)
}

.app-card-val.green {
    color: #10b981
}

.app-chart {
    height: 40px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin-top: 6px
}

.app-bar-seg {
    border-radius: 2px;
    background: var(--accent);
    opacity: .7;
    flex: 1
}

.app-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 4px
}

.app-list-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    color: var(--muted2);
    padding: 5px 8px;
    background: rgba(255, 255, 255, .03);
    border-radius: 6px
}

.app-list-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #10b981;
    flex-shrink: 0
}

.app-list-dot.amber {
    background: var(--accent)
}

.app-btn {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: var(--accent);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    margin-top: auto
}

.phone-bottom {
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone-home {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, .2);
    border-radius: 2px
}

/* Stats */
.stats-bar {
    display: flex;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    margin: 64px 0
}

.stat-box {
    flex: 1;
    padding: 28px 24px;
    background: var(--card);
    border-right: 1px solid var(--border);
    text-align: center;
    transition: background .2s
}

.stat-box:last-child {
    border-right: none
}

.stat-box:hover {
    background: rgba(var(--accent-rgb), .06)
}

.stat-val {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
    background: linear-gradient(90deg, var(--text), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.stat-lbl {
    font-size: 12px;
    color: var(--muted2);
    margin-top: 6px;
    font-weight: 500
}

/* Platforms */
.platforms-section {
    padding: 80px 0
}

.plat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px
}

.plat-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .25s;
    cursor: default
}

.plat-card:hover {
    border-color: rgba(var(--accent-rgb), .25);
    transform: translateY(-4px)
}

.plat-ico {
    font-size: 32px;
    margin-bottom: 14px
}

.plat-t {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.plat-d {
    font-size: 13px;
    color: var(--muted2);
    line-height: 1.6;
    margin-bottom: 14px
}

.plat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.plat-tag {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 100px;
    background: rgba(var(--accent-rgb), .08);
    border: 1px solid rgba(var(--accent-rgb), .2);
    color: var(--accent)
}

/* Types */
.types-section {
    padding: 80px 0
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 52px
}

.type-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .25s;
    display: flex;
    gap: 18px;
    align-items: flex-start
}

.type-card:hover {
    border-color: rgba(var(--accent-rgb), .2);
    transform: translateY(-3px)
}

.type-ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(var(--accent-rgb), .1);
    border: 1px solid rgba(var(--accent-rgb), .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0
}

.type-t {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px
}

.type-d {
    font-size: 13px;
    color: var(--muted2);
    line-height: 1.55
}

/* Process */
.process-section {
    padding: 80px 0
}

.proc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 52px
}

.proc-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 26px 22px;
    transition: all .25s
}

.proc-card:hover {
    border-color: rgba(var(--accent-rgb), .25);
    transform: translateY(-3px)
}

.proc-num {
    font-size: 11px;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
    color: var(--accent);
    margin-bottom: 12px;
    letter-spacing: .06em
}

.proc-t {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px
}

.proc-d {
    font-size: 12px;
    color: var(--muted2);
    line-height: 1.55
}

/* CTA */
.cta-section {
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(var(--accent-rgb), .1) 0%, transparent 70%)
}

.cta-inner {
    position: relative;
    z-index: 3;
    max-width: 680px;
    margin: 0 auto
}

.cta-title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.08;
    margin-bottom: 18px;
    text-wrap: balance
}

.cta-acts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 40px
}

/* Responsive */
@media(max-width:1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .phone-wrap {
        justify-content: flex-start
    }

    .plat-grid {
        grid-template-columns: 1fr 1fr
    }

    .types-grid {
        grid-template-columns: 1fr
    }

    .proc-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .page-hero {
        padding: 110px 0 72px
    }

    .stats-bar {
        flex-direction: column
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid var(--border)
    }

    .stat-box:last-child {
        border-bottom: none
    }

    .plat-grid {
        grid-template-columns: 1fr
    }

    .proc-grid {
        grid-template-columns: 1fr
    }
}
