/* ============================================
   WBAA DESIGN SYSTEM v2.1
   Modern, Premium CSS Framework
   Purple → Pink → Orange Gradient Color Scheme
   Based on Figma Design Specifications
   ============================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300;400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&family=Rethink+Sans:wght@400;500;600;700&display=swap');

/* ============================================
   PREMIUM AGENCY-LEVEL ENHANCEMENTS
   Inspired by Amplemarket.com ($200k design)
   ============================================ */

/* ------------ CSS Variables ------------ */
:root {
    /* Primary Brand Colors - From Figma */
    --color-primary: #BE52FE;           /* Main/Purple */
    --color-primary-dark: #a040e0;
    --color-secondary: #D664BE;         /* Part of gradient */
    --color-accent-orange: #FB805B;     /* Main/Salmon */
    --color-accent-pink: #EC91CB;       /* Main/Pink - used for accents */
    --color-accent-yellow: #fbbf24;

    /* Secondary/Background Gradient Colors */
    --color-light-purple: #D7BFFD;      /* Secondary/Light Purple - BG gradient elements */
    --color-light-pink: #FFBBFC;        /* Secondary/Light Pink - BG gradient elements */

    /* Gradients - Exact Figma Values */
    --gradient-primary: linear-gradient(95.1deg, #BE52FE 1.1%, #D664BE 41.79%, #FB805B 104.31%);
    --gradient-primary-rect: linear-gradient(95.1deg, #BE52FE 1.1%, #D664BE 41.79%, #FB805B 104.31%);
    --gradient-primary-square: linear-gradient(109.44deg, #BE52FE 3.49%, #D664BE 54.63%, #FB805B 133.21%);
    --gradient-text: linear-gradient(95.1deg, #BE52FE 1.1%, #D664BE 41.79%, #FB805B 104.31%);
    --gradient-light: linear-gradient(135deg, rgba(190, 82, 254, 0.08) 0%, rgba(251, 128, 91, 0.08) 100%);
    --gradient-glow: radial-gradient(ellipse at 50% 0%, rgba(190, 82, 254, 0.15) 0%, transparent 60%);
    --gradient-border: linear-gradient(95.1deg, #BE52FE 1.1%, #D664BE 41.79%, #FB805B 104.31%);
    --gradient-row-highlight: linear-gradient(95.1deg, rgba(190, 82, 254, 0.2) 1.1%, rgba(214, 100, 190, 0.2) 41.79%, rgba(251, 128, 91, 0.2) 104.31%);

    /* Background Colors - From Figma */
    --color-bg-white: #FFFFFF;          /* Main/White */
    --color-bg-beige: #FEFBFD;          /* Main/Light Beige - main page background */
    --color-bg-light: #faf8fc;
    --color-bg-gray: #f5f3f7;
    --color-bg-dark: #131013;           /* Main/Almost Black */
    --color-bg-card: #FFFFFF;
    --color-bg-card-hover: #fcfaff;
    --color-icon-bg: rgba(190, 82, 254, 0.2);  /* Icon background */

    /* Text Colors - From Figma */
    --color-text-primary: #131013;      /* Main/Almost Black */
    --color-text-secondary: #454545;    /* Gray text */
    --color-text-tertiary: #545454;
    --color-text-muted: #818181;        /* Muted gray from logo bar */
    --color-text-light: #FFFFFF;

    /* Semantic Colors */
    --color-success: #10b981;
    --color-success-light: #d1fae5;
    --color-warning: #fbbf24;
    --color-warning-light: #fef3c7;
    --color-error: #ef4444;
    --color-error-light: #fee2e2;

    /* Borders - From Figma */
    --border-color: #E8E8E8;            /* Secondary/Gray box outline */
    --border-color-dark: #d1c9db;
    --border-color-focus: #BE52FE;
    --border-color-glass: rgba(232, 232, 232, 0.1);

    /* Shadows - From Figma */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0px 0px 16px rgba(0, 0, 0, 0.1);     /* Dropshadow from Figma */
    --shadow-lg: 0px 8px 16px rgba(219, 191, 253, 0.8); /* Dropshadow - Purple */
    --shadow-xl: 0px 12px 24px rgba(219, 191, 253, 0.6);
    --shadow-2xl: 0 25px 50px -12px rgba(190, 82, 254, 0.25);
    --shadow-glow: 0 0 40px rgba(190, 82, 254, 0.3);
    --shadow-glow-pink: 0 0 60px rgba(214, 100, 190, 0.25);
    --shadow-card: 0px 0px 16px rgba(0, 0, 0, 0.1);   /* Card shadow from Figma */
    --shadow-card-hover: 0px 8px 24px rgba(219, 191, 253, 0.7);
    --shadow-purple: 0px 8px 16px rgba(215, 191, 253, 0.8); /* Dropshadow - Purple */

    /* Typography - From Figma */
    --font-display: 'Funnel Display', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-button: 'Rethink Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* Font Sizes */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --text-7xl: 4.5rem;

    /* Spacing */
    --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;

    /* Border Radius - From Figma */
    --radius-sm: 0.375rem;          /* 6px */
    --radius-md: 0.625rem;          /* 10px - icon boxes */
    --radius-lg: 0.75rem;           /* 12px */
    --radius-xl: 1.125rem;          /* 18px - USP bar */
    --radius-2xl: 1.875rem;         /* 30px - cards */
    --radius-3xl: 2.6875rem;        /* 43px - special cards */
    --radius-pill: 3.125rem;        /* 50px - buttons */
    --radius-full: 9999px;

    /* Transitions - Premium Easing (Amplemarket style) */
    --transition-fast: 150ms ease;
    --transition-base: 200ms ease;
    --transition-slow: 300ms ease;
    --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out-expo: cubic-bezier(0.215, 0.61, 0.355, 1);
    --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Premium Shadows - Multi-layer depth (Amplemarket style) */
    --shadow-btn-primary:
        0 6px 2px rgba(17, 17, 17, 0.01),
        0 3px 2px rgba(17, 17, 17, 0.05),
        0 1px 1px rgba(17, 17, 17, 0.09),
        0 0 1px rgba(17, 17, 17, 0.1),
        inset 0 6px 12px rgba(255, 255, 255, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
    --shadow-btn-hover:
        0 8px 4px rgba(17, 17, 17, 0.02),
        0 4px 3px rgba(17, 17, 17, 0.08),
        0 2px 2px rgba(17, 17, 17, 0.12),
        0 0 1px rgba(17, 17, 17, 0.15),
        inset 0 6px 12px rgba(255, 255, 255, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
    --shadow-btn-active:
        0 2px 1px rgba(17, 17, 17, 0.05),
        0 1px 1px rgba(17, 17, 17, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-elevated:
        0 50px 100px -20px rgba(0, 0, 0, 0.15),
        0 30px 60px -30px rgba(0, 0, 0, 0.2);
    --shadow-glass:
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);

    /* Z-Index Scale */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-modal: 300;
    --z-tooltip: 400;
}

/* ------------ Reset & Base ------------ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--color-text-primary);
    background-color: var(--color-bg-beige);
    min-height: 100vh;
    overflow-x: hidden;
    font-feature-settings: 'ss01', 'ss02', 'kern';
    position: relative;
}

/* Premium Grain/Noise Overlay - Adds texture like high-end sites */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 150px;
    opacity: 0.03;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: overlay;
}

/* Selection */
::selection {
    background: rgba(190, 82, 254, 0.2);
    color: var(--color-text-primary);
}

/* ------------ Typography - Premium Treatment ------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--color-text-primary);
    text-wrap: balance; /* Modern text wrapping */
}

h1 {
    font-size: clamp(2.75rem, 6vw, 5.25rem); /* 44px - 84px fluid */
    letter-spacing: -0.035em;
    font-weight: 800;
    line-height: 1.05;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem); /* 32px - 56px fluid */
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 1.1;
}

h3 {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem); /* 24px - 36px fluid */
    letter-spacing: -0.025em;
    font-weight: 600;
}

h4 {
    font-size: clamp(1.25rem, 2vw, 1.75rem); /* 20px - 28px fluid */
    letter-spacing: -0.02em;
    font-weight: 600;
}

p {
    color: var(--color-text-secondary);
    line-height: 1.7;
    text-wrap: pretty; /* Better paragraph wrapping */
}

/* Large display text for hero sections */
.text-display {
    font-size: clamp(3rem, 8vw, 6rem);
    letter-spacing: -0.04em;
    line-height: 1;
    font-weight: 800;
}

/* Subheading/lead text */
.text-lead {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    line-height: 1.6;
    color: var(--color-text-secondary);
    font-weight: 400;
}

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

a:hover {
    color: var(--color-secondary);
}

/* Gradient Text - Premium with blur glow effect */
.text-gradient {
    position: relative;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium gradient text with glow backdrop (Amplemarket style) */
.text-gradient-glow {
    position: relative;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-glow::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(30px);
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

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

/* Animated gradient text */
.text-gradient-animated {
    background: linear-gradient(
        90deg,
        var(--color-primary) 0%,
        var(--color-secondary) 25%,
        var(--color-accent-orange) 50%,
        var(--color-secondary) 75%,
        var(--color-primary) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 4s linear infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Gradient Border Card Effect */
.gradient-border {
    position: relative;
    background: var(--color-bg-card);
    border-radius: var(--radius-xl);
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: var(--gradient-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

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

.container-sm {
    max-width: 800px;
}

.container-lg {
    max-width: 1400px;
}

.section {
    padding: clamp(80px, 10vw, 144px) 0;
    position: relative;
}

.section-lg {
    padding: clamp(100px, 12vw, 168px) 0;
}

.section-xl {
    padding: clamp(120px, 15vw, 200px) 0;
}

/* Section Backgrounds */
.section-white {
    background: var(--color-bg-white);
}

.section-light {
    background: var(--color-bg-light);
}

.section-dark {
    background: var(--color-bg-dark);
    color: var(--color-text-light);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
    color: var(--color-text-light);
}

.section-dark p {
    color: rgba(255, 255, 255, 0.8);
}

.section-gradient {
    background: var(--gradient-primary);
    color: var(--color-text-light);
}

.section-gradient h2,
.section-gradient h3,
.section-gradient h4 {
    color: var(--color-text-light);
}

.section-gradient p {
    color: rgba(255, 255, 255, 0.9);
}

/* Grid System */
.grid {
    display: grid;
    gap: var(--space-6);
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

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

/* ------------ Navigation - Premium Glassmorphism ------------ */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-sticky);
    padding: var(--space-5) 0;
    background: rgba(254, 251, 253, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
    transition: all 0.4s var(--ease-out-expo);
}

.nav.scrolled {
    padding: var(--space-3) 0;
    background: rgba(254, 251, 253, 0.95);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.nav-logo {
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.nav-logo-icon {
    width: 32px;
    height: 32px;
    background: var(--gradient-primary-subtle);
    border-radius: var(--radius-md);
}

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

.nav-link {
    color: var(--color-text-secondary);
    font-size: var(--text-sm);
    font-weight: 500;
    transition: color var(--transition-fast);
}

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

.nav-cta {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

/* ------------ Buttons - Premium Agency Style ------------ */
/* Multi-layer shadows, smooth transitions, tactile feedback */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: 12px 20px;
    font-family: var(--font-button);
    font-size: var(--text-sm);
    font-weight: 600;
    line-height: 1;
    border-radius: var(--radius-pill);
    border: none;
    cursor: pointer;
    transition: all 0.4s var(--ease-out-expo);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    isolation: isolate;
}

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

.btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-btn-hover),
                0 20px 40px -10px rgba(190, 82, 254, 0.4);
}

.btn-primary:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: var(--shadow-btn-active);
    transition-duration: 0.1s;
}

.btn-secondary {
    background: var(--color-bg-white);
    color: var(--color-text-primary);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-btn-primary);
}

.btn-secondary:hover {
    border-color: var(--color-primary);
    background: rgba(190, 82, 254, 0.03);
    box-shadow: var(--shadow-btn-hover);
    transform: translateY(-2px);
}

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

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

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

.btn-white:active {
    transform: translateY(1px) scale(0.98);
}

.btn-ghost {
    background: transparent;
    color: var(--color-text-secondary);
    padding: var(--space-2) var(--space-4);
}

.btn-ghost:hover {
    color: var(--color-primary);
    background: rgba(190, 82, 254, 0.06);
}

/* Button with icon (pill style) */
.btn-pill {
    padding: 8px 8px 8px 20px;
    border-radius: var(--radius-pill);
}

.btn-pill .btn-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: var(--space-3);
    transition: transform 0.4s var(--ease-out-expo);
}

.btn-pill:hover .btn-icon {
    transform: translateX(3px);
}

/* Subtle shimmer effect on primary buttons */
.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        105deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 80%
    );
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.btn-primary:hover::before {
    opacity: 1;
    animation: btnShimmer 1.5s ease infinite;
}

@keyframes btnShimmer {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.btn-lg {
    padding: 14px 28px;
    font-size: var(--text-base);
    border-radius: var(--radius-pill);
}

.btn-xl {
    padding: 18px 36px;
    font-size: var(--text-lg);
    border-radius: var(--radius-pill);
}

/* ------------ Cards - Premium Agency Style ------------ */
/* Subtle depth, smooth transitions, refined interactions */
.card {
    background: var(--color-bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    transition: all 0.5s var(--ease-out-expo);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
}

.card:hover {
    border-color: rgba(190, 82, 254, 0.2);
    transform: translateY(-6px);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 12px 24px rgba(0, 0, 0, 0.06),
        0 24px 48px rgba(190, 82, 254, 0.08);
}

/* Premium glow effect on hover */
.card-glow {
    overflow: hidden;
}

.card-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(
        ellipse at 50% -50%,
        rgba(190, 82, 254, 0.15) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s var(--ease-out-expo);
    pointer-events: none;
}

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

.card-glow:hover {
    border-color: rgba(190, 82, 254, 0.25);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 12px 24px rgba(0, 0, 0, 0.06),
        0 0 60px rgba(190, 82, 254, 0.12);
}

/* Special card variant with 43px radius */
.card-special {
    border-radius: var(--radius-3xl);
}

.card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-icon-bg);
    border-radius: var(--radius-md);
    font-size: var(--text-2xl);
    margin-bottom: var(--space-4);
    transition: transform 0.5s var(--ease-out-expo),
                background 0.5s var(--ease-out-expo);
}

.card:hover .card-icon {
    transform: scale(1.05);
    background: var(--gradient-primary);
}

.card:hover .card-icon svg {
    color: white;
}

.card-title {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: var(--space-3);
    color: var(--color-text-primary);
}

.card-description {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: 1.7;
}

/* Card Badge */
.card-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    background: var(--color-success-light);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-success);
    margin-bottom: var(--space-4);
}

/* Feature List in Card */
.card-features {
    list-style: none;
    margin-top: var(--space-4);
}

.card-features li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    padding: var(--space-2) 0;
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

.card-features li::before {
    content: '✓';
    color: var(--color-success);
    font-weight: 700;
    flex-shrink: 0;
}

/* ------------ Hero Section ------------ */
.hero {
    position: relative;
    background: var(--gradient-primary);
    color: white;
    padding: 160px var(--space-6) 100px;
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
}

/* Hero Background Pattern */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: 500;
    margin-bottom: var(--space-6);
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--color-accent-yellow);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: white;
    margin-bottom: var(--space-6);
    line-height: 1.15;
}

.hero h1 .highlight {
    color: var(--color-accent-orange);
}

.hero-subtitle {
    font-size: var(--text-xl);
    color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
    margin: 0 auto var(--space-8);
    line-height: 1.6;
}

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

/* Trust Bar */
.trust-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: var(--space-5);
    border-radius: var(--radius-xl);
    display: flex;
    justify-content: center;
    gap: var(--space-10);
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    font-weight: 500;
}

