/* ========================================
   ROOT VARIABLES & RESET
======================================== */
:root {
    --primary-color: #032f84     ;
    --secondary-color: #bf1f3f   ;
    --accent-color: #68cecc;
    --success-color: #10b981;
    --dark-blue: #0f172a;
    --light-blue: #3b82f6;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-800: #1f2937;
    --gradient-primary: linear-gradient(135deg, #032f84 0%, #032f84 100%);
    --gradient-secondary: linear-gradient(135deg, #bf1f3f 0%, #032f84 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}
.secondhighlight{
    color: var(--accent-color);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* ========================================
   UTILITY CLASSES
======================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.highlight {
    color: var(--secondary-color);
    position: relative;
}

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

.section-title {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 15px;
    color: var(--primary-color);
}

.section-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   BUTTONS
======================================== */
.btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    width: auto !important;
    text-align: center;
    border-radius: 8px;
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
    text-transform: initial;
    letter-spacing: 0.5px;
     width: auto;
}

.btn-primary {
    background: var(--secondary-color);
    color: var(--white);
    box-shadow: var(--shadow-lg);
   
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.btn-outline {
    background: #fff;
    border: 2px solid var(--white);
    color: var(--dark-blue);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* .btn-large {
    padding: 16px 40px;
    font-size: 1.1rem;
    
} */

/* ========================================
   NAVIGATION
======================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: var(--shadow-md);
    z-index: 1000;
    transition: var(--transition);
}

.navbar.scrolled {
    box-shadow: var(--shadow-lg);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo img {
    height: 55px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 35px;
    align-items: center;
}

.nav-links a {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    padding: 5px 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

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

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 3px;
}

/* ========================================
   HERO SECTION
======================================== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3b82f6 100%); */
    /* background-image: url(../images/web.png); */
    background-image: url(../images/ban.gif);
    /* overflow: hidden; */
    padding-top: 80px;
      background-repeat: no-repeat;   /* prevents repeating */
  /* background-size: cover;         fills full section */
  background-position: center; 
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');
    opacity: 0.3;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.3) 0%, transparent 50%); */
    background: radial-gradient(circle at 30% 50%, rgb(0 0 0 / 30%) 0%, #602a2a00 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    max-width: 900px;
    padding: 40px 20px;
}

.hero-title {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0.95;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.hero-tagline {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--accent-color);
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease 0.6s backwards;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-feature i {
    font-size: 1.5rem;
    color: var(--accent-color);
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.8s backwards;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.mouse::before {
    content: '';
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: scroll 1.5s infinite;
}

/* ========================================
   WHY PARTNER SECTION
======================================== */
.why-partner {
    padding: 50px 0;
    background: var(--gray-50);
}

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

.why-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-align: center;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2rem;
}

.why-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.why-card p {
    color: var(--text-light);
    line-height: 1.7;
}

/* ========================================
   LEGACY SECTION (PARALLAX)
======================================== */
.legacy {
    padding: 50px 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%230f172a"/></svg>') fixed;
    position: relative;
    color: var(--white);
}

.legacy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%);
}

.legacy-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.legacy-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.badge-year {
    background: var(--accent-color);
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: var(--shadow-lg);
}

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

.legacy-description {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    margin-bottom: 50px;
    opacity: 0.9;
}

.legacy-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.legacy-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.legacy-brand:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.legacy-brand i {
    font-size: 1.5rem;
    color: var(--accent-color);
}

/* ========================================
   POWERHOUSE BRANDS
======================================== */
.powerhouse {
    padding: 50px 0;
    background: var(--white);
}

.powerhouse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.powerhouse-card {
    background: var(--gray-50);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 2px solid transparent;
}

.powerhouse-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.powerhouse-header {
    text-align: center;
    margin-bottom: 25px;
}

.powerhouse-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--white);
}

.powerhouse-icon.blue {
    background: var(--gradient-primary);
}

.powerhouse-icon.green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.powerhouse-icon.orange {
    background: linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
}

