/* ============================================
   VIRALGENIUS PRO — Premium SaaS Stylesheet v2
   Full social media energy & excitement
   ============================================ */

:root {
    --primary: #22c55e;
    --primary-light: #4ade80;
    --primary-lighter: #bbf7d0;
    --primary-dark: #16a34a;
    --accent-blue: #0ea5e9;
    --gradient: linear-gradient(135deg, #0ea5e9, #22c55e);
    --gradient-soft: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 40%, #f0f9ff 100%);
    --dark: #0f172a;
    --dark-700: #1e293b;
    --dark-600: #334155;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --white: #ffffff;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
    --shadow-lg: 0 20px 50px -12px rgba(0,0,0,0.12);
    --shadow-xl: 0 25px 60px -15px rgba(0,0,0,0.18);
    --shadow-green: 0 10px 30px -5px rgba(34,197,94,0.25);
    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); font-size: 16px; line-height: 1.7; color: var(--dark); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 { line-height: 1.2; font-weight: 800; }
.section-title { font-size: clamp(28px, 4vw, 42px); text-align: center; margin-bottom: 16px; letter-spacing: -0.02em; }
.section-title.text-left { text-align: left; }
.section-subtitle { font-size: 18px; color: var(--gray-500); text-align: center; max-width: 680px; margin: 0 auto 48px; font-weight: 400; }
.section-header { margin-bottom: 56px; }
.section-tag { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary); background: rgba(34,197,94,0.08); padding: 6px 16px; border-radius: 50px; margin-bottom: 16px; }
.section-header .section-tag { display: block; width: fit-content; margin: 0 auto 16px; }
.section-desc { font-size: 17px; color: var(--gray-500); text-align: center; max-width: 700px; margin: 0 auto 8px; }
.section-tag-line { font-size: 20px; font-weight: 700; text-align: center; margin-top: 24px; color: var(--dark); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font); font-size: 15px; font-weight: 600; padding: 12px 28px; border-radius: 50px; transition: all var(--transition); cursor: pointer; border: none; white-space: nowrap; }
.btn-primary { background: var(--gradient); color: var(--white); box-shadow: var(--shadow-green); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px -6px rgba(34,197,94,0.35); }
.btn-white { background: var(--white); color: var(--dark); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-lg { font-size: 17px; padding: 16px 40px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1); }
.reveal.revealed { opacity: 1; transform: translateY(0); }