.trust-icon {
    font-size: var(--text-lg);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-12);
    margin-top: var(--space-12);
    padding-top: var(--space-8);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

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

.hero-stat-value {
    font-size: var(--text-4xl);
    font-weight: 700;
    color: white;
    margin-bottom: var(--space-1);
}

.hero-stat-label {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
}

/* ------------ Hero USP Bar (From Figma) ------------ */
/* Based on Figma: border-radius 18px, glass effect */
.hero-usp-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-6);
    padding: var(--space-4) var(--space-6);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-xl);
    margin-top: var(--space-8);
    flex-wrap: wrap;
}

.hero-usp-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    font-weight: 500;
    color: white;
}

.hero-usp-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------ Icon Boxes (From Figma) ------------ */
/* Based on Figma: 70x70px, border-radius 10px, rgba(190, 82, 254, 0.2) bg */
.icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-icon-bg);
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.icon-box svg,
.icon-box img {
    width: 32px;
    height: 32px;
    color: var(--color-primary);
}

.icon-box-sm {
    width: 48px;
    height: 48px;
}

.icon-box-sm svg,
.icon-box-sm img {
    width: 24px;
    height: 24px;
}

.icon-box-lg {
    width: 90px;
    height: 90px;
}

.icon-box-lg svg,
.icon-box-lg img {
    width: 40px;
    height: 40px;
}

