/**
 * ═══════════════════════════════════════════════════════════════════════════
 * TICR DESIGN SYSTEM v2.0
 * Premium Tech-Forward eCommerce Platform
 * QR Smart Tags & NFC Business Cards
 * ═══════════════════════════════════════════════════════════════════════════
 */

/* ═══════════════════════════════════════════════════════════════════════════
   1. CSS CUSTOM PROPERTIES - DESIGN TOKENS
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
    /* ─────────────────────────────────────────────────────────────────────────
       COLOR PALETTE - New Premium Tech Colors
    ─────────────────────────────────────────────────────────────────────────── */
    
    /* Primary - Electric Cobalt */
    --color-primary-50: #EEF3FF;
    --color-primary-100: #D9E3FF;
    --color-primary-200: #B5C8FF;
    --color-primary-300: #8FADFF;
    --color-primary-400: #5F86FF;
    --color-primary-500: #2D5BFF;
    --color-primary-600: #244AE0;
    --color-primary-700: #1E3EC2;
    --color-primary-800: #172F94;
    --color-primary-900: #101F66;
    
    /* Secondary - Iris */
    --color-secondary-50: #F5F0FF;
    --color-secondary-100: #E8DDFF;
    --color-secondary-200: #D1BEFF;
    --color-secondary-300: #B79BFF;
    --color-secondary-400: #9B75FF;
    --color-secondary-500: #8A5CFF;
    --color-secondary-600: #7446E8;
    --color-secondary-700: #5E34C9;
    --color-secondary-800: #46259E;
    --color-secondary-900: #2F1A6B;
    
    /* Accent - Verdant (privacy confirmations) */
    --color-accent-50: #ECFBF3;
    --color-accent-100: #D6F2E6;
    --color-accent-200: #B3E7D1;
    --color-accent-300: #85D7B6;
    --color-accent-400: #4EBE91;
    --color-accent-500: #1F8A5B;
    --color-accent-600: #18704A;
    --color-accent-700: #12563A;
    --color-accent-800: #0D3C29;
    --color-accent-900: #072318;
    
    /* Neutrals - Porcelain / Ink */
    --color-neutral-0: #FFFFFF;
    --color-neutral-50: #F7F8FB;
    --color-neutral-100: #EEF1F7;
    --color-neutral-200: #DEE4EE;
    --color-neutral-300: #C8D2E2;
    --color-neutral-400: #98A6BA;
    --color-neutral-500: #6B7A92;
    --color-neutral-600: #526070;
    --color-neutral-700: #364151;
    --color-neutral-800: #1B2330;
    --color-neutral-900: #0B0F14;
    --color-neutral-950: #070A0F;
    
    /* Semantic Colors */
    --color-success-50: #ECFDF5;
    --color-success-500: #10B981;
    --color-success-600: #059669;
    
    --color-warning-50: #FFFBEB;
    --color-warning-500: #F59E0B;
    --color-warning-600: #D97706;
    
    --color-error-50: #FEF2F2;
    --color-error-500: #EF4444;
    --color-error-600: #DC2626;
    
    --color-info-50: #EFF6FF;
    --color-info-500: #3B82F6;
    --color-info-600: #2563EB;
    
    /* ─────────────────────────────────────────────────────────────────────────
       GRADIENTS
    ─────────────────────────────────────────────────────────────────────────── */
    
    --gradient-primary: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-700) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--color-secondary-500) 0%, var(--color-secondary-700) 100%);
    --gradient-accent: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
    --gradient-hero: linear-gradient(180deg, var(--color-neutral-50) 0%, #FFFFFF 100%);
    --gradient-hero-overlay: radial-gradient(60% 70% at 30% 10%, rgba(45, 91, 255, 0.16) 0%, transparent 60%), radial-gradient(50% 60% at 75% 20%, rgba(138, 92, 255, 0.14) 0%, transparent 55%);
    --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.65) 100%);
    --gradient-text: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
    --gradient-glow: radial-gradient(circle, rgba(45, 91, 255, 0.25) 0%, transparent 70%);
    --gradient-card: linear-gradient(180deg, rgba(255,255,255,0.0) 0%, rgba(7,10,15,0.02) 100%);
    --gradient-nfc: linear-gradient(135deg, rgba(45, 91, 255, 0.18) 0%, rgba(138, 92, 255, 0.16) 50%, rgba(31, 138, 91, 0.10) 100%);
    
    /* ─────────────────────────────────────────────────────────────────────────
       TYPOGRAPHY
    ─────────────────────────────────────────────────────────────────────────── */
    
    --font-display: 'Space Grotesk', 'IBM Plex Sans Arabic', system-ui, sans-serif;
    --font-body: 'Instrument Sans', 'IBM Plex Sans Arabic', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    
    /* Font Sizes - Fluid Typography */
    --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8rem);
    --text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 0.95rem);
    --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    --text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
    --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
    --text-2xl: clamp(1.5rem, 1.25rem + 1.25vw, 2rem);
    --text-3xl: clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);
    --text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3.5rem);
    --text-5xl: clamp(3rem, 2rem + 5vw, 5rem);
    --text-6xl: clamp(3.75rem, 2.5rem + 6.25vw, 6rem);
    
    /* Font Weights */
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;
    --font-black: 900;
    
    /* Line Heights */
    --leading-none: 1;
    --leading-tight: 1.15;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    
    /* Letter Spacing */
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    
    /* ─────────────────────────────────────────────────────────────────────────
       SPACING
    ─────────────────────────────────────────────────────────────────────────── */
    
    --space-0: 0;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    --space-40: 10rem;
    --space-48: 12rem;
    --space-64: 16rem;
    
    /* ─────────────────────────────────────────────────────────────────────────
       BORDERS & RADIUS
    ─────────────────────────────────────────────────────────────────────────── */
    
    --radius-none: 0;
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-3xl: 2rem;
    --radius-4xl: 2.5rem;
    --radius-full: 9999px;
    
    --border-width-thin: 1px;
    --border-width-medium: 2px;
    --border-width-thick: 4px;
    
    /* ─────────────────────────────────────────────────────────────────────────
       SHADOWS
    ─────────────────────────────────────────────────────────────────────────── */
    
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 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-3xl: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    
    /* Colored Shadows */
    --shadow-primary: 0 10px 40px -12px rgba(45, 91, 255, 0.32);
    --shadow-secondary: 0 10px 40px -12px rgba(138, 92, 255, 0.28);
    --shadow-accent: 0 10px 40px -12px rgba(31, 138, 91, 0.20);
    --shadow-glow-primary: 0 0 26px rgba(45, 91, 255, 0.22);
    --shadow-glow-accent: 0 0 22px rgba(31, 138, 91, 0.18);
    
    /* ─────────────────────────────────────────────────────────────────────────
       TRANSITIONS & ANIMATIONS
    ─────────────────────────────────────────────────────────────────────────── */
    
    --ease-linear: linear;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6);
    --ease-smooth: cubic-bezier(0.2, 0.8, 0.2, 1);
    
    --duration-instant: 75ms;
    --duration-fast: 150ms;
    --duration-normal: 300ms;
    --duration-slow: 500ms;
    --duration-slower: 700ms;
    --duration-slowest: 1000ms;
    
    /* ─────────────────────────────────────────────────────────────────────────
       Z-INDEX LAYERS
    ─────────────────────────────────────────────────────────────────────────── */
    
    --z-below: -1;
    --z-base: 0;
    --z-raised: 10;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-overlay: 400;
    --z-modal: 500;
    --z-toast: 600;
    --z-tooltip: 700;
    --z-max: 9999;
    
    /* ─────────────────────────────────────────────────────────────────────────
       BREAKPOINTS (for reference)
    ─────────────────────────────────────────────────────────────────────────── */
    
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
}

