/* Global Styles & Variables */
:root {
    --primary-color: #0f4c3a;
    /* Deep Emerald Green - Trust/Partnership */
    --accent-color: #34d4e1;
    /* Vibrant Teal - Growth/Modern */
    --accent-hover: #2cb8c3;
    --gold: #FFD700;
    --dark-bg: #0a2e24;
    --light-bg: #f8fbfb;
    --text-color: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --font-main: 'Outfit',
        sans-serif;
    --spacing-section: 80px;
    --shadow: 0 10px 30px rgba(15, 76, 58, 0.1);
    --input-bg: #f4f8f7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: var(--white);
}

/* Utilities */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.highlight {
    color: var(--accent-color);
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-color), #219d8c);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 212, 225, 0.3);
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 212, 225, 0.5);
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
    margin-left: 10px;
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--white);
}

/* Announcement Bar */
.announcement-bar {
    background: #0f172a;
    /* Deep dark blue/slate for premium feel */
    color: #ffffff;
    padding: 10px 0;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
    z-index: 1001;
}

.announcement-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.badge-new {
    background: rgba(255, 255, 255, 0.2);
    color: #64ffda;
    /* Teal accent */
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(100, 255, 218, 0.3);
}

.announcement-bar p {
    margin: 0;
    display: flex;
    align-items: center;
}

/*.announcement-bar a replaced with class .btn-sm-pill */
.btn-sm-pill {
    background: linear-gradient(90deg, #3498db, #8e44ad);
    /* Matches hero script gradient */
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.btn-sm-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(142, 68, 173, 0.4);
    color: #fff;
}

.btn-sm-pill i {
    font-size: 0.7rem;
    transition: transform 0.3s;
}

.btn-sm-pill:hover i {
    transform: translateX(3px);
}

/* Navbar */
.navbar {
    position: sticky;
    /* Changed from fixed to sticky to sit below announcement bar */
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 20px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--accent-color);
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
}

