.home-upgrade .container {
    max-width: 1200px;
    margin: 0 auto;
}

.home-upgrade section {
    padding: 80px 0;
}

.home-upgrade p {
    max-width: 700px;
}

.home-upgrade .section-title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 16px;
}

.home-upgrade .section-subtitle {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 28px;
    color: var(--color-text-light);
}

.home-upgrade h2.section-title {
    font-size: 36px;
    font-weight: 700;
}

.home-upgrade h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px;
}

.home-upgrade .hero-section {
    padding: 62px 0 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 255, 0.9) 100%);
    position: relative;
    overflow: hidden;
}

.home-upgrade .hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.home-upgrade .hero-company {
    text-align: center;
    padding-top: 18px;
}

.home-upgrade .hero-company .hero-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.home-upgrade .hero-company .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.home-upgrade .hero-flagship-card {
    background: linear-gradient(180deg, #0b1222 0%, #0f172a 100%);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
}

.home-upgrade .hero-flagship-label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 600;
}

.home-upgrade .hero-flagship-live {
    display: inline-flex;
    margin-left: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #16a34a;
    background: rgba(22, 163, 74, 0.12);
}

.home-upgrade .hero-flagship-card h2 {
    margin: 8px 0 8px;
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;
}

.home-upgrade .hero-flagship-subheading {
    margin: 0 0 10px;
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
}

.home-upgrade .hero-flagship-card p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #dbe5f5;
}

.home-upgrade .hero-flagship-features {
    margin: 14px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #e2e8f0;
    font-size: 15px;
}

.home-upgrade .hero-cta {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.home-upgrade .what-we-build-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
}

.home-upgrade .what-we-build-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -170px;
    right: -150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 70%);
    pointer-events: none;
}

.home-upgrade .what-we-build-section .container {
    position: relative;
    z-index: 1;
}

.home-upgrade .section-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #3b82f6;
}

.home-upgrade .what-we-build-section .section-subtitle {
    max-width: 800px;
}

.home-upgrade .featured-creatordhq {
    padding: 100px 0;
}

.home-upgrade .platform-lineup-section {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.home-upgrade .platform-lineup-section .section-subtitle {
    max-width: none;
    white-space: nowrap;
}

.home-upgrade .platform-lineup-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 300px);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.home-upgrade .platform-lineup-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

.home-upgrade .platform-lineup-card h3 {
    margin: 10px 0 8px;
    font-size: 22px;
}

.home-upgrade .platform-lineup-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--color-text-light);
}

.home-upgrade .platform-lineup-card.is-live {
    border-color: rgba(22, 163, 74, 0.24);
    box-shadow: 0 12px 28px rgba(22, 163, 74, 0.12);
}

.home-upgrade .who-its-for-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    overflow: hidden;
}

.home-upgrade .who-its-for-section::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -140px;
    top: -110px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.13) 0%, rgba(14, 165, 233, 0) 72%);
    pointer-events: none;
}

.home-upgrade .who-its-for-section .container {
    position: relative;
    z-index: 1;
}

.home-upgrade .who-its-for-section .section-subtitle {
    max-width: none;
    white-space: nowrap;
}

.home-upgrade .who-its-for-section .content-grid {
    gap: 24px;
}

.home-upgrade .who-its-for-section .audience-card {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.95));
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-upgrade .how-it-works-section {
    background: linear-gradient(180deg, #fcfdff 0%, #f7faff 100%);
}

.home-upgrade .approach-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
}

.home-upgrade .approach-section .section-subtitle {
    max-width: 900px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
}

.home-upgrade .approach-section .section-title {
    text-align: left;
}

.home-upgrade .approach-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    bottom: -180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 70%);
    pointer-events: none;
}

.home-upgrade .approach-core {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    max-width: none;
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.home-upgrade .approach-core-text {
    margin: 0 0 20px;
    max-width: none;
    text-align: left;
    font-size: 18px;
    line-height: 1.72;
    color: #334155;
}

.home-upgrade .approach-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.home-upgrade .approach-pillar {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 12px;
    padding: 14px;
    background: #ffffff;
    text-align: left;
}

.home-upgrade .approach-pillar h3 {
    margin: 0 0 6px;
    font-size: 19px;
}

.home-upgrade .approach-pillar p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.home-upgrade .roadmap-preview-section {
    background: linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
}

.home-upgrade .final-cta-section {
    background: #ffffff;
}

.home-upgrade .content-grid {
    display: grid;
    gap: 40px;
}

.home-upgrade .content-grid.two-col {
    grid-template-columns: 1fr 1fr;
}

.home-upgrade .content-grid.four-col {
    grid-template-columns: repeat(4, 1fr);
}

.home-upgrade .content-card,
.home-upgrade .audience-card,
.home-upgrade .step-card,
.home-upgrade .milestone-card,
.home-upgrade .feature-list-card {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.home-upgrade .what-we-build-section .content-grid {
    gap: 24px;
}

.home-upgrade .what-we-build-section .content-card {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.94));
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-upgrade .what-we-build-section .content-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    border-color: rgba(59, 130, 246, 0.34);
}