/* Gradient icon box (for special emphasis) */
.icon-box-gradient {
    background: var(--gradient-primary-square);
}

.icon-box-gradient svg,
.icon-box-gradient img {
    color: white;
}

/* ------------ Section Headers ------------ */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--space-12);
}

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

.section-header h2 {
    margin-bottom: var(--space-4);
}

.section-header p {
    font-size: var(--text-lg);
    color: var(--color-text-secondary);
}

.section-dark .section-eyebrow {
    color: var(--color-accent-yellow);
}

.section-gradient .section-eyebrow {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------ Problem/Pain Section ------------ */
.pain-list {
    list-style: none;
}

.pain-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4) 0;
}

.pain-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-error-light);
    border-radius: var(--radius-md);
    color: var(--color-error);
    font-size: var(--text-sm);
    font-weight: 700;
}

.pain-text {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* Solution List */
.solution-list {
    list-style: none;
}

.solution-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4) 0;
}

.solution-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-success-light);
    border-radius: var(--radius-md);
    color: var(--color-success);
    font-size: var(--text-sm);
    font-weight: 700;
}

/* ------------ Benefit Cards ------------ */
.benefit-number {
    font-size: var(--text-6xl);
    font-weight: 700;
    background: var(--gradient-primary-subtle);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-4);
    line-height: 1;
}

/* ------------ How It Works Steps ------------ */
.steps-container {
    position: relative;
}

.steps-line {
    position: absolute;
    top: 50px;
    left: 15%;
    right: 15%;
    height: 3px;
    background: var(--border-color);
    z-index: 0;
}

.step-card {
    position: relative;
    z-index: 1;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.step-card:hover {
    transform: none;
    box-shadow: none;
}

.step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--space-6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-white);
    border: 3px solid var(--border-color);
    border-radius: 50%;
    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--color-primary);
    transition: all var(--transition-base);
}

.step-card:hover .step-number {
    border-color: var(--color-primary);
    background: var(--gradient-primary-subtle);
    color: white;
}

