/* GrowthVerse Hero Section - Pure Typography */
.growthverse-hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13, 27, 42, 0.98) 0%, rgba(13, 27, 42, 0.96) 50%, rgba(90, 108, 125, 0.15) 100%),
                var(--color-dark-navy);
    position: relative;
    overflow: hidden;
    padding: 140px 0 100px;
}

.growthverse-hero-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 800px;
    background: radial-gradient(circle, rgba(212, 98, 47, 0.08) 0%, rgba(90, 108, 125, 0.05) 40%, transparent 70%);
    z-index: 1;
    filter: blur(100px);
}

.growthverse-hero-section .container {
    position: relative;
    z-index: 2;
}

/* Centered Hero Content */
.growthverse-hero-section .hero-content-centered {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Decorative Circle */
.growthverse-hero-section .hero-decorative-circle {
    position: absolute;
    top: -80px;
    right: 10%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(212, 98, 47, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.growthverse-hero-section .hero-decorative-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: var(--color-orange);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(212, 98, 47, 0.6);
}

/* Subtitle */
.growthverse-hero-section .hero-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 60px;
    display: inline-block;
}

/* Large Typography Title */
.growthverse-hero-section .hero-title-large {
    font-size: clamp(48px, 7vw, 80px);
    font-weight: 900;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.growthverse-hero-section .hero-title-large .title-gradient {
    background: linear-gradient(135deg, var(--color-orange) 0%, var(--color-orange-light) 50%, var(--color-slate-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* Description */
.growthverse-hero-section .hero-description {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-slate-light);
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.growthverse-hero-section .hero-btn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.growthverse-hero-section .theme-btn {
    padding: 18px 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.growthverse-hero-section .theme-btn.btn-secondary {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.growthverse-hero-section .theme-btn.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--color-orange);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1200px) {
    .growthverse-hero-section .hero-title-large {
        font-size: clamp(42px, 6vw, 70px);
    }

    .growthverse-hero-section .hero-decorative-circle {
        width: 80px;
        height: 80px;
        top: -60px;
    }
}

@media (max-width: 991px) {
    .growthverse-hero-section {
        padding: 120px 0 80px;
        min-height: 90vh;
    }

    .growthverse-hero-section .hero-title-large {
        font-size: clamp(38px, 6vw, 60px);
        letter-spacing: -0.5px;
    }

    .growthverse-hero-section .hero-description {
        font-size: clamp(18px, 2.5vw, 24px);
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .growthverse-hero-section {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .growthverse-hero-section .hero-subtitle {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 40px;
    }

    .growthverse-hero-section .hero-title-large {
        font-size: clamp(32px, 6vw, 50px);
        margin-bottom: 30px;
    }

    .growthverse-hero-section .hero-description {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .growthverse-hero-section .hero-decorative-circle {
        width: 60px;
        height: 60px;
        top: -40px;
        right: 5%;
    }

    .growthverse-hero-section .hero-decorative-circle::after {
        width: 8px;
        height: 8px;
    }

    .growthverse-hero-section .hero-btn-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .growthverse-hero-section .theme-btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding: 16px 32px;
    }
}

@media (max-width: 480px) {
    .growthverse-hero-section .hero-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .growthverse-hero-section .hero-title-large {
        font-size: clamp(26px, 8vw, 42px);
    }

    .growthverse-hero-section .hero-description {
        font-size: 16px;
    }

    .growthverse-hero-section .hero-decorative-circle {
        display: none;
    }
}
