/* ==========================================
   MASTER 20+ AI TOOLS - LANDING PAGE STYLES
   Green & White Color Scheme
   ========================================== */

/* ROOT VARIABLES */
:root {
    /* Primary Colors - Emerald Green */
    --primary-green: #10b981;
    --primary-green-dark: #059669;
    --primary-green-light: #34d399;
    
    /* Secondary Colors */
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    /* Dark Text */
    --text-dark: #1e293b;
    --text-medium: #334155;
    --text-light: #64748b;
    
    /* Accent Colors */
    --red: #ef4444;
    --red-light: #fef2f2;
    --green-light: #d1fae5;
    
    /* Spacing */
    --container-width: 1200px;
    --section-padding: 80px 20px;
    
    /* Shadows */
    --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);
    
    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

/* RESET & BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* CONTAINER */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* SECTION TITLES */
.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: var(--gray-900);
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    text-align: center;
    color: var(--text-light);
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
    background: linear-gradient(135deg, var(--primary-green-dark) 0%, var(--primary-green) 100%);
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.125rem;
}

.btn-xlarge {
    padding: 22px 48px;
    font-size: 1.25rem;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(16, 185, 129, 0);
    }
}

/* ==========================================
   1️⃣ HERO SECTION
   ========================================== */
.hero-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-green);
    box-shadow: var(--shadow-md);
    margin-bottom: 24px;
}

.trust-badge i {
    color: #fbbf24;
}

.hero-headline {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--gray-900);
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subheadline {
    font-size: 1.375rem;
    color: var(--text-medium);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.hero-video {
    max-width: 800px;
    margin: 0 auto 40px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.hero-video .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.hero-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Mobile Video - Hidden by default */
.mobile-video {
    display: none;
}

.hero-cta {
    margin-top: 40px;
}

.cta-subtext {
    margin-top: 16px;
    color: var(--text-light);
    font-size: 0.875rem;
}

/* ==========================================
   2️⃣ PAIN ↔ PLEASURE SECTION
   ========================================== */
.pain-pleasure-section {
    padding: var(--section-padding);
    background: var(--white);
}

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

.pain-card, .pleasure-card {
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.pain-card {
    background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
    border: 2px solid #fee2e2;
}

.pleasure-card {
    background: linear-gradient(135deg, #d1fae5 0%, #ffffff 100%);
    border: 2px solid var(--primary-green-light);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.pain-icon {
    color: var(--red);
}

.pleasure-icon {
    color: var(--primary-green);
}

.pain-card h3, .pleasure-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.pain-list, .pleasure-list {
    list-style: none;
}

.pain-list li, .pleasure-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.6;
}

.pain-list i {
    color: var(--red);
    font-size: 1.25rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.pleasure-list i {
    color: var(--primary-green);
    font-size: 1.25rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.pain-quote {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

/* ==========================================
   3️⃣ WHO IS IT FOR SECTION
   ========================================== */
.who-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

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

.who-card {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

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

.who-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--white);
}

.who-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gray-900);
}

.who-card p {
    color: var(--text-light);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* ==========================================
   4️⃣ BENEFITS SECTION
   ========================================== */
.benefits-section {
    padding: var(--section-padding);
    background: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: var(--gray-50);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--primary-green);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: var(--green-light);
    transform: translateX(8px);
}

.benefit-item i {
    font-size: 2rem;
    color: var(--primary-green);
    flex-shrink: 0;
}

.benefit-item p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.5;
}

/* ==========================================
   5️⃣ COMPARISON SECTION
   ========================================== */
.comparison-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

/* Desktop Table View */
.comparison-table {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.comparison-header {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    color: var(--white);
    font-weight: 700;
    font-size: 1.125rem;
}

.comparison-header .comparison-col {
    padding: 20px;
    text-align: center;
}

.comparison-row {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    border-bottom: 1px solid var(--gray-200);
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row:hover {
    background: var(--gray-50);
}

.comparison-col {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparison-col.task {
    font-weight: 700;
    color: var(--gray-900);
    align-items: flex-start;
}

.comparison-col.without,
.comparison-col.with {
    text-align: center;
    align-items: center;
}

.time-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.time-badge.bad {
    background: var(--red-light);
    color: var(--red);
}

.time-badge.good {
    background: var(--green-light);
    color: var(--primary-green-dark);
}

.comparison-col p {
    font-size: 0.875rem;
    color: var(--text-light);
}

/* Mobile Cards View - Hidden by default */
.comparison-cards {
    display: none;
}

.comparison-card-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-md);
}

.comparison-card-item h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-green);
}

.card-comparison {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.without-side, .with-side {
    padding: 16px;
    border-radius: var(--radius-md);
}

.without-side {
    background: var(--red-light);
}

.with-side {
    background: var(--green-light);
}

.label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: var(--text-medium);
}

.without-side p, .with-side p {
    font-size: 0.875rem;
    color: var(--text-light);
    margin-top: 4px;
}

/* ==========================================
   6️⃣ WHAT YOU GET SECTION
   ========================================== */
.what-you-get-section {
    padding: var(--section-padding);
    background: var(--white);
}

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

.package-item {
    text-align: center;
    padding: 32px;
    background: var(--gray-50);
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.package-item:hover {
    background: var(--white);
    border-color: var(--primary-green);
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.package-item i {
    font-size: 3rem;
    color: var(--primary-green);
    margin-bottom: 16px;
}

.package-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gray-900);
}

.package-item p {
    color: var(--text-light);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* ==========================================
   7️⃣ CURRICULUM SECTION
   ========================================== */
.curriculum-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 48px;
}

.curriculum-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--white);
    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.curriculum-item:hover {
    border-color: var(--primary-green);
    box-shadow: var(--shadow-md);
    transform: translateX(8px);
}

.module-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary-green);
    flex-shrink: 0;
}