/* Dark mode support (optional) — disabled for v3
   Uncomment when dark mode is explicitly implemented
[data-theme="dark"] {
    --color-neutral-0: #0F172A;
    --color-neutral-50: #1E293B;
    --color-neutral-100: #334155;
    --color-neutral-800: #F1F5F9;
    --color-neutral-900: #F8FAFC;
}
*/


/* ═══════════════════════════════════════════════════════════════════════════
   2. CSS RESET & BASE STYLES
   ═══════════════════════════════════════════════════════════════════════════ */

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-body);
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    color: var(--color-neutral-800);
    background-color: var(--color-neutral-50);
    overflow-x: hidden;
    min-height: 100vh;
}

/* Arabic Font Override */
[dir="rtl"] body,
:lang(ar) {
    font-family: 'Cairo', 'Tajawal', var(--font-body);
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: var(--font-bold);
    line-height: var(--leading-tight);
}


/* ═══════════════════════════════════════════════════════════════════════════
   3. LAYOUT UTILITIES
   ═══════════════════════════════════════════════════════════════════════════ */

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

@media (min-width: 768px) {
    .container {
        padding: 0 var(--space-8);
    }
}

@media (min-width: 1280px) {
    .container {
        padding: 0 var(--space-12);
    }
}

.container-narrow {
    max-width: 1024px;
}