.step-time {
    display: inline-block;
    padding: var(--space-1) var(--space-3);
    background: rgba(190, 82, 254, 0.1);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.step-title {
    font-size: var(--text-xl);
    font-weight: 600;
    margin-bottom: var(--space-2);
    color: var(--color-text-primary);
}

.step-desc {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    max-width: 280px;
    margin: 0 auto;
}

/* ------------ Testimonials ------------ */
.testimonial-card {
    background: var(--color-bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    box-shadow: var(--shadow-card);
    transition: all var(--transition-slow);
}

.testimonial-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.testimonial-result {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    background: var(--color-success-light);
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-success);
    margin-bottom: var(--space-4);
}

.testimonial-content {
    font-size: var(--text-lg);
    color: var(--color-text-primary);
    line-height: 1.7;
    margin-bottom: var(--space-6);
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gradient-primary-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--text-lg);
    color: white;
}

.testimonial-info h4 {
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 2px;
}

.testimonial-info p {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
}

.testimonial-stars {
    color: var(--color-accent-yellow);
    margin-bottom: var(--space-4);
    font-size: var(--text-lg);
}

/* ------------ FAQ Section ------------ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-6) 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-sans);
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--color-text-primary);
    transition: color var(--transition-fast);
}

.faq-question:hover {
    color: var(--color-primary);
}

.faq-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-light);
    border-radius: 50%;
    color: var(--color-text-muted);
    font-size: var(--text-xl);
    font-weight: 400;
    transition: all var(--transition-base);
    flex-shrink: 0;
}

.faq-item.open .faq-icon {
    background: var(--gradient-primary-subtle);
    color: white;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-slow);
}

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

.faq-answer-content {
    padding-bottom: var(--space-6);
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: 1.7;
}

/* ------------ CTA Section ------------ */
.cta-section {
    position: relative;
    text-align: center;
}

.cta-gradient {
    background: var(--gradient-primary);
    color: white;
}

.cta-gradient h2 {
    color: white;
}

.cta-gradient p {
    color: rgba(255, 255, 255, 0.9);
}

/* Spots Counter */
.spots-counter {
    display: inline-flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-4) var(--space-6);
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--color-accent-yellow);
    border-radius: var(--radius-xl);
    margin-bottom: var(--space-8);
}

.spots-number {
    font-size: var(--text-4xl);
    font-weight: 700;
    color: var(--color-accent-yellow);
}

.spots-label {
    text-align: left;
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

/* CTA Features */
.cta-features {
    display: flex;
    justify-content: center;
    gap: var(--space-8);
    margin-top: var(--space-8);
    flex-wrap: wrap;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.8);
}

.cta-feature-icon {
    color: var(--color-accent-yellow);
}

/* ------------ Footer ------------ */
.footer {
    padding: var(--space-12) 0;
    background: var(--color-bg-white);
    border-top: 1px solid var(--border-color);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6);
}

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

.footer-links {
    display: flex;
    gap: var(--space-6);
    list-style: none;
}

.footer-link {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    transition: color var(--transition-fast);
}

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

.footer-social {
    display: flex;
    gap: var(--space-3);
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-light);
    border-radius: var(--radius-md);
    color: var(--color-text-secondary);
    transition: all var(--transition-fast);
}

.footer-social a:hover {
    background: var(--gradient-primary-subtle);
    color: white;
    transform: translateY(-2px);
}

/* ============================================
   ANIMATIONS & EFFECTS
   Inspired by Amplemarket.com
   ============================================ */

/* ------------ Keyframe Animations ------------ */
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

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