.powerhouse-header h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.powerhouse-tag {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.powerhouse-desc {
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.7;
}

.powerhouse-features {
    margin-bottom: 25px;
}

.powerhouse-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.powerhouse-features i {
    color: var(--success-color);
    margin-top: 3px;
    flex-shrink: 0;
}

.powerhouse-courses h4,
.branch-locations h4,
.products-grid h4 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.course-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.course-tags span {
    background: var(--primary-color);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
}

.location-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: var(--white);
    border-radius: 8px;
}

.location i {
    color: var(--secondary-color);
    margin-top: 3px;
    font-size: 1.2rem;
}

.location strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 3px;
}

.location span {
    color: var(--text-light);
    font-size: 0.9rem;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    padding: 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}

.product-item i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

/* ========================================
   REVENUE MODEL
======================================== */
.revenue-model {
    padding: 50px 0;
    background: var(--gray-50);
}

.revenue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.revenue-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.revenue-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.revenue-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05);
}

.revenue-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 25px;
}

.revenue-icon.education {
    background: var(--gradient-secondary);
}

.revenue-icon.technology {
    background: var(--gradient-secondary);
}

.revenue-card h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.revenue-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.share-badge {
    background: var(--success-color);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.share-badge.recurring {
    background: var(--accent-color);
}

.revenue-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.revenue-items li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.revenue-items i {
    color: var(--primary-color);
    border-radius: 60%;
    font-size: 1rem;
    padding: 8px;
    border: 2px solid var(--primary-color);
    margin-top: 3px;
    flex-shrink: 0;
}

.revenue-items strong {
    display: block;
    color: var(--text-dark);
    margin-bottom: 3px;
}

.revenue-items span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Market Size */
.market-size {
    background: var(--gradient-primary);
    padding: clamp(1.5rem, 4vw, 3.125rem);
    border-radius: clamp(0.625rem, 2vw, 1.25rem);
    text-align: center;
    color: var(--white);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.market-size h3 {
    font-size: clamp(1.25rem, 4vw, 2.5rem);
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--white);
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0.5rem;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: clamp(0.75rem, 2vw, 1.875rem);
    max-width: 75rem;
    margin: 0 auto;
}

.market-item {
    padding: clamp(1rem, 2vw, 1.25rem);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 7.5rem; /* Fixed height for consistent alignment */
}

.market-item:hover {
    transform: translateY(-0.3125rem);
    background: rgba(255, 255, 255, 0.1);
}

.market-value {
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
    line-height: 1.1;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

.market-label {
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    opacity: 0.9;
    line-height: 1.4;
    font-weight: 500;
    padding: 0 0.25rem;
}

/* Mobile First Approach - Base styles are for mobile */

/* Extra Small Phones (< 375px) */
@media (max-width: 23.4375rem) { /* 375px */
    .market-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem; /* 10px */
    }
    
    .market-item {
        padding: 0.75rem 0.5rem;
        min-height: 6rem;
    }
    
    .market-value {
        font-size: 1.5rem;
    }
    
    .market-label {
        font-size: 0.7rem;
    }
}

/* Small Phones (375px - 479px) */
@media (min-width: 23.5rem) and (max-width: 29.9375rem) { /* 375px - 479px */
    .market-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem; /* 12px */
    }
    
    .market-item {
        min-height: 6.5rem;
    }
}

/* Phones (480px - 639px) */
@media (min-width: 30rem) and (max-width: 39.9375rem) { /* 480px - 639px */
    .market-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; /* 16px */
    }
    
    .market-item {
        min-height: 7rem;
    }
}

/* Small Tablets (640px - 767px) */
@media (min-width: 40rem) and (max-width: 47.9375rem) { /* 640px - 767px */
    .market-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem; /* 16px */
    }
    
    .market-item {
        min-height: 7rem;
    }
}

/* Tablets (768px - 1023px) */
@media (min-width: 48rem) and (max-width: 63.9375rem) { /* 768px - 1023px */
    .market-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem; /* 20px */
    }
    
    .market-size {
        padding: 2.5rem 2rem; /* 40px 32px */
    }
    
    .market-item {
        min-height: 8rem;
        padding: 1.25rem 1rem; /* 20px 16px */
    }
    
    .market-value {
        font-size: 2.25rem; /* Fixed size for tablets */
    }
    
    .market-label {
        font-size: 0.9rem;
    }
}

