/* ==========================================================================
   CATEGORY LANDING PAGES - THEME-SPECIFIC DESIGNS
   Each mentorship area has a unique visual identity
   ========================================================================== */

/* ==========================================================================
   BASE VARIABLES & SHARED STYLES
   ========================================================================== */

:root {
    /* Default theme (will be overridden by category themes) */
    --cat-primary: #10b981;
    --cat-primary-dark: #059669;
    --cat-secondary: #3b82f6;
    --cat-accent: #f59e0b;
    --cat-bg-start: #0b1020;
    --cat-bg-end: #0f172a;
    --cat-glow-1: rgba(16, 185, 129, 0.15);
    --cat-glow-2: rgba(59, 130, 246, 0.14);
}

/* ==========================================================================
   🚗 CAR REPAIR - Industrial Garage Theme
   Orange/Amber tones, metallic feel, oil & grease atmosphere
   ========================================================================== */

.theme-car-repair {
    --cat-primary: #f59e0b;
    --cat-primary-dark: #d97706;
    --cat-secondary: #ef4444;
    --cat-accent: #fbbf24;
    --cat-bg-start: #1c1917;
    --cat-bg-end: #292524;
    --cat-glow-1: rgba(245, 158, 11, 0.20);
    --cat-glow-2: rgba(239, 68, 68, 0.15);
}

.theme-car-repair .mentor-landing {
    background: 
        radial-gradient(ellipse 1400px 900px at 15% 20%, var(--cat-glow-1), transparent 55%),
        radial-gradient(ellipse 1000px 700px at 85% 75%, var(--cat-glow-2), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f59e0b' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-car-repair .ml-icon,
.theme-car-repair .ml-brand-mark {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(239, 68, 68, 0.2));
}

.theme-car-repair .ml-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
}

.theme-car-repair .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-car-repair .ml-proof-item i,
.theme-car-repair .ml-bullet i {
    color: var(--cat-primary);
}

.theme-car-repair .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-car-repair .ml-nav-cta {
    background: rgba(245, 158, 11, 0.16);
    border-color: rgba(245, 158, 11, 0.35);
}

.theme-car-repair .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(245, 158, 11, 0.15), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(239, 68, 68, 0.12), transparent 55%),
        linear-gradient(90deg, rgba(28, 25, 23, 0.95) 0%, rgba(28, 25, 23, 0.6) 55%, rgba(28, 25, 23, 0.95) 100%),
        linear-gradient(180deg, rgba(28, 25, 23, 0.3) 0%, rgba(28, 25, 23, 0.95) 100%);
}

.theme-car-repair .ml-story {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(239, 68, 68, 0.05));
}

/* ==========================================================================
   📱 PHONE/COMPUTER REPAIR - Tech/Digital Theme
   Cyan/Blue tones, circuit board patterns, tech atmosphere
   ========================================================================== */

.theme-phone-computer-repair {
    --cat-primary: #06b6d4;
    --cat-primary-dark: #0891b2;
    --cat-secondary: #8b5cf6;
    --cat-accent: #22d3ee;
    --cat-bg-start: #0c1222;
    --cat-bg-end: #1e1b4b;
    --cat-glow-1: rgba(6, 182, 212, 0.20);
    --cat-glow-2: rgba(139, 92, 246, 0.18);
}

.theme-phone-computer-repair .mentor-landing {
    background: 
        radial-gradient(ellipse 1200px 800px at 25% 15%, var(--cat-glow-1), transparent 50%),
        radial-gradient(ellipse 1000px 700px at 75% 80%, var(--cat-glow-2), transparent 55%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50 L50 0 M50 50 L100 50 M50 50 L50 100 M50 50 L0 50' stroke='%2306b6d4' stroke-opacity='0.04' stroke-width='1' fill='none'/%3E%3Ccircle cx='50' cy='50' r='3' fill='%2306b6d4' fill-opacity='0.06'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-phone-computer-repair .ml-icon,
.theme-phone-computer-repair .ml-brand-mark {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.3), rgba(139, 92, 246, 0.25));
}

