/* ==========================================
   FINDMYHORSE - EQUESTRIAN MARKETPLACE DESIGN
   Inspired by successful equestrian sites like Horsemart
   ========================================== */

/* ==========================================
   EQUESTRIAN COLOR PALETTE
   ========================================== */

:root {
    /* Primary Greens - Like Horsemart */
    --primary-50: #f0fdf4;
    --primary-100: #dcfce7;
    --primary-200: #bbf7d0;
    --primary-300: #86efac;
    --primary-400: #4ade80;
    --primary-500: #22c55e;
    --primary-600: #16a34a;
    --primary-700: #15803d;
    --primary-800: #166534;
    --primary-900: #14532d;
    
    /* Accent Colors - Purple for CTAs */
    --accent-50: #faf5ff;
    --accent-100: #f3e8ff;
    --accent-200: #e9d5ff;
    --accent-300: #d8b4fe;
    --accent-400: #c084fc;
    --accent-500: #a855f7;
    --accent-600: #9333ea;
    --accent-700: #7c3aed;
    --accent-800: #6b21a8;
    --accent-900: #581c87;
    
    /* Earth Tones */
    --earth-50: #fefdfb;
    --earth-100: #fef7ed;
    --earth-200: #fed7aa;
    --earth-300: #fdba74;
    --earth-400: #fb923c;
    --earth-500: #f97316;
    --earth-600: #ea580c;
    --earth-700: #c2410c;
    --earth-800: #9a3412;
    --earth-900: #7c2d12;
    
    /* Neutral Colors */
    --neutral-0: #ffffff;
    --neutral-25: #fcfcfd;
    --neutral-50: #f9fafb;
    --neutral-100: #f2f4f7;
    --neutral-200: #e4e7ec;
    --neutral-300: #d0d5dd;
    --neutral-400: #98a2b3;
    --neutral-500: #667085;
    --neutral-600: #475467;
    --neutral-700: #344054;
    --neutral-800: #1d2939;
    --neutral-900: #101828;
    
    /* Status Colors */
    --success-50: #ecfdf5;
    --success-500: #10b981;
    --success-600: #059669;
    
    --warning-50: #fffbeb;
    --warning-500: #f59e0b;
    --warning-600: #d97706;
    
    --error-50: #fef2f2;
    --error-500: #ef4444;
    --error-600: #dc2626;
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-600) 0%, var(--accent-700) 100%);
    --gradient-hero: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-800) 100%);
    --gradient-earth: linear-gradient(135deg, var(--earth-600) 0%, var(--earth-700) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    
    /* Typography Scale */
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', 'Monaco', monospace;
    
    --text-xs: 0.75rem;      /* 12px */
    --text-sm: 0.875rem;     /* 14px */
    --text-base: 1rem;       /* 16px */
    --text-lg: 1.125rem;     /* 18px */
    --text-xl: 1.25rem;      /* 20px */
    --text-2xl: 1.5rem;      /* 24px */
    --text-3xl: 1.875rem;    /* 30px */
    --text-4xl: 2.25rem;     /* 36px */
    --text-5xl: 3rem;        /* 48px */
    --text-6xl: 3.75rem;     /* 60px */
    --text-7xl: 4.5rem;      /* 72px */
    --text-8xl: 6rem;        /* 96px */
    
    --line-height-tight: 1.25;
    --line-height-snug: 1.375;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;
    --line-height-loose: 2;
    
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    
    --letter-spacing-tight: -0.025em;
    --letter-spacing-normal: 0;
    --letter-spacing-wide: 0.025em;
    
    /* Spacing Scale */
    --space-px: 1px;
    --space-0: 0;
    --space-0_5: 0.125rem;   /* 2px */
    --space-1: 0.25rem;      /* 4px */
    --space-1_5: 0.375rem;   /* 6px */
    --space-2: 0.5rem;       /* 8px */
    --space-2_5: 0.625rem;   /* 10px */
    --space-3: 0.75rem;      /* 12px */
    --space-3_5: 0.875rem;   /* 14px */
    --space-4: 1rem;         /* 16px */
    --space-5: 1.25rem;      /* 20px */
    --space-6: 1.5rem;       /* 24px */
    --space-7: 1.75rem;      /* 28px */
    --space-8: 2rem;         /* 32px */
    --space-9: 2.25rem;      /* 36px */
    --space-10: 2.5rem;      /* 40px */
    --space-11: 2.75rem;     /* 44px */
    --space-12: 3rem;        /* 48px */
    --space-14: 3.5rem;      /* 56px */
    --space-16: 4rem;        /* 64px */
    --space-20: 5rem;        /* 80px */
    --space-24: 6rem;        /* 96px */
    --space-28: 7rem;        /* 112px */
    --space-32: 8rem;        /* 128px */
    --space-36: 9rem;        /* 144px */
    --space-40: 10rem;       /* 160px */
    --space-44: 11rem;       /* 176px */
    --space-48: 12rem;       /* 192px */
    --space-52: 13rem;       /* 208px */
    --space-56: 14rem;       /* 224px */
    --space-60: 15rem;       /* 240px */
    --space-64: 16rem;       /* 256px */
    --space-72: 18rem;       /* 288px */
    --space-80: 20rem;       /* 320px */
    --space-96: 24rem;       /* 384px */
    
    /* Border Radius */
    --radius-none: 0;
    --radius-sm: 0.125rem;   /* 2px */
    --radius-base: 0.25rem;  /* 4px */
    --radius-md: 0.375rem;   /* 6px */
    --radius-lg: 0.5rem;     /* 8px */
    --radius-xl: 0.75rem;    /* 12px */
    --radius-2xl: 1rem;      /* 16px */
    --radius-3xl: 1.5rem;    /* 24px */
    --radius-full: 9999px;
    
    /* Shadows */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    
    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slowest: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Z-index */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
    --z-toast: 1080;
}

/* ==========================================
   SCROLL PROGRESS BAR
   ========================================== */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 9999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.scroll-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-600) 50%, var(--primary-700) 100%);
    width: 0%;
    transition: width 0.1s ease-out;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

/* ==========================================
   RESET & BASE STYLES
   ========================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

/* Prevent unwanted text decorations globally */
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none !important;
}

/* Additional specificity for navigation and buttons */
.nav-links a,
.nav-cta a,
.btn,
.hero-cta-primary,
.hero-cta-secondary,
.cta-primary,
.cta-secondary {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    font-size: var(--text-base);
    line-height: var(--line-height-normal);
    color: var(--neutral-900);
    background-color: var(--neutral-0);
    font-feature-settings: 'rlig' 1, 'calt' 1;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

::selection {
    background-color: var(--primary-100);
    color: var(--primary-900);
}

/* ==========================================
   LAYOUT & UTILITY CLASSES
   ========================================== */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--space-6);
    padding-right: var(--space-6);
}

.container-wide {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: var(--space-6);
    padding-right: var(--space-6);
}

.container-narrow {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-left: var(--space-6);
    padding-right: var(--space-6);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */

.text-display-2xl {
    font-size: var(--text-8xl);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-extrabold);
}

.text-display-xl {
    font-size: var(--text-7xl);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-extrabold);
}

.text-display-lg {
    font-size: var(--text-6xl);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
}

.text-display-md {
    font-size: var(--text-5xl);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
}

.text-display-sm {
    font-size: var(--text-4xl);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
}

.text-display-xs {
    font-size: var(--text-3xl);
    line-height: var(--line-height-snug);
    letter-spacing: var(--letter-spacing-tight);
    font-weight: var(--font-weight-bold);
}

.text-xl {
    font-size: var(--text-xl);
    line-height: var(--line-height-relaxed);
    font-weight: var(--font-weight-normal);
}

.text-lg {
    font-size: var(--text-lg);
    line-height: var(--line-height-relaxed);
    font-weight: var(--font-weight-normal);
}

.text-base {
    font-size: var(--text-base);
    line-height: var(--line-height-normal);
    font-weight: var(--font-weight-normal);
}

.text-sm {
    font-size: var(--text-sm);
    line-height: var(--line-height-normal);
    font-weight: var(--font-weight-normal);
}

.text-xs {
    font-size: var(--text-xs);
    line-height: var(--line-height-normal);
    font-weight: var(--font-weight-normal);
}

.text-primary {
    color: var(--neutral-900);
}

.text-secondary {
    color: var(--neutral-600);
}

.text-tertiary {
    color: var(--neutral-500);
}

.text-quaternary {
    color: var(--neutral-400);
}

.text-white {
    color: var(--neutral-0);
}

.text-brand {
    color: var(--primary-600);
}

.text-accent {
    color: var(--accent-600);
}

