/* 
    Already Answered - Ultra Premium Design System v2.0
    Luxury AI Support Solutions
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&display=swap');

:root {
    --bg-black: #0A0A0A;
    --bg-soft-black: #141414;
    --bg-card: rgba(26, 26, 26, 0.4);
    --text-white: #FFFFFF;
    --text-muted: #B0B0B0;
    --gold-primary: #D4AF37;
    --gold-light: #F6E27A;
    --gold-deep: #A67C00;
    --gold-gradient: linear-gradient(135deg, #A67C00 0%, #D4AF37 50%, #F6E27A 100%);
    --gold-glow: 0 0 20px rgba(212, 175, 55, 0.3);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(212, 175, 55, 0.15);
    --transition-slow: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    --transition-fast: all 0.3s ease;
    --section-spacing: 120px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-black);
    color: var(--text-white);
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
}

/* Typography Hierarchy */
h1,
h2,
h3,
h4,
.logo-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

p {
    font-size: 1.1rem;
    color: var(--text-muted);
}

.gold-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Layout Utilities */
section {
    padding: var(--section-spacing) 8%;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.container {
    width: 100%;
}

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

@media (max-width: 992px) {
    .grid-2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Alternating Backgrounds */
section:nth-child(even) {
    background-color: var(--bg-soft-black);
}

/* Section Dividers */
.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glass-border), transparent);
    margin: 0 auto;
}

/* Scroll Progress */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--gold-gradient);
    z-index: 2000;
    box-shadow: 0 0 10px var(--gold-primary);
}

/* Global Visual Elements */
.bg-texture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(166, 124, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.glow-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

/* Navbar Improvements */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2000;
    transition: var(--transition-slow);
}

header.sticky {
    padding: 15px 8%;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    height: 50px;
    width: auto;
}

.logo-text {
    font-size: 1.6rem;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav ul {
    display: flex;
    gap: 40px;
}

nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    color: var(--text-muted);
    text-decoration: none !important;
}

nav ul li a:hover,
nav ul li a.active {
    color: var(--gold-light);
}

/* Hero Section Enhancement */
#hero {
    min-height: 110vh;
    display: flex;
    align-items: center;
    padding-top: 180px;
    background: #000000;
    position: relative;
    overflow: hidden;
}

#voice-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.hero-split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 5;
}

@media (max-width: 992px) {
    .hero-split {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: var(--transition-medium);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 0 3rem;
    opacity: 0.7;
}

.hero-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 0 3rem;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .hero-description {
        margin: 0 auto 3rem;
    }
}

.hero-btns {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .hero-btns {
        justify-content: center;
    }
}

.hero-visual {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    z-index: 2;
    animation: floatImage 6s ease-in-out infinite;
    position: relative;
    box-shadow: none;
}

@keyframes floatImage {

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

    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

/* Voice Waveform Effect */
.waveform {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 120%;
    height: 200px;
    z-index: 1;
    opacity: 0.6;
}

.waveform span {
    width: 6px;
    height: 40px;
    background: var(--gold-gradient);
    border-radius: 10px;
    animation: wave 1.2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.waveform span:nth-child(2) {
    animation-delay: 0.1s;
}

.waveform span:nth-child(3) {
    animation-delay: 0.2s;
}

.waveform span:nth-child(4) {
    animation-delay: 0.3s;
}

.waveform span:nth-child(5) {
    animation-delay: 0.4s;
}

.waveform span:nth-child(6) {
    animation-delay: 0.5s;
}

.waveform span:nth-child(7) {
    animation-delay: 0.6s;
}

.waveform span:nth-child(8) {
    animation-delay: 0.7s;
}

.waveform span:nth-child(9) {
    animation-delay: 0.8s;
}

.waveform span:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes wave {

    0%,
    100% {
        height: 40px;
    }

    50% {
        height: 120px;
    }
}

/* Golden Sparks Effect */
.sparks {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.spark {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold-light);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold-primary);
    opacity: 0;
    animation: sparkle 4s linear infinite;
}

.spark:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.spark:nth-child(2) {
    top: 50%;
    left: 80%;
    animation-delay: 1s;
}

.spark:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 2s;
}

.spark:nth-child(4) {
    top: 30%;
    left: 60%;
    animation-delay: 3s;
}

.spark:nth-child(5) {
    top: 70%;
    left: 10%;
    animation-delay: 0.5s;
}

