/* ============================================================
   EROPYA LANDING PAGE
   ============================================================ */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #0f172a;
}

.landing-page {
    min-height: 100vh;
    background: #ffffff;
    overflow: hidden;
}


/* ============================================================
   HEADER
   ============================================================ */

.landing-header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    z-index: 10;
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

    .landing-brand .brand-icon {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .landing-brand .brand-icon svg {
            width: 32px;
            height: 32px;
            fill: #059669;
        }

    .landing-brand .brand-name {
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 1px;
        color: #0f172a;
    }

        .landing-brand .brand-name span {
            color: #059669;
        }


.landing-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .landing-header-actions a {
        margin: 0;
    }


/* ============================================================
   BUTTONS
   ============================================================ */

.landing-page .btn {
    border-radius: 7px;
    font-weight: 600;
    padding: 9px 20px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.landing-page .btn-success {
    background: #059669;
    border-color: #059669;
}

    .landing-page .btn-success:hover {
        background: #047857;
        border-color: #047857;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(5,150,105,.20);
    }


/* ============================================================
   HERO
   ============================================================ */

.landing-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 75px 6% 90px;
    color: #ffffff;
    background: radial-gradient( circle at 85% 20%, rgba(34,197,94,.13), transparent 30% ), radial-gradient( circle at 10% 80%, rgba(37,99,235,.10), transparent 30% ), linear-gradient( 135deg, #0f172a 0%, #111c35 55%, #172554 100% );
}


    /* subtle background grid */

    .landing-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .25;
        background-image: linear-gradient( rgba(255,255,255,.035) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.035) 1px, transparent 1px );
        background-size: 40px 40px;
        pointer-events: none;
    }


.landing-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 70px;
    align-items: center;
}


/* ============================================================
   HERO LEFT
   ============================================================ */

.hero-left {
    max-width: 650px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    background: rgba(255,255,255,.05);
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
}

    .hero-badge span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #22c55e;
        box-shadow: 0 0 10px rgba(34,197,94,.7);
    }


.landing-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

    .landing-hero h1 span {
        color: #22c55e;
    }


.landing-hero p.lead {
    max-width: 600px;
    margin: 0 0 30px;
    color: #cbd5e1;
    font-size: 1.08rem;
    line-height: 1.7;
}


.landing-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .landing-hero-actions .btn {
        margin: 0;
        padding: 12px 25px;
    }


/* ============================================================
   HERO TRUST
   ============================================================ */

.hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    color: #94a3b8;
    font-size: 10px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .hero-trust-item span {
        color: #22c55e;
        font-weight: 700;
    }


/* ============================================================
   HERO DASHBOARD
   ============================================================ */

.hero-dashboard {
    position: relative;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 30px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}


.dashboard-window {
    overflow: hidden;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}


.dashboard-topbar {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.dashboard-dots {
    display: flex;
    gap: 5px;
}

    .dashboard-dots span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #cbd5e1;
    }

.dashboard-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
    font-weight: 700;
    color: #64748b;
}


.dashboard-body {
    padding: 18px;
}


.dashboard-welcome {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}


.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 12px;
}


.dashboard-stat {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #ffffff;
}

    .dashboard-stat small {
        display: block;
        margin-bottom: 5px;
        color: #94a3b8;
        font-size: 7px;
    }

    .dashboard-stat strong {
        display: block;
        font-size: 14px;
        color: #0f172a;
    }

    .dashboard-stat em {
        display: block;
        margin-top: 3px;
        font-size: 7px;
        font-style: normal;
        color: #16a34a;
    }


/* ============================================================
   DASHBOARD CHART
   ============================================================ */

.dashboard-chart {
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #ffffff;
}

.dashboard-chart-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 8px;
    font-weight: 700;
    color: #475569;
}


