*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=dark]{--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-accent: "Playfair Display", Georgia, serif;--font-heading-weight: 400;--font-heading-tracking: -.5px;--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-body: #1a1a2e;--bg-hero: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .05);--bg-input: rgba(255, 255, 255, .05);--text-primary: #fff;--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .5);--text-muted: rgba(255, 255, 255, .35);--text-on-accent: #1a1a2e;--accent: #a855f7;--accent-hover: #9333ea;--accent-logo: #a855f7;--accent-bg: rgba(168, 85, 247, .1);--accent-border: rgba(168, 85, 247, .3);--accent-subtle: rgba(168, 85, 247, .06);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--divider: rgba(255, 255, 255, .06);--success: #10b981;--success-bg: rgba(16, 185, 129, .08);--success-border: rgba(16, 185, 129, .2);--warning: #f59e0b;--warning-bg: rgba(245, 158, 11, .08);--warning-border: rgba(245, 158, 11, .2);--error: #ef4444;--error-bg: rgba(239, 68, 68, .08);--info: #3b82f6;--info-bg: rgba(59, 130, 246, .06);--shadow: rgba(0, 0, 0, .3);font-family:var(--font-body);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light]{--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-accent: "Playfair Display", Georgia, serif;--font-heading-weight: 300;--font-heading-tracking: -.5px;--bg-primary: #f7f7f8;--bg-secondary: #ffffff;--bg-body: #f7f7f8;--bg-hero: linear-gradient(135deg, #f7f7f8 0%, #ffffff 100%);--bg-card: rgba(0, 0, 0, .02);--bg-card-hover: rgba(0, 0, 0, .04);--bg-input: rgba(0, 0, 0, .03);--text-primary: #2d2d2d;--text-secondary: rgba(0, 0, 0, .65);--text-tertiary: rgba(0, 0, 0, .45);--text-muted: rgba(0, 0, 0, .3);--text-on-accent: #ffffff;--accent: #dc2626;--accent-hover: #b91c1c;--accent-logo: #2d2d2d;--accent-bg: rgba(220, 38, 38, .08);--accent-border: rgba(220, 38, 38, .25);--accent-subtle: rgba(220, 38, 38, .04);--border: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .15);--divider: rgba(0, 0, 0, .06);--success: #059669;--success-bg: rgba(5, 150, 105, .06);--success-border: rgba(5, 150, 105, .2);--warning: #d97706;--warning-bg: rgba(217, 119, 6, .06);--warning-border: rgba(217, 119, 6, .2);--error: #dc2626;--error-bg: rgba(220, 38, 38, .06);--info: #2563eb;--info-bg: rgba(37, 99, 235, .06);--shadow: rgba(0, 0, 0, .08)}body{margin:0;min-height:100vh;background:var(--bg-body);color:var(--text-primary);font-family:var(--font-body)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.2;font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-tracking)}button{font-family:inherit}.main-content{flex:1}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:color-mix(in srgb,var(--bg-primary) 95%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none}.logo-text{font-size:1.5rem;font-weight:var(--font-heading-weight);font-family:var(--font-heading);color:var(--accent-logo);letter-spacing:-.5px}.nav-desktop{display:flex;gap:2rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease;position:relative}.nav-link:hover{color:var(--text-primary);text-decoration:none}.nav-link.active{color:var(--accent)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--accent);border-radius:1px}.header-right,.header-controls{display:flex;align-items:center;gap:.75rem}.theme-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:.25rem .4rem;cursor:pointer;font-size:.85rem;line-height:1;transition:border-color .2s}.theme-btn:hover{border-color:var(--border-hover)}.language-toggle{display:flex;align-items:center;gap:.5rem}.lang-btn{background:none;border:none;color:var(--text-muted);font-size:.85rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.lang-btn:hover{color:var(--text-secondary)}.lang-btn.active{color:var(--accent)}.lang-divider{color:var(--text-muted);font-size:.85rem}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.burger span{display:block;width:22px;height:2px;background:var(--text-secondary);border-radius:2px;transition:transform .3s,opacity .3s}.burger-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-open span:nth-child(2){opacity:0}.burger-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}@media(max-width:768px){.header-container{padding:.75rem 1rem}.nav-desktop{display:none}.burger{display:flex}.mobile-menu{display:block;background:var(--bg-primary);border-bottom:1px solid var(--border);padding:1.5rem 1.5rem 2rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{display:flex;flex-direction:column;gap:0}.mobile-nav-link{display:block;padding:1rem .5rem;font-size:1.1rem;font-weight:500;color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{color:var(--accent);text-decoration:none}.mobile-nav-link.active{color:var(--accent)}}.footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:3rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{text-align:center}.footer-logo{font-size:1.25rem;font-weight:var(--font-heading-weight);font-family:var(--font-heading);color:var(--accent-logo)}.footer-tagline{color:var(--text-tertiary);font-size:.85rem;margin-top:.25rem}.footer-links{display:flex;align-items:center;gap:1rem}.footer-link{color:var(--text-tertiary);text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer-link:hover{color:var(--accent);text-decoration:none}.footer-divider{color:var(--text-muted)}.footer-copyright{color:var(--text-muted);font-size:.8rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:color-mix(in srgb,var(--bg-primary) 96%,transparent);border-top:1px solid var(--border);padding:1rem 2rem;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text{color:var(--text-secondary);font-size:.9rem;margin:0}.cookie-text a{color:var(--accent);text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.25rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn-accept{background:var(--accent);color:var(--text-on-accent)}.cookie-btn-accept:hover{background:var(--accent-hover)}.cookie-btn-decline{background:transparent;color:var(--text-tertiary);border:1px solid var(--border-hover)}.cookie-btn-decline:hover{background:var(--bg-card-hover);color:var(--text-secondary)}@media(max-width:768px){.cookie-banner{padding:1rem}.cookie-content{flex-direction:column;gap:1rem;text-align:center}.cookie-buttons{width:100%;justify-content:center}}.fb-trigger{position:fixed;right:0;top:50%;writing-mode:vertical-rl;display:flex;align-items:center;gap:.4rem;padding:.75rem .5rem;background:var(--accent);color:var(--text-on-accent);border:none;border-radius:8px 0 0 8px;font-size:.8rem;font-weight:600;cursor:pointer;z-index:900;transition:background .2s}.fb-trigger:hover{background:var(--accent-hover)}.fb-panel{position:fixed;right:0;top:50%;transform:translateY(-50%);width:340px;max-height:80vh;overflow-y:auto;background:var(--bg-primary);border:1px solid rgba(168,85,247,.2);border-right:none;border-radius:12px 0 0 12px;padding:1.5rem;z-index:901;box-shadow:-4px 0 20px #0000004d}.fb-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--text-muted);cursor:pointer}.fb-close:hover{color:var(--text-primary)}.fb-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.fb-subtitle{font-size:.85rem;color:var(--text-tertiary);line-height:1.5;margin-bottom:1.25rem}.fb-buttons{display:flex;gap:.75rem}.fb-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border-radius:10px;border:1px solid;background:transparent;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.fb-btn-lover{color:#10b981;border-color:#10b98133}.fb-btn-lover:hover{background:#10b98114;border-color:#10b98166}.fb-btn-hater{color:var(--text-tertiary);border-color:var(--border)}.fb-btn-hater:hover{background:var(--bg-card);border-color:var(--border-hover)}.fb-stars{display:flex;gap:.25rem;margin-bottom:1rem}.fb-star{background:none;border:none;cursor:pointer;padding:.15rem;transition:transform .15s}.fb-star:hover{transform:scale(1.15)}.fb-textarea{width:100%;padding:.6rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.85rem;font-family:inherit;resize:vertical;outline:none;margin-top:.3rem}.fb-textarea:focus{border-color:#a855f74d}.fb-submit{display:flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.6rem 1.25rem;background:var(--accent);color:var(--text-on-accent);border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s}.fb-submit:hover{background:var(--accent-hover)}.fb-submit:disabled{opacity:.4;cursor:not-allowed}.fb-thanks{text-align:center}.fb-thanks-icon{color:#10b981;margin-bottom:.75rem}.fb-referral{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#a855f714;border:1px solid rgba(168,85,247,.2);border-radius:8px}.fb-code{font-size:1.1rem;font-weight:700;color:var(--accent);letter-spacing:1px}.fb-copy{background:none;border:none;color:var(--text-tertiary);cursor:pointer}.fb-copy:hover{color:var(--text-primary)}.fb-questions{display:flex;flex-direction:column;gap:.75rem}.fb-label{font-size:.8rem;color:var(--text-tertiary);line-height:1.4}@media(max-width:480px){.fb-panel{width:100%;border-radius:12px 12px 0 0;top:auto;bottom:0;transform:none;max-height:70vh}.fb-trigger{right:1rem;top:auto;bottom:1rem;transform:none;border-radius:8px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:90;width:44px;height:44px;border-radius:50%;border:1px solid rgba(168,85,247,.3);background:#1a1a2ee6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#a855f7;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .2s;box-shadow:0 4px 12px #0000004d}.scroll-to-top:hover{transform:translateY(-2px);border-color:#a855f7}@media(max-width:768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:40px;height:40px;font-size:1rem}}.home{padding-top:80px}.hero{position:relative;overflow:hidden;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--bg-hero)}.hero-content-centered{position:relative;z-index:1;max-width:800px;text-align:center;background:color-mix(in srgb,var(--bg-primary) 75%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2.5rem 3rem;border-radius:16px}.hero-headline{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:-1px;margin-bottom:1.5rem}.hero-subline{font-size:1.35rem;color:var(--text-tertiary);font-weight:300;line-height:1.6}.hero-cta-group{display:flex;align-items:flex-start;gap:2rem}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.hero-cta-divider{color:var(--text-muted);font-size:.9rem;padding-top:.75rem}.hero-email-text{font-size:.85rem;color:var(--text-tertiary);margin-bottom:.25rem}.hero-cta-secondary{background:transparent;border:1px solid var(--border-hover);color:var(--text-primary)}.hero-cta-secondary:hover{background:var(--bg-input);border-color:var(--text-tertiary)}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:var(--text-on-accent);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease}.hero-cta:hover{background:var(--accent-hover);transform:translateY(-2px);text-decoration:none}.hero-cta-subtext{font-size:.85rem;color:var(--text-tertiary);font-style:italic}.pain-points{padding:5rem 2rem;background:var(--bg-primary)}.pain-points-text{max-width:750px;margin:2rem auto 0;font-size:1.1rem;color:var(--text-secondary);line-height:1.9;text-align:center}.flow{padding:5rem 2rem;background:var(--bg-secondary)}.flow-steps{max-width:600px;margin:3rem auto 0;display:flex;flex-direction:column;gap:0}.flow-step{display:flex;align-items:flex-start;gap:1.5rem;position:relative;padding-bottom:2rem}.flow-step:last-child{padding-bottom:0}.flow-step-icon{width:56px;height:56px;background:var(--accent-bg);border:2px solid #a855f7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;z-index:1}.flow-step-connector{position:absolute;left:27px;top:56px;width:2px;height:calc(100% - 56px);background:linear-gradient(to bottom,#a855f7,#a855f74d)}.flow-step-content{flex:1;padding-top:.25rem}.flow-step-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.flow-step-number{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-bg);padding:.125rem .5rem;border-radius:4px;flex-shrink:0}.flow-step-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.flow-step-description{font-size:.9rem;color:var(--text-tertiary);line-height:1.5}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:1rem;white-space:pre-line}.section-subtitle{font-size:1.1rem;color:var(--text-tertiary);text-align:center;margin-bottom:3rem}.values{padding:5rem 2rem;background:var(--bg-primary)}.values-grid{max-width:1000px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease}.value-card:hover{background:var(--bg-card-hover);border-color:#a855f74d}.value-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--accent-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.value-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.value-description{font-size:.95rem;color:var(--text-tertiary);line-height:1.6}.modules{padding:5rem 2rem;background:var(--bg-secondary)}.modules-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.module-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .2s ease;display:flex;gap:1.5rem;align-items:center}.module-card:hover{background:var(--bg-card-hover);border-color:#a855f74d;transform:translateY(-4px)}.module-icon{width:56px;height:56px;background:var(--accent-bg);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.module-body{flex:1;min-width:0}.module-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.module-content{display:flex;flex-direction:column;gap:1rem}.module-problem{font-size:.9rem;color:var(--text-tertiary);font-style:italic;line-height:1.5;padding-left:1rem;border-left:2px solid var(--border-hover)}.module-solution{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.modules-footer{text-align:center;margin-top:2rem}.modules-note{color:var(--text-tertiary);font-size:.9rem;font-style:italic;margin-bottom:1rem}.modules-learn-more{display:inline-block;color:var(--accent);font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s ease}.modules-learn-more:hover{color:#9333ea;text-decoration:none}.testimonials{padding:5rem 2rem;background:var(--bg-primary)}.testimonials-grid{max-width:1200px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;position:relative}.testimonial-quote-icon{color:#a855f74d;margin-bottom:1rem}.testimonial-text{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{border-top:1px solid var(--border);padding-top:1rem}.author-name{font-size:.95rem;font-weight:600;color:var(--text-primary)}.author-role{font-size:.85rem;color:var(--text-tertiary)}.author-company{font-size:.85rem;color:var(--text-muted)}.process{padding:5rem 2rem;background:var(--bg-secondary)}.process-toggle{display:flex;align-items:center;gap:.5rem;margin:1.5rem auto 0;padding:.6rem 1.5rem;background:var(--accent-bg);border:1px solid rgba(168,85,247,.3);border-radius:8px;color:var(--accent);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.process-toggle:hover{background:#a855f733;border-color:#a855f780}.process-toggle-open{background:#a855f726}.process-toggle-icon{transition:transform .3s ease}.process-toggle-icon-open{transform:rotate(180deg)}.process-accordion{max-height:0;overflow:hidden;transition:max-height .5s ease}.process-accordion-open{max-height:800px}.section-accordion{max-height:0;overflow:hidden;transition:max-height .5s ease}.section-accordion-open{max-height:1200px;padding-top:2rem}.process-ring-wrapper{position:relative;max-width:850px;height:700px;margin:3rem auto 0}.process-ring{position:absolute;inset:0;pointer-events:none}.process-ring-svg{width:100%;height:100%}.process-node{position:absolute;width:220px;text-align:center;z-index:1}.process-node-0{top:0;left:50%;transform:translate(-50%)}.process-node-1{top:50%;right:0;transform:translateY(-50%)}.process-node-2{bottom:0;left:50%;transform:translate(-50%)}.process-node-3{top:50%;left:0;transform:translateY(-50%)}.process-node-number{width:40px;height:40px;border-radius:50%;background:#a855f726;border:2px solid rgba(168,85,247,.4);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--accent);margin:0 auto .6rem}.process-node-label{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.process-node-badge{font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.process-node-text{font-size:.8rem;color:var(--text-tertiary);line-height:1.5;margin-top:.4rem}.tech-stack{padding:5rem 2rem;background:var(--bg-primary)}.tech-stack-grid{max-width:900px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.tech-stack-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.4rem;transition:all .2s ease}.tech-stack-item:hover{background:var(--bg-card-hover);border-color:#a855f74d}.tech-stack-generic{font-size:.85rem;color:var(--text-tertiary);font-weight:400}.tech-stack-specific{font-size:.95rem;color:var(--accent);font-weight:600}.references{padding:5rem 2rem;background:var(--bg-secondary)}.timeline{position:relative;max-width:600px;margin:0 auto;padding:.5rem 0}.timeline-line{position:absolute;left:54px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#a855f726,#a855f780)}.timeline-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1rem 0;position:relative}.timeline-year{width:40px;flex-shrink:0;font-size:.8rem;font-weight:600;color:var(--text-muted);text-align:right;padding-top:.1rem}.timeline-dot{width:12px;height:12px;flex-shrink:0;border-radius:50%;background:var(--accent);border:2px solid rgba(168,85,247,.4);margin-top:.2rem;position:relative;z-index:1}.timeline-item:last-child .timeline-dot{width:14px;height:14px;box-shadow:0 0 12px #a855f780}.timeline-content{flex:1;min-width:0}.timeline-label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.4rem}.timeline-tags{display:flex;flex-wrap:wrap;gap:.4rem}.timeline-tag{background:var(--accent-bg);color:#a855f7cc;padding:.2rem .55rem;border-radius:6px;font-size:.7rem;font-weight:500;border:1px solid rgba(168,85,247,.2)}.timeline-label-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.timeline-expand-btn{background:#a855f726;border:1px solid rgba(168,85,247,.3);color:#a855f7cc;border-radius:5px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,transform .25s}.timeline-expand-btn:hover{background:#a855f747}.timeline-expand-btn-open{transform:rotate(-90deg)}.timeline-2026-expanded{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .3s ease}.timeline-2026-expanded-open{max-height:300px;opacity:1}.timeline-sub-item{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem}.timeline-sub-arrow{color:#a855f799;padding-top:.15rem;flex-shrink:0}.timeline-sub-content{display:flex;flex-direction:column;gap:.15rem}.timeline-sub-name{font-size:.85rem;font-weight:700;color:var(--text-primary)}.timeline-sub-desc{font-size:.7rem;color:var(--text-muted);margin-bottom:.3rem}.timeline-learn-btn{background:var(--accent-bg);border:1px solid rgba(168,85,247,.3);color:#a855f7d9;padding:.18rem .6rem;border-radius:6px;font-size:.65rem;font-weight:600;cursor:pointer;transition:background .2s;width:fit-content}.timeline-learn-btn:hover{background:#a855f740}.timeline-sub-btns{display:flex;gap:.4rem;flex-wrap:wrap}.timeline-partner-btn{text-decoration:none;background:#a855f72e;border-color:#a855f773}.timeline-popup-overlay{position:fixed;inset:0;background:#000000bf;z-index:1000;display:flex;align-items:center;justify-content:center}.timeline-popup{position:relative;background:var(--bg-primary);border:1px solid rgba(168,85,247,.3);border-radius:12px;padding:1rem;max-width:90vw;max-height:90vh;overflow:auto}.timeline-popup-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--text-tertiary);font-size:1.4rem;cursor:pointer;line-height:1}.timeline-popup-close:hover{color:var(--text-primary)}.timeline-popup-img{display:block;max-width:80vw;max-height:80vh;border-radius:8px}.cta-section{padding:5rem 2rem;background:var(--bg-hero);text-align:center}.cta-section .hero-cta-wrapper{align-items:center}.cta-section-group{justify-content:center}.cta-title{font-size:1.75rem;font-weight:400;color:var(--text-primary);margin-bottom:2rem}@media(max-width:1024px){.values-grid,.testimonials-grid,.modules-grid,.tech-stack-grid,.references-grid{grid-template-columns:repeat(2,1fr)}.process-accordion-open{max-height:1600px}.process-ring-wrapper{height:auto;display:flex;flex-direction:column;gap:2rem;align-items:center}.process-ring{display:none}.process-node{position:static;transform:none;width:100%;max-width:400px}}@media(max-width:768px){.hero-content{flex-direction:column;text-align:center}.hero-name{font-size:2.25rem}.hero-tagline{font-size:1.25rem;margin:0 auto 2rem}.hero-cta-group{flex-direction:column;align-items:center;gap:1.5rem}.hero-cta-wrapper{align-items:center}.hero-email-text{text-align:center}.values-grid,.testimonials-grid,.modules-grid{grid-template-columns:1fr}.tech-stack-grid{grid-template-columns:repeat(2,1fr)}.references-grid{grid-template-columns:1fr}.process-accordion-open{max-height:2000px}.process-ring-wrapper{height:auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.process-ring{display:none}.process-node{position:static;transform:none;width:100%;max-width:350px}.hero-image{width:150px;height:150px}.flow-step{gap:1rem}.flow-step-icon{width:48px;height:48px}.flow-step-connector{left:23px;top:48px;height:calc(100% - 48px)}}.about{padding-top:80px;min-height:100vh;background:var(--bg-primary)}.about-hero{padding:4rem 2rem;background:var(--bg-hero)}.about-hero-content{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:3rem}.about-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid var(--border)}.about-intro{flex:1}.about-signature{font-family:var(--font-accent);font-size:2rem;font-weight:700;color:var(--text-secondary);margin-bottom:.25rem;letter-spacing:1px}.about-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.about-subtitle{font-size:1.1rem;color:var(--accent)}.about-content{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.about-section{display:flex;gap:1.5rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.about-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.about-section-icon{flex-shrink:0;width:48px;height:48px;background:var(--accent-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent)}.about-section-content h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.about-section-content p{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.about-section-content p:last-child{margin-bottom:0}.quote-section blockquote{font-size:1.1rem;color:var(--text-secondary);font-style:italic;line-height:1.7;padding-left:1.5rem;border-left:3px solid #a855f7}@media(max-width:768px){.about-hero-content{flex-direction:column;text-align:center}.about-signature,.about-title{font-size:2rem}.about-section{flex-direction:column;gap:1rem}.about-section-icon{margin:0 auto}.about-section-content{text-align:center}.quote-section blockquote{padding-left:0;border-left:none;border-top:3px solid #a855f7;padding-top:1rem}}.contact{padding-top:80px;min-height:100vh;background:var(--bg-primary)}.contact-hero{padding:4rem 2rem;text-align:center;background:var(--bg-hero)}.contact-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.contact-subtitle{font-size:1.1rem;color:var(--text-tertiary)}.contact-content{max-width:1000px;margin:0 auto;padding:3rem 2rem 5rem}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}.contact-form-container{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.form-group input,.form-group textarea{background:var(--bg-card-hover);border:1px solid var(--border);border-radius:8px;padding:.875rem 1rem;font-size:1rem;color:var(--text-primary);font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);background:var(--bg-card-hover)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:var(--text-on-accent);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.form-success{text-align:center;padding:3rem}.success-icon{width:64px;height:64px;background:var(--accent-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);margin:0 auto 1.5rem}.form-success p{font-size:1.1rem;color:var(--text-secondary)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-centered{display:flex;flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto}.info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;text-decoration:none}.info-card-link{cursor:pointer;transition:all .2s ease}.info-card-link:hover{background:var(--bg-card-hover);border-color:#a855f74d;transform:translateY(-2px);text-decoration:none}.info-icon{width:40px;height:40px;background:var(--accent-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.info-content h3{font-size:.85rem;font-weight:500;color:var(--text-tertiary);margin-bottom:.25rem}.info-content p{font-size:1rem;color:var(--text-primary)}.email-row{display:flex;align-items:center;gap:.5rem}.copy-btn{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.copy-btn:hover{color:var(--accent);background:var(--accent-bg)}.response-note{font-size:.9rem;color:var(--text-tertiary);font-style:italic;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:2rem}.contact-form-container{padding:1.5rem}}.enterprise{padding-top:80px;min-height:100vh;background:var(--bg-primary)}.enterprise-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--bg-hero)}.enterprise-hero-content{max-width:750px;text-align:center}.enterprise-headline{font-size:2.75rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:1.25rem}.enterprise-subline{font-size:1.3rem;color:var(--text-tertiary);font-weight:300;line-height:1.6}.enterprise-section-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:1rem}.enterprise-section-subtitle{font-size:1rem;color:var(--text-tertiary);text-align:center;margin-bottom:2rem}.enterprise-intro{padding:4rem 2rem;background:var(--bg-primary)}.enterprise-intro-text{max-width:700px;margin:1.5rem auto 0;font-size:1.05rem;color:var(--text-secondary);line-height:1.8;text-align:center}.enterprise-pain-points{padding:4rem 2rem;background:var(--bg-secondary)}.enterprise-grid{max-width:1000px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.enterprise-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .2s ease}.enterprise-card:hover{background:var(--bg-card-hover);border-color:#a855f74d;transform:translateY(-2px)}.enterprise-card-icon{width:44px;height:44px;background:var(--accent-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.enterprise-card-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.enterprise-card-text{font-size:.9rem;color:var(--text-tertiary);line-height:1.6}.enterprise-stack{padding:4rem 2rem;background:var(--bg-primary)}.enterprise-stack-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.enterprise-stack-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--divider);border-radius:8px;font-size:.9rem;color:var(--text-secondary)}.enterprise-stack-icon{color:var(--accent);flex-shrink:0}.enterprise-profile{padding:4rem 2rem;background:var(--bg-secondary)}.enterprise-profile-list{max-width:600px;margin:1.5rem auto 0;display:flex;flex-direction:column;gap:.75rem}.enterprise-profile-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text-secondary)}.enterprise-profile-icon{color:var(--accent);flex-shrink:0}.enterprise-cta{padding:5rem 2rem;background:var(--bg-hero);text-align:center}.enterprise-cta-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.enterprise-cta-text{font-size:1.05rem;color:var(--text-tertiary);max-width:550px;margin:0 auto 2rem;line-height:1.7}.enterprise-cta-button{display:inline-block;background:var(--accent);color:var(--text-on-accent);padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease}.enterprise-cta-button:hover{background:var(--accent-hover);transform:translateY(-2px);text-decoration:none}@media(max-width:768px){.enterprise-headline{font-size:2rem}.enterprise-grid{grid-template-columns:1fr}}@media(max-width:1024px){.enterprise-grid{grid-template-columns:repeat(2,1fr)}}.phone-demo-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.phone-frame{width:280px;height:560px;background:#1a1a2e;border-radius:36px;border:3px solid rgba(255,255,255,.15);padding:12px;position:relative;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.phone-notch{width:80px;height:6px;background:#ffffff1a;border-radius:3px;margin:0 auto 10px}.phone-screen{width:100%;height:calc(100% - 16px);background:#0f0f1a;border-radius:24px;overflow:hidden;position:relative}.demo-screen{width:100%;height:100%;display:flex;flex-direction:column;padding:1.25rem 1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-join{align-items:center;justify-content:center;gap:.75rem}.demo-logo{font-size:2rem;margin-bottom:.25rem}.demo-title{font-size:1rem;font-weight:700;color:#fff}.demo-subtitle{font-size:.75rem;color:#ffffff80;margin-bottom:.5rem}.demo-input-fake{width:80%;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:.8rem}.demo-btn-fake{padding:.5rem 1.5rem;background:#a855f7;color:#fff;border-radius:8px;font-size:.8rem;font-weight:600;text-align:center}.demo-btn-submit{margin-top:auto;width:100%}.demo-participants{font-size:.65rem;color:#ffffff4d}.demo-write{gap:.75rem}.demo-phase-label{font-size:.65rem;color:#a855f7;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.demo-prompt{font-size:.9rem;color:#fff;font-weight:500}.demo-textarea-fake{flex:1;max-height:120px;padding:.75rem;background:#ffffff0a;border:1px solid rgba(168,85,247,.2);border-radius:10px;font-size:.8rem;color:#fffc;line-height:1.5}.demo-typing{color:#fffc}.demo-cursor{animation:blink .8s infinite;color:#a855f7}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.demo-hint{font-size:.6rem;color:#ffffff4d;text-align:center}.demo-wall{gap:.5rem}.demo-cards-wall{flex:1;display:flex;flex-direction:column;gap:.4rem;overflow:hidden}.demo-card{padding:.5rem .6rem;background:#a855f714;border:1px solid rgba(168,85,247,.15);border-radius:8px;animation:slideIn .4s ease;display:flex;flex-direction:column;gap:.15rem}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.demo-card-author{font-size:.55rem;color:#ffffff4d;font-weight:600}.demo-card-text{font-size:.7rem;color:#ffffffb3;line-height:1.3}.demo-counter{font-size:.65rem;color:#ffffff4d;text-align:center}.demo-vote{gap:.75rem}.demo-vote-list{flex:1;display:flex;flex-direction:column;gap:.5rem}.demo-vote-item{padding:.6rem .75rem;background:#f59e0b0f;border:1px solid rgba(245,158,11,.15);border-radius:8px;display:flex;justify-content:space-between;align-items:center}.demo-vote-text{font-size:.7rem;color:#ffffffb3;flex:1}.demo-vote-dots{color:#f59e0b;font-size:.9rem;letter-spacing:2px;min-width:30px;text-align:right}.demo-dots-remaining{font-size:.7rem;color:#f59e0b99;text-align:center}.demo-score{gap:.5rem}.demo-score-idea{font-size:.75rem;color:#fff;font-weight:500;padding:.4rem .6rem;background:#10b98114;border-radius:6px}.demo-score-persona{font-size:.65rem;color:#10b981b3}.demo-sliders{flex:1;display:flex;flex-direction:column;gap:.6rem;justify-content:center}.demo-slider-row{display:flex;align-items:center;gap:.4rem}.demo-slider-label{font-size:.6rem;color:#ffffff80;width:70px}.demo-slider-track{flex:1;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.demo-slider-fill{height:100%;background:#10b981;border-radius:3px;transition:width .5s ease}.demo-slider-value{font-size:.65rem;color:#10b981;font-weight:600;width:20px;text-align:right}.phone-demo-caption{font-size:.8rem;color:#ffffff80;text-align:center;min-height:1.2em;transition:opacity .3s}@media(max-width:768px){.phone-frame{width:240px;height:480px}}.workshops{padding-top:80px;min-height:100vh;background:var(--bg-primary)}.ws-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--bg-hero)}.ws-hero-content{max-width:800px;text-align:center}.ws-hero-headline{font-size:2.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1.25rem}.ws-hero-subline{font-size:1.2rem;color:var(--text-tertiary);line-height:1.7;margin-bottom:2.5rem}.ws-hero-phases{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.ws-hero-phase{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid;border-radius:8px;background:var(--bg-card);color:var(--text-secondary);font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s}.ws-hero-phase:hover{background:var(--bg-card-hover);text-decoration:none}.ws-hero-info{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.ws-hero-info-tag{font-size:.85rem;color:var(--text-tertiary);background:var(--bg-card, rgba(0, 0, 0, .04));padding:.35rem .85rem;border-radius:20px;border:1px solid var(--border, rgba(0, 0, 0, .1))}.ws-hero-button{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:opacity .2s}.ws-hero-button:hover{opacity:.9;text-decoration:none}.ws-scenario{padding:3rem 2rem;background:var(--bg-primary);border-bottom:1px solid var(--divider)}.ws-scenario-inner{max-width:800px;margin:0 auto;text-align:center}.ws-scenario-label{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.ws-scenario-text{color:var(--text-tertiary);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.ws-team-grid{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.ws-team-member{display:flex;flex-direction:column;padding:.6rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.ws-team-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.ws-team-role{font-size:.7rem;color:var(--text-muted)}.ws-phase{max-width:850px;margin:0 auto;padding:4rem 2rem 3rem;border-bottom:1px solid var(--divider)}.ws-phase-header{display:flex;align-items:flex-start;gap:1.25rem;border-left:3px solid;padding-left:1.25rem;margin-bottom:1.5rem}.ws-phase-number{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ws-phase-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.ws-phase-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:.15rem 0 .3rem}.ws-phase-subtitle{font-size:.95rem;color:var(--text-tertiary);font-style:italic}.ws-phase-meta{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.ws-meta-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;font-size:.75rem;color:var(--text-tertiary)}.ws-phase-description{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.ws-facilitator{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#a855f70f;border:1px solid rgba(168,85,247,.15);border-radius:8px;font-size:.85rem;color:var(--text-tertiary);margin-bottom:1.5rem}.ws-facilitator svg{color:var(--accent);flex-shrink:0;margin-top:2px}.ws-facilitator-label{color:var(--accent);font-weight:600;white-space:nowrap}.ws-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-card);border:1px solid var(--border-hover);border-radius:8px;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s;margin-bottom:.75rem}.ws-toggle:hover{background:var(--bg-card-hover)}.ws-toggle-method{border-color:var(--border);color:var(--text-tertiary)}.ws-toggle-icon{transition:transform .3s}.ws-toggle-icon-open{transform:rotate(180deg)}.ws-accordion-content{padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--divider);border-radius:8px;margin-bottom:.75rem}.ws-accordion-content p{font-size:.9rem;color:var(--text-tertiary);line-height:1.7}.ws-simulation{padding:1.25rem;background:var(--bg-card);border:1px solid var(--divider);border-radius:10px;margin-bottom:1rem}.ws-sim-heading{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin:1.25rem 0 .75rem}.ws-sim-heading:first-child{margin-top:0}.ws-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.ws-card{display:flex;flex-direction:column;gap:.2rem;padding:.6rem .75rem;background:#facc1514;border:1px solid rgba(250,204,21,.2);border-radius:6px}.ws-card-author{font-size:.65rem;font-weight:600;color:#facc15b3;text-transform:uppercase;letter-spacing:.5px}.ws-card-text{font-size:.8rem;color:var(--text-secondary)}.ws-clusters{display:flex;flex-direction:column;gap:1rem}.ws-cluster{padding:.75rem 1rem;background:#a855f70d;border:1px solid rgba(168,85,247,.15);border-radius:8px}.ws-cluster-name{font-size:.85rem;font-weight:600;color:var(--accent);margin-bottom:.5rem}.ws-cluster-cards{display:flex;flex-direction:column;gap:.3rem}.ws-cluster-card{font-size:.8rem;color:var(--text-tertiary);padding-left:.75rem;border-left:2px solid rgba(168,85,247,.2)}.ws-hmw-list{display:flex;flex-direction:column;gap:.6rem}.ws-hmw{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .75rem;background:#f59e0b0f;border:1px solid rgba(245,158,11,.15);border-radius:6px}.ws-hmw-icon{color:#f59e0b;flex-shrink:0;margin-top:2px}.ws-hmw-cluster{font-size:.65rem;color:#f59e0bb3;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ws-hmw-question{font-size:.85rem;color:var(--text-secondary)}.ws-voting-bars{display:flex;flex-direction:column;gap:.6rem}.ws-vote-row{display:flex;align-items:center;gap:.75rem}.ws-vote-label{font-size:.8rem;color:var(--text-secondary);min-width:200px;flex-shrink:0}.ws-vote-bar-bg{flex:1;height:8px;background:var(--bg-card-hover);border-radius:4px;overflow:hidden}.ws-vote-bar{height:100%;background:#f59e0b;border-radius:4px;transition:width .5s ease}.ws-vote-count{font-size:.75rem;color:#f59e0b;min-width:40px}.ws-top-ideas{display:flex;flex-direction:column;gap:.5rem}.ws-top-idea{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;font-size:.85rem;color:var(--text-secondary)}.ws-top-rank{font-weight:700;color:#f59e0b;font-size:.9rem}.ws-eval-block{padding:1rem;background:#10b9810a;border:1px solid rgba(16,185,129,.12);border-radius:8px;margin-bottom:.75rem}.ws-eval-idea{font-size:.95rem;font-weight:600;color:#10b981;margin-bottom:.6rem}.ws-eval-personas{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.6rem}.ws-persona{display:flex;gap:.5rem;font-size:.8rem}.ws-persona-name{color:var(--text-secondary);font-weight:600;min-width:140px;flex-shrink:0}.ws-persona-why{color:var(--text-tertiary)}.ws-eval-hypothesis{font-size:.85rem;color:var(--text-secondary);font-style:italic;padding-top:.5rem;border-top:1px solid var(--divider)}.ws-corrections{display:flex;flex-direction:column;gap:.4rem}.ws-correction{font-size:.85rem;color:var(--text-secondary);padding:.5rem .75rem;background:var(--bg-card);border-radius:6px}.ws-rice-table{display:flex;flex-direction:column;gap:.75rem}.ws-rice-row{display:flex;gap:1rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--divider);border-radius:8px}.ws-rice-rank{font-size:1.25rem;font-weight:700;color:#10b981;flex-shrink:0;width:36px}.ws-rice-content{flex:1}.ws-rice-idea{font-size:.9rem;font-weight:600;color:var(--text-primary)}.ws-rice-score{font-size:.75rem;color:#10b981;font-weight:600;margin:.2rem 0}.ws-rice-verdict{font-size:.85rem;color:var(--text-secondary)}.ws-rice-why{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.ws-sprint-scope{display:flex;flex-direction:column;gap:.3rem}.ws-scope-item{font-size:.85rem;color:var(--text-secondary);padding:.4rem .6rem;background:#3b82f60f;border-radius:4px}.ws-scope-new{background:#10b98114;color:#10b981}.ws-feedback-list{display:flex;flex-direction:column;gap:.5rem}.ws-feedback{display:flex;flex-direction:column;gap:.15rem;padding:.5rem .75rem;background:var(--bg-card);border-radius:6px}.ws-feedback-tester{font-size:.7rem;font-weight:600;color:#3b82f6b3;text-transform:uppercase;letter-spacing:.5px}.ws-feedback-text{font-size:.85rem;color:var(--text-secondary);font-style:italic}.ws-sprint-outcome{margin-top:1rem;padding:.75rem 1rem;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.ws-cta{padding:5rem 2rem;text-align:center;background:var(--bg-hero)}.ws-cta-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.ws-cta-text{font-size:1rem;color:var(--text-tertiary);max-width:500px;margin:0 auto 2rem}.ws-cta-button{display:inline-block;background:var(--accent);color:var(--text-on-accent);padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease}.ws-cta-button:hover{background:var(--accent-hover);transform:translateY(-2px);text-decoration:none}@media(max-width:768px){.ws-hero-headline{font-size:2rem}.ws-hero-phases{flex-direction:column;align-items:center}.ws-vote-label{min-width:120px;font-size:.7rem}.ws-persona{flex-direction:column}.ws-persona-name{min-width:auto}.ws-cards-grid{grid-template-columns:1fr}}.ws-how{padding:2.5rem 2rem;background:var(--bg-primary);border-bottom:1px solid var(--divider)}.ws-how-inner{max-width:850px;margin:0 auto;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.ws-how-item{display:flex;gap:.75rem;align-items:flex-start;max-width:250px}.ws-how-title{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.15rem}.ws-how-text{font-size:.8rem;color:var(--text-muted);line-height:1.5}.ws-outcome{padding:.6rem 1rem;background:var(--accent-subtle);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;font-size:.9rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.6}.ws-dimensions{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.25rem}.ws-dim{padding:.5rem .75rem;background:#10b9810a;border:1px solid rgba(16,185,129,.12);border-radius:6px}.ws-dim-label{font-size:.8rem;font-weight:600;color:#10b981;display:block}.ws-dim-desc{font-size:.75rem;color:var(--text-muted)}.ws-card-positive{background:#10b98114!important;border-color:#10b98133!important}.ws-card-positive .ws-card-author{color:#10b981b3!important}.ws-ideas-list{display:flex;flex-direction:column;gap:.4rem}.ws-idea-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f59e0b0a;border:1px solid rgba(245,158,11,.1);border-radius:6px}.ws-idea-text{font-size:.8rem;color:var(--text-secondary);flex:1}.ws-idea-votes{font-size:.75rem;color:#f59e0b;margin-left:.75rem;white-space:nowrap}.ws-personas-grid{display:flex;gap:.5rem;flex-wrap:wrap}.ws-persona-card{padding:.5rem .75rem;background:#10b9810a;border:1px solid rgba(16,185,129,.12);border-radius:6px}.ws-persona-name{font-size:.8rem;color:var(--text-secondary);display:block}.ws-persona-by{font-size:.65rem;color:var(--text-muted)}.ws-eval-card{padding:.75rem 1rem;background:#10b98108;border:1px solid rgba(16,185,129,.1);border-radius:8px;margin-bottom:.6rem}.ws-eval-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ws-eval-rank{font-size:1rem;font-weight:700;color:#10b981}.ws-eval-idea{font-size:.9rem;font-weight:600;color:var(--text-primary);flex:1}.ws-eval-total{font-size:.85rem;font-weight:700;color:#10b981}.ws-eval-bars{display:flex;flex-direction:column;gap:.3rem}.ws-eval-bar-row{display:flex;align-items:center;gap:.5rem}.ws-eval-dim{font-size:.7rem;color:var(--text-muted);min-width:80px;text-transform:capitalize}.ws-eval-bar-bg{flex:1;height:6px;background:var(--bg-card-hover);border-radius:3px;overflow:hidden}.ws-eval-bar{height:100%;border-radius:3px;transition:width .5s}.ws-eval-score{font-size:.7rem;color:var(--text-tertiary);min-width:24px}.ws-eval-reason{font-size:.75rem;color:var(--text-muted);font-style:italic;margin-top:.4rem}.ws-comparison{max-width:850px;margin:0 auto;padding:4rem 2rem 3rem}.ws-comparison-title{font-size:1.5rem;font-weight:var(--font-heading-weight);color:var(--text-primary);text-align:center;margin-bottom:1.5rem}.ws-comparison-table{display:flex;flex-direction:column;gap:.4rem}.ws-comp-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ws-comp-old{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--error-bg);border:1px solid rgba(239,68,68,.1);border-radius:6px;font-size:.8rem;color:var(--text-secondary)}.ws-comp-new{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--success-bg);border:1px solid var(--success-border);border-radius:6px;font-size:.8rem;color:var(--text-secondary)}.ws-cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.ws-cta-button-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.9rem 2rem;border:1px solid var(--border-hover);color:var(--text-secondary);border-radius:8px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s}.ws-cta-button-secondary:hover{border-color:var(--text-muted);color:var(--text-primary);text-decoration:none}@media(max-width:768px){.ws-how-inner{flex-direction:column;align-items:center}.ws-dimensions,.ws-comp-row{grid-template-columns:1fr}}.ws-story{padding:4rem 1.5rem;background:#0f0f1a}.ws-story-inner{max-width:720px;margin:0 auto}.ws-story-title{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.3}.ws-story-content{margin-bottom:2rem}.ws-story-content p{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:1rem}.ws-story-content p:last-child{color:var(--text-primary);font-weight:500}.ws-story-steps{display:flex;flex-direction:column;gap:1rem}.ws-story-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card-hover);border:1px solid var(--border);border-radius:12px}.ws-story-step-num{width:32px;height:32px;border-radius:50%;background:#a855f7;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.ws-story-step div{display:flex;flex-direction:column;gap:.2rem}.ws-story-step strong{color:#fff;font-size:.95rem}.ws-story-step span{color:var(--text-tertiary);font-size:.85rem}.ws-story{padding:4rem 2rem;background:var(--bg-secondary)}.ws-story-inner{max-width:700px;margin:0 auto}.ws-story-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:1.5rem;color:var(--text-primary);line-height:1.4;margin-bottom:2rem}.ws-story-lead{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:1.5rem;color:var(--text-primary);line-height:1.4;margin-bottom:2rem;text-align:center}.ws-story-body p,.ws-story-content p{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem}.ws-story-content strong{color:var(--text-primary)}.ws-story-steps{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.ws-story-step{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.ws-story-step strong{color:var(--text-primary);display:block}.ws-story-step span{color:var(--text-tertiary);font-size:.9rem}.ws-story-step-num{width:36px;height:36px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--accent);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;flex-shrink:0}.ws-story-conclusion{color:var(--text-primary)!important;font-weight:500;border-left:3px solid var(--accent);padding-left:1rem;margin-top:1.5rem!important}.ws-icon-accent{color:var(--accent)}.ws-phone-demo{padding:4rem 2rem;background:#a855f705}.ws-phone-demo-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:3rem}.ws-phone-demo-text{flex:1}.ws-phone-demo-text h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.ws-phone-demo-text p{font-size:1rem;color:var(--text-secondary);line-height:1.7}@media(max-width:768px){.ws-phone-demo-inner{flex-direction:column-reverse;gap:2rem}.ws-phone-demo-text{text-align:center}}.ws-scenario-selector{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:1rem 0 1.5rem}.ws-scenario-pill{padding:.4rem .8rem;border-radius:20px;border:1px solid var(--border, rgba(0, 0, 0, .12));background:var(--bg-card, rgba(0, 0, 0, .03));color:var(--text-secondary, #555);font-size:.8rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.3rem}.ws-scenario-pill:hover{border-color:#a855f766;color:var(--text-primary, #222)}.ws-scenario-pill.active{border-color:#a855f7;background:#a855f71a;color:var(--text-primary, #222);font-weight:600}.ws-hero-cta-sub{font-size:.75rem;color:var(--text-secondary, #666);margin-top:.5rem;letter-spacing:.3px}.ws-pain{padding:3rem 2rem;background:#ef444405}.ws-pain-inner{max-width:700px;margin:0 auto;text-align:center}.ws-pain-title{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.ws-pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left;margin-bottom:1.5rem}.ws-pain-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.ws-pain-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.ws-pain-deliverable{font-size:.85rem;color:var(--text-muted, rgba(255, 255, 255, .5));border-top:1px solid rgba(255,255,255,.06);padding-top:1rem;margin-top:.5rem;line-height:1.6}@media(max-width:768px){.ws-pain-grid{grid-template-columns:1fr}}.ws-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#0f0f1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(168,85,247,.2);padding:.75rem 2rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;z-index:100;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ws-sticky-cta-text{font-size:.85rem;color:#ffffffb3;font-weight:500}.ws-sticky-cta-btn{padding:.5rem 1.25rem;background:#a855f7;color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;white-space:nowrap}.ws-sticky-cta-btn:hover{background:#9333ea}@media(max-width:768px){.ws-sticky-cta{padding:.6rem 1rem;gap:.75rem}.ws-sticky-cta-text{font-size:.75rem;display:none}.ws-sticky-cta-btn{width:100%;text-align:center}}.legal-page{padding-top:80px;min-height:100vh;background:#1a1a2e}.legal-header{padding:3rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);text-align:center}.legal-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.legal-subtitle{color:#fff9;font-style:italic}.legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem;color:#ffffffd9;line-height:1.8}.legal-content h2{color:#a855f7;font-size:1.25rem;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.legal-content h3{color:#fff;font-size:1.1rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:#a855f7;text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content section{margin-bottom:1.5rem}.legal-date{margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#fff6;font-size:.9rem;text-align:center}.legal-contact-box{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;margin:1rem 0}@media(max-width:768px){.legal-content{padding:2rem 1.5rem 4rem}.legal-title{font-size:1.75rem}.legal-content h2{font-size:1.1rem}}.legal-image-container{max-width:900px;margin:0 auto;padding:2rem}.legal-image{width:100%;height:auto;border-radius:8px}.construction{padding-top:80px;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-hero)}.construction-content{text-align:center;max-width:500px;padding:2rem}.construction-icon{color:var(--accent);margin-bottom:2rem;opacity:.8}.construction-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.5px}.construction-message{font-size:1.15rem;color:var(--text-tertiary);line-height:1.6;margin-bottom:2rem}.construction-imprint{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.construction-imprint:hover{color:var(--text-secondary);text-decoration:none}
