/* ── New Landing Page Styles ── */

/* ── BG effects ── */
.bg-glow-top {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 600px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse, rgba(99, 102, 241, 0.1) 0%, transparent 65%);
}

.dot-pattern {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(99, 102, 241, 0.06) 1px, transparent 1px);
    background-size: 36px 36px;
}

/* ── Sections ── */
.section-new {
    padding: 100px 24px;
    position: relative;
    z-index: 1;
}

.section-sm {
    padding: 72px 24px;
}

.wrap {
    max-width: 1100px;
    margin: 0 auto;
}

/* Eyebrow */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(99, 102, 241, .3);
    background: rgba(99, 102, 241, .08);
    color: #a5b4fc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.section-title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 900;
    color: #f1f5f9;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-sub {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.75;
    max-width: 520px;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-inline: auto;
}

em-grad {
    font-style: normal;
    background: linear-gradient(120deg, #818cf8, #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Hero ── */
.hero-new {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 24px 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(99, 102, 241, .3);
    background: rgba(99, 102, 241, .08);
    color: #a5b4fc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 24px;
    animation: fadeUp .6s ease both;
}

.hero-h1 {
    font-size: clamp(36px, 5.5vw, 68px);
    font-weight: 900;
    color: #f8fafc;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    animation: fadeUp .7s .1s ease both;
}

.hero-h1 .grad {
    background: linear-gradient(120deg, #818cf8 0%, #60a5fa 60%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub {
    font-size: clamp(15px, 1.8vw, 18px);
    color: #94a3b8;
    line-height: 1.75;
    max-width: 560px;
    margin-bottom: 36px;
    animation: fadeUp .7s .2s ease both;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    animation: fadeUp .7s .3s ease both;
}

.btn-primary-new {
    background: linear-gradient(135deg, var(--ind, #6366f1), var(--blue, #3b82f6));
    color: #fff;
    padding: 14px 28px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    font-family: inherit;
    box-shadow: 0 4px 24px rgba(99, 102, 241, .35);
    transition: all .25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.btn-primary-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(99, 102, 241, .45);
    color: #fff;
}

.btn-secondary-new {
    color: #94a3b8;
    padding: 14px 24px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    font-family: inherit;
    border: 1px solid var(--border-main);
    background: rgba(255, 255, 255, .03);
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-secondary-new:hover {
    border-color: rgba(255, 255, 255, .12);
    color: #e2e8f0;
    background: rgba(255, 255, 255, .05);
}

/* Hero stats */
.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 56px;
    flex-wrap: wrap;
    animation: fadeUp .7s .4s ease both;
}


.stat-num-new {
    font-size: 28px;
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label-new {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

.stat-divider-new {
    width: 1px;
    background: var(--border-main);
    align-self: stretch;
}

/* Hero visual */
.hero-visual {
    margin-top: 72px;
    animation: fadeUp .8s .5s ease both;
}

.dashboard-mock {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--border-main);
    border-radius: 20px;
    padding: 24px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .6), 0 0 0 1px rgba(99, 102, 241, .08);
    position: relative;
    overflow: hidden;
}

.dashboard-mock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ind, #6366f1), var(--blue, #3b82f6), transparent);
}

.mock-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.mock-dots {
    display: flex;
    gap: 6px;
}

.mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mock-title {
    font-size: 12px;
    color: var(--text-muted);
    margin-inline-end: auto;
    font-weight: 600;
}

.mock-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.mock-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border-main);
    border-radius: 12px;
    padding: 14px 12px;
    text-align: start;
}

.mock-card-label {
    font-size: 10px;
    color: var(--text-muted);
    margin-bottom: 6px;
    font-weight: 600;
}

.mock-card-val {
    font-size: 18px;
    font-weight: 900;
    color: #f1f5f9;
}

.mock-card-sub {
    font-size: 10px;
    margin-top: 3px;
    font-weight: 600;
}

.mock-chart {
    background: rgba(255, 255, 255, .02);
    border: 1px solid var(--border-main);
    border-radius: 12px;
    padding: 16px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.mock-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, rgba(99, 102, 241, .6), rgba(59, 130, 246, .3));
    transition: height .3s;
}

/* ── About mini ── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    text-align: start;
}

.about-tag {
    font-size: 11px;
    font-weight: 800;
    color: var(--ind, #6366f1);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 12px;
}

.about-h2 {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    color: #f1f5f9;
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about-p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.85;
    margin-bottom: 14px;
}

.founders {
    display: flex;
    gap: 20px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.founder-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border-main);
    border-radius: 12px;
    padding: 10px 14px;
}

.founder-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ind, #6366f1), var(--blue, #3b82f6));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
}

.founder-name {
    font-size: 13px;
    font-weight: 700;
    color: #e2e8f0;
}

.founder-role {
    font-size: 10px;
    color: var(--text-muted);
}

.about-right {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--border-main);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.about-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-stat-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--border-main);
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
}

.about-stat-num {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 4px;
}

.about-stat-label {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    line-height: 1.4;
}

/* ── Features ── */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.feat-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--border-main);
    border-radius: 18px;
    padding: 28px 24px;
    text-align: start;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.feat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .06), transparent);
    opacity: 0;
    transition: opacity .3s;
}

