/* ===== FORGE MATRIX - 3D PREMIUM THEME ===== */

:root {
    --gold: #C58A2C;
    --gold-light: #E5B15B;
    --gold-glow: rgba(197, 138, 44, 0.4);
    --alabaster: #F9F9F7;
    --obsidian: #0D0D0D;
    --white: #FFFFFF;
    --light-bg: #F9F9F7;
    --dark-bg: #0D0D0D;
    --text-dark: #0D0D0D;
    --text-light: #F9F9F7;
    --text-muted: #666666;
    --border-light: rgba(0, 0, 0, 0.1);
    --border-dark: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
    cursor: auto;
    overflow-x: hidden;
}

/* Theme Toggle Button */
.theme-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--bg-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.theme-toggle:hover {
    background: var(--gold);
    border-color: var(--gold);
}

.theme-toggle:hover svg {
    color: white;
}

.theme-icon-light {
    display: block;
}

.theme-icon-dark {
    display: none;
}

body.dark-theme .theme-icon-light {
    display: none;
}

body.dark-theme .theme-icon-dark {
    display: block;
}

/* Dark theme overrides - Comprehensive */
body.dark-theme {
    background: #0D0D0D;
}

body.dark-theme .hero-section,
body.dark-theme .why-section,
body.dark-theme .build-section,
body.dark-theme .architecture-section,
body.dark-theme .process-section,
body.dark-theme .individual-section,
body.dark-theme .hiring-section,
body.dark-theme .faq-section,
body.dark-theme .cta-section,
body.dark-theme footer {
    background: var(--bg-primary);
}

body.dark-theme .arch-card,
body.dark-theme .build-card,
body.dark-theme .faq-item,
body.dark-theme .feature-card,
body.dark-theme .benefit-card {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

body.dark-theme .section-title,
body.dark-theme .arch-title,
body.dark-theme .build-card h4,
body.dark-theme .feature-card h4,
body.dark-theme .benefit-card h3,
body.dark-theme .faq-question,
body.dark-theme .hero-title,
body.dark-theme .cta-title {
    color: var(--text-primary);
}

body.dark-theme .arch-desc,
body.dark-theme .build-card p,
body.dark-theme .hero-subtitle,
body.dark-theme .section-subtitle,
body.dark-theme .feature-card p,
body.dark-theme .benefit-card p,
body.dark-theme .faq-answer,
body.dark-theme .cta-desc,
body.dark-theme .footer-about p,
body.dark-theme .footer-link {
    color: var(--text-secondary);
}

body.dark-theme .nav {
    background: rgba(13, 13, 13, 0.95);
    border-bottom-color: var(--border-color);
}

body.dark-theme .nav-link {
    color: var(--text-secondary);
}

body.dark-theme .nav-link:hover {
    color: var(--gold);
}

/* Process Timeline in Dark Mode */
body.dark-theme .process-step {
    color: var(--text-primary);
}

body.dark-theme .process-step h4 {
    color: var(--text-primary);
}

body.dark-theme .process-step p {
    color: var(--text-secondary);
}

body.dark-theme .timeline-segment.segment-1,
body.dark-theme .timeline-segment.segment-3 {
    background: #FFFFFF;
}

body.dark-theme .timeline-segment.segment-2 {
    background: #0D0D0D;
}

/* Footer in Dark Mode */
body.dark-theme .footer-link:hover {
    color: var(--gold);
}

body.dark-theme .footer-bottom {
    border-top-color: var(--border-color);
    color: var(--text-secondary);
}

/* Forms in Dark Mode */
body.dark-theme input,
body.dark-theme select,
body.dark-theme textarea {
    background: var(--bg-secondary);
    border-color: var(--border-color);
    color: var(--text-primary);
}

body.dark-theme input::placeholder {
    color: var(--text-secondary);
}

body.dark-theme label {
    color: var(--text-primary);
}

/* Cards and sections */
body.dark-theme .trusted-section {
    background: rgba(255, 255, 255, 0.02);
}

/* More Dark Theme Overrides */
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4 {
    color: var(--text-primary);
}

body.dark-theme p {
    color: var(--text-secondary);
}

body.dark-theme .section-tag {
    color: var(--gold);
}

body.dark-theme .btn-secondary {
    background: transparent;
    border-color: var(--gold);
    color: var(--gold);
}

body.dark-theme .modal-box {
    background: #1A1A1A;
    border-color: var(--border-color);
}

body.dark-theme .modal-title {
    color: var(--text-primary);
}

body.dark-theme .modal-desc {
    color: var(--text-secondary);
}

body.dark-theme .footer-links h4 {
    color: var(--text-primary);
}

body.dark-theme .footer-links a {
    color: var(--text-secondary);
}

body.dark-theme .footer-links a:hover {
    color: var(--gold);
}

body.dark-theme .footer-newsletter p {
    color: var(--text-secondary);
}

body.dark-theme .invest-link {
    color: var(--gold);
}

/* CTA Section Dark Mode */
body.dark-theme .cta-section {
    background: linear-gradient(135deg, #1A1A1A 0%, #0D0D0D 100%);
}

/* Individual and Hiring Sections */
body.dark-theme .individual-section,
body.dark-theme .hiring-section {
    background: #0D0D0D;
}

body.dark-theme .individual-section h3,
body.dark-theme .hiring-section h3,
body.dark-theme .individual-section h2,
body.dark-theme .hiring-section h2 {
    color: var(--text-primary);
}

body.dark-theme .individual-section p,
body.dark-theme .hiring-section p {
    color: var(--text-secondary);
}

/* Why and Build Sections */
body.dark-theme .why-section h3,
body.dark-theme .build-section h3 {
    color: var(--text-primary);
}

body.dark-theme .why-card,
body.dark-theme .build-card {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

body.dark-theme .why-card h4,
body.dark-theme .build-card h4 {
    color: var(--text-primary);
}

body.dark-theme .why-card p,
body.dark-theme .build-card p {
    color: var(--text-secondary);
}

/* Architecture Cards */
body.dark-theme .arch-card {
    background: var(--bg-secondary);
}

body.dark-theme .arch-number {
    color: var(--gold);
}

/* Social Links */
body.dark-theme .social-links a {
    color: var(--text-secondary);
    border-color: var(--border-color);
}

body.dark-theme .social-links a:hover {
    color: var(--gold);
    border-color: var(--gold);
}

h1,
h2,
h3,
h4 {
    font-family: 'Syne', sans-serif;
    text-transform: uppercase;
    line-height: 0.95;
}

/* ===== Alternating Section Colors ===== */
/* Dark sections (Black background) */
.why-section,
.architecture-section,
.enterprise-section {
    background: #0D0D0D !important;
    color: #F9F9F7;
}

.why-section h2,
.why-section h3,
.why-section h4,
.architecture-section h2,
.architecture-section h3,
.architecture-section h4,
.enterprise-section h2,
.enterprise-section h3,
.enterprise-section h4 {
    color: #F9F9F7;
}

.why-section p,
.why-section .section-subtitle,
.architecture-section p,
.architecture-section .arch-desc,
.enterprise-section p {
    color: rgba(249, 249, 247, 0.7);
}

.why-section .section-tag,
.architecture-section .section-tag,
.enterprise-section .section-tag {
    color: var(--gold);
}

/* Cards in dark sections */
.architecture-section .arch-card {
    background: #1A1A1A;
    border-color: rgba(255, 255, 255, 0.1);
}

/* FAQ section - Light theme */
.faq-section {
    background: #F9F9F7 !important;
    color: #0D0D0D;
}

.faq-section h2,
.faq-section h3,
.faq-section h4,
.faq-section .faq-question {
    color: #0D0D0D;
}

.faq-section p,
.faq-section .faq-answer {
    color: #666666;
}

.faq-section .section-tag {
    color: var(--gold);
}

.faq-section .faq-item {
    background: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
}

/* Light sections (White background) */
.hero-section,
.build-section,
.process-section,
.individual-section,
.cta-section {
    background: #F9F9F7;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Preloader ===== */
.preloader {
    position: fixed;
    inset: 0;
    background: var(--obsidian);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s, visibility 0.6s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    animation: pulse 1.5s ease-in-out infinite;
}

.loader-check {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: draw 0.6s ease-in-out forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.loader-text {
    font-family: 'Space Mono', monospace;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 0.5em;
    margin-top: 30px;
    text-transform: uppercase;
}

.loader-bar {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px auto 0;
    border-radius: 2px;
    overflow: hidden;
}

.loader-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    animation: loading 0.7s ease-out forwards;
}

@keyframes loading {
    to {
        width: 100%;
    }
}

/* ===== Custom Cursor ===== */
.cursor-dot {
    position: fixed;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 0.1s;
}

.cursor-outline {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transition: transform 0.15s ease-out;
}

@media (max-width: 768px) {
    body {
        cursor: auto;
    }

    .cursor-dot,
    .cursor-outline {
        display: none;
    }
}

/* ===== Matrix Canvas ===== */
.matrix-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    pointer-events: none;
}

/* ===== Navigation ===== */
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 16px 24px;
    transition: all 0.4s;
}

.nav-container.scrolled {
    background: rgba(249, 249, 247, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(197, 138, 44, 0.1);
}

.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.logo-text {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-link {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s;
}

.nav-link:hover {
    color: var(--obsidian);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-mobile-actions {
    display: none;
    align-items: center;
    gap: 12px;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-primary);
    padding: 8px;
}

body.dark-theme .mobile-menu-btn {
    color: var(--text-primary);
}

@media (max-width: 1024px) {
    .nav-links {
        display: none;
    }

    .nav-actions {
        display: none;
    }

    .nav-mobile-actions {
        display: flex;
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-mobile-actions .theme-toggle {
        width: 40px;
        height: 40px;
    }
}

/* ===== Mobile Menu ===== */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--alabaster);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

body.dark-theme .mobile-menu {
    background: var(--bg-primary);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-primary);
    padding: 8px;
    z-index: 100;
}

.mobile-menu-close:hover {
    color: var(--gold);
}

.mobile-menu-content {
    text-align: center;
    padding: 20px;
}

.mobile-menu-content a {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    text-decoration: none;
    margin: 20px 0;
    transition: color 0.3s;
}

.mobile-menu-content a:hover {
    color: var(--gold);
}

/* Mobile Theme Toggle Button */
.mobile-theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background: rgba(197, 138, 44, 0.1);
    border: 1px solid rgba(197, 138, 44, 0.2);
    border-radius: 100px;
    color: var(--gold);
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin: 32px 0 16px;
    transition: all 0.3s;
}

.mobile-theme-toggle:hover {
    background: rgba(197, 138, 44, 0.2);
}

.mobile-theme-toggle .theme-icon-light {
    display: block;
}

.mobile-theme-toggle .theme-icon-dark {
    display: none;
}

.mobile-theme-toggle .theme-text-light {
    display: inline;
}

.mobile-theme-toggle .theme-text-dark {
    display: none;
}

body.dark-theme .mobile-theme-toggle .theme-icon-light {
    display: none;
}

body.dark-theme .mobile-theme-toggle .theme-icon-dark {
    display: block;
}

body.dark-theme .mobile-theme-toggle .theme-text-light {
    display: none;
}

body.dark-theme .mobile-theme-toggle .theme-text-dark {
    display: inline;
}

/* ===== Buttons ===== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: white;
    border: none;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s;
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(197, 138, 44, 0.3);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: transparent;
    color: var(--obsidian);
    border: 2px solid var(--obsidian);
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s;
    text-decoration: none;
}

.btn-secondary:hover {
    background: var(--obsidian);
    color: white;
}

.btn-lg {
    padding: 20px 40px;
    font-size: 11px;
}

/* ===== Utility Classes ===== */
.gold-gradient {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gold {
    color: var(--gold);
}

.w-full {
    width: 100%;
}

/* ===== Hero Section ===== */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 120px 24px 80px;
}

.hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(197, 138, 44, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197, 138, 44, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.floating-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    display: none;
    /* Hidden - was causing visual issues */
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    opacity: 0.03;
    filter: blur(80px);
    animation: float 20s infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 300px;
    height: 300px;
    top: 60%;
    right: 10%;
    animation-delay: -5s;
}

.shape-3 {
    width: 250px;
    height: 250px;
    bottom: 20%;
    left: 20%;
    animation-delay: -10s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(197, 138, 44, 0.1);
    border-radius: 100px;
    margin-bottom: 40px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero-badge span:last-child {
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
}

.hero-title {
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    line-height: 1.1;
}

.hero-subtitle {
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #666;
    line-height: 1.8;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 80px;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--obsidian);
}

.stat-suffix {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

.stat-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #999;
    margin-top: 5px;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.scroll-indicator span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    margin: 0 auto;
    animation: scrollLine 2s infinite;
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    51% {
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* ===== Trusted Section ===== */
.trusted-section {
    padding: 60px 0;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.trusted-label {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 30px;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
}

.logo-marquee::before,
.logo-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
}

.logo-marquee::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}

.logo-marquee::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

.logo-track {
    display: flex;
    gap: 80px;
    animation: marquee 30s linear infinite;
}

.logo-item {
    flex-shrink: 0;
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ddd;
    letter-spacing: 0.1em;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== Section Styles ===== */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-tag {
    display: inline-block;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.section-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.02em;
}

/* ===== Why Section ===== */
.why-section {
    padding: 150px 0;
    background: var(--obsidian);
    color: white;
}

.why-section .section-title {
    color: white;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1000px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}

.why-card {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    text-align: center;
    transition: transform 0.3s, background 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
}

.why-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(197, 138, 44, 0.15);
    color: var(--gold);
    border-radius: 16px;
    margin: 0 auto 24px;
}

.why-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.why-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    opacity: 0.6;
    color: white;
}

/* ===== Build Section ===== */
.build-section {
    padding: 150px 0;
    background: var(--alabaster);
}

.build-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1000px) {
    .build-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .build-grid {
        grid-template-columns: 1fr;
    }
}

.build-card {
    padding: 40px 30px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.build-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.build-number {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold);
    opacity: 0.3;
    margin-bottom: 16px;
}

.build-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.build-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666;
}

