﻿

/* =====================================================
           ENQUIRYGATE DIRECTORY HERO
           All styles are scoped to prevent layout conflicts
        ===================================================== */
.eg-home-hero {
    --eg-primary: #ff4d32;
    --eg-primary-dark: #dc351f;
    --eg-dark: #151821;
    --eg-text: #475467;
    --eg-border: #e7eaf0;
    --eg-soft: #fff5f2;
    --eg-blue-soft: #eef4ff;
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    background: radial-gradient( circle at 8% 12%, rgba(255, 77, 50, .13), transparent 27% ), radial-gradient( circle at 92% 15%, rgba(37, 99, 235, .11), transparent 26% ), linear-gradient( 135deg, #ffffff 0%, #fffaf8 47%, #f7f9ff 100% );
    border-bottom: 1px solid rgba(17, 24, 39, .06);
}

.eg-home-hero::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -180px;
    bottom: -220px;
    border-radius: 50%;
    background: rgba(255, 77, 50, .07);
    pointer-events: none;
}

.eg-home-hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -150px;
    top: -180px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .06);
    pointer-events: none;
}

.eg-home-hero .eg-hero-content {
    position: relative;
    z-index: 2;
}

/* LEFT SIDE */

.eg-home-hero .eg-directory-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 77, 50, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--eg-primary-dark);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .04);
}

.eg-home-hero .eg-main-heading {
    max-width: 760px;
    margin: 0;
    color: var(--eg-dark);
    font-size: clamp(38px, 5vw, 67px);
    line-height: 1.04;
    letter-spacing: -2.8px;
    font-weight: 900;
}

    .eg-home-hero .eg-main-heading .eg-highlight {
        color: var(--eg-primary);
    }

.eg-home-hero .eg-country-name {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--eg-primary);
    text-decoration: none;
    white-space: nowrap;
}

    .eg-home-hero .eg-country-name:hover {
        color: var(--eg-primary-dark);
    }

    .eg-home-hero .eg-country-name i {
        font-size: .56em;
    }

.eg-home-hero .eg-hero-description {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--eg-text);
    font-size: 18px;
    line-height: 1.75;
}

/* SEARCH CONTAINER */

.eg-home-hero .eg-search-panel {
    max-width: 820px;
    margin-top: 28px;
    padding: 15px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 65px rgba(15, 23, 42, .11);
    backdrop-filter: blur(14px);
}

.eg-home-hero .eg-popular-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
}

.eg-home-hero .eg-popular-label {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.eg-home-hero .eg-popular-item {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    border: 1px solid var(--eg-border);
    border-radius: 999px;
    background: #fff;
    color: #475467;
    font-size: 12px;
    font-weight: 700;
}

/* DIRECTORY BENEFITS */

.eg-home-hero .eg-directory-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 820px;
    margin-top: 22px;
}

.eg-home-hero .eg-directory-point {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 56px;
    padding: 11px 12px;
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 15px;
    background: rgba(255, 255, 255, .76);
    color: #344054;
    font-size: 12px;
    font-weight: 750;
}

    .eg-home-hero .eg-directory-point i {
        color: var(--eg-primary);
        font-size: 15px;
    }

/* LOGIN CARD */

.eg-home-hero .eg-login-card {
    position: relative;
    overflow: hidden;
    padding: 27px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 75px rgba(15, 23, 42, .13);
    backdrop-filter: blur(16px);
}

    .eg-home-hero .eg-login-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient( 90deg, var(--eg-primary), #ff8a62, #2563eb );
    }

.eg-home-hero .eg-login-title {
    margin: 0 0 5px;
    color: var(--eg-dark);
    font-size: 23px;
    font-weight: 900;
}