.container-wide {
    max-width: 1600px;
}

/* Flex Utilities */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-1 { gap: var(--space-1); }
.gap-2 { gap: var(--space-2); }
.gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }

/* Grid */
.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Visibility */
.hidden { display: none; }
.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;
}


/* ═══════════════════════════════════════════════════════════════════════════
   4. TYPOGRAPHY CLASSES
   ═══════════════════════════════════════════════════════════════════════════ */

.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-primary {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.heading-display {
    font-family: var(--font-display);
    font-size: var(--text-5xl);
    font-weight: var(--font-black);
    line-height: var(--leading-none);
    letter-spacing: var(--tracking-tight);
}

.heading-1 {
    font-size: var(--text-4xl);
    font-weight: var(--font-extrabold);
}

.heading-2 {
    font-size: var(--text-3xl);
    font-weight: var(--font-bold);
}

.heading-3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-bold);
}

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

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

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

.text-caption {
    font-size: var(--text-xs);
    font-weight: var(--font-medium);
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
}


/* ═══════════════════════════════════════════════════════════════════════════
   5. BUTTON SYSTEM
   ═══════════════════════════════════════════════════════════════════════════ */

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    font-family: var(--font-display);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
    line-height: var(--leading-none);
    border-radius: var(--radius-full);
    border: var(--border-width-medium) solid transparent;
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-out);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,0.2), transparent);
    opacity: 0;
    transition: opacity var(--duration-fast);
}

.btn:hover::before {
    opacity: 1;
}

/* Button Sizes */
.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-xs);
}

.btn-lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--text-base);
}

.btn-xl {
    padding: var(--space-5) var(--space-10);
    font-size: var(--text-lg);
}

/* Button Variants */
.btn-primary {
    background: var(--gradient-primary);
    color: var(--color-neutral-0);
    box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary), var(--shadow-glow-primary);
}

.btn-primary:active {
    transform: translateY(0);
}

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

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px -10px rgba(112, 71, 235, 0.5);
}

.btn-accent {
    background: var(--gradient-accent);
    color: var(--color-neutral-900);
    font-weight: var(--font-bold);
}

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

.btn-outline {
    background: transparent;
    border-color: var(--color-neutral-300);
    color: var(--color-neutral-700);
}

.btn-outline:hover {
    background: var(--color-neutral-100);
    border-color: var(--color-neutral-400);
}

.btn-outline-light {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--color-neutral-0);
    backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

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

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

/* Button with Icon */
.btn-icon {
    padding: var(--space-3);
    border-radius: var(--radius-lg);
}

.btn-icon.btn-sm {
    padding: var(--space-2);
}

.btn-icon.btn-lg {
    padding: var(--space-4);
}

/* Ripple Effect */
.btn-ripple {
    position: relative;
    overflow: hidden;
}

.btn-ripple .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: ripple-effect 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-effect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   6. CARD SYSTEM
   ═══════════════════════════════════════════════════════════════════════════ */