/* ==========================================
   EQUESTRIAN BUTTON SYSTEM
   ========================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-2_5) var(--space-4);
    border: none;
    border-radius: var(--radius-lg);
    font-weight: var(--font-weight-medium);
    font-size: var(--text-sm);
    line-height: var(--line-height-tight);
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    outline: none;
}

.btn:focus-visible {
    outline: 2px solid var(--primary-600);
    outline-offset: 2px;
}

.btn i {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--neutral-0);
    box-shadow: var(--shadow-sm);
}

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

.btn-primary:active {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

.btn-secondary {
    background: var(--neutral-0);
    color: var(--neutral-700);
    border: 1px solid var(--neutral-300);
    box-shadow: var(--shadow-xs);
}

.btn-secondary:hover {
    background: var(--neutral-50);
    border-color: var(--neutral-400);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:active {
    transform: translateY(0);
    box-shadow: var(--shadow-xs);
}

.btn-accent {
    background: var(--gradient-accent);
    color: var(--neutral-0);
    box-shadow: var(--shadow-sm);
}

.btn-accent:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.btn-accent:active {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
}

.btn-ghost {
    background: transparent;
    color: var(--neutral-600);
    border: 1px solid transparent;
}

.btn-ghost:hover {
    background: var(--neutral-50);
    color: var(--neutral-900);
}

.btn-ghost:active {
    background: var(--neutral-100);
}

.btn-outline {
    background: transparent;
    color: var(--neutral-0);
    border: 1px solid var(--neutral-0);
}

.btn-outline:hover {
    background: var(--neutral-0);
    color: var(--neutral-900);
}

.btn-lg {
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-base);
    border-radius: var(--radius-xl);
}

.btn-lg i {
    width: 20px;
    height: 20px;
}

.btn-xl {
    padding: var(--space-4) var(--space-8);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-semibold);
    border-radius: var(--radius-xl);
}

.btn-xl i {
    width: 24px;
    height: 24px;
}

.btn-sm {
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-xs);
    border-radius: var(--radius-md);
}

.btn-sm i {
    width: 14px;
    height: 14px;
}

/* ==========================================
   HEADER & NAVIGATION
   ========================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* High z-index to ensure it's always on top */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--neutral-200);
    transition: all var(--transition-normal);
    height: 80px; /* Fixed height to prevent clipping */
}

.header *,
.header a,
.header a:hover,
.header a:focus,
.header a:active,
.header a:visited {
    text-decoration: none !important;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-sm);
    border-bottom-color: var(--neutral-300);
}

.navbar {
    padding: var(--space-4) 0;
    min-height: 80px; /* Ensure consistent header height */
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo h1 {
    color: var(--neutral-900);
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    letter-spacing: var(--letter-spacing-tight);
    line-height: var(--line-height-tight);
}

.logo .tagline {
    color: var(--primary-600);
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    margin-top: var(--space-0_5);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    list-style: none;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1_5);
    padding: var(--space-2) var(--space-4);
    color: var(--neutral-600);
    font-weight: var(--font-weight-medium);
    font-size: var(--text-sm);
    text-decoration: none !important;
    border-radius: var(--radius-lg);
    transition: all var(--transition-normal);
    position: relative;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active,
.nav-links a:visited {
    text-decoration: none !important;
}

.nav-links a i {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.nav-links a:hover {
    color: var(--neutral-900);
    background: var(--neutral-50);
    text-decoration: none !important;
}

.nav-links a.active {
    color: var(--primary-600);
    background: var(--primary-50);
    text-decoration: none !important;
}

.nav-links a.active::after {
    content: none;
}

.nav-cta {
    margin-left: var(--space-4);
}

.nav-cta a,
.nav-cta a:hover,
.nav-cta a:focus,
.nav-cta a:active,
.nav-cta a:visited {
    text-decoration: none !important;
}

/* ==========================================
   HERO SECTION WITH VIDEO
   ========================================== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-0);
    overflow: hidden;
    text-align: center;
    padding-top: 80px; /* Account for fixed header */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.hero-video iframe {
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.78vh; /* 16:9 aspect ratio */
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(21, 128, 61, 0.8) 0%, rgba(22, 163, 74, 0.7) 100%);
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: var(--space-12) var(--space-6) var(--space-8) var(--space-6);
    animation: hero-fade-in 1s ease-out;
    margin-top: 20px; /* Extra space from header */
}

@keyframes hero-fade-in {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content h1 {
    font-size: clamp(var(--text-5xl), 8vw, var(--text-8xl));
    line-height: var(--line-height-tight);
    font-weight: var(--font-weight-extrabold);
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: var(--space-6);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
    font-size: clamp(var(--text-xl), 3vw, var(--text-2xl));
    font-weight: var(--font-weight-medium);
    margin-bottom: var(--space-8);
    opacity: 0.95;
    letter-spacing: var(--letter-spacing-wide);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: clamp(var(--text-lg), 2vw, var(--text-xl));
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-12);
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-6);
    margin-bottom: var(--space-16);
}

.hero-stat {
    text-align: center;
    padding: var(--space-8);
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-2xl);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all var(--transition-normal);
}

.hero-stat:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: var(--shadow-2xl);
}

.stat-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--space-4);
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
}

.stat-icon i {
    width: 32px;
    height: 32px;
    color: var(--neutral-0);
}

.hero-stat:hover .stat-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.hero-stat h3 {
    font-size: var(--text-4xl);
    font-weight: var(--font-weight-extrabold);
    margin-bottom: var(--space-2);
    color: var(--neutral-0);
}

.hero-stat p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    opacity: 0.9;
    color: var(--neutral-0);
}

.hero-stat .text-stat {
    color: var(--primary-200) !important;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: var(--neutral-0);
    color: var(--neutral-900);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-xl);
    font-weight: var(--font-weight-semibold);
    font-size: var(--text-lg);
    text-decoration: none;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-xl);
    letter-spacing: var(--letter-spacing-wide);
}

.hero-cta-primary i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cta-primary:hover {
    background: var(--neutral-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow-2xl);
}

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: transparent;
    color: var(--neutral-0);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-xl);
    font-weight: var(--font-weight-semibold);
    font-size: var(--text-lg);
    text-decoration: none;
    transition: all var(--transition-normal);
    border: 1px solid var(--neutral-0);
    letter-spacing: var(--letter-spacing-wide);
}

.hero-cta-secondary i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cta-secondary:hover {
    background: var(--neutral-0);
    color: var(--neutral-900);
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

/* ==========================================
   SECTIONS
   ========================================== */

.section {
    padding: var(--space-20) 0;
    position: relative;
}

.section-title {
    font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    text-align: center;
    color: var(--neutral-900);
    margin-bottom: var(--space-6);
}

.section-subtitle {
    font-size: clamp(var(--text-lg), 2vw, var(--text-xl));
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-relaxed);
    text-align: center;
    color: var(--neutral-600);
    margin-bottom: var(--space-16);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================
   PREMIUM ICON STYLING
   ========================================== */

.showcase-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--space-6);
    background: var(--gradient-primary);
    border-radius: var(--radius-2xl);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-slow);
    box-shadow: 
        0 8px 24px rgba(34, 197, 94, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.showcase-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: var(--radius-2xl);
    transition: all var(--transition-slow);
}

.showcase-icon i {
    width: 36px;
    height: 36px;
    color: var(--neutral-0);
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.showcase-item:hover .showcase-icon {
    transform: scale(1.15) rotate(8deg);
    box-shadow: 
        0 16px 32px rgba(34, 197, 94, 0.35),
        0 8px 16px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.showcase-item:hover .showcase-icon::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
}

/* ==========================================
   EQUESTRIAN CARD SYSTEM
   ========================================== */

.card {
    background: var(--neutral-0);
    border-radius: var(--radius-2xl);
    border: 1px solid var(--neutral-200);
    box-shadow: var(--shadow-xs);
    transition: all var(--transition-normal);
    overflow: hidden;
    position: relative;
}

.card:hover {
    border-color: var(--neutral-300);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.card-premium {
    background: linear-gradient(135deg, var(--neutral-0) 0%, var(--neutral-25) 100%);
    border: 1px solid var(--neutral-200);
    box-shadow: var(--shadow-sm);
}

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

.card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity var(--transition-normal);
}

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

/* ==========================================
   GLOBAL SHOWCASE - PREMIUM DESIGN
   ========================================== */

.global-showcase {
    background: linear-gradient(135deg, var(--neutral-0) 0%, var(--neutral-25) 50%, var(--neutral-0) 100%);
    position: relative;
    overflow: hidden;
}

.global-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(168, 85, 247, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.global-showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(34, 197, 94, 0.02) 50%, transparent 100%),
        linear-gradient(0deg, transparent 0%, rgba(34, 197, 94, 0.02) 50%, transparent 100%);
    pointer-events: none;
    animation: premium-glow 8s ease-in-out infinite alternate;
}

@keyframes premium-glow {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-10);
    margin-top: var(--space-20);
    position: relative;
    z-index: 3;
}

.showcase-item {
    padding: var(--space-12);
    text-align: center;
    background: linear-gradient(135deg, var(--neutral-0) 0%, var(--neutral-25) 100%);
    border-radius: var(--radius-3xl);
    border: 1px solid var(--neutral-200);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.05),
        0 2px 8px rgba(34, 197, 94, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all var(--transition-slow);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.showcase-item:hover {
    border-color: var(--primary-300);
    box-shadow: 
        0 32px 64px rgba(34, 197, 94, 0.18),
        0 16px 32px rgba(0, 0, 0, 0.12),
        0 8px 16px rgba(34, 197, 94, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-8px) scale(1.02);
}

.showcase-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform var(--transition-slow);
}

.showcase-item:hover::before {
    transform: scaleX(1);
}

.showcase-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.02) 0%, rgba(168, 85, 247, 0.01) 100%);
    opacity: 0;
    transition: opacity var(--transition-slow);
    pointer-events: none;
}

.showcase-item:hover::after {
    opacity: 1;
}

.showcase-item h3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
    margin-bottom: var(--space-6);
    letter-spacing: var(--letter-spacing-tight);
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-700) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.showcase-item p {
    font-size: var(--text-lg);
    color: var(--neutral-600);
    line-height: var(--line-height-relaxed);
    font-weight: var(--font-weight-medium);
}

/* ==========================================
   PLATFORM INTEGRATION - PREMIUM DESIGN
   ========================================== */

.platform-integration {
    background: 
        linear-gradient(135deg, var(--neutral-0) 0%, var(--neutral-25) 25%, var(--neutral-0) 50%, var(--neutral-25) 75%, var(--neutral-0) 100%),
        radial-gradient(circle at 30% 30%, rgba(34, 197, 94, 0.03) 0%, transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(168, 85, 247, 0.02) 0%, transparent 60%);
    position: relative;
    overflow: hidden;
}