@keyframes sparkle {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translate(100px, -100px) scale(0);
        opacity: 0;
    }
}

.btn {
    padding: 20px 45px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: var(--transition-slow);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.btn-primary {
    background: var(--gold-gradient);
    color: #000;
    box-shadow: 0 10px 30px rgba(166, 124, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    color: #fff;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    border-color: var(--gold-primary);
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

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

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    color: var(--gold-primary);
    font-size: 1.5rem;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-10px) translateX(-50%);
    }

    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}

/* Feature Cards (Value Prop) */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

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

.feature-card {
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    text-align: center;
    transition: var(--transition-slow);
}

.feature-card:hover {
    transform: translateY(-15px);
    border-color: var(--gold-primary);
    box-shadow: var(--gold-glow);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2rem;
    color: var(--gold-primary);
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: var(--transition-fast);
}

.feature-card:hover .feature-icon {
    background: var(--gold-gradient);
    color: #000;
    transform: rotateY(360deg);
}

/* Service Grid Upgrade */
.card-system {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

@media (max-width: 576px) {
    .card-system {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: linear-gradient(145deg, rgba(30, 30, 30, 0.8), rgba(15, 15, 15, 0.9));
    padding: 60px 45px;
    border-radius: 30px;
    border: 1px solid var(--glass-border);
    transition: var(--transition-slow);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.05), transparent 70%);
}

.service-card:hover {
    transform: translateY(-20px);
    border-color: var(--gold-primary);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), var(--gold-glow);
}

.service-card h3 {
    margin-top: 20px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-list {
    list-style: none;
    margin-top: 25px;
}

.service-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--text-muted);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.service-list li i {
    color: var(--gold-primary);
    font-size: 0.9rem;
}

/* Why Choose Section (2-Column) */
.why-container {
    display: flex;
    gap: 100px;
    align-items: center;
}

.why-left {
    flex: 1;
}

.why-right {
    flex: 1;
    position: relative;
}

.why-graphic {
    width: 100%;
    height: 500px;
    background: var(--bg-card);
    border-radius: 40px;
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.why-graphic::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: conic-gradient(from 0deg, transparent, var(--gold-primary), transparent);
    animation: rotate 10s linear infinite;
    opacity: 0.2;
}

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

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

.check-item-premium {
    margin-bottom: 40px;
    display: flex;
    gap: 25px;
}

.check-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--gold-gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 900;
}

.check-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

/* Outcome Statistics */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.stat-card {
    text-align: center;
    padding: 50px 30px;
    background: var(--bg-card);
    border-radius: 20px;
    border: 1px solid var(--glass-border);
    transition: var(--transition-slow);
}

.stat-card:hover {
    background: var(--gold-gradient-soft);
    border-color: var(--gold-primary);
}

.stat-number {
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--gold-primary);
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Testimonial Enhancements */
.testimonial-premium {
    max-width: 900px;
    margin: 0 auto;
    background: var(--bg-card);
    padding: 80px;
    border-radius: 40px;
    border: 1px solid var(--glass-border);
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.stars {
    color: var(--gold-primary);
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.quote-mark {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 4rem;
    color: rgba(212, 175, 55, 0.1);
}

/* CTA Bold Enhancement */
#final-cta {
    background: radial-gradient(circle at center, #1A1A1A 0%, #000 100%);
    text-align: center;
    padding: 150px 8%;
    border-top: 1px solid var(--glass-border);
}

.cta-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), var(--gold-gradient);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
}

.cta-box h2 {
    color: #fff;
    margin-bottom: 20px;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    margin-bottom: 40px;
}

/* Footer v2 */
footer {
    padding: 100px 8% 50px;
    background: #050505;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
}

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

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

.footer-col h4 {
    color: var(--gold-primary);
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-col ul li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: var(--text-muted);
    transition: var(--transition-fast);
}

.footer-col ul li a:hover {
    color: var(--gold-primary);
    padding-left: 5px;
}

.social-glow {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.social-glow a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: var(--transition-slow);
}

.social-glow a:hover {
    background: var(--gold-gradient);
    color: #000;
    box-shadow: var(--gold-glow);
    transform: translateY(-5px);
}

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

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Animations */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Back to Top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: var(--gold-gradient);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-fast);
    z-index: 1000;
    box-shadow: var(--gold-glow);
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Number Counter Animation (CSS side) */
.count {
    display: inline-block;
}

