@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800;900&display=swap";:root{--bg-color:#f8f9fa;--bg-surface:#fff;--bg-surface-hover:#f3f4f6;--bg-glass:#ffffffb3;--border-glass:#0000000d;--primary:#ffe900;--primary-hover:#eed800;--text-primary:#111827;--text-secondary:#6b7280;--text-inverted:#fff;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 4px 10px #00000005;--shadow-md:0 10px 25px #00000008;--shadow-lg:0 20px 40px #0000000a;--shadow-premium:0 30px 60px #0000000a, 0 0 1px #0000000d;--shadow-glass:0 8px 32px #0000000a;--shadow-altcraft:0 40px 80px #0000001a, 0 15px 30px #0000000d;--transition-fast:.15s ease;--transition-normal:.3s ease;--transition-slow:.6s cubic-bezier(.16, 1, .3, 1);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.02em;font-family:Outfit,Inter,sans-serif;font-weight:800;line-height:1.1}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;transition:all var(--transition-fast);border:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.text-gradient{background:linear-gradient(135deg,#111827 0%,#6b7280 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-premium{background:linear-gradient(135deg,#d4af37 0%,#ffe900 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass)}.btn-primary{background-color:var(--text-primary);color:var(--bg-surface);box-shadow:var(--shadow-sm);border-radius:100px;justify-content:center;align-items:center;gap:12px;padding:18px 36px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-md);background-color:#000;transform:translateY(-2px)}.btn-secondary{background-color:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:100px;justify-content:center;align-items:center;gap:12px;padding:18px 36px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-secondary:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}#root{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;width:100%;transition:all var(--transition-normal);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0}.header.scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-glass)}.header-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{align-items:center;gap:12px;display:flex}.logo-icon{background:var(--primary);border-radius:8px;width:32px;height:32px;box-shadow:0 4px 12px #ffe9004d}.logo-text{letter-spacing:-.5px;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:20px;font-weight:800}.desktop-nav{align-items:center;gap:36px;display:none}.nav-link{color:var(--text-secondary);letter-spacing:.2px;font-size:15px;font-weight:500}.nav-link:hover{color:var(--text-primary)}.header-actions{align-items:center;gap:24px;display:none}.login-link{color:var(--text-primary);font-size:15px;font-weight:600}.login-link:hover{color:var(--text-secondary)}.mobile-menu-toggle{color:var(--text-primary);background:0 0;padding:8px;display:flex}.mobile-menu{background:var(--bg-surface);border-bottom:1px solid var(--border-glass);width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:24px;display:flex;position:absolute;top:80px;left:0}.mobile-nav-link{border-bottom:1px solid var(--border-glass);color:var(--text-primary);padding:8px 0;font-size:18px;font-weight:500}.mobile-actions{flex-direction:column;gap:16px;margin-top:16px;display:flex}.w-full{width:100%}@media (width>=768px){.desktop-nav,.header-actions{display:flex}.mobile-menu-toggle{display:none}}.nav-item-dropdown{align-items:center;height:80px;display:flex;position:relative}.mega-menu-wrapper{opacity:0;visibility:hidden;z-index:100;pointer-events:none;width:700px;padding-top:10px;transition:all .2s;position:absolute;top:80px;left:50%;transform:translate(-50%)}.nav-item-dropdown:hover .mega-menu-wrapper{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.mega-menu-panel{-webkit-backdrop-filter:blur(24px);background:radial-gradient(circle at 0 0,#fbbf241a 0%,#0000 60%),linear-gradient(135deg,#0d0d0ff2 0%,#161618f2 100%);border:1px solid #ffffff0d;border-radius:20px;padding:32px;box-shadow:0 40px 64px -12px #0006}.mega-menu-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.mega-menu-item{border-radius:12px;flex-direction:column;padding:16px;text-decoration:none;transition:background .2s;display:flex}.mega-menu-item:hover{background:#ffffff08}.mega-menu-item-title{color:#fff;margin-bottom:4px;font-size:15px;font-weight:700}.mega-menu-item-desc{color:#a1a1aa;font-size:13px;line-height:1.4}.mobile-nav-accordion{border-bottom:1px solid var(--border-glass);flex-direction:column;display:flex}.mobile-nav-accordion-header{color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 0;font-size:18px;font-weight:500;display:flex}.mobile-nav-accordion-content{flex-direction:column;gap:16px;padding:12px 0 16px 12px;display:flex}.mobile-nav-mega-item{flex-direction:column;text-decoration:none;display:flex}.mobile-nav-mega-title{color:#fff;font-size:15px;font-weight:600}.mobile-nav-mega-desc{color:#a1a1aa;margin-top:2px;font-size:12px}.footer-section{color:#fff;background:linear-gradient(135deg,#050505 0%,#161616 100%);margin-top:40px;padding:80px 0 40px;position:relative;overflow:hidden}.footer-grid{grid-template-columns:1fr;gap:48px;margin-bottom:80px;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 2fr 1fr}}.logo-inverse .logo-text{color:#fff}.footer-company-desc{color:#a1a1aa;max-width:280px;margin-top:24px;font-size:1rem;line-height:1.6}.footer-links{flex-direction:column;gap:20px;display:flex}.footer-heading{color:#fff;margin-bottom:8px;font-size:1rem}.footer-links a{color:#a1a1aa;font-size:.9375rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{color:#a1a1aa;border-top:1px solid #ffffff1a;flex-direction:column;gap:16px;padding-top:32px;font-size:.875rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-legal{gap:32px;display:flex}.footer-legal a{transition:color .2s}.footer-legal a:hover{color:#fff}.home-page-wrapper{color:var(--text-primary);background:var(--bg-primary,#fff);font-family:inherit;overflow-x:hidden}.hero{background:#f9fafb;align-items:center;min-height:100vh;padding-top:40px;display:flex;position:relative;overflow:hidden}.hero-atmosphere{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.aura-blob{filter:blur(140px);opacity:.7;border-radius:50%;animation:20s ease-in-out infinite alternate float-aura;position:absolute}.aura-primary{background:#ffdf0026;width:800px;height:800px;top:-20%;right:-15%}@keyframes float-aura{0%{transform:translate(0)scale(1)}to{transform:translate(-20px,30px)scale(1.05)}}@keyframes dash-flow{0%{stroke-dashoffset:26px}to{stroke-dashoffset:0}}@keyframes comet-travel{0%{stroke-dashoffset:800px}to{stroke-dashoffset:0}}.comet-animated{fill:none;stroke:#eab308;stroke-width:2px;stroke-linecap:round;stroke-dasharray:60 740;filter:drop-shadow(0 0 4px #eab308cc);animation:3.5s linear infinite comet-travel}.dash-animated{animation:1.2s linear infinite dash-flow}.hero-container{z-index:10;grid-template-columns:1fr;gap:40px;display:grid;position:relative}@media (width>=1024px){.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px}}@media (width>=1280px){.hero-container{gap:110px}}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-badge{color:var(--text-secondary);border:none;border-radius:8px;align-items:center;gap:12px;margin-bottom:32px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{border:2px solid var(--primary);border-radius:4px;width:12px;height:12px;box-shadow:0 0 8px #ffe90066}.hero-title{letter-spacing:-2px;color:#111827;margin-bottom:24px;font-size:3rem;line-height:1.05}@media (width>=768px){.hero-title{font-size:4.25rem}}.text-yellow-solid{color:#ffd200;font-size:4.15rem}.hero-subtitle{color:#6b7280;max-width:480px;margin-bottom:48px;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.btn-action{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:10px;padding:18px 36px;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-dark{color:#fff;background-color:#111827}.btn-white{color:#111827;background-color:#fff;box-shadow:0 4px 12px #0000000d}.hero-logos-wrapper{-webkit-backdrop-filter:blur(24px);z-index:10;background:linear-gradient(#fff0 0%,#fff 50% 100%);align-items:center;height:90px;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-marquee-container{align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.hero-marquee-track{will-change:transform;align-items:center;gap:80px;padding:0 40px;animation:35s linear infinite heroScrollMarquee;display:flex}.hero-marquee-item{justify-content:center;align-items:center;display:flex}.hero-logo-placeholder{color:var(--text-primary);opacity:.4;filter:grayscale();white-space:nowrap;font-family:inherit;font-size:18px;font-weight:600;transition:opacity .4s}.hero-logo-placeholder:hover{opacity:.8}@keyframes heroScrollMarquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.hero-visual{justify-content:flex-end;align-items:center;width:100%;height:680px;display:flex;position:relative;top:-10px}.abstract-board-wrapper{width:530px;height:640px;position:relative;right:8px}.abstract-board-bg-1{z-index:1;background:linear-gradient(#ffffff8f,#f6f7f5e6);border-radius:120px 32px;width:100%;height:100%;position:absolute;top:30px;left:-30px;box-shadow:0 40px 80px #1118270f,0 16px 30px #11182709}.abstract-board{z-index:3;background:radial-gradient(circle at 52% 44%,#dfe4ea2e 0%,#eff2f61a 24%,#fff0 52%),radial-gradient(circle at 92% 10%,#ffdf5c2e 0%,#ffeca01a 26%,#fff0 58%),linear-gradient(#fbfbfa 0%,#f6f7f5 100%);border-radius:120px 32px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff2,inset 0 0 0 1px #ffffffb8,inset 18px 0 28px #ffffff52,inset -18px -18px 32px #ffffff2e,0 28px 56px #1118270d,0 10px 18px #11182708}.abstract-glow{filter:blur(45px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ffdc0080 0%,#ffe65040 35%,#fff09614 60%,#fff0 80%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:-180px}.board-rings{z-index:1;pointer-events:none;border-radius:120px 32px;position:absolute;inset:0;overflow:hidden}.board-rings .ring{opacity:.35;filter:blur(.2px);border:none;border-radius:50%;position:absolute;box-shadow:0 0 0 1px #ffd64a1c}.board-rings .ring.r1{opacity:.11;width:390px;height:390px;top:-120px;right:-88px}.board-rings .ring.r2{opacity:.09;width:500px;height:500px;top:-150px;right:-120px}.board-rings .ring.r3{opacity:.075;width:610px;height:610px;top:-188px;right:-150px}.board-rings .ring.r4{opacity:.06;width:720px;height:720px;top:-225px;right:-190px}.board-rings .ring.r5{opacity:.045;width:835px;height:835px;top:-270px;right:-225px}.board-svg{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;inset:0}.svg-path-dashed{fill:none;stroke:#64748b26;stroke-width:1.5px;stroke-linecap:round}.board-pill{z-index:30;background:#fffffff5;border:1px solid #ffffffe0;border-radius:18px;align-items:center;gap:14px;padding:12px 22px 12px 12px;display:flex;position:absolute;box-shadow:inset 0 1px #fffffff5,0 10px 18px #11182709,0 26px 42px #1118270a}.pill-circle-icon{background:#f2f3f4;border-radius:999px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.pill-circle-icon.avatar{width:52px;height:52px}.pill-text-large{color:#111827;white-space:nowrap;align-items:center;gap:8px;font-size:18px;font-weight:700;line-height:1;display:flex}.pill-ghost-large{color:#a0a7b1;font-weight:500}.icon-yellow{color:#f4c620}.compound-top{align-items:center;gap:16px;min-height:92px;padding:18px 22px;display:flex;position:relative;overflow:hidden}.compound-text{z-index:2;flex-direction:column;display:flex}.compound-top-slice{z-index:1;pointer-events:none;background:linear-gradient(135deg,#fff0 36%,#f4f6f8b8 36%,#f4f6f847 56%,#fff0 56%);position:absolute;inset:0}.mimoc-lines{z-index:2;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.mimoc-line{background:#d5dae2;border-radius:999px;height:2px}.compound-bottom{background:linear-gradient(#fff9d6c2 0%,#fff6cc73 100%);border-radius:18px;align-items:center;gap:14px;min-height:72px;margin:0 16px 16px;padding:14px 18px;display:flex;box-shadow:inset 0 1px #ffffffa6,0 10px 18px #ffdc5a14}.discount-icon-box{background:linear-gradient(#ffd600 0%,#f1c600 100%);border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:inset 0 1px #ffffff6b,0 8px 18px #ffd2003d}.inner-button-text{color:#111827;font-size:18px;font-weight:800}.p-1{top:40px;left:67px}.p-2{top:150px;left:219px}.p-2.board-pill{padding:10px 18px 10px 10px}.p-3{top:260px;left:49px}.p-3.board-pill{padding:10px 18px 10px 10px}.p-4{top:370px;left:329px}.p-4.board-pill{box-shadow:inset 0 1px #fffffff5,0 12px 20px #1118270a,0 32px 60px #1118270f}.p-5{top:480px;left:34px}.board-pill-compound{z-index:30;background:#fffffff6;border:1px solid #ffffffe0;border-radius:22px;flex-direction:column;min-width:334px;display:flex;position:absolute;box-shadow:inset 0 1px #fffffff5,0 14px 24px #1118270a,0 36px 60px #1118270d}.p-5.board-pill-compound{width:330px}.trust-banner{background:var(--bg-primary);z-index:10;padding:0;position:relative}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.metric-card{background:linear-gradient(145deg,#fff 0%,#f7f9fc 100%);border-radius:24px;flex-direction:column;gap:12px;padding:32px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 40px 80px #0000000a,inset 0 2px 4px #fff,inset 0 -2px 6px #00000005}.metric-card:hover{transform:translateY(-4px);box-shadow:0 40px 80px #00000014,inset 0 2px 4px #fff,inset 0 -2px 6px #00000005}.metric-value{color:var(--text-primary);letter-spacing:-.04em;font-size:42px;font-weight:700;line-height:1}.metric-label{color:var(--text-secondary);font-size:15px;font-weight:500}@media (width<=992px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.metrics-grid{grid-template-columns:1fr}.metric-card{text-align:center;align-items:center}}.product-showcase{background:var(--bg-primary);flex-direction:column;gap:120px;padding:120px 0;display:flex;overflow:hidden}.showcase-placeholder{text-align:center;color:var(--text-secondary);padding:100px 0}.showcase-section{width:100%;position:relative}.showcase-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.showcase-grid.reversed{direction:rtl}.showcase-grid.reversed>*{direction:ltr}.showcase-content h2{letter-spacing:-1.5px;color:var(--text-primary);margin-bottom:24px;font-size:2.75rem;line-height:1.1}.showcase-content p{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.showcase-visual{aspect-ratio:1;background:linear-gradient(145deg,#fff 0%,#f7f9fc 100%);border-radius:40px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000000a,inset 0 2px 4px #fff,inset 0 -2px 6px #00000005}.premium-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);background:#fffc;border:1px solid #fff;border-radius:999px;padding:12px 24px;font-weight:500;box-shadow:0 10px 30px #0000000d}@media (width<=900px){.showcase-grid{grid-template-columns:1fr;gap:60px}.showcase-grid.reversed{direction:ltr}.showcase-content h2{font-size:2rem}.product-showcase{gap:80px;padding:80px 0}}.eb-hero{background:var(--bg-surface);padding:80px 0 100px;position:relative;overflow:hidden}.eb-hero-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.eb-hero-glow{filter:blur(100px);background:radial-gradient(circle,#eab30826 0%,#0000 70%);width:80%;height:80%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.eb-hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}.eb-hero-container{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.eb-hero-content{text-align:center;max-width:800px;margin-bottom:64px}.eb-hero-badge{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.badge-dot{background:#eab308;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #eab30899}.eb-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.text-gradient{background:linear-gradient(135deg,#fde047 0%,#eab308 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.eb-hero-subtitle{color:#ffffffb3;margin-bottom:40px;max-width:600px;margin-inline:auto;font-size:20px;line-height:1.6}.eb-hero-actions{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.eb-btn-primary{color:#fff;cursor:pointer;background:radial-gradient(circle at 0 0,#eab30826 0%,#0000 60%),linear-gradient(135deg,#050505 0%,#161616 100%);border:none;border-radius:999px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px -8px #0000004d}.eb-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px -8px #eab30833}.eb-btn-secondary{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:16px 32px;font-size:16px;font-weight:600;transition:background .2s}.eb-btn-secondary:hover{background:#ffffff1a}.eb-hero-features{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.eb-feature{color:#fff9;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.eb-feature-icon{color:#eab308}.eb-hero-visual{perspective:1000px;width:100%;max-width:1100px}.eb-mockup-window{background:#111113;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 40px 100px -20px #000c,0 0 40px #eab3081a}.eb-mockup-header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.eb-mockup-dots{gap:8px;display:flex}.eb-mockup-dots span{background:#fff3;border-radius:50%;width:12px;height:12px}.eb-mockup-dots span:first-child{background:#ef4444}.eb-mockup-dots span:nth-child(2){background:#eab308}.eb-mockup-dots span:nth-child(3){background:#22c55e}.eb-mockup-tabs{gap:4px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.eb-mockup-tab{color:#ffffff80;cursor:pointer;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500}.eb-mockup-tab.active{color:#fff;background:#ffffff1a}.eb-mockup-actions{gap:12px;display:flex}.eb-mockup-btn{cursor:pointer;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600}.eb-mockup-btn.outline{color:#fffc;border:1px solid #fff3}.eb-mockup-btn.primary{color:#000;background:linear-gradient(135deg,#fde047 0%,#eab308 100%)}.eb-mockup-body{height:600px;display:flex}.eb-mockup-sidebar{background:#ffffff05;border-right:1px solid #ffffff0d;flex-direction:column;width:240px;padding:20px;display:flex}.eb-sidebar-title{text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:16px;font-size:12px;font-weight:700}.eb-blocks-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.eb-block{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;font-size:11px;display:flex}.eb-block.highlight{color:#eab308;background:#eab3081a;border-color:#eab3084d}.eb-block-icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.eb-mockup-canvas{background:#09090b;flex:1;justify-content:center;padding:40px;display:flex;overflow-y:auto}.eb-canvas-email{color:#000;background:#fff;border-radius:12px;flex-direction:column;gap:20px;width:100%;max-width:500px;padding:32px;display:flex;box-shadow:0 20px 40px #00000080}.eb-canvas-title-block{border:2px solid #0000;border-radius:8px;padding:16px;position:relative}.eb-canvas-title-block.is-active{background:#3b82f60d;border-color:#3b82f6}.eb-block-controls{gap:4px;display:flex;position:absolute;top:-24px;right:-2px}.eb-control{color:#fff;cursor:pointer;background:#3b82f6;border-radius:4px;padding:4px 8px;font-size:10px}.eb-control.danger{background:#ef4444}.eb-canvas-title{margin:0;font-size:24px;font-weight:800}.eb-canvas-text-block{color:#444;padding:0 16px;font-size:15px;line-height:1.5}.eb-canvas-products{grid-template-columns:1fr 1fr;gap:16px;padding:0 16px;display:grid}.eb-product{border:1px solid #eee;border-radius:8px;overflow:hidden}.eb-product-img{background:#f4f4f5;height:120px}.eb-product-info{padding:12px}.eb-product-title{font-size:13px;font-weight:500}.eb-product-price{margin-top:4px;font-size:14px;font-weight:700}.eb-product-btn{color:#000;text-align:center;background:#eab308;padding:8px;font-size:12px;font-weight:600}.eb-canvas-btn-block{justify-content:center;margin-top:10px;display:flex}.eb-canvas-real-btn{color:#fff;background:#000;border-radius:999px;padding:14px 32px;font-size:14px;font-weight:600}.eb-mockup-properties{background:#ffffff05;border-left:1px solid #ffffff0d;flex-direction:column;width:280px;display:flex}.eb-prop-section{border-bottom:1px solid #ffffff0d;padding:20px}.eb-prop-section.highlight{background:#eab3080d}.eb-prop-title{color:#fff;margin-bottom:16px;font-size:13px;font-weight:600}.eb-prop-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.eb-prop-label{color:#fff9;font-size:12px}.eb-prop-select{color:#fff;background:#ffffff1a;border-radius:4px;padding:6px 12px;font-size:12px}.eb-prop-color-picker{background:#ffffff1a;border-radius:4px;align-items:center;gap:8px;padding:4px 12px 4px 4px;font-size:12px;display:flex}.eb-color-box{background:#fff;border-radius:2px;width:16px;height:16px}.eb-prop-styles{background:#ffffff1a;border-radius:4px;display:flex;overflow:hidden}.eb-prop-styles button{color:#fff9;cursor:pointer;background:0 0;border:none;padding:6px 12px}.eb-prop-styles button.active{color:#fff;background:#ffffff26}.eb-prop-action{color:#eab308;cursor:pointer;background:#eab3081a;border:1px dashed #eab30866;border-radius:6px;width:100%;margin-bottom:8px;padding:10px;font-size:12px;font-weight:500;transition:all .2s}.eb-prop-action:hover{background:#eab30826}@media (width<=1024px){.eb-mockup-properties{display:none}}@media (width<=768px){.eb-hero{padding:120px 0 60px}.eb-hero-title{font-size:36px}.eb-hero-actions{flex-direction:column}.eb-mockup-sidebar{display:none}}.eb-flow-section{background:#09090b;padding:100px 0}.eb-flow-header{text-align:center;max-width:700px;margin:0 auto 64px}.eb-section-title{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-size:40px;font-weight:800}.eb-section-subtitle{color:#fff9;font-size:18px;line-height:1.6}.eb-steps-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.eb-step-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:32px;transition:transform .3s,background .3s;position:relative;overflow:hidden}.eb-step-card:hover{background:#ffffff0a;transform:translateY(-8px)}.eb-step-num{color:#ffffff05;pointer-events:none;font-size:120px;font-weight:900;line-height:1;position:absolute;top:-10px;right:-10px}.eb-step-content{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.eb-step-icon-wrapper{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.eb-step-title{color:#fff;margin-bottom:12px;font-size:20px;font-weight:700}.eb-step-desc{color:#fff9;flex-grow:1;margin-bottom:32px;font-size:14px;line-height:1.5}.eb-step-visual{background:#111113;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;height:160px;padding:20px;display:flex}.eb-flow-ui{width:100%;height:100%}.mock-builder{gap:12px;display:flex}.mock-builder-sidebar{background:#ffffff0d;border-radius:4px;width:40px}.mock-builder-canvas{background:#ffffff05;border:1px dashed #ffffff1a;border-radius:4px;flex-direction:column;flex:1;gap:8px;padding:8px;display:flex}.mb-block{background:#ffffff1a;border-radius:4px;height:20px}.mb-block.highlight{background:#eab30833;border:1px dashed #eab308;height:30px}.mock-segment{flex-direction:column;justify-content:center;gap:12px;display:flex}.ms-condition{color:#fff;background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.ms-badge{color:#fff;background:#3b82f6;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800}.ms-result{color:#22c55e;text-align:center;margin-top:8px;font-size:13px;font-weight:600}.mock-send{flex-direction:column;justify-content:center;gap:24px;display:flex}.mse-stats{justify-content:space-around;display:flex}.mse-stat{text-align:center}.mse-val{color:#fff;font-size:24px;font-weight:800}.mse-val.text-green{color:#22c55e}.mse-lbl{color:#ffffff80;margin-top:4px;font-size:12px}.mse-progress{background:#ffffff1a;border-radius:99px;height:6px;overflow:hidden}.mse-bar{background:#22c55e;border-radius:99px;height:100%}@media (width<=1024px){.eb-steps-grid{grid-template-columns:1fr}}.eb-features-section{background:var(--bg-surface);padding:100px 0}.eb-features-header{text-align:center;max-width:700px;margin:0 auto 64px}.eb-features-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.eb-feat-card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000008}.eb-feat-card.full-width{flex-direction:row;grid-column:1/-1}.eb-feat-content{flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex}.eb-feat-card.full-width .eb-feat-content{flex:0 0 50%}.eb-feat-content h3{color:#0d0d0f;letter-spacing:-.01em;margin-bottom:16px;font-size:24px;font-weight:800}.text-dark .eb-feat-content h3{color:#1a1100}.bg-yellow{background:#eab308}.eb-feat-content p{color:#4a4f5a;font-size:16px;line-height:1.6}.text-dark .eb-feat-content p{color:#1a1100b3}.eb-feat-ui{background:#f1f5f9;flex:1;min-height:300px;position:relative;overflow:hidden}.eb-feat-card.full-width .eb-feat-ui{border-left:1px solid #0000000d}.df-center{justify-content:center;align-items:center;display:flex}.ui-drag-drop{gap:20px;width:100%;padding:40px;display:flex}.ui-canvas{background:#fff;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.ui-block-placeholder{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;height:48px;font-size:14px;font-weight:600;display:flex}.ui-block-placeholder.is-dragging{color:#3b82f6;background:#3b82f61a;border:2px solid #3b82f6;position:relative;transform:scale(1.02);box-shadow:0 10px 25px #3b82f633}.ui-cursor{z-index:10;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%230d0d0f\" stroke-width=\"2\"><path d=\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\"/></svg>") no-repeat;width:20px;height:20px;position:absolute;bottom:-15px;right:-15px}.ui-blocks-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:8px;width:80px;padding:12px;display:flex}.ui-panel-item{color:#64748b;background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;height:40px;font-size:10px;font-weight:700;display:flex}.ui-panel-item.active{opacity:.5;background:#f8fafc}.ui-devices{flex-direction:column;align-items:center;gap:20px;display:flex}.ui-dev-toggles{background:#fff;border-radius:99px;padding:4px;display:flex;box-shadow:0 4px 12px #0000000d}.ui-dev-toggle{color:#64748b;border-radius:99px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;display:flex}.ui-dev-toggle.active{color:#fff;background:#0f172a}.ui-dev-mockup-mobile{background:#fff;border:6px solid #0f172a;border-radius:20px;flex-direction:column;gap:8px;width:140px;height:280px;padding:12px;display:flex;box-shadow:0 20px 40px #0000001a}.m-header{background:#f1f5f9;border-radius:4px;height:20px}.m-hero{background:#e2e8f0;border-radius:6px;height:80px}.m-text{background:#f8fafc;border-radius:4px;flex:1}.ui-templates{align-items:center;gap:-10px;display:flex}.ui-tmpl{background:#fff;border-radius:12px;width:120px;padding:8px;transition:transform .3s;box-shadow:0 10px 30px #0000001a}.ui-tmpl:first-child{z-index:1;transform:translate(20px)rotate(-5deg)}.ui-tmpl:nth-child(3){z-index:1;transform:translate(-20px)rotate(5deg)}.ui-tmpl.scale-up{z-index:2;transform:scale(1.1);box-shadow:0 20px 50px #0003}.ui-tmpl-img{background:#f1f5f9;border-radius:6px;height:140px;margin-bottom:8px}.pattern-1{background:linear-gradient(135deg,#fecaca,#fca5a5)}.pattern-2{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.pattern-3{background:linear-gradient(135deg,#bbf7d0,#86efac)}.ui-tmpl-name{text-align:center;color:#334155;font-size:11px;font-weight:700}@media (width<=1024px){.eb-features-grid{grid-template-columns:1fr}.eb-feat-card.full-width{flex-direction:column}.eb-feat-card.full-width .eb-feat-content{flex:auto}.eb-feat-card.full-width .eb-feat-ui{border-top:1px solid #0000000d;border-left:none}}.eb-cdp-section{color:#fff;background:#000;padding:120px 0;position:relative;overflow:hidden}.eb-cdp-bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#eab3081a 0%,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.eb-cdp-header{z-index:1;text-align:center;max-width:800px;margin:0 auto 64px;position:relative}.eb-cdp-pill{color:#eab308;text-transform:uppercase;letter-spacing:1px;background:#eab3081a;border:1px solid #eab30833;border-radius:999px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.eb-cdp-title{letter-spacing:-.02em;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.1}.text-yellow{color:#eab308}.eb-cdp-subtitle{color:#fff9;font-size:18px;line-height:1.6}.eb-cdp-visual-flow{z-index:1;justify-content:center;align-items:center;gap:20px;width:100%;margin-bottom:80px;display:flex;position:relative}.cdp-flow-col{flex-direction:column;gap:16px;width:220px;display:flex}.flow-card{z-index:2;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:600;display:flex;position:relative;box-shadow:0 10px 30px #00000080}.text-blue{color:#3b82f6}.text-green{color:#22c55e}.cdp-flow-lines{width:80px;height:200px;position:relative}.cdp-flow-lines.output{width:60px}.flow-line{border-top:2px dashed #fff3;width:100%;position:absolute;left:0}.flow-line.top{transform-origin:0 0;top:30px;transform:rotate(15deg)}.flow-line.middle{top:50%;transform:translateY(-50%)}.flow-line.bottom{transform-origin:0 100%;bottom:30px;transform:rotate(-15deg)}.flow-line-dot{background:#eab308;border-radius:50%;width:8px;height:8px;animation:3s linear infinite moveDot;position:absolute;top:-4px;left:-4px;box-shadow:0 0 10px #eab308}@keyframes moveDot{0%{opacity:0;left:0}20%{opacity:1}80%{opacity:1}to{opacity:0;left:100%}}.cdp-flow-core{z-index:2;width:260px;position:relative}.core-glow{filter:blur(20px);z-index:-1;background:radial-gradient(circle,#eab30866 0%,#0000 70%);width:120%;height:120%;animation:4s infinite alternate pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseGlow{0%{opacity:.6;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.core-box{background:#1a1100;border:1px solid #eab308;border-radius:16px;padding:24px;box-shadow:0 20px 40px #000c,inset 0 0 0 1px #eab30880}.core-title{color:#eab308;text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:20px;font-size:14px;font-weight:800}.core-profile{background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.profile-ava{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;width:32px;height:32px}.profile-info{flex:1}.p-name{color:#fff;font-size:14px;font-weight:700}.p-tag{color:#eab308;margin-top:2px;font-size:11px}.core-recent{color:#fffc;text-align:center;background:#ffffff0d;border-radius:8px;padding:12px;font-size:12px}.builder-result-card{background:#f8fafc;border-radius:12px;width:280px;overflow:hidden;box-shadow:0 20px 40px #00000080}.br-header{background:#e2e8f0;align-items:center;gap:6px;height:24px;padding:0 12px;display:flex}.br-dot{border-radius:50%;width:8px;height:8px}.br-body{padding:16px}.br-subj{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:12px;padding-bottom:12px;font-size:12px;font-weight:700}.br-content{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.br-img{background:#f1f5f9;border-radius:4px;justify-content:center;align-items:center;height:40px;margin-bottom:12px;display:flex}.br-txt{color:#475569;margin-bottom:12px;font-size:11px;line-height:1.5}.br-btn{color:#fff;background:#0f172a;border-radius:99px;padding:8px;font-size:11px;font-weight:600;display:inline-block}.eb-cdp-features-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid;position:relative}.eb-cdp-feat{border-top:1px solid #ffffff1a;padding-top:24px}.eb-cdp-feat h4{margin-bottom:12px;font-size:18px;font-weight:700}.eb-cdp-feat p{color:#ffffff80;font-size:14px;line-height:1.5}@media (width<=1024px){.eb-cdp-visual-flow{flex-direction:column}.cdp-flow-lines{display:none}.eb-cdp-features-grid{grid-template-columns:1fr}}.eb-results-section{background:var(--bg-surface);padding:100px 0}.eb-results-header{text-align:center;max-width:600px;margin:0 auto 64px}.eb-results-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.eb-result-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;padding:40px;display:flex;box-shadow:0 10px 40px #00000008}.ebr-val{color:#0d0d0f;align-items:flex-start;gap:8px;margin-bottom:20px;font-size:56px;font-weight:900;line-height:1;display:flex}.ebr-title{color:#0d0d0f;margin-bottom:12px;font-size:18px;font-weight:700}.ebr-desc{color:#4a4f5a;font-size:14px;line-height:1.6}@media (width<=1024px){.eb-results-grid{grid-template-columns:1fr}}.email-builder-page{background:var(--bg-surface);color:var(--text-primary);min-height:100vh;padding-top:80px}