/* ===== Architecture Section ===== */
.architecture-section {
    padding: 150px 0;
    background: var(--alabaster);
}

.architecture-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 900px) {
    .architecture-grid {
        grid-template-columns: 1fr;
    }
}

.arch-card {
    padding: 60px;
    border-radius: 40px;
    transition: transform 0.4s;
}

.arch-card:hover {
    transform: translateY(-10px);
}

.forge-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.matrix-card {
    background: var(--obsidian);
    color: white;
}

.arch-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.forge-card .arch-icon {
    background: rgba(197, 138, 44, 0.1);
    color: var(--gold);
}

.matrix-card .arch-icon {
    background: rgba(197, 138, 44, 0.2);
    color: var(--gold);
}

.arch-title {
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 5px;
}

.arch-subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.arch-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    opacity: 0.7;
    margin-bottom: 30px;
}

.arch-features {
    list-style: none;
    margin-bottom: 40px;
}

.arch-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.arch-features li:last-child {
    border-bottom: none;
}

.forge-card .arch-features li i {
    color: var(--gold);
}

.matrix-card .arch-features li i {
    color: var(--gold);
}

.arch-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    background: none;
    border: none;
    cursor: pointer;
    transition: gap 0.3s;
}

.arch-cta:hover {
    gap: 16px;
}

/* ===== Process Section ===== */
.process-section {
    padding: 150px 0;
    background: #F9F9F7;
    color: #0D0D0D;
}

.process-section .section-tag {
    color: var(--gold);
}

.process-section .section-title {
    color: #0D0D0D;
}

.process-section .gold-gradient {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-left: 30px;
}