/* Large Tablets/Laptops (1024px - 1279px) - This is your 1024px issue */
@media (min-width: 64rem) and (max-width: 79.9375rem) { /* 1024px - 1279px */
    .market-grid {
        grid-template-columns: repeat(5, 1fr); /* Force 5 columns at 1024px */
        gap: 1rem; /* 16px */
    }
    
    .market-size {
        padding: 2.5rem; /* 40px */
    }
    
    .market-item {
        min-height: 7.5rem;
        padding: 1rem; /* 16px */
    }
    
    .market-value {
        font-size: 1.75rem; /* Slightly smaller for 5-column layout */
    }
    
    .market-label {
        font-size: 0.85rem;
    }
}

/* Desktops (1280px - 1439px) */
@media (min-width: 80rem) and (max-width: 89.9375rem) { /* 1280px - 1439px */
    .market-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.5rem; /* 24px */
    }
    
    .market-item {
        min-height: 8rem;
        padding: 1.25rem; /* 20px */
    }
    
    .market-value {
        font-size: 2.25rem;
    }
}

/* Large Desktops (1440px and up) */
@media (min-width: 90rem) { /* 1440px */
    .market-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.875rem; /* 30px */
        max-width: 75rem; /* 1200px */
    }
    
    .market-item {
        min-height: 9rem;
        padding: 1.5rem; /* 24px */
    }
    
    .market-value {
        font-size: 2.75rem;
    }
}

/* Special fix for landscape tablets and small laptops */
@media (min-width: 64rem) and (max-width: 79.9375rem) and (max-height: 48rem) {
    /* For landscape tablets and small laptops (like 1024px wide) */
    .market-item {
        min-height: 6.5rem;
        padding: 0.875rem; /* 14px */
    }
    
    .market-value {
        font-size: 1.6rem;
        margin-bottom: 0.375rem;
    }
    
    .market-label {
        font-size: 0.8rem;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .market-item:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.05);
    }
    
    .market-item:active {
        background: rgba(255, 255, 255, 0.1);
    }
}

/* Handle text overflow for very long labels */
.market-label {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

/* Ensure items don't stretch too much on very wide screens */
@media (min-width: 100rem) { /* 1600px */
    .market-grid {
        margin: 0 auto;
        max-width: 75rem; /* Still limit to 1200px */
    }
}



/* ========================================
   SETUP REQUIREMENTS
======================================== */
.setup-requirements {
    padding: 50px 0;
    background: var(--white);
}

.setup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.setup-card {
    background: var(--gray-50);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.setup-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    background: var(--white);
}

.setup-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
}

.setup-card h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.setup-card p {
    color: var(--text-light);
    line-height: 1.7;
}
@media (max-width: 480px) {
  .setup-grid {
    grid-template-columns: 1fr;
  }

  .setup-card {
    padding: 30px 20px; /* reduce padding */
  }
}


/* ========================================
   BENEFITS SECTION (PARALLAX)
======================================== */
.benefits {
    padding: 50px 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%231e3a8a"/></svg>') fixed;
    position: relative;
    color: var(--white);
}

.benefits-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(15, 23, 42, 0.9) 100%);
}

.benefits .section-header {
    position: relative;
    z-index: 2;
}

.benefits .section-title,
.benefits .section-subtitle {
    color: var(--white);
}

.benefits-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--white);
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* ========================================
   TRAINING BOOTCAMP
======================================== */
.training-bootcamp {
    padding: 50px 0;
    background: var(--gray-50);
}

.training-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.training-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition);
    border-top: 4px solid var(--primary-color);
}