.platform-integration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 0%, rgba(34, 197, 94, 0.01) 25%, transparent 50%, rgba(34, 197, 94, 0.01) 75%, transparent 100%),
        linear-gradient(-45deg, transparent 0%, rgba(168, 85, 247, 0.01) 25%, transparent 50%, rgba(168, 85, 247, 0.01) 75%, transparent 100%);
    pointer-events: none;
    animation: platform-shimmer 12s ease-in-out infinite;
}

@keyframes platform-shimmer {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.platforms-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-10);
    margin-bottom: var(--space-20);
    position: relative;
    z-index: 2;
}

/* Platform category styles removed - now using showcase-item consistently */

.integration-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-10);
    position: relative;
    z-index: 2;
}

/* Benefit styles removed - now using showcase-item consistently */

/* ==========================================
   CALL TO ACTION
   ========================================== */

.cta-section {
    background: 
        var(--gradient-hero),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    color: var(--neutral-0);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 25%, rgba(255, 255, 255, 0.03) 50%, transparent 75%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
    animation: cta-shimmer 10s ease-in-out infinite;
}

@keyframes cta-shimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
    pointer-events: none;
    animation: cta-pulse 6s ease-in-out infinite alternate;
}

@keyframes cta-pulse {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

.cta-section .container {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-tight);
    letter-spacing: var(--letter-spacing-tight);
    margin-bottom: var(--space-8);
    color: var(--neutral-0);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.cta-section p {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-14);
    color: var(--neutral-0);
    opacity: 0.95;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: var(--space-8);
    flex-wrap: wrap;
    margin-bottom: var(--space-4);
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: 
        var(--neutral-0),
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    color: var(--neutral-900);
    padding: var(--space-5) var(--space-10);
    border-radius: var(--radius-2xl);
    font-weight: var(--font-weight-semibold);
    font-size: var(--text-lg);
    text-decoration: none;
    transition: all var(--transition-slow);
    box-shadow: 
        0 16px 32px rgba(0, 0, 0, 0.2),
        0 8px 16px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    letter-spacing: var(--letter-spacing-wide);
    position: relative;
    overflow: hidden;
}

.cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(168, 85, 247, 0.08) 100%);
    opacity: 0;
    transition: opacity var(--transition-slow);
}

.cta-primary:hover::before {
    opacity: 1;
}

.cta-primary i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.cta-primary:hover {
    background: var(--neutral-50);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 24px 48px rgba(0, 0, 0, 0.25),
        0 12px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background: transparent;
    color: var(--neutral-0);
    padding: var(--space-5) var(--space-10);
    border-radius: var(--radius-2xl);
    font-weight: var(--font-weight-semibold);
    font-size: var(--text-lg);
    text-decoration: none;
    transition: all var(--transition-slow);
    border: 2px solid var(--neutral-0);
    letter-spacing: var(--letter-spacing-wide);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cta-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity var(--transition-slow);
}

.cta-secondary:hover::before {
    opacity: 1;
}

.cta-secondary i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.cta-secondary:hover {
    background: var(--neutral-0);
    color: var(--neutral-900);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 24px 48px rgba(255, 255, 255, 0.3),
        0 12px 24px rgba(255, 255, 255, 0.2);
    border-color: var(--neutral-0);
}

/* ==========================================
   FOOTER
   ========================================== */

.footer {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--neutral-900);
    padding: var(--space-20) 0 var(--space-8);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--neutral-200);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.03) 0%, rgba(21, 128, 61, 0.03) 100%);
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-12);
    margin-bottom: var(--space-12);
}

.footer-section h3 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-bold);
    color: var(--neutral-900);
    margin-bottom: var(--space-6);
    letter-spacing: var(--letter-spacing-tight);
}

.footer-section h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-700);
    margin-bottom: var(--space-4);
}

.footer-section p {
    font-size: var(--text-base);
    color: var(--neutral-600);
    line-height: var(--line-height-relaxed);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: var(--space-2);
}

.footer-section ul li a {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--neutral-600);
    text-decoration: none;
    font-size: var(--text-sm);
    transition: color var(--transition-normal);
}

.footer-section ul li a i {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-section ul li a:hover {
    color: var(--primary-600);
}

.footer-bottom {
    border-top: 1px solid var(--neutral-200);
    padding-top: var(--space-6);
    margin-top: var(--space-8);
    text-align: center;
    color: var(--neutral-600);
    font-size: var(--text-sm);
}

.powered-by {
    margin-top: var(--space-4);
    padding: var(--space-3) var(--space-6);
    background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
    border-radius: var(--radius-xl);
    display: inline-block;
    border: 1px solid var(--primary-200);
    transition: all var(--transition-normal);
}

.powered-by:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
}

.powered-by a {
    color: var(--primary-700);
    font-weight: var(--font-weight-semibold);
    font-size: var(--text-lg);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: var(--space-2);
    transition: color var(--transition-normal);
}

.powered-by a:hover {
    color: var(--primary-800);
}

.powered-by strong {
    color: var(--primary-800);
    font-weight: var(--font-weight-bold);
}

/* ==========================================
   SCROLL ANIMATIONS
   ========================================== */

.scroll-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: all var(--transition-slowest);
    will-change: opacity, transform;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Prevent flash of unstyled content */
.scroll-reveal:not(.revealed) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(24px);
}

.scroll-reveal.revealed {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Ensure smooth transitions */
.scroll-reveal {
    transition: opacity var(--transition-slowest), 
                transform var(--transition-slowest), 
                visibility 0s;
}

.scroll-reveal.revealed {
    transition: opacity var(--transition-slowest), 
                transform var(--transition-slowest), 
                visibility 0s;
}

/* Trust Section Animation Overhaul */
.trust-safety-section .scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trust-safety-section .scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animations for trust elements */
.trust-safety-section .trust-header .scroll-reveal {
    transition-delay: 0.1s;
}

.trust-safety-section .trust-grid.scroll-reveal {
    transition-delay: 0.3s;
}

.trust-safety-section .trust-badges.scroll-reveal {
    transition-delay: 0.5s;
}

/* Individual trust card animations */
.trust-safety-section .trust-card {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.4s;
}

.trust-safety-section .trust-grid.revealed .trust-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stagger individual cards */
.trust-safety-section .trust-card:nth-child(1) {
    transition-delay: 0.4s;
}

.trust-safety-section .trust-card:nth-child(2) {
    transition-delay: 0.5s;
}

.trust-safety-section .trust-card:nth-child(3) {
    transition-delay: 0.6s;
}

/* Badge animations */
.trust-safety-section .badge {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trust-safety-section .trust-badges.revealed .badge {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stagger badges */
.trust-safety-section .badge:nth-child(1) {
    transition-delay: 0.6s;
}

.trust-safety-section .badge:nth-child(2) {
    transition-delay: 0.7s;
}

.trust-safety-section .badge:nth-child(3) {
    transition-delay: 0.8s;
}

.trust-safety-section .badge:nth-child(4) {
    transition-delay: 0.9s;
}

/* Enhanced trust card hover effects */
.trust-safety-section .trust-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.trust-safety-section .trust-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(34, 197, 94, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
}

.trust-safety-section .trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-400), var(--primary-300), var(--primary-400));
    background-size: 200% 100%;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: shimmer 3s ease-in-out infinite;
}

.trust-safety-section .trust-card:hover::before {
    transform: scaleX(1);
}

/* Trust icon animations */
.trust-safety-section .trust-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.8);
    opacity: 0;
}

.trust-safety-section .trust-card.revealed .trust-icon {
    transform: scale(1);
    opacity: 1;
}

.trust-safety-section .trust-card:hover .trust-icon {
    transform: scale(1.1);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Text animations */
.trust-safety-section .trust-card h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(10px);
    opacity: 0;
}

.trust-safety-section .trust-card.revealed h3 {
    transform: translateY(0);
    opacity: 1;
}

.trust-safety-section .trust-card p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(10px);
    opacity: 0;
}

.trust-safety-section .trust-card.revealed p {
    transform: translateY(0);
    opacity: 1;
}

/* Stat animations */
.trust-safety-section .trust-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(10px);
    opacity: 0;
}

.trust-safety-section .trust-card.revealed .trust-stat {
    transform: translateY(0);
    opacity: 1;
}

.trust-safety-section .stat-number {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--primary-600);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trust-safety-section .trust-card:hover .stat-number {
    color: var(--primary-700);
    transform: scale(1.05);
}

/* Badge hover effects */
.trust-safety-section .badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--neutral-700);
    border: 1px solid var(--neutral-200);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trust-safety-section .badge:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.15),
        0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-300);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(34, 197, 94, 0.1));
}