.timeline-segments {
    position: absolute;
    left: 59px;
    top: 80px;
    bottom: 80px;
    width: 3px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.timeline-segment {
    flex: 1;
    width: 100%;
    border-radius: 2px;
}

/* Timeline line - solid black */
.timeline-segment.segment-1,
.timeline-segment.segment-2,
.timeline-segment.segment-3 {
    background: #0D0D0D;
}

.process-step {
    display: flex;
    gap: 40px;
    padding: 40px 0;
    position: relative;
    opacity: 1 !important;
    transform: none !important;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: white;
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.step-content {
    padding-top: 15px;
}

.step-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0D0D0D;
}

.step-content p {
    font-size: 1rem;
    opacity: 1;
    line-height: 1.7;
    color: #666666;
}

@media (max-width: 600px) {
    .timeline-segments {
        left: 20px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .process-step {
        gap: 20px;
    }
}

/* ===== Enterprise Section ===== */
.enterprise-section {
    padding: 150px 0;
    background: var(--alabaster);
}

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

@media (max-width: 1000px) {
    .enterprise-grid {
        grid-template-columns: 1fr;
    }
}

.enterprise-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(249, 249, 247, 0.7);
    margin-bottom: 40px;
}

.enterprise-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-item h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #F9F9F7;
}

.feature-item p {
    font-size: 0.875rem;
    color: rgba(249, 249, 247, 0.6);
}

.dashboard-preview {
    background: var(--obsidian);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

.dashboard-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dashboard-dots {
    display: flex;
    gap: 6px;
}

.dashboard-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.dashboard-dots span:first-child {
    background: #ff5f57;
}

.dashboard-dots span:nth-child(2) {
    background: #febc2e;
}

.dashboard-dots span:nth-child(3) {
    background: #28c840;
}

.dashboard-title {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.1em;
}

.dashboard-content {
    padding: 30px;
}

.metric-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    margin-bottom: 12px;
}

.metric-label {
    font-size: 12px;
    color: #666;
}

.metric-value {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gold);
}

.chart-placeholder {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 120px;
    padding-top: 20px;
}

.chart-bar {
    flex: 1;
    background: linear-gradient(to top, var(--gold), var(--gold-light));
    border-radius: 6px 6px 0 0;
    animation: barGrow 1s ease-out;
}

@keyframes barGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

/* ===== Individual Section ===== */
.individual-section {
    padding: 150px 0;
    background: #F9F9F7;
    color: #0D0D0D;
}

.individual-section .section-tag {
    color: var(--gold);
}

.individual-section .section-title {
    color: #0D0D0D;
}

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

@media (max-width: 1000px) {
    .individual-grid {
        grid-template-columns: 1fr;
    }
}

.individual-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 40px;
}

.deliverables-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.deliverable {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.deliverable i {
    color: var(--gold);
}

.deliverable span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #0D0D0D;
}

.profile-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding: 40px;
    text-align: center;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.profile-info h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #0D0D0D;
}

.profile-info p {
    font-size: 0.875rem;
    color: #666666;
}

.rq-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    background: var(--gold);
    border-radius: 16px;
    margin: 30px 0;
}

.rq-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.8;
    color: white;
}

.rq-value {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
}