/* Hero Section - Centered Stratos Style */
.hero {
    position: relative;
    padding: 140px 0 100px;
    background: #fff;
    overflow: hidden;
    /* Soft Gradient Mesh Background */
    background: radial-gradient(circle at 10% 20%, rgba(52, 212, 225, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 90% 60%, rgba(15, 76, 58, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(200, 240, 255, 0.4) 0%, transparent 50%);
    text-align: center;
}

.hero-content-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-text-center {
    max-width: 900px;
    margin-bottom: 50px;
}

.hero-text-center h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}

.script-accent {
    font-family: 'Dancing Script', cursive;
    color: #8e44ad;
    /* Using a vibrant purple/indigo for the "Stratos" vibe or fallback to accent */
    background: linear-gradient(90deg, #3498db, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.hero-text-center p {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* Pill Button */
.btn-pill-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-pill-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.btn-pill-primary i {
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.btn-pill-primary:hover i {
    transform: rotate(45deg);
}

/* Social Proof */
.social-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.avatars {
    display: flex;
    justify-content: center;
}

.avatar-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -15px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background: #eee;
}

.avatar-img.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #666;
    font-size: 0.9rem;
}

.avatar-img:hover {
    transform: scale(1.1) translateY(-5px);
    z-index: 5;
}

.avatar-img:first-child {
    margin-left: 0;
}

.rating-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #444;
    font-weight: 700;
}

.stars {
    color: #f1c40f;
    font-size: 0.8rem;
}

/* Graph Centered & Looping */
.hero-visual-center {
    margin-top: 20px;
    transform: scale(0.9);
}

.growth-graph-container {
    width: 300px;
    /* Compact */
    height: 200px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    /* Softer shadow */
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* Removed floatingGraph animation for static stability or kept subtle */
    animation: floatingGraph 6s ease-in-out infinite;
    padding-bottom: 30px;
    /* Space for labels */
}

@keyframes floatingGraph {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.bar {
    width: 40px;
    background: linear-gradient(to top, var(--primary-color), var(--accent-color));
    border-radius: 8px 8px 0 0;
    position: relative;
    opacity: 1;
    transform-origin: bottom;
    transform: scaleY(0);
    /* Start height 0 */
    animation: growBarOneTime 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Decoration lines */
.bar::before {
    display: none;
}

.bar-val {
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 5px;
    opacity: 0;
    animation: fadeIn 0.5s ease-out 1.5s forwards;
}

/* Graph Labels (Q1, Q2...) */
.graph-label {
    position: absolute;
    bottom: 5px;
    font-size: 0.75rem;
    color: #777;
    font-weight: 600;
}

/* Positioning relative to flex space is tricky, using absolute approximation or flex order.
   Since layout is flex space-evenly:
*/
.label-1 {
    left: 35px;
}

/* Manually adjusted based on expected flex spacing */
.label-2 {
    left: 105px;
}

.label-3 {
    left: 175px;
}

.label-4 {
    left: 245px;
}


/* One Time Animation */
@keyframes growBarOneTime {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

/* Set Heights */
.bar-1 {
    height: 30%;
    animation-delay: 0.2s;
}

.bar-2 {
    height: 50%;
    animation-delay: 0.4s;
}

.bar-3 {
    height: 75%;
    animation-delay: 0.6s;
}

.bar-4 {
    height: 95%;
    animation-delay: 0.8s;
}

/* Stagger Animations */
/* .bar-1 {
    animation-delay: 0s;
    background: linear-gradient(to top, #0f4c3a, #16a085);
}

.bar-2 {
    animation-delay: 0.5s;
    background: linear-gradient(to top, #0f4c3a, #3498db);
}

.bar-3 {
    animation-delay: 1.0s;
    background: linear-gradient(to top, #0f4c3a, #9b59b6);
}

.bar-4 {
    animation-delay: 1.5s;
    background: linear-gradient(to top, #0f4c3a, #e67e22);
} */

.centered-card {
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    animation: popScale 3s infinite alternate;
    border: 1px solid #eee;
}

@keyframes popScale {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

/* Remove old splits */
.hero-content,
.hero-text,
.hero-visual,
.card-1,
.card-2,
.hero-shape {
    display: none;
}

/* Logo Ticker */
.logo-ticker-section {
    padding: 40px 0;
    background: var(--white);
    text-align: center;
    border-bottom: 1px solid #eee;
}

.ticker-label {
    font-size: 0.9rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ticker-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.ticker-track {
    display: flex;
    width: fit-content;
    gap: 80px;
    /* Space between logos */
    animation: scrollTicker 30s linear infinite;
    padding: 20px 0;
}

/* Logo Styles - Authentic Branding */
.logo-item {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s;
    filter: grayscale(100%);
    /* Default base */
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #333;
}

/* Brand Variations */
.brand-modern {
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.brand-serif {
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.6rem;
}

.brand-serif .stacked {
    display: flex;
    flex-direction: column;
    line-height: 0.8;
}

.brand-serif small {
    font-size: 0.6rem;
    text-transform: uppercase;
    font-style: normal;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.brand-bold {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 1.7rem;
    letter-spacing: -1px;
}

.brand-bold .light {
    font-weight: 300;
    color: var(--accent-color);
}

.brand-script {
    font-family: 'Brush Script MT', cursive;
    font-size: 1.8rem;
    color: #27ae60;
}

.brand-tech {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    letter-spacing: -2px;
}

.brand-tech .dot {
    color: var(--accent-color);
}

.brand-classic {
    font-family: Georgia, serif;
    text-transform: uppercase;
    border: 2px solid #333;
    padding: 2px 8px;
    font-size: 1.2rem;
}

.brand-minimal {
    font-weight: 300;
    letter-spacing: 3px;
}

.logo-item i {
    font-size: 1.8rem;
    color: #555;
}

/* Hover effects */
.ticker-viewport:hover .logo-item {
    opacity: 0.4;
    /* Dim others more */
}

.ticker-viewport:hover .logo-item:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.15);
    color: #000;
}

.ticker-viewport:hover .logo-item:hover i {
    color: var(--primary-color);
}

@keyframes scrollTicker {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Portfolio Section */
.portfolio {
    background: var(--white);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.portfolio-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(15, 76, 58, 0.9), transparent);
    padding: 30px 20px 20px;
    color: var(--white);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-overlay h4 {
    color: var(--accent-color);
    margin-bottom: 5px;
    font-size: 1.2rem;
}

/* Special Offer Section */
.offer-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--dark-bg), #000);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.offer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.offer-text {
    flex: 2;
}

.offer-badge {
    background: var(--accent-color);
    color: var(--dark-bg);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 20px;
}

.offer-text h2 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.highlight-alt {
    color: var(--gold);
    font-style: italic;
}

.offer-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 600px;
}

.offer-benefits {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.offer-benefits li {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.offer-benefits i {
    color: var(--accent-color);
}

.offer-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hourglass-animation {
    width: 150px;
    height: 150px;
    border: 4px solid var(--accent-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--accent-color);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 212, 225, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(52, 212, 225, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 212, 225, 0);
    }
}

.hourglass-animation i {
    font-size: 3rem;
    margin-bottom: 10px;
    animation: spin 3s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Stats Section */
.stats-section {
    background: var(--white);
    padding: 40px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.stat-item i {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.stat-item h3 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

/* Services */
.services {
    padding: var(--spacing-section) 0;
    background: var(--light-bg);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.underline {
    width: 80px;
    height: 4px;
    background: var(--accent-color);
    margin: 10px auto 20px;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.service-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(52, 212, 225, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.icon-box i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

/* About Us */
.about {
    padding: var(--spacing-section) 0;
}

.about-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-image {
    flex: 1;
    position: relative;
}

.founders-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px 20px 0px var(--accent-color);
    transition: transform 0.3s;
}

.founders-img:hover {
    transform: translate(-5px, -5px);
    box-shadow: 25px 25px 0px var(--accent-color);
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.story-lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.signatures {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.sig strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.sig span {
    font-size: 0.9rem;
    color: var(--text-light);
}

/* Testimonials */
.testimonials {
    padding: var(--spacing-section) 0;
    background: var(--dark-bg);
    color: var(--white);
    text-align: center;
}

.testimonials .section-header h2 {
    color: var(--white);
}

.testimonial-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    max-width: 400px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stars {
    color: var(--accent-color);
    margin-bottom: 15px;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Booking Section & Form */
.booking-section {
    padding: var(--spacing-section) 0;
    background: var(--light-bg);
}

.booking-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.booking-form-container {
    flex: 2;
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.booking-form-container h3 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.booking-form-container p {
    color: var(--text-light);
    margin-bottom: 30px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 10px;
    background: var(--input-bg);
    font-family: var(--font-main);
    font-size: 1rem;
    transition: border 0.3s;
}

.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 10px;
    background: var(--input-bg);
    font-family: var(--font-main);
    font-size: 1rem;
    transition: border 0.3s;
    cursor: pointer;
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--accent-color);
    outline: none;
    background: var(--white);
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-group label {
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hidden {
    display: none !important;
}

/* Success Message UI */
.success-message {
    text-align: center;
    padding: 40px;
    animation: fadeIn 0.5s ease-out;
}

.success-icon {
    font-size: 4rem;
    color: #27ae60;
    margin-bottom: 20px;
    animation: popScale 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.success-message h3 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.success-sub {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
    color: var(--text-light);
}

.success-sub strong {
    color: var(--accent-color);
}

.btn-block {
    width: 100%;
    font-size: 1.1rem;
    padding: 15px;
}

.booking-info {
    flex: 1;
    background: var(--primary-color);
    color: var(--white);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.info-item {
    margin-bottom: 30px;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.info-item h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.info-item p {
    opacity: 0.8;
    font-size: 0.95rem;
}

/* Footer */
footer {
    background: var(--primary-color);
    color: var(--white);
    padding: 50px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.footer-brand h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--accent-color);
}

.social-links a {
    color: var(--white);
    font-size: 1.2rem;
    margin-left: 20px;
    transition: transform 0.3s;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: var(--accent-color);
}

.copyright {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.6;
}

.copyright i {
    color: tomato;
}

/* Animations */
@keyframes growBar {
    from {
        height: 0;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
}

.delay-200 {
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
/* Responsive Mobile Optimizations */
@media (max-width: 768px) {

    /* General Container Padding */
    .container {
        padding: 0 20px;
    }

    /* Announcement Bar */
    .announcement-bar {
        font-size: 0.8rem;
    }

    .announcement-content {
        flex-direction: column;
        gap: 8px;
    }

    .badge-new {
        display: none;
        /* Save space on mobile */
    }

    /* Navbar */
    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    /* Hero Section */
    .hero {
        padding: 100px 0 60px;
        /* Reduced specific padding */
        background-position: center;
    }

    .hero-text-center h1 {
        font-size: 2.2rem;
        /* Much smaller for mobile */
        margin-bottom: 15px;
    }

    .script-accent {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-top: 5px;
        display: inline-block;
    }

    .hero-text-center p {
        font-size: 1rem;
        padding: 0 10px;
    }

    /* Social Proof */
    .social-proof {
        margin-top: 20px;
    }

    .rating-text {
        flex-direction: column;
        gap: 5px;
    }

    /* Hero Graph Visual */
    .hero-visual-center {
        margin-top: 40px;
        width: 100%;
        transform: scale(1);
        /* Reset desktop scale */
    }

    .growth-graph-container {
        width: 100%;
        max-width: 320px;
        /* Fit on small screens */
        height: 220px;
        margin: 0 auto;
        padding: 15px;
    }

    .bar {
        width: 30px;
        /* Thinner bars */
    }

    .centered-card {
        top: -15px;
        right: 0;
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .graph-label {
        font-size: 0.65rem;
    }

    /* Re-align labels for smaller width/bars */
    .label-1 {
        left: 25px;
    }

    .label-2 {
        left: 85px;
    }

    .label-3 {
        left: 145px;
    }

    .label-4 {
        left: 205px;
    }


    /* Logo Ticker */
    .ticker-track {
        gap: 40px;
        /* Smaller gap */
    }

    .logo-item {
        font-size: 1.1rem;
        /* Smaller logos */
        gap: 8px;
    }

    .logo-item i {
        font-size: 1.4rem;
    }

    /* Offer Section */
    .offer-content {
        flex-direction: column-reverse;
        /* Visual on top often better, or bottom. Let's do text on top. */
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .offer-text h2 {
        font-size: 2rem;
    }

    .offer-benefits {
        justify-content: center;
    }

    .offer-description {
        margin-left: auto;
        margin-right: auto;
    }

    /* Booking Section */
    .booking-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .booking-form-container,
    .booking-info {
        padding: 25px;
        width: 100%;
    }

    /* -------------------------------------------
   PRICING PAGE STYLES (Clean Dark Glass Look)
   ------------------------------------------- */
    .pricing-hero {
        padding: 180px 0 60px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .pricing-hero h1 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }

    .pricing-hero .subtitle {
        font-size: 1.2rem;
        color: var(--text-light);
        max-width: 600px;
        margin: 0 auto;
    }

    .pricing-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
        margin-top: 50px;
        margin-bottom: 80px;
        padding: 0 20px;
    }

    /* Card Base - Dark Glassy Look */
    .pricing-card {
        background: #151515;
        /* Dark Card Background */
        border-radius: 24px;
        padding: 40px;
        position: relative;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        /* For the glow */
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        text-align: left;
        /* Align left as per reference */
    }

    /* Top Glow Effect */
    .pricing-card::before {
        content: '';
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 200px;
        background: var(--primary-color);
        filter: blur(80px);
        opacity: 0.25;
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }

    /* Specific Glow Colors & Button Colors */
    .pricing-card:nth-child(1)::before {
        background: #4a90e2;
    }

    /* Blue for Basic */
    .pricing-card:nth-child(2)::before {
        background: #C5A059;
        width: 250px;
        height: 250px;
        opacity: 0.3;
    }

    /* Gold/Brand for Pro */
    .pricing-card:nth-child(3)::before {
        background: #27ae60;
    }

    /* Green for Enterprise */

    .pricing-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .pricing-card.popular {
        border: 2px solid var(--accent-color);
        /* Gold border for popular */
        transform: scale(1.05);
        z-index: 2;
        background: #1a1a1a;
    }

    .pricing-card.popular:hover {
        transform: scale(1.05) translateY(-15px);
    }

    /* Content needs to be above glow */
    .card-header,
    .features,
    .btn-secondary,
    .btn-primary {
        position: relative;
        z-index: 1;
    }

    .card-header {
        text-align: left;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
    }

    .card-header h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        color: #fff;
        /* White Text */
        font-weight: 600;
    }

    .card-header .desc {
        color: #a0a0a0;
        /* Grey text */
        font-size: 0.95rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .card-header .price {
        font-size: 2.8rem;
        font-weight: 700;
        color: #fff;
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .card-header .price span {
        font-size: 1rem;
        color: #888;
        font-weight: 400;
    }

    /* Feature List */
    .pricing-card .features {
        list-style: none;
        margin-bottom: 35px;
        flex-grow: 1;
    }

    .pricing-card .features li {
        margin-bottom: 18px;
        color: #d0d0d0;
        /* Light Grey */
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 0.95rem;
    }

    .pricing-card .features li i {
        color: var(--white);
        background: rgba(255, 255, 255, 0.1);
        padding: 5px;
        border-radius: 50%;
        font-size: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }

    /* Buttons inside Cards */
    .pricing-card .btn-primary,
    .pricing-card .btn-secondary {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-radius: 12px;
        font-weight: 600;
        transition: all 0.3s ease;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

    /* Muted buttons for non-primary cards */
    .pricing-card .btn-secondary {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        border: none;
    }

    .pricing-card .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
        color: #fff;
    }

    /* Popular Card Button */
    .pricing-card.popular .btn-primary {
        background: var(--accent-color);
        /* Brand accent */
        color: #1a1a1a;
        box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
    }

    .pricing-card.popular .btn-primary:hover {
        box-shadow: 0 15px 25px rgba(197, 160, 89, 0.5);
        transform: translateY(-2px);
    }

    .badge-popular {
        display: none;
    }

    /* FAQ Styles */
    .faq-section {
        padding: 80px 0;
        background: #f9f9f9;
    }

    .faq-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 40px;
        margin-top: 40px;
    }

    .faq-item {
        background: var(--white);
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    }

    .faq-item h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: var(--primary-color);
    }

    .faq-item p {
        color: var(--text-light);
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* -------------------------------------------
   MODAL STYLES (Popup)
   ------------------------------------------- */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(8px);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .modal-container {
        background: var(--white);
        width: 90%;
        max-width: 500px;
        border-radius: 20px;
        padding: 30px;
        transform: scale(0.95);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        max-height: 90vh;
        /* Scroll if tall */
        overflow-y: auto;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    }

    .modal-overlay.active .modal-container {
        transform: scale(1);
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .modal-header h3 {
        margin: 0;
        font-size: 1.5rem;
        color: var(--primary-color);
    }

    .close-btn {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: var(--text-light);
        cursor: pointer;
        transition: color 0.3s;
    }

    .close-btn:hover {
        color: var(--accent-color);
    }

    /* Ensure modal text is readable since standard booking form styles will apply */
    .modal-body .booking-form {
        box-shadow: none;
        /* Remove card shadow inside modal */
        border: none;
        padding: 0;
    }

    /* Footer & Mobile Tweaks for Pricing */
    @media (max-width: 768px) {
        .pricing-card.popular {
            transform: scale(1);
            z-index: 1;
            margin: 20px 0;
        }

        .pricing-hero h1 {
            font-size: 2.5rem;
        }
    }

    .social-links a {
        margin: 0 10px;
    }
}

/* -------------------------------------------
   FINAL MOBILE OPTIMIZATION OVERRIDES
   ------------------------------------------- */
@media (max-width: 768px) {

    /* Global Reset for Mobile */
    .container {
        padding: 0 20px !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* Typography Scaling */
    h1,
    .hero-text-center h1,
    .script-accent {
        word-wrap: break-word;
        /* Prevent overflow */
    }

    .hero-text-center h1 {
        font-size: 2.2rem !important;
        line-height: 1.2;
    }

    .script-accent {
        font-size: 2.5rem !important;
    }

    /* Hero Layout */
    .hero-content-centered {
        padding-top: 20px;
    }

    .growth-graph-container {
        width: 100% !important;
        max-width: 320px !important;
        /* Slightly narrower to ensure fit */
        height: 250px !important;
        min-height: 250px;
        margin: 40px auto 0;
        padding-bottom: 25px !important;
        /* Space for labels */
        overflow: visible;
        /* Allow card to pop out */
    }

    /* Mobile Graph components */
    .bar {
        width: 25px !important;
    }

    .bar-val {
        font-size: 0.6rem !important;
    }

    .graph-label {
        font-size: 0.7rem !important;
        bottom: 5px !important;
    }

    /* Percentage based positioning for labels on mobile */
    .label-1 {
        left: 12% !important;
    }

    .label-2 {
        left: 36% !important;
    }

    .label-3 {
        left: 60% !important;
    }

    .label-4 {
        left: 84% !important;
    }

    /* Reposition Floating Card for Mobile */
    .centered-card {
        top: -25px !important;
        right: -10px !important;
        padding: 8px 15px !important;
        font-size: 0.8rem !important;
        white-space: nowrap;
        transform: scale(0.9);
        animation: none !important;
        /* Stop popping on mobile, distracts */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 20;
    }

    /* About Section - Fix Image Visibility */
    .about-container {
        display: flex;
        flex-direction: column !important;
        /* Force stack */
        gap: 40px !important;
    }

    .about-image {
        width: 100% !important;
        flex: none !important;
        order: -1;
        /* Image on top? or keep nicely stacked */
        display: block !important;
        min-height: 200px;
    }

    .founders-img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
        /* Allow proper aspect ratio */
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
        display: block;
    }

    /* Offer Section */
    .offer-content {
        flex-direction: column !important;
    }

    .offer-visual {
        margin-bottom: 30px;
    }

    /* Booking Form - No Horizontal Overflow */
    .booking-wrapper {
        flex-direction: column !important;
        padding: 0;
    }

    .booking-form-container,
    .booking-info {
        width: 100% !important;
        box-shadow: none;
        /* Cleaner on mobile */
        border: 1px solid #eee;
    }

    /* Logo Ticker - Ensure visibility */
    .ticker-viewport {
        -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    }

    .ticker-track {
        gap: 30px;
    }

    .logo-item span {
        font-size: 1rem;
    }
}

/* Prevent Horizontal Scroll globally on mobile */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* ==============================================
   NEW PREMIUM DARK PRICING STYLES (OVERRIDES)
   ============================================== */

/* Ensure the Pricing Page Background is light (or keep global), but cards are dark */
.pricing-hero {
    background-color: transparent;
    padding: 180px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.pricing-hero .subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0 20px;
}

/* Card Base - Dark Glassy Look */
.pricing-card {
    background: #151515 !important;
    /* Force override */
    border-radius: 24px;
    padding: 40px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    text-align: left;
}

/* Top Glow Effect */
.pricing-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    background: var(--primary-color);
    filter: blur(90px);
    opacity: 0.25;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* Specific Glow Colors */
.pricing-card:nth-child(1)::before {
    background: #4a90e2;
}

.pricing-card:nth-child(2)::before {
    background: #C5A059;
    opacity: 0.35;
}

.pricing-card:nth-child(3)::before {
    background: #27ae60;
}

.pricing-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.pricing-card.popular {
    border: 2px solid var(--accent-color) !important;
    transform: scale(1.05);
    z-index: 2;
    background: #111 !important;
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-15px);
}

/* Dark Theme Typography Updates */
.card-header h3 {
    color: #fff !important;
}

.card-header .desc {
    color: #bbb !important;
}

.card-header .price {
    color: #fff !important;
}

.card-header .price span {
    color: #666 !important;
}

.pricing-card .features li {
    color: #ccc !important;
}

.pricing-card .features li i {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

/* Ensure content sits above glow */
.card-header,
.features,
.btn-secondary,
.btn-primary {
    position: relative;
    z-index: 1;
}

.card-header {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 25px;
}

/* Buttons */
.pricing-card .btn-primary,
.pricing-card .btn-secondary {
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

/* Secondary Button (Glass) */
.pricing-card .btn-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border: none !important;
}

.pricing-card .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px);
}

/* Popular Button (Brand Gold) */
.pricing-card.popular .btn-primary {
    background: var(--accent-color) !important;
    color: #1a1a1a !important;
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}

.pricing-card.popular .btn-primary:hover {
    box-shadow: 0 15px 25px rgba(197, 160, 89, 0.5);
    transform: translateY(-2px);
}

/* Modal Styles Global (Already added correctly previously? Let's ensure) */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: #fff;
    width: 90%;
    max-width: 480px;
    padding: 40px;
    border-radius: 20px;
    transform: scale(0.9);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.modal-header h3 {
    font-size: 1.5rem;
    margin: 0;
    color: #333 !important;
}

/* Keep modal light */
.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #777;
}

/* Mobile Pricing Tweaks */
@media (max-width: 768px) {
    .pricing-card.popular {
        margin: 20px 0;
    }

    .pricing-hero h1 {
        font-size: 2.5rem;
    }
}

/* ==============================================
   SUCCESS MESSAGE ANIMATION (Pop & Pulse)
   ============================================== */
@keyframes successPop {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.3) rotate(10deg);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(39, 174, 96, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
    }
}

/* Success Message Container in Modal */
.success-message {
    text-align: center;
    padding: 30px 20px;
    animation: fadeIn 0.5s ease;
}

/* The Green Circle Icon Wrapper */
.success-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #27ae60;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 25px;
    animation: successPop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
        pulseGlow 2s infinite 1s;
    /* Pulse starts after pop */
}

/* The Checkmark FontAwesome Icon */
.success-icon i {
    font-size: 2.5rem;
    /* White check inside green circle */
    /* Remove default color if it was green before */
    color: #fff !important;
}

/* Success Headings */
.success-message h3 {
    font-size: 2rem;
    color: #0f392b !important;
    /* Dark green/black text */
    margin-bottom: 10px;
    font-weight: 700;
}

.success-message p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

/* Close Button in Success Modal */
#closeSuccessModal,
#closeSuccess {
    background: transparent;
    border: 2px solid #0f392b;
    color: #0f392b;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

#closeSuccessModal:hover,
#closeSuccess:hover {
    background: #0f392b;
    color: #fff;
}

/* ==============================================
   DARK MODE PAGE STYLES (Particles & FAQ)
   ============================================== */

/* Body Background for Pricing Page */
body.dark-mode {
    background-color: #050505;
    color: #fff;
    min-height: 100vh;
    position: relative;
}

/* Nav fixes for dark mode */
body.dark-mode .navbar {
    background: rgba(5, 5, 5, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.dark-mode .logo,
body.dark-mode .nav-links a {
    color: #fff;
}

body.dark-mode .nav-links a:hover,
body.dark-mode .active-link {
    color: var(--accent-color);
}

body.dark-mode .hamburger i {
    color: #fff;
}

/* Announcement Bar override */
body.dark-mode .announcement-bar {
    background: linear-gradient(90deg, #111, #222);
    border-bottom: 1px solid #333;
}

/* Floating Particles (Blobby Background) */
.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: floatAround 20s infinite ease-in-out alternate;
}

.p1 {
    top: -10%;
    left: -10%;
    width: 40vw;
    height: 40vw;
    background: #663399;
    animation-duration: 25s;
}

.p2 {
    bottom: 10%;
    right: -5%;
    width: 35vw;
    height: 35vw;
    background: #004d40;
    animation-duration: 30s;
    animation-delay: -5s;
}

.p3 {
    top: 40%;
    left: 30%;
    width: 25vw;
    height: 25vw;
    background: #b71c1c;
    opacity: 0.2;
    animation-duration: 40s;
    animation-delay: -2s;
}

.p4 {
    bottom: -10%;
    left: 20%;
    width: 30vw;
    height: 30vw;
    background: #1a237e;
    animation-duration: 35s;
}

@keyframes floatAround {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(100px, 50px) rotate(20deg);
    }
}

/* FAQ Section - Dark Mode Override */
body.dark-mode .faq-section {
    background: transparent;
    /* Show particles */
    position: relative;
    padding-top: 40px;
}

body.dark-mode .section-header h2 {
    color: #fff;
}

body.dark-mode .section-header .underline {
    background: var(--accent-color);
}

/* Glassy FAQ Items */
body.dark-mode .faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: none;
    transition: transform 0.3s;
}

body.dark-mode .faq-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

body.dark-mode .faq-item h4 {
    color: #fff;
}

body.dark-mode .faq-item p {
    color: #aaa;
}

/* Footer Dark Mode Tweak */
body.dark-mode footer {
    background: #020202;
    border-top: 1px solid #222;
}

body.dark-mode .footer-brand h3 {
    color: #fff;
}

body.dark-mode .footer-links a {
    color: #888;
}

body.dark-mode .footer-links a:hover {
    color: #fff;
}