:root{font-family:canelo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#fffffff2;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;overflow-x:hidden}#root{width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600}html,body{overflow-x:hidden;max-width:100%}.app{width:100%;min-height:100vh;background:#0a0a0a;overflow-x:hidden}.nav{position:fixed;top:0;width:100%;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000}.nav-container{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.8}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 1.75rem;border-radius:10px;font-size:1.05rem;font-weight:600;transition:all .3s ease;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@keyframes goldBorder{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes ctaPulse{0%,to{box-shadow:0 0 20px #ffd70066,0 0 40px #ffd70033}50%{box-shadow:0 0 30px #ffd70099,0 0 60px #ffd70066}}.hero-centered{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:5rem 0 2rem;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%)}.hero-centered-container{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;width:100%}.hero-split{min-height:65vh;display:flex;align-items:center;padding:5rem 0 2rem;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%)}.hero-content{max-width:1000px;text-align:center;width:100%;padding:0 1rem;box-sizing:border-box}.hero-title-premium{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;animation:fadeInUp .8s ease-out}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle-premium{font-size:clamp(1.1rem,1.8vw,1.4rem);color:#ffffffbf;max-width:600px;margin:0 auto 2rem;line-height:1.6;font-weight:400;animation:fadeInUp .8s ease-out .2s backwards}.hero-pricing-premium{font-size:clamp(1rem,1.4vw,1.2rem);color:#ffffffd9;margin:0 0 2rem;line-height:1.6;font-weight:500;animation:fadeInUp .8s ease-out .3s backwards}.hero-buttons-premium{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;width:100%;animation:fadeInUp .8s ease-out .4s backwards}.primary-button-premium{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;transition:all .3s ease;cursor:pointer;box-shadow:0 8px 30px #667eea4d}.primary-button-premium:hover{transform:translateY(-2px);box-shadow:0 12px 40px #667eea66}.secondary-button-premium{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:12px;font-size:.95rem;font-weight:600;transition:all .3s ease;cursor:pointer}.secondary-button-premium:hover{border-color:#fff6;background:#ffffff0d}.hero-microproof{font-size:.9rem;color:#ffffff80;margin-top:1.5rem;font-weight:500;animation:fadeInUp .8s ease-out .5s backwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards;width:100%;max-width:100%;box-sizing:border-box}.example-card-premium{width:100%;max-width:400px;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.25);border-radius:20px;padding:3rem 2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #667eea1f,0 0 60px #764ba214;position:relative;overflow:hidden;animation:floatCard 6s ease-in-out infinite}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.example-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 12px rgba(102,126,234,.4));animation:pulse 3s ease-in-out infinite}.example-title{font-size:1.4rem;font-weight:700;color:#fffffff2;margin-bottom:1rem}.example-description{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.example-shimmer{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.6),rgba(118,75,162,.6),transparent);animation:shimmerMove 3s ease-in-out infinite}@keyframes shimmerMove{0%{transform:translate(-100%)}to{transform:translate(100%)}}.command-center-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(102,126,234,.2)}.status-indicator{display:flex;align-items:center;gap:.6rem}.pulse-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulseDot 2s ease-in-out infinite;box-shadow:0 0 12px #4ade80}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.status-text{font-size:.75rem;font-weight:700;color:#4ade80;text-transform:uppercase;letter-spacing:1px}.agent-count{font-size:.75rem;color:#fff9;font-weight:500}.agents-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.agent-card{background:linear-gradient(135deg,#33415580,#1e293b80);border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.6rem;transition:all .3s ease;position:relative;overflow:hidden}.agent-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.agent-card:hover{border-color:#667eea80;transform:translateY(-2px);box-shadow:0 8px 20px #667eea26}.agent-card:hover:before{opacity:1}.agent-icon{font-size:2rem;filter:drop-shadow(0 2px 8px rgba(102,126,234,.4))}.agent-name{font-size:.85rem;font-weight:600;color:#ffffffe6}.agent-task{font-size:.75rem;color:#ffffffb3;line-height:1.4}.agent-progress{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin:.3rem 0}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;transition:width 2s ease;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.7}}.agent-status-badge{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;align-self:flex-start}.agent-status-badge.success{background:#4ade8026;color:#4ade80;border:1px solid rgba(74,222,128,.3)}.agent-metric{font-size:.7rem;color:#4ade80;font-weight:600}.dashboard-carousel-expanded{height:360px;overflow:hidden;position:relative;background:linear-gradient(135deg,#2d3e5066,#23303e66)}.carousel-track-expanded{transition:transform .8s cubic-bezier(.4,0,.2,1)}.dashboard-card-expanded{height:120px;padding:1rem 1.5rem;background:linear-gradient(135deg,#33415599,#27374699);border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:center;gap:.8rem}.card-header-expanded{display:flex;align-items:center;gap:.6rem}.card-icon-expanded{font-size:1.2rem;filter:drop-shadow(0 2px 8px rgba(255,215,0,.3))}.card-header-expanded h3{font-size:.9rem;font-weight:600;color:#ffffffb3;margin:0}.card-status-expanded{font-size:.8rem;line-height:1.4;color:#ffffffd9;font-weight:400}.card-status-expanded.typing{color:#ffffffe6}.card-status-expanded.success{color:#4ade80;font-weight:500}.card-value{font-size:.75rem;color:#ffd700e6;font-weight:500;padding:.4rem .6rem;background:#ffd7001a;border-radius:6px;border-left:2px solid rgba(255,215,0,.5)}.card-status-expanded .dots{animation:typingDots 1.5s infinite;color:#4ade80}.dashboard-footer-expanded{padding:1rem 1.5rem;background:linear-gradient(135deg,#334155cc,#1e293bcc);border-top:1px solid rgba(255,215,0,.2)}.live-indicator{display:flex;align-items:center;gap:.7rem}.live-dot{width:10px;height:10px;background:#4ade80;border-radius:50%;animation:livePulse 2s ease-in-out infinite;box-shadow:0 0 10px #4ade8080}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.live-text{font-size:.95rem;color:#ffffffb3;font-weight:500}.primary-button{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid transparent;padding:.8rem 1.3rem;border-radius:10px;font-size:.9rem;font-weight:600;transition:transform .2s;cursor:pointer;overflow:hidden;z-index:1;box-shadow:0 0 25px #ffd70066;animation:ctaPulse 2s ease-in-out infinite;box-sizing:border-box}.primary-button:before{content:"";position:absolute;inset:-3px;background:linear-gradient(45deg,gold,orange,gold,orange);background-size:400% 400%;border-radius:13px;z-index:-1;animation:goldBorder 2.5s ease infinite;opacity:1}.primary-button:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;z-index:-1}.primary-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 35px #ffd700b3,0 0 50px #ffa50080;animation:ctaPulse 1s ease-in-out infinite}.primary-button:hover:before{animation:goldBorder 1.2s ease infinite;opacity:1}.secondary-button{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);padding:.8rem 1.3rem;border-radius:10px;font-size:.9rem;font-weight:600;transition:all .2s;cursor:pointer;box-sizing:border-box}.secondary-button:hover{border-color:#fff6;background:#ffffff0d}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.section-title-center{font-size:clamp(1.5rem,3vw,2rem);text-align:center;margin-bottom:2rem;font-weight:700}.section-cta{text-align:center;margin-top:3rem}.what-we-do{padding:4rem 2rem;background:#ffffff05}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.step-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s}.step-card:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#667eea4d;box-shadow:0 10px 40px #667eea33}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-card h3{font-size:1.1rem;margin-bottom:.8rem}.step-card p{color:#ffffffb3;line-height:1.6;font-size:.9rem}.link-button{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s;background:transparent;border:none;cursor:pointer;font-size:1rem}.link-button:hover{color:#764ba2}.benefits{padding:4rem 2rem}.carousel-container{position:relative;display:flex;align-items:center;gap:2rem;max-width:1000px;margin:0 auto 3rem}.carousel-wrapper{flex:1;overflow:hidden;border-radius:24px}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%;padding:0 1rem}.benefit-card-carousel{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px solid rgba(255,215,0,.2);border-radius:24px;padding:4rem 3rem;text-align:center;position:relative;overflow:hidden;min-height:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 20px 60px #ffd7001a}.benefit-card-carousel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(255,215,0,.1),transparent 60%);opacity:1}.benefit-icon-wrapper{margin-bottom:2.5rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.benefit-svg{width:120px;height:120px;filter:drop-shadow(0 8px 25px rgba(255,215,0,.5));animation:float 3s ease-in-out infinite,pulse 2s ease-in-out infinite}.benefit-card-carousel p{font-size:1.65rem;line-height:1.8;color:#fffffff2;margin:0;font-weight:500;position:relative;z-index:1}.carousel-button{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid rgba(255,215,0,.3);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:#fff;box-shadow:0 4px 20px #ffd70033}.carousel-button:hover{transform:scale(1.1);background:linear-gradient(135deg,#764ba2,#667eea);border-color:#ffd70099;box-shadow:0 6px 30px #ffd70066}.carousel-button:active{transform:scale(.95)}.carousel-indicators{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.indicator{width:12px;height:12px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:linear-gradient(135deg,gold,orange);width:40px;border-radius:6px;box-shadow:0 0 15px #ffd70099}.indicator:hover{background:#ffd70066}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.testimonials{padding:4rem 2rem;background:#ffffff05}.testimonials-image-container{max-width:1000px;margin:0 auto;text-align:center}.testimonials-screenshot{width:100%;max-width:900px;height:auto;border-radius:16px;border:2px solid rgba(255,215,0,.2);box-shadow:0 10px 40px #ffd70026;margin-bottom:2rem;transition:all .3s ease}.testimonials-screenshot:hover{transform:translateY(-5px);box-shadow:0 15px 50px #ffd70040;border-color:#ffd70066}.testimonials-note{font-size:.95rem;color:#fff9;font-style:italic;margin-top:1.5rem}.testimonials-note a{color:#667eea;text-decoration:none;transition:color .3s}.testimonials-note a:hover{color:#764ba2;text-decoration:underline}.about{padding:3rem 2rem;background:#0a0a0a80}.about-content-compact{display:flex;align-items:center;gap:2.5rem;max-width:900px;margin:0 auto}.about-image-compact{flex-shrink:0}.profile-photo-compact{width:140px;height:140px;border-radius:50%;box-shadow:0 0 0 3px #ffffff1a,0 0 0 6px #667eea33,0 10px 30px #667eea4d;border:3px solid rgba(255,255,255,.2);object-fit:cover;object-position:center 20%}.about-text-compact h2{font-size:1.8rem;margin-bottom:1rem}.about-text-compact p{color:#fffc;line-height:1.6;margin-bottom:1rem;font-size:1rem}.about-text-compact p:last-child{margin-bottom:0}.about-content{display:grid;grid-template-columns:350px 1fr;gap:4rem;align-items:start}.about-image{position:sticky;top:100px;display:flex;justify-content:center}.profile-photo{width:350px;height:350px;border-radius:50%;box-shadow:0 0 0 4px #ffffff1a,0 0 0 8px #667eea33,0 20px 60px #667eea66;border:4px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#667eea,#764ba2);object-fit:cover;object-position:center 20%;transition:transform .3s ease,box-shadow .3s ease}.profile-photo:hover{transform:scale(1.05);box-shadow:0 0 0 4px #fff3,0 0 0 8px #667eea4d,0 25px 70px #667eea80}.about-text h2{font-size:3rem;margin-bottom:1.5rem}.about-text p{color:#fffc;line-height:1.8;margin-bottom:1.5rem;font-size:1.25rem}.systems-list{list-style:none;margin:1.5rem 0;padding:0}.systems-list li{color:#fffc;line-height:1.8;margin-bottom:1rem;padding-left:1.5rem;position:relative;font-size:1.2rem}.systems-list li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700}@media(max-width:768px){.about-content-compact{flex-direction:column;text-align:center;gap:1.5rem}.profile-photo-compact{width:120px;height:120px}.about-text-compact h2{font-size:1.5rem}}.community{padding:4rem 2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.community-subtitle{text-align:center;color:#ffffffb3;font-size:1.35rem;line-height:1.8;max-width:800px;margin:0 auto 3rem}.community-cta{text-align:center;margin-top:2rem}.primary-button.large{padding:1.4rem 3.25rem;font-size:1.4rem}.community-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.form-input{padding:1rem 1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s}.form-input::placeholder{color:#fff6}.form-input:focus{outline:none;border-color:#667eea;background:#ffffff14}.form-group{width:100%}.form-checkbox-group{text-align:left;margin:.5rem 0}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;color:#fffc;font-size:.95rem;line-height:1.6}.checkbox-label input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#667eea}.checkbox-text{flex:1}.checkbox-text a{color:#667eea;text-decoration:none;transition:color .3s}.checkbox-text a:hover{color:#764ba2;text-decoration:underline}.form-error{background:#ff646426;border:1px solid rgba(255,100,100,.3);color:#ff6b6b;padding:1rem;border-radius:10px;text-align:center;font-size:.95rem}.form-success{background:#64ff641a;border:2px solid rgba(100,255,100,.3);border-radius:16px;padding:3rem 2rem;text-align:center;max-width:500px;margin:0 auto}.form-success h3{font-size:2rem;margin-bottom:1rem;color:#4ade80}.form-success p{font-size:1.2rem;color:#ffffffe6}.form-benefits{text-align:center;color:#ffffffb3;font-size:1rem;line-height:1.8;margin-top:1.5rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,215,0,.1)}.form-benefits strong{color:#fffffff2;font-size:1.1rem;display:block;margin-bottom:.75rem}.pricing{padding:4rem 2rem;background:linear-gradient(180deg,#0a0a0a00,#667eea0d)}.pricing-intro{text-align:center;font-size:1.2rem;color:#fffc;margin:-1rem auto 3rem;max-width:800px;line-height:1.6}.pricing-single{max-width:900px;margin:0 auto}.pricing-card-single{background:#14141499;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.3);border-radius:16px;padding:3rem 2.5rem;transition:all .3s ease}.pricing-card-single.featured{border-color:#667eea80;box-shadow:0 10px 40px #667eea33}.pricing-badge-single{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;display:inline-block;margin-bottom:1.5rem}.pricing-amount-single{text-align:center;margin:2rem 0}.price-range{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1.2}.price-currency-single{font-size:1.2rem;color:#fff9;font-weight:600;display:block;margin-top:.5rem}.pricing-divider{font-size:1.3rem;font-weight:700;color:#fff;text-align:center;margin:2.5rem 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.3)}.pricing-factors{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.factor-item{display:flex;gap:1rem;align-items:flex-start;background:#667eea0d;padding:1.25rem;border-radius:10px;border:1px solid rgba(102,126,234,.15)}.factor-icon{font-size:1.8rem;flex-shrink:0}.factor-content h4{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem}.factor-content p{font-size:.9rem;color:#ffffffb3;margin:0;line-height:1.5}.pricing-features-single{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.pricing-features-single li{font-size:1.05rem;color:#ffffffe6;line-height:1.6;padding-left:0}.pricing-button-single{width:100%;padding:1.3rem 2rem;border-radius:10px;font-size:1.15rem;font-weight:700;text-align:center;transition:all .3s ease;cursor:pointer;border:none;margin-top:2rem;display:block;text-decoration:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #667eea66}.pricing-button-single:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.pricing-note-single{text-align:center;font-size:1.05rem;color:#ffffffb3;margin:2.5rem auto 1rem;max-width:700px;line-height:1.6}@media(max-width:968px){.pricing-factors{grid-template-columns:1fr;gap:1rem}.price-range{font-size:2.5rem}.pricing-card-single{padding:2rem 1.5rem}.factor-item{padding:1rem}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-8px);border-color:#667eea80;box-shadow:0 20px 40px #667eea33}.pricing-card.featured{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.5);transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.08) translateY(-8px)}.pricing-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border-radius:8px;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;width:fit-content}.pricing-badge.popular{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.pricing-badge.featured-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;padding:.4rem .8rem;margin-bottom:.5rem}.pricing-tagline{font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem;font-style:italic}.pricing-amount{margin-bottom:1.5rem}.price-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-currency{font-size:1.2rem;color:#fff9;margin-left:.5rem}.pricing-subtitle{font-size:1.1rem;color:#fffc;margin-bottom:1.5rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing-features li{padding:.75rem 0;color:#ffffffd9;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.05)}.pricing-features li:last-child{border-bottom:none}.pricing-button{width:100%;padding:1rem 2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.pricing-button:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.pricing-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 8px 20px #667eea66}.pricing-button.primary:hover{box-shadow:0 12px 30px #667eea99}.pricing-note{text-align:center;margin-top:3rem;font-size:1rem;color:#fff9;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.faq{padding:4rem 2rem}.faq-grid{display:grid;gap:2rem;max-width:900px;margin:0 auto}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s}.faq-item:hover{background:#ffffff0d;border-color:#667eea4d}.faq-item.active{border-color:#667eea80;background:#ffffff0f}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{font-size:1.1rem;margin:0;color:#667eea;transition:color .3s}.faq-item.active .faq-question h3{color:#764ba2}.faq-icon{font-size:2rem;color:#667eea;font-weight:300;transition:transform .3s,color .3s;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{color:#764ba2;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 2.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 2.5rem 2rem}.faq-answer p{color:#fffc;line-height:1.8;margin-bottom:1rem;font-size:1.15rem}.footer{background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:center}.footer-main h3{font-size:2.4rem;margin-bottom:1.5rem}.footer-info p{color:#ffffffb3;margin-bottom:1rem;font-size:1.15rem}.footer-info a{color:#667eea;text-decoration:none;transition:color .3s}.footer-info a:hover{color:#764ba2}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#fff9;text-decoration:none;transition:color .3s}.footer-social a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}.footer-bottom p{margin:.5rem 0}.footer-privacy{font-size:.9rem}.footer-privacy a{color:#fff9;text-decoration:none;transition:color .3s}.footer-privacy a:hover{color:#667eea;text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;overflow-y:auto}.modal-content{background:#0a0a0a;border:2px solid rgba(255,215,0,.2);border-radius:20px;padding:3rem;max-width:950px;width:100%;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080,0 0 40px #ffd7001a}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s}.modal-close:hover{background:#ffffff1a}.modal-content h2{font-size:2.4rem;margin-bottom:1rem;text-align:center}.modal-subtitle{text-align:center;color:#ffffffb3;font-size:1.25rem;line-height:1.8;margin-bottom:2rem}.calendar-embed{margin-bottom:1.5rem;border-radius:12px;overflow:hidden;border:1px solid rgba(255,215,0,.2);box-shadow:0 8px 30px #ffd7001a}.calendar-embed iframe{display:block;min-height:600px}.modal-footer-note{text-align:center;color:#fff9;font-size:.9rem;font-style:italic}.community-modal{max-width:600px}.activecampaign-form{margin-top:2rem}.activecampaign-form ._form_10{max-width:100%}.playbook-modal{max-width:650px}.playbook-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form-row{width:100%}.form-input-modal{width:100%;padding:1.2rem 1.5rem;border-radius:12px;border:2px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:1.1rem;transition:all .3s;box-sizing:border-box}.form-input-modal::placeholder{color:#ffffff80}.form-input-modal:focus{outline:none;border-color:#667eea;background:#ffffff1f;box-shadow:0 0 0 3px #667eea1a}.form-checkbox-group-modal{text-align:left}.checkbox-label-modal{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;color:#ffffffd9;font-size:1rem;line-height:1.7}.checkbox-label-modal input[type=checkbox]{margin-top:.3rem;width:22px;height:22px;cursor:pointer;flex-shrink:0;accent-color:#667eea}.checkbox-text-modal{flex:1}.checkbox-text-modal a{color:#667eea;text-decoration:none;transition:color .3s;font-weight:600}.checkbox-text-modal a:hover{color:#764ba2;text-decoration:underline}.form-error-modal{background:#ff646426;border:2px solid rgba(255,100,100,.4);color:#ff6b6b;padding:1.2rem;border-radius:12px;text-align:center;font-size:1rem;font-weight:500}.form-success-modal{text-align:center;padding:3rem 2rem}.form-success-modal h2{font-size:2.5rem;margin-bottom:1.5rem;color:#4ade80}.form-success-modal p{font-size:1.3rem;color:#ffffffe6;line-height:1.6}.modal-submit-btn{width:100%;padding:1.3rem 2rem;font-size:1.2rem;border-radius:12px;margin-top:.5rem}.modal-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-benefits-modal{background:#ffd7000d;border:2px solid rgba(255,215,0,.2);border-radius:12px;padding:1.5rem;margin-top:.5rem}.form-benefits-modal p{color:#fffffff2;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.form-benefits-modal ul{list-style:none;padding:0;margin:0}.form-benefits-modal li{color:#ffffffd9;font-size:1rem;line-height:1.8;margin-bottom:.5rem}.live-dashboard{padding:6rem 2rem;background:radial-gradient(circle at 30% 20%,rgba(102,126,234,.08) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(118,75,162,.08) 0%,transparent 50%)}.dashboard-subtitle{text-align:center;font-size:1.3rem;color:#ffffffb3;max-width:800px;margin:-1rem auto 3rem;line-height:1.8}.dashboard-window{max-width:1100px;margin:0 auto 4rem;background:#1e293b99;border:2px solid rgba(255,215,0,.3);border-radius:20px;overflow:hidden;box-shadow:0 0 60px #ffd70026,0 20px 80px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.window-header{background:linear-gradient(135deg,#334155e6,#1e293be6);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(255,215,0,.2)}.window-controls{display:flex;gap:.5rem}.control{width:14px;height:14px;border-radius:50%;display:block}.control.red{background:#ff5f57;box-shadow:0 0 10px #ff5f5780}.control.yellow{background:#ffbd2e;box-shadow:0 0 10px #ffbd2e80}.control.green{background:#28ca42;box-shadow:0 0 10px #28ca4280}.window-title{font-size:1rem;color:#ffffffe6;font-weight:600}.dashboard-content{padding:2.5rem;display:flex;flex-direction:column;gap:2rem;background:linear-gradient(135deg,#2d3e5066,#23303e66)}.dashboard-card-large{background:linear-gradient(135deg,#33415599,#27374699);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:cardSlideIn .8s ease-out backwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dashboard-card-large:nth-child(1){animation-delay:.1s}.dashboard-card-large:nth-child(2){animation-delay:.2s}.dashboard-card-large:nth-child(3){animation-delay:.3s}.dashboard-card-large:nth-child(4){animation-delay:.4s}.dashboard-card-large:nth-child(5){animation-delay:.5s}.dashboard-card-large:nth-child(6){animation-delay:.6s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard-card-large:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(74,222,128,.03) 0%,transparent 50%);opacity:0;transition:opacity .4s;pointer-events:none}.dashboard-card-large:hover{transform:translateY(-5px);border-color:#4ade8033;box-shadow:0 15px 50px #0000004d}.dashboard-card-large:hover:before{opacity:1}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon-small{width:28px;height:28px;color:#60a5fa;opacity:.8}.card-header h3{font-size:1.2rem;font-weight:500;color:#fff9;margin:0;letter-spacing:.3px}.card-big-text{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#4ade80;letter-spacing:-1px;font-family:Courier New,monospace}.card-big-text.percentage{font-size:4rem;background:linear-gradient(135deg,#4ade80,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-big-text.allocation{font-size:3.2rem;color:#4ade80}.card-footer{display:flex;align-items:center;gap:.75rem;font-size:1.1rem}.footer-icon{width:24px;height:24px;border-radius:50%;background:#4ade8033;display:flex;align-items:center;justify-content:center;color:#4ade80;font-size:.9rem;font-weight:700}.footer-text{color:#ffffff80;font-size:1.05rem}.footer-label{color:#ffffff80;font-size:1.05rem;font-weight:500}.typing-card{background:linear-gradient(135deg,#334155b3,#273746b3)}.card-typing-text{font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem;color:#ffffffd9;font-weight:400;min-height:60px}.typing-dots{animation:typingDots 1.5s infinite;color:#4ade80}@keyframes typingDots{0%,20%{opacity:.2}40%{opacity:.5}60%{opacity:1}80%,to{opacity:.2}}.card-success-text{font-size:2rem;font-weight:600;color:#ffffffe6;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.card-footer .status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;font-weight:600}.status-badge.progress{background:#ffbd2e26;color:#ffbd2e;border:1px solid rgba(255,189,46,.3);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:2rem;background:#ffffff08;border:1px solid rgba(255,215,0,.2);border-radius:16px;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);border-color:#ffd70066;box-shadow:0 10px 30px #ffd70026}.stat-number{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:block}.stat-label{font-size:1.1rem;color:#ffffffb3}.problem{padding:4rem 2rem;background:linear-gradient(180deg,#0a0a0a00,#32323208)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.problem-card{background:#32323226;border:1px solid rgba(100,100,100,.2);border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;inset:-1px;background:linear-gradient(45deg,rgba(102,126,234,.3),transparent);border-radius:12px;opacity:0;transition:opacity .3s;z-index:-1}.problem-card:hover:before{opacity:1}.problem-card:hover{transform:translateY(-4px);border-color:#667eea66;box-shadow:0 10px 30px #667eea26;background:#32323240}.problem-icon{font-size:2.5rem;margin-bottom:1rem;filter:drop-shadow(0 3px 10px rgba(102,126,234,.3))}.problem-card h3{font-size:1.1rem;margin-bottom:.8rem;color:#fffffff2;font-weight:700}.problem-card p{color:#ffffffb3;line-height:1.6;font-size:.9rem}.case-study{padding:4rem 2rem;background:linear-gradient(135deg,#667eea08,#764ba208);position:relative;overflow:hidden}.case-study:before{content:"";position:absolute;top:20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-30px,-30px) rotate(120deg)}66%{transform:translate(30px,-20px) rotate(240deg)}}.case-study-content{max-width:1100px;margin:0 auto;background:#ffffff05;border:1px solid rgba(102,126,234,.2);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 40px #0000004d;position:relative}.case-study-header{display:grid;grid-template-columns:300px 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(102,126,234,.2)}.case-study-company h3{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.case-study-industry{color:#ffffff80;font-size:.95rem;font-weight:500}.case-study-challenge h4{font-size:1.3rem;margin-bottom:1rem;color:#ffffffe6;font-weight:600}.case-study-challenge p{color:#ffffffb3;line-height:1.7;font-size:1rem}.case-study-solution{margin-bottom:2.5rem;padding:2rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:16px;border:1px solid rgba(102,126,234,.2)}.case-study-solution h4{font-size:1.4rem;margin-bottom:1.5rem;color:#fffffff2;font-weight:600}.case-study-solution ul{list-style:none;padding:0;margin:0}.case-study-solution li{color:#fffc;line-height:1.7;font-size:1rem;margin-bottom:.8rem;padding-left:1.8rem;position:relative}.case-study-solution li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.case-study-results{margin-bottom:2.5rem}.case-study-results h4{font-size:1.4rem;margin-bottom:2rem;text-align:center;color:#fffffff2;font-weight:600}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.result-item{text-align:center;padding:2rem 1.5rem;background:#667eea0d;border-radius:16px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease;position:relative;overflow:hidden}.result-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.result-item:hover:before{transform:scaleX(1)}.result-item:hover{transform:translateY(-5px);border-color:#667eea66;box-shadow:0 10px 30px #667eea33;background:#667eea14}.result-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:block}.result-item p{color:#ffffffb3;font-size:.95rem;line-height:1.5;margin:0}.case-study-quote{background:#667eea0d;border-left:3px solid #667eea;padding:2rem;border-radius:12px;position:relative}.case-study-quote:before{content:'"';position:absolute;top:-20px;left:20px;font-size:6rem;color:#667eea33;font-family:Georgia,serif;line-height:1}.case-study-quote blockquote{margin:0;font-size:1.15rem;line-height:1.7;color:#ffffffd9;font-style:italic;margin-bottom:1rem;position:relative}.quote-author{text-align:right;color:#fff9;font-size:.95rem;margin:0;font-weight:500}.consultation-modal{max-width:700px}.consultation-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form-textarea-modal{width:100%;padding:1.2rem 1.5rem;border-radius:12px;border:2px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:1.1rem;transition:all .3s;box-sizing:border-box;resize:vertical;font-family:inherit}.form-textarea-modal::placeholder{color:#ffffff80}.form-textarea-modal:focus{outline:none;border-color:#667eea;background:#ffffff1f;box-shadow:0 0 0 3px #667eea1a}.price-prefix{font-size:1.3rem;color:#ffffff80;margin-right:.5rem;font-weight:600}.pricing-contact{text-align:center;margin-top:1.5rem;font-size:1.1rem;color:#ffffffb3}.pricing-contact a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s}.pricing-contact a:hover{color:#764ba2;text-decoration:underline}.scroll-animate{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.faq-answer ul{list-style:none;padding:0;margin:1rem 0}.faq-answer ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffc;line-height:1.7}.faq-answer ul li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.faq-item.active .faq-answer{max-height:1000px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero-centered{padding:4rem 1.5rem 3rem;min-height:55vh}.hero-centered-container{padding:0 1.5rem}.hero-buttons-premium{gap:.9rem}.hero-split-container{grid-template-columns:1fr;gap:3rem}.hero-left{text-align:center}.hero-buttons-split{align-items:stretch}.live-dashboard-compact{margin:0 auto}.about-content{grid-template-columns:1fr;gap:2rem}.about-image{position:static;max-width:300px;margin:0 auto}.profile-photo{width:300px;height:300px}.footer-content{grid-template-columns:1fr}}@media(max-width:768px){.nav-container{padding:1rem 1.5rem}.logo{font-size:1.2rem}.cta-button{padding:.7rem 1.2rem;font-size:.9rem}.hero-split{padding:5rem 1.5rem 3rem;min-height:auto}.hero-split-container{padding:0 1rem;gap:2.5rem}.hero-title{font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.3}.hero-subtitle{font-size:1.05rem}.dashboard-window-compact{max-width:100%}.dashboard-card-compact{padding:1.5rem 2rem;height:200px}.hero{padding:6rem 1.5rem 3rem;min-height:85vh}.hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.primary-button,.secondary-button{width:100%;min-width:0;padding:1rem 1.5rem;font-size:1rem}.section-title-center{font-size:clamp(1.75rem,5vw,2.2rem);margin-bottom:2rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:2rem}.carousel-container{gap:1rem}.carousel-button{width:50px;height:50px}.benefit-card-carousel{padding:3rem 2rem;min-height:300px}.benefit-svg{width:100px;height:100px}.benefit-card-carousel p{font-size:1.2rem}.testimonials-screenshot{max-width:100%;border-radius:12px}.testimonials-note{font-size:.9rem}.about-text h2{font-size:2rem}.about-text p,.systems-list li{font-size:1rem}.community-subtitle{font-size:1.05rem}.community-form{max-width:100%;padding:0 1rem}.primary-button.large{padding:1.2rem 2.5rem;font-size:1.2rem}.form-benefits{font-size:.95rem}.playbook-modal{max-width:90%}.form-input-modal{font-size:1rem;padding:1rem 1.3rem}.checkbox-label-modal{font-size:.95rem}.modal-submit-btn{font-size:1.1rem;padding:1.2rem 2rem}.form-benefits-modal{padding:1.3rem}.form-benefits-modal p{font-size:1rem}.form-benefits-modal li{font-size:.95rem}.faq-item{padding:2rem}.faq-item h3{font-size:1.15rem}.footer-main h3{font-size:1.5rem}.modal-content{padding:2rem;max-height:85vh}.modal-content h2{font-size:1.5rem}.modal-subtitle{font-size:1rem}.calendar-embed{margin-bottom:1.25rem}.calendar-embed iframe{min-height:550px;height:550px}.case-study{padding:3.5rem 1.5rem}.case-study-content{padding:2rem}.case-study-header{grid-template-columns:1fr;gap:2rem}.case-study-company h3{font-size:1.75rem}.case-study-challenge h4,.case-study-solution h4,.case-study-results h4{font-size:1.25rem}.results-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:480px){.nav-container{padding:1rem;gap:.5rem}.logo{font-size:1rem;flex-shrink:1;min-width:0}.cta-button{padding:.6rem .9rem;font-size:.8rem;white-space:nowrap;flex-shrink:0}.hero-centered{padding:4rem 1rem 2.5rem;min-height:70vh}.hero-centered-container{padding:0 1rem}.hero-title-premium{font-size:clamp(1.6rem,6vw,2rem);margin-bottom:.8rem}.hero-subtitle-premium{font-size:clamp(.95rem,3vw,1.15rem);margin-bottom:1.2rem}.hero-pricing-premium{font-size:clamp(.9rem,2.5vw,1.05rem);margin-bottom:1.5rem}.hero-buttons-premium{gap:.8rem}.primary-button-premium{padding:1rem 1.5rem;font-size:.95rem}.secondary-button-premium{padding:.95rem 1.5rem;font-size:.9rem}.hero-microproof{font-size:.85rem;margin-top:1.2rem}.hero{padding:5rem 1.25rem 2.5rem;min-height:80vh}.hero-title{font-size:1.5rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:2rem}.hero-buttons{gap:.6rem}.primary-button,.secondary-button{width:100%;min-width:0;padding:.9rem 1.25rem;font-size:.95rem}.hero-split{padding:5rem 1.25rem 2.5rem}.hero-split-container{padding:0 .5rem;gap:2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.95rem}.hero-subtext{font-size:.9rem;margin-bottom:1.5rem}.hero-social-proof{text-align:center;font-size:.9rem}.dashboard-carousel-expanded{height:360px}.dashboard-card-expanded{padding:1.25rem 1.5rem}.card-header-expanded h3{font-size:1rem}.card-status-expanded{font-size:.9rem}.card-value{font-size:.85rem;padding:.4rem .6rem}.section-container{padding:0 1.25rem}.section-title-center{font-size:1.5rem;margin-bottom:1.5rem}.what-we-do,.benefits,.testimonials,.about,.community,.pricing,.case-study,.faq{padding:4rem 1.25rem}.step-card{padding:1.75rem}.step-number{width:50px;height:50px;font-size:1.75rem}.step-card h3{font-size:1.25rem}.carousel-container{gap:.5rem;flex-direction:column}.carousel-button{display:none}.benefit-card-carousel{padding:2.5rem 1.5rem;min-height:280px}.benefit-svg{width:80px;height:80px}.benefit-card-carousel p{font-size:1.05rem}.testimonials-screenshot{border-radius:10px}.testimonials-note{font-size:.85rem;padding:0 1rem}.about-image{max-width:250px}.profile-photo{width:250px;height:250px}.about-text h2{font-size:1.75rem}.about-text p,.systems-list li,.community-subtitle{font-size:.95rem}.community-form{padding:0 .5rem}.form-input{padding:.9rem 1.25rem;font-size:.95rem}.checkbox-label{font-size:.85rem;gap:.5rem}.checkbox-label input[type=checkbox]{width:18px;height:18px}.form-benefits{font-size:.9rem;padding:1rem}.form-benefits strong{font-size:1rem}.form-success h3{font-size:1.5rem}.form-success p{font-size:1rem}.primary-button.large{padding:1rem 1.5rem;font-size:1rem;width:100%}.playbook-modal{max-width:95%;padding:1.5rem}.playbook-modal h2{font-size:1.4rem;line-height:1.3}.playbook-modal .modal-subtitle{font-size:.95rem}.playbook-form{gap:1.2rem;margin-top:1.5rem}.form-input-modal{font-size:1rem;padding:1rem 1.2rem}.checkbox-label-modal{font-size:.9rem;gap:.7rem}.checkbox-label-modal input[type=checkbox]{width:20px;height:20px}.modal-submit-btn{font-size:1rem;padding:1.1rem 1.5rem}.form-benefits-modal{padding:1.2rem}.form-benefits-modal p{font-size:.95rem}.form-benefits-modal li{font-size:.9rem}.form-success-modal h2{font-size:1.8rem}.form-success-modal p{font-size:1.1rem}.faq-item{padding:1.75rem}.faq-item h3{font-size:1.05rem}.faq-item p{font-size:.95rem}.footer{padding:3rem 1.25rem 1.5rem}.footer-main h3{font-size:1.35rem}.footer-info{font-size:.9rem}.modal-overlay{padding:2rem .5rem .5rem;align-items:flex-start}.modal-content{padding:1.25rem;max-height:92vh;border-radius:16px}.modal-close{top:.5rem;right:.5rem;font-size:1.75rem;background:#ffffff1a}.modal-content h2{font-size:1.25rem;margin-bottom:.75rem;padding-right:2.5rem;line-height:1.3}.modal-subtitle{font-size:.85rem;margin-bottom:1.25rem;line-height:1.6}.calendar-embed{margin-bottom:1rem;border-radius:10px}.calendar-embed iframe{min-height:500px;height:500px}.modal-footer-note{font-size:.8rem;line-height:1.4}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.pricing-card{padding:2rem 1.5rem}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:scale(1) translateY(-8px)}.price-number{font-size:2.5rem}.pricing-intro{font-size:1.1rem;padding:0 1rem}.pricing-note{font-size:.9rem;padding:0 1rem}.case-study{padding:3rem 1rem}.case-study-content{padding:1.5rem}.case-study-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.case-study-company h3{font-size:1.5rem}.case-study-industry{font-size:.85rem}.case-study-challenge h4{font-size:1.1rem;margin-bottom:.75rem}.case-study-challenge p{font-size:.9rem;line-height:1.6}.case-study-solution{padding:1.25rem;margin-bottom:1.5rem}.case-study-solution h4{font-size:1.15rem;margin-bottom:1rem}.case-study-solution li{font-size:.9rem;line-height:1.6;margin-bottom:.6rem;padding-left:1.5rem}.case-study-results h4{font-size:1.15rem;margin-bottom:1.25rem}.results-grid{grid-template-columns:1fr;gap:1rem}.result-item{padding:1.25rem}.result-number{font-size:1.75rem}.result-item p{font-size:.9rem}.case-study-quote{padding:1.25rem}.case-study-quote:before{font-size:4rem;top:-10px;left:10px}.case-study-quote blockquote{font-size:.95rem;line-height:1.6}.quote-author{font-size:.85rem}}.hero-split{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.15) 0%,transparent 50%)}.hero-split-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.hero-title-new{font-size:2.5rem;font-weight:800;line-height:1.25;color:#fff;margin:0;max-width:600px}.hero-subtitle-new{font-size:1.1rem;line-height:1.65;color:#ffffffbf;margin:0;max-width:550px}.hero-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.1rem 2.3rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content;box-shadow:0 4px 20px #667eea66;text-decoration:none;display:inline-block}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea99}.hero-microproof-new{font-size:.95rem;color:#fff9;font-weight:500}.hero-right{position:relative;display:flex;align-items:center;justify-content:center}.ai-brain-diagram{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.brain-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}.brain-icon{font-size:5rem;margin-bottom:.5rem;animation:brainPulse 3s ease-in-out infinite}@keyframes brainPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.brain-label{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.assistant-node{position:absolute;background:#ffffff0d;border:2px solid rgba(255,215,0,.3);border-radius:16px;padding:1.2rem 1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.assistant-node:hover{background:#ffffff1a;border-color:#ffd70099;transform:scale(1.05)}.node-icon{font-size:2rem;margin-bottom:.3rem}.node-name{font-size:.95rem;font-weight:600;color:#fff}.node-1{top:0;left:50%;transform:translate(-50%)}.node-2{top:50%;right:0;transform:translateY(-50%)}.node-3{bottom:0;left:50%;transform:translate(-50%)}.node-4{top:50%;left:0;transform:translateY(-50%)}.brain-connections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.connection-line{stroke:#ffd7004d;stroke-width:2;stroke-dasharray:5,5;animation:dashAnimation 20s linear infinite}@keyframes dashAnimation{to{stroke-dashoffset:1000}}.playbook-bottom{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:4rem 0}.playbook-bottom-content{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}.playbook-bottom-left{display:flex;flex-direction:column;gap:1rem}.playbook-bottom-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.playbook-bottom-subtitle{font-size:1.1rem;color:#ffffffb3;line-height:1.6;margin:0}.playbook-bottom-form{display:flex;flex-direction:column;gap:1rem}.form-row-inline{display:flex;gap:.8rem;flex-wrap:wrap}.form-input-inline{flex:1;min-width:200px;padding:1rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .3s ease}.form-input-inline:focus{outline:none;border-color:#ffd70080;background:#ffffff14}.form-input-inline::placeholder{color:#fff6}.playbook-submit-btn{background:linear-gradient(135deg,gold,orange);color:#0a0a0a;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.playbook-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffd70066}.playbook-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-checkbox-inline{display:flex;align-items:flex-start}.checkbox-label-inline{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.85rem;color:#fff9}.checkbox-text-inline{line-height:1.4}.checkbox-text-inline a{color:#ffd700cc;text-decoration:none}.checkbox-text-inline a:hover{text-decoration:underline}.form-error-inline{padding:.8rem 1rem;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;color:#ff6b6b;font-size:.9rem}.form-success-inline{padding:.8rem 1rem;background:#00ff001a;border:1px solid rgba(0,255,0,.3);border-radius:8px;color:#51cf66;font-size:.9rem}@media(max-width:968px){.hero-split-container{grid-template-columns:1fr;gap:3rem}.hero-title-new{font-size:2.5rem}.hero-subtitle-new{font-size:1.1rem}.ai-brain-diagram{width:100%;max-width:400px;height:400px}.playbook-bottom-content{grid-template-columns:1fr;gap:2rem}.playbook-bottom-title{font-size:2rem}.form-row-inline{flex-direction:column}.form-input-inline{min-width:100%}}@media(max-width:640px){.hero-split{padding:6rem 0 3rem;min-height:auto}.hero-title-new{font-size:1.75rem;line-height:1.3}.hero-subtitle-new{font-size:.95rem;line-height:1.6}.hero-cta-button{padding:1rem 2rem;font-size:1rem;width:100%;text-align:center}.ai-brain-diagram{width:100%;max-width:320px;height:320px}.brain-icon{font-size:3.5rem}.brain-label{font-size:1.1rem}.assistant-node{padding:.8rem 1rem}.node-icon{font-size:1.5rem}.node-name{font-size:.85rem}.playbook-bottom-title{font-size:1.6rem}.playbook-bottom-subtitle{font-size:1rem}}.ai-brain-video-container{width:100%;max-width:600px;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0006;border:2px solid rgba(255,215,0,.2);background:#0000004d}.ai-brain-video{width:100%;height:auto;display:block}.hero-right .ai-brain-video-container~.ai-brain-diagram{display:none}@media(max-width:968px){.ai-brain-video-container{max-width:100%}}@media(max-width:768px){.hero-right{display:none}}@media(max-width:640px){.ai-brain-video-container{border-radius:12px;border-width:1px}}.sticky-cta-mobile{position:fixed;bottom:0;left:0;right:0;z-index:999;padding:1rem;background:linear-gradient(to top,rgba(10,10,10,.98) 0%,rgba(10,10,10,.95) 80%,transparent 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;box-shadow:0 -4px 20px #0000004d}.sticky-cta-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.1rem 2rem;border-radius:10px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #667eea80;text-align:center;text-decoration:none;display:block}.sticky-cta-button:active{transform:scale(.98)}@media(max-width:968px){.sticky-cta-mobile{display:block}}@media(max-width:968px){.app{padding-bottom:80px}}.hero-cta-wrapper{display:flex;flex-direction:column;gap:.5rem}.hero-cta-subtext{font-size:.85rem;color:#ffffff8c;margin:0;line-height:1.4;max-width:400px}@media(max-width:640px){.hero-cta-subtext{font-size:.8rem;text-align:center}}.partner-badge{padding:2rem 0;background:#0a0a0a80;border-bottom:1px solid rgba(102,126,234,.2)}.partner-badge-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.partner-badge-text{font-size:.95rem;font-weight:600;color:#ffffffb3;margin:0;letter-spacing:.5px;text-transform:uppercase}.partner-logo{height:40px;width:auto;opacity:.9;filter:brightness(1.1)}@media(max-width:768px){.partner-badge{padding:1.5rem 0}.partner-badge-container{gap:1rem}.partner-badge-text{font-size:.85rem;text-align:center}.partner-logo{height:32px}}.social-proof-hero{padding:4rem 0;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-bottom:1px solid rgba(102,126,234,.2)}.social-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.social-proof-box{background:#14141499;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.3);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}.social-proof-box:hover{transform:translateY(-4px);box-shadow:0 8px 30px #667eea4d;border-color:#667eea80}.social-proof-header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(102,126,234,.2)}.social-proof-company{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.social-proof-author{font-size:.9rem;color:#fff9;margin:0;font-weight:500}.social-proof-metric{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.4}.social-proof-quote{font-size:.95rem;color:#fffc;line-height:1.6;margin:0;font-style:italic}@media(max-width:968px){.social-proof-grid{grid-template-columns:1fr;gap:1.5rem}.social-proof-hero{padding:3rem 0}.social-proof-box{padding:1.5rem}}.implementation-timeline{padding:5rem 0;background:#0a0a0a;border-top:1px solid rgba(102,126,234,.2)}.timeline-subtitle{text-align:center;font-size:1.1rem;color:#ffffffb3;max-width:700px;margin:1rem auto 3rem;line-height:1.6}.timeline-path{max-width:900px;margin:0 auto;position:relative;padding-left:80px}.timeline-path:before{content:"";position:absolute;left:37px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#667eea,#764ba2);opacity:.3}.timeline-step{position:relative;margin-bottom:3rem;display:flex;gap:2rem;align-items:flex-start}.timeline-step:last-child{margin-bottom:0}.step-number{position:absolute;left:-80px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 20px #667eea66;z-index:2}.timeline-step.highlighted .step-number{background:linear-gradient(135deg,gold,orange);box-shadow:0 4px 20px #ffd70066}.step-content{flex:1;background:#14141499;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.3);border-radius:12px;padding:2rem;transition:all .3s ease}.step-content:hover{transform:translate(8px);box-shadow:0 8px 30px #667eea4d;border-color:#667eea80}.timeline-step.highlighted .step-content{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea80}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.step-days{background:#667eea33;color:#667eea;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:700;white-space:nowrap;border:1px solid rgba(102,126,234,.4)}.step-title{font-size:1.3rem;font-weight:700;color:#fff;margin:0}.step-desc{font-size:.95rem;color:#fffc;line-height:1.6;margin:0 0 1rem}.step-output{font-size:.95rem;color:#667eea;font-weight:600;margin:0;padding-top:.75rem;border-top:1px solid rgba(102,126,234,.2)}@media(max-width:968px){.implementation-timeline{padding:3rem 0}.timeline-path{padding-left:60px}.timeline-path:before{left:27px}.step-number{left:-60px;width:50px;height:50px;font-size:1.2rem}.step-content{padding:1.5rem}.step-content:hover{transform:translate(4px)}.step-title{font-size:1.1rem}.timeline-subtitle{font-size:1rem}.timeline-step{margin-bottom:2rem}}.assistants-section{background:linear-gradient(135deg,#667eea26,#764ba226);padding:5rem 0;border-top:1px solid rgba(102,126,234,.3);border-bottom:1px solid rgba(102,126,234,.3)}.section-title-center-dark{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:3rem}.assistants-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;align-items:stretch}.assistant-card{background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(102,126,234,.3);transition:all .3s ease;box-shadow:0 4px 20px #0000004d;min-height:100%}.assistant-card:hover{transform:translateY(-5px);border-color:#667eea99;box-shadow:0 8px 30px #667eea4d}.assistant-name{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.4;min-height:2.8rem}.assistant-desc{font-size:.9rem;color:#ffffffb3;margin:0;font-weight:500;border-bottom:1px solid rgba(102,126,234,.2);padding-bottom:.75rem;min-height:2.5rem}.assistant-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.assistant-benefits li{font-size:.875rem;color:#ffffffd9;line-height:1.6;padding-left:1.25rem;position:relative}.assistant-benefits li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}@media(max-width:1200px){.assistants-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.assistants-section{padding:3rem 0}.section-title-center-dark{font-size:2rem;margin-bottom:2rem}.assistants-grid{grid-template-columns:1fr;gap:1.25rem}.assistant-card{padding:1.5rem 1.25rem}.assistant-name{font-size:1.1rem}.assistant-benefits li{font-size:.85rem}}