.trust-safety-section .badge i {
    color: var(--primary-600);
    font-size: 1.25rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trust-safety-section .badge:hover i {
    color: var(--primary-700);
    transform: scale(1.1);
}

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

@media (max-width: 1024px) {
    .container {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    .showcase-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: var(--space-6);
    }
    
    .platforms-showcase {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .integration-benefits {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    /* Mobile Navigation */
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .desktop-nav {
        display: none !important;
    }
    
    .desktop-cta {
        display: none !important;
    }
    
    /* Hide all desktop navigation on mobile */
    .nav-links {
        display: none !important;
    }
    
    .nav-cta {
        display: none !important;
    }
    
    /* Hero Section - Improved Mobile Styling */
    .hero {
        min-height: 100vh;
        padding: var(--space-8) 0;
        padding-top: 140px; /* Force content well under header */
    }
    
    .hero-content {
        padding: var(--space-6) var(--space-4);
        max-width: 100%;
        margin-top: 60px; /* Force additional spacing from header */
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-4);
        margin-bottom: var(--space-8);
    }
    
    .hero-stat {
        padding: var(--space-5);
        margin-bottom: 0;
    }
    
    .hero-content h1 {
        font-size: clamp(2rem, 8vw, 3rem);
        line-height: 1.1;
        margin-bottom: var(--space-4);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }
    
    .hero-subtitle {
        font-size: clamp(1.125rem, 4vw, 1.25rem);
        margin-bottom: var(--space-6);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .hero-description {
        font-size: clamp(1rem, 3vw, 1.125rem);
        margin-bottom: var(--space-8);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: var(--space-4);
        margin-bottom: var(--space-8);
    }
    
    .hero-stat {
        padding: var(--space-5);
        margin-bottom: var(--space-2);
    }
    
    .stat-icon {
        width: 48px;
        height: 48px;
        margin-bottom: var(--space-3);
    }
    
    .stat-icon i {
        width: 24px;
        height: 24px;
    }
    
    .hero-stat h3 {
        font-size: var(--text-2xl);
        margin-bottom: var(--space-1);
    }
    
    .hero-stat p {
        font-size: var(--text-sm);
    }
    
    /* Hide "Thousands of Horses Available" stat on mobile */
    .hero-stat:has(h3[aria-label="thousands of horses"]) {
        display: none;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: var(--space-3);
        margin-top: var(--space-6);
    }
    
    .hero-cta-primary,
    .hero-cta-secondary {
        width: 100%;
        max-width: 280px;
        padding: var(--space-4) var(--space-6);
        font-size: var(--text-base);
        justify-content: center;
    }
    
    .hero-cta-primary i,
    .hero-cta-secondary i {
        width: 18px;
        height: 18px;
    }
    
    /* Grid Layouts */
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .platforms-showcase {
        grid-template-columns: 1fr;
    }
    
    .integration-benefits {
        grid-template-columns: 1fr;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .stats-dashboard {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    .mobile-features {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    .mobile-feature {
        padding: var(--space-5);
    }
    
    /* CTA Sections */
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: var(--space-4);
    }
    
    .cta-primary,
    .cta-secondary {
        width: 100%;
        max-width: 300px;
    }
    
    /* Cards and Components */
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .pricing-card.featured {
        order: -1;
    }
    
    .testimonial-card {
        padding: var(--space-6);
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--space-8);
    }
    
    /* Contact Page */
    .contact-content {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }
    
    .contact-info {
        order: 2;
    }
    
    .contact-form-container {
        order: 1;
    }
    
    .contact-hero-content h1 {
        font-size: var(--text-3xl);
    }
    
    .contact-method {
        padding: var(--space-5);
    }
    
    .email-address {
        font-size: var(--text-base);
    }
    
    .email-address i {
        width: 18px;
        height: 18px;
    }
    
    /* About Page */
    .mission-content {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }
    
    .mission-text {
        order: 2;
    }
    
    .about-hero-content h1 {
        font-size: var(--text-3xl);
    }
    
    .timeline-item {
        padding: var(--space-5);
    }
    
    .timeline-item:not(:last-child)::after {
        left: 20px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .team-highlights {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    /* Partnerships Section */
    .partnerships-description {
        font-size: var(--text-base);
    }
    
    .partnership-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    .partnership-area {
        padding: var(--space-5);
    }
    
    .partnership-cta {
        padding: var(--space-6);
    }
    
    .partnership-cta h3 {
        font-size: var(--text-xl);
    }
}

@media (max-width: 480px) {
    /* Extra Small Screens */
    .section {
        padding: var(--space-8) 0;
    }
    
    .hero {
        min-height: 100vh;
        padding: var(--space-6) 0;
        padding-top: 130px; /* Force content well under header on small screens */
    }
    
    .hero-content {
        padding: var(--space-4) var(--space-3);
        max-width: 100%;
        margin-top: 50px; /* Force additional spacing from header */
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
        margin-bottom: var(--space-6);
    }
    
    .hero-stat {
        padding: var(--space-4);
        margin-bottom: 0;
    }
    
    .hero-content h1 {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
        line-height: 1.1;
        margin-bottom: var(--space-3);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 3.5vw, 1.125rem);
        margin-bottom: var(--space-4);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .hero-description {
        font-size: clamp(0.875rem, 2.5vw, 1rem);
        margin-bottom: var(--space-6);
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .hero-stats {
        gap: var(--space-3);
        margin-bottom: var(--space-6);
    }
    
    .hero-stat {
        padding: var(--space-4);
        margin-bottom: var(--space-2);
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        margin-bottom: var(--space-2);
    }
    
    .stat-icon i {
        width: 20px;
        height: 20px;
    }
    
    .hero-stat h3 {
        font-size: var(--text-xl);
        margin-bottom: var(--space-1);
    }
    
    .hero-stat p {
        font-size: var(--text-xs);
    }
    
    .hero-actions {
        gap: var(--space-2);
        margin-top: var(--space-4);
    }
    
    .hero-cta-primary,
    .hero-cta-secondary {
        max-width: 260px;
        padding: var(--space-3) var(--space-5);
        font-size: var(--text-sm);
    }
    
    .hero-cta-primary i,
    .hero-cta-secondary i {
        width: 16px;
        height: 16px;
    }
    
    .hero-stat {
        padding: var(--space-4);
    }
    
    .hero-stats {
        flex-direction: column;
        gap: var(--space-4);
    }
    
    .showcase-item {
        padding: var(--space-5);
    }
    
    .stat-icon,
    .showcase-icon {
        width: 40px;
        height: 40px;
    }
    
    .stat-icon i,
    .showcase-icon i {
        width: 20px;
        height: 20px;
    }
    
    /* Mobile Menu Adjustments */
    .mobile-menu {
        padding: var(--space-4);
    }
    
    .mobile-nav-links a {
        padding: var(--space-3);
        font-size: var(--text-base);
    }
    
    .mobile-nav-links a i {
        width: 18px;
        height: 18px;
    }
    
    /* Button Adjustments */
    .btn-lg {
        padding: var(--space-3) var(--space-6);
        font-size: var(--text-base);
    }
    
    /* Card Adjustments */
    .contact-method-card {
        padding: var(--space-4);
    }
    
    .partnership-area {
        padding: var(--space-4);
    }
    
    .faq-item {
        padding: var(--space-4);
    }
    
    .faq-question h3 {
        font-size: var(--text-base);
    }
    
    /* Footer Adjustments */
    .footer-section {
        margin-bottom: var(--space-6);
    }
    
    .footer-section h3,
    .footer-section h4 {
        font-size: var(--text-lg);
    }
}

/* Tablet Specific Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-content h1 {
        font-size: var(--text-5xl);
    }
    
    .showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-dashboard {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mobile-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .mission-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partnership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large Screen Optimizations */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    .hero-content {
        max-width: 1200px;
    }
    
    .showcase-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .stats-dashboard {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .mobile-features {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .partnership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Additional Responsive Improvements */
@media (max-width: 640px) {
    /* Extra small mobile optimizations */
    .container {
        padding-left: var(--space-4);
        padding-right: var(--space-4);
    }
    
    .hero-content {
        padding: 0 var(--space-3);
    }
    
    .section {
        padding: var(--space-8) 0;
    }
    
    .section-title {
        font-size: var(--text-2xl);
    }
    
    .section-subtitle {
        font-size: var(--text-base);
    }
    
    /* Button adjustments for small screens */
    .btn {
        padding: var(--space-2) var(--space-4);
        font-size: var(--text-sm);
    }
    
    .btn-lg {
        padding: var(--space-3) var(--space-5);
        font-size: var(--text-base);
    }
    
    /* Card adjustments */
    .card,
    .trust-card,
    .feature-card,
    .value-card {
        padding: var(--space-4);
    }
    
    /* Form adjustments */
    .form-group input,
    .form-group textarea {
        padding: var(--space-3);
        font-size: var(--text-base);
    }
    
    /* FAQ adjustments */
    .faq-question h3 {
        font-size: var(--text-base);
        line-height: var(--line-height-relaxed);
    }
    
    .faq-answer p {
        font-size: var(--text-sm);
    }
}

/* Landscape mobile optimizations */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 80vh;
        padding: var(--space-4) 0;
    }
    
    .hero-content {
        padding: 0 var(--space-6);
    }
    
    .hero-content h1 {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
        margin-bottom: var(--space-3);
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 3vw, 1.25rem);
        margin-bottom: var(--space-4);
    }
    
    .hero-description {
        font-size: clamp(0.875rem, 2.5vw, 1rem);
        margin-bottom: var(--space-6);
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-3);
        margin-bottom: var(--space-6);
    }
    
    .hero-stat {
        padding: var(--space-4);
    }
    
    .mobile-menu {
        width: 280px;
    }
    
    .mobile-nav-links {
        max-height: 60vh;
        overflow-y: auto;
    }
}

/* Small mobile sidebar adjustments */
@media (max-width: 480px) {
    .mobile-menu {
        width: 280px;
        padding-top: 30px; /* Extra padding for small screens */
    }
    
    .mobile-menu-header {
        padding: var(--space-8) var(--space-4);
        padding-top: var(--space-12); /* Extra top padding for small screens */
    }
    
    .mobile-nav-links {
        padding: 0 var(--space-4);
    }
    
    .mobile-menu-cta,
    .mobile-menu-footer {
        padding: var(--space-4) var(--space-4);
    }
}

/* High DPI display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hamburger-line {
        height: 2px;
    }
    
    .mobile-menu-toggle {
        width: 32px;
        height: 32px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .mobile-menu {
        transition: none;
    }
    
    .hamburger-line {
        transition: none;
    }
    
    .mobile-menu-toggle[aria-expanded="true"] .hamburger-line {
        transition: none;
    }
}

/* ==========================================
   PERFORMANCE OPTIMIZATIONS
   ========================================== */

.hero-video iframe {
    will-change: transform;
}

.btn,
.card,
.hero-stat,
.showcase-item,
.stat-icon,
.showcase-icon,
.access-feature,
.feature-item,
.benefit-card,
.highlight-item {
    will-change: transform, box-shadow;
    transition-property: transform, box-shadow, background, border-color, color, opacity;
    transition-duration: 120ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .hero-video iframe {
        animation: none !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .card {
        border-width: 2px;
    }
    
    .btn {
        border-width: 2px;
    }
}

/* Dark mode support (future enhancement) */
@media (prefers-color-scheme: dark) {
    /* Dark mode styles would go here */
} 

/* ==========================================
   BREADCRUMB NAVIGATION
   ========================================== */

.breadcrumb-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--neutral-200);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 40;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--text-sm);
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:not(:last-child)::after {
    content: '/';
    margin: 0 0.5rem;
    color: var(--neutral-400);
}

.breadcrumb a {
    color: var(--neutral-600);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover {
    color: var(--primary-600);
}

.breadcrumb li:last-child a {
    color: var(--neutral-800);
    font-weight: 500;
}

/* ==========================================
   FAQ SECTION
   ========================================== */

.faq-section {
    padding: 4rem 0;
    background: var(--neutral-50);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-item {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid var(--neutral-200);
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
    color: var(--primary-700);
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: var(--line-height-tight);
}

.faq-item p {
    color: var(--neutral-600);
    line-height: var(--line-height-normal);
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .breadcrumb-nav {
        display: none; /* Hide breadcrumb on mobile to save space */
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .faq-item {
        padding: 1.5rem;
    }
} 

/* ==========================================
   REDESIGNED SECTIONS STYLING
   ========================================== */

/* Trust & Safety Section */
.trust-safety-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-50) 0%, var(--neutral-50) 100%);
    position: relative;
    overflow: hidden;
}

.trust-safety-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="trust-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(34, 197, 94, 0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23trust-pattern)"/></svg>');
    opacity: 0.3;
}

.trust-header {
    text-align: center;
    margin-bottom: 4rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.trust-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.trust-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.trust-card:hover::before {
    transform: scaleX(1);
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(34, 197, 94, 0.15);
}

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

.trust-card h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.trust-card p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.trust-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.stat-number {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--primary-600);
}

.stat-label {
    font-size: var(--text-sm);
    color: var(--neutral-500);
    font-weight: 500;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--neutral-700);
    border: 1px solid var(--neutral-200);
}

.badge i {
    color: var(--primary-600);
    font-size: 1.25rem;
}

/* Advanced Search Features */
.search-features-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-800) 50%, var(--neutral-900) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.search-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.features-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.features-header .section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.features-header .section-subtitle {
    color: var(--primary-200);
    font-weight: 500;
}

.features-demo {
    position: relative;
    z-index: 2;
}

.demo-interface {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 2.5rem;
    margin-bottom: 4rem;
}

.search-bar-demo {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.search-input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    color: white;
}

.search-input i {
    color: var(--primary-300);
}

.typing-demo {
    animation: typing 4s infinite;
}

@keyframes typing {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.search-btn-demo {
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

.filter-tags {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-tag {
    background: rgba(34, 197, 94, 0.25);
    color: var(--primary-200);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: var(--text-sm);
    border: 1px solid rgba(34, 197, 94, 0.4);
}

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

.feature-item {
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-400), var(--primary-300), var(--primary-400));
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.feature-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 8px 16px rgba(34, 197, 94, 0.2);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
    border-radius: 50%;
    font-size: 1.75rem;
    color: white;
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 
        0 12px 24px rgba(34, 197, 94, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature-item:hover .feature-icon::before {
    opacity: 0.8;
}

.feature-icon i {
    width: 32px;
    height: 32px;
    color: white;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.feature-item h3 {
    font-size: var(--text-xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-item p {
    color: var(--primary-200);
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Live Market Statistics */
.market-stats-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--accent-50) 0%, var(--primary-50) 100%);
    position: relative;
    overflow: hidden;
}

.stats-header {
    text-align: center;
    margin-bottom: 4rem;
}

.stats-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.stat-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: transform 0.3s ease;
}

.stat-card.primary::before {
    background: var(--gradient-primary);
}

.stat-card.secondary::before {
    background: var(--gradient-accent);
}

.stat-card.tertiary::before {
    background: var(--gradient-earth);
}

.stat-card.quaternary::before {
    background: linear-gradient(135deg, var(--earth-600) 0%, var(--primary-600) 100%);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-card .stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.stat-card.primary .stat-icon {
    background: var(--gradient-primary);
}

.stat-card.secondary .stat-icon {
    background: var(--gradient-accent);
}

.stat-card.tertiary .stat-icon {
    background: var(--gradient-earth);
}

.stat-card.quaternary .stat-icon {
    background: linear-gradient(135deg, var(--earth-600) 0%, var(--primary-600) 100%);
}

.stat-number {
    font-size: var(--text-4xl);
    font-weight: 800;
    color: var(--neutral-800);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: var(--text-base);
    color: var(--neutral-600);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.stat-change {
    font-size: var(--text-sm);
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    display: inline-block;
}

.stat-change.positive {
    background: var(--success-50);
    color: var(--success-600);
}

.market-trends {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.trend-item {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.trend-item h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--neutral-800);
}

.trend-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trend-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.trend-bar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: var(--width, 0%);
    background: var(--gradient-primary);
    border-radius: 2px;
    transition: width 1s ease;
}

.breed-name {
    font-weight: 500;
    color: var(--neutral-700);
}

.breed-percentage {
    font-weight: 600;
    color: var(--primary-600);
}

.price-chart {
    display: flex;
    align-items: end;
    gap: 1rem;
    height: 150px;
    justify-content: space-between;
}

.price-segment {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
}

.price-segment::before {
    content: '';
    width: 100%;
    height: var(--height, 0%);
    background: var(--gradient-primary);
    border-radius: 4px 4px 0 0;
    transition: height 1s ease;
}

.price-label {
    font-size: var(--text-sm);
    color: var(--neutral-600);
    font-weight: 500;
}

.price-percent {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--primary-600);
}

/* Success Stories / Testimonials */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-800) 50%, var(--neutral-900) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.testimonials-header .section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.testimonials-header .section-subtitle {
    color: var(--primary-200);
    font-weight: 500;
}

.testimonials-carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto 3rem;
    z-index: 2;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    padding: 3rem;
    display: none;
    animation: fadeIn 0.5s ease;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 8px 16px rgba(34, 197, 94, 0.2);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-400), var(--primary-300), var(--primary-400));
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.testimonial-card.active {
    display: block;
}

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

@keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.testimonial-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: var(--primary-200);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: var(--text-sm);
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-badge i {
    width: 16px;
    height: 16px;
    color: var(--primary-300);
}

.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.stars i {
    color: #fbbf24;
    font-size: 1.25rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.testimonial-card blockquote {
    font-size: var(--text-lg);
    line-height: 1.7;
    color: white;
    margin-bottom: 2rem;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
}

.testimonial-card blockquote::before {
    content: '"';
    font-size: 4rem;
    color: var(--primary-300);
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-family: serif;
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, var(--primary-400), var(--primary-300));
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.author-info p {
    color: var(--primary-200);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.purchase-info {
    font-size: var(--text-sm);
    color: var(--primary-300);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.testimonial-prev,
.testimonial-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
    border-color: var(--primary-300);
    box-shadow: 0 8px 16px rgba(34, 197, 94, 0.3);
}

.testimonial-prev i,
.testimonial-next i {
    width: 20px;
    height: 20px;
    color: white;
}

.testimonial-indicators {
    display: flex;
    gap: 0.75rem;
}

.indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: var(--primary-400);
    border-color: var(--primary-300);
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

/* Platform Network */
.platforms-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
}

.platforms-header {
    text-align: center;
    margin-bottom: 4rem;
}

.platforms-showcase {
    display: grid;
    gap: 3rem;
    margin-bottom: 4rem;
}

.platform-category {
    text-align: center;
}

.platform-category h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--neutral-800);
}