@keyframes borderGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ------------ Animation Classes ------------ */
.animate-float {
    animation: float 6s ease-in-out infinite;
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

.animate-gradient {
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
}

/* ------------ Scroll-Triggered Animations ------------ */
.fade-in {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fade-in-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fade-in-left {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in-left.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fade-in-right {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in-right.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger Animation - More children support */
.stagger > * {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
                transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.stagger.visible > *,
.stagger > *.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.stagger > *:nth-child(1) { transition-delay: 0ms; }
.stagger > *:nth-child(2) { transition-delay: 100ms; }
.stagger > *:nth-child(3) { transition-delay: 200ms; }
.stagger > *:nth-child(4) { transition-delay: 300ms; }
.stagger > *:nth-child(5) { transition-delay: 400ms; }
.stagger > *:nth-child(6) { transition-delay: 500ms; }
.stagger > *:nth-child(7) { transition-delay: 600ms; }
.stagger > *:nth-child(8) { transition-delay: 700ms; }

/* ------------ Glassmorphism Effects ------------ */
.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

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

.glass-gradient {
    background: linear-gradient(
        135deg,
        rgba(190, 82, 254, 0.1) 0%,
        rgba(251, 128, 91, 0.1) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(190, 82, 254, 0.2);
}

/* ------------ Enhanced Hover Effects ------------ */
.hover-lift {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hover-lift:hover {
    transform: translate3d(0, -8px, 0);
    box-shadow: var(--shadow-xl);
}

.hover-glow {
    transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hover-glow:hover {
    box-shadow: 0 0 40px rgba(190, 82, 254, 0.3),
                0 0 80px rgba(190, 82, 254, 0.1);
}

.hover-scale {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hover-scale:hover {
    transform: scale(1.02);
}

/* ------------ Gradient Text Animation ------------ */
.text-gradient-animated {
    background: linear-gradient(
        90deg,
        #BE52FE 0%,
        #D664BE 25%,
        #FB805B 50%,
        #D664BE 75%,
        #BE52FE 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s linear infinite;
}

/* ------------ Border Gradient Animation ------------ */
.border-gradient-animated::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        #BE52FE 0%,
        #D664BE 33%,
        #FB805B 66%,
        #BE52FE 100%
    );
    background-size: 300% 100%;
    animation: gradientShift 4s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ------------ Shimmer Loading Effect ------------ */
.shimmer {
    position: relative;
    overflow: hidden;
}

.shimmer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

/* ------------ Button Enhanced Effects ------------ */
.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

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

/* Enhanced button shadow on hover */
.btn-primary:hover {
    box-shadow:
        0 6px 2px rgba(17, 17, 17, 0.01),
        0 3px 2px rgba(17, 17, 17, 0.05),
        0 1px 1px rgba(17, 17, 17, 0.09),
        0 0 1px rgba(17, 17, 17, 0.12),
        0 8px 24px rgba(190, 82, 254, 0.35);
}

.btn-white:hover {
    box-shadow:
        0 6px 2px rgba(17, 17, 17, 0.01),
        0 3px 2px rgba(17, 17, 17, 0.05),
        0 1px 1px rgba(17, 17, 17, 0.09),
        inset 0 6px 12px rgba(255, 255, 255, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

/* ------------ Card Enhanced Effects ------------ */
.card {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.agent-card {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.agent-card::before {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ------------ Nav Scroll Effects ------------ */
.nav {
    transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                backdrop-filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
                padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 12px 24px rgba(190, 82, 254, 0.08);
    padding: var(--space-3) 0;
}

/* ------------ Image/Screenshot Floating Effect ------------ */
.float-shadow {
    position: relative;
}

.float-shadow::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10%;
    right: 10%;
    height: 40px;
    background: radial-gradient(
        ellipse at center,
        rgba(190, 82, 254, 0.15) 0%,
        transparent 70%
    );
    filter: blur(15px);
    z-index: -1;
}

/* ------------ Parallax Container ------------ */
.parallax-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.parallax-item {
    transform: translateZ(0);
    will-change: transform;
}

/* ------------ Reduced Motion ------------ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .fade-in,
    .fade-in-up,
    .fade-in-left,
    .fade-in-right,
    .scale-in {
        opacity: 1;
        transform: none;
    }

    .stagger > * {
        opacity: 1;
        transform: none;
    }
}

/* ------------ Responsive ------------ */
@media (max-width: 1024px) {
    .grid-3, .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero h1 {
        font-size: var(--text-4xl);
    }

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

    .hero-stats {
        gap: var(--space-8);
    }

    .steps-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 120px var(--space-4) 80px;
    }

    .hero h1 {
        font-size: var(--text-3xl);
    }

    .hero-subtitle {
        font-size: var(--text-base);
    }

    .hero-stats {
        flex-direction: column;
        gap: var(--space-6);
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
    }

    .btn-xl {
        width: 100%;
    }

    .trust-bar {
        gap: var(--space-6);
    }

    .section-header h2 {
        font-size: var(--text-3xl);
    }

    .cta-features {
        flex-direction: column;
        align-items: center;
        gap: var(--space-4);
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ------------ Utility Classes ------------ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mt-16 { margin-top: var(--space-16); }

.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.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); }

.max-w-sm { max-width: 400px; }
.max-w-md { max-width: 600px; }
.max-w-lg { max-width: 800px; }
.max-w-xl { max-width: 1000px; }

.mx-auto { margin-left: auto; margin-right: auto; }

.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }

.w-full { width: 100%; }

.rounded-full { border-radius: var(--radius-full); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }

.overflow-hidden { overflow: hidden; }

.relative { position: relative; }
.absolute { position: absolute; }

/* ------------ SVG Icons ------------ */
.icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.icon-sm {
    width: 16px;
    height: 16px;
}

.icon-lg {
    width: 32px;
    height: 32px;
}

.icon-xl {
    width: 48px;
    height: 48px;
}

/* ============================================
   ADDITIONAL COMPONENTS
   ============================================ */

/* ------------ Agent Cards ------------ */
/* Based on Figma: 30px border-radius */
.agent-card {
    position: relative;
    background: var(--color-bg-card);
    border-radius: var(--radius-2xl);
    padding: var(--space-6);
    box-shadow: var(--shadow-card);
    transition: all var(--transition-slow);
    overflow: hidden;
}

.agent-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: var(--gradient-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.5;
    transition: opacity var(--transition-base);
}

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

.agent-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
}

.agent-card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-icon-bg);
    border-radius: var(--radius-md);
    font-size: var(--text-xl);
    margin-bottom: var(--space-4);
}

.agent-card-title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: var(--space-2);
    color: var(--color-text-primary);
}

.agent-card-description {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.6;
}

.agent-card-tag {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-2);
    background: var(--gradient-light);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-primary);
    margin-top: var(--space-3);
}

/* ------------ Pricing Card ------------ */
/* Based on Figma: 43px border-radius for pricing cards */
.pricing-card {
    position: relative;
    background: var(--color-bg-card);
    border-radius: var(--radius-3xl);
    padding: var(--space-8);
    box-shadow: var(--shadow-lg);
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.pricing-card.featured {
    background: var(--gradient-primary);
    color: white;
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.pricing-card.featured h3,
.pricing-card.featured h4,
.pricing-card.featured p {
    color: white;
}

.pricing-card.featured p {
    color: rgba(255,255,255,0.9);
}

.pricing-badge {
    display: inline-block;
    padding: var(--space-1) var(--space-3);
    background: var(--color-accent-orange);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: var(--space-4);
}

.pricing-price {
    font-family: var(--font-display);
    font-size: var(--text-5xl);
    font-weight: 800;
    margin-bottom: var(--space-2);
}

.pricing-price .currency {
    font-size: var(--text-2xl);
    vertical-align: super;
}

.pricing-price .period {
    font-size: var(--text-lg);
    font-weight: 400;
    opacity: 0.7;
}

.pricing-original {
    font-size: var(--text-lg);
    text-decoration: line-through;
    opacity: 0.6;
    margin-bottom: var(--space-4);
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin: var(--space-6) 0;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-3) 0;
    font-size: var(--text-sm);
}

.pricing-features li::before {
    content: '✓';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-success);
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
}

.pricing-card.featured .pricing-features li::before {
    background: white;
    color: var(--color-success);
}

/* ------------ Stats Section ------------ */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
}

.stat-card {
    text-align: center;
    padding: var(--space-6);
}

.stat-value {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-2);
}

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

/* ------------ Feature Grid ------------ */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4);
}

.feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-light);
    border-radius: var(--radius-md);
    font-size: var(--text-lg);
}

.feature-content h4 {
    font-size: var(--text-base);
    font-weight: 600;
    margin-bottom: var(--space-1);
}

.feature-content p {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
}

/* ------------ Comparison Table ------------ */
/* Based on Figma design specifications */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: var(--space-8) 0;
    background: var(--color-bg-card);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.comparison-table th,
.comparison-table td {
    padding: var(--space-5) var(--space-6);
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table th {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: var(--text-sm);
    color: var(--color-text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--color-bg-beige);
}

.comparison-table td {
    font-size: var(--text-base);
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* Highlighted row (WBAA row with gradient background) */
.comparison-table tr.highlight,
.comparison-table .row-highlight {
    background: var(--gradient-row-highlight);
}

.comparison-table tr.highlight td {
    font-weight: 600;
}

.comparison-table .check {
    color: var(--color-success);
    font-weight: 700;
}

.comparison-table .cross {
    color: var(--color-error);
    opacity: 0.5;
}

/* Check/Cross icons for comparison */
.comparison-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--color-success);
    border-radius: 50%;
    color: white;
}