.profile-stats {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-stat {
    text-align: center;
}

.stat-num {
    display: block;
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0D0D0D;
}

.stat-txt {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ===== Pricing Section ===== */
.pricing-section {
    padding: 150px 0;
    background: var(--alabaster);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.pricing-card {
    background: white;
    border-radius: 32px;
    padding: 50px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.4s;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.featured {
    background: var(--obsidian);
    color: white;
    border: 2px solid var(--gold);
}

.pricing-card.enterprise {
    background: linear-gradient(135deg, rgba(197, 138, 44, 0.1), rgba(197, 138, 44, 0.05));
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: white;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.price {
    font-family: 'Syne', sans-serif;
    font-size: 3rem;
    font-weight: 800;
}

.currency {
    font-size: 1.5rem;
    vertical-align: top;
}

.period {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.5;
}

.pricing-features {
    list-style: none;
    margin-bottom: 40px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i {
    color: var(--gold);
    width: 18px;
    height: 18px;
}

.pricing-cta {
    width: 100%;
    padding: 18px;
    background: var(--obsidian);
    color: white;
    border: none;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.pricing-card.featured .pricing-cta {
    background: var(--gold);
}

.pricing-cta:hover {
    transform: scale(1.02);
}

/* ===== Testimonials Section ===== */
.testimonials-section {
    padding: 150px 0;
    background: var(--obsidian);
    color: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
}

.testimonial-rating {
    color: var(--gold);
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.author-info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.author-info p {
    font-size: 0.8rem;
    opacity: 0.5;
}

/* ===== FAQ Section ===== */
.faq-section {
    padding: 150px 0;
    background: var(--alabaster);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 32px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 1.125rem;
    font-weight: 600;
}

.faq-question i {
    color: var(--gold);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 28px;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
}

/* ===== CTA Section ===== */
.cta-section {
    padding: 200px 0;
    background: var(--dark-bg);
    position: relative;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.15) 0%, transparent 70%);
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
    color: white;
}

.cta-content h2 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    font-style: italic;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.125rem;
    opacity: 0.6;
    margin-bottom: 50px;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cta-section .btn-secondary {
    border-color: white;
    color: white;
}

.cta-section .btn-secondary:hover {
    background: white;
    color: var(--obsidian);
}

/* ===== Footer ===== */
.footer {
    padding: 100px 0 40px;
    background: #0D0D0D;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #F9F9F7;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr) 1.5fr;
    gap: 60px;
    margin-bottom: 80px;
}

@media (max-width: 1000px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-logo span {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    color: #F9F9F7;
}

.footer-brand p {
    font-size: 0.95rem;
    color: rgba(249, 249, 247, 0.6);
    margin-bottom: 24px;
    line-height: 1.7;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #F9F9F7;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--gold);
    color: white;
}

.footer-links h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #F9F9F7;
}

.footer-links a {
    display: block;
    font-size: 0.95rem;
    color: rgba(249, 249, 247, 0.6);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-newsletter h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #F9F9F7;
}

.footer-newsletter p {
    font-size: 0.95rem;
    color: rgba(249, 249, 247, 0.6);
    margin-bottom: 20px;
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-form input {
    flex: 1;
    min-width: 200px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.3s;
    background: rgba(255, 255, 255, 0.05);
    color: #F9F9F7;
}

.newsletter-form input::placeholder {
    color: rgba(249, 249, 247, 0.5);
}

.newsletter-form input:focus {
    border-color: var(--gold);
}

.newsletter-form button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
}

.newsletter-form button:hover {
    transform: scale(1.05);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.875rem;
    color: rgba(249, 249, 247, 0.5);
}

.invest-link {
    background: none;
    border: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(249, 249, 247, 0.5);
    cursor: pointer;
    transition: color 0.3s;
}

.invest-link:hover {
    color: var(--gold);
}

/* ===== Modals ===== */
.modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-box {
    background: white;
    border-radius: 32px;
    padding: 50px;
    width: 100%;
    max-width: 480px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.4s;
}

.modal.active .modal-box {
    transform: translateY(0);
}

.modal-dark {
    background: var(--obsidian);
    color: white;
    border: 1px solid rgba(197, 138, 44, 0.2);
}

.modal-small {
    max-width: 400px;
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}

.modal-close:hover {
    color: var(--gold);
}

.modal-title {
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 30px;
}

.modal-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 30px;
}

.modal-dark .modal-desc {
    color: #999;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
}

.modal-dark .form-group input,
.modal-dark .form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.modal-dark .form-group select {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
}

/* Select options need dark text on light background for browser native dropdown */
.modal-dark .form-group select option {
    background: #1A1A1A;
    color: #F9F9F7;
    padding: 12px;
}

.modal-dark .form-group input::placeholder {
    color: #666;
}

/* ===== COMPREHENSIVE MOBILE RESPONSIVE STYLES ===== */

/* Large Tablets - 1024px and below */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .hero-section {
        padding: 100px 20px 60px;
    }

    .why-section,
    .build-section,
    .architecture-section,
    .process-section,
    .enterprise-section,
    .individual-section,
    .faq-section {
        padding: 100px 0;
    }

    .cta-section {
        padding: 120px 0;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .arch-card {
        padding: 40px;
    }

    .enterprise-grid,
    .individual-grid {
        gap: 60px;
    }
}

/* Tablets - 768px and below */
@media (max-width: 768px) {

    /* Navigation */
    .nav-container {
        padding: 12px 16px;
    }

    .nav-logo {
        gap: 8px;
    }

    .logo-text {
        font-size: 1rem;
    }

    .nav-actions .btn-primary {
        display: none;
    }

    .theme-toggle {
        width: 40px;
        height: 40px;
    }

    /* Mobile Menu */
    .mobile-menu-content a {
        font-size: 1.5rem;
        margin: 16px 0;
    }

    .mobile-menu-content .btn-primary {
        padding: 16px 32px;
    }

    /* Hero Section */
    .hero-section {
        min-height: auto;
        padding: 100px 16px 60px;
    }

    .hero-badge {
        padding: 8px 16px;
        margin-bottom: 24px;
    }

    .hero-badge span:last-child {
        font-size: 8px;
        letter-spacing: 0.2em;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 3.5rem);
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 40px;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .btn-lg {
        padding: 16px 32px;
        font-size: 10px;
    }

    /* Sections */
    .why-section,
    .build-section,
    .architecture-section,
    .process-section,
    .enterprise-section,
    .individual-section,
    .faq-section {
        padding: 80px 0;
    }

    .cta-section {
        padding: 80px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .section-tag {
        font-size: 9px;
        letter-spacing: 0.4em;
    }

    /* Why Section Cards */
    .why-card {
        padding: 30px 24px;
    }

    .why-card h4 {
        font-size: 1.1rem;
    }

    .why-card p {
        font-size: 0.85rem;
    }

    /* Build Section Cards */
    .build-card {
        padding: 30px 24px;
    }

    .build-number {
        font-size: 2rem;
    }

    .build-card h4 {
        font-size: 1.1rem;
    }

    /* Architecture Cards */
    .arch-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .arch-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .arch-title {
        font-size: 1.5rem;
    }

    .arch-subtitle {
        font-size: 11px;
    }

    .arch-desc {
        font-size: 0.9rem;
        margin-bottom: 24px;
    }

    .arch-features {
        margin-bottom: 30px;
    }

    .arch-features li {
        font-size: 0.85rem;
        padding: 10px 0;
    }

    /* Process Timeline */
    .process-timeline {
        padding-left: 0;
    }

    .timeline-segments {
        left: 20px;
        top: 60px;
        bottom: 60px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .process-step {
        gap: 20px;
        padding: 30px 0;
    }

    .step-content {
        padding-top: 8px;
    }

    .step-content h4 {
        font-size: 1.2rem;
    }

    .step-content p {
        font-size: 0.9rem;
    }

    /* Enterprise Section */
    .enterprise-grid {
        gap: 40px;
    }

    .enterprise-desc {
        font-size: 1rem;
    }

    .feature-item {
        gap: 12px;
    }

    .feature-item h5 {
        font-size: 0.95rem;
    }

    .feature-item p {
        font-size: 0.8rem;
    }

    .dashboard-preview {
        border-radius: 16px;
    }

    .dashboard-content {
        padding: 20px;
    }

    .metric-card {
        padding: 12px 16px;
    }

    .metric-value {
        font-size: 1.25rem;
    }

    .chart-placeholder {
        height: 100px;
        gap: 8px;
    }

    /* Individual Section */
    .individual-grid {
        gap: 40px;
    }

    .individual-desc {
        font-size: 1rem;
    }

    .deliverable {
        padding: 14px 16px;
    }

    .deliverable span {
        font-size: 0.85rem;
    }

    .profile-card {
        padding: 30px;
        border-radius: 24px;
    }

    .profile-avatar {
        width: 80px;
        height: 80px;
    }

    .profile-info h4 {
        font-size: 1.25rem;
    }

    .rq-badge {
        padding: 16px 32px;
    }

    .rq-value {
        font-size: 2rem;
    }

    .stat-num {
        font-size: 1.1rem;
    }

    /* CTA Section */
    .cta-content h2 {
        font-size: clamp(2rem, 7vw, 3.5rem);
    }

    .cta-content p {
        font-size: 1rem;
        margin-bottom: 32px;
        padding: 0 20px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn-primary,
    .cta-buttons .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /* FAQ Section */
    .faq-item {
        padding: 0 24px;
    }

    .faq-question {
        padding: 24px 0;
    }

    .faq-question span {
        font-size: 1rem;
    }

    .faq-answer p {
        font-size: 0.9rem;
    }

    /* Footer */
    .footer {
        padding: 60px 0 30px;
    }

    .footer-grid {
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-brand p {
        font-size: 0.9rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        min-width: auto;
        width: 100%;
    }

    .newsletter-form button {
        width: 100%;
        height: 50px;
        border-radius: 100px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    /* Modals */
    .modal {
        padding: 16px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .modal-box {
        padding: 32px 24px;
        border-radius: 24px;
        margin: auto 0;
    }

    .modal-title {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .modal-desc {
        font-size: 0.85rem;
        margin-bottom: 24px;
    }

    .form-group label {
        font-size: 9px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px;
        font-size: 0.9rem;
    }

    .modal-form {
        gap: 16px;
    }
}

/* Small Phones - 480px and below */
@media (max-width: 480px) {

    /* Navigation */
    .nav-container {
        padding: 10px 12px;
    }

    .nav-logo svg {
        width: 32px;
        height: 32px;
    }

    .logo-text {
        font-size: 0.9rem;
    }

    .theme-toggle {
        width: 36px;
        height: 36px;
    }

    .mobile-menu-btn svg {
        width: 24px;
        height: 24px;
    }

    /* Hero Section */
    .hero-section {
        padding: 90px 12px 50px;
    }

    .hero-badge {
        padding: 6px 12px;
        margin-bottom: 20px;
    }

    .badge-dot {
        width: 6px;
        height: 6px;
    }

    .hero-badge span:last-child {
        font-size: 7px;
        letter-spacing: 0.15em;
    }

    .hero-title {
        font-size: clamp(1.75rem, 12vw, 2.5rem);
        margin-bottom: 16px;
        line-height: 1.15;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        max-width: 100%;
        padding: 14px 24px;
    }

    .btn-lg {
        padding: 14px 24px;
        font-size: 9px;
    }

    /* Sections */
    .container {
        padding: 0 16px;
    }

    .why-section,
    .build-section,
    .architecture-section,
    .process-section,
    .enterprise-section,
    .individual-section,
    .faq-section {
        padding: 60px 0;
    }

    .cta-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .section-tag {
        font-size: 8px;
        letter-spacing: 0.3em;
        margin-bottom: 12px;
    }

    .section-title {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
    }

    /* Cards */
    .why-card,
    .build-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .why-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .why-card h4,
    .build-card h4 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .why-card p,
    .build-card p {
        font-size: 0.8rem;
    }

    .build-number {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    /* Architecture Cards */
    .arch-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .arch-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .arch-icon svg {
        width: 24px;
        height: 24px;
    }

    .arch-title {
        font-size: 1.35rem;
    }

    .arch-desc {
        font-size: 0.85rem;
        line-height: 1.7;
    }

    .arch-features li {
        gap: 10px;
        font-size: 0.8rem;
    }

    .arch-cta {
        font-size: 10px;
    }

    /* Process Timeline */
    .timeline-segments {
        left: 18px;
        top: 50px;
        bottom: 50px;
        width: 2px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .process-step {
        gap: 16px;
        padding: 24px 0;
    }

    .step-content h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .step-content p {
        font-size: 0.85rem;
    }

    /* Enterprise Section */
    .enterprise-content .btn-primary {
        width: 100%;
    }

    .feature-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .feature-item svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* Individual Section */
    .individual-content .btn-primary {
        width: 100%;
    }

    .deliverables-list {
        gap: 12px;
    }

    .deliverable {
        padding: 12px 14px;
        border-radius: 10px;
    }

    .deliverable svg {
        width: 18px;
        height: 18px;
    }

    .deliverable span {
        font-size: 0.8rem;
    }

    .profile-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .profile-avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .profile-avatar svg {
        width: 32px;
        height: 32px;
    }

    .profile-info h4 {
        font-size: 1.1rem;
    }

    .profile-info p {
        font-size: 0.8rem;
    }

    .rq-badge {
        padding: 14px 28px;
        margin: 24px 0;
    }

    .rq-label {
        font-size: 9px;
    }

    .rq-value {
        font-size: 1.75rem;
    }

    .profile-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .profile-stat {
        flex: 1;
        min-width: 80px;
    }

    .stat-num {
        font-size: 1rem;
    }

    .stat-txt {
        font-size: 9px;
    }

    /* CTA Section */
    .cta-glow {
        width: 400px;
        height: 400px;
    }

    .cta-content h2 {
        font-size: clamp(1.75rem, 9vw, 2.5rem);
        margin-bottom: 16px;
    }

    .cta-content p {
        font-size: 0.9rem;
        margin-bottom: 28px;
        line-height: 1.7;
    }

    /* FAQ Section */
    .faq-item {
        padding: 0 20px;
        border-radius: 14px;
    }

    .faq-question {
        padding: 20px 0;
    }

    .faq-question span {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .faq-question i {
        margin-left: 12px;
    }

    .faq-answer p {
        font-size: 0.85rem;
        line-height: 1.7;
    }

    /* Footer */
    .footer {
        padding: 50px 0 24px;
    }

    .footer-grid {
        gap: 32px;
        margin-bottom: 32px;
    }

    .footer-logo svg {
        width: 32px;
        height: 32px;
    }

    .footer-logo span {
        font-size: 1.1rem;
    }

    .footer-brand p {
        font-size: 0.85rem;
    }

    .social-links {
        gap: 10px;
    }

    .social-links a {
        width: 36px;
        height: 36px;
    }

    .footer-links h4 {
        font-size: 10px;
        margin-bottom: 16px;
    }

    .footer-links a {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .footer-newsletter h4 {
        font-size: 10px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .footer-newsletter p {
        font-size: 0.85rem;
        margin-bottom: 16px;
    }

    .newsletter-form input {
        padding: 12px 16px;
        font-size: 0.85rem;
    }

    .newsletter-form button {
        height: 46px;
    }

    .footer-bottom {
        padding-top: 24px;
    }

    .footer-bottom p {
        font-size: 0.8rem;
    }

    .invest-link {
        font-size: 9px;
    }

    /* Modals */
    .modal {
        padding: 12px;
    }

    .modal-box {
        padding: 28px 20px;
        border-radius: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-close {
        top: 16px;
        right: 16px;
    }

    .modal-title {
        font-size: 1.35rem;
        margin-bottom: 12px;
        padding-right: 24px;
    }

    .modal-desc {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .form-group label {
        font-size: 8px;
        margin-bottom: 8px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px;
        font-size: 0.85rem;
        border-radius: 10px;
    }

    .modal-form {
        gap: 14px;
    }

    .modal-form .btn-primary {
        padding: 14px;
        font-size: 10px;
    }
}

/* Extra Small Phones - 360px and below */
@media (max-width: 360px) {
    .hero-title {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .arch-title {
        font-size: 1.2rem;
    }

    .profile-stats {
        flex-direction: column;
        gap: 12px;
    }

    .profile-stat {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 12px;
    }

    .profile-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* Landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 80px 20px 40px;
    }

    .hero-cta {
        margin-bottom: 20px;
    }

    .modal {
        align-items: flex-start;
        padding-top: 60px;
    }

    .modal-box {
        max-height: 80vh;
        overflow-y: auto;
    }
}

/* High DPI/Retina improvements */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .timeline-segments {
        width: 2px;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .hero-cta .btn-primary:hover,
    .hero-cta .btn-secondary:hover,
    .arch-card:hover,
    .why-card:hover,
    .build-card:hover {
        transform: none;
    }
}

/* ===== 3D ANIMATIONS & BADASS EFFECTS ===== */

/* Hero 3D Perspective */
.hero-perspective {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.hero-3d-intro {
    animation: heroIntro 1.5s ease-out forwards;
    transform-origin: center center;
}

@keyframes heroIntro {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotateX(15deg) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) rotateX(0) scale(1);
    }
}

/* Secondary Glow */
.hero-glow-secondary {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.06) 0%, transparent 70%);
    pointer-events: none;
    animation: glowPulse 4s ease-in-out infinite alternate;
}

@keyframes glowPulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* 3D Floating Elements */
.floating-3d-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.float-cube {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(197, 138, 44, 0.5);
    background: rgba(197, 138, 44, 0.05);
    transform-style: preserve-3d;
    animation: floatCube 8s ease-in-out infinite;
}

.cube-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.cube-2 {
    top: 60%;
    right: 15%;
    width: 40px;
    height: 40px;
    animation-delay: -2s;
}

.cube-3 {
    bottom: 25%;
    left: 20%;
    width: 30px;
    height: 30px;
    animation-delay: -4s;
}

@keyframes floatCube {

    0%,
    100% {
        transform: translateY(0) rotateX(0) rotateY(0);
    }

    25% {
        transform: translateY(-30px) rotateX(90deg) rotateY(45deg);
    }

    50% {
        transform: translateY(-15px) rotateX(180deg) rotateY(90deg);
    }

    75% {
        transform: translateY(-40px) rotateX(270deg) rotateY(135deg);
    }
}

.float-ring {
    position: absolute;
    border: 2px solid rgba(197, 138, 44, 0.4);
    border-radius: 50%;
    animation: floatRing 12s linear infinite;
}

.ring-1 {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 10%;
}

.ring-2 {
    width: 150px;
    height: 150px;
    bottom: 30%;
    left: 5%;
    animation-direction: reverse;
    animation-duration: 15s;
}

@keyframes floatRing {
    0% {
        transform: rotate(0deg) translateX(20px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

/* Glitch Effect */
.glitch-effect {
    position: relative;
}

.badge-text {
    position: relative;
}

.badge-text::before,
.badge-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.glitch-effect:hover .badge-text::before {
    animation: glitch1 0.3s ease infinite;
    color: #ff0080;
    opacity: 0.8;
}

.glitch-effect:hover .badge-text::after {
    animation: glitch2 0.3s ease infinite;
    color: #00ffff;
    opacity: 0.8;
}

@keyframes glitch1 {

    0%,
    100% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(2px, -2px);
    }

    60% {
        transform: translate(-2px, -2px);
    }

    80% {
        transform: translate(2px, 2px);
    }
}

@keyframes glitch2 {

    0%,
    100% {
        transform: translate(0);
    }

    20% {
        transform: translate(2px, -2px);
    }

    40% {
        transform: translate(-2px, 2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(-2px, -2px);
    }
}

/* Animated Gradient */
.animate-gradient {
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold), var(--gold-light));
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* Button Glow */
.btn-glow {
    position: relative;
    overflow: hidden;
}

.btn-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, var(--gold), var(--gold-light), var(--gold));
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
    filter: blur(15px);
}

.btn-glow:hover::before {
    opacity: 0.6;
}

/* 3D Scroll Indicator */
.scroll-indicator-3d {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    animation: fadeInUp 1s ease 1.5s forwards;
    opacity: 0;
}

.scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(197, 138, 44, 0.5);
    border-radius: 13px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: var(--gold);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s ease infinite;
}

@keyframes scrollWheel {

    0%,
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    50% {
        opacity: 0.3;
        transform: translateX(-50%) translateY(12px);
    }
}

.scroll-indicator-3d span {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(197, 138, 44, 0.6);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
    }
}

/* 3D Card Transforms - Why and Build cards only */
.why-card,
.build-card {
    transform-style: preserve-3d;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.why-card:hover,
.build-card:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

/* Architecture Cards - No tilt, clean hover */
.arch-card {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.arch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(197, 138, 44, 0.2);
}

/* ===== SCROLL-BUILD ANIMATION FOR ARCHITECTURE CARDS ===== */
.scroll-build {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-build-left {
    transform: translateX(-100px) translateY(50px) scale(0.9);
}

.scroll-build-right {
    transform: translateX(100px) translateY(50px) scale(0.9);
}

.scroll-build.built {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
}

/* Inner elements staggered reveal */
.scroll-build .arch-icon {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s ease 0.3s;
}

.scroll-build.built .arch-icon {
    opacity: 1;
    transform: scale(1);
}

.scroll-build .arch-title {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.4s;
}

.scroll-build.built .arch-title {
    opacity: 1;
    transform: translateY(0);
}

.scroll-build .arch-subtitle {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease 0.5s;
}

.scroll-build.built .arch-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.scroll-build .arch-desc {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease 0.6s;
}

.scroll-build.built .arch-desc {
    opacity: 1;
    transform: translateY(0);
}

.scroll-build .arch-features li {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

.scroll-build.built .arch-features li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}

.scroll-build.built .arch-features li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}

.scroll-build.built .arch-features li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.9s;
}

.scroll-build .arch-cta {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 1s;
}

.scroll-build.built .arch-cta {
    opacity: 1;
    transform: translateY(0);
}

/* GSAP ScrollTrigger now handles all scroll animations */

/* Parallax Sections */
.parallax-section {
    will-change: transform;
}

/* ===== ALTERNATING SECTION THEME + 3D EFFECTS ===== */

/* Light Sections (White Background) */
.hero-section,
.build-section,
.process-section,
.individual-section,
.faq-section {
    background: var(--light-bg);
    color: var(--text-dark);
}

/* Dark Sections (Black Background) */
.why-section,
.architecture-section,
.enterprise-section,
.cta-section,
.footer {
    background: var(--dark-bg);
    color: var(--text-light);
}

/* Card Styles for Light Sections */
.build-card {
    background: var(--white);
    border: 1px solid var(--border-light);
}

.build-card h4 {
    color: var(--text-dark);
}

.build-card p {
    color: var(--text-muted);
}

/* Card Styles for Dark Sections */
.why-card {
    background: rgba(255, 255, 255, 0.08);
    /* Reduced transparency */
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}

.why-card h4 {
    color: var(--text-light);
}

.why-card p {
    color: rgba(255, 255, 255, 0.95);
    /* High contrast text */
}

/* Architecture Cards */
.forge-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    color: var(--text-dark);
}

.matrix-card {
    background: var(--dark-bg);
    border: 1px solid rgba(197, 138, 44, 0.3);
    color: var(--text-light);
}

.forge-card .arch-desc {
    color: var(--text-muted);
}

.matrix-card .arch-desc {
    color: rgba(255, 255, 255, 0.7);
}

/* Process Section (Light) */
.step-content h4 {
    color: var(--text-dark);
}

.step-content p {
    color: var(--text-muted);
}

/* Individual Section (Light) */
.deliverable {
    background: var(--white);
    border: 1px solid var(--border-light);
}

.deliverable span {
    color: var(--text-dark);
}

.profile-card {
    background: var(--white);
    border: 1px solid var(--border-light);
}

.profile-info h4 {
    color: var(--text-dark);
}

.profile-info p {
    color: var(--text-muted);
}

.stat-num {
    color: var(--text-dark);
}

.stat-txt {
    color: var(--text-muted);
}

.profile-stats {
    border-top-color: var(--border-light);
}

/* FAQ Section (Light) */
.faq-item {
    background: var(--white);
    border: 1px solid var(--border-light);
}

.faq-question span {
    color: var(--text-dark);
}

.faq-answer p {
    color: var(--text-muted);
}

/* CTA Section (Dark) */
.cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, var(--dark-bg) 100%);
}

.cta-content h2 {
    color: var(--text-light);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile Menu */
.mobile-menu {
    background: var(--light-bg);
}

.mobile-menu-content a {
    color: var(--text-dark);
}

.mobile-menu-close {
    color: var(--text-dark);
}

/* Nav Scrolled */
.nav-container.scrolled {
    background: rgba(249, 249, 247, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
}

/* Buttons */
.btn-secondary {
    border-color: var(--obsidian);
    color: var(--obsidian);
}

.btn-secondary:hover {
    background: var(--obsidian);
    color: var(--text-light);
}

/* Dark section buttons */
.cta-section .btn-secondary {
    border-color: var(--gold);
    color: var(--gold);
}

.cta-section .btn-secondary:hover {
    background: var(--gold);
    color: var(--dark-bg);
}

/* ===== SMOOTH PAGE TRANSITIONS ===== */
.section-transition {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-transition.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered reveal for cards */
.stagger-1 {
    transition-delay: 0.1s;
}

.stagger-2 {
    transition-delay: 0.2s;
}

.stagger-3 {
    transition-delay: 0.3s;
}

.stagger-4 {
    transition-delay: 0.4s;
}

/* Smooth section transitions */
section {
    transition: background-color 0.3s ease;
}

/* ===== ENHANCED MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {

    /* Hero adjustments */
    .floating-3d-elements {
        display: none;
    }

    .hero-section {
        padding: 100px 16px 80px;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-cta {
        flex-direction: column;
        gap: 16px;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .scroll-indicator-3d {
        bottom: 20px;
    }

    /* Section padding */
    .why-section,
    .build-section,
    .architecture-section,
    .process-section,
    .enterprise-section,
    .individual-section,
    .faq-section {
        padding: 80px 0;
    }

    .cta-section {
        padding: 80px 0;
    }

    /* Cards */
    .arch-card {
        padding: 32px 24px;
    }

    .why-card,
    .build-card {
        padding: 24px 20px;
    }

    /* Disable heavy 3D on mobile for performance */
    .arch-card:hover,
    .why-card:hover,
    .build-card:hover {
        transform: translateY(-5px);
    }

    /* Footer */
    .footer-grid {
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    /* Modals */
    .modal-box {
        padding: 28px 20px;
        border-radius: 20px;
    }

    /* Simplified scroll-build for mobile */
    .scroll-build-left,
    .scroll-build-right {
        transform: translateY(30px) scale(0.95);
    }

    .scroll-build.built {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 90px 12px 60px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .arch-card {
        padding: 24px 16px;
    }

    .scroll-indicator-3d {
        display: none;
    }
}

/* ===== 3D DECORATIVE ELEMENTS FOR SECTIONS ===== */
.section-3d-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

section {
    position: relative;
}

section>.container {
    position: relative;
    z-index: 1;
}

/* Decorative Spheres */
.decor-sphere {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(197, 138, 44, 0.3), rgba(197, 138, 44, 0.05));
    animation: floatSphere 10s ease-in-out infinite;
}

.sphere-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 8%;
    animation-delay: 0s;
}

.sphere-2 {
    width: 80px;
    height: 80px;
    bottom: 15%;
    left: 5%;
    animation-delay: -3s;
}

@keyframes floatSphere {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

/* Decorative Rings */
.decor-ring {
    position: absolute;
    border: 2px solid rgba(197, 138, 44, 0.2);
    border-radius: 50%;
    animation: spinRing 20s linear infinite;
}

.ring-lg {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -100px;
}

@keyframes spinRing {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Decorative Dots Grid */
.decor-dots {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(rgba(197, 138, 44, 0.3) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.5;
}

/* Decorative Lines */
.decor-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(197, 138, 44, 0.3), transparent);
    animation: pulseLine 3s ease-in-out infinite;
}

.line-1 {
    width: 200px;
    top: 40%;
    left: -50px;
    transform: rotate(-30deg);
}

@keyframes pulseLine {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }
}

/* ===== FIX FORGE CARD TEXT VISIBILITY ===== */
.forge-card {
    background: var(--white) !important;
    color: var(--text-dark) !important;
}

.forge-card .arch-title {
    color: var(--text-dark) !important;
}

.forge-card .arch-subtitle {
    color: var(--gold) !important;
}

.forge-card .arch-desc {
    color: var(--text-muted) !important;
}

.forge-card .arch-features li {
    color: var(--text-dark) !important;
}

.forge-card .arch-features li i {
    color: var(--gold) !important;
}

/* Matrix Card Styling */
.matrix-card {
    background: linear-gradient(135deg, #1a1a1a 0%, var(--obsidian) 100%) !important;
    color: var(--text-light) !important;
    border: 1px solid rgba(197, 138, 44, 0.3) !important;
}

.matrix-card .arch-title {
    color: var(--text-light) !important;
}

.matrix-card .arch-features li {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Arch Card Glow Effect on Hover */
.arch-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, transparent, rgba(197, 138, 44, 0.3), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s;
}

.arch-card:hover::before {
    opacity: 1;
}

/* ===== PROFESSIONAL POLISH ===== */
/* Smooth text rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Better button transitions */
.btn-primary,
.btn-secondary {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Subtle text shadow for headings on dark sections */
.why-section .section-title,
.architecture-section .section-title,
.enterprise-section .section-title,
.cta-section h2 {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Cards depth effect */
.why-card,
.build-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.why-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Hide 3D decor on mobile */
@media (max-width: 768px) {
    .section-3d-decor {
        display: none;
    }
}

/* ===== BIG TEXT SCROLL SECTIONS ===== */
.scroll-text-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    background: var(--light-bg);
    padding: 80px 0;
}

.scroll-text-section.scroll-text-dark {
    background: var(--dark-bg);
}

.scroll-text-wrapper {
    text-align: center;
    padding: 40px 20px;
    width: 100%;
    max-width: 1400px;
}

.scroll-text-line {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.scroll-word {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.5rem, 10vw, 7rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--obsidian);
    display: inline-block;
    opacity: 0.1;
    transform: translateY(50px) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    letter-spacing: -0.02em;
}

.scroll-text-dark .scroll-word {
    color: var(--text-light);
}

.scroll-word.gold-text {
    color: var(--gold);
}

/* Individual character animation */
.scroll-word .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(60px) rotateX(90deg);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-word.in-view .char {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

/* Scroll progress line */
.scroll-progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    width: 0%;
    transition: width 0.05s linear;
}

/* Text parallax effect */
.scroll-word.parallax-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Horizontal scroll text */
.scroll-horizontal-text {
    position: absolute;
    bottom: 20%;
    left: 0;
    white-space: nowrap;
    font-family: 'Syne', sans-serif;
    font-size: 8rem;
    font-weight: 800;
    color: rgba(197, 138, 44, 0.05);
    text-transform: uppercase;
    pointer-events: none;
    will-change: transform;
}

/* Stagger delays for characters */
.scroll-word .char:nth-child(1) {
    transition-delay: 0.00s;
}

.scroll-word .char:nth-child(2) {
    transition-delay: 0.03s;
}

.scroll-word .char:nth-child(3) {
    transition-delay: 0.06s;
}

.scroll-word .char:nth-child(4) {
    transition-delay: 0.09s;
}

.scroll-word .char:nth-child(5) {
    transition-delay: 0.12s;
}

.scroll-word .char:nth-child(6) {
    transition-delay: 0.15s;
}

.scroll-word .char:nth-child(7) {
    transition-delay: 0.18s;
}

.scroll-word .char:nth-child(8) {
    transition-delay: 0.21s;
}

.scroll-word .char:nth-child(9) {
    transition-delay: 0.24s;
}

.scroll-word .char:nth-child(10) {
    transition-delay: 0.27s;
}

/* Responsive big text */
@media (max-width: 768px) {
    .scroll-word {
        font-size: clamp(2.5rem, 12vw, 5rem);
    }

    .scroll-text-line {
        gap: 15px;
    }

    .scroll-text-section {
        min-height: 60vh;
    }
}

@media (max-width: 480px) {
    .scroll-word {
        font-size: clamp(2rem, 10vw, 3.5rem);
    }
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    border: none;
    border-radius: 50%;
    color: var(--obsidian);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    box-shadow: 0 4px 20px rgba(197, 138, 44, 0.4);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 30px rgba(197, 138, 44, 0.6);
}

.back-to-top:active {
    transform: translateY(0) scale(0.95);
}

.back-to-top i {
    transition: transform 0.3s ease;
}

.back-to-top:hover i {
    transform: translateY(-3px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}

/* ===== CONTROLONE-INSPIRED HERO STYLES ===== */

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
}

/* Atmospheric Glow Orbs */
.hero-glow-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.15) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    filter: blur(60px);
    pointer-events: none;
    animation: pulseGlow 8s ease-in-out infinite;
}

.hero-glow-orb.secondary {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.1) 0%, transparent 70%);
    top: auto;
    bottom: -150px;
    left: -150px;
    right: auto;
    animation-delay: -4s;
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Grid Lines Background */
.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(197, 138, 44, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197, 138, 44, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}

/* Particle Field */
.particle-field {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Hero Content Wrapper - Split Layout */
.hero-content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

/* Hero Text Side */
.hero-text-side {
    padding-top: 80px;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(197, 138, 44, 0.1);
    border: 1px solid rgba(197, 138, 44, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
}

.badge-dot.pulse {
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

/* MASSIVE Hero Title */
.hero-mega-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.hero-mega-title .title-line {
    font-family: 'Syne', sans-serif;
    font-size: clamp(3.5rem, 10vw, 8rem);
    font-weight: 800;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: var(--text-light);
}

.hero-mega-title .title-line.gold-text {
    color: var(--gold);
    text-shadow: 0 0 60px rgba(197, 138, 44, 0.4);
}

/* Hero Description */
.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    max-width: 500px;
    margin-bottom: 40px;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Primary Glow Button */
.btn-primary-glow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--obsidian);
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 0 40px rgba(197, 138, 44, 0.3);
}

.btn-primary-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 60px rgba(197, 138, 44, 0.5);
}

.btn-primary-glow i {
    transition: transform 0.3s ease;
}

.btn-primary-glow:hover i {
    transform: translateX(5px);
}

/* Ghost Button */
.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    background: transparent;
    color: var(--text-light);
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Hero Visual Side */
.hero-visual-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.hero-3d-element {
    position: relative;
    animation: floatShield 6s ease-in-out infinite;
}

@keyframes floatShield {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

.hero-shield {
    filter: drop-shadow(0 0 40px rgba(197, 138, 44, 0.3));
}

.shield-glow {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.2) 0%, transparent 60%);
    filter: blur(40px);
    z-index: -1;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(197, 138, 44, 0.8), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.5;
        height: 60px;
    }

    50% {
        opacity: 1;
        height: 80px;
    }
}

/* ===== FOOTER BIG TEXT ===== */
.footer {
    position: relative;
    overflow: hidden;
}

.footer-big-text {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Syne', sans-serif;
    font-size: clamp(3rem, 10vw, 8rem);
    /* Reduced from 20vw/18rem to fit text */
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(197, 138, 44, 0.03);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -0.02em;
    /* Tighter */
    z-index: 0;
}

.footer>.container {
    position: relative;
    z-index: 1;
}

/* ===== RESPONSIVE HERO ===== */
@media (max-width: 1024px) {
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-text-side {
        order: 1;
    }

    .hero-visual-side {
        order: 0;
        padding-top: 120px;
    }

    .hero-mega-title .title-line {
        font-size: clamp(2.5rem, 12vw, 5rem);
    }

    .hero-description {
        margin: 0 auto 40px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-3d-element svg {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .hero-content-wrapper {
        padding: 0 20px;
    }

    .hero-mega-title .title-line {
        font-size: clamp(2rem, 10vw, 3.5rem);
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 8px 16px;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary-glow,
    .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .scroll-indicator {
        display: none;
    }

    .footer-big-text {
        font-size: clamp(1.5rem, 8vw, 4rem);
        bottom: 0;
    }
}

/* Back to Top - Higher Position */
.back-to-top {
    bottom: 90px !important;
    /* Move above footer content */
}

/* Global Section Decor - Add Glow to all sections */
.section-3d-decor .hero-glow-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 138, 44, 0.1) 0%, transparent 70%);
    filter: blur(50px);
    opacity: 0.4;
    top: -100px;
    right: -100px;
    animation: pulseGlow 6s ease-in-out infinite;
}

/* Ensure alternate positioning for variety */
section:nth-child(even) .section-3d-decor .hero-glow-orb {
    top: auto;
    bottom: -100px;
    right: auto;
    left: -100px;
}

/* Extra small devices */
@media (max-width: 380px) {
    .hero-mega-title .title-line {
        font-size: clamp(1.8rem, 12vw, 2.5rem);
    }

    .hero-text-side {
        padding-top: 40px;
    }

    .hero-visual-side {
        padding-top: 80px;
    }
}

/* ===== LAYOUT OPTIMIZATIONS ===== */

/* Reduce gap after Hero since both are dark */
.why-section {
    padding-top: 100px;
}

/* Optimize mobile spacing */
@media (max-width: 768px) {

    .why-section,
    .build-section,
    .architecture-section,
    .process-section,
    .enterprise-section,
    .individual-section,
    .faq-section {
        padding: 50px 0;
    }

    .why-section {
        padding-top: 50px;
    }

    .cta-section {
        padding: 60px 0;
    }
}

/* ===== SHARED ELEMENTS ON LIGHT BACKGROUNDS ===== */

/* Make glow orbs more visible on light sections */
.build-section .hero-glow-orb,
.process-section .hero-glow-orb,
.individual-section .hero-glow-orb,
.faq-section .hero-glow-orb {
    background: radial-gradient(circle, rgba(197, 138, 44, 0.25) 0%, transparent 70%);
    opacity: 0.8;
}

/* Ensure text colors match the light theme */
.build-section,
.process-section,
.individual-section,
.faq-section {
    color: var(--text-dark);
}

.build-section h2,
.build-section h4,
.process-section h2,
.process-step h4,
.individual-section h2,
.feature-card h4,
.faq-section h2,
.faq-question {
    color: var(--text-dark);
}

.build-section p,
.process-section p,
.individual-section p,
.faq-section p {
    color: var(--text-muted);
}

/* Ensure cards on light sections have borders/backgrounds */
.build-card,
.process-step,
.feature-card,
.faq-item {
    background: var(--white);
    border: 1px solid var(--border-light);
    box-shadow: 0 10px 40px rgba(197, 138, 44, 0.05);
}

/* Gold Particles Removed for Variety */

/* 2. Stronger Glow Orbs for Light Sections */
.hero-section .hero-glow-orb,
.build-section .hero-glow-orb,
.process-section .hero-glow-orb,
.individual-section .hero-glow-orb,
.faq-section .hero-glow-orb {
    /* Rich Gold/Orange Mix */
    background: radial-gradient(circle, rgba(197, 138, 44, 0.5) 0%, rgba(197, 138, 44, 0.1) 60%, transparent 80%);
    opacity: 1;
    mix-blend-mode: multiply;
    /* Burns into white */
}

/* ===== HERO THEME: WHITE (First Segment) ===== */
.hero-section {
    background: var(--light-bg);
    color: var(--text-dark);
}

.hero-mega-title .title-line {
    color: var(--text-dark);
}

.hero-mega-title .title-line.gold-text {
    color: var(--gold);
    text-shadow: none;
}

.hero-description {
    color: var(--text-muted);
}

/* Make Hero Badge/Buttons visible on White */
.hero-badge {
    color: var(--text-dark);
    background: rgba(197, 138, 44, 0.15);
    border-color: rgba(197, 138, 44, 0.3);
}

.btn-ghost {
    color: var(--text-dark);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-ghost:hover {
    background: rgba(197, 138, 44, 0.1);
    color: var(--text-dark);
    border-color: var(--gold);
}

.scroll-indicator {
    color: var(--text-muted);
}

/* Ensure next section (Why) is Dark */
.why-section {
    background: var(--dark-bg);
    color: var(--text-light);
}

/* ===== SPECIFIC GOLD ELEMENTS (VARIETY) ===== */
.gold-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(197, 138, 44, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(197, 138, 44, 0.15) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
    opacity: 0.6;
    pointer-events: none;
}

.gold-ring-large {
    position: absolute;
    width: 800px;
    height: 800px;
    border: 1px solid rgba(197, 138, 44, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateX(60deg);
    animation: spinRing 30s linear infinite;
    pointer-events: none;
}

.gold-nebula {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(197, 138, 44, 0.15), transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(197, 138, 44, 0.1), transparent 40%);
    filter: blur(40px);
    pointer-events: none;
}

/* ===== SECTION FIXES & THEME ENFORCEMENT ===== */

/* Architecture: Dark Theme */
.architecture-section {
    background: var(--dark-bg);
    /* #0a0a0a */
    color: var(--text-light);
}

.architecture-section h2,
.architecture-section h3,
.architecture-section h4 {
    color: var(--text-light);
}

.architecture-section .gold-grid {
    opacity: 0.3;
    /* Subtle grid on dark */
}

/* Footer Text Increase */
.footer-big-text {
    font-size: clamp(4rem, 15vw, 12rem) !important;
    letter-spacing: -0.03em !important;
    color: rgba(255, 255, 255, 0.05) !important;
    opacity: 1 !important;
    bottom: -10px !important;
    z-index: 1 !important;
    white-space: normal !important;
    /* Allow wrapping */
    line-height: 0.8 !important;
    /* Stack tightly on 2 lines */
    text-align: center;
    width: 100%;
    left: 0;
    transform: none;
    /* Reset center transform since using width 100% */
}

/* Visibility Fix for Process Steps */
.process-step h4 {
    color: var(--text-dark) !important;
}

.process-step p {
    color: rgba(13, 13, 13, 0.7) !important;
}

/* Polish Process Section Layout */
.process-step {
    padding: 30px 0 !important;
    /* increased padding */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Clean divider */
    display: flex;
    align-items: center;
    /* Center vertically */
    gap: 30px;
    /* Space between circle and text */
}

.process-step:last-child {
    border-bottom: none;
}

.step-number {
    flex-shrink: 0;
    /* Prevent circle squishing */
    position: relative;
    z-index: 2;
    /* Sit above the line */
    background: var(--gold);
    /* Ensure solid background */
    border-radius: 50%;
}

/* Vertical Connection Line */
.process-timeline {
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 29px;
    /* Center of 60px circle (30px) - 1px half-width */
    top: 30px;
    /* Start at center of first circle */
    bottom: 30px;
    /* End at center of last circle */
    width: 2px;
    background: #000;
    z-index: 0;
}

/* Minimalist Process Step Layout (No Box) */
.process-step {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 40px 0 !important;
    /* Generous vertical spacing */
    border-bottom: none !important;
    /* No horizontal dividers as per image */
}

/* Adjust timeline line to span appropriately */
.process-timeline::before {
    top: 50px;
    /* Approximate center of first step */
    bottom: 50px;
    /* Approximate center of last step */
    /* Restore black line */
    width: 2px;
    background: #000;
    left: 29px;
    z-index: 0;
}

.process-timeline {
    padding: 0;
    /* Let padding be on steps */
    position: relative;
}

.timeline-segments {
    display: none !important;
}

/* Restore Gold Particles for Hero Only */
.hero-section .section-3d-decor::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(197, 138, 44, 0.4) 1.5px, transparent 1.5px);
    background-size: 40px 40px;
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
}

/* Footer Adjustments */
.footer {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
    /* Flush to bottom */
    display: flex;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    /* Hide big text overflow */
}

/* Ensure container is flex column to push bottom bar */
.footer .container {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Grow to fill footer */
    justify-content: flex-start;
}

/* Push content apart? */
.footer-grid {
    flex: 1;
    /* Takes available space */
}

.footer-big-text {
    bottom: 20px !important;
    font-size: clamp(3rem, 15vw, 12rem) !important;
    z-index: 1 !important;
    pointer-events: none;
    /* Ensure text is strictly background */
}

/* Footer Bottom: Pushed to bottom via Flexbox */
.footer-bottom {
    position: relative !important;
    /* In flow */
    width: 100%;
    padding: 30px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    /* Restored */
    background: transparent;
    z-index: 10;
    margin-top: auto !important;
    /* Push to bottom of flex container */
}

/* Ensure JS position updates are instant */
.back-to-top {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease !important;
    /* Exclude 'bottom' from transition */
}