.platform-logos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.platform-logo {
    text-align: center;
    transition: transform 0.3s ease;
}

.platform-logo:hover {
    transform: translateY(-5px);
}

.logo-placeholder {
    width: 120px;
    height: 80px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--neutral-700);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
    border: 1px solid var(--neutral-200);
}

.platform-location {
    font-size: var(--text-sm);
    color: var(--neutral-500);
    font-weight: 500;
}

.platform-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

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

.stat-item h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-800);
}

.stat-item p {
    color: var(--neutral-600);
    font-size: var(--text-sm);
}

/* Mobile Experience */
.mobile-section {
    padding: 5rem 0;
    background: var(--neutral-900);
    color: white;
    overflow: hidden;
}

.mobile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mobile-text h2 {
    color: white;
    margin-bottom: 1rem;
}

.mobile-text .section-subtitle {
    color: var(--neutral-200);
}

.mobile-features {
    margin: 3rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.mobile-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-feature:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.mobile-feature .feature-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-text h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.feature-text p {
    color: var(--neutral-300);
    line-height: 1.5;
}

.app-download {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mobile-cta-btn {
    background: var(--gradient-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(34, 197, 94, 0.3);
}

.mobile-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.mobile-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-frame {
    width: 280px;
    height: 560px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 35px;
    padding: 25px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #333 0%, #555 50%, #333 100%);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.app-interface {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.app-logo {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--primary-600);
}

.app-search {
    width: 35px;
    height: 35px;
    background: var(--primary-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-600);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.app-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.horse-card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    margin-bottom: 0.75rem;
}

.horse-image {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.horse-photo {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 6px;
    position: relative;
}

.horse-photo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
    background: #92400e;
    border-radius: 50%;
    opacity: 0.8;
}

.horse-info h5 {
    font-size: var(--text-sm);
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--neutral-900);
}

.horse-info p {
    font-size: var(--text-xs);
    color: var(--neutral-600);
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.horse-price {
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--primary-600);
    background: var(--primary-50);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    border: 1px solid var(--primary-200);
}

/* Free Forever */
.free-forever-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
    position: relative;
    overflow: hidden;
}

.free-forever-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
}

