*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "Instrument Sans", system-ui, -apple-system, sans-serif;--color-purple-500: #8b5cf6;--color-purple-600: #7c3aed;--color-purple-700: #6d28d9;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-pink-500: #ec4899;--color-green-500: #22c55e;--color-orange-500: #f97316;--color-cyan-500: #06b6d4;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-white: #ffffff;--hero-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--max-w-sm: 640px;--max-w-md: 768px;--max-w-lg: 1024px;--max-w-xl: 1152px;--max-w-2xl: 1280px}html{font-family:var(--font-sans);line-height:1.5;color:var(--color-gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:absolute;top:0;left:0;right:0;z-index:20}.navbar--static{position:relative;background:var(--color-white);border-bottom:1px solid var(--color-gray-100)}.navbar__logo{height:2rem}.navbar__actions{display:flex;gap:.5rem;align-items:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn--outline-white{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.4)}.btn--outline-white:hover{background:#fff3}.btn--outline{background:transparent;color:var(--color-gray-700);border:1px solid var(--color-gray-200)}.btn--outline:hover{background:var(--color-gray-50)}.btn--primary{background:var(--color-white);color:var(--color-purple-700);font-weight:700;padding:.75rem 2rem;font-size:1rem}.btn--primary:hover{background:var(--color-gray-100);transform:translateY(-1px)}.btn--primary svg{width:18px;height:18px}.btn--ghost{background:#ffffff26;color:var(--color-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-weight:600;padding:.75rem 2rem;font-size:1rem;border:1px solid rgba(255,255,255,.25)}.btn--ghost:hover{background:#ffffff40}.btn--solid-purple{background:var(--color-purple-600);color:var(--color-white);font-weight:700;padding:.75rem 2rem;font-size:1rem}.btn--solid-purple:hover{background:var(--color-purple-700);transform:translateY(-1px)}.lang-switch{position:relative}.lang-switch__btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-md);background:transparent;border:none;cursor:pointer;color:inherit;transition:background .2s}.lang-switch__btn:hover{background:#fff3}.navbar--static .lang-switch__btn:hover{background:var(--color-gray-100)}.lang-switch__btn svg{width:18px;height:18px}.lang-switch__menu{display:none;position:absolute;top:100%;right:0;margin-top:.25rem;background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:10rem;z-index:50;overflow:hidden}.lang-switch__menu.is-open{display:block}.lang-switch__item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;color:var(--color-gray-700);cursor:pointer;transition:background .15s;text-decoration:none}.lang-switch__item:hover{background:var(--color-gray-50)}.lang-switch__dot{color:var(--color-purple-500);font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes drift{0%,to{transform:translate(0)}25%{transform:translate(10px,-10px)}50%{transform:translate(-5px,-20px)}75%{transform:translate(-15px,-5px)}}@keyframes bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes ring-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}@keyframes tag-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-msg-in{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:5em;margin-top:.5rem}}@keyframes chat-bot-msg-in{0%{opacity:0;max-height:0;margin-top:0;padding-top:0;padding-bottom:0;border-color:transparent}to{opacity:1;max-height:5em;margin-top:.5rem;padding-top:.4rem;padding-bottom:.4rem;border-color:#8b5cf640}}@keyframes banner-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .7s ease,transform .7s ease;transition-delay:var(--reveal-delay, 0s)}.reveal--fade{transform:translateY(30px)}.reveal--slide-left{transform:translate(-40px)}.reveal--slide-right{transform:translate(40px)}.reveal--scale{transform:scale(.95)}.reveal.is-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;animation:drift 15s ease-in-out infinite}.orb--1{width:400px;height:400px;background:#8b5cf626;top:-10%;right:-5%}.orb--2{width:300px;height:300px;background:#3b82f61a;bottom:-10%;left:-5%;animation-delay:-5s}.orb--3{width:250px;height:250px;background:#ec489914;top:40%;left:30%;animation-delay:-10s}.dot-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.hero{position:relative;overflow:hidden;background:var(--hero-gradient);padding:9rem 1.5rem 5rem;color:var(--color-white)}.hero__inner{max-width:72rem;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero__content{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.hero__badge{display:inline-flex;align-self:center;padding:.375rem 1rem;border-radius:var(--radius-full);background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.875rem;font-weight:500;letter-spacing:.025em;animation:pulse-glow 2s ease-in-out infinite}.hero__title{font-size:2.25rem;font-weight:800;line-height:1.1;letter-spacing:-.025em}.hero__title-highlight{background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__description{font-size:1.05rem;max-width:42rem;opacity:.85;line-height:1.75}.hero__cta{display:flex;gap:1rem;padding-top:.5rem;flex-direction:column}.hero__mockup{display:none}.mockup-browser{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl),0 0 60px #00000026;overflow:hidden;animation:float 6s ease-in-out infinite}.mockup-browser__bar{display:flex;align-items:center;gap:6px;padding:.75rem 1rem;background:var(--color-gray-100);border-bottom:1px solid var(--color-gray-200)}.mockup-browser__dot{width:10px;height:10px;border-radius:50%}.mockup-browser__dot--red{background:#ef4444}.mockup-browser__dot--yellow{background:#eab308}.mockup-browser__dot--green{background:#22c55e}.mockup-browser__url{flex:1;margin-left:8px;padding:.25rem .75rem;background:var(--color-white);border-radius:var(--radius-md);font-size:.7rem;color:var(--color-gray-400);border:1px solid var(--color-gray-200)}.mockup-browser__body{padding:1.25rem;background:var(--color-gray-50);min-height:200px}.mockup-dash{display:flex;flex-direction:column;gap:1rem}.mockup-dash__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.mockup-dash__stat{background:var(--color-white);border-radius:var(--radius-md);padding:.75rem;border:1px solid var(--color-gray-100)}.mockup-dash__stat-value{font-size:1.1rem;font-weight:700;color:var(--color-gray-900)}.mockup-dash__stat-label{font-size:.65rem;color:var(--color-gray-400);margin-top:2px}.mockup-dash__chart{background:var(--color-white);border-radius:var(--radius-md);padding:1rem;border:1px solid var(--color-gray-100)}.mockup-dash__bars{display:flex;align-items:flex-end;gap:6px;height:80px}.mockup-dash__bar{flex:1;border-radius:3px 3px 0 0;transform-origin:bottom}.mockup-dash__bar--purple{background:var(--color-purple-500)}.mockup-dash__bar--blue{background:var(--color-blue-500)}.mockup-dash__bar--pink{background:#8b5cf64d}.mockup-dash__rows{display:flex;flex-direction:column;gap:6px;margin-top:1rem}.mockup-dash__row{height:10px;border-radius:4px;background:var(--color-gray-100)}.mockup-dash__row:nth-child(1){width:100%}.mockup-dash__row:nth-child(2){width:85%}.mockup-dash__row:nth-child(3){width:70%}.trust-bar{background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-100);padding:2.5rem 1.5rem}.trust-bar__inner{max-width:64rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.trust-bar__item{text-align:center}.trust-bar__value{font-size:1.75rem;font-weight:800;color:var(--color-purple-600);line-height:1}.trust-bar__label{font-size:.8rem;color:var(--color-gray-500);margin-top:.25rem;font-weight:500}.section-header{text-align:center;max-width:42rem}.section-header__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-purple-500);margin-bottom:1rem}.section-header__title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.section-header__desc{font-size:1.05rem;color:var(--color-gray-500);line-height:1.75}.features{padding:5rem 1.5rem}.features__inner{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}.bento{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}.bento-card{position:relative;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);padding:1.75rem;overflow:hidden;transition:all .3s ease}.bento-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-xl);padding:1px;background:linear-gradient(135deg,transparent,transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .3s ease;pointer-events:none}.bento-card:hover:before{background:linear-gradient(135deg,var(--color-purple-500),var(--color-blue-500))}.bento-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.bento-card__icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.bento-card__icon svg{width:22px;height:22px}.bento-card__icon--purple{background:#8b5cf61a;color:var(--color-purple-500)}.bento-card__icon--blue{background:#3b82f61a;color:var(--color-blue-500)}.bento-card__icon--pink{background:#ec48991a;color:var(--color-pink-500)}.bento-card__icon--green{background:#22c55e1a;color:var(--color-green-500)}.bento-card__icon--orange{background:#f973161a;color:var(--color-orange-500)}.bento-card__icon--cyan{background:#06b6d41a;color:var(--color-cyan-500)}.bento-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.bento-card__desc{font-size:.875rem;color:var(--color-gray-500);line-height:1.75}.bento-card__visual{margin-top:1.25rem}.bento-visual-bars{display:flex;align-items:flex-end;gap:4px;height:48px}.bento-visual-bars__bar{flex:1;border-radius:3px 3px 0 0;transform-origin:bottom;transform:scaleY(0);transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.is-visible .bento-visual-bars__bar{transform:scaleY(1)}.bento-visual-bars__bar:nth-child(1){height:60%;background:var(--color-purple-500);transition-delay:.1s}.bento-visual-bars__bar:nth-child(2){height:80%;background:var(--color-blue-500);transition-delay:.2s}.bento-visual-bars__bar:nth-child(3){height:45%;background:#8b5cf64d;transition-delay:.3s}.bento-visual-bars__bar:nth-child(4){height:95%;background:var(--color-purple-500);transition-delay:.4s}.bento-visual-bars__bar:nth-child(5){height:70%;background:var(--color-blue-500);transition-delay:.5s}.bento-visual-bars__bar:nth-child(6){height:55%;background:#8b5cf64d;transition-delay:.6s}.bento-visual-rings{display:flex;align-items:center;justify-content:center;height:48px}.bento-visual-rings__ring{position:absolute;border-radius:50%;border:2px solid var(--color-pink-500);opacity:.3}.bento-visual-rings__ring:nth-child(1){width:48px;height:48px}.bento-visual-rings__ring:nth-child(2){width:32px;height:32px;opacity:.5}.bento-visual-rings__ring:nth-child(3){width:16px;height:16px;opacity:.8;background:var(--color-pink-500)}.is-visible .bento-visual-rings__ring{animation:ring-pulse 2s ease-in-out infinite}.is-visible .bento-visual-rings__ring:nth-child(2){animation-delay:.3s}.is-visible .bento-visual-rings__ring:nth-child(3){animation-delay:.6s}.showcase{padding:5rem 1.5rem;background:var(--color-gray-50);overflow:hidden}.showcase__inner{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.showcase__demo{width:100%;max-width:56rem;display:grid;grid-template-columns:1fr;gap:0;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.stream-mockup{position:relative;background:var(--color-gray-900);border-radius:0;aspect-ratio:16 / 9;overflow:hidden}.stream-mockup__bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.stream-mockup__live{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.4rem;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:var(--radius-md);letter-spacing:.05em}.stream-mockup__live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse-glow 1.5s ease-in-out infinite}.stream-mockup__viewers{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.3rem;color:#fffc;font-size:.65rem}.stream-mockup__viewers svg{width:12px;height:12px}.stream-mockup__content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.stream-mockup__avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--color-purple-500),var(--color-blue-500));opacity:.3}.stream-mockup__banner{position:absolute;bottom:2%;left:2%;width:33.3%;aspect-ratio:640 / 180;background:linear-gradient(135deg,var(--color-purple-600),var(--color-blue-600));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;padding:.4rem .6rem;opacity:0;transform:translateY(10px)}.is-visible .stream-mockup__banner{animation:banner-in .5s ease forwards;animation-delay:2.4s}.stream-mockup__banner-text{color:#fff;font-size:.55rem;font-weight:600;text-align:center;line-height:1.3}.stream-chat{background:#18181b;display:flex;flex-direction:column;min-height:200px}.stream-chat__header{display:flex;align-items:center;gap:.4rem;padding:.6rem .75rem;background:#0e0e10;color:#fffc;font-size:.75rem;font-weight:600;border-bottom:1px solid rgba(255,255,255,.08)}.stream-chat__header svg{opacity:.6}.stream-chat__messages{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:0;padding:.75rem}.stream-chat__msg{font-size:.8rem;line-height:1.4;opacity:0;max-height:0;overflow:hidden}.is-visible .stream-chat__msg{animation:chat-msg-in .4s ease forwards}.is-visible .stream-chat__msg--bot{animation-name:chat-bot-msg-in}.is-visible .stream-chat__msg:nth-child(1){animation-delay:.3s}.is-visible .stream-chat__msg:nth-child(2){animation-delay:1s}.is-visible .stream-chat__msg:nth-child(3){animation-delay:1.7s}.is-visible .stream-chat__msg:nth-child(4){animation-delay:2.4s}.stream-chat__user{font-weight:700;margin-right:.35rem}.stream-chat__user--green{color:#22c55e}.stream-chat__user--blue{color:#3b82f6}.stream-chat__user--pink{color:#ec4899}.stream-chat__user--bot{color:#a78bfa}.stream-chat__text{color:#ffffffd9}.stream-chat__msg--bot{background:#8b5cf626;border:1px solid transparent;border-radius:var(--radius-md);padding:0 .6rem}.stream-chat__msg--bot .stream-chat__text{color:#c4b5fd}.showcase__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:36rem}.showcase__stat{text-align:center;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:var(--radius-lg);padding:1.25rem 1rem;box-shadow:var(--shadow-sm)}.showcase__stat-value{font-size:1.5rem;font-weight:800;color:var(--color-purple-600)}.showcase__stat-label{font-size:.75rem;color:var(--color-gray-500);margin-top:.25rem}.timeline{padding:5rem 1.5rem}.timeline__inner{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}.timeline__steps{position:relative;width:100%}.timeline__line{position:absolute;left:24px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--color-purple-500),var(--color-blue-500));opacity:.2}.timeline__step{position:relative;display:flex;gap:1.5rem;padding-bottom:3rem;padding-left:0}.timeline__step:last-child{padding-bottom:0}.timeline__node{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--color-gray-100);border:2px solid var(--color-gray-200);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--color-gray-400);transition:all .5s ease;z-index:1}.timeline__step.is-visible .timeline__node{background:var(--color-purple-600);border-color:var(--color-purple-600);color:var(--color-white);box-shadow:0 0 0 4px #8b5cf633}.timeline__card{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);flex:1}.timeline__card-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);background:#8b5cf61a;color:var(--color-purple-500);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.timeline__card-icon svg{width:20px;height:20px}.timeline__card-label{font-size:.7rem;font-weight:700;color:var(--color-purple-500);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem}.timeline__card-title{font-size:1.1rem;font-weight:600;margin-bottom:.375rem}.timeline__card-desc{font-size:.875rem;color:var(--color-gray-500);line-height:1.75}.metrics{position:relative;background:var(--color-gray-900);padding:5rem 1.5rem;color:var(--color-white);overflow:hidden}.metrics:before{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.metrics__inner{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem;position:relative}.metrics .section-header__label{color:#8b5cf6cc}.metrics .section-header__title{color:var(--color-white)}.metrics .section-header__desc{color:var(--color-gray-400)}.metrics__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.metrics__item{text-align:center}.metrics__value{font-size:2.5rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--color-purple-500),var(--color-blue-500));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.metrics__label{font-size:.875rem;color:var(--color-gray-400);margin-top:.5rem}.pricing{padding:5rem 1.5rem}.pricing__inner{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.pricing__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%}.pricing-card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);padding:2rem;position:relative;overflow:hidden;transition:all .3s ease}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.pricing-card--purple{border-top:3px solid var(--color-purple-500)}.pricing-card--blue{border-top:3px solid var(--color-blue-500)}.pricing-card__icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.pricing-card__icon--purple{background:#8b5cf61a;color:var(--color-purple-500)}.pricing-card__icon--blue{background:#3b82f61a;color:var(--color-blue-500)}.pricing-card__icon svg{width:22px;height:22px}.pricing-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing-card__desc{font-size:.875rem;color:var(--color-gray-500);line-height:1.75;margin-bottom:1rem}.pricing-card__best{display:inline-flex;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;margin-bottom:1rem}.pricing-card--purple .pricing-card__best{background:#8b5cf61a;color:var(--color-purple-600)}.pricing-card--blue .pricing-card__best{background:#3b82f61a;color:var(--color-blue-600)}.pricing-card__benefits{list-style:none;display:flex;flex-direction:column;gap:.5rem}.pricing-card__benefit{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-gray-600)}.pricing-card__benefit svg{width:16px;height:16px;flex-shrink:0}.pricing-card--purple .pricing-card__benefit svg{color:var(--color-purple-500)}.pricing-card--blue .pricing-card__benefit svg{color:var(--color-blue-500)}.pricing__cta{text-align:center}.segments{padding:5rem 1.5rem;background:var(--color-gray-50)}.segments__inner{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.segments__groups{display:grid;grid-template-columns:1fr;gap:2.5rem;width:100%}.segments__group-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--color-gray-700)}.segments__tags{display:flex;flex-wrap:wrap;gap:.5rem}.segment-tag{display:inline-flex;padding:.4rem .9rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;opacity:0;animation:tag-fade .5s ease forwards;animation-play-state:paused}.is-visible .segment-tag{animation-play-state:running}.segment-tag--channel{background:#8b5cf614;color:var(--color-purple-600);border:1px solid rgba(139,92,246,.15)}.segment-tag--advertiser{background:#3b82f614;color:var(--color-blue-600);border:1px solid rgba(59,130,246,.15)}.faq{padding:5rem 1.5rem}.faq__inner{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.faq__list{width:100%;display:flex;flex-direction:column;gap:.75rem}.faq__item{border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s}.faq__item.is-open{border-color:var(--color-purple-500)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--color-white);border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--color-gray-900);text-align:left;font-family:inherit}.faq__question:hover{background:var(--color-gray-50)}.faq__chevron{width:20px;height:20px;flex-shrink:0;color:var(--color-gray-400);transition:transform .3s ease}.faq__item.is-open .faq__chevron{transform:rotate(180deg);color:var(--color-purple-500)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__answer-inner{padding:0 1.25rem 1.25rem;font-size:.875rem;color:var(--color-gray-500);line-height:1.8}.cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2,#667eea);background-size:200% 200%;animation:gradient-shift 8s ease infinite;padding:5rem 1.5rem;color:var(--color-white);text-align:center}.cta__inner{max-width:48rem;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta__title{font-size:1.5rem;font-weight:700;line-height:1.2}.cta__desc{font-size:1.05rem;opacity:.85;max-width:36rem;line-height:1.75}.cta__buttons{display:flex;gap:1rem;flex-direction:column;padding-top:.5rem}.cta__trust{font-size:.8rem;opacity:.7}.footer{background:var(--color-gray-900);color:var(--color-gray-400);padding-top:3rem;margin-top:auto}.footer__inner{max-width:64rem;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer__brand-desc{font-size:.875rem;line-height:1.75}.footer__heading{font-weight:600;color:var(--color-gray-200);font-size:.875rem;margin-bottom:.75rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:var(--color-gray-400);transition:color .2s}.footer__link:hover{color:var(--color-white)}.footer__separator{border:none;border-top:1px solid var(--color-gray-700);margin:2rem 0}.footer__copyright{text-align:center;padding-bottom:2rem;font-size:.875rem}.legal{padding:4rem 1.5rem}.legal__inner{max-width:56rem;margin:0 auto}.legal__title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.legal__updated{color:var(--color-gray-500);margin-bottom:2rem}.legal__intro{font-size:1.125rem;color:var(--color-gray-500);line-height:1.75;margin-bottom:2rem}.legal__section{margin-bottom:2rem}.legal__section-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.legal__section-body{color:var(--color-gray-500);line-height:1.75;white-space:pre-line}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}.stream-chat__msg{opacity:1;max-height:none}.stream-chat__msg--bot{padding:.4rem .6rem;border-color:#8b5cf640}.stream-mockup__banner{opacity:1;transform:none}html{scroll-behavior:auto}}@media(min-width:640px){.hero__cta,.cta__buttons{flex-direction:row}.trust-bar__inner{grid-template-columns:repeat(4,1fr)}.bento{grid-template-columns:repeat(2,1fr)}.bento-card--wide{grid-column:span 2}.pricing__grid,.segments__groups{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.navbar{padding:1rem 2rem}.hero{padding:9rem 2rem 7rem}.hero__content{text-align:left}.hero__badge{align-self:flex-start}.hero__title{font-size:3.25rem}.hero__description{font-size:1.15rem}.hero__inner{grid-template-columns:1fr 1fr;gap:3rem}.hero__mockup{display:block}.features{padding:7rem 2rem}.section-header__title{font-size:2.25rem}.showcase{padding:7rem 2rem}.showcase__demo{grid-template-columns:1fr 280px}.timeline,.metrics{padding:7rem 2rem}.metrics__grid{grid-template-columns:repeat(4,1fr)}.metrics__value{font-size:3rem}.pricing,.segments,.faq,.cta{padding:7rem 2rem}.cta__title{font-size:2.25rem}.footer__grid{grid-template-columns:repeat(3,1fr);gap:3rem}.legal{padding:6rem 2rem}.legal__title{font-size:2.25rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}.bento{grid-template-columns:repeat(3,1fr)}.bento-card--wide{grid-column:span 2}.timeline__line{left:50%;transform:translate(-50%)}.timeline__steps{padding:0}.timeline__step{width:50%;padding-bottom:3rem}.timeline__step:nth-child(odd){margin-left:0;padding-right:3rem;flex-direction:row-reverse;text-align:right}.timeline__step:nth-child(odd) .timeline__node{position:absolute;right:-24px}.timeline__step:nth-child(2n){margin-left:50%;padding-left:3rem}.timeline__step:nth-child(2n) .timeline__node{position:absolute;left:-24px}}