.theme-phone-computer-repair .ml-card:hover {
    border-color: rgba(6, 182, 212, 0.5);
}

.theme-phone-computer-repair .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-secondary));
}

.theme-phone-computer-repair .ml-proof-item i,
.theme-phone-computer-repair .ml-bullet i {
    color: var(--cat-primary);
}

.theme-phone-computer-repair .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-phone-computer-repair .ml-nav-cta {
    background: rgba(6, 182, 212, 0.16);
    border-color: rgba(6, 182, 212, 0.35);
}

.theme-phone-computer-repair .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(6, 182, 212, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(139, 92, 246, 0.15), transparent 55%),
        linear-gradient(90deg, rgba(12, 18, 34, 0.95) 0%, rgba(12, 18, 34, 0.55) 55%, rgba(12, 18, 34, 0.95) 100%),
        linear-gradient(180deg, rgba(12, 18, 34, 0.3) 0%, rgba(12, 18, 34, 0.95) 100%);
}

.theme-phone-computer-repair .ml-story {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.08), rgba(139, 92, 246, 0.06));
}

/* ==========================================================================
   ⌚ WATCH REPAIR - Luxury/Precision Theme
   Gold/Bronze tones, elegant, refined atmosphere
   ========================================================================== */

.theme-watch-repair {
    --cat-primary: #d4a574;
    --cat-primary-dark: #b8860b;
    --cat-secondary: #a78bfa;
    --cat-accent: #fcd34d;
    --cat-bg-start: #1a1814;
    --cat-bg-end: #27241d;
    --cat-glow-1: rgba(212, 165, 116, 0.18);
    --cat-glow-2: rgba(167, 139, 250, 0.12);
}

.theme-watch-repair .mentor-landing {
    background: 
        radial-gradient(ellipse 1300px 850px at 30% 20%, var(--cat-glow-1), transparent 55%),
        radial-gradient(ellipse 900px 600px at 70% 75%, var(--cat-glow-2), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='35' stroke='%23d4a574' stroke-opacity='0.04' stroke-width='1' fill='none'/%3E%3Ccircle cx='40' cy='40' r='25' stroke='%23d4a574' stroke-opacity='0.03' stroke-width='1' fill='none'/%3E%3Ccircle cx='40' cy='40' r='2' fill='%23d4a574' fill-opacity='0.08'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-watch-repair .ml-icon,
.theme-watch-repair .ml-brand-mark {
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.35), rgba(184, 134, 11, 0.25));
    border-color: rgba(212, 165, 116, 0.3);
}

.theme-watch-repair .ml-card:hover {
    border-color: rgba(212, 165, 116, 0.5);
}

.theme-watch-repair .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-watch-repair .ml-proof-item i,
.theme-watch-repair .ml-bullet i {
    color: var(--cat-primary);
}

.theme-watch-repair .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-watch-repair .ml-nav-cta {
    background: rgba(212, 165, 116, 0.16);
    border-color: rgba(212, 165, 116, 0.35);
}

.theme-watch-repair .ml-title {
    background: linear-gradient(135deg, #fff 0%, #d4a574 60%, #fcd34d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-watch-repair .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(212, 165, 116, 0.15), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(167, 139, 250, 0.10), transparent 55%),
        linear-gradient(90deg, rgba(26, 24, 20, 0.95) 0%, rgba(26, 24, 20, 0.55) 55%, rgba(26, 24, 20, 0.95) 100%),
        linear-gradient(180deg, rgba(26, 24, 20, 0.3) 0%, rgba(26, 24, 20, 0.95) 100%);
}

.theme-watch-repair .ml-story {
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.08), rgba(167, 139, 250, 0.04));
}

/* ==========================================================================
   ⚡ ELECTRICAL WORKSHOPS - Energy/Power Theme
   Yellow/Electric blue, sparks, high energy atmosphere
   ========================================================================== */

.theme-electrical-workshops {
    --cat-primary: #facc15;
    --cat-primary-dark: #eab308;
    --cat-secondary: #3b82f6;
    --cat-accent: #fef08a;
    --cat-bg-start: #0f1729;
    --cat-bg-end: #1e293b;
    --cat-glow-1: rgba(250, 204, 21, 0.22);
    --cat-glow-2: rgba(59, 130, 246, 0.18);
}

