.audience-selector{align-items:center;display:flex;flex-direction:column;gap:16px}.audience-toggle-group{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:8px;padding:6px;position:relative}.audience-btn{align-items:center;background:#0000;border:none;border-radius:12px;color:#ffffffb3;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:10px;padding:14px 24px;position:relative;transition:all .3s ease;z-index:1}.audience-btn:hover{color:#ffffffe6}.audience-btn.active{color:#fff}.audience-selector .btn-icon-wrapper{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.audience-btn.active .btn-icon-wrapper{background:var(--accent-color);box-shadow:0 4px 15px #6366f14d}.audience-selector .btn-icon{font-size:14px}.audience-selector .btn-label{white-space:nowrap}.audience-selector .btn-arrow{font-size:12px;opacity:0;transform:translateX(-10px);transition:all .3s ease}.audience-btn.active .btn-arrow{opacity:1;transform:translateX(0)}.audience-btn.animating .btn-icon-wrapper{animation:iconPop .3s ease}@keyframes iconPop{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.audience-selector .toggle-indicator{background:#ffffff1a;border-radius:12px;bottom:6px;left:6px;position:absolute;top:6px;transform:translateX(calc(var(--position)*(100% + 8px)));transition:transform .3s cubic-bezier(.4,0,.2,1);width:calc((100% - 12px - (var(--total) - 1)*8px)/var(--total));z-index:0}.audience-selector .audience-description{color:#fff9;font-size:.95rem;margin:0;min-height:24px;text-align:center;transition:opacity .3s ease}.audience-selector.compact .audience-toggle-group{gap:4px;padding:4px}.audience-selector.compact .audience-btn{gap:8px;padding:10px 16px}.audience-selector.compact .btn-icon-wrapper{height:28px;width:28px}.audience-selector.compact .btn-icon{font-size:12px}.audience-selector.compact .btn-label{font-size:.9rem}.audience-selector-inline{align-items:center;display:flex;gap:8px}.audience-selector-inline .inline-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#fff9;cursor:pointer;display:flex;font-size:.85rem;gap:6px;padding:6px 10px;transition:all .2s ease}.audience-selector-inline .inline-btn:hover{background:#ffffff0d;color:#ffffffe6}.audience-selector-inline .inline-btn.active{color:#6366f1}.audience-selector-inline .inline-divider{color:#ffffff4d}@media (max-width:600px){.audience-selector .audience-toggle-group{flex-direction:column;width:100%}.audience-selector .audience-btn{justify-content:center;width:100%}.audience-selector .toggle-indicator{height:calc((100% - 12px - (var(--total) - 1)*8px)/var(--total));transform:translateY(calc(var(--position)*(100% + 8px)));width:calc(100% - 12px)}.audience-selector.compact .audience-toggle-group{flex-direction:row;width:auto}.audience-selector.compact .audience-btn{width:auto}.audience-selector.compact .toggle-indicator{height:auto;transform:translateX(calc(var(--position)*(100% + 4px)));width:calc((100% - 8px - (var(--total) - 1)*4px)/var(--total))}}.code-showcase{perspective:1000px}.code-showcase,.code-showcase .code-showcase-inner{box-sizing:border-box;min-width:0;overflow:hidden;width:100%}.code-showcase .code-showcase-inner{transform:rotateY(-8deg) rotateX(4deg);transition:transform .5s ease}.code-showcase:hover .code-showcase-inner{transform:rotateY(-3deg) rotateX(2deg)}.code-showcase .code-window{background:linear-gradient(180deg,#2d2d3a,#1a1a24);border:1px solid #ffffff14;border-radius:12px;box-shadow:0 30px 60px #00000080,inset 0 0 0 1px #ffffff08,inset 0 1px 0 #ffffff0d;box-sizing:border-box;max-width:100%;overflow:hidden;width:100%}.code-showcase .code-window-header{align-items:center;background:#0006;border-bottom:1px solid #ffffff0f;display:flex;gap:12px;padding:12px 16px}.code-showcase .window-controls{display:flex;gap:8px}.code-showcase .control-dot{border-radius:50%;height:12px;width:12px}.code-showcase .control-dot.close{background:#ff5f56}.code-showcase .control-dot.minimize{background:#ffbd2e}.code-showcase .control-dot.expand{background:#27c93f}.code-showcase .window-title{align-items:center;display:flex;flex:1 1;gap:10px}.code-showcase .file-name{color:#e2e8f0;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;font-weight:600}.code-showcase .file-badge{background:#6366f133;border:1px solid #6366f14d;border-radius:4px;color:#a5b4fc;font-size:.7rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.code-showcase .copy-button{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;color:#ffffff80;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.code-showcase .copy-button:hover{background:#6366f133;border-color:#6366f166;color:#a5b4fc}.code-showcase .copy-button.copied{background:#22c55e33;border-color:#22c55e66;color:#22c55e}.code-showcase .see-more-link{align-items:center;border-radius:4px;color:#ffffff73;display:inline-flex;font-size:.7rem;font-weight:600;gap:5px;padding:4px 10px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.code-showcase .see-more-link:hover{background:#6366f11f;color:#a5b4fc}.code-showcase .see-more-link svg{font-size:.6rem}.code-showcase .code-content{background:linear-gradient(180deg,#0003,#0000);box-sizing:border-box;max-height:260px;min-height:200px;overflow-x:auto;overflow-y:auto;padding:20px;text-align:left;width:100%}.code-showcase .code-content pre{font-family:SF Mono,Fira Code,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.7;margin:0}.code-showcase .code-content code{color:#e2e8f0;white-space:pre}.code-showcase .code-content::-webkit-scrollbar{width:6px}.code-showcase .code-content::-webkit-scrollbar-track{background:#0000}.code-showcase .code-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.code-showcase .code-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}.code-showcase .code-nav{background:#0000004d;border-top:1px solid #ffffff0d;gap:16px;padding:12px 16px}.code-showcase .code-nav,.code-showcase .nav-arrow{align-items:center;display:flex;justify-content:center}.code-showcase .nav-arrow{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;color:#ffffff80;cursor:pointer;font-size:.75rem;height:28px;transition:all .2s ease;width:28px}.code-showcase .nav-arrow:hover{background:#6366f133;border-color:#6366f166;color:#a5b4fc}.code-showcase .nav-dots{display:flex;gap:8px}.code-showcase .nav-dot{background:#fff3;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease;width:8px}.code-showcase .nav-dot:hover{background:#fff6}.code-showcase .nav-dot.active{background:#6366f1;transform:scale(1.25)}.code-showcase .sdk-platforms{margin-top:16px;text-align:center}.code-showcase .sdk-platforms-title{color:#ffffff80;font-size:.8125rem;font-weight:600;letter-spacing:.3px;margin:0 0 10px}.code-showcase .sdk-platform-links{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;max-width:100%;overflow:hidden}.code-showcase .sdk-link{background:#ffffff05;border:1px solid #ffffff0f;border-radius:100px;color:#ffffff8c;font-size:.75rem;font-weight:500;padding:4px 12px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.code-showcase .sdk-link:hover{background:#6366f114;border-color:#6366f14d;color:#a5b4fc}@media (max-width:960px){.code-showcase{max-width:100%;overflow:hidden}.code-showcase .code-showcase-inner,.code-showcase:hover .code-showcase-inner{transform:none}.code-showcase .code-content{max-height:220px;min-height:160px;padding:14px}.code-showcase .code-content pre{font-size:.7rem}.code-showcase .file-badge,.code-showcase .see-more-link{display:none}.code-showcase .sdk-platforms{margin-top:12px}.code-showcase .sdk-link{font-size:.6875rem;padding:3px 8px}}@media (max-width:600px){.code-showcase .code-window-header{gap:8px;padding:10px 12px}.code-showcase .code-content{max-height:180px;min-height:140px;padding:12px}.code-showcase .code-content pre{font-size:.65rem}.code-showcase .copy-button{height:28px;width:28px}.code-showcase .sdk-link{font-size:.625rem;padding:2px 6px}}@media (prefers-reduced-motion:reduce){.code-showcase .code-showcase-inner{transform:none;transition:none}.code-showcase:hover .code-showcase-inner{transform:none}}.hero-section{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:auto;overflow:hidden;padding:18px 40px 80px;position:relative;transition:opacity .3s ease,transform .3s ease}.hero-section.hero-fading{opacity:0;transform:translateY(6px)}.auto-switch-indicator{background:#ffffff14;border-radius:3px;height:3px;margin-top:8px;max-width:200px;overflow:hidden}.auto-switch-bar{animation:switchProgress 12s linear forwards;background:linear-gradient(90deg,#10b981,#06b6d4);border-radius:3px;height:100%}.auto-switch-bar.paused{animation-play-state:paused}@keyframes switchProgress{0%{width:0}to{width:100%}}.hero-mode-dots{display:flex;gap:8px;margin-bottom:16px}.mode-dot{background:#0000;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s;width:10px}.mode-dot.active{background:#10b981;border-color:#10b981;box-shadow:0 0 8px #10b98166}.mode-dot:hover:not(.active){border-color:#fff9}.hero-bg-effects{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.gradient-orb{background-blend-mode:screen;border-radius:50%;opacity:.08;position:absolute}.orb-1{background:radial-gradient(circle,#10b981 0,#0000 70%);height:600px;left:-200px;top:-200px;width:600px}.orb-2{background:radial-gradient(circle,#8b5cf6 0,#0000 70%);bottom:-150px;height:500px;right:-150px;width:500px}.orb-3{background:radial-gradient(circle,#3b82f6 0,#0000 70%);height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}.grid-pattern{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:60px 60px;inset:0;position:absolute}.hero-content{position:relative;z-index:1}.hero-audience-row{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;margin-bottom:24px}@media (max-width:600px){.hero-audience-row{flex-wrap:wrap}.hero-pricing-teaser{flex-direction:column}.hero-pricing-teaser-head{justify-content:center}.hero-pricing-teaser-copy{max-width:320px}.hero-pricing-teaser-stats{grid-template-columns:1fr}}.hero-badge{display:inline-block;margin-bottom:24px}.hero-badge span{background:#10b9811a;border:1px solid #10b98133;border-radius:999px;color:#10b981;font-size:13px;font-weight:600;gap:8px;padding:6px 16px}.hero-badge span,.hero-savings-badge{align-items:center;display:inline-flex}.hero-savings-badge{animation:savings-glow 3s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b26,#f973161a);border:1px solid #f59e0b4d;border-radius:999px;color:#fbbf24;font-size:12.5px;font-weight:700;gap:6px;letter-spacing:.01em;padding:5px 14px;white-space:nowrap}.hero-savings-badge .savings-icon{font-size:13px}@keyframes savings-glow{0%,to{opacity:1}50%{opacity:.85}}.hero-headline{font-size:clamp(30px,4vw,48px);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px}.hero-headline.hero-headline-compact{font-size:clamp(28px,3.5vw,42px);line-height:1.05}.headline-main{color:#fff;display:block}.headline-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;background-clip:text;display:block}.headline-gradient-purple{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;background-clip:text}.hero-description{color:#9898a8;font-size:18px;line-height:1.7;margin:0 0 12px;max-width:520px}.hero-language-hook{align-items:center;color:#06b6d4;display:inline-flex;font-size:14px;gap:8px;margin:0 0 24px}.hero-language-hook .hook-icon{font-size:18px}.hero-dev-hook{align-items:center;background:#06b6d40f;border-left:3px solid #06b6d466;border-radius:0 8px 8px 0;color:#06b6d4;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin:0 0 24px;padding:8px 16px}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.hero-pill{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;color:#f0f0f5;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:background .2s}.hero-pill:hover{background:#ffffff1a}.hero-pill-link{color:#f0f0f5;text-decoration:none}.hero-pill-link:focus-visible{outline:2px solid #10b98173;outline-offset:2px}.pill-icon{font-size:14px}.hero-section .feature-pill{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;color:#fffc;display:inline-flex;font-size:.9rem;gap:8px;padding:10px 18px}.hero-section .feature-pill svg{color:#10b981}.hero-section .hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:36px}.hero-no-code-links{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:10px;justify-content:center;margin:16px 0 0}.hero-no-code-label{color:#ffffff8f;font-weight:600;letter-spacing:.01em}.hero-no-code-btns{display:flex;flex-wrap:wrap;gap:8px}.hero-no-code-link-btn{align-items:center;background:#6366f11a;border:1px solid #818cf847;border-radius:999px;color:#c7d2fe;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;line-height:1;padding:6px 10px;text-decoration:none;transition:all .2s ease}.hero-no-code-link-btn:hover{background:#6366f133;border-color:#818cf88c;color:#e0e7ff;transform:translateY(-1px)}.hero-pricing-teaser{align-items:stretch;background:linear-gradient(135deg,#f59e0b29,#10b9811f);border:1px solid #f59e0b47;border-radius:16px;box-shadow:0 16px 34px #0000003d;display:flex;flex-direction:column;gap:8px;margin:12px 0 0;padding:11px 13px}.hero-pricing-teaser.is-consumer{background:linear-gradient(135deg,#3b82f624,#10b9811f);border-color:#3b82f63d}.hero-pricing-teaser.is-developer{background:linear-gradient(135deg,#f59e0b2e,#f973161f 46%,#10b9811a);border-color:#f59e0b4d}.hero-pricing-teaser-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.hero-pricing-teaser-badge{align-items:center;background:#0f172a75;border:1px solid #ffffff14;border-radius:999px;color:#fcd34d;display:inline-flex;font-size:10px;font-weight:800;justify-content:center;letter-spacing:.04em;padding:4px 9px;text-transform:uppercase}.hero-pricing-teaser-copy{display:flex;flex-direction:column;gap:6px}.hero-pricing-teaser-headline-row{align-items:flex-start;color:#f8fafc;display:flex;gap:8px}.hero-pricing-teaser-headline-row svg{color:#fbbf24;margin-top:2px}.hero-pricing-teaser-headline{color:#f8fafc;font-size:12px;font-weight:800;line-height:1.35}.hero-pricing-teaser-detail{color:#ffffffb3;font-size:11px;line-height:1.4}.hero-pricing-teaser-link{align-items:center;background:#0f172a6b;border:1px solid #f59e0b57;border-radius:999px;color:#fde68a;display:inline-flex;font-size:11px;font-weight:700;gap:6px;justify-content:center;line-height:1;padding:7px 11px;text-decoration:none;transition:all .2s ease}.hero-pricing-teaser-link:hover{background:#0f172a8f;border-color:#fbbf248c;color:#fef3c7;transform:translateY(-1px)}.hero-pricing-teaser-link:focus-visible{outline:2px solid #fbbf2473;outline-offset:2px}.hero-pricing-teaser-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-pricing-teaser-stat{background:#0f172a75;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;gap:3px;padding:8px 10px;text-align:center}.hero-pricing-teaser-stat-value{color:#f8fafc;font-size:14px;font-weight:800;line-height:1.1}.hero-pricing-teaser-stat-label{color:#ffffff9e;font-size:10px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.btn-hero-primary{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-hero-primary:hover{box-shadow:0 8px 24px #10b9814d;transform:translateY(-2px)}.btn-hero-secondary{align-items:center;background:#ffffff0f;border:1px solid #ffffff26;border-radius:12px;color:#f0f0f5;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:background .2s}.btn-hero-secondary:hover{background:#ffffff1a}.hero-section .btn-lg{font-size:15px;padding:14px 28px}.hero-trust{display:flex;flex-wrap:wrap;gap:32px}.hero-section .trust-item{display:flex;flex-direction:column}.hero-section .trust-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800}.hero-section .trust-label{color:#6a6a7a;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.hero-section .trust-divider{background:#ffffff26;height:40px;width:1px}.hero-visual{display:flex;flex-direction:column;min-height:auto;position:relative;z-index:1}.hero-section .visual-container{min-height:0;position:relative}.widget-cascade{height:540px;position:relative;width:100%}.cascade-card{background:#16161f;border:1px solid #2a2a3a;border-radius:16px;box-shadow:0 20px 60px #0006;cursor:default;padding:18px;position:absolute;transition:transform .4s ease}.cascade-card:hover{transform:scale(1.05)!important;z-index:10}.cc-1{left:0;top:0;transform:rotate(-2deg);width:240px;z-index:2}.cc-2{right:0;top:0;transform:rotate(1.5deg);width:250px;z-index:3}.cc-3{left:30px;top:180px;transform:rotate(1deg);width:250px;z-index:4}.cc-4{right:20px;top:170px;transform:rotate(-1.5deg);width:240px;z-index:5}.cc-5{bottom:0;left:0;transform:rotate(-1deg);width:235px;z-index:1}.cc-6{bottom:10px;right:10px;transform:rotate(2deg);width:245px;z-index:2}.cc-icon{align-items:center;border-radius:10px;color:#fff;display:flex;font-size:16px;height:36px;justify-content:center;margin-bottom:10px;width:36px}.cc-element{color:#6a6a7a;font-family:JetBrains Mono,Fira Code,monospace;font-size:10px;margin-bottom:4px}.cc-title{color:#f0f0f5;font-size:15px;font-weight:700;margin-bottom:6px}.cc-desc{color:#9898a8;font-size:11px;line-height:1.4}.cc-badge{border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.3px;padding:2px 6px;position:absolute;right:12px;text-transform:uppercase;top:12px}.hero-feature-highlights{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.feature-highlight{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;color:#e0e0ea;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:8px 16px;transition:background .2s}.feature-highlight:hover{background:#ffffff1a}.feature-highlight svg{font-size:14px}.feature-highlight-link{color:#e0e0ea;text-decoration:none}.feature-highlight-link:focus-visible{outline:2px solid #10b98173;outline-offset:2px}.consumer-visual{min-height:0;position:relative;width:100%}.meeting-preview{background:#16161f;border:1px solid #2a2a3a;border-radius:16px;box-shadow:0 20px 60px #00000080;overflow:hidden}.meeting-header{align-items:center;background:#1e1e2a;border-bottom:1px solid #2a2a3a;display:flex;gap:6px;padding:12px 16px}.meeting-dot{border-radius:50%;height:10px;width:10px}.meeting-dot.red{background:#ef4444}.meeting-dot.yellow{background:#f59e0b}.meeting-dot.green{background:#10b981}.meeting-title{color:#9898a8;font-size:12px;font-weight:500;margin-left:10px}.meeting-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;padding:12px}.participant{background:#1a1a28;border:1px solid #2a2a3a;border-radius:12px;flex-direction:column;gap:8px;padding:24px 16px}.p-avatar,.participant{align-items:center;display:flex}.p-avatar{border-radius:50%;color:#fff;font-size:18px;height:48px;justify-content:center;width:48px}.p-name{color:#9898a8;font-size:11px;font-weight:500}.meeting-toolbar{background:#1e1e2a;border-top:1px solid #2a2a3a;gap:12px;padding:12px 16px}.meeting-toolbar,.toolbar-btn{display:flex;justify-content:center}.toolbar-btn{align-items:center;background:#ffffff14;border-radius:50%;color:#e0e0ea;cursor:pointer;font-size:13px;height:36px;transition:background .2s;width:36px}.toolbar-btn:hover{background:#ffffff26}.toolbar-btn.end{background:#ef4444;color:#fff;transform:rotate(135deg)}.floating-card{align-items:center;animation:floatCard 3s ease-in-out infinite;background:#16161f;border:1px solid #2a2a3a;border-radius:12px;box-shadow:0 8px 24px #0000004d;display:flex;gap:10px;padding:10px 14px;position:absolute}.floating-card .fc-icon{font-size:18px}.fc-title{color:#f0f0f5;font-size:12px;font-weight:700}.fc-desc{color:#9898a8;font-size:10px}.fc-1{animation-delay:0s;right:-10px;top:10px}.fc-2{animation-delay:1.5s;bottom:60px;left:-10px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.consumer-visual-alt{min-height:0;position:relative}.visual-alt-frame{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .6s ease;width:100%}.visual-alt-frame.visible{opacity:1;pointer-events:auto;position:relative}.reel-video{border-radius:0 0 16px 16px;display:block;width:100%}.dash-box{background:#16161f;border:1px solid #2a2a3a;border-radius:16px;box-shadow:0 20px 60px #00000080;overflow:hidden}.dash-bar{align-items:center;background:#1e1e2a;border-bottom:1px solid #2a2a3a;display:flex;gap:6px;padding:12px 16px}.dash-bar-title{color:#9898a8;font-size:12px;font-weight:500;margin-left:10px}.dash-content{padding:16px}.dash-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;margin-bottom:14px}.stat-card{background:#1a1a28;border:1px solid #2a2a3a;border-radius:12px;padding:16px 12px;text-align:center}.stat-icon{font-size:20px;margin-bottom:6px}.stat-val{font-size:22px;font-weight:800;margin-bottom:2px}.stat-label{color:#6a6a7a;font-size:10px;letter-spacing:.4px;text-transform:uppercase}.dash-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:14px}.quick-action{align-items:center;background:#1a1a28;border:1px solid #2a2a3a;border-radius:10px;color:#e0e0ea;display:flex;font-size:12px;font-weight:500;gap:8px;padding:10px 12px}.quick-action svg{flex-shrink:0;font-size:14px}.dash-sidebar{display:flex;flex-wrap:wrap;gap:6px}.side-tab{background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;color:#9898a8;font-size:11px;font-weight:500;padding:6px 12px}.side-tab.active{background:#10b9811a;border-color:#10b98140;color:#10b981}.hero-downloads{margin-top:14px;text-align:center}.hero-section .downloads-label{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:8px;justify-content:center;margin-bottom:16px}.hero-section .downloads-label svg{color:#10b981}.hero-section .hero-download-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.hero-section .hero-download-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;padding:12px 20px;text-decoration:none;transition:all .2s ease}.hero-section .hero-download-btn:hover{background:#10b98126;border-color:#10b98166;transform:translateY(-2px)}.hero-section .hero-download-btn svg{color:#6ee7b7;font-size:1.1rem}.hero-section .hero-download-btn.coming-soon{cursor:not-allowed;opacity:.5}.hero-section .hero-download-btn.coming-soon:hover{background:#ffffff0d;border-color:#ffffff26;transform:none}@media (max-width:960px){.hero-section{gap:48px;grid-template-columns:1fr;min-height:auto;padding:28px 24px 60px;text-align:center}.hero-description{margin-left:auto;margin-right:auto;max-width:100%}.hero-feature-highlights,.hero-mode-dots,.hero-pills{justify-content:center}.auto-switch-indicator{margin-left:auto;margin-right:auto}.hero-section .hero-ctas{flex-wrap:wrap;justify-content:center}.hero-no-code-btns,.hero-no-code-links,.hero-pricing-teaser,.hero-trust{justify-content:center}.hero-visual{margin:0 auto;max-width:min(500px,100%);min-height:auto;order:-1;overflow:hidden;width:100%}.widget-cascade{height:460px}.cascade-card{padding:14px}.cc-1{width:200px}.cc-2,.cc-3{width:210px}.cc-4{width:200px}.cc-5{width:195px}.cc-6{width:205px}.hero-language-hook{justify-content:center}.consumer-visual,.consumer-visual-alt{min-height:340px}.floating-card{display:none}.dash-stats{gap:8px;grid-template-columns:1fr 1fr 1fr}.dash-actions{gap:6px;grid-template-columns:1fr 1fr}}@media (max-width:600px){.hero-section{gap:32px;padding:16px 16px 40px}.hero-section .hero-ctas{flex-direction:column}.hero-no-code-links{margin-top:12px}.hero-no-code-link-btn{font-size:11px;padding:6px 9px}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}.hero-section .trust-item{align-items:center}.widget-cascade{height:420px}.cc-1,.cc-2,.cc-3,.cc-4,.cc-5,.cc-6{padding:12px;width:180px!important}.cc-title{font-size:13px}.cc-desc{font-size:10px}.consumer-visual,.consumer-visual-alt{min-height:280px}.meeting-grid{gap:6px;padding:8px}.participant{padding:16px 10px}.p-avatar{font-size:15px;height:40px;width:40px}.dash-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-actions,.dash-stats{gap:6px;margin-bottom:10px}.dash-actions{grid-template-columns:1fr 1fr}.quick-action{font-size:10px;gap:6px;line-height:1.25;padding:8px 9px}.dash-box{border-radius:14px;box-shadow:0 12px 28px #00000052}.dash-bar{padding:10px 12px}.dash-bar-title{font-size:11px;margin-left:8px}.dash-content{padding:10px}.stat-card{border-radius:10px;padding:10px 6px}.stat-icon{font-size:16px;margin-bottom:4px}.stat-val{font-size:16px;margin-bottom:1px}.stat-label{font-size:8px;letter-spacing:.02em;line-height:1.25}.quick-action svg{font-size:12px}.dash-sidebar{flex-wrap:nowrap;gap:4px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.dash-sidebar::-webkit-scrollbar{display:none}.side-tab{flex:0 0 auto;font-size:10px;padding:5px 8px}.consumer-visual{min-height:0}}@media (prefers-reduced-motion:reduce){.gradient-orb{animation:none}.cascade-card{transition:none}.hero-savings-badge{animation:none}}.hero-mini-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#16161fd9;border:1px solid #ffffff1a;border-radius:10px;bottom:20px;gap:8px;padding:6px 10px;position:absolute;right:20px;z-index:5}.hero-mini-nav,.mini-nav-btn{align-items:center;display:flex}.mini-nav-btn{background:#ffffff0f;border:1px solid #ffffff26;border-radius:50%;color:#e0e0ea;cursor:pointer;font-size:11px;height:28px;justify-content:center;padding:0;transition:background .2s,border-color .2s;width:28px}.mini-nav-btn:hover{background:#10b98126;border-color:#10b98166;color:#10b981}.mini-nav-label{color:#9898a8;font-size:11px;font-weight:600;min-width:28px;text-align:center;-webkit-user-select:none;user-select:none}@media (max-width:960px){.hero-mini-nav{bottom:12px;right:12px}}@media (max-width:600px){.hero-mini-nav{bottom:8px;gap:6px;padding:5px 8px;right:8px}.mini-nav-btn{height:26px;width:26px}.mini-nav-btn,.mini-nav-label{font-size:10px}}
/*# sourceMappingURL=8276.4cd6380c.chunk.css.map*/