/* Mobile Hamburger */
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: var(--gold-primary);
    margin: 6px 0;
    transition: 0.4s;
}

@media (max-width: 992px) {
    .hamburger {
        display: block;
    }

    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }

    nav.active {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        text-align: center;
    }
}

/* VA Fluid Redesign */
.va-fluid {
    background-color: var(--bg-black);
    overflow: hidden;
    padding: 150px 8%;
    position: relative;
}

.va-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20vw;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
}

.va-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.pricing-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: var(--gold-gradient);
    border-radius: 50%;
    color: #000;
    margin: 30px auto 0;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
    animation: pulseGlow 3s infinite;
}

.pricing-badge .price {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.pricing-badge .unit {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 50px hsla(46, 65%, 52%, 0.6);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
        transform: scale(1);
    }
}

.va-fluid-grid {
    display: flex;
    flex-direction: column;
    gap: 120px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.va-item {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.va-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

.va-number {
    font-size: 5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px var(--gold-primary);
    opacity: 0.3;
    line-height: 0.8;
}

.va-info h3 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 15px;
}

.va-info p {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 25px;
}

.va-tags {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.va-item:nth-child(even) .va-tags {
    justify-content: flex-end;
}

.va-tags li {
    font-size: 0.8rem;
    color: var(--gold-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* AI Command Center Redesign */
.ai-command-center {
    background: #000;
    padding: 150px 8%;
    position: relative;
    overflow: hidden;
}

.command-header {
    text-align: center;
    margin-bottom: 80px;
}

.command-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.command-module {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 24px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-slow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.command-module:hover {
    transform: translateY(-10px);
    border-color: var(--gold-primary);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 175, 55, 0.1);
}

.module-scanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    opacity: 0;
    z-index: 1;
}

.command-module:hover .module-scanner {
    animation: scanLine 3s linear infinite;
    opacity: 1;
}

@keyframes scanLine {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

.module-icon {
    width: 80px;
    height: 80px;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 30px;
    transition: var(--transition-fast);
}

.command-module:hover .module-icon {
    background: var(--gold-gradient);
    color: #000;
    transform: rotateY(360deg);
}

.command-module h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

.command-module p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.8;
}

.module-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.feature-tag {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feature-tag span {
    color: var(--gold-primary);
    margin-right: 5px;
}

.module-status {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff00;
}

/* Section 5 — Business Growth Grid */
.growth-section {
    background: var(--bg-black);
    padding: 150px 8%;
}

.growth-header {
    text-align: center;
    margin-bottom: 80px;
}

.growth-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
    width: 100%;
}

@media (max-width: 992px) {
    .growth-grid {
        grid-template-columns: 1fr !important;
    }
}

.growth-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    padding: 60px 40px;
    border-radius: 24px;
    transition: var(--transition-slow);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.growth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.1), transparent 70%);
    opacity: 0;
    transition: var(--transition-fast);
}

.growth-card:hover {
    background: rgba(212, 175, 55, 0.06);
    border-color: var(--gold-primary);
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

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

.growth-icon {
    font-size: 2.5rem;
    color: var(--gold-primary);
    margin-bottom: 25px;
    opacity: 0.8;
}

.growth-card h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.growth-card p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Section 9 — Fluid CTA Redesign */
.cta-fluid-section {
    padding: 180px 8%;
    background: #000;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cta-fluid-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    z-index: -1;
    filter: blur(40px);
}

.cta-fluid-content h2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    margin-bottom: 30px;
    line-height: 1.1;
}