.card {
    position: relative;
    background: var(--color-neutral-0);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    transition: all var(--duration-normal) var(--ease-out);
}

.card-elevated {
    box-shadow: var(--shadow-lg);
}

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

.card-bordered {
    border: var(--border-width-thin) solid var(--color-neutral-200);
}

.card-bordered:hover {
    border-color: var(--color-primary-300);
}

.card-glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: var(--border-width-thin) solid rgba(255, 255, 255, 0.3);
}

.card-dark {
    background: var(--color-neutral-800);
    color: var(--color-neutral-100);
}

.card-gradient {
    background: var(--gradient-glass);
    backdrop-filter: blur(20px);
}

/* Card Glow Effect */
.card-glow {
    position: relative;
}

.card-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--gradient-accent);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    transition: opacity var(--duration-normal);
    filter: blur(15px);
}

.card-glow:hover::before {
    opacity: 0.5;
}


/* ═══════════════════════════════════════════════════════════════════════════
   7. BADGE & TAG SYSTEM
   ═══════════════════════════════════════════════════════════════════════════ */

.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    font-size: var(--text-xs);
    font-weight: var(--font-semibold);
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.badge-primary {
    background: var(--color-primary-100);
    color: var(--color-primary-700);
}

.badge-secondary {
    background: var(--color-secondary-100);
    color: var(--color-secondary-700);
}

.badge-accent {
    background: var(--color-accent-100);
    color: var(--color-accent-700);
}

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

.badge-warning {
    background: var(--color-warning-50);
    color: var(--color-warning-600);
}

.badge-error {
    background: var(--color-error-50);
    color: var(--color-error-600);
}

.badge-dark {
    background: var(--color-neutral-800);
    color: var(--color-neutral-100);
}

.badge-glow {
    background: var(--gradient-accent);
    color: var(--color-neutral-900);
    box-shadow: var(--shadow-accent);
}

/* Animated Badge */
.badge-pulse {
    animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(0, 212, 255, 0); }
}


/* ═══════════════════════════════════════════════════════════════════════════
   8. FORM ELEMENTS
   ═══════════════════════════════════════════════════════════════════════════ */

.input-group {
    position: relative;
}

.input {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    font-size: var(--text-base);
    background: var(--color-neutral-0);
    border: var(--border-width-medium) solid var(--color-neutral-200);
    border-radius: var(--radius-xl);
    outline: none;
    transition: all var(--duration-fast);
}

.input:focus {
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 4px var(--color-primary-100);
}

.input-lg {
    padding: var(--space-4) var(--space-6);
    font-size: var(--text-lg);
    border-radius: var(--radius-2xl);
}

.input-with-icon {
    padding-left: var(--space-12);
}

[dir="rtl"] .input-with-icon {
    padding-left: var(--space-4);
    padding-right: var(--space-12);
}

.input-icon {
    position: absolute;
    left: var(--space-4);
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-neutral-400);
}

[dir="rtl"] .input-icon {
    left: auto;
    right: var(--space-4);
}


/* ═══════════════════════════════════════════════════════════════════════════
   9. SECTION COMPONENTS
   ═══════════════════════════════════════════════════════════════════════════ */

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

.section-lg {
    padding: var(--space-32) 0;
}

.section-sm {
    padding: var(--space-12) 0;
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--space-16);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
    color: var(--color-primary-600);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    letter-spacing: var(--tracking-widest);
}

.section-eyebrow i {
    font-size: var(--text-base);
}

.section-title {
    font-size: var(--text-4xl);
    font-weight: var(--font-extrabold);
    color: var(--color-neutral-900);
    margin-bottom: var(--space-4);
}

.section-subtitle {
    font-size: var(--text-lg);
    color: var(--color-neutral-500);
    line-height: var(--leading-relaxed);
}


/* ═══════════════════════════════════════════════════════════════════════════
   10. ANIMATION KEYFRAMES
   ═══════════════════════════════════════════════════════════════════════════ */