.home-upgrade .what-we-build-section .layer-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.home-upgrade .what-we-build-section .content-card p {
    margin-bottom: 14px;
}

.home-upgrade .what-we-build-section .layer-points {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #475569;
}

.home-upgrade .audience-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-upgrade .audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.13);
    border-color: rgba(14, 165, 233, 0.3);
}

.home-upgrade .who-its-for-section .audience-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0369a1;
    background: rgba(14, 165, 233, 0.11);
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.home-upgrade .who-its-for-section .audience-lead {
    margin: 0 0 14px;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.home-upgrade .audience-card ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: #334155;
}

.home-upgrade .who-its-for-section .audience-card li::marker {
    color: #3b82f6;
}

.home-upgrade .featured-creatordhq-shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 46px;
    border-radius: 20px;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.25), transparent 60%),
        linear-gradient(180deg, #0B1120, #0F172A);
    box-shadow: 0 20px 50px rgba(2, 8, 23, 0.45);
    overflow: hidden;
}

.home-upgrade .featured-creatordhq-shell::before,
.home-upgrade .featured-creatordhq-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.home-upgrade .featured-creatordhq-shell::before {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -60px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.28) 0%, rgba(56, 189, 248, 0) 70%);
    filter: blur(12px);
}

.home-upgrade .featured-creatordhq-shell::after {
    width: 220px;
    height: 220px;
    bottom: -70px;
    left: -50px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.28) 0%, rgba(139, 92, 246, 0) 70%);
    filter: blur(14px);
}

.home-upgrade .featured-creatordhq-left,
.home-upgrade .featured-creatordhq-right {
    position: relative;
    z-index: 1;
}

.home-upgrade .featured-creatordhq-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c7d2fe;
    padding: 6px 10px;
    border: 1px solid rgba(199, 210, 254, 0.35);
    border-radius: 999px;
    margin-bottom: 16px;
}

.home-upgrade .featured-creatordhq .section-title {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 12px;
}

.home-upgrade .featured-creatordhq-subheading {
    font-size: 20px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0 0 16px;
}

.home-upgrade .featured-creatordhq-left p {
    color: #dbe5f5;
}

.home-upgrade .featured-creatordhq .btn-primary {
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.4);
}

.home-upgrade .featured-creatordhq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.home-upgrade .featured-creatordhq-card {
    background: rgba(15, 23, 42, 0.68);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(2, 8, 23, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-upgrade .featured-creatordhq-card h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #f8fafc;
    margin: 0;
}

.home-upgrade .featured-creatordhq-card:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 211, 252, 0.45);
    box-shadow: 0 16px 35px rgba(30, 41, 59, 0.45);
}

.home-upgrade .step-card {
    text-align: left;
}

.home-upgrade .step-number {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.home-upgrade .milestone-card h3 {
    margin: 0;
    font-size: 20px;
}

.home-upgrade .milestone-card p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-light);
}

.home-upgrade .section-cta {
    margin-top: 24px;
}

.home-upgrade .final-cta-shell {
    text-align: center;
    padding: 36px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.1);
}

.home-upgrade .final-cta-shell .section-subtitle {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .home-upgrade .section-title {
        font-size: 44px;
    }

    .home-upgrade h2.section-title {
        font-size: 34px;
    }

    .home-upgrade .content-grid.four-col {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-upgrade .featured-creatordhq-shell {
        grid-template-columns: 1fr;
    }

    .home-upgrade .hero-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 768px) {
    .home-upgrade section {
        padding: 50px 0;
    }

    .home-upgrade .hero-section {
        padding: 52px 0 44px;
    }

    .home-upgrade .section-title {
        font-size: 40px;
    }

    .home-upgrade h2.section-title {
        font-size: 32px;
    }

    .home-upgrade .section-subtitle {
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .home-upgrade .platform-lineup-section .section-subtitle {
        white-space: normal;
    }

    .home-upgrade .who-its-for-section .section-subtitle {
        white-space: normal;
    }

    .home-upgrade .approach-section .section-subtitle {
        white-space: normal;
    }

    .home-upgrade .content-grid.two-col,
    .home-upgrade .content-grid.four-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-upgrade .approach-core {
        padding: 20px;
    }

    .home-upgrade .approach-pillars {
        grid-template-columns: 1fr;
    }

    .home-upgrade .featured-creatordhq {
        padding: 50px 0;
    }

    .home-upgrade .featured-creatordhq .section-title {
        font-size: 36px;
    }

    .home-upgrade .featured-creatordhq-subheading {
        font-size: 18px;
    }

    .home-upgrade .featured-creatordhq-shell,
    .home-upgrade .final-cta-shell {
        padding: 22px;
    }

    .home-upgrade .featured-creatordhq-grid {
        grid-template-columns: 1fr;
    }

    .home-upgrade .hero-cta {
        justify-content: flex-start;
    }

    .home-upgrade .hero-flagship-card h2 {
        font-size: 30px;
    }

    .home-upgrade .platform-lineup-scroll {
        grid-auto-columns: minmax(240px, 85%);
    }
}