.theme-electrical-workshops .mentor-landing {
    background: 
        radial-gradient(ellipse 1200px 800px at 20% 25%, var(--cat-glow-1), transparent 50%),
        radial-gradient(ellipse 1100px 750px at 80% 70%, var(--cat-glow-2), transparent 55%),
        url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0 L22 15 L40 20 L22 25 L20 40 L18 25 L0 20 L18 15 Z' fill='%23facc15' fill-opacity='0.03'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-electrical-workshops .ml-icon,
.theme-electrical-workshops .ml-brand-mark {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.35), rgba(59, 130, 246, 0.2));
    animation: electricPulse 2s ease-in-out infinite;
}

@keyframes electricPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(250, 204, 21, 0.3); }
    50% { box-shadow: 0 0 40px rgba(250, 204, 21, 0.6); }
}

.theme-electrical-workshops .ml-card:hover {
    border-color: rgba(250, 204, 21, 0.5);
    box-shadow: 0 20px 60px rgba(250, 204, 21, 0.2);
}

.theme-electrical-workshops .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-electrical-workshops .ml-proof-item i,
.theme-electrical-workshops .ml-bullet i {
    color: var(--cat-primary);
}

.theme-electrical-workshops .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
    color: #1e293b;
}

.theme-electrical-workshops .ml-nav-cta {
    background: rgba(250, 204, 21, 0.16);
    border-color: rgba(250, 204, 21, 0.35);
}

.theme-electrical-workshops .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(250, 204, 21, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(59, 130, 246, 0.15), transparent 55%),
        linear-gradient(90deg, rgba(15, 23, 41, 0.95) 0%, rgba(15, 23, 41, 0.55) 55%, rgba(15, 23, 41, 0.95) 100%),
        linear-gradient(180deg, rgba(15, 23, 41, 0.3) 0%, rgba(15, 23, 41, 0.95) 100%);
}

.theme-electrical-workshops .ml-story {
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.08), rgba(59, 130, 246, 0.06));
}

/* ==========================================================================
   🌿 GARDENING - Nature/Organic Theme
   Green/Earth tones, organic patterns, natural atmosphere
   ========================================================================== */

.theme-gardening {
    --cat-primary: #22c55e;
    --cat-primary-dark: #16a34a;
    --cat-secondary: #84cc16;
    --cat-accent: #4ade80;
    --cat-bg-start: #0f1f17;
    --cat-bg-end: #14291e;
    --cat-glow-1: rgba(34, 197, 94, 0.20);
    --cat-glow-2: rgba(132, 204, 22, 0.15);
}

.theme-gardening .mentor-landing {
    background: 
        radial-gradient(ellipse 1400px 900px at 10% 30%, var(--cat-glow-1), transparent 55%),
        radial-gradient(ellipse 1000px 700px at 90% 65%, var(--cat-glow-2), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 Q35 20 30 30 Q25 20 30 5' fill='%2322c55e' fill-opacity='0.04'/%3E%3Cpath d='M30 35 Q40 40 30 55 Q20 40 30 35' fill='%2384cc16' fill-opacity='0.03'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-gardening .ml-icon,
.theme-gardening .ml-brand-mark {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(132, 204, 22, 0.25));
}

.theme-gardening .ml-card:hover {
    border-color: rgba(34, 197, 94, 0.5);
}

.theme-gardening .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-secondary));
}

.theme-gardening .ml-proof-item i,
.theme-gardening .ml-bullet i {
    color: var(--cat-primary);
}

.theme-gardening .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-gardening .ml-nav-cta {
    background: rgba(34, 197, 94, 0.16);
    border-color: rgba(34, 197, 94, 0.35);
}

.theme-gardening .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(34, 197, 94, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(132, 204, 22, 0.12), transparent 55%),
        linear-gradient(90deg, rgba(15, 31, 23, 0.95) 0%, rgba(15, 31, 23, 0.55) 55%, rgba(15, 31, 23, 0.95) 100%),
        linear-gradient(180deg, rgba(15, 31, 23, 0.3) 0%, rgba(15, 31, 23, 0.95) 100%);
}