.cta-fluid-content p {
    font-size: 1.3rem;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.cta-footer-text {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.4;
}

/* Global Mobile Overrides */
@media (max-width: 768px) {
    :root {
        --section-spacing: 80px;
    }

    section {
        padding: var(--section-spacing) 5%;
    }

    /* Global Typography Reductions */
    h1 {
        font-size: 2.2rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    p {
        font-size: 0.95rem !important;
        line-height: 1.6;
    }

    .hero-subtitle {
        font-size: 0.7rem !important;
        letter-spacing: 3px;
    }

    .btn {
        justify-content: center;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content {
        padding-top: 100px;
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .banner-image-container {
        margin-top: 40px;
        max-width: 100%;
    }

    .banner-image {
        max-width: 240px;
    }

    /* AI Console Mobile */
    .console-header {
        margin-bottom: 40px;
    }

    .console-inner {
        padding: 30px 15px;
    }

    .zone-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .console-list li {
        padding: 10px 15px;
        font-size: 0.85rem !important;
        text-align: center;
        justify-content: center;
    }

    .console-module h3 {
        font-size: 1.3rem !important;
    }

    /* VA Fluid Mobile */
    .va-fluid {
        padding: 80px 5%;
    }

    .va-header {
        margin-bottom: 50px;
    }

    .va-bg-text {
        display: none;
    }

    .pricing-badge {
        width: 100px;
        height: 100px;
        margin: 20px auto 0;
    }

    .pricing-badge .price {
        font-size: 1.5rem;
    }

    .va-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px;
        align-items: center !important;
    }

    .va-number {
        font-size: 2.5rem;
    }

    .va-info h3 {
        font-size: 1.3rem !important;
    }

    /* Why Section Mobile Left Alignment */
    .check-item-premium {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .footer-main {
        display: none;
    }

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

    .footer-bottom div,
    .footer-bottom a {
        display: none !important;
    }
}

/* About Us Page Specific Styles */
.about-hero-section {
    padding: 180px 8% 150px;
    background: #0A0A0A;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-section .container {
    position: relative;
    z-index: 10;
    width: 100%;
}

.hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.floating-icon {
    position: absolute;
    color: var(--gold-primary);
    font-size: 2.5rem;
    opacity: 0.15;
    animation: float 8s ease-in-out infinite;
}

.icon-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.icon-2 {
    top: 60%;
    left: 15%;
    animation-delay: 2s;
    font-size: 2rem;
}

.icon-3 {
    top: 30%;
    right: 12%;
    animation-delay: 4s;
    font-size: 3rem;
}

.icon-4 {
    top: 70%;
    right: 18%;
    animation-delay: 1s;
    font-size: 1.8rem;
}

@keyframes float {

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

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

.section-divider-short {
    width: 60px;
    height: 2px;
    background: var(--gold-gradient);
    margin: 30px auto;
}

.premium-list {
    list-style: none;
    padding: 0;
}

.premium-list li {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.premium-list li i {
    color: var(--gold-primary);
    font-size: 1rem;
}

.built-subtext-card {
    background: var(--bg-soft-black);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--glass-border);
}

.built-subtext-card h3 {
    margin-bottom: 30px;
    font-size: 1.4rem;
}

/* Hybrid Model Section */
.hybrid-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--glass-border);
    padding: 50px;
    border-radius: 24px;
    transition: var(--transition-slow);
    position: relative;
    overflow: hidden;
}

.hybrid-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--gold-glow);
}

.ai-hybrid {
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.05), transparent);
}

.human-hybrid {
    background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.05), transparent);
}

.hybrid-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.hybrid-header i {
    font-size: 2rem;
    color: var(--gold-primary);
}

.hybrid-list {
    list-style: none;
    padding: 0;
}

.hybrid-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.hybrid-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--gold-primary);
}

.hybrid-footer {
    text-align: center;
    margin-top: 50px;
    font-size: 1.2rem;
    color: #fff;
}

/* Flow Diagram */
.flow-diagram {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0;
    gap: 10px;
}

.flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    flex: 1;
}

.flow-item i {
    font-size: 2rem;
    color: var(--gold-primary);
    background: rgba(255, 255, 255, 0.03);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--glass-border);
    transition: var(--transition-fast);
}

.flow-item:hover i {
    background: var(--gold-gradient);
    color: #000;
    transform: scale(1.1);
}