.eg-home-hero .eg-login-subtitle {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.eg-home-hero .eg-register-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid rgba(255, 77, 50, .2);
    border-radius: 10px;
    background: var(--eg-soft);
    color: var(--eg-primary-dark);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

    .eg-home-hero .eg-register-link:hover {
        background: var(--eg-primary);
        color: #fff;
    }

.eg-home-hero .eg-field-label {
    margin-bottom: 6px;
    color: #344054;
    font-size: 13px;
    font-weight: 750;
}

.eg-home-hero .eg-form-control {
    min-height: 48px;
    border: 1px solid #dfe3ea;
    border-radius: 12px;
    background: #fbfcfe;
    font-size: 14px;
}

    .eg-home-hero .eg-form-control:focus {
        border-color: rgba(255, 77, 50, .7);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(255, 77, 50, .1);
    }

.eg-home-hero .eg-password-button {
    min-width: 65px;
    border-color: #dfe3ea;
    border-radius: 0 12px 12px 0;
    background: #fff;
    color: #475467;
    font-size: 12px;
    font-weight: 800;
}

.eg-home-hero .eg-forgot-link {
    color: var(--eg-primary-dark);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.eg-home-hero .eg-signin-button {
    min-height: 49px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient( 135deg, var(--eg-primary), #ff7553 );
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 13px 28px rgba(255, 77, 50, .24);
}

    .eg-home-hero .eg-signin-button:hover {
        background: linear-gradient( 135deg, var(--eg-primary-dark), var(--eg-primary) );
        color: #fff;
    }

.eg-home-hero .eg-social-divider {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 18px 0 14px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

    .eg-home-hero .eg-social-divider::before,
    .eg-home-hero .eg-social-divider::after {
        content: "";
        height: 1px;
        flex: 1;
        background: var(--eg-border);
    }

.eg-home-hero .eg-social-button {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--eg-border);
    border-radius: 11px;
    background: #fff;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

    .eg-home-hero .eg-social-button:hover {
        border-color: #cfd5df;
        background: #f9fafb;
        color: var(--eg-dark);
    }

.eg-home-hero .eg-google-icon {
    color: #db4437;
    font-size: 16px;
    font-weight: 900;
}

.eg-home-hero .eg-facebook-icon {
    color: #1877f2;
    font-size: 17px;
    font-weight: 900;
}

.eg-home-hero .eg-login-help {
    padding-top: 13px;
    margin-top: 15px;
    border-top: 1px solid var(--eg-border);
    color: #667085;
    text-align: center;
    font-size: 12px;
}

    .eg-home-hero .eg-login-help a {
        color: var(--eg-primary-dark);
        font-weight: 800;
        text-decoration: none;
    }

@media (max-width: 991.98px) {
    .eg-home-hero {
        padding: 38px 0;
    }

        .eg-home-hero .eg-main-heading {
            text-align: center;
            letter-spacing: -1.8px;
        }

        .eg-home-hero .eg-hero-description {
            margin-inline: auto;
            text-align: center;
        }

        .eg-home-hero .eg-badge-wrapper {
            text-align: center;
        }

        .eg-home-hero .eg-search-panel {
            margin-inline: auto;
        }

        .eg-home-hero .eg-directory-points {
            margin-inline: auto;
        }

        .eg-home-hero .eg-login-card {
            max-width: 580px;
            margin: 0 auto 28px;
        }
}

@media (max-width: 767.98px) {
    .eg-home-hero .eg-directory-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .eg-home-hero {
        padding: 25px 0 35px;
    }

        .eg-home-hero .eg-main-heading {
            font-size: 39px;
            line-height: 1.08;
        }

        .eg-home-hero .eg-hero-description {
            font-size: 16px;
        }

        .eg-home-hero .eg-search-panel {
            padding: 10px;
            border-radius: 18px;
        }

        .eg-home-hero .eg-directory-points {
            grid-template-columns: 1fr 1fr;
        }

        .eg-home-hero .eg-directory-point {
            align-items: flex-start;
            min-height: 65px;
        }

        .eg-home-hero .eg-login-card {
            padding: 22px 18px;
            border-radius: 22px;
        }
}

.eg-home-hero .eg-ecosystem-label {
    display: inline-flex;
    padding: 9px 15px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 77, 50, .2);
    border-radius: 999px;
    background: #fff5f2;
    color: #e43e25;
    font-size: 13px;
    font-weight: 850;
}

.eg-home-hero .eg-main-heading {
    max-width: 850px;
    margin: 0;
    color: #111827;
    font-size: clamp(44px, 5.7vw, 78px);
    line-height: 1;
    letter-spacing: -4px;
    font-weight: 950;
}

    .eg-home-hero .eg-main-heading span {
        background: linear-gradient( 135deg, #ff4d32 0%, #b44e91 48%, #315de5 100% );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.eg-home-hero .eg-growth-journey {
    display: grid;
    gap: 9px;
    margin-top: 25px;
}

    .eg-home-hero .eg-growth-journey > div {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 22px;
    }

    .eg-home-hero .eg-growth-journey strong {
        position: relative;
        color: #344054;
        font-size: 17px;
        font-weight: 800;
    }

        .eg-home-hero .eg-growth-journey strong:not(:last-child)::after {
            content: "→";
            position: absolute;
            left: calc(100% + 7px);
            color: #ff4d32;
        }

    .eg-home-hero .eg-growth-journey .eg-global-growth {
        color: #ff4d32;
    }

.eg-home-hero .eg-hero-description {
    max-width: 760px;
    margin-top: 22px;
    color: #667085;
    font-size: 17px;
    line-height: 1.75;
}
 
:root {
    --primary: #ff5a3c;
    --primary-dark: #e9492d;
    --blue: #2563eb;
    --dark: #0f172a;
    --muted: #64748b;
    --light: #f8fafc;
    --card: #ffffff;
    --border: #e2e8f0;
    --green: #16a34a;
    --shadow: 0 30px 80px rgba(15,23,42,.12);
    --radius: 28px;
}

.eg-home-page,
.eg-home-page * {
    box-sizing: border-box;
}

.eg-home-page {
    font-family: Inter,Segoe UI,Arial,sans-serif;
    background: linear-gradient(180deg,#fff 0%,#f8fafc 55%,#eef4ff 100%);
    color: var(--dark);
    overflow-x: hidden;
}

    .eg-home-page a {
        text-decoration: none;
        color: inherit;
    }

    .eg-home-page .container {
        width: min(1220px,92%);
        margin: auto;
    }

/* HEADER */

.eg-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(22px);
    background: rgba(255,255,255,.78);
    border-bottom: 1px solid rgba(226,232,240,.8);
}

.eg-nav {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 24px;
}

.logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg,var(--primary),#ff8a63);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(255,90,60,.35);
}

.nav-links {
    display: flex;
    gap: 28px;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eg-home-page .btn {
    border: none;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: .25s ease;
    font-size: 14px;
}

.eg-home-page .btn-light {
    background: #fff;
    border: 1px solid var(--border);
}

.eg-home-page .btn-primary {
    background: linear-gradient(135deg,var(--primary),#ff7a4f);
    color: #fff;
    box-shadow: 0 15px 35px rgba(255,90,60,.28);
}

.eg-home-page .btn:hover {
    transform: translateY(-2px);
}

/* HERO */

.hero {
    padding: 135px 0 80px;
    position: relative;
}

    .hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 20%,rgba(255,90,60,.14),transparent 28%), radial-gradient(circle at 80% 15%,rgba(37,99,235,.13),transparent 26%), radial-gradient(circle at 55% 75%,rgba(22,163,74,.10),transparent 24%);
        pointer-events: none;
    }

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 42px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid #ffd7cd;
    background: #fff5f2;
    color: var(--primary-dark);
    font-weight: 900;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 24px;
}

.hero h1 {
    font-size: 72px;
    line-height: .96;
    letter-spacing: -4px;
    font-weight: 950;
    max-width: 780px;
}

    .hero h1 span {
        background: linear-gradient(135deg,var(--primary),var(--blue));
        -webkit-background-clip: text;
        color: transparent;
    }

.hero-text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

/* SEARCH */

.search-box {
    margin-top: 36px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 30px;
    padding: 18px;
    box-shadow: var(--shadow);
    max-width: 780px;
}

.search-main {
    display: flex;
    gap: 12px;
}

    .search-main input {
        flex: 1;
        border: none;
        outline: none;
        background: #f8fafc;
        border-radius: 20px;
        padding: 19px 20px;
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
    }

.search-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

    .search-tabs button {
        border: 1px solid var(--border);
        background: #fff;
        border-radius: 999px;
        padding: 9px 14px;
        font-weight: 800;
        color: #475569;
        cursor: pointer;
        font-size: 13px;
    }

        .search-tabs button.active {
            background: #0f172a;
            color: #fff;
        }

/* LOGIN CARD */

.login-card {
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 34px;
    padding: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    position: relative;
}

    .login-card:before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 34px;
        padding: 1px;
        background: linear-gradient(135deg,rgba(255,90,60,.35),rgba(37,99,235,.25),transparent);
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        pointer-events: none;
    }

    .login-card h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .login-card p {
        color: var(--muted);
        line-height: 1.5;
        margin-bottom: 22px;
    }

.form-group {
    margin-bottom: 14px;
}

    .form-group label {
        display: block;
        font-size: 13px;
        font-weight: 900;
        color: #475569;
        margin-bottom: 7px;
    }

    .form-group input {
        width: 100%;
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 15px;
        font-size: 15px;
        outline: none;
        background: #fff;
    }

.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #64748b;
    margin: 10px 0 18px;
}