.free-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

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

.free-highlight {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.free-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    font-size: 2rem;
    color: white;
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

.free-highlight h3 {
    font-size: var(--text-display-lg);
    font-weight: 700;
    color: var(--primary-600);
    margin-bottom: 1rem;
}

.free-highlight p {
    font-size: var(--text-lg);
    color: var(--neutral-600);
    max-width: 600px;
    margin: 0 auto;
}

.free-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.free-feature {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
}

.free-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.free-feature h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.free-feature p {
    color: var(--neutral-600);
    line-height: 1.6;
}

.free-guarantee {
    background: white;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.guarantee-content h4 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.guarantee-content p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.guarantee-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.guarantee-badges .badge {
    background: var(--primary-50);
    color: var(--primary-700);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: var(--text-sm);
    font-weight: 500;
    border: 1px solid var(--primary-200);
}

.service-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
    position: relative;
}

.service-card.featured {
    border-color: var(--primary-500);
    transform: scale(1.05);
}

.service-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 1.5rem 1.5rem 0 0;
}

.service-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: var(--text-sm);
    font-weight: 500;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.service-card h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.service-card p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--neutral-600);
    font-size: var(--text-sm);
}

.service-features li::before {
    content: '✓';
    color: var(--primary-600);
    font-weight: 600;
}

.service-price {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--primary-600);
    margin-top: 1.5rem;
}

.expert-testimonial {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.expert-testimonial blockquote {
    font-size: var(--text-lg);
    line-height: 1.6;
    color: var(--neutral-700);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.expert-testimonial .testimonial-author {
    justify-content: center;
}

/* Pricing Section */
.pricing-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-50) 0%, var(--accent-50) 100%);
}

.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-info {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.free-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: var(--text-lg);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 6px rgba(34, 197, 94, 0.3);
}

.free-badge i {
    font-size: 1.5rem;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.pricing-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.featured {
    border-color: var(--primary-500);
    transform: scale(1.05);
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 1.5rem 1.5rem 0 0;
}

.card-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: var(--text-sm);
    font-weight: 500;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-header h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1rem;
}

.currency {
    font-size: var(--text-lg);
    font-weight: 500;
    color: var(--neutral-600);
}

.amount {
    font-size: var(--text-4xl);
    font-weight: 800;
    color: var(--neutral-800);
    margin: 0 0.25rem;
}

.amount.yearly {
    display: none;
}

.period {
    font-size: var(--text-base);
    color: var(--neutral-600);
}

.plan-description {
    color: var(--neutral-600);
    margin-bottom: 2rem;
}

.features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--neutral-600);
}

.features li i {
    color: var(--primary-600);
    font-size: 1.25rem;
}

.pricing-btn {
    width: 100%;
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: var(--text-base);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

.pricing-guarantee {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.guarantee-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.guarantee-text h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-800);
}

.guarantee-text p {
    color: var(--neutral-600);
    font-size: var(--text-sm);
}

/* Enhanced CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-900) 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

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

.cta-content h2 {
    font-size: var(--text-5xl);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-content p {
    font-size: var(--text-xl);
    color: var(--neutral-300);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

.cta-stat .stat-number {
    font-size: var(--text-3xl);
    font-weight: 800;
    color: var(--primary-400);
    display: block;
    margin-bottom: 0.5rem;
}

.cta-stat .stat-label {
    font-size: var(--text-sm);
    color: var(--neutral-400);
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.cta-primary {
    background: var(--gradient-primary);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(34, 197, 94, 0.3);
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.cta-guarantee {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--neutral-400);
    font-size: var(--text-sm);
}

.cta-guarantee i {
    color: var(--primary-400);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .mobile-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mobile-mockup {
        order: -1;
    }
    
    .app-download {
        justify-content: center;
    }
    
    .cta-content h2 {
        font-size: var(--text-3xl);
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-primary,
    .cta-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .testimonial-card {
        padding: 2rem;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-dashboard {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .mobile-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mobile-feature {
        padding: 1rem;
    }
}

/* Contact Page Styles */
.contact-hero {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-900) 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-hero-content h1 {
    font-size: var(--text-5xl);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-hero-subtitle {
    font-size: var(--text-xl);
    color: var(--primary-400);
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-hero-description {
    font-size: var(--text-lg);
    color: var(--neutral-300);
    line-height: 1.6;
}

.contact-form-section {
    padding: 5rem 0;
    background: var(--neutral-50);
}

.contact-content {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.contact-info {
    text-align: center;
}

.contact-methods {
    margin-top: 2rem;
}

.contact-method {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
    max-width: 400px;
}

.contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.method-content h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-900);
}

.method-content p {
    color: var(--neutral-600);
    margin-bottom: 0.5rem;
}

.response-time {
    font-size: var(--text-sm);
    color: var(--primary-600);
    font-weight: 500;
}

.contact-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--neutral-200);
}

.contact-form {
    margin-top: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: var(--neutral-900);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--neutral-200);
    border-radius: 8px;
    font-size: var(--text-base);
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-500);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: var(--text-sm);
    color: var(--neutral-600);
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid var(--neutral-300);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: var(--primary-500);
    border-color: var(--primary-500);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.submit-btn {
    background: var(--gradient-primary);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: var(--text-base);
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(34, 197, 94, 0.3);
    width: 100%;
    justify-content: center;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.error-message {
    color: #dc2626;
    font-size: var(--text-sm);
    margin-top: 0.25rem;
    display: none;
}

.error-message.show {
    display: block;
}

/* Contact Page Responsive */
@media (max-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        padding-right: 0;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .contact-hero-content h1 {
        font-size: var(--text-3xl);
    }
    
    .contact-method {
        padding: 1rem;
    }
    
    .email-address {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 600;
        color: var(--primary-600);
    }
    
    .email-address i {
        color: var(--primary-500);
    }
    
    .contact-commitment {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .commitment-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .commitment-item:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }
    
    .commitment-item i {
        color: var(--primary-400);
        font-size: 1.25rem;
    }
    
    .commitment-item span {
        color: var(--neutral-200);
        font-weight: 500;
    }
    
    /* Contact features are now handled by global styles above */
}

/* Contact Page - Completely Revamped Styles */

/* Contact Hero Section */
.contact-hero {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-900) 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--primary-400);
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.hero-badge i {
    font-size: 1rem;
}

.contact-hero-content h1 {
    font-size: var(--text-5xl);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-hero-subtitle {
    font-size: var(--text-xl);
    color: var(--primary-400);
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-hero-description {
    font-size: var(--text-lg);
    color: var(--neutral-300);
    line-height: 1.6;
}

/* Contact Methods Section */
.contact-methods-section {
    padding: 5rem 0;
    background: var(--neutral-50);
}

.contact-methods-header {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-method-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-method-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-method-card.primary::before {
    opacity: 1;
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.contact-method-card:hover::before {
    opacity: 1;
}

.method-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    margin-bottom: 1.5rem;
}

.method-icon i {
    width: 1.75rem;
    height: 1.75rem;
}

.method-content h3 {
    font-size: var(--text-xl);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--neutral-900);
}

.method-description {
    color: var(--neutral-600);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.contact-details {
    margin-bottom: 1rem;
}

.email-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-600);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.email-link:hover {
    color: var(--primary-700);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: var(--text-sm);
    font-weight: 600;
}

.status-badge.online {
    background: var(--success-50);
    color: var(--success-600);
}

.status-badge i {
    font-size: 0.75rem;
    width: 1rem;
    height: 1rem;
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--neutral-700);
    font-weight: 600;
}

.response-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--neutral-500);
    font-size: var(--text-sm);
}

.response-info i {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 5rem 0;
    background: white;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--neutral-50);
    border-radius: 12px;
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: white;
}

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

.feature-icon i {
    width: 1.5rem;
    height: 1.5rem;
}

.feature-content h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--neutral-900);
}

.feature-content p {
    color: var(--neutral-600);
    line-height: 1.6;
}

/* FAQ Section - Enhanced */
.faq-section {
    padding: 5rem 0;
    background: var(--neutral-50);
}

.faq-header {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--neutral-200);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.faq-question h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--neutral-900);
    margin: 0;
}

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

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

.faq-answer {
    padding: 0 2rem 1.5rem;
    color: var(--neutral-600);
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Contact CTA Section */
.contact-cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-800) 100%);
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.cta-text h2 {
    font-size: var(--text-3xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-text p {
    font-size: var(--text-lg);
    color: var(--neutral-200);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-actions .btn {
    min-width: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero-content h1 {
        font-size: var(--text-4xl);
    }
    
    .contact-methods-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-method-card {
        padding: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-actions .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-answer {
        padding: 0 1.5rem 1.25rem;
    }
}

/* About Page Styles */
.about-hero {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--neutral-900) 0%, var(--primary-900) 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
}

.about-hero-content h1 {
    font-size: var(--text-5xl);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-hero-subtitle {
    font-size: var(--text-xl);
    color: var(--primary-400);
    margin-bottom: 1rem;
    font-weight: 600;
}

.about-hero-description {
    font-size: var(--text-lg);
    color: var(--neutral-300);
    line-height: 1.6;
}

.mission-section {
    padding: 5rem 0;
    background: var(--neutral-50);
}

.mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mission-text {
    padding-right: 2rem;
}

.mission-stats {
    margin-top: 2rem;
}

.mission-stat {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
}

.mission-stat:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.mission-stat h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-900);
}

.mission-stat p {
    color: var(--neutral-600);
    line-height: 1.5;
}

.mission-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-placeholder {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-100) 0%, var(--primary-200) 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-600);
    font-size: 4rem;
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.2);
}