.flow-item span {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.flow-line {
    height: 1px;
    background: var(--gold-primary);
    flex: 0.5;
    opacity: 0.3;
}

.flow-footer {
    text-align: center;
}

/* Approach Stack */
.approach-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

.approach-statement {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    opacity: 0.3;
    transition: var(--transition-slow);
    cursor: default;
}

.approach-statement:hover {
    opacity: 1;
    color: var(--gold-primary);
    transform: translateX(20px);
}

@media (max-width: 992px) {
    .flow-diagram {
        flex-direction: column;
        gap: 40px;
    }

    .flow-line {
        width: 1px;
        height: 40px;
    }

    .approach-statement {
        font-size: 1.8rem;
    }

    /* About Hero Mobile */
    .about-hero-section {
        padding: 120px 5% 80px;
    }

    .about-hero-section h1 {
        font-size: 2.5rem !important;
        margin-bottom: 20px;
    }
}

/* Re-inserting Mobile Overrides (768px and below) */
@media (max-width: 768px) {
    .va-tags {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .growth-card {
        padding: 30px 20px;
    }

    .growth-card h3 {
        font-size: 1.2rem !important;
    }

    .cta-fluid-section {
        padding: 80px 5%;
    }

    .cta-fluid-content p {
        font-size: 1rem !important;
        margin-bottom: 30px;
    }

    .cta-actions {
        gap: 15px;
    }
}

/* Pricing Page Specific Styles */
.pricing-hero-checklist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.pricing-hero-checklist .check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 0.95rem;
}

.pricing-hero-checklist i {
    color: var(--gold-primary);
    font-size: 1.2rem;
}

.pricing-plans-section {
    padding: 120px 8%;
    background: var(--bg-black);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 80px;
    align-items: stretch;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    border-radius: 30px;
    padding: 50px 35px;
    text-align: center;
    transition: var(--transition-slow);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-15px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.05);
}

.pricing-card.popular {
    border: 1px solid var(--gold-primary);
    transform: scale(1.05);
    z-index: 2;
    background: rgba(212, 175, 55, 0.03);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), var(--gold-glow);
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-15px);
}

.popular-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold-gradient);
    color: #000;
    padding: 8px 25px;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-type {
    font-family: 'Playfair Display';
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
}

.plan-price {
    font-size: 4rem;
    font-weight: 800;
    color: var(--gold-primary);
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.plan-price .currency {
    font-size: 2rem;
    vertical-align: super;
}

.plan-price .period {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 500;
}

.plan-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
    flex-grow: 1;
}

.plan-features {
    list-style: none;
    text-align: left;
    margin-bottom: 40px;
}

.plan-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #fff;
}

.plan-features li i {
    color: var(--gold-primary);
    font-size: 0.85rem;
    min-width: 20px;
}

.plan-bottom {
    font-size: 0.85rem;
    color: var(--gold-primary);
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic;
}

.delivers-section {
    padding: 120px 8%;
    background: var(--bg-soft-black);
}

.delivers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 80px 0;
}

.deliver-item {
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    transition: var(--transition-slow);
}

.deliver-item:hover {
    background: rgba(212, 175, 55, 0.04);
    border-color: var(--gold-primary);
    box-shadow: var(--gold-glow);
}

.deliver-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.deliver-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #fff;
}

.deliver-item p {
    font-size: 0.95rem;
    color: var(--text-muted);
}

.delivers-statement {
    margin-top: 60px;
    font-family: 'Playfair Display';
    font-size: 1.8rem;
}

.capacity-section {
    padding: 120px 8%;
    background: var(--bg-black);
}

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

.capacity-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

.capacity-list li i {
    color: var(--gold-primary);
}

.capacity-footer {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.abstract-growth-visual {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 40px;
    background: rgba(212, 175, 55, 0.03);
    border-radius: 40px;
    border: 1px solid var(--glass-border);
}

.visual-bar {
    width: 15%;
    background: var(--gold-gradient);
    border-radius: 10px 10px 0 0;
    animation: growBar 2s ease-out forwards;
}

.bar-1 {
    height: 30%;
    animation-delay: 0.2s;
}

.bar-2 {
    height: 60%;
    animation-delay: 0.5s;
}

.bar-3 {
    height: 90%;
    animation-delay: 0.8s;
}

@keyframes growBar {
    from {
        height: 0;
    }
}

.rocket-icon {
    position: absolute;
    top: 20%;
    right: 20%;
    font-size: 4rem;
    color: var(--gold-primary);
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.4));
    animation: floatRocket 4s infinite ease-in-out;
}

@keyframes floatRocket {

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

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

@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .pricing-card.popular {
        transform: scale(1);
        margin-top: 20px;
    }
}

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

    .delivers-grid {
        grid-template-columns: 1fr;
    }

    .pricing-hero-checklist {
        flex-direction: column;
        align-items: flex-start;
        display: inline-flex;
        text-align: left;
    }

    .plan-price {
        font-size: 3rem;
    }

    .abstract-growth-visual {
        height: 300px;
    }
}

/* About Page Image Styles */
.about-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.about-vision-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    animation: floatAboutImage 6s infinite ease-in-out;
    z-index: 2;
    position: relative;
}

.image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

@keyframes floatAboutImage {

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

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