.comparison-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--border-color);
    border-radius: 50%;
    color: var(--color-text-muted);
}

/* ------------ Form Inputs ------------ */
.form-group {
    margin-bottom: var(--space-4);
}

.form-label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: var(--space-2);
}

.form-input {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-sans);
    font-size: var(--text-base);
    color: var(--color-text-primary);
    background: var(--color-bg-white);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-lg);
    transition: all var(--transition-fast);
}

.form-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(190, 82, 254, 0.1);
}

.form-input::placeholder {
    color: var(--color-text-muted);
}

/* ------------ Badge Variants ------------ */
.badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
}

.badge-primary {
    background: rgba(190, 82, 254, 0.1);
    color: var(--color-primary);
}

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

.badge-warning {
    background: var(--color-warning-light);
    color: #b45309;
}

.badge-orange {
    background: rgba(251, 128, 91, 0.1);
    color: var(--color-accent-orange);
}

/* ------------ Video/Demo Section ------------ */
.video-wrapper {
    position: relative;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.video-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: var(--gradient-border);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: var(--color-bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
    font-size: var(--text-2xl);
    cursor: pointer;
    transition: transform var(--transition-base);
    box-shadow: var(--shadow-glow);
}

.play-button:hover {
    transform: scale(1.1);
}

/* ------------ Logo Bar ------------ */
.logo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-12);
    flex-wrap: wrap;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all var(--transition-base);
}

.logo-bar:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.logo-bar img {
    height: 32px;
    width: auto;
}

/* ------------ Responsive for New Components ------------ */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .pricing-price {
        font-size: var(--text-4xl);
    }

    .hero-usp-bar {
        flex-direction: column;
        gap: var(--space-3);
    }
}

/* ============================================
   FIGMA-SPECIFIC COMPONENTS
   Additional components from Figma design
   ============================================ */

/* ------------ Header (From Figma) ------------ */
/* Based on Figma: padding 30px 105px */
.header-figma {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 105px;
    background: var(--color-bg-beige);
}

@media (max-width: 1024px) {
    .header-figma {
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .header-figma {
        padding: 15px 20px;
    }
}

/* ------------ Logo Bar (From Figma) ------------ */
/* Based on Figma: "Trusted by 1000+ marketers" style */
.logo-bar-figma {
    text-align: center;
    padding: var(--space-8) 0;
}

.logo-bar-figma .logo-bar-label {
    font-family: var(--font-sans);
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    margin-bottom: var(--space-6);
}

.logo-bar-figma .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-10);
    flex-wrap: wrap;
}

/* ------------ Feature Row (From Figma) ------------ */
/* Based on Figma: Two-column layout with icon box */
.feature-row {
    display: flex;
    align-items: flex-start;
    gap: var(--space-6);
    padding: var(--space-6);
    background: var(--color-bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-2xl);
    transition: all var(--transition-slow);
}

.feature-row:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-2px);
}

.feature-row-content {
    flex: 1;
}

.feature-row-content h4 {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: var(--space-2);
    color: var(--color-text-primary);
}

.feature-row-content p {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* ------------ Gradient Square Icon (From Figma) ------------ */
/* Based on Figma: gradient background for decorative squares */
.gradient-square {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary-square);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-square svg {
    width: 28px;
    height: 28px;
    color: white;
}

/* ------------ Section Divider ------------ */
.section-divider {
    width: 100%;
    height: 1px;
    background: var(--border-color);
    margin: var(--space-16) 0;
}

/* ------------ CTA Card (From Figma) ------------ */
/* Based on Figma: Gradient background CTA section */
.cta-card {
    background: var(--gradient-primary);
    border-radius: var(--radius-3xl);
    padding: var(--space-12) var(--space-8);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);
    pointer-events: none;
}

.cta-card h2,
.cta-card h3 {
    color: white;
    position: relative;
    z-index: 1;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

/* ------------ FAQ Accordion (Figma Style) ------------ */
/* Based on Figma: Cleaner accordion style */
.faq-figma {
    background: var(--color-bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-2xl);
    overflow: hidden;
}

.faq-figma .faq-item {
    border-bottom: 1px solid var(--border-color);
}

.faq-figma .faq-item:last-child {
    border-bottom: none;
}

.faq-figma .faq-question {
    padding: var(--space-5) var(--space-6);
    font-family: var(--font-display);
    font-weight: 600;
}

.faq-figma .faq-answer-content {
    padding: 0 var(--space-6) var(--space-5);
}

/* ------------ Testimonial Card (Figma Style) ------------ */
/* Based on Figma: 30px radius, clean design */
.testimonial-figma {
    background: var(--color-bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    box-shadow: var(--shadow-card);
}

.testimonial-figma .testimonial-quote {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.5;
    margin-bottom: var(--space-6);
}

.testimonial-figma .testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.testimonial-figma .testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.testimonial-figma .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------ Pricing Toggle ------------ */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
    margin-bottom: var(--space-8);
}

.pricing-toggle-label {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
}

.pricing-toggle-label.active {
    color: var(--color-text-primary);
}

.pricing-toggle-switch {
    position: relative;
    width: 48px;
    height: 26px;
    background: var(--border-color);
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background var(--transition-fast);
}

.pricing-toggle-switch.active {
    background: var(--gradient-primary);
}

.pricing-toggle-switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-fast);
}

.pricing-toggle-switch.active::after {
    transform: translateX(22px);
}

/* ------------ Savings Badge ------------ */
.savings-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1) var(--space-3);
    background: var(--color-success-light);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--color-success);
}

/* ============================================
   HERO PRODUCT SHOWCASE / ANIMATED PREVIEW
   Animated product view for hero section
   ============================================ */

/* ------------ Product Showcase Container ------------ */
.hero-product {
    position: relative;
    max-width: 1000px;
    margin: var(--space-12) auto 0;
    perspective: 1000px;
}

/* Main product frame with floating animation */
.product-frame {
    position: relative;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 60px rgba(190, 82, 254, 0.2);
    animation: productFloat 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

/* Gradient border around product frame */
.product-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

/* Glow effect behind the product */
.product-frame::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(
        ellipse at center,
        rgba(190, 82, 254, 0.3) 0%,
        rgba(214, 100, 190, 0.2) 30%,
        transparent 70%
    );
    filter: blur(40px);
    z-index: -1;
    animation: glowPulse 4s ease-in-out infinite;
}