/* Float Animation */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(2deg); }
    50% { transform: translateY(-20px) rotate(0deg); }
    75% { transform: translateY(-10px) rotate(-2deg); }
}

/* Pulse Glow */
@keyframes pulse-glow {
    0%, 100% { 
        opacity: 1;
        box-shadow: 0 0 20px var(--color-accent-500);
    }
    50% { 
        opacity: 0.7;
        box-shadow: 0 0 40px var(--color-accent-500);
    }
}

/* Gradient Shift */
@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Scan Line */
@keyframes scan-line {
    0% { top: 0; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

/* Rotate Slow */
@keyframes rotate-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Fade In Up */
@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade In */
@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Scale In */
@keyframes scale-in {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Slide In Right */
@keyframes slide-in-right {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide In Left */
@keyframes slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Shimmer */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* NFC Tap Ripple */
@keyframes nfc-ripple {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* QR Scan Effect */
@keyframes qr-scan {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 10px var(--color-accent-500);
    }
    50% {
        transform: translateY(100%);
        box-shadow: 0 0 30px var(--color-accent-500);
    }
}

/* Typewriter */
@keyframes typewriter {
    from { width: 0; }
    to { width: 100%; }
}

/* Blink */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* ═══════════════════════════════════════════════════════════════════════════
   11. UTILITY CLASSES
   ═══════════════════════════════════════════════════════════════════════════ */

/* Animation Utilities */
.animate-float { animation: float 6s ease-in-out infinite; }
.animate-pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animate-rotate-slow { animation: rotate-slow 20s linear infinite; }
.animate-fade-in { animation: fade-in 0.5s ease-out forwards; }
.animate-fade-in-up { animation: fade-in-up 0.6s ease-out forwards; }
.animate-scale-in { animation: scale-in 0.4s ease-out forwards; }
.animate-shimmer { 
    background: linear-gradient(90deg, transparent 25%, rgba(255,255,255,0.3) 50%, transparent 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite; 
}

/* Delay Classes */
.delay-100 { animation-delay: 100ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-400 { animation-delay: 400ms; }
.delay-500 { animation-delay: 500ms; }

/* Hover Effects */
.hover-lift {
    transition: transform var(--duration-normal) var(--ease-out);
}
.hover-lift:hover {
    transform: translateY(-8px);
}

.hover-scale {
    transition: transform var(--duration-fast) var(--ease-out);
}
.hover-scale:hover {
    transform: scale(1.05);
}

.hover-glow {
    transition: box-shadow var(--duration-normal);
}
.hover-glow:hover {
    box-shadow: var(--shadow-glow-primary);
}

/* Glass Effect */
.glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-dark {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Skeleton Loader */
.skeleton {
    background: linear-gradient(90deg, 
        var(--color-neutral-200) 25%, 
        var(--color-neutral-100) 50%, 
        var(--color-neutral-200) 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius-md);
}

/* Text Colors */
.text-primary { color: var(--color-primary-600); }
.text-secondary { color: var(--color-secondary-600); }
.text-accent { color: var(--color-accent-500); }
.text-muted { color: var(--color-neutral-500); }
.text-light { color: var(--color-neutral-0); }

/* Background Colors */
.bg-primary { background-color: var(--color-primary-500); }
.bg-secondary { background-color: var(--color-secondary-500); }
.bg-accent { background-color: var(--color-accent-500); }
.bg-light { background-color: var(--color-neutral-50); }
.bg-white { background-color: var(--color-neutral-0); }
.bg-dark { background-color: var(--color-neutral-900); }

/* Spacing Utilities */
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--space-4); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: var(--space-4); }
.mb-8 { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }
.py-4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.py-8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.px-4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.px-8 { padding-left: var(--space-8); padding-right: var(--space-8); }

/* Border Radius Utilities */
.rounded { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }
.rounded-full { border-radius: var(--radius-full); }

/* Width Utilities */
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }

/* Text Alignment */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* Overflow */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }

/* Cursor */
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }

/* Selection */
.select-none { user-select: none; }

/* Pointer Events */
.pointer-events-none { pointer-events: none; }