/* ---------- Trustpilot Badge ---------- */
.trustpilot-badge { display: flex; align-items: center; gap: 12px; }
.tp-avatars { display: flex; }
.tp-avatars img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--white); margin-left: -8px; object-fit: cover; }
.tp-avatars img:first-child { margin-left: 0; }
.tp-info { display: flex; flex-direction: column; gap: 2px; }
.tp-stars { display: flex; gap: 2px; color: #facc15; font-size: 13px; }
.tp-text { font-size: 12px; color: var(--gray-500); }
.tp-text strong { color: var(--dark); }
.tp-dark .tp-text { color: rgba(255,255,255,0.6); }
.tp-dark .tp-text strong { color: var(--white); }
.tp-dark .tp-avatars img { border-color: rgba(255,255,255,0.2); }
.tp-inline { margin-top: 28px; }

/* =========================
   AMBIENT FLOATING ICONS
   ========================= */
.ambient-icons { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.amb { position: absolute; opacity: 0.06; font-size: 28px; color: var(--primary); animation: floatAmb 12s ease-in-out infinite; }
.amb-1 { top: 12%; left: 5%; font-size: 32px; animation-delay: 0s; }
.amb-2 { top: 8%; right: 12%; font-size: 26px; animation-delay: 1s; color: #E4405F; }
.amb-3 { top: 45%; left: 2%; font-size: 30px; animation-delay: 2s; color: #FF0000; }
.amb-4 { top: 60%; right: 4%; font-size: 24px; animation-delay: 3s; color: #1877F2; }
.amb-5 { top: 30%; right: 3%; font-size: 22px; animation-delay: 4s; color: #0077B5; }
.amb-6 { bottom: 20%; left: 8%; font-size: 20px; animation-delay: 5s; color: #E60023; }
.amb-7 { bottom: 12%; right: 10%; font-size: 26px; animation-delay: 6s; }
.amb-8 { top: 18%; left: 20%; font-size: 22px; animation-delay: 7s; color: #E4405F; }
.amb-9 { top: 55%; right: 15%; font-size: 24px; animation-delay: 8s; color: #f97316; }
.amb-10 { bottom: 30%; left: 15%; font-size: 28px; animation-delay: 9s; color: #0ea5e9; }
.amb-11 { top: 70%; left: 25%; font-size: 20px; animation-delay: 10s; }
.amb-12 { top: 25%; right: 25%; font-size: 22px; animation-delay: 11s; color: #0ea5e9; }
.amb-13 { bottom: 10%; right: 20%; font-size: 18px; animation-delay: 3.5s; color: #1877F2; }
.amb-14 { top: 40%; left: 30%; font-size: 20px; animation-delay: 7.5s; color: #f97316; }

/* Section floating icons */
.section-floating-icons { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.fl { position: absolute; opacity: 0.07; animation: floatAmb 10s ease-in-out infinite; }
.fl-1 { top: 10%; right: 8%; font-size: 36px; color: #8b5cf6; }
.fl-2 { bottom: 15%; left: 5%; font-size: 28px; color: #f59e0b; animation-delay: 3s; }
.fl-3 { top: 50%; right: 3%; font-size: 32px; color: #ef4444; animation-delay: 6s; }
.fl-4 { top: 8%; left: 4%; font-size: 30px; animation-delay: 1s; }
.fl-5 { bottom: 10%; right: 6%; font-size: 26px; color: #E4405F; animation-delay: 4s; }
.fl-6 { top: 40%; left: 2%; font-size: 28px; color: #0ea5e9; animation-delay: 7s; }
.fl-7 { bottom: 25%; right: 12%; font-size: 22px; color: #ef4444; animation-delay: 2s; }
.fl-8 { top: 5%; right: 4%; font-size: 28px; color: #ef4444; animation-delay: 0s; }
.fl-9 { bottom: 8%; left: 3%; font-size: 24px; color: #8b5cf6; animation-delay: 5s; }
.fl-10 { top: 50%; right: 2%; font-size: 20px; color: #f59e0b; animation-delay: 8s; }
.fl-11 { top: 8%; left: 3%; font-size: 34px; color: var(--primary); }
.fl-12 { bottom: 12%; right: 5%; font-size: 26px; color: #0ea5e9; animation-delay: 4s; }
.fl-13 { top: 45%; right: 2%; font-size: 30px; color: #8b5cf6; animation-delay: 7s; }
.fl-14 { top: 6%; right: 6%; font-size: 30px; color: #f59e0b; }
.fl-15 { bottom: 8%; left: 4%; font-size: 26px; color: #ef4444; animation-delay: 3s; }
.fl-16 { top: 40%; left: 2%; font-size: 24px; color: #8b5cf6; animation-delay: 6s; }

/* =========================
   NAVIGATION
   ========================= */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: all var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 3px rgba(0,0,0,0.06); padding: 10px 0; }
.nav-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo img { height: 36px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--gray-600); transition: color var(--transition); }
.nav-links a:hover { color: var(--primary); }
.nav-cta { font-size: 14px !important; padding: 10px 24px !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all var(--transition); }

/* =========================
   HERO
   ========================= */
.hero { position: relative; padding: 140px 0 80px; background: var(--gradient-soft); overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
.hero-bg-grid { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(34,197,94,0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(34,197,94,0.06) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; z-index: 0; }
.hero-content { position: relative; z-index: 10; text-align: center; }

/* Decorative */
.deco { position: absolute; pointer-events: none; z-index: 5; }
.deco-square { width: 14px; height: 14px; border: 2.5px solid var(--primary); border-radius: 3px; animation: floatSlow 6s ease-in-out infinite; }
.deco-sq-1 { top: 18%; left: 8%; }
.deco-sq-2 { top: 30%; right: 6%; border-color: var(--accent-blue); animation-delay: 2s; }
.deco-sq-3 { bottom: 20%; left: 12%; animation-delay: 4s; }
.deco-sq-4 { bottom: 35%; right: 15%; border-color: #8b5cf6; animation-delay: 1s; }
.deco-cursor { animation: floatSlow 5s ease-in-out infinite; }
.deco-cur-1 { top: 22%; right: 14%; animation-delay: 1s; }
.deco-cur-2 { bottom: 30%; left: 6%; animation-delay: 3s; }
.deco-star { font-size: 20px; color: var(--primary); animation: spinStar 8s linear infinite; }
.deco-star-1 { top: 14%; right: 20%; font-size: 16px; color: var(--primary-light); }
.deco-star-2 { bottom: 18%; right: 10%; font-size: 24px; }
.deco-star-3 { top: 40%; left: 4%; font-size: 14px; color: var(--accent-blue); }
.deco-star-4 { bottom: 40%; left: 18%; font-size: 18px; color: #f59e0b; animation-delay: 4s; }

/* Floating platform cards */
.float-card { position: absolute; z-index: 6; width: 52px; height: 52px; background: var(--white); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: var(--shadow-md); animation: floatCard 7s ease-in-out infinite; }
.float-card-1 { top: 40%; left: 6%; color: #000; z-index: 10; }
.float-card-2 { top: 32%; right: 8%; color: #E4405F; animation-delay: 1.5s; }
.float-card-3 { top: 55%; left: 4%; color: #FF0000; animation-delay: 3s; }
.float-card-4 { bottom: 28%; right: 5%; color: #0077B5; animation-delay: 4.5s; }
.float-card-5 { bottom: 15%; left: 10%; color: #1877F2; animation-delay: 2s; }

/* ---- UI Analytics Cards ---- */
.ui-card { position: absolute; z-index: 8; background: var(--white); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; animation: floatCard 8s ease-in-out infinite; border: 1px solid var(--gray-100); }
.ui-card-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(34,197,94,0.1); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ui-card-icon.purple { background: rgba(139,92,246,0.1); color: #8b5cf6; }
.ui-card-icon.orange { background: rgba(249,115,22,0.1); color: #f97316; }
.ui-card-icon.pink { background: rgba(236,72,153,0.1); color: #ec4899; }
.ui-card-label { font-size: 11px; color: var(--gray-400); display: block; }
.ui-card-value { font-size: 16px; font-weight: 800; color: var(--dark); display: block; }
.ui-card-value.up { color: var(--primary); }
.ui-card-1 { top: 16%; left: 2%; animation-delay: 0s; }
.ui-card-2 { top: 12%; right: 2%; animation-delay: 2s; }
.ui-card-3 { bottom: 32%; left: 1%; animation-delay: 4s; }
.ui-card-4 { bottom: 14%; right: 2%; animation-delay: 6s; }
.ui-card-5 { top: 48%; right: 1%; animation-delay: 3s; flex-direction: column; align-items: flex-start; gap: 6px; }
.ui-card-mini-chart { width: 80px; height: 30px; }
.ui-card-mini-chart svg { width: 100%; height: 100%; }

/* Hero content */
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 50px; padding: 8px 20px; font-size: 13px; font-weight: 600; color: var(--gray-600); margin-bottom: 32px; box-shadow: var(--shadow-sm); }
.badge-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; flex-shrink: 0; animation: pulse 2s ease-in-out infinite; }
.hero-title { font-size: clamp(36px, 5.5vw, 64px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 24px; }
.highlight { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 18px; color: var(--gray-500); max-width: 620px; margin: 0 auto 48px; line-height: 1.7; }
.hero-video { max-width: 800px; margin: 0 auto 40px; position: relative; z-index: 2; }
.vsl-dashboard { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--gray-100); background: var(--white); }
.vsl-dash-bar { height: 38px; background: var(--dark); display: flex; align-items: center; padding: 0 14px; gap: 10px; }
.vsl-dash-bar .mock-dots { flex-shrink: 0; min-width: 44px; display: inline-flex; align-items: center; }
.vsl-dash-title { font-size: 11px; font-weight: 600; color: var(--gray-400); }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-note { font-size: 15px; font-weight: 500; color: var(--gray-400); margin-bottom: 24px; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; }

/* =========================
   PLATFORMS
   ========================= */
.platforms { padding: 56px 0; background: var(--white); border-top: 1px solid var(--gray-100); }
.platforms-label { text-align: center; font-size: 14px; font-weight: 500; color: var(--gray-400); margin-bottom: 28px; text-transform: uppercase; letter-spacing: 0.06em; }
.platforms-grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px 44px; }
.platform-item { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: var(--gray-500); transition: all var(--transition); }
.platform-item i { font-size: 20px; }
.platform-item:hover { color: var(--primary); transform: translateY(-2px); }

/* =========================
   TRUSTED BY
   ========================= */
.trusted-by { padding: 56px 0; background: var(--gray-50); }
.trusted-label { text-align: center; font-size: 15px; font-weight: 500; color: var(--gray-500); margin-bottom: 32px; }
.logos-marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.logos-track { display: flex; gap: 56px; animation: marquee 30s linear infinite; width: max-content; }
.company-logo { font-size: 20px; font-weight: 800; color: var(--gray-300); white-space: nowrap; letter-spacing: -0.02em; flex-shrink: 0; }

/* =========================
   TESTIMONIALS GRID
   ========================= */
.testimonials-section { padding: 96px 0; position: relative; }
.results-section { background: var(--white); }
.reviews-section { background: var(--white); }

.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testimonial-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px; transition: all var(--transition); position: relative; overflow: hidden; }
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-lighter); }
.testimonial-card.featured { border-color: var(--primary); background: linear-gradient(135deg, rgba(34,197,94,0.03), rgba(14,165,233,0.03)); }
.testimonial-card.featured:hover { box-shadow: var(--shadow-green); }

.card-social-icon { position: absolute; top: 16px; right: 16px; font-size: 18px; opacity: 0.12; }

.result-stat { font-size: clamp(20px, 2.5vw, 26px); font-weight: 800; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }
.result-card > p, .review-card > p { font-size: 15px; color: var(--gray-500); margin-bottom: 20px; line-height: 1.7; }

.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--gray-100); }
.testimonial-author strong { display: block; font-size: 15px; font-weight: 700; }
.testimonial-author span { font-size: 13px; color: var(--gray-400); }

.review-stars { display: flex; gap: 3px; color: #facc15; font-size: 14px; margin-bottom: 14px; }
.review-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }

/* =========================
   STATS
   ========================= */
.stats { padding: 80px 0; background: var(--dark); position: relative; overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(14,165,233,0.08), rgba(34,197,94,0.08)); pointer-events: none; }
.stats-ambient .amb { opacity: 0.04; color: var(--white); font-size: 40px; }
.amb-s1 { top: 10%; left: 5%; }
.amb-s2 { bottom: 15%; right: 8%; animation-delay: 4s; }
.amb-s3 { top: 40%; right: 15%; animation-delay: 7s; }

.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.stat-card { text-align: center; padding: 40px 28px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); transition: all var(--transition); }
.stat-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.stat-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--gradient); display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--white); margin: 0 auto 20px; }
.stat-number { font-size: clamp(32px, 5vw, 48px); font-weight: 900; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; letter-spacing: -0.02em; }
.stat-card p { font-size: 14px; color: var(--gray-400); line-height: 1.6; margin-bottom: 16px; }
.stat-bar { height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
.stat-bar span { display: block; height: 100%; background: var(--gradient); border-radius: 2px; transition: width 1.5s ease; }

/* =========================
   WHAT IS VIRALGENIUS PRO
   ========================= */
.what-is { padding: 96px 0; background: var(--white); position: relative; overflow: hidden; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.text-col .lead { font-size: 18px; font-weight: 500; color: var(--dark); margin-bottom: 16px; line-height: 1.7; }
.text-col p { font-size: 16px; color: var(--gray-500); line-height: 1.8; }
.product-image { border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }

/* =========================
   THREE STEPS
   ========================= */
.three-steps { padding: 96px 0; background: var(--gradient-soft); position: relative; overflow: hidden; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px 28px; box-shadow: var(--shadow); border: 1px solid var(--gray-100); transition: all var(--transition); }
.step-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.step-number { width: 40px; height: 40px; background: var(--gradient); color: var(--white); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; margin-bottom: 20px; }
.step-visual { margin-bottom: 24px; }

/* Mock UI */
.mock-ui { background: var(--gray-50); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-200); aspect-ratio: 16/10; }
.mock-bar { height: 28px; background: var(--gray-100); border-bottom: 1px solid var(--gray-200); display: flex; align-items: center; padding: 0 12px; gap: 8px; }
.mock-dots::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #ff6b6b; box-shadow: 14px 0 0 #ffd43b, 28px 0 0 #51cf66; }
.mock-url { flex: 1; height: 12px; background: var(--gray-200); border-radius: 6px; margin-left: 20px; }
.mock-content { padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: calc(100% - 28px); }
.mock-icon { font-size: 28px; color: var(--primary); }
.mock-lines span { display: block; height: 6px; background: var(--gray-200); border-radius: 3px; margin-bottom: 6px; }
.mock-lines span:nth-child(1) { width: 80%; }
.mock-lines span:nth-child(2) { width: 100%; }
.mock-lines span:nth-child(3) { width: 60%; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.mock-grid span { height: 32px; border-radius: 6px; }
.mock-grid span:nth-child(1) { background: linear-gradient(135deg, #bbf7d0, #a7f3d0); }
.mock-grid span:nth-child(2) { background: linear-gradient(135deg, #bae6fd, #93c5fd); }
.mock-grid span:nth-child(3) { background: linear-gradient(135deg, #fde68a, #fcd34d); }
.mock-grid span:nth-child(4) { background: linear-gradient(135deg, #fecaca, #fca5a5); }
.mock-bars { display: flex; align-items: flex-end; gap: 8px; width: 100%; height: 60px; }
.mock-bars span { flex: 1; background: var(--gradient); border-radius: 4px 4px 0 0; opacity: 0.7; }
.mock-bars span:nth-child(1) { height: 40%; }
.mock-bars span:nth-child(2) { height: 65%; }
.mock-bars span:nth-child(3) { height: 80%; }
.mock-bars span:nth-child(4) { height: 55%; }
.mock-bars span:nth-child(5) { height: 95%; }
.step-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--gray-500); line-height: 1.7; }

/* =========================
   DEMO CTA
   ========================= */
.demo-cta { padding: 80px 0; background: var(--gradient); text-align: center; position: relative; overflow: hidden; }
.demo-cta::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 48px 48px; }
.demo-cta h2 { font-size: clamp(28px, 4vw, 40px); color: var(--white); margin-bottom: 32px; position: relative; }
.cta-group { display: flex; flex-direction: column; align-items: center; gap: 20px; position: relative; }
.cta-ambient .amb { opacity: 0.08; color: var(--white); font-size: 36px; }
.amb-c1 { top: 15%; left: 8%; }
.amb-c2 { top: 20%; right: 10%; animation-delay: 2s; }
.amb-c3 { bottom: 15%; left: 15%; animation-delay: 5s; }
.amb-c4 { bottom: 20%; right: 15%; animation-delay: 7s; }

/* =========================
   CONTENT SHOWCASE (L-R Grid)
   ========================= */
.content-showcase { padding: 96px 0; background: var(--white); position: relative; overflow: hidden; }
.showcase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 72px; }
.showcase-row:last-child { margin-bottom: 0; }
.showcase-row.reverse { direction: rtl; }
.showcase-row.reverse > * { direction: ltr; }
.showcase-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--primary); margin-bottom: 12px; }
.showcase-text h3 { font-size: 26px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.01em; }
.showcase-text p { font-size: 16px; color: var(--gray-500); line-height: 1.7; }

/* Dashboard UIs */
.dash-ui { background: var(--gray-50); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-md); transition: all var(--transition); }
.dash-ui:hover { box-shadow: var(--shadow-xl); transform: translateY(-4px); }
.dash-bar { height: 36px; background: var(--dark); display: flex; align-items: center; padding: 0 14px; gap: 10px; overflow: hidden; }
.dash-bar .mock-dots { flex-shrink: 0; min-width: 38px; display: inline-flex; align-items: center; }
.dash-bar .mock-dots::before { background: #ff6b6b; box-shadow: 12px 0 0 #ffd43b, 24px 0 0 #51cf66; width: 7px; height: 7px; }
.dash-title { font-size: 11px; font-weight: 600; color: var(--gray-400); margin-left: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dash-body { display: flex; min-height: 220px; }
.dash-sidebar { width: 48px; background: var(--dark-700); display: flex; flex-direction: column; align-items: center; padding: 12px 0; gap: 8px; flex-shrink: 0; }
.dash-nav-item { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--gray-400); transition: all var(--transition); }
.dash-nav-item.active { background: var(--primary); color: var(--white); }
.dash-main { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 12px; }

/* Video Creator Dashboard */
.dash-phone { background: var(--dark); border-radius: 12px; padding: 10px; flex: 1; display: flex; flex-direction: column; }
.dash-phone-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.dash-handle { font-size: 10px; color: var(--gray-400); font-weight: 600; }
.dash-phone-header i { font-size: 12px; color: #ef4444; }
.dash-phone-body { flex: 1; background: linear-gradient(135deg, #1e293b, #334155); border-radius: 8px; display: flex; align-items: center; justify-content: center; min-height: 80px; }
.dash-play { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 14px; }
.dash-phone-footer { margin-top: 8px; }
.dash-caption-line { display: block; height: 4px; background: rgba(255,255,255,0.15); border-radius: 2px; margin-bottom: 4px; }
.dash-caption-line.short { width: 60%; }
.dash-tags { display: flex; gap: 4px; margin-top: 6px; }
.dash-tags span { font-size: 8px; color: var(--primary-light); background: rgba(34,197,94,0.1); padding: 2px 6px; border-radius: 4px; }
.dash-timeline { background: var(--gray-100); border-radius: 8px; padding: 8px; }
.dash-tl-bar { display: flex; gap: 4px; margin-bottom: 6px; }
.dash-tl-bar span { height: 6px; border-radius: 3px; flex: 1; }
.dash-tl-bar span:nth-child(1) { background: var(--primary); flex: 2; }
.dash-tl-bar span:nth-child(2) { background: var(--accent-blue); }
.dash-tl-bar span:nth-child(3) { background: #f59e0b; flex: 1.5; }
.dash-tl-controls { display: flex; justify-content: center; gap: 12px; font-size: 10px; color: var(--gray-400); }

/* Quote Design Dashboard */
.dash-quote-card { background: linear-gradient(135deg, #8b5cf6, #a855f7); border-radius: 12px; padding: 16px; color: var(--white); flex: 1; }
.dash-quote-icon { font-size: 18px; opacity: 0.4; margin-bottom: 8px; }
.dash-quote-lines span { display: block; height: 5px; background: rgba(255,255,255,0.3); border-radius: 3px; margin-bottom: 5px; }
.dash-quote-lines .short { width: 50%; }
.dash-quote-author { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.dash-avatar { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,0.3); }
.dash-name-line { width: 50px; height: 5px; background: rgba(255,255,255,0.3); border-radius: 3px; }
.dash-templates { display: flex; gap: 6px; }
.tpl { width: 40px; height: 52px; border-radius: 6px; }
.tpl-1 { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.tpl-2 { background: linear-gradient(135deg, #0ea5e9, #06b6d4); }
.tpl-3 { background: linear-gradient(135deg, #f59e0b, #eab308); }
.tpl-4 { background: linear-gradient(135deg, #22c55e, #10b981); }

/* Meme Dashboard */
.dash-meme-preview { background: var(--white); border-radius: 10px; padding: 12px; text-align: center; flex: 1; border: 1px solid var(--gray-200); }
.meme-top-text { height: 8px; background: var(--dark); border-radius: 4px; width: 70%; margin: 0 auto 10px; }
.meme-img { width: 60px; height: 60px; margin: 0 auto; background: linear-gradient(135deg, #fde68a, #fbbf24); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.meme-bottom-text { height: 8px; background: var(--dark); border-radius: 4px; width: 60%; margin: 10px auto 0; }
.dash-meme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.dash-meme-grid span { height: 36px; background: var(--gray-200); border-radius: 6px; }
.dash-meme-grid span:nth-child(1) { background: linear-gradient(135deg, #fecaca, #fca5a5); }
.dash-meme-grid span:nth-child(2) { background: linear-gradient(135deg, #bae6fd, #93c5fd); }
.dash-meme-grid span:nth-child(3) { background: linear-gradient(135deg, #bbf7d0, #86efac); }
.dash-meme-grid span:nth-child(4) { background: linear-gradient(135deg, #fde68a, #fcd34d); }
.dash-meme-grid span:nth-child(5) { background: linear-gradient(135deg, #e9d5ff, #c4b5fd); }
.dash-meme-grid span:nth-child(6) { background: linear-gradient(135deg, #fed7aa, #fdba74); }

/* Carousel Dashboard */
.dash-carousel-slides { display: flex; gap: 8px; flex: 1; }
.dash-slide { flex: 1; background: var(--white); border-radius: 10px; padding: 14px; border: 2px solid var(--gray-200); display: flex; flex-direction: column; align-items: center; gap: 8px; transition: all var(--transition); }
.dash-slide.active { border-color: var(--primary); background: rgba(34,197,94,0.03); }
.dash-slide-num { width: 24px; height: 24px; border-radius: 50%; background: var(--gradient); color: var(--white); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.dash-slide-line { height: 5px; background: var(--gray-200); border-radius: 3px; width: 100%; }
.dash-slide-line.short { width: 60%; }
.dash-carousel-dots { display: flex; justify-content: center; gap: 6px; }
.dash-carousel-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-200); }
.dash-carousel-dots span.active { background: var(--primary); width: 20px; border-radius: 4px; }

/* =========================
   INPUT → OUTPUT (Redesigned)
   ========================= */
.input-output { padding: 96px 0; background: var(--gradient-soft); position: relative; overflow: hidden; }
.io-ambient .amb { opacity: 0.05; }
.amb-io1 { top: 20%; left: 10%; font-size: 24px; animation-delay: 0s; }
.amb-io2 { top: 15%; right: 8%; font-size: 28px; animation-delay: 2s; color: #8b5cf6; }
.amb-io3 { bottom: 20%; left: 15%; font-size: 22px; animation-delay: 4s; color: #f59e0b; }
.amb-io4 { bottom: 25%; right: 12%; font-size: 26px; animation-delay: 6s; }
.amb-io5 { top: 50%; left: 5%; font-size: 30px; animation-delay: 3s; }
.amb-io6 { top: 40%; right: 4%; font-size: 28px; animation-delay: 5s; color: #E4405F; }

/* Pipeline Container */
.io-pipeline { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 0; align-items: stretch; background: var(--white); border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--gray-200); box-shadow: var(--shadow-lg); margin-top: 48px; }

/* Input Zone */
.io-zone { padding: 32px; }
.io-input-zone { background: var(--gray-50); border-right: 1px solid var(--gray-100); }
.io-zone-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.io-zone-badge { width: 44px; height: 44px; border-radius: 14px; background: rgba(148,163,184,0.1); color: var(--gray-400); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.io-zone-badge.green { background: rgba(34,197,94,0.1); color: var(--primary); }
.io-zone-header h3 { font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 2px; }
.io-zone-header p { font-size: 13px; color: var(--gray-400); }
.io-items { display: flex; flex-direction: column; gap: 8px; }
.io-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; transition: all var(--transition); cursor: default; }
.io-item:hover { transform: translateX(4px); border-color: var(--gray-300); box-shadow: var(--shadow-sm); }
.io-item i { font-size: 16px; color: var(--gray-400); width: 20px; text-align: center; }
.io-item span { font-size: 13px; font-weight: 600; color: var(--gray-600); }

/* Center Transform Zone */
.io-center-zone { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 8px; background: linear-gradient(180deg, rgba(34,197,94,0.02), rgba(14,165,233,0.05)); position: relative; }
.io-center-zone::before, .io-center-zone::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; background: linear-gradient(180deg, transparent, var(--primary), transparent); }
.io-center-zone::before { top: 0; height: 30%; }
.io-center-zone::after { bottom: 0; height: 30%; }
.io-core { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.io-core-ring { width: 80px; height: 80px; border-radius: 50%; background: conic-gradient(from 0deg, var(--primary), var(--accent-blue), #8b5cf6, var(--primary)); padding: 3px; }
.io-core-inner { width: 100%; height: 100%; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.io-core-inner img { width: 36px; height: 36px; object-fit: contain; }
.io-core-label { font-size: 10px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.1em; }
.io-core-pulse { display: none; }
.io-flow-arrows { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.io-flow-arrows i { font-size: 10px; color: var(--primary); opacity: 0.4; }
.io-flow-arrows i:nth-child(2) { opacity: 0.6; }
.io-flow-arrows i:nth-child(3) { opacity: 0.8; }

/* Output Zone */
.io-output-zone { border-left: 1px solid var(--gray-100); }
.io-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.io-content-card { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; border-radius: 14px; transition: all var(--transition); cursor: default; background: var(--gray-50); border: 1px solid var(--gray-100); }
.io-content-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.io-content-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--white); }
.io-content-card span { font-size: 11px; font-weight: 600; color: var(--gray-600); text-align: center; }
.io-content-card.vid .io-content-icon { background: linear-gradient(135deg, #ef4444, #f97316); }
.io-content-card.car .io-content-icon { background: linear-gradient(135deg, #8b5cf6, #a855f7); }
.io-content-card.mem .io-content-icon { background: linear-gradient(135deg, #f59e0b, #facc15); }
.io-content-card.quo .io-content-icon { background: linear-gradient(135deg, #3b82f6, #0ea5e9); }
.io-content-card.gfx .io-content-icon { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.io-content-card.cap .io-content-icon { background: linear-gradient(135deg, #22c55e, #14b8a6); }

/* =========================
   AI FEATURES (L-R Grid)
   ========================= */
.ai-features { padding: 96px 0; background: var(--white); position: relative; overflow: hidden; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 64px; }
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.feature-badge { width: 52px; height: 52px; border-radius: 14px; background: var(--gradient); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.feature-badge.purple { background: linear-gradient(135deg, #8b5cf6, #a855f7); }
.feature-badge.blue { background: linear-gradient(135deg, #3b82f6, #0ea5e9); }
.feature-badge.orange { background: linear-gradient(135deg, #f97316, #f59e0b); }
.feature-badge.pink { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.feature-text h3 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.feature-text p { font-size: 16px; color: var(--gray-500); line-height: 1.7; }

/* Feature Dashboard UIs */
.dash-feat .dash-body { min-height: 180px; padding: 16px; flex-direction: column; }
.dash-feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.dash-feat-card { background: var(--gray-100); border-radius: 8px; padding: 12px 8px; text-align: center; font-size: 10px; color: var(--gray-500); display: flex; flex-direction: column; align-items: center; gap: 4px; transition: all var(--transition); border: 1px solid transparent; }
.dash-feat-card i { font-size: 16px; }
.dash-feat-card.active { background: rgba(34,197,94,0.08); border-color: var(--primary); color: var(--primary); }
.dash-feat-progress { margin-top: auto; }
.dash-feat-pbar { height: 6px; background: var(--gray-100); border-radius: 3px; overflow: hidden; margin-bottom: 4px; }
.dash-feat-pbar span { display: block; height: 100%; background: var(--gradient); border-radius: 3px; }
.dash-feat-plabel { font-size: 10px; color: var(--primary); font-weight: 600; }

/* Calendar */
.dash-calendar { padding: 4px; }
.dash-cal-header { font-size: 12px; font-weight: 700; color: var(--dark); text-align: center; margin-bottom: 10px; }
.dash-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; font-size: 10px; color: var(--gray-500); }
.dash-cal-grid span { padding: 4px 2px; border-radius: 4px; }
.dash-cal-grid .has-post { background: rgba(34,197,94,0.15); color: var(--primary-dark); font-weight: 600; position: relative; }
.dash-cal-grid .has-post::after { content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }

/* Multi-Platform Publisher */
.dash-platforms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.dash-plat { background: var(--gray-100); border-radius: 10px; padding: 12px; text-align: center; font-size: 18px; color: var(--gray-400); position: relative; transition: all var(--transition); }
.dash-plat.connected { color: var(--dark); }
.dash-plat-dot { position: absolute; top: 6px; right: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }
.dash-publish-btn { background: var(--gradient); color: var(--white); border-radius: 8px; padding: 10px; text-align: center; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 6px; }

/* Engagement */
.dash-engagement { display: flex; flex-direction: column; gap: 8px; }
.dash-msg { display: flex; gap: 8px; align-items: flex-start; }
.dash-msg.reply { margin-left: 20px; }
.dash-msg-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--gray-200); flex-shrink: 0; }
.dash-msg-avatar.green { background: var(--gradient); }
.dash-msg-bubble { background: var(--gray-100); padding: 8px 12px; border-radius: 10px; font-size: 10px; color: var(--gray-600); line-height: 1.4; }
.dash-msg-bubble.green { background: rgba(34,197,94,0.08); color: var(--primary-dark); }
.ai-tag { background: var(--gradient); color: var(--white); font-size: 8px; font-weight: 700; padding: 1px 5px; border-radius: 3px; margin-left: 4px; }

/* Growth Chart */
.dash-chart { margin-bottom: 12px; }
.dash-chart-svg { width: 100%; height: 80px; }
.dash-chart-labels { display: flex; justify-content: space-between; font-size: 9px; color: var(--gray-400); padding: 0 4px; }
.dash-chart-stats { display: flex; gap: 12px; }
.dash-cs { text-align: center; flex: 1; background: var(--gray-50); padding: 8px 4px; border-radius: 8px; }
.dash-cs-val { display: block; font-size: 14px; font-weight: 800; color: var(--dark); }
.dash-cs-val.up { color: var(--primary); }
.dash-cs-label { font-size: 9px; color: var(--gray-400); }

/* =========================
   BENEFITS GRID (3-Column)
   ========================= */
.results-grid { padding: 96px 0; background: var(--gray-50); position: relative; overflow: hidden; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px 28px; transition: all var(--transition); text-align: center; }
.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--primary-lighter); }
.benefit-icon { width: 64px; height: 64px; border-radius: 18px; background: rgba(34,197,94,0.08); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 20px; transition: all var(--transition); }
.benefit-card:hover .benefit-icon { transform: scale(1.1); }
.benefit-icon.purple { background: rgba(139,92,246,0.08); color: #8b5cf6; }
.benefit-icon.orange { background: rgba(249,115,22,0.08); color: #f97316; }
.benefit-icon.blue { background: rgba(59,130,246,0.08); color: #3b82f6; }
.benefit-icon.pink { background: rgba(236,72,153,0.08); color: #ec4899; }
.benefit-icon.teal { background: rgba(20,184,166,0.08); color: #14b8a6; }
.benefit-icon.green { background: rgba(34,197,94,0.08); color: #22c55e; }
.benefit-icon.red { background: rgba(239,68,68,0.08); color: #ef4444; }
.benefit-icon.indigo { background: rgba(99,102,241,0.08); color: #6366f1; }
.benefit-icon.emerald { background: rgba(16,185,129,0.08); color: #10b981; }
.benefit-icon.amber { background: rgba(245,158,11,0.08); color: #f59e0b; }
.benefit-icon.cyan { background: rgba(6,182,212,0.08); color: #06b6d4; }
.benefit-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.benefit-card p { font-size: 14px; color: var(--gray-500); line-height: 1.6; }

/* =========================
   FINAL CTA
   ========================= */
.final-cta { padding: 96px 0; background: var(--dark); text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(34,197,94,0.15) 0%, transparent 70%); pointer-events: none; }
.final-cta h2 { font-size: clamp(28px, 4vw, 42px); color: var(--white); margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; }
.final-ambient .amb { opacity: 0.05; color: var(--white); font-size: 34px; }
.amb-f1 { top: 12%; left: 8%; }
.amb-f2 { top: 20%; right: 10%; animation-delay: 2s; color: #f97316; }
.amb-f3 { bottom: 15%; left: 15%; animation-delay: 4s; color: #facc15; }
.amb-f4 { bottom: 20%; right: 12%; animation-delay: 6s; }
.amb-f5 { top: 50%; left: 5%; animation-delay: 3s; }
.amb-f6 { bottom: 40%; right: 5%; animation-delay: 5s; color: #E4405F; }

/* =========================
   FOOTER
   ========================= */
.site-footer { padding: 64px 0 32px; background: var(--dark-700); color: var(--gray-400); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { height: 32px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-brand .footer-socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.06); display: inline-flex; align-items: center; justify-content: center; font-size: 15px; color: var(--gray-400); transition: all var(--transition); text-align: center; line-height: 1; padding: 0; }
.footer-brand .footer-socials a i { width: 1em; display: inline-flex; align-items: center; justify-content: center; }
.footer-brand .footer-socials a:hover { background: rgba(34,197,94,0.15); color: var(--primary); transform: translateY(-2px); }
.footer-col h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: var(--gray-400); padding: 5px 0; transition: color var(--transition); }
.footer-col a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; text-align: center; }
.footer-bottom p { font-size: 13px; color: var(--gray-500); }

/* =========================
   ANIMATIONS
   ========================= */
@keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes floatCard { 0%, 100% { transform: translateY(0) rotate(0deg); } 25% { transform: translateY(-10px) rotate(2deg); } 75% { transform: translateY(6px) rotate(-1deg); } }
@keyframes floatAmb { 0%, 100% { transform: translateY(0) rotate(0deg); } 33% { transform: translateY(-15px) rotate(5deg); } 66% { transform: translateY(8px) rotate(-3deg); } }
@keyframes spinStar { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes spinSlow { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes ioPulse { 0% { width: 88px; height: 88px; opacity: 0.5; } 100% { width: 160px; height: 160px; opacity: 0; } }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1024px) {
    .steps-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .float-card, .ui-card, .deco { display: none; }
    .showcase-row, .showcase-row.reverse, .feature-row, .feature-row.reverse { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
    .showcase-row.reverse > *, .feature-row.reverse > * { direction: ltr; }
    .io-pipeline { grid-template-columns: 1fr; }
    .io-center-zone { flex-direction: row; padding: 24px 32px; }
    .io-center-zone::before, .io-center-zone::after { display: none; }
    .io-flow-arrows { flex-direction: row; }
    .io-input-zone { border-right: none; border-bottom: 1px solid var(--gray-100); }
    .io-output-zone { border-left: none; border-top: 1px solid var(--gray-100); }
}

@media (max-width: 768px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 24px; gap: 16px; box-shadow: var(--shadow-md); border-radius: 0 0 var(--radius) var(--radius); }
    .nav-links.open { display: flex; }
    .nav-toggle { display: flex; }
    .nav-cta { display: none; }
    .hero { padding: 120px 0 60px; min-height: auto; }
    .hero-title { font-size: clamp(28px, 8vw, 44px); }
    .hero-title br { display: none; }
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .stats-grid { grid-template-columns: 1fr; gap: 16px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .platforms-grid { gap: 20px 28px; }
    .io-center-zone { flex-direction: column; padding: 24px 16px; }
    .io-flow-arrows { flex-direction: column; }
    .section-floating-icons { display: none; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero-badge { font-size: 11px; padding: 6px 14px; }
    .testimonials-section { padding: 64px 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .trustpilot-badge { flex-direction: column; align-items: flex-start; gap: 8px; }
}