.chart-bars {
    height: 95px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.chart-bar {
    flex: 1;
    min-height: 15px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient( to top, #059669, #34d399 );
    opacity: .9;
}

    .chart-bar:nth-child(1) {
        height: 38%;
    }

    .chart-bar:nth-child(2) {
        height: 52%;
    }

    .chart-bar:nth-child(3) {
        height: 44%;
    }

    .chart-bar:nth-child(4) {
        height: 68%;
    }

    .chart-bar:nth-child(5) {
        height: 57%;
    }

    .chart-bar:nth-child(6) {
        height: 82%;
    }

    .chart-bar:nth-child(7) {
        height: 72%;
    }


/* ============================================================
   FEATURES INTRO
   ============================================================ */

.landing-features {
    padding: 85px 20px;
    background: #ffffff;
}

.section-heading {
    max-width: 650px;
    margin: 0 auto 45px;
    text-align: center;
}

    .section-heading .eyebrow {
        display: block;
        margin-bottom: 8px;
        color: #059669;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .section-heading h2 {
        margin: 0 0 12px;
        color: #0f172a;
        font-size: 2rem;
        font-weight: 800;
    }

    .section-heading p {
        margin: 0;
        color: #64748b;
        font-size: .95rem;
        line-height: 1.6;
    }


/* ============================================================
   FEATURE CARDS
   ============================================================ */

.feature-card {
    height: 100%;
    padding: 28px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    text-align: left;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        border-color: #bbf7d0;
        box-shadow: 0 15px 35px rgba(15,23,42,.08);
    }


.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #ecfdf5;
    font-size: 1.35rem;
}


.feature-card h5 {
    margin-bottom: 8px;
    font-weight: 700;
    color: #0f172a;
}

.feature-card p {
    margin: 0;
    color: #64748b;
    font-size: .86rem;
    line-height: 1.6;
}


/* ============================================================
   MODULES
   ============================================================ */

.landing-modules {
    padding: 90px 20px;
    background: #f8fafc;
}

.module-card {
    height: 100%;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    transition: transform .2s ease;
}

    .module-card:hover {
        transform: translateY(-3px);
    }

.module-icon {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.module-card h6 {
    margin-bottom: 6px;
    font-weight: 700;
}

.module-card p {
    margin: 0;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.5;
}


/* ============================================================
   CTA
   ============================================================ */

.landing-cta {
    padding: 85px 20px;
    background: linear-gradient( 135deg, #0f172a, #172554 );
    color: #ffffff;
    text-align: center;
}

    .landing-cta h2 {
        margin-bottom: 12px;
        font-size: 2.2rem;
        font-weight: 800;
    }

    .landing-cta p {
        max-width: 600px;
        margin: 0 auto 25px;
        color: #cbd5e1;
        line-height: 1.6;
    }


/* ============================================================
   FOOTER
   ============================================================ */

.landing-footer {
    padding: 7px 15px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    color: #94a3b8;
    font-size: .7rem;
    line-height: 1.2;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 992px) {

    .landing-header {
        padding: 0 25px;
    }

    .landing-hero {
        padding: 70px 25px;
    }

    .landing-hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 700px;
        text-align: center;
    }

    .hero-left {
        max-width: 650px;
        margin: auto;
    }

    .landing-hero p.lead {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-hero-actions {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-dashboard {
        max-width: 600px;
        margin: auto;
    }
}


@media (max-width: 576px) {

    .landing-header {
        height: 68px;
        padding: 0 15px;
    }

    .landing-brand .brand-name {
        font-size: 1.15rem;
    }

    .landing-brand .brand-icon svg {
        width: 28px;
        height: 28px;
    }

    .landing-header-actions {
        gap: 5px;
    }

        .landing-header-actions .btn {
            padding: 7px 11px;
            font-size: 11px;
        }


    .landing-hero {
        min-height: auto;
        padding: 55px 17px 65px;
    }

    .landing-hero-content {
        gap: 35px;
    }

    .landing-hero h1 {
        font-size: 2.35rem;
        letter-spacing: -1.2px;
    }

    .landing-hero p.lead {
        font-size: .95rem;
        line-height: 1.6;
    }

    .landing-hero-actions {
        flex-direction: column;
        width: 100%;
    }

        .landing-hero-actions .btn {
            width: 100%;
            margin: 0;
        }

    .hero-trust {
        flex-wrap: wrap;
        gap: 8px 15px;
    }


    .hero-dashboard {
        padding: 7px;
        border-radius: 10px;
    }

    .dashboard-body {
        padding: 10px;
    }

    .dashboard-stats {
        gap: 5px;
    }

    .dashboard-stat {
        padding: 8px;
    }

        .dashboard-stat strong {
            font-size: 11px;
        }

    .chart-bars {
        height: 70px;
    }


    .landing-features,
    .landing-modules {
        padding: 60px 15px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

        .section-heading h2 {
            font-size: 1.65rem;
        }


    .landing-cta {
        padding: 65px 20px;
    }

        .landing-cta h2 {
            font-size: 1.7rem;
        }
}


@media (max-width: 380px) {

    .landing-header .landing-brand .brand-name {
        font-size: 1rem;
    }

    .landing-header-actions .btn {
        padding: 6px 8px;
        font-size: 10px;
    }

    .landing-hero h1 {
        font-size: 2rem;
    }

    .hero-trust {
        font-size: 9px;
    }
}


/* =========================================================
   PRICING SECTION
   ========================================================= */

.landing-pricing {
    padding: 90px 20px;
    background: #ffffff;
}

.pricing-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.pricing-country-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pricing-country-select label {
        font-size: 13px;
        font-weight: 600;
        color: #64748b;
        margin: 0;
    }

    .pricing-country-select select {
        min-width: 220px;
        border-radius: 8px;
        border-color: #e2e8f0;
    }

.pricing-cycle-toggle {
    display: inline-flex;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 4px;
}

.cycle-btn {
    border: none;
    background: transparent;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

    .cycle-btn.active {
        background: #ffffff;
        color: #0f172a;
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
    }

.cycle-save-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 999px;
    background: #d1fae5;
    color: #059669;
    font-size: 10.5px;
    font-weight: 700;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .pricing-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    .pricing-card.featured {
        border-color: #059669;
        box-shadow: 0 8px 24px rgba(5, 150, 105, 0.14);
    }

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #059669;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

.pricing-card-name {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
}

.pricing-card-desc {
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
    min-height: 34px;
}

.pricing-card-amount {
    margin: 18px 0 6px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}

    .pricing-card-amount .currency {
        font-size: 14px;
        font-weight: 700;
        color: #334155;
    }

    .pricing-card-amount .amount {
        font-size: 32px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1;
    }

    .pricing-card-amount .period {
        font-size: 13px;
        color: #94a3b8;
    }

.pricing-card-limits {
    font-size: 12.5px;
    color: #64748b;
    margin-bottom: 18px;
}

.btn-pricing-cta {
    display: block;
    text-align: center;
    background: #059669;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 0;
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s ease;
    margin-bottom: 20px;
}

    .btn-pricing-cta:hover {
        background: #047857;
        color: #ffffff;
    }

.pricing-card-modules {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    flex: 1;
}

    .pricing-card-modules li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 12.5px;
        padding: 5px 0;
        color: #334155;
    }

    .pricing-card-modules li.no {
        color: #94a3b8;
    }

    .pricing-card-modules li .check {
        flex-shrink: 0;
        font-weight: 700;
    }

    .pricing-card-modules li.yes .check {
        color: #059669;
    }

    .pricing-card-modules li.no .check {
        color: #cbd5e1;
    }

.pricing-footnote {
    text-align: center;
    font-size: 12.5px;
    color: #94a3b8;
    margin: 32px auto 0;
    max-width: 600px;
}

@media (max-width: 768px) {
    .landing-pricing {
        padding: 60px 15px;
    }

    .pricing-controls {
        flex-direction: column;
        gap: 16px;
    }
}