.theme-gardening .ml-story {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.10), rgba(132, 204, 22, 0.06));
}

/* ==========================================================================
   🧵 TAILORING - Fashion/Elegant Theme
   Purple/Magenta tones, fabric texture, refined atmosphere
   ========================================================================== */

.theme-tailoring {
    --cat-primary: #d946ef;
    --cat-primary-dark: #a855f7;
    --cat-secondary: #ec4899;
    --cat-accent: #f0abfc;
    --cat-bg-start: #1a0a1e;
    --cat-bg-end: #2d1b36;
    --cat-glow-1: rgba(217, 70, 239, 0.20);
    --cat-glow-2: rgba(236, 72, 153, 0.15);
}

.theme-tailoring .mentor-landing {
    background: 
        radial-gradient(ellipse 1300px 850px at 20% 20%, var(--cat-glow-1), transparent 55%),
        radial-gradient(ellipse 1000px 700px at 80% 75%, var(--cat-glow-2), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L50 50 M50 0 L0 50' stroke='%23d946ef' stroke-opacity='0.03' stroke-width='1'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-tailoring .ml-icon,
.theme-tailoring .ml-brand-mark {
    background: linear-gradient(135deg, rgba(217, 70, 239, 0.3), rgba(236, 72, 153, 0.25));
}

.theme-tailoring .ml-card:hover {
    border-color: rgba(217, 70, 239, 0.5);
}

.theme-tailoring .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-secondary));
}

.theme-tailoring .ml-proof-item i,
.theme-tailoring .ml-bullet i {
    color: var(--cat-primary);
}

.theme-tailoring .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-tailoring .ml-nav-cta {
    background: rgba(217, 70, 239, 0.16);
    border-color: rgba(217, 70, 239, 0.35);
}

.theme-tailoring .ml-title {
    background: linear-gradient(135deg, #fff 0%, #d946ef 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.theme-tailoring .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(217, 70, 239, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(236, 72, 153, 0.12), transparent 55%),
        linear-gradient(90deg, rgba(26, 10, 30, 0.95) 0%, rgba(26, 10, 30, 0.55) 55%, rgba(26, 10, 30, 0.95) 100%),
        linear-gradient(180deg, rgba(26, 10, 30, 0.3) 0%, rgba(26, 10, 30, 0.95) 100%);
}

.theme-tailoring .ml-story {
    background: linear-gradient(135deg, rgba(217, 70, 239, 0.10), rgba(236, 72, 153, 0.06));
}

/* ==========================================================================
   🚲 BICYCLE REPAIR - Urban/Active Theme
   Red/Orange tones, dynamic, energetic atmosphere
   ========================================================================== */

.theme-bicycle-repair {
    --cat-primary: #f97316;
    --cat-primary-dark: #ea580c;
    --cat-secondary: #ef4444;
    --cat-accent: #fb923c;
    --cat-bg-start: #1c1210;
    --cat-bg-end: #27201c;
    --cat-glow-1: rgba(249, 115, 22, 0.22);
    --cat-glow-2: rgba(239, 68, 68, 0.15);
}

.theme-bicycle-repair .mentor-landing {
    background: 
        radial-gradient(ellipse 1200px 800px at 25% 25%, var(--cat-glow-1), transparent 55%),
        radial-gradient(ellipse 1000px 700px at 75% 70%, var(--cat-glow-2), transparent 50%),
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='60' r='15' stroke='%23f97316' stroke-opacity='0.04' stroke-width='2' fill='none'/%3E%3Ccircle cx='60' cy='60' r='15' stroke='%23f97316' stroke-opacity='0.04' stroke-width='2' fill='none'/%3E%3Cpath d='M20 60 L40 30 L60 60' stroke='%23f97316' stroke-opacity='0.03' stroke-width='1' fill='none'/%3E%3C/svg%3E"),
        linear-gradient(180deg, var(--cat-bg-start) 0%, var(--cat-bg-end) 100%);
}

.theme-bicycle-repair .ml-icon,
.theme-bicycle-repair .ml-brand-mark {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.35), rgba(239, 68, 68, 0.25));
}