.image-placeholder span {
    font-size: var(--text-sm);
    margin-top: 1rem;
    font-weight: 600;
}

.story-section {
    padding: 5rem 0;
    background: white;
}

.story-header {
    text-align: center;
    margin-bottom: 4rem;
}

.story-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 80px;
    width: 2px;
    height: calc(100% - 80px);
    background: var(--primary-200);
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-content h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-900);
}

.timeline-content p {
    color: var(--neutral-600);
    line-height: 1.6;
}

.values-section {
    padding: 5rem 0;
    background: var(--neutral-50);
}

.values-header {
    text-align: center;
    margin-bottom: 4rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

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

.value-card h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-900);
}

.value-card p {
    color: var(--neutral-600);
    line-height: 1.6;
}

.team-section {
    padding: 5rem 0;
    background: white;
}

.team-header {
    text-align: center;
    margin-bottom: 4rem;
}

.team-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.team-description p {
    font-size: var(--text-lg);
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 3rem;
}

.team-highlights {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-600);
    font-weight: 600;
}

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

/* About Page Responsive */
@media (max-width: 768px) {
    .mission-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mission-text {
        padding-right: 0;
    }
    
    .about-hero-content h1 {
        font-size: var(--text-3xl);
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .timeline-item:not(:last-child)::after {
        display: none;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .team-highlights {
        flex-direction: column;
        gap: 1rem;
    }
    
    .team-commitment {
        margin-top: 3rem;
        padding: 2rem;
        background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
        border-radius: 16px;
        border: 1px solid var(--primary-200);
        text-align: center;
    }
    
    .commitment-text {
        font-size: var(--text-xl);
        font-weight: 600;
        color: var(--primary-700);
        font-style: italic;
        margin-bottom: 1rem;
    }
    
    .commitment-signature {
        font-size: var(--text-sm);
        color: var(--primary-600);
        font-weight: 500;
    }
    
    .mission-stat {
        position: relative;
        overflow: hidden;
    }
    
    .mission-stat::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .mission-stat:hover::before {
        opacity: 1;
    }
    
    .value-card {
        position: relative;
        overflow: hidden;
    }
    
    .value-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .value-card:hover::before {
        opacity: 1;
    }
    
    .timeline-item {
        position: relative;
        overflow: hidden;
    }
    
    .timeline-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 12px;
    }
    
    .timeline-item:hover::before {
        opacity: 1;
    }
    
    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        padding: 0.75rem 1.5rem;
        margin-top: 2rem;
        font-size: var(--text-sm);
        font-weight: 500;
        color: var(--primary-300);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }
    
    .hero-badge:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-2px);
    }
    
    .hero-badge i {
        color: var(--primary-400);
        font-size: 1rem;
    }
    
    .team-story {
        margin-top: 3rem;
        padding: 2.5rem;
        background: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);
        border-radius: 20px;
        border: 1px solid var(--primary-200);
        position: relative;
        overflow: hidden;
    }
    
    .team-story::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%2322c55e" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="%2322c55e" opacity="0.1"/><circle cx="40" cy="80" r="1" fill="%2322c55e" opacity="0.1"/></svg>');
        opacity: 0.3;
    }
    
    .story-quote {
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .story-quote i {
        font-size: 3rem;
        color: var(--primary-400);
        margin-bottom: 1rem;
        opacity: 0.7;
    }
    
    .story-quote p {
        font-size: var(--text-xl);
        font-style: italic;
        color: var(--primary-700);
        line-height: 1.6;
        margin-bottom: 2rem;
        font-weight: 500;
    }
    
    .quote-author {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
    }
    
    .quote-author span {
        font-weight: 600;
        color: var(--primary-600);
        font-size: var(--text-lg);
    }
    
    .quote-author small {
        color: var(--primary-500);
        font-size: var(--text-sm);
    }
    
    .mission-stat {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
    }
    
    .mission-stat::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 16px;
    }
    
    .mission-stat:hover::after {
        opacity: 1;
    }
    
    .mission-stat:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    
    .value-card {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }
    
    .value-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 20px;
    }
    
    .value-card:hover::after {
        opacity: 1;
    }
    
    .value-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    .timeline-item {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
    }
    
    .timeline-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 16px;
    }
    
    .timeline-item:hover::after {
        opacity: 1;
    }
    
    .timeline-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
}

.contact-methods-grid.single-card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
}
.contact-methods-grid.single-card .contact-method-card {
    max-width: 400px;
    width: 100%;
}

/* ==========================================
   MOBILE NAVIGATION & RESPONSIVE IMPROVEMENTS
   ========================================== */

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 44px;
    height: 44px;
    background: var(--neutral-900);
    border: 1px solid var(--neutral-700);
    border-radius: var(--radius-lg);
    cursor: pointer;
    padding: var(--space-2);
    z-index: var(--z-modal);
    position: relative;
    transition: all var(--transition-normal);
}

.mobile-menu-toggle:hover {
    background: var(--neutral-800);
    border-color: var(--neutral-600);
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: var(--neutral-0);
    border-radius: 1px;
    transition: all var(--transition-normal);
    transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    background: linear-gradient(135deg, var(--neutral-0) 0%, var(--neutral-50) 100%);
    z-index: var(--z-modal);
    transform: translateX(100%);
    transition: transform var(--transition-slow);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-2xl);
    border-left: 1px solid var(--neutral-200);
    backdrop-filter: blur(10px);
    padding-top: 20px; /* Add top padding to avoid status bar */
}

/* Mobile Menu Close Button */
.mobile-menu-close {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
    backdrop-filter: blur(10px);
    z-index: 2;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.close-line {
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--neutral-0);
    border-radius: 1px;
    transition: all var(--transition-normal);
}

.close-line:first-child {
    transform: rotate(45deg);
}

.close-line:last-child {
    transform: rotate(-45deg);
}

.mobile-menu-close:hover .close-line {
    background: var(--primary-400);
}

.mobile-menu[aria-hidden="false"],
.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-header {
    padding: var(--space-8) var(--space-6);
    border-bottom: 1px solid var(--neutral-200);
    margin-bottom: var(--space-6);
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0 0 var(--radius-xl) 0;
    margin-top: 0; /* Ensure no top margin */
    padding-top: var(--space-10); /* Extra top padding for mobile */
}

.mobile-menu-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

.mobile-menu-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(22, 163, 74, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

@keyframes shimmer {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

.mobile-logo h2 {
    color: var(--neutral-0);
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    margin-bottom: var(--space-1);
    position: relative;
    z-index: 1;
}

.mobile-logo .tagline {
    color: var(--neutral-100);
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    position: relative;
    z-index: 1;
}

.mobile-nav-links {
    list-style: none;
    margin: 0;
    padding: 0 var(--space-6);
    flex: 1;
}

.mobile-nav-links li {
    margin-bottom: var(--space-2);
}

.mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4);
    color: var(--neutral-700);
    font-weight: var(--font-weight-medium);
    font-size: var(--text-lg);
    text-decoration: none;
    border-radius: var(--radius-lg);
    transition: all var(--transition-normal);
    background: transparent;
    position: relative;
    overflow: hidden;
}

.mobile-nav-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.mobile-nav-links a:hover::before {
    left: 100%;
}

.mobile-nav-links a:hover,
.mobile-nav-links a:focus {
    background: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-200) 100%);
    color: var(--neutral-900);
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mobile-nav-links a.active {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    color: var(--neutral-0);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    border-left: 3px solid var(--primary-400);
}

.mobile-nav-links a i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--neutral-600);
}

.mobile-nav-links a:hover i,
.mobile-nav-links a:focus i,
.mobile-nav-links a.active i {
    color: var(--neutral-900);
}

.mobile-nav-links a span {
    flex: 1;
}

.mobile-menu-cta {
    padding: var(--space-6) var(--space-6);
    border-top: 1px solid var(--neutral-700);
    margin-top: var(--space-6);
}

.mobile-menu-cta .btn {
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    color: var(--neutral-0);
    border: none;
    position: relative;
    overflow: hidden;
}

.mobile-menu-cta .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.mobile-menu-cta .btn:hover {
    background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-800) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 163, 74, 0.4);
}

.mobile-menu-cta .btn:hover::before {
    left: 100%;
}

.mobile-menu-footer {
    padding: var(--space-6) var(--space-6);
    border-top: 1px solid var(--neutral-200);
    margin-top: auto;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    position: relative;
    overflow: hidden;
}

.mobile-menu-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(22, 163, 74, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.mobile-menu-footer p {
    color: var(--neutral-600);
    font-size: var(--text-sm);
    margin-bottom: var(--space-4);
    text-align: center;
    position: relative;
    z-index: 1;
}

.mobile-social-links {
    display: flex;
    justify-content: center;
    gap: var(--space-4);
}

.mobile-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-200) 100%);
    border-radius: var(--radius-lg);
    color: var(--neutral-600);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.mobile-social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    border-radius: var(--radius-lg);
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.mobile-social-links a:hover {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    color: var(--neutral-0);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.mobile-social-links a:hover::before {
    opacity: 1;
}

.mobile-social-links a i {
    width: 20px;
    height: 20px;
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--z-modal) - 1);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Desktop Navigation Classes */
.desktop-nav {
    display: flex;
}

.desktop-cta {
    display: flex;
}

/* ==========================================
   PARTNERSHIPS SECTION
   ========================================== */