.product-frame img,
.product-frame video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}

/* Video specific styles */
.product-frame video {
    object-fit: cover;
}

/* ------------ Floating Animation Keyframes ------------ */
@keyframes productFloat {
    0%, 100% {
        transform: translateY(0) rotateX(0deg);
    }
    50% {
        transform: translateY(-15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* ------------ Product Showcase with Browser Chrome ------------ */
.product-browser {
    position: relative;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    background: var(--color-bg-dark);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 60px rgba(190, 82, 254, 0.15);
    animation: productFloat 6s ease-in-out infinite;
}

/* Browser top bar */
.product-browser-bar {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4);
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-browser-dots {
    display: flex;
    gap: 6px;
}

.product-browser-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.product-browser-dot:nth-child(1) { background: #ff5f57; }
.product-browser-dot:nth-child(2) { background: #ffbd2e; }
.product-browser-dot:nth-child(3) { background: #28ca41; }

.product-browser-url {
    flex: 1;
    margin-left: var(--space-4);
    padding: var(--space-2) var(--space-4);
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
}

.product-browser-content {
    position: relative;
}

.product-browser-content img,
.product-browser-content video {
    width: 100%;
    height: auto;
    display: block;
}

/* ------------ Dashboard/App Mockup Style ------------ */
.product-dashboard {
    position: relative;
    background: var(--color-bg-card);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px var(--border-color);
    animation: productFloat 6s ease-in-out infinite;
}

/* Dashboard sidebar mockup */
.product-dashboard-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: var(--color-bg-beige);
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-4) 0;
    gap: var(--space-4);
}

.product-dashboard-icon {
    width: 32px;
    height: 32px;
    background: var(--color-icon-bg);
    border-radius: var(--radius-md);
}

.product-dashboard-icon.active {
    background: var(--gradient-primary);
}

/* Dashboard main content area */
.product-dashboard-main {
    margin-left: 60px;
}

.product-dashboard-main img,
.product-dashboard-main video {
    width: 100%;
    height: auto;
    display: block;
}

/* ------------ Floating UI Elements ------------ */
/* Small floating cards/notifications around the product */
.floating-element {
    position: absolute;
    background: var(--color-bg-card);
    border-radius: var(--radius-xl);
    padding: var(--space-3) var(--space-4);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    animation: floatElement 5s ease-in-out infinite;
    z-index: 10;
}

.floating-element-left {
    left: -60px;
    top: 20%;
    animation-delay: -1s;
}

.floating-element-right {
    right: -60px;
    top: 40%;
    animation-delay: -2.5s;
}

.floating-element-bottom {
    bottom: -30px;
    right: 15%;
    animation-delay: -4s;
}

@keyframes floatElement {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
        opacity: 1;
    }
}

/* Floating notification badge */
.floating-notification {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-primary);
}

.floating-notification-icon {
    width: 28px;
    height: 28px;
    background: var(--color-success-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-success);
}

/* Floating stat card */
.floating-stat {
    text-align: center;
}

.floating-stat-value {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-primary);
}

.floating-stat-label {
    font-size: var(--text-xs);
    color: var(--color-text-muted);
}

/* ------------ Video Play Overlay ------------ */
.product-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity var(--transition-base);
    cursor: pointer;
    z-index: 5;
}

.product-video-overlay:hover {
    opacity: 0.9;
}

.product-video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.product-play-btn {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 0 40px rgba(190, 82, 254, 0.5);
    transition: transform var(--transition-base);
}

.product-play-btn:hover {
    transform: scale(1.1);
}

.product-play-btn svg {
    width: 32px;
    height: 32px;
    margin-left: 4px; /* Visual centering for play icon */
}

/* ------------ Responsive Product Showcase ------------ */
@media (max-width: 1024px) {
    .hero-product {
        max-width: 90%;
    }

    .floating-element-left,
    .floating-element-right {
        display: none;
    }

    .product-dashboard-sidebar {
        width: 50px;
    }

    .product-dashboard-main {
        margin-left: 50px;
    }
}

@media (max-width: 768px) {
    .hero-product {
        margin-top: var(--space-8);
    }

    .product-frame,
    .product-browser,
    .product-dashboard {
        border-radius: var(--radius-xl);
    }

    .floating-element {
        display: none;
    }

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

/* ------------ Disable Animation for Reduced Motion ------------ */
@media (prefers-reduced-motion: reduce) {
    .product-frame,
    .product-browser,
    .product-dashboard,
    .floating-element {
        animation: none;
    }

    .product-frame::after {
        animation: none;
    }
}

/* ============================================
   PREMIUM AGENCY EFFECTS ($200k Design Level)
   Inspired by Amplemarket, Linear, Vercel
   ============================================ */

/* ------------ Premium Gradient Backgrounds ------------ */
/* Radial gradient spotlight effect */
.bg-spotlight {
    position: relative;
}

.bg-spotlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background: radial-gradient(
        ellipse 80% 50% at 50% 0%,
        rgba(190, 82, 254, 0.12) 0%,
        rgba(214, 100, 190, 0.08) 30%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
}

/* Mesh gradient background */
.bg-mesh {
    background:
        radial-gradient(at 40% 20%, rgba(190, 82, 254, 0.08) 0%, transparent 50%),
        radial-gradient(at 80% 0%, rgba(251, 128, 91, 0.06) 0%, transparent 50%),
        radial-gradient(at 0% 50%, rgba(214, 100, 190, 0.06) 0%, transparent 50%),
        radial-gradient(at 80% 100%, rgba(215, 191, 253, 0.08) 0%, transparent 50%),
        radial-gradient(at 0% 100%, rgba(255, 187, 252, 0.06) 0%, transparent 50%);
}

/* Animated gradient orbs (like Linear/Amplemarket) */
.bg-orbs {
    position: relative;
    overflow: hidden;
}

.bg-orbs::before,
.bg-orbs::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: orbFloat 20s ease-in-out infinite;
    pointer-events: none;
}

.bg-orbs::before {
    width: 600px;
    height: 600px;
    background: var(--color-light-purple);
    top: -20%;
    left: -10%;
}

.bg-orbs::after {
    width: 500px;
    height: 500px;
    background: var(--color-light-pink);
    bottom: -20%;
    right: -10%;
    animation-delay: -10s;
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -30px) scale(1.05);
    }
    50% {
        transform: translate(0, -20px) scale(1);
    }
    75% {
        transform: translate(-30px, -10px) scale(0.95);
    }
}