.theme-bicycle-repair .ml-card:hover {
    border-color: rgba(249, 115, 22, 0.5);
}

.theme-bicycle-repair .ml-card-icon {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-secondary));
}

.theme-bicycle-repair .ml-proof-item i,
.theme-bicycle-repair .ml-bullet i {
    color: var(--cat-primary);
}

.theme-bicycle-repair .btn-primary {
    background: linear-gradient(135deg, var(--cat-primary), var(--cat-primary-dark));
}

.theme-bicycle-repair .ml-nav-cta {
    background: rgba(249, 115, 22, 0.16);
    border-color: rgba(249, 115, 22, 0.35);
}

.theme-bicycle-repair .ml-hero-overlay {
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(249, 115, 22, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(239, 68, 68, 0.12), transparent 55%),
        linear-gradient(90deg, rgba(28, 18, 16, 0.95) 0%, rgba(28, 18, 16, 0.55) 55%, rgba(28, 18, 16, 0.95) 100%),
        linear-gradient(180deg, rgba(28, 18, 16, 0.3) 0%, rgba(28, 18, 16, 0.95) 100%);
}

.theme-bicycle-repair .ml-story {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.10), rgba(239, 68, 68, 0.06));
}

/* ==========================================================================
   BASE LAYOUT STYLES (Shared across all themes)
   ========================================================================== */

.mentor-landing {
    min-height: 100vh;
    color: rgba(255, 255, 255, 0.92);
}

/* Header */
.ml-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 16, 32, 0.75);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ml-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.ml-brand {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    text-decoration: none;
    color: white;
}

.ml-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(59, 130, 246, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 1.3rem;
}

.ml-brand-text strong {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

.ml-brand-text small {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.ml-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ml-nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ml-nav a:hover {
    color: #fff;
}

.ml-nav-cta {
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: rgba(255, 255, 255, 0.95) !important;
}

/* Hero Section */
.ml-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.ml-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    filter: saturate(1.1) contrast(1.05);
    transition: transform 0.5s ease;
}

.ml-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 600px at 20% 30%, rgba(16, 185, 129, 0.18), transparent 55%),
        radial-gradient(900px 600px at 80% 20%, rgba(59, 130, 246, 0.18), transparent 55%),
        linear-gradient(90deg, rgba(11, 16, 32, 0.92) 0%, rgba(11, 16, 32, 0.55) 55%, rgba(11, 16, 32, 0.92) 100%),
        linear-gradient(180deg, rgba(11, 16, 32, 0.3) 0%, rgba(11, 16, 32, 0.92) 100%);
}

.ml-hero-grain {
    position: absolute;
    inset: -20%;
    opacity: 0.2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
    transform: rotate(5deg);
    pointer-events: none;
}