.partnerships-section {
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    position: relative;
    overflow: hidden;
}

.partnerships-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="partnership-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%2316a34a" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23partnership-pattern)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.partnerships-header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.partnerships-content {
    max-width: 1200px;
    margin: 0 auto;
}

.partnerships-description {
    font-size: var(--text-lg);
    line-height: var(--line-height-relaxed);
    color: var(--neutral-700);
    text-align: center;
    margin-bottom: var(--space-12);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.partnership-areas {
    margin-bottom: var(--space-16);
}

.partnership-areas h3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-800);
    text-align: center;
    margin-bottom: var(--space-8);
}

.partnership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-6);
    margin-bottom: var(--space-12);
}

.partnership-area {
    background: var(--neutral-0);
    border-radius: var(--radius-xl);
    padding: var(--space-6);
    border: 1px solid var(--neutral-200);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.partnership-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform var(--transition-normal);
}

.partnership-area:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-300);
}

.partnership-area:hover::before {
    transform: scaleX(1);
}

.area-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-50);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-4);
    transition: all var(--transition-normal);
}

.area-icon i {
    color: var(--primary-600);
    width: 24px;
    height: 24px;
}

.partnership-area:hover .area-icon {
    background: var(--primary-100);
    transform: scale(1.1);
}

.area-content h4 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-800);
    margin-bottom: var(--space-2);
}

.area-content p {
    color: var(--neutral-600);
    line-height: var(--line-height-relaxed);
    font-size: var(--text-sm);
}

.partnership-cta {
    background: var(--neutral-0);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    text-align: center;
    border: 1px solid var(--neutral-200);
    box-shadow: var(--shadow-sm);
}

.partnership-cta h3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-800);
    margin-bottom: var(--space-4);
}

.partnership-cta p {
    color: var(--neutral-600);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-6);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.partnership-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
}

.partnership-contact .btn {
    min-width: 200px;
}

.contact-note {
    font-size: var(--text-sm);
    color: var(--neutral-500);
    font-style: italic;
}

@media (max-width: 768px) {
    .partnerships-description {
        font-size: var(--text-base);
    }
    
    .partnership-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
    
    .partnership-area {
        padding: var(--space-5);
    }
    
    .partnership-cta {
        padding: var(--space-6);
    }
    
    .partnership-cta h3 {
        font-size: var(--text-xl);
    }
} 

/* Success Stories / Testimonials */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-800) 50%, var(--neutral-900) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

/* Green Section Background - Applied to testimonials, features, and mobile sections */
.green-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-800) 50%, var(--neutral-900) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.green-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.green-section .section-title {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.green-section .section-subtitle {
    color: var(--primary-200);
    font-weight: 500;
}

.green-section .mobile-feature {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.green-section .mobile-feature:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 8px 16px rgba(34, 197, 94, 0.2);
}

.green-section .mobile-feature .feature-icon {
    background: linear-gradient(135deg, var(--primary-500), var(--primary-400));
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.green-section .mobile-feature:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 
        0 12px 24px rgba(34, 197, 94, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.15);
}

.green-section .mobile-feature .feature-text h4 {
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.green-section .mobile-feature .feature-text p {
    color: var(--primary-200);
}

.green-section .mobile-cta-btn {
    background: var(--gradient-primary);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.green-section .mobile-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 12px 24px rgba(34, 197, 94, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Why Choose FindMyHorse Section */
.why-choose-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="why-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(34, 197, 94, 0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23why-pattern)"/></svg>');
    opacity: 0.5;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.benefit-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 1px solid var(--neutral-200);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benefit-card.primary::before {
    background: var(--gradient-primary);
}

.benefit-card.secondary::before {
    background: var(--gradient-accent);
}

.benefit-card.tertiary::before {
    background: var(--gradient-earth);
}

.benefit-card.quaternary::before {
    background: linear-gradient(90deg, var(--primary-400), var(--accent-400));
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(34, 197, 94, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
    font-size: 1.75rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-card.primary .benefit-icon {
    background: var(--gradient-primary);
}

.benefit-card.secondary .benefit-icon {
    background: var(--gradient-accent);
}

.benefit-card.tertiary .benefit-icon {
    background: var(--gradient-earth);
}

.benefit-card.quaternary .benefit-icon {
    background: linear-gradient(135deg, var(--primary-400), var(--accent-400));
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
    box-shadow: 
        0 12px 24px rgba(34, 197, 94, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.15);
}

.benefit-content h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--neutral-800);
    text-align: center;
}

.benefit-content p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.benefit-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--neutral-50);
    border-radius: 1rem;
    border: 1px solid var(--neutral-200);
}

.benefit-stat .stat-number {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--primary-600);
}

.benefit-stat .stat-label {
    font-size: var(--text-sm);
    color: var(--neutral-500);
    font-weight: 500;
}

.feature-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-300);
}

.highlight-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.highlight-item:hover .highlight-icon {
    transform: scale(1.1);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.highlight-content h4 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--neutral-800);
}

.highlight-content p {
    color: var(--neutral-600);
    line-height: 1.5;
    font-size: var(--text-sm);
}

/* Responsive styles for why-choose section */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .benefit-card {
        padding: 2rem;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .feature-highlights {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .highlight-item {
        padding: 1.25rem;
    }
}

.story-quote blockquote {
    margin: 0;
    padding: 0;
}

.story-quote blockquote p {
    font-size: var(--text-xl);
    color: var(--neutral-700);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
    position: relative;
}

.story-quote blockquote p:last-child {
    margin-bottom: 0;
}

.story-quote blockquote p:first-child::before {
    content: '"';
    font-size: 3rem;
    color: var(--primary-400);
    position: absolute;
    top: -1rem;
    left: -2rem;
    font-family: serif;
}

.quote-author {
    margin-top: 2rem;
    text-align: center;
}

.quote-author .author-name {
    display: block;
    font-weight: 600;
    color: var(--neutral-900);
    font-size: var(--text-lg);
}

.quote-author .author-title {
    display: block;
    color: var(--neutral-600);
    font-size: var(--text-sm);
    margin-top: 0.25rem;
}

.story-quote blockquote p:first-child::before {
    content: none;
}

.team-story {
    margin-top: 3.5rem;
}

.early-access-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    position: relative;
    overflow: hidden;
}

.early-access-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="early-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(34, 197, 94, 0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23early-pattern)"/></svg>');
    opacity: 0.5;
}

.early-access-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.early-access-header .section-title {
    font-size: var(--text-4xl);
    font-weight: 800;
    color: var(--neutral-800);
    margin-bottom: 1rem;
}

.early-access-header .section-subtitle {
    font-size: var(--text-xl);
    color: var(--neutral-600);
    margin-bottom: 0;
}

.early-access-showcase {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.access-feature {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    text-align: center;
    width: 300px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--neutral-200);
    position: relative;
    overflow: hidden;
    will-change: transform, box-shadow;
}

.access-feature:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(34, 197, 94, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
}

.access-feature .feature-icon {
    background: var(--gradient-primary);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 1.75rem;
    color: white;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 16px rgba(34, 197, 94, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.access-feature:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 
        0 12px 24px rgba(34, 197, 94, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.15);
}

.access-feature h3 {
    font-size: var(--text-xl);
    font-weight: 600;
    color: var(--neutral-800);
    margin-bottom: 1rem;
    text-align: center;
}

.access-feature p {
    color: var(--neutral-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: center;
}

.early-access-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.early-access-stats .stat-item {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    text-align: center;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--neutral-200);
}

.early-access-stats .stat-icon {
    font-size: 1.8rem;
    color: var(--primary-500);
    margin-bottom: 0.5rem;
}

.early-access-stats h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--neutral-800);
    margin-bottom: 0.25rem;
}

.early-access-stats p {
    color: var(--neutral-600);
    font-size: var(--text-sm);
    margin: 0;
}

@media (max-width: 900px) {
    .early-access-showcase {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .early-access-stats {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }
}

/* ==========================================
   TERMS AND CONDITIONS PAGE
   ========================================== */

.page-header {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    color: var(--neutral-0);
    padding: var(--space-16) 0 var(--space-12) 0;
    text-align: center;
}

.page-header-content h1 {
    font-size: var(--text-4xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-2);
    color: var(--neutral-0);
}

.page-header-content p {
    font-size: var(--text-lg);
    color: var(--neutral-100);
    opacity: 0.9;
}

.terms-content {
    padding: var(--space-12) 0;
    background: var(--neutral-50);
}

.terms-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: var(--neutral-0);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.terms-section {
    padding: var(--space-8);
    border-bottom: 1px solid var(--neutral-200);
}

.terms-section:last-child {
    border-bottom: none;
}

.terms-section h2 {
    color: var(--primary-600);
    font-size: var(--text-xl);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.terms-section h2::before {
    content: '';
    width: 4px;
    height: 24px;
    background: var(--primary-500);
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.terms-section p {
    color: var(--neutral-700);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-4);
}

.terms-section ul {
    color: var(--neutral-700);
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--space-4);
    padding-left: var(--space-6);
}

.terms-section li {
    margin-bottom: var(--space-2);
    position: relative;
}

.terms-section li::before {
    content: '•';
    color: var(--primary-500);
    font-weight: bold;
    position: absolute;
    left: -20px;
}

.terms-section a {
    color: var(--primary-600);
    text-decoration: underline;
    transition: color var(--transition-normal);
}

.terms-section a:hover {
    color: var(--primary-700);
}

@media (max-width: 768px) {
    .terms-wrapper {
        margin: 0 var(--space-4);
        border-radius: var(--radius-lg);
    }
    
    .terms-section {
        padding: var(--space-6);
    }
    
    .page-header-content h1 {
        font-size: var(--text-3xl);
    }
}