.module-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.module-content i {
    font-size: 1.5rem;
    color: var(--primary-green);
    flex-shrink: 0;
}

.module-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}

.curriculum-cta {
    text-align: center;
}

/* ==========================================
   8️⃣ SOCIAL PROOF SECTION
   ========================================== */
.social-proof-section {
    padding: var(--section-padding);
    background: var(--white);
}

.rating-box {
    text-align: center;
    margin-bottom: 48px;
}

.stars {
    font-size: 2rem;
    color: #fbbf24;
    margin-bottom: 12px;
}

.rating-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-medium);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--gray-50);
    padding: 32px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border-left: 4px solid var(--primary-green);
}

.testimonial-stars {
    color: #fbbf24;
    font-size: 1rem;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author strong {
    display: block;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: 0.875rem;
    color: var(--text-light);
}

/* ==========================================
   9️⃣ BONUSES SECTION
   ========================================== */
.bonuses-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.bonus-card {
    background: var(--white);
    padding: 32px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-lg);
    position: relative;
    border: 2px solid var(--primary-green-light);
    transition: all 0.3s ease;
}

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

.bonus-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    color: var(--white);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-icon {
    font-size: 3rem;
    color: var(--primary-green);
    margin: 20px 0;
}

.bonus-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gray-900);
}

.bonus-card p {
    color: var(--text-light);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.bonus-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-green);
}

.bonus-total {
    text-align: center;
    padding: 32px;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    max-width: 500px;
    margin: 0 auto;
}

.bonus-total-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.bonus-total-text .highlight {
    font-size: 2rem;
}

.bonus-subtext {
    color: var(--text-light);
    font-size: 1rem;
}

/* ==========================================
   🔟 PRICING SECTION
   ========================================== */
.pricing-section {
    padding: var(--section-padding);
    background: var(--white);
}

.pricing-card {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    border: 3px solid var(--primary-green);
}

.pricing-header {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    color: var(--white);
    padding: 40px;
    text-align: center;
    position: relative;
}

.pricing-badge {
    display: inline-block;
    background: var(--white);
    color: var(--primary-green);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.pricing-header h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 24px;
}

.pricing-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

.old-price {
    font-size: 1.5rem;
    text-decoration: line-through;
    opacity: 0.7;
}

.arrow {
    font-size: 1.5rem;
}

.new-price {
    font-size: 3.5rem;
    font-weight: 900;
}

.savings {
    font-size: 1.125rem;
    font-weight: 600;
    opacity: 0.9;
}

.pricing-includes {
    padding: 40px;
    background: var(--white);
}

.pricing-includes h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--gray-900);
}

.pricing-includes ul {
    list-style: none;
}

.pricing-includes li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: var(--text-dark);
}

.pricing-includes i {
    color: var(--primary-green);
    font-size: 1.25rem;
}

.pricing-cta {
    padding: 40px;
    text-align: center;
    background: var(--gray-50);
}