.ml-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Kicker */
.ml-kicker {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.ml-kicker-pill {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.9rem;
}

.ml-kicker-dot {
    opacity: 0.5;
}

/* Title Row */
.ml-title-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.ml-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(59, 130, 246, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.ml-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: -0.5px;
    margin: 0;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.ml-subtitle {
    font-family: 'Lora', serif;
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 0 0.75rem;
}

.ml-tagline {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    max-width: 720px;
    margin: 0 0 2rem;
    font-style: italic;
}

/* Hero Actions */
.ml-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* Proof Points */
.ml-proof {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ml-proof-item {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.ml-proof-item i {
    color: var(--cat-primary, #10b981);
    font-size: 1.1rem;
}

/* Hero Card */
.ml-hero-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.75rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    position: sticky;
    top: 7rem;
    backdrop-filter: blur(16px);
}

.ml-hero-card-title {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.ml-hero-card-subtitle {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

.ml-hero-card-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    text-align: center;
}

/* Story Section */
.ml-story {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ml-story-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
}

/* Content Sections */
.ml-section {
    padding: 6rem 0;
}

.ml-section-alt {
    background: radial-gradient(900px 600px at 70% 20%, rgba(59, 130, 246, 0.08), transparent 60%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.00));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ml-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.ml-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    margin: 0;
    letter-spacing: -0.4px;
}

.ml-muted {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

/* Grid */
.ml-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.ml-grid-tight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Cards */
.ml-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    padding: 1.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.ml-card:hover {
    transform: translateY(-8px);
    border-color: var(--cat-primary, rgba(16, 185, 129, 0.45));
    background: rgba(255, 255, 255, 0.08);
}

.ml-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cat-primary, #10b981), var(--cat-primary-dark, #059669));
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    color: #fff;
}

.ml-card h3,
.ml-card h4 {
    margin: 0 0 0.6rem;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
}

.ml-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.7;
    font-size: 0.98rem;
}

/* Join Section */
.ml-join {
    padding: 6rem 0;
}

.ml-join-inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 3rem;
    align-items: start;
}

.ml-join-copy .ml-h2 {
    margin-bottom: 0.75rem;
}

.ml-bullets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.ml-bullet {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}

.ml-bullet i {
    color: var(--cat-primary, #10b981);
    font-size: 1.1rem;
}

/* Forms Container */
.ml-forms {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.ml-tabs {
    margin-bottom: 1.75rem;
}

/* Tabs */
.register-tabs {
    display: flex;
    gap: 1rem;
}

.tab-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.tab-btn i {
    font-size: 1.8rem;
}

.tab-btn:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

.tab-btn.active {
    background: linear-gradient(135deg, var(--cat-primary, #10b981), var(--cat-primary-dark, #059669));
    border-color: var(--cat-primary, #10b981);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

/* Form Styles */
.register-form {
    display: none;
}

.register-form.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

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

.modern-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.modern-form .form-group {
    margin-bottom: 1rem;
}

.modern-form input,
.modern-form select {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.modern-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.modern-form input:focus,
.modern-form select:focus {
    outline: none;
    border-color: var(--cat-primary, #10b981);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.checkbox-group {
    margin: 1.25rem 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    cursor: pointer;
    line-height: 1.6;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.08);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: linear-gradient(135deg, var(--cat-primary, #10b981), var(--cat-primary-dark, #059669));
    border-color: var(--cat-primary, #10b981);
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 0px;
    left: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.terms-link {
    color: #60a5fa;
    text-decoration: none;
}

.terms-link:hover {
    color: #93c5fd;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.75rem;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--cat-primary, #10b981), var(--cat-primary-dark, #059669));
    color: white;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-large {
    padding: 1.15rem 2rem;
    font-size: 1.05rem;
}

.btn-full {
    width: 100%;
    justify-content: center;
    padding: 1.15rem 2rem;
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

/* Final CTA */
.ml-final-cta {
    padding: 5rem 0 6rem;
    background: radial-gradient(900px 600px at 30% 20%, rgba(16, 185, 129, 0.08), transparent 60%),
                radial-gradient(900px 600px at 70% 30%, rgba(59, 130, 246, 0.08), transparent 60%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ml-final-cta-inner {
    text-align: center;
}

.ml-final-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin: 0 0 0.75rem;
}

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

@media (max-width: 1024px) {
    .ml-hero-inner {
        grid-template-columns: 1fr;
    }
    
    .ml-hero-card {
        position: relative;
        top: auto;
        margin-top: 2rem;
    }
    
    .ml-grid,
    .ml-grid-tight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .ml-join-inner {
        grid-template-columns: 1fr;
    }
    
    .ml-title {
        font-size: 3rem;
    }
}

@media (max-width: 600px) {
    .ml-title {
        font-size: 2.4rem;
    }
    
    .ml-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .ml-h2 {
        font-size: 2rem;
    }
    
    .ml-grid,
    .ml-grid-tight {
        grid-template-columns: 1fr;
    }
    
    .ml-nav {
        display: none;
    }
    
    .modern-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .register-tabs {
        flex-direction: column;
    }
    
    .ml-hero {
        padding: 6rem 0 3rem;
    }
}