.training-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.training-day {
    display: inline-block;
    background: var(--gradient-primary);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.training-card h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.training-card p {
    color: var(--text-light);
    line-height: 1.7;
}

/* ========================================
   WHY UNIQUE
======================================== */
.why-unique {
    padding: 50px 0;
    background: var(--white);
}

.unique-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.unique-card {
    background: var(--gray-50);
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.unique-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    background: var(--white);
}

.unique-number {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(30, 58, 138, 0.05);
}

.unique-card h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.unique-card p {
    color: var(--text-light);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* ========================================
   COMPARISON TABLE
======================================== */
.comparison {
    padding: 50px 0;
    background: var(--gray-50);
}

.comparison-table {
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.comparison-table thead {
    background: var(--gradient-primary);
    color: var(--white);
}

.comparison-table th {
    padding: 25px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
}

.comparison-table td {
    padding: 20px;
    border-bottom: 1px solid var(--gray-200);
}

.comparison-table tbody tr:hover {
    background: var(--gray-50);
}

.highlight-col {
    background: rgba(30, 58, 138, 0.05);
}

.comparison-table .fa-check-circle {
    color: var(--success-color);
    margin-right: 8px;
    font-size: 1.2rem;
}

.comparison-table .fa-times-circle {
    color: var(--secondary-color);
    margin-right: 8px;
    font-size: 1.2rem;
}
@media (max-width: 768px) {

  .comparison {
      padding: 60px 0;
  }

  .comparison-table th,
  .comparison-table td {
      padding: 14px 12px;
      font-size: 0.95rem;
  }
}


/* ========================================
   WHO CAN JOIN
======================================== */
.who-can-join {
    padding: 50px 0;
    background: var(--white);
}

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

.audience-card {
    background: var(--gradient-primary);
    color: var(--white);
    padding: 35px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.audience-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: var(--shadow-xl);
}

.audience-card i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.audience-card h3 {
    font-size: 1.1rem;
    color: var(--white);
    font-weight: 300;
}

/* ========================================
   GET STARTED SECTION (PARALLAX)
======================================== */
.get-started {
    padding: 50px 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%23dc2626"/></svg>') fixed;
    position: relative;
    color: var(--white);
}

.get-started-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.9) 0%, rgba(30, 58, 138, 0.95) 100%);
}

.get-started .section-header {
    position: relative;
    z-index: 2;
}

.get-started .section-title,
.get-started .section-subtitle {
    color: var(--white);
}

.steps-container {
    position: relative;
    z-index: 2;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
   
     
    margin-bottom: 60px;
}
  
.step-card { 
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    width: 180px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
    position: relative;
}

.step-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-10px);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: var(--shadow-lg);
}

.step-icon {
    font-size: 2.5rem;
    margin: 20px 0 15px;    
}

.step-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--white);
}

.step-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.step-arrow {
    font-size: 2rem;
    color: var(--white);
    font-weight: 700;
}

.cta-section {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.cta-section h3 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 15px;
    color: var(--white);
}

.cta-section p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-section .btn {
    margin: 10px;
}
 
/* ========================================
   INCOME CHANNELS
======================================== */
.income-channels {
    padding: 50px 0;
    background: var(--white);
}

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

.channel-card {
    background: var(--gray-50);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-top: 4px solid var(--success-color);
}

.channel-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    background: var(--white);
}

.channel-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--white);
}

.channel-card h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.channel-card p {
    color: var(--text-light);
    font-weight: 500;
    font-size: 0.95rem;
}

/* ========================================
   INVESTMENT BREAKDOWN
======================================== */
.investment-breakdown {
    padding: 50px 0;
    background: var(--white);
}

.investment-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: start;
}

.investment-visual {
    background: var(--gradient-primary);
    padding: 40px;
    border-radius: 20px;
    color: var(--white);
    text-align: center;
    position: sticky;
    top: 50px;
}

.investment-total {
    margin-bottom: 30px;
}

.total-amount {
    font-size: 2rem;
    border-bottom: 1px solid var(--accent-color);
    font-weight: 900;
    margin-bottom: 10px;
}

.total-label {
    font-size: 1.2rem;
    opacity: 0.9;
}