.pricing-guarantee {
    margin-top: 20px;
    font-size: 0.9375rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pricing-guarantee i {
    color: var(--primary-green);
}

.pricing-urgency {
    margin-top: 12px;
    font-size: 0.9375rem;
    color: var(--red);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pricing-urgency i {
    animation: pulse-icon 1.5s infinite;
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.value-breakdown {
    padding: 32px 40px;
    background: var(--white);
    border-top: 2px dashed var(--gray-300);
}

.value-breakdown h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--gray-900);
}

.value-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-200);
    color: var(--text-dark);
}

.value-item.total {
    border-top: 2px solid var(--gray-300);
    border-bottom: 2px solid var(--gray-300);
    margin-top: 12px;
    padding: 16px 0;
    font-size: 1.125rem;
}

.value-item.your-price {
    border-bottom: none;
    color: var(--primary-green);
    font-size: 1.25rem;
    padding: 16px 0 0;
}

/* ==========================================
   1️⃣1️⃣ FAQ SECTION
   ========================================== */
.faq-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: var(--radius-md);
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: var(--primary-green);
    box-shadow: var(--shadow-md);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    user-select: none;
}

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

.faq-question h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-900);
    margin: 0;
    padding-right: 20px;
}

.faq-question i {
    font-size: 1.25rem;
    color: var(--primary-green);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

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

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

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 24px 24px;
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.9375rem;
}

/* ==========================================
   1️⃣2️⃣ FINAL CTA SECTION
   ========================================== */
.final-cta-section {
    padding: var(--section-padding);
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%);
    color: var(--white);
    text-align: center;
}

.final-cta-content h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.2;
}

.final-cta-text {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.final-cta-highlight {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 32px auto;
    max-width: 700px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.final-cta-buttons {
    margin: 40px 0;
}

.final-cta-buttons .btn-primary {
    background: var(--white);
    color: var(--primary-green);
}

.final-cta-buttons .btn-primary:hover {
    background: var(--gray-100);
    transform: translateY(-4px);
}

.final-guarantees {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 32px 0;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.guarantee-item i {
    font-size: 1.5rem;
}

.final-cta-ps {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 32px auto 0;
    padding-top: 32px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0.9;
}

.final-cta-ps strong {
    font-weight: 700;
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
    background: var(--gray-900);
    color: var(--gray-300);
    padding: 40px 20px;
    text-align: center;
}

.footer p {
    margin-bottom: 8px;
    font-size: 0.9375rem;
}

.footer-disclaimer {
    font-size: 0.8125rem;
    color: var(--gray-600);
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .who-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .package-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .curriculum-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px 20px;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* Hero Section Mobile */
    .hero-headline {
        font-size: 2rem;
    }
    
    .hero-subheadline {
        font-size: 1.125rem;
    }
    
    /* Hide desktop video, show mobile video */
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
        margin-top: 32px;
    }

    .hero-video {
        max-width: 100%;
    }
    
    .btn-large {
        padding: 16px 32px;
        font-size: 1rem;
    }
    
    .btn-xlarge {
        padding: 18px 36px;
        font-size: 1.125rem;
    }
    
    /* Pain/Pleasure Mobile */
    .pain-pleasure-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .pain-card, .pleasure-card {
        padding: 28px;
    }
    
    /* Who Section Mobile */
    .who-grid {
        grid-template-columns: 1fr;
    }
    
    /* Benefits Mobile */
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    /* Comparison Table Mobile */
    .comparison-table {
        display: none; /* Hide desktop table */
    }
    
    .comparison-cards {
        display: block; /* Show mobile cards */
    }
    
    /* Package Grid Mobile */
    .package-grid {
        grid-template-columns: 1fr;
    }
    
    /* Curriculum Mobile */
    .curriculum-item {
        flex-direction: column;
        text-align: center;
    }
    
    .module-content {
        flex-direction: column;
        text-align: center;
    }
    
    /* Testimonials Mobile */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    /* Bonuses Mobile */
    .bonuses-grid {
        grid-template-columns: 1fr;
    }
    
    /* Final CTA Mobile */
    .final-cta-content h2 {
        font-size: 1.75rem;
    }
    
    .final-cta-text {
        font-size: 1rem;
    }
    
    .final-cta-highlight {
        font-size: 1.125rem;
    }
    
    .final-guarantees {
        flex-direction: column;
        gap: 20px;
    }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
    .hero-headline {
        font-size: 1.75rem;
    }
    
    .trust-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .btn {
        width: 100%;
        padding: 16px 24px;
    }
    
    .pain-card, .pleasure-card {
        padding: 20px;
    }
    
    .faq-question h4 {
        font-size: 1rem;
    }
    
    .pricing-header {
        padding: 28px 20px;
    }
    
    .new-price {
        font-size: 2.5rem;
    }
}