.login-card .btn {
    width: 100%;
    justify-content: center;
}

.social-login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

    .social-login button {
        border: 1px solid var(--border);
        background: #fff;
        border-radius: 16px;
        padding: 13px;
        font-weight: 900;
        cursor: pointer;
    }

.create-account {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #64748b;
}

    .create-account a {
        color: var(--primary);
        font-weight: 900;
    }

/* VISUAL */

.visual-panel {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.mini-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(15,23,42,.08);
}

    .mini-card i {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff1ec;
        color: var(--primary);
        margin-bottom: 12px;
    }

    .mini-card strong {
        display: block;
        margin-bottom: 5px;
    }

    .mini-card span {
        color: #64748b;
        font-size: 13px;
        line-height: 1.4;
    }

/* STATS */

.stats {
    padding: 22px 0 75px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.stat-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 26px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15,23,42,.07);
}

    .stat-card h2 {
        font-size: 36px;
        color: var(--primary);
    }

    .stat-card p {
        margin-top: 6px;
        color: #64748b;
        font-weight: 800;
    }

/* ECOSYSTEM */

.ecosystem {
    padding: 85px 0;
    background: #fff;
}

.section-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 48px;
}

    .section-head .tag {
        color: var(--primary);
        font-weight: 950;
        font-size: 13px;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .section-head h2 {
        font-size: 52px;
        line-height: 1.05;
        letter-spacing: -2px;
        margin: 14px 0;
    }

    .section-head p {
        color: #64748b;
        font-size: 18px;
        line-height: 1.7;
    }

.eco-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.eco-card {
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(180deg,#fff,#f8fafc);
    transition: .25s ease;
    min-height: 210px;
}

    .eco-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow);
    }

    .eco-card i {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0f172a;
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .eco-card h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .eco-card p {
        color: #64748b;
        line-height: 1.6;
    }

/* RESPONSIVE */

@media(max-width:1050px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 56px;
    }

    .eco-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .nav-links {
        display: none;
    }
}

@media(max-width:640px) {
    .eg-nav {
        height: 68px;
    }

    .logo span {
        font-size: 19px;
    }

    .nav-actions .btn-light {
        display: none;
    }

    .hero {
        padding-top: 110px;
    }

        .hero h1 {
            font-size: 42px;
            letter-spacing: -2px;
        }

    .hero-text {
        font-size: 17px;
    }

    .search-main {
        flex-direction: column;
    }

    .stats-grid,
    .eco-grid,
    .visual-panel {
        grid-template-columns: 1fr;
    }

    .section-head h2 {
        font-size: 36px;
    }
}


/* ==============================
       PHASE 2 - PREMIUM SECTIONS
    ================================= */

.story-section {
    padding: 100px 0;
    background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
}

.big-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff1ec;
    color: var(--primary);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

.story-title {
    font-size: 56px;
    line-height: 1.03;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

    .story-title span {
        background: linear-gradient(135deg,var(--primary),var(--blue));
        -webkit-background-clip: text;
        color: transparent;
    }

.story-text {
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 26px;
}

.problem-list {
    display: grid;
    gap: 14px;
}

.problem-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(15,23,42,.06);
}

    .problem-item i {
        color: #ef4444;
        margin-top: 3px;
    }

.solution-card {
    background: #0f172a;
    color: #fff;
    border-radius: 34px;
    padding: 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(15,23,42,.28);
}

    .solution-card:before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(255,90,60,.55),transparent 65%);
        right: -120px;
        top: -120px;
    }

    .solution-card h3 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 18px;
        position: relative;
    }

    .solution-card p {
        color: #cbd5e1;
        line-height: 1.8;
        position: relative;
    }

.solution-points {
    margin-top: 28px;
    display: grid;
    gap: 14px;
    position: relative;
}

    .solution-points div {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.12);
        padding: 14px 16px;
        border-radius: 16px;
    }

    .solution-points i {
        color: #22c55e;
    }

/* Growth Journey */

.journey {
    padding: 100px 0;
    background: #0f172a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .journey:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 10%,rgba(255,90,60,.25),transparent 26%), radial-gradient(circle at 90% 40%,rgba(37,99,235,.22),transparent 30%);
    }

    .journey .section-head {
        position: relative;
    }

        .journey .section-head p {
            color: #cbd5e1;
        }

.journey-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.journey-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    padding: 26px;
    min-height: 230px;
    backdrop-filter: blur(12px);
    transition: .25s ease;
}

    .journey-card:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,.11);
    }

.journey-no {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,var(--primary),#ff8a63);
    font-weight: 950;
    margin-bottom: 20px;
}

.journey-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.journey-card p {
    color: #cbd5e1;
    line-height: 1.65;
}

/* USP Section */

.usp-section {
    padding: 100px 0;
    background: #fff;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.usp-card {
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(180deg,#fff,#f8fafc);
    transition: .25s ease;
}

    .usp-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow);
    }

.usp-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1ec;
    color: var(--primary);
    font-size: 22px;
    margin-bottom: 20px;
}

.usp-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.usp-card p {
    color: #64748b;
    line-height: 1.7;
}

/* Sub Projects */