.investment-highlights {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.highlight-item i {
    font-size: 1.5rem;
    color: var(--accent-color);
}

.investment-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.investment-item {
    display: flex;
    gap: 20px;
    background: var(--gray-50);
    padding: 30px;
    border-radius: 15px;
    transition: var(--transition);
}

.investment-item:hover {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    transform: translateX(10px);
}

.investment-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    flex-shrink: 0;
}

.investment-info h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.investment-info p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 10px;
}

.investment-note {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
}
@media (max-width: 768px) {

    .investment-breakdown {
        padding: 60px 15px;
    }

    .investment-content {
        grid-template-columns: 1fr; /* stack vertically */
        gap: 30px;
    }

    .investment-visual {
        position: relative; /* remove sticky on mobile */
        top: 0;
        padding: 25px;
        border-radius: 16px;
    }

    .total-amount {
        font-size: 2rem;
    }

    .investment-item {
        flex-direction: column;
        padding: 20px;
    }

    .investment-item:hover {
        transform: none; /* stop sideways movement */
    }

    .investment-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

/* ========================================
   ROI POTENTIAL
======================================== */
.roi-potential {
    padding: 50px 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%23f59e0b"/></svg>') fixed;
    position: relative;
    color: var(--white);
}

.roi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(1 42 128) 0%, rgb(27 43 117) 100%)
}
.line{
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.roi-potential .section-header {
    position: relative;
    z-index: 2;
}

.roi-potential .section-title,
.roi-potential .section-subtitle {
    color: var(--white);
}

.roi-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.roi-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}

.roi-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-10px);
}

.roi-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--white);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.roi-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--white);
}

.roi-amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 15px;
}

.roi-card p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 20px;
}

.roi-activities {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.roi-activities li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 0.95rem;
}

.roi-activities i {
    color: var(--white);
    background: rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.roi-note {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.roi-note i {
    font-size: 1.5rem;
    color: var(--white);
    flex-shrink: 0;
    margin-top: 3px;
}

.roi-note p {
    color: var(--white);
    line-height: 1.7;
    margin: 0;
}

/* ========================================
   EXCLUSIVE BENEFITS
======================================== */
.exclusive-benefits {
    padding: 50px 0;
    background: var(--gray-50);
}

.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.exclusive-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.exclusive-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.05) 0%, transparent 70%);
    transition: var(--transition);
    opacity: 0;
}

.exclusive-card:hover::before {
    opacity: 1;
    animation: rotate 3s linear infinite;
}

.exclusive-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.exclusive-badge {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    position: relative;
    z-index: 2;
}

.exclusive-card h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.exclusive-card p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
}

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

/* ========================================
   SUCCESS STORIES
======================================== */
.success-stories {
    padding: 50px 0;
    background: var(--white);
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.story-card {
    background: var(--gray-50);
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.story-quote {
    font-size: 3rem;
    color: var(--primary-color);
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 15px;
}

.story-text {
    color: var(--text-dark);
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 25px;
    font-style: italic;
}

.story-author {
    display: flex;
    gap: 15px;
    align-items: start;
    padding-top: 20px;
    border-top: 2px solid var(--gray-200);
}

.author-avatar {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
    flex-shrink: 0;
}

.author-info h4 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 3px;
}

.author-info span {
    color: var(--text-light);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 8px;
}

.author-stats {
    display: flex;
    /* gap: 15px; */
    flex-wrap: wrap;
}

.author-stats span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--primary-color);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.author-stats i {
    font-size: 0.85rem;
}

/* ========================================
   FAQ SECTION
======================================== */
.faq-section {
    padding: 50px 0;
    background: var(--gray-50);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    user-select: none;
    transition: var(--transition);
}

.faq-question:hover {
    background: var(--gray-50);
}

.faq-question h3 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin: 0;
    padding-right: 20px;
}

.faq-question i {
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

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

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

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.faq-answer p {
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

/* ========================================
   FINAL CTA
======================================== */
.final-cta {
    padding: 50px 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%231e3a8a"/></svg>') fixed;
    position: relative;
    color: var(--white);
}

.final-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(220, 38, 38, 0.9) 100%);
}

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

.final-cta-content h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 20px;
    color: var(--white);
}