/* ------------ Premium Glassmorphism Cards ------------ */
.glass-premium {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--shadow-glass);
}

.glass-premium-dark {
    background: rgba(19, 16, 19, 0.8);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* ------------ Premium Border Effects ------------ */
/* Animated gradient border */
.border-gradient-animated {
    position: relative;
    background: var(--color-bg-card);
    border-radius: var(--radius-2xl);
}

.border-gradient-animated::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        var(--color-primary),
        var(--color-secondary),
        var(--color-accent-orange),
        var(--color-secondary),
        var(--color-primary)
    );
    background-size: 300% 100%;
    animation: borderFlow 4s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes borderFlow {
    0% { background-position: 0% center; }
    100% { background-position: 300% center; }
}

/* Glowing border on hover */
.border-glow-hover {
    position: relative;
    transition: all 0.5s var(--ease-out-expo);
}

.border-glow-hover::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: var(--gradient-primary);
    opacity: 0;
    z-index: -1;
    filter: blur(12px);
    transition: opacity 0.5s var(--ease-out-expo);
}

.border-glow-hover:hover::after {
    opacity: 0.4;
}

/* ------------ Premium Link/Text Hover Effects ------------ */
/* Underline draw animation */
.link-underline {
    position: relative;
    text-decoration: none;
}

.link-underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s var(--ease-out-expo);
}

.link-underline:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Text reveal on hover */
.text-reveal {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.text-reveal span {
    display: inline-block;
    transition: transform 0.4s var(--ease-out-expo);
}

.text-reveal:hover span {
    transform: translateY(-100%);
}

.text-reveal::after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    transition: top 0.4s var(--ease-out-expo);
}

.text-reveal:hover::after {
    top: 0;
}

/* ------------ Premium Scroll Animations ------------ */
/* Reveal from bottom with opacity */
.reveal-up {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    transition:
        opacity 0.8s var(--ease-out-expo),
        transform 0.8s var(--ease-out-expo);
}

.reveal-up.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Reveal with scale */
.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition:
        opacity 0.7s var(--ease-out-expo),
        transform 0.7s var(--ease-out-expo);
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Reveal with blur */
.reveal-blur {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 30px, 0);
    transition:
        opacity 0.8s var(--ease-out-expo),
        filter 0.8s var(--ease-out-expo),
        transform 0.8s var(--ease-out-expo);
}

.reveal-blur.visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}

/* Stagger children with longer delays */
.stagger-premium > * {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.7s var(--ease-out-expo),
        transform 0.7s var(--ease-out-expo);
}

.stagger-premium.visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger-premium.visible > *:nth-child(2) { transition-delay: 80ms; }
.stagger-premium.visible > *:nth-child(3) { transition-delay: 160ms; }
.stagger-premium.visible > *:nth-child(4) { transition-delay: 240ms; }
.stagger-premium.visible > *:nth-child(5) { transition-delay: 320ms; }
.stagger-premium.visible > *:nth-child(6) { transition-delay: 400ms; }
.stagger-premium.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger-premium.visible > *:nth-child(8) { transition-delay: 560ms; }
.stagger-premium.visible > *:nth-child(9) { transition-delay: 640ms; }
.stagger-premium.visible > *:nth-child(10) { transition-delay: 720ms; }

.stagger-premium.visible > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* ------------ Premium Image/Media Effects ------------ */
/* Parallax container */
.parallax-premium {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.parallax-premium > * {
    transform: translateZ(0);
    will-change: transform;
}

/* Image with fade edges */
.img-fade-edges {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

.img-fade-bottom {
    -webkit-mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 70%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 70%,
        transparent 100%
    );
}

/* Image hover zoom */
.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transition: transform 0.7s var(--ease-out-expo);
}

.img-zoom:hover img {
    transform: scale(1.05);
}

/* ------------ Premium Cursor Effects ------------ */
/* Custom cursor on interactive elements */
.cursor-pointer-premium {
    cursor: pointer;
    position: relative;
}

/* ------------ Premium Badge/Tag Styles ------------ */
.tag-premium {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(190, 82, 254, 0.08);
    border: 1px solid rgba(190, 82, 254, 0.15);
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary);
    transition: all 0.3s var(--ease-out-expo);
}

.tag-premium:hover {
    background: rgba(190, 82, 254, 0.12);
    border-color: rgba(190, 82, 254, 0.25);
}

/* Pill with dot indicator */
.pill-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--color-bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-full);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    box-shadow: var(--shadow-sm);
}

.pill-indicator::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--color-success);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

/* ------------ Premium Marquee/Ticker ------------ */
.marquee {
    display: flex;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

.marquee-content {
    display: flex;
    gap: var(--space-8);
    animation: marquee 30s linear infinite;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

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

/* ------------ Premium Dividers ------------ */
.divider-gradient {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--border-color) 20%,
        var(--color-primary) 50%,
        var(--border-color) 80%,
        transparent 100%
    );
    border: none;
    margin: var(--space-16) 0;
}

.divider-fade {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--border-color) 50%,
        transparent 100%
    );
    border: none;
}

/* ------------ Premium Number/Stat Counters ------------ */
.stat-premium {
    position: relative;
}

.stat-premium .stat-value {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-premium .stat-label {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    margin-top: var(--space-2);
    font-weight: 500;
}

/* ------------ Premium Feature List ------------ */
.feature-list-premium {
    list-style: none;
}

.feature-list-premium li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--border-color);
}

.feature-list-premium li:last-child {
    border-bottom: none;
}

.feature-list-premium .feature-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: white;
}

.feature-list-premium .feature-check svg {
    width: 14px;
    height: 14px;
}

/* ------------ Premium Tooltips ------------ */
.tooltip-premium {
    position: relative;
}

.tooltip-premium::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    padding: 8px 14px;
    background: var(--color-bg-dark);
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: var(--radius-md);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s var(--ease-out-expo);
    z-index: var(--z-tooltip);
    box-shadow: var(--shadow-lg);
}

.tooltip-premium:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ------------ Reduced Motion - Premium Effects ------------ */
@media (prefers-reduced-motion: reduce) {
    .reveal-up,
    .reveal-scale,
    .reveal-blur,
    .stagger-premium > * {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .bg-orbs::before,
    .bg-orbs::after {
        animation: none;
    }

    .border-gradient-animated::before {
        animation: none;
    }

    .marquee-content {
        animation: none;
    }

    .btn-primary::before {
        animation: none;
    }
}

.nav-logo-main{
	width: 100%;
    max-width: 230px;
}