.products-section {
    padding: 100px 0;
    background: linear-gradient(180deg,#f8fafc,#eef4ff);
}

.product-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.product-row {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 24px;
    align-items: stretch;
    border: 1px solid var(--border);
    border-radius: 36px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(15,23,42,.08);
}

.product-brand {
    padding: 34px;
    color: #fff;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 310px;
}

    .product-brand.creator {
        background: linear-gradient(135deg,#ff5a3c,#ff8a63);
    }

    .product-brand.studio {
        background: linear-gradient(135deg,#7c3aed,#2563eb);
    }

    .product-brand.engine {
        background: linear-gradient(135deg,#0f766e,#16a34a);
    }

    .product-brand.directory {
        background: linear-gradient(135deg,#0f172a,#2563eb);
    }

    .product-brand h3 {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .product-brand p {
        color: rgba(255,255,255,.86);
        line-height: 1.7;
    }

    .product-brand i {
        font-size: 56px;
        opacity: .8;
    }

.product-content {
    padding: 34px;
}

    .product-content h4 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .product-content p {
        color: #64748b;
        line-height: 1.75;
        margin-bottom: 22px;
    }

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .feature-pills span {
        padding: 10px 14px;
        border-radius: 999px;
        background: #f8fafc;
        border: 1px solid var(--border);
        font-size: 13px;
        font-weight: 850;
        color: #475569;
    }

/* AI Search Section */

.ai-search-section {
    padding: 110px 0;
    background: #050816;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .ai-search-section:before {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(37,99,235,.35),transparent 65%);
        left: -200px;
        top: -200px;
    }

    .ai-search-section:after {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(255,90,60,.35),transparent 65%);
        right: -200px;
        bottom: -200px;
    }

.ai-box {
    position: relative;
    max-width: 960px;
    margin: auto;
    text-align: center;
}

    .ai-box h2 {
        font-size: 58px;
        line-height: 1.05;
        letter-spacing: -2px;
        margin-bottom: 18px;
    }

    .ai-box p {
        color: #cbd5e1;
        font-size: 18px;
        line-height: 1.75;
        max-width: 760px;
        margin: 0 auto 30px;
    }

.ai-prompt {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 30px;
    padding: 18px;
    display: flex;
    gap: 12px;
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

    .ai-prompt input {
        flex: 1;
        border: none;
        outline: none;
        border-radius: 20px;
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
    }

.ai-chips {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .ai-chips span {
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.08);
        padding: 10px 14px;
        border-radius: 999px;
        color: #e2e8f0;
        font-size: 13px;
        font-weight: 800;
    }

/* Responsive Phase 2 */

@media(max-width:1050px) {
    .story-grid, .product-row {
        grid-template-columns: 1fr;
    }

    .journey-grid,
    .usp-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .story-title,
    .ai-box h2 {
        font-size: 42px;
    }
}

@media(max-width:640px) {
    .journey-grid, .usp-grid {
        grid-template-columns: 1fr;
    }

    .story-title,
    .ai-box h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .product-brand h3 {
        font-size: 32px;
    }

    .ai-prompt {
        flex-direction: column;
    }
}

/* =========================================================
       PHASE 4
       CONNECTED ECOSYSTEM, BUSINESS OUTCOMES, GLOBAL REACH,
       PARTNER NETWORK, SOCIAL PROOF
    ========================================================= */

/* Connected Ecosystem */

.connected-ecosystem {
    padding: 115px 0;
    background: radial-gradient(circle at 15% 15%,rgba(255,90,60,.10),transparent 28%), radial-gradient(circle at 85% 70%,rgba(37,99,235,.10),transparent 30%), #ffffff;
    overflow: hidden;
}

.connected-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 48px;
    align-items: center;
}

.connected-copy {
    max-width: 560px;
}

    .connected-copy h2 {
        font-size: 56px;
        line-height: 1.03;
        letter-spacing: -2.6px;
        margin: 14px 0 20px;
    }

        .connected-copy h2 span {
            background: linear-gradient(135deg,var(--primary),var(--blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .connected-copy > p {
        color: #64748b;
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

.connected-benefits {
    display: grid;
    gap: 13px;
}

.connected-benefit {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 15px 17px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 13px 35px rgba(15,23,42,.05);
}

.connected-benefit-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #16a34a;
}

.connected-benefit strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

.connected-benefit span {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

/* Ecosystem Orbit */

.ecosystem-orbit {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(37,99,235,.18) 0%,rgba(255,90,60,.08) 38%,transparent 70%);
    filter: blur(3px);
}

.orbit-ring {
    position: absolute;
    border: 1px dashed rgba(100,116,139,.32);
    border-radius: 50%;
}

.orbit-ring-one {
    width: 330px;
    height: 330px;
    animation: egOrbitRotate 28s linear infinite;
}

.orbit-ring-two {
    width: 500px;
    height: 500px;
    animation: egOrbitRotateReverse 38s linear infinite;
}

.orbit-core {
    position: relative;
    z-index: 5;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(145deg,rgba(255,255,255,.12),transparent), linear-gradient(135deg,#0f172a,#1d4ed8 70%,#ff5a3c);
    box-shadow: 0 45px 90px rgba(15,23,42,.28), inset 0 1px 0 rgba(255,255,255,.2);
    border: 8px solid rgba(255,255,255,.92);
}

    .orbit-core:before {
        content: "";
        position: absolute;
        inset: -18px;
        border-radius: 50%;
        border: 1px solid rgba(37,99,235,.22);
    }

    .orbit-core i {
        font-size: 34px;
        margin-bottom: 13px;
    }

    .orbit-core strong {
        font-size: 25px;
        letter-spacing: -1px;
    }

    .orbit-core span {
        display: block;
        color: #dbeafe;
        font-size: 12px;
        margin-top: 6px;
        max-width: 130px;
        line-height: 1.4;
    }

.orbit-node {
    position: absolute;
    z-index: 7;
    width: 144px;
    min-height: 120px;
    padding: 17px 15px;
    border-radius: 24px;
    text-align: center;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 20px 55px rgba(15,23,42,.12);
    backdrop-filter: blur(16px);
    transition: .28s ease;
}

    .orbit-node:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 28px 70px rgba(15,23,42,.16);
    }

    .orbit-node i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff1ec;
        color: var(--primary);
    }

    .orbit-node strong {
        display: block;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .orbit-node span {
        color: #64748b;
        font-size: 11px;
        line-height: 1.35;
    }

.node-directory {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.node-creator {
    top: 19%;
    right: 5%;
}

.node-studio {
    bottom: 18%;
    right: 4%;
}

.node-engine {
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.node-social {
    bottom: 18%;
    left: 4%;
}

.node-market {
    top: 19%;
    left: 5%;
}

.orbit-line {
    position: absolute;
    z-index: 3;
    width: 1px;
    height: 175px;
    background: linear-gradient(transparent,rgba(37,99,235,.32),transparent);
    transform-origin: center;
}

.line-one {
    transform: rotate(0deg);
}

.line-two {
    transform: rotate(60deg);
}

.line-three {
    transform: rotate(120deg);
}

@keyframes egOrbitRotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes egOrbitRotateReverse {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

/* Outcomes */

.outcomes-section {
    padding: 110px 0;
    background: #f8fafc;
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.outcome-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 29px;
    min-height: 290px;
    transition: .3s ease;
}

    .outcome-card:before {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        top: -80px;
        right: -70px;
        background: radial-gradient(circle,rgba(255,90,60,.18),transparent 70%);
    }

    .outcome-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 70px rgba(15,23,42,.11);
    }

.outcome-number {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .15em;
    margin-bottom: 30px;
}

.outcome-icon {
    width: 55px;
    height: 55px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.outcome-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 11px;
}

.outcome-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 14px;
}

.outcomes-summary {
    margin-top: 25px;
    border-radius: 32px;
    padding: 32px;
    background: linear-gradient(135deg,#0f172a,#172554);
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 30px;
    align-items: center;
    color: #fff;
    box-shadow: 0 25px 75px rgba(15,23,42,.2);
}

    .outcomes-summary h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .outcomes-summary p {
        color: #cbd5e1;
        line-height: 1.7;
    }

.outcomes-summary-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

/* Global Reach */

.global-reach {
    padding: 115px 0;
    background: #07101f;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .global-reach:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 20%,rgba(37,99,235,.3),transparent 25%), radial-gradient(circle at 90% 70%,rgba(255,90,60,.22),transparent 30%);
    }

.global-layout {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.global-copy h2 {
    font-size: 55px;
    line-height: 1.04;
    letter-spacing: -2.3px;
    margin: 14px 0 18px;
}

.global-copy p {
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.global-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .global-tags span {
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,.15);
        background: rgba(255,255,255,.07);
        color: #e2e8f0;
        font-size: 13px;
        font-weight: 850;
    }

.world-visual {
    position: relative;
    min-height: 500px;
    border: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px), rgba(255,255,255,.035);
    background-size: 38px 38px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.world-shape {
    position: absolute;
    inset: 55px;
    border-radius: 48% 52% 56% 44% / 42% 45% 55% 58%;
    border: 1px solid rgba(96,165,250,.28);
    background: radial-gradient(circle at 25% 32%,rgba(37,99,235,.42),transparent 16%), radial-gradient(circle at 65% 27%,rgba(37,99,235,.32),transparent 18%), radial-gradient(circle at 54% 62%,rgba(255,90,60,.22),transparent 20%), radial-gradient(circle at 80% 70%,rgba(22,163,74,.22),transparent 14%);
    opacity: .9;
    transform: rotate(-5deg);
}

.world-path {
    position: absolute;
    border: 1px dashed rgba(147,197,253,.38);
    border-radius: 50%;
}

.world-path-one {
    width: 370px;
    height: 190px;
    left: 70px;
    top: 125px;
    transform: rotate(12deg);
}

.world-path-two {
    width: 290px;
    height: 330px;
    right: 85px;
    top: 70px;
    transform: rotate(-28deg);
}

.map-point {
    position: absolute;
    z-index: 4;
}

    .map-point:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #ff6b4a;
        box-shadow: 0 0 0 8px rgba(255,90,60,.13), 0 0 25px rgba(255,90,60,.8);
        animation: mapPulse 2.2s ease-in-out infinite;
    }

    .map-point span {
        position: absolute;
        white-space: nowrap;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(15,23,42,.82);
        border-radius: 10px;
        padding: 6px 9px;
        font-size: 10px;
        font-weight: 850;
        color: #fff;
    }

.point-india {
    left: 65%;
    top: 51%;
}

.point-uae {
    left: 55%;
    top: 46%;
}

.point-uk {
    left: 42%;
    top: 31%;
}

.point-usa {
    left: 21%;
    top: 38%;
}

.point-singapore {
    left: 72%;
    top: 65%;
}

.point-australia {
    left: 82%;
    top: 77%;
}

@keyframes mapPulse {
    0%, 100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1.18)
    }
}

/* Partner Network */

.partner-section {
    padding: 110px 0;
    background: #fff;
}

.partner-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.partner-visual {
    position: relative;
    border-radius: 38px;
    min-height: 530px;
    padding: 35px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 15%,rgba(255,90,60,.2),transparent 28%), radial-gradient(circle at 85% 80%,rgba(37,99,235,.2),transparent 30%), linear-gradient(145deg,#f8fafc,#eef2ff);
    border: 1px solid var(--border);
}

.partner-main-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 225px;
    padding: 30px 22px;
    border-radius: 30px;
    text-align: center;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 35px 80px rgba(15,23,42,.25);
    z-index: 4;
}

    .partner-main-card i {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        margin: 0 auto 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg,var(--primary),#ff8a63);
        font-size: 25px;
    }

    .partner-main-card h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .partner-main-card p {
        color: #cbd5e1;
        font-size: 13px;
        line-height: 1.5;
    }

.partner-mini {
    position: absolute;
    width: 150px;
    padding: 17px;
    text-align: center;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 18px 50px rgba(15,23,42,.11);
}

    .partner-mini i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        margin: 0 auto 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff1ec;
        color: var(--primary);
    }

    .partner-mini strong {
        display: block;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .partner-mini span {
        color: #64748b;
        font-size: 10px;
        line-height: 1.35;
    }

.partner-agency {
    top: 40px;
    left: 35px;
}

.partner-freelancer {
    top: 43px;
    right: 35px;
}

.partner-consultant {
    bottom: 42px;
    left: 35px;
}

.partner-reseller {
    bottom: 42px;
    right: 35px;
}

.partner-connector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 330px;
    height: 330px;
    transform: translate(-50%,-50%);
    border: 1px dashed rgba(100,116,139,.3);
    border-radius: 50%;
}

.partner-copy h2 {
    font-size: 54px;
    line-height: 1.04;
    letter-spacing: -2.2px;
    margin: 14px 0 18px;
}

.partner-copy > p {
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.partner-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 27px;
}

.partner-point {
    border: 1px solid var(--border);
    border-radius: 19px;
    padding: 16px;
    background: #fff;
}

    .partner-point i {
        color: var(--primary);
        margin-bottom: 9px;
    }

    .partner-point strong {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .partner-point span {
        color: #64748b;
        font-size: 12px;
        line-height: 1.5;
    }

/* Testimonials */

.testimonials-section {
    padding: 110px 0;
    background: linear-gradient(180deg,#f8fafc,#fff);
}

.testimonials-notice {
    max-width: 820px;
    margin: 0 auto 28px;
    padding: 13px 16px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 55px rgba(15,23,42,.07);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    color: #f59e0b;
    font-size: 13px;
    margin-bottom: 20px;
}

.testimonial-card blockquote {
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg,var(--primary),var(--blue));
}

.testimonial-user strong {
    display: block;
    font-size: 14px;
}

.testimonial-user span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

/* Trust Strip */

.trust-strip {
    padding: 34px 0;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
    align-items: center;
}

.trust-item {
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 13px;
    font-weight: 850;
}

    .trust-item i {
        color: var(--primary);
        font-size: 18px;
    }

/* Responsive Phase 4 */

@media(max-width:1100px) {
    .connected-layout, .global-layout, .partner-layout {
        grid-template-columns: 1fr;
    }

    .connected-copy {
        max-width: none;
    }

    .ecosystem-orbit {
        min-height: 660px;
    }

    .outcomes-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .global-copy {
        max-width: 700px;
    }

    .testimonial-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .trust-strip-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:720px) {
    .connected-copy h2, .global-copy h2, .partner-copy h2 {
        font-size: 38px;
        letter-spacing: -1.4px;
    }

    .ecosystem-orbit {
        min-height: 760px;
        transform: scale(.9);
    }

    .orbit-ring-two {
        width: 430px;
        height: 430px;
    }

    .node-creator {
        right: -15px;
    }

    .node-studio {
        right: -15px;
    }

    .node-social {
        left: -15px;
    }

    .node-market {
        left: -15px;
    }

    .outcomes-grid,
    .testimonial-grid,
    .partner-points {
        grid-template-columns: 1fr;
    }

    .outcomes-summary {
        grid-template-columns: 1fr;
    }

    .outcomes-summary-actions {
        justify-content: flex-start;
    }

    .world-visual {
        min-height: 420px;
    }

    .world-shape {
        inset: 65px 30px;
    }

    .partner-visual {
        min-height: 700px;
    }

    .partner-agency {
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }

    .partner-freelancer {
        top: 190px;
        right: 20px;
    }

    .partner-consultant {
        bottom: 190px;
        left: 20px;
    }

    .partner-reseller {
        bottom: 35px;
        right: 50%;
        transform: translateX(50%);
    }

    .partner-connector {
        width: 280px;
        height: 480px;
    }

    .trust-strip-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:480px) {
    .ecosystem-orbit {
        min-height: 820px;
        transform: scale(.82);
        margin: -55px -45px;
    }

    .trust-strip-grid {
        grid-template-columns: 1fr;
    }
}


/* ==============================
       PHASE 5 - PRICING, FAQ, CTA, FOOTER
    ================================= */

.pricing-section {
    padding: 110px 0;
    background: linear-gradient(180deg,#fff,#f8fafc);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.pricing-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(15,23,42,.07);
    position: relative;
}

    .pricing-card.featured {
        background: #0f172a;
        color: #fff;
        transform: scale(1.03);
    }

.pricing-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.pricing-card h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.price {
    font-size: 44px;
    font-weight: 950;
    margin: 18px 0;
}

    .price span {
        font-size: 15px;
        color: #64748b;
    }

.pricing-card.featured .price span,
.pricing-card.featured p,
.pricing-card.featured li {
    color: #cbd5e1;
}

.pricing-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 22px;
}

.pricing-card ul {
    list-style: none;
    display: grid;
    gap: 13px;
    margin: 24px 0;
}

.pricing-card li {
    color: #475569;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

    .pricing-card li i {
        color: #16a34a;
        margin-top: 3px;
    }

.faq-section {
    padding: 105px 0;
    background: #fff;
}

.faq-wrap {
    max-width: 920px;
    margin: auto;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 14px;
    background: #fff;
}

    .faq-item h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .faq-item p {
        color: #64748b;
        line-height: 1.7;
    }

.final-cta {
    padding: 110px 0;
    background: #07101f;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .final-cta:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 20%,rgba(255,90,60,.35),transparent 28%), radial-gradient(circle at 80% 70%,rgba(37,99,235,.35),transparent 30%);
    }

    .final-cta .container {
        position: relative;
    }

    .final-cta h2 {
        font-size: 62px;
        line-height: 1.03;
        letter-spacing: -2.5px;
        max-width: 900px;
        margin: 0 auto 22px;
    }

    .final-cta p {
        color: #cbd5e1;
        font-size: 19px;
        line-height: 1.7;
        max-width: 760px;
        margin: 0 auto 34px;
    }

.final-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.eg-footer {
    background: #020617;
    color: #cbd5e1;
    padding: 75px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4,1fr);
    gap: 34px;
}

.footer-brand p {
    margin-top: 18px;
    line-height: 1.7;
    color: #94a3b8;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 18px;
}

.footer-col a {
    display: block;
    color: #94a3b8;
    margin-bottom: 12px;
    font-size: 14px;
}

    .footer-col a:hover {
        color: #fff;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 45px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 14px;
}

@media(max-width:1050px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:640px) {
    .final-cta h2 {
        font-size: 40px;
        letter-spacing: -1.4px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}



:root {
    --eg-primary: #ff4d32;
    --eg-primary-dark: #df3922;
    --eg-blue: #2563eb;
    --eg-purple: #7c3aed;
    --eg-green: #16a34a;
    --eg-dark: #0f172a;
    --eg-text: #475467;
    --eg-muted: #667085;
    --eg-border: #e4e7ec;
    --eg-soft: #fff5f2;
    --eg-surface: #ffffff;
    --eg-shadow: 0 28px 80px rgba(15, 23, 42, .12);
}

.eg-public-page,
.eg-public-page * {
    box-sizing: border-box;
}

.eg-public-page {
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    color: var(--eg-dark);
    background: radial-gradient(circle at 8% 12%, rgba(255, 77, 50, .13), transparent 27%), radial-gradient(circle at 92% 16%, rgba(37, 99, 235, .11), transparent 27%), linear-gradient(135deg, #fff 0%, #fffaf8 46%, #f7f9ff 100%);
}

    .eg-public-page .eg-public-container {
        width: min(1220px, calc(100% - 30px));
        margin-inline: auto;
    }

    .eg-public-page .eg-public-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 13px;
        border: 1px solid rgba(255, 77, 50, .18);
        border-radius: 999px;
        background: rgba(255, 255, 255, .82);
        color: var(--eg-primary-dark);
        font-size: 12px;
        font-weight: 850;
    }

    .eg-public-page .eg-public-primary,
    .eg-public-page .eg-public-secondary {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 19px;
        border-radius: 13px;
        font-size: 13px;
        font-weight: 850;
        text-decoration: none;
        transition: .2s ease;
    }

    .eg-public-page .eg-public-primary {
        border: 1px solid var(--eg-primary);
        background: linear-gradient(135deg, var(--eg-primary), #ff7657);
        color: #fff;
        box-shadow: 0 13px 28px rgba(255, 77, 50, .22);
    }

        .eg-public-page .eg-public-primary:hover {
            color: #fff;
            transform: translateY(-1px);
        }

    .eg-public-page .eg-public-secondary {
        border: 1px solid var(--eg-border);
        background: #fff;
        color: #344054;
    }

        .eg-public-page .eg-public-secondary:hover {
            border-color: rgba(255, 77, 50, .25);
            color: var(--eg-primary-dark);
        }

/* AUTHENTICATION */
.eg-auth-page {
    padding: 42px 0 70px;
}

    .eg-auth-page .eg-auth-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 22px;
    }

    .eg-auth-page .eg-auth-back {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 9px 14px;
        border: 1px solid var(--eg-border);
        border-radius: 12px;
        background: rgba(255, 255, 255, .82);
        color: #475467;
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
    }

    .eg-auth-page .eg-auth-layout {
        display: grid;
        grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
        align-items: stretch;
        gap: 22px;
    }

    .eg-auth-page .eg-auth-story {
        position: relative;
        overflow: hidden;
        min-height: 100%;
        padding: 42px;
        border-radius: 30px;
        background: radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .35), transparent 28%), radial-gradient(circle at 10% 90%, rgba(255, 77, 50, .28), transparent 31%), linear-gradient(145deg, #07101f, #17213a 58%, #1b1732);
        color: #fff;
        box-shadow: var(--eg-shadow);
    }

        .eg-auth-page .eg-auth-story::after {
            content: "";
            position: absolute;
            width: 330px;
            height: 330px;
            right: -180px;
            bottom: -190px;
            border: 1px solid rgba(255, 255, 255, .09);
            border-radius: 50%;
            box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018);
        }

    .eg-auth-page .eg-auth-story-content {
        position: relative;
        z-index: 1;
    }

    .eg-auth-page .eg-auth-story .eg-public-eyebrow {
        border-color: rgba(255, 255, 255, .13);
        background: rgba(255, 255, 255, .08);
        color: #fecaca;
    }

    .eg-auth-page .eg-auth-title {
        margin: 20px 0 16px;
        color: #fff;
        font-size: clamp(39px, 4.5vw, 61px);
        line-height: 1;
        letter-spacing: -2.7px;
        font-weight: 950;
    }

        .eg-auth-page .eg-auth-title span {
            background: linear-gradient(135deg, #ff6b4e, #ff9a7d 45%, #93a8ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

    .eg-auth-page .eg-auth-intro {
        max-width: 600px;
        margin: 0;
        color: #cbd5e1;
        font-size: 16px;
        line-height: 1.75;
    }

    .eg-auth-page .eg-auth-journey {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
        margin-top: 26px;
    }

    .eg-auth-page .eg-auth-journey-item {
        min-height: 82px;
        padding: 13px;
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 16px;
        background: rgba(255, 255, 255, .065);
    }

        .eg-auth-page .eg-auth-journey-item i {
            color: #ff8169;
            font-size: 15px;
        }

        .eg-auth-page .eg-auth-journey-item strong {
            display: block;
            margin-top: 9px;
            color: #fff;
            font-size: 12px;
        }

    .eg-auth-page .eg-auth-benefits {
        display: grid;
        gap: 10px;
        margin-top: 26px;
    }

    .eg-auth-page .eg-auth-benefit {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 16px;
        background: rgba(255, 255, 255, .055);
    }

    .eg-auth-page .eg-auth-benefit-icon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        background: rgba(255, 77, 50, .14);
        color: #ff8169;
    }

    .eg-auth-page .eg-auth-benefit strong {
        display: block;
        color: #fff;
        font-size: 13px;
    }

    .eg-auth-page .eg-auth-benefit span {
        display: block;
        margin-top: 2px;
        color: #aebbd0;
        font-size: 11px;
        line-height: 1.45;
    }

    .eg-auth-page .eg-auth-promise {
        display: flex;
        align-items: center;
        gap: 9px;
        margin-top: 25px;
        color: #bbf7d0;
        font-size: 12px;
        font-weight: 800;
    }

    .eg-auth-page .eg-auth-card {
        padding: 34px;
        border: 1px solid rgba(228, 231, 236, .95);
        border-radius: 30px;
        background: rgba(255, 255, 255, .96);
        box-shadow: var(--eg-shadow);
        backdrop-filter: blur(16px);
    }

    .eg-auth-page .eg-auth-form-heading {
        margin: 0;
        color: var(--eg-dark);
        font-size: 27px;
        letter-spacing: -.8px;
        font-weight: 900;
    }

    .eg-auth-page .eg-auth-form-intro {
        margin: 6px 0 0;
        color: var(--eg-muted);
        font-size: 13px;
        line-height: 1.6;
    }

    .eg-auth-page .eg-auth-easy-note {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 14px;
        margin: 18px 0;
        border: 1px solid #d1fadf;
        border-radius: 14px;
        background: #ecfdf3;
        color: #166534;
        font-size: 12px;
        line-height: 1.5;
    }

    .eg-auth-page .eg-auth-social-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .eg-auth-page .eg-auth-social {
        min-height: 47px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 13px;
        border: 1px solid var(--eg-border);
        border-radius: 13px;
        background: #fff;
        color: #344054;
        font-size: 12px;
        font-weight: 800;
    }

    .eg-auth-page .eg-auth-divider {
        display: flex;
        align-items: center;
        gap: 11px;
        margin: 18px 0;
        color: #98a2b3;
        font-size: 10px;
        font-weight: 850;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

        .eg-auth-page .eg-auth-divider::before,
        .eg-auth-page .eg-auth-divider::after {
            content: "";
            height: 1px;
            flex: 1;
            background: var(--eg-border);
        }

    .eg-auth-page .eg-auth-label {
        margin-bottom: 6px;
        color: #344054;
        font-size: 12px;
        font-weight: 800;
    }

    .eg-auth-page .eg-auth-control {
        min-height: 49px;
        border: 1px solid #dfe3ea;
        border-radius: 12px;
        background: #fbfcfe;
        font-size: 14px;
    }

        .eg-auth-page .eg-auth-control:focus {
            border-color: rgba(255, 77, 50, .65);
            background: #fff;
            box-shadow: 0 0 0 4px rgba(255, 77, 50, .09);
        }

    .eg-auth-page .eg-auth-password-button {
        min-width: 52px;
        border: 1px solid #dfe3ea;
        border-left: 0;
        border-radius: 0 12px 12px 0;
        background: #fff;
        color: #667085;
    }

    .eg-auth-page .eg-auth-validation {
        color: #dc2626;
        font-size: 11px;
    }

    .eg-auth-page .eg-auth-captcha {
        max-width: 100%;
        overflow: hidden;
    }

    .eg-auth-page .eg-auth-submit {
        width: 100%;
        min-height: 52px;
        border: 0;
        border-radius: 13px;
        background: linear-gradient(135deg, var(--eg-primary), #ff7657);
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        box-shadow: 0 14px 30px rgba(255, 77, 50, .24);
    }

        .eg-auth-page .eg-auth-submit:hover {
            background: linear-gradient(135deg, var(--eg-primary-dark), var(--eg-primary));
            color: #fff;
        }

    .eg-auth-page .eg-auth-policy,
    .eg-auth-page .eg-auth-signin {
        color: var(--eg-muted);
        font-size: 11px;
        line-height: 1.55;
    }

        .eg-auth-page .eg-auth-signin a,
        .eg-auth-page .eg-auth-policy a {
            color: var(--eg-primary-dark);
            font-weight: 800;
            text-decoration: none;
        }

@media (max-width: 991.98px) {
    .eg-auth-page {
        padding-top: 28px;
    }

        .eg-auth-page .eg-auth-layout {
            grid-template-columns: minmax(0, 1fr);
        }

        .eg-auth-page .eg-auth-card {
            order: 1;
        }

        .eg-auth-page .eg-auth-story {
            order: 2;
        }
}

@media (max-width: 575.98px) {
    .eg-public-page .eg-public-container {
        width: calc(100% - 20px);
    }

    .eg-auth-page {
        padding: 18px 0 45px;
    }

        .eg-auth-page .eg-auth-topbar {
            margin-bottom: 13px;
        }

        .eg-auth-page .eg-auth-story,
        .eg-auth-page .eg-auth-card {
            padding: 23px 17px;
            border-radius: 23px;
        }

        .eg-auth-page .eg-auth-title {
            font-size: 39px;
            letter-spacing: -2px;
        }

        .eg-auth-page .eg-auth-journey,
        .eg-auth-page .eg-auth-social-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .eg-auth-page .eg-auth-journey-item {
            min-height: 66px;
        }

        .eg-auth-page .eg-auth-form-heading {
            font-size: 24px;
        }

        .eg-auth-page .eg-auth-captcha {
            transform: scale(.86);
            transform-origin: left top;
            margin-bottom: -10px;
        }
}

.eg-auth-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

    .eg-auth-form-header .eg-auth-form-heading,
    .eg-auth-form-header .eg-auth-form-intro {
        margin-bottom: 2px;
    }

.eg-auth-form-icon {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #e53935, #ff4d32);
    box-shadow: 0 9px 22px rgba(229, 57, 53, .2);
}

.eg-auth-phone-group {
    flex-wrap: nowrap;
}

.eg-auth-country-code {
    flex: 0 0 148px;
    max-width: 148px;
    min-height: 50px;
    border-color: #e5e7eb;
    border-radius: 12px 0 0 12px;
    color: #171827;
    background-color: #f8f9fb;
    font-size: 14px;
    font-weight: 600;
}

.eg-auth-phone-group .eg-auth-control {
    border-radius: 0 12px 12px 0;
}

.eg-auth-field-help {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.45;
}

    .eg-auth-field-help i {
        color: #25d366;
        font-size: 14px;
    }

.eg-auth-input-wrap {
    position: relative;
}

    .eg-auth-input-wrap > i {
        position: absolute;
        top: 50%;
        left: 16px;
        z-index: 2;
        color: #9ca3af;
        transform: translateY(-50%);
    }

    .eg-auth-input-wrap .eg-auth-control {
        padding-left: 44px;
    }

.eg-auth-security {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e8e9ee;
    border-radius: 14px;
    background: #fafbfc;
}

.eg-auth-security-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

    .eg-auth-security-heading strong,
    .eg-auth-security-heading span {
        display: block;
    }

    .eg-auth-security-heading strong {
        color: #171827;
        font-size: 14px;
    }

    .eg-auth-security-heading span {
        margin-top: 2px;
        color: #6b7280;
        font-size: 12px;
    }

    .eg-auth-security-heading > i {
        color: #e53935;
        font-size: 20px;
    }

.eg-auth-summary:empty {
    display: none;
}

@media (max-width: 575.98px) {
    .eg-auth-country-code {
        flex-basis: 125px;
        max-width: 125px;
        padding-right: 25px;
        font-size: 12px;
    }

    .eg-auth-form-header {
        align-items: flex-start;
    }

    .eg-auth-captcha {
        overflow-x: auto;
    }
}