.feat-card:hover {
    border-color: rgba(99, 102, 241, .25);
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .3);
}

.feat-card:hover::before {
    opacity: 1;
}

.feat-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.feat-title {
    font-size: 15px;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 4px;
}

.feat-title-en {
    font-size: 10px;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 500;
}

.feat-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.75;
}

/* ── How it works ── */
.steps-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    position: relative;
}

.steps-wrap::before {
    content: '';
    position: absolute;
    top: 28px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ind, #6366f1), var(--blue, #3b82f6), transparent);
}

.step {
    text-align: center;
    padding: 0 16px;
    position: relative;
}

.step-num-new {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(99, 102, 241, .2), rgba(59, 130, 246, .15));
    border: 1px solid rgba(99, 102, 241, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: #818cf8;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(99, 102, 241, .2);
}

.step-title {
    font-size: 14px;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ── Testimonials ── */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
    text-align: start;
}

.testi-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--border-main);
    border-radius: 18px;
    padding: 28px 24px;
    transition: border-color .2s;
}

.testi-card:hover {
    border-color: rgba(99, 102, 241, .2);
    transform: translateY(-2px);
}

.testi-stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.testi-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ind, #6366f1), var(--blue, #3b82f6));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}

.testi-name {
    font-size: 13px;
    font-weight: 700;
    color: #e2e8f0;
}

.testi-role {
    font-size: 11px;
    color: var(--text-muted);
}

/* ── Final CTA ── */
.final-cta {
    background: linear-gradient(135deg, rgba(99, 102, 241, .12), rgba(59, 130, 246, .06));
    border: 1px solid rgba(99, 102, 241, .2);
    border-radius: 24px;
    padding: 64px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(99, 102, 241, .12), transparent);
    pointer-events: none;
}

.final-cta h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    color: #f8fafc;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.final-cta p {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.7;
}

.final-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ── Divider ── */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-main), transparent);
    margin: 0 24px;
    position: relative;
    z-index: 1;
}

/* ── Animations ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Mobile ── */
@media (max-width: 768px) {
    .hero-new {
        padding: 100px 20px 60px;
    }

    .hero-stats {
        gap: 24px;
    }

    .stat-divider-new {
        display: none;
    }

    .mock-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-right {
        padding: 24px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .steps-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .steps-wrap::before {
        display: none;
    }

    .testi-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .final-cta {
        padding: 40px 24px;
    }

    .section-new {
        padding: 72px 20px;
    }
}

@media (max-width: 480px) {
    .steps-wrap {
        grid-template-columns: 1fr;
    }

    .about-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .founders {
        flex-direction: column;
    }
}