.final-cta-content > p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    margin-bottom: 50px;
    opacity: 0.95;
}

.cta-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.cta-stat {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 25px 20px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent-color);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

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

.final-cta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-disclaimer {
    font-size: 0.9rem;
    opacity: 0.85;
    font-style: italic;
}

/* ========================================
   FOOTER
======================================== */
.footer {
    background: var(--gradient-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0px;
    margin-bottom: 40px;
}

.footer-brand img {
    height: 60px;
    margin-bottom: 20px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 500px;
}

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

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

.social-links a:hover {
    background: var(--secondary-color);
    transform: translateY(-3px);
}

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

.footer-column h4 {
    color: var(--accent-color);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-column a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info i {
    color: var(--accent-color);
    margin-top: 3px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

/* ========================================
   BACK TO TOP BUTTON
======================================== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-secondary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}

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

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

/* ========================================
   ANIMATIONS
======================================== */
/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(15px);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
} */

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Navigation */
    .mobile-menu-toggle {
        display: flex;
        z-index: 1001;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 30px 30px;
        box-shadow: var(--shadow-xl);
        transition: right 0.3s ease;
        gap: 20px;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links a {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid var(--gray-200);
    }
    
    /* Hero */
    .hero-features {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .hero-cta .btn {
        width: 100%;
    }
    
    /* Steps */
    .steps-container {
        flex-direction: column;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
    
    .step-card {
        width: 100%;
        max-width: 300px;
    }
    
    /* Grid adjustments */
    .powerhouse-grid,
    .revenue-grid,
    .why-grid,
    .benefits-grid,
    .unique-grid,
    .channels-grid,
    .roi-grid,
    .exclusive-grid,
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    /* Investment Breakdown */
    .investment-content {
        grid-template-columns: 1fr;
    }
    
    .investment-visual {
        position: static;
    }
    
    /* Table */
    .comparison-table {
        font-size: 0.9rem;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 15px 10px;
    }
    
    /* Footer */
    .footer-links {
        grid-template-columns: 1fr;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .logo img {
        height: 50px;
    }
    
    section {
        padding: 60px 0 !important;
    }
    
    .why-grid,
    .setup-grid,
    .training-grid,
    .audience-grid {
        gap: 20px;
    }
    .audience-grid {
 display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
    .market-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .product-list {
        grid-template-columns: 1fr;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .scroll-indicator,
    .back-to-top,
    .mobile-menu-toggle {
        display: none !important;
    }
    
    .parallax {
        background-attachment: scroll !important;
    }
}

/* ===========================
   POPUP OVERLAY
=========================== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay.active {
  display: flex;
}

/* ===========================
   POPUP MODAL
=========================== */
.popup-modal {
  background: #ffffff;
  width: 92%;
  max-width: 480px;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  position: relative;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.popup-modal h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
  color: #132870;
}

.popup-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

/* ===========================
   FORM FIELDS
=========================== */
.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.form-group input {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid #e2e2e2;
  font-size: 14px;
  transition: all 0.25s ease;
}

.form-group input:focus {
  border-color: #132870;
  box-shadow: 0 0 0 3px rgba(19, 40, 112, 0.08);
  outline: none;
}

/* ===========================
   ERROR STATE (CLEAN)
=========================== */
.form-group small {
  font-size: 12px;
  color: #e53935;
  margin-top: 5px;
  display: none;   /* Important */
}

.form-group.error input {
  border-color: #e53935;
  background: #fff6f6;
}

.form-group.error small {
  display: block;
}

/* ===========================
   ERROR STYLING (MATCHES JS)
=========================== */

.input-error {
  border: 2px solid #e53935 !important;
  background-color: #fff5f5;
}

.error-message {
  color: #e53935;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
  animation: fadeError 0.2s ease-in-out;
}

@keyframes fadeError {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================
   CLOSE BUTTON
=========================== */
.close-btn {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
  transition: 0.2s;
}

.close-btn:hover {
  color: #333;
}

/* ===========================
   BUTTON
=========================== */
.btn-primary :disabled {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #132870, #1a3399);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(19,40,112,0.3);
}