*{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#8b5cf6;--accent-color:#ec4899;--text-primary:#0A0F1F;--text-secondary:#2F343A;--bg-light:#F5F7FA;--bg-white:#FFFFFF;--border-color:#E2E8F0;--gradient-1:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-2:linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);--shadow-sm:0 1px 2px 0 rgba(99, 102, 241, 0.05);--shadow-md:0 4px 6px -1px rgba(99, 102, 241, 0.1);--shadow-lg:0 10px 15px -3px rgba(99, 102, 241, 0.1);--shadow-xl:0 20px 25px -5px rgba(99, 102, 241, 0.15)}html{scroll-behavior:smooth;scroll-padding-top:120px;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scroll-page-body html{scroll-snap-type:y mandatory}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);line-height:1.6;overflow-x:hidden;transition:background-color .3s,color .3s;height:100%}:not(.fade-in-up):not(.fade-in-left):not(.fade-in-right):not(.scale-in){transition-property:background-color,border-color,color,box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);z-index:1000;transition:.3s}.navbar.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-bottom-color:#cbd5e1}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:relative;max-width:1200px;width:100%}.nav-brand{display:flex;align-items:center;gap:1.25rem;text-decoration:none;transition:.3s}.nav-brand:hover{transform:translateY(-1px)}.nav-brand .logo-img{height:65px;width:auto;transition:.3s cubic-bezier(.4, 0, .2, 1);filter:drop-shadow(0 2px 8px rgba(99, 102, 241, .15))}.nav-brand:hover .logo-img{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(99, 102, 241, .25))}.nav-brand h2{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;position:relative;text-shadow:0 0 30px rgba(99,102,241,.3)}.nav-brand h2::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:3px;background:linear-gradient(90deg,#6366f1,#ec4899);border-radius:2px;transition:width .3s}.nav-brand:hover h2::after{width:100%}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s}.nav-links a:not(.nav-dropdown-toggle):not(.nav-link-about){position:relative}.nav-links a:not(.nav-dropdown-toggle):not(.nav-link-about)::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa,#ec4899);transition:width .3s cubic-bezier(.4, 0, .2, 1);border-radius:2px}.nav-links a:not(.nav-dropdown-toggle):not(.nav-link-about):hover{color:var(--primary-color);transform:translateY(-2px)}.nav-links a:not(.nav-dropdown-toggle):not(.nav-link-about):hover::after{width:100%}.nav-link-about{position:relative;cursor:pointer}.nav-link-about::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa,#ec4899);transition:width .3s cubic-bezier(.4, 0, .2, 1);border-radius:2px}.nav-link-about:hover{color:var(--primary-color);transform:translateY(-2px)}.nav-link-about:hover::after{width:100%}.nav-dropdown{position:relative}.nav-dropdown:hover{z-index:1001}.nav-dropdown-toggle{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-weight:500;cursor:pointer;transition:color .2s;position:relative;pointer-events:auto;user-select:none;padding:.25rem 0}.nav-dropdown-toggle::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .25s cubic-bezier(.4, 0, .2, 1);border-radius:1px}.nav-dropdown:hover .nav-dropdown-toggle{color:var(--primary-color)}.nav-dropdown:hover .nav-dropdown-toggle::after{width:100%}.nav-dropdown-toggle svg{width:14px;height:14px;transition:transform .25s cubic-bezier(.4, 0, .2, 1);opacity:.7}.nav-dropdown:hover .nav-dropdown-toggle svg{transform:rotate(180deg);opacity:1}.nav-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%) translateY(-4px) scale(.96);background:rgba(255,255,255,.98);border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.12),0 8px 20px rgba(0,0,0,.08),0 0 0 1px rgba(99,102,241,.05);padding:.5rem;min-width:240px;width:max-content;max-width:320px;opacity:0;visibility:hidden;transition:.2s cubic-bezier(.34, 1.56, .64, 1);z-index:1001;pointer-events:none;overflow:hidden;border:1px solid rgba(226,232,240,.6);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.nav-dropdown::before{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:200px;height:.75rem;background:0 0;z-index:999;pointer-events:none}.nav-dropdown:hover::before{pointer-events:auto}.nav-dropdown-menu::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.2),transparent)}.nav-dropdown-menu:hover,.nav-dropdown.is-open .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0) scale(1.02);pointer-events:auto}.nav-dropdown-item{display:flex;align-items:center;gap:.875rem;padding:14px 20px;color:#0f172a;text-decoration:none!important;font-weight:500;font-size:.9375rem;transition:.12s cubic-bezier(.25, .1, .25, 1);border-radius:12px;margin:.25rem 0;background:0 0;border:1px solid transparent;position:relative;white-space:nowrap;overflow:hidden}.nav-dropdown-item:active,.nav-dropdown-item:focus,.nav-dropdown-item:visited{text-decoration:none!important;outline:0}.nav-dropdown-item:focus-visible{outline:rgba(138,77,255,.3) solid 2px;outline-offset:2px;border-radius:12px}.nav-dropdown-item:hover{background:rgba(138,77,255,.08);color:#8a4dff;transform:translateX(2px)}.nav-dropdown-icon{width:18px;height:18px;stroke:#64748b;stroke-width:1.5;flex-shrink:0;transition:.12s cubic-bezier(.25, .1, .25, 1);position:relative;z-index:1}.nav-dropdown-item:hover .nav-dropdown-icon{stroke:#8A4DFF;transform:translateX(1px)}.nav-dropdown-item-title{font-weight:500;font-size:.9375rem;color:#0f172a;transition:color .2s;white-space:nowrap;position:relative;z-index:1;letter-spacing:-.015em;flex:1}.nav-dropdown-item:hover .nav-dropdown-item-title{color:#6366f1}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer;z-index:1002;padding:.5rem;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-primary);transition:.3s;border-radius:2px;display:block}.btn-primary{background:var(--gradient-1);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:.3s;text-decoration:none;display:inline-block;font-family:inherit;font-size:inherit}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 24px rgba(99,102,241,.4),0 0 0 0 rgba(99,102,241,.5);background:linear-gradient(135deg,#7c3aed 0,#a78bfa 50%,#ec4899 100%);animation:.6s ease-out buttonGlow}@keyframes buttonGlow{0%{box-shadow:0 12px 24px rgba(99,102,241,.4),0 0 0 0 rgba(99,102,241,.5)}50%{box-shadow:0 12px 24px rgba(99,102,241,.5),0 0 0 8px rgba(99,102,241,0)}100%{box-shadow:0 12px 24px rgba(99,102,241,.4),0 0 0 0 rgba(99,102,241,0)}}.btn-secondary{background:0 0;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:8px;border:2px solid var(--primary-color);font-weight:600;cursor:pointer;transition:.3s;text-decoration:none;display:inline-block;font-family:inherit;font-size:inherit}.btn-secondary:hover{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-color:transparent;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgba(99,102,241,.35)}.hero .btn-primary{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);box-shadow:0 8px 32px rgba(99,102,241,.4),0 2px 8px rgba(99,102,241,.25);border:none}.hero .btn-primary:hover{box-shadow:0 12px 40px rgba(99,102,241,.5),0 4px 12px rgba(99,102,241,.3);transform:translateY(-2px);background:linear-gradient(135deg,#7c3aed 0,#a78bfa 50%,#ec4899 100%)}.hero .btn-secondary{color:#6366f1;border:2px solid rgba(99,102,241,.25);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(99,102,241,.12),0 1px 3px rgba(0,0,0,.08);font-weight:600}.hero .btn-secondary:hover{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 28px rgba(99,102,241,.4),0 2px 8px rgba(99,102,241,.25)}.btn-large{padding:1.125rem 1.75rem;font-size:1.0625rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:64px;font-weight:600;letter-spacing:.01em;border-radius:14px;transition:.3s cubic-bezier(.4, 0, .2, 1);flex:0 1 auto;min-width:0;max-width:fit-content}.btn-large .btn-subtitle{display:block;font-size:.8125rem;font-weight:400;opacity:.95;margin-top:.5rem;letter-spacing:.1px;line-height:1.5;text-align:center}.hero .btn-primary .btn-subtitle{color:rgba(255,255,255,.95);font-weight:400}.hero{position:relative;padding:160px 0 180px;background:linear-gradient(180deg,#fff 0,#fafbfc 20%,#f8fafc 40%,rgba(99,102,241,.02) 70%,rgba(139,92,246,.01) 100%);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero::before{content:'';position:absolute;top:-30%;right:-10%;width:1000px;height:1000px;background:radial-gradient(circle,rgba(99,102,241,.12) 0,rgba(99,102,241,.06) 30%,rgba(99,102,241,.03) 50%,transparent 70%);border-radius:50%;filter:blur(80px)}.hero::after{content:'';position:absolute;bottom:-20%;left:-5%;width:800px;height:800px;background:radial-gradient(circle,rgba(139,92,246,.1) 0,rgba(139,92,246,.05) 30%,rgba(139,92,246,.02) 50%,transparent 70%);border-radius:50%;filter:blur(80px)}.hero .container{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center}.hero .container::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.04) 0,transparent 60%);border-radius:50%;filter:blur(100px);z-index:0;pointer-events:none}.hero-content{position:relative;z-index:2;animation:1s fadeInUp;min-width:0}.hero-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,rgba(99,102,241,.08) 0,rgba(139,92,246,.08) 100%);border:1px solid rgba(99,102,241,.15);border-radius:50px;font-size:.8125rem;font-weight:600;color:#6366f1;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(99,102,241,.08)}.hero-title{font-size:3.25rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.03em;display:flex;flex-direction:column;gap:.25rem;width:100%;min-width:0}.hero-title .typing-line{display:block;min-height:1.3em;position:relative;white-space:nowrap;overflow:visible}.hero-title .typing-line[data-before],.hero-title .typing-line[data-highlight]{color:transparent}.hero-title .typing-line.typing-complete,.hero-title .typing-line.typing-started{color:#0f172a}.hero-title .typing-line::after{content:'|';display:inline-block;animation:1s infinite blink;color:#6366f1;margin-left:2px;opacity:1;visibility:visible}.hero-title .typing-line:empty::after,.hero-title .typing-line:not(.typing-complete)::after{display:inline-block!important;opacity:1!important;visibility:visible!important}.hero-title .typing-line.typing-complete::after{display:none}@keyframes blink{0%,50%{opacity:1}100%,51%{opacity:0}}.hero-title .highlight{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title .typing-line.highlight{display:block}.hero-title .typing-line .highlight,.hero-title .typing-line .highlight-word{display:inline;white-space:nowrap}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;color:#334155;max-width:90%;font-weight:400;letter-spacing:-.01em}.hero-cta{display:flex;gap:1rem;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;margin-bottom:.5rem}.hero-visual{position:relative;z-index:2;height:520px;display:flex;align-items:center;justify-content:flex-end;margin-right:-2rem}.dashboard-mockup{position:relative;width:100%;max-width:560px;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;padding:2rem;margin-right:0;margin-left:auto}.mockup-card{background:rgba(255,255,255,.95);border:1.5px solid rgba(99,102,241,.12);border-radius:24px;padding:1.75rem 1.5rem;box-shadow:0 8px 32px rgba(99,102,241,.1),0 2px 8px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;transition:.4s cubic-bezier(.34, 1.56, .64, 1);position:relative;overflow:hidden;cursor:pointer;animation:3s ease-in-out infinite cardPulse;backdrop-filter:blur(10px)}@keyframes cardPulse{0%,100%{box-shadow:0 4px 20px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);transform:translateY(0)}50%{box-shadow:0 8px 30px rgba(99,102,241,.12),0 2px 8px rgba(99,102,241,.08);transform:translateY(-2px)}}.mockup-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa,#ec4899);transform:scaleX(0);transform-origin:left;transition:transform .4s;z-index:1}.mockup-card:hover::before{transform:scaleX(1)}.mockup-card:first-child{background:linear-gradient(135deg,#fff 0,#f0f9ff 100%);animation-delay:0s}.mockup-card:nth-child(2){background:linear-gradient(135deg,#fff 0,#faf5ff 100%);animation-delay:.3s}.mockup-card:nth-child(3){background:linear-gradient(135deg,#fff 0,#fef3f2 100%);animation-delay:.6s}.mockup-card:nth-child(4){background:linear-gradient(135deg,#fff 0,#f0fdf4 100%);animation-delay:.9s}.mockup-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px rgba(99,102,241,.2),0 4px 12px rgba(99,102,241,.15),0 0 0 1px rgba(99,102,241,.1);border-color:rgba(99,102,241,.3);background:linear-gradient(135deg,#fff 0,#fafbff 100%)}.mockup-card:hover .mockup-icon{box-shadow:0 8px 24px rgba(99,102,241,.3);background:linear-gradient(135deg,rgba(99,102,241,.1) 0,rgba(139,92,246,.1) 100%);transform:scale(1.15) rotate(5deg)}.mockup-icon{font-size:2.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,rgba(99,102,241,.1) 0,rgba(139,92,246,.1) 100%);border-radius:16px;transition:.4s cubic-bezier(.34, 1.56, .64, 1);box-shadow:0 4px 12px rgba(99,102,241,.12),inset 0 1px 0 rgba(255,255,255,.8);margin-bottom:1rem;border:1px solid rgba(99,102,241,.15)}.mockup-card:first-child .mockup-icon{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);box-shadow:0 8px 24px rgba(99,102,241,.3)}.mockup-card:nth-child(2) .mockup-icon{background:linear-gradient(135deg,#8b5cf6 0,#ec4899 100%);box-shadow:0 8px 24px rgba(139,92,246,.2)}.mockup-card:nth-child(3) .mockup-icon{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);box-shadow:0 8px 24px rgba(99,102,241,.3)}.mockup-card:nth-child(4) .mockup-icon{background:linear-gradient(135deg,#10b981 0,#3b82f6 100%);box-shadow:0 8px 24px rgba(16,185,129,.3)}.mockup-content{flex:1}.mockup-title{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.01em;line-height:1.3}.mockup-desc{font-size:.875rem;color:#64748b;line-height:1.5;font-weight:400}.hero-wave{display:none}.trusted-by{padding:5rem 0;background:linear-gradient(to bottom,#fff 0,#f8f9fc 100%);overflow:visible;position:relative}.trusted-by::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.2),transparent)}.trusted-title{text-align:center;font-size:.95rem;color:#64748b;margin-bottom:3.5rem;font-weight:600;text-transform:none;letter-spacing:.02em}.trusted-logos-wrapper{position:relative;overflow:visible;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.trusted-logos{display:flex;gap:1.5rem;animation:30s linear infinite scrollLogos;width:fit-content}.trusted-logos:hover{animation-play-state:paused}@keyframes scrollLogos{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.logo-item{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:1rem;font-weight:600;padding:1rem 1.75rem;border:1.5px solid #e2e8f0;border-radius:12px;background:linear-gradient(135deg,#fff 0,#f8fafc 100%);transition:.4s cubic-bezier(.4, 0, .2, 1);text-align:center;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.04);position:relative;overflow:visible}.logo-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);transition:left .5s}.logo-item:hover::before{left:100%}.logo-item:hover{color:#6366f1;border-color:#a5b4fc;background:linear-gradient(135deg,#fff 0,#eef2ff 100%);transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px rgba(99,102,241,.15)}.logo-icon{font-size:1.5rem;filter:grayscale(.3);transition:.3s}.logo-item:hover .logo-icon{filter:grayscale(0);transform:scale(1.1) rotate(5deg)}.stats{padding:5rem 0;background:linear-gradient(180deg,#f8f9fc 0,#fff 100%);position:relative;overflow:visible}.stats::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.03) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(99,102,241,.03) 0,transparent 50%)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:1}.stat-item{text-align:center;padding:3rem 2.5rem;background:linear-gradient(135deg,rgba(255,255,255,.9) 0,rgba(255,255,255,.7) 100%);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(0,0,0,.06);transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;min-width:0;width:100%;box-sizing:border-box}.stat-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa,#ec4899);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4, 0, .2, 1);z-index:1}.stat-item:hover::before{transform:scaleX(1)}.stat-item:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 24px 48px rgba(99,102,241,.25),0 0 0 1px rgba(99,102,241,.15);border-color:rgba(99,102,241,.4);background:linear-gradient(135deg,#fff 0,#f8faff 100%)}.stat-item:hover .stat-icon{transform:scale(1.2) translateY(-4px);filter:drop-shadow(0 4px 12px rgba(99, 102, 241, .3))}.stat-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;animation:3s ease-in-out infinite float}.stat-item:first-child .stat-icon{animation-delay:0s}.stat-item:nth-child(2) .stat-icon{animation-delay:.3s}.stat-item:nth-child(3) .stat-icon{animation-delay:.6s}.stat-item:nth-child(4) .stat-icon{animation-delay:.9s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.1;white-space:nowrap;overflow:visible;display:block;text-align:center;width:100%;box-sizing:border-box;letter-spacing:-.02em}.stat-label{color:#64748b;letter-spacing:.02em}.services{padding:6rem 0;background:linear-gradient(180deg,#fff 0,#fafbfc 15%,#f8fafc 30%,rgba(99,102,241,.02) 60%,rgba(139,92,246,.01) 100%);position:relative;overflow:hidden;margin-top:-2rem;font-size:1rem}.services::before{content:'';position:absolute;top:-30%;right:-10%;width:1000px;height:1000px;background:radial-gradient(circle,rgba(99,102,241,.12) 0,rgba(99,102,241,.06) 30%,rgba(99,102,241,.03) 50%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.services::after{content:'';position:absolute;bottom:-20%;left:-5%;width:800px;height:800px;background:radial-gradient(circle,rgba(139,92,246,.1) 0,rgba(139,92,246,.05) 30%,rgba(139,92,246,.02) 50%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.section-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.section-header h2{font-size:clamp(2.5rem, 5vw, 3.75rem);font-weight:900;margin-bottom:1.25rem;color:#0f172a;line-height:1.15;letter-spacing:-.035em}.section-header p{font-size:1.3125rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6;font-weight:400}.section-title .highlight{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:#475569}.services-split{max-width:1200px;margin:0 auto}.service-split-item{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:2rem 0;position:relative;min-height:280px;scroll-margin-top:120px}.service-split-visual{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.service-split-icon{width:140px;height:140px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);border-radius:24px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:2;box-shadow:0 12px 40px rgba(99,102,241,.3);transition:.5s cubic-bezier(.34, 1.56, .64, 1);transform:rotate(0)}.service-split-item:hover .service-split-icon{transform:rotate(5deg) scale(1.08);box-shadow:0 18px 50px rgba(99,102,241,.4)}.service-split-icon svg{width:70px;height:70px;stroke-width:1.5}.service-split-number{position:absolute;top:-20px;right:-20px;font-size:6rem;font-weight:900;background:linear-gradient(135deg,rgba(99,102,241,.1) 0,rgba(139,92,246,.1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;z-index:1;opacity:.5;transition:.4s}.service-split-item:hover .service-split-number{opacity:.7;transform:scale(1.05)}.service-split-content{padding:1rem 0}.service-split-title{font-size:2rem;font-weight:800;margin:0 0 1rem;color:var(--text-primary);line-height:1.2;letter-spacing:-.02em}.service-split-description{font-size:1.0625rem;line-height:1.7;color:var(--text-secondary);margin:0 0 1.5rem}.service-split-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-split-features li{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;color:var(--text-primary);font-weight:500;transition:color .3s}.service-split-features li:hover{color:#6366f1}.feature-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;max-width:24px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-radius:6px;font-size:.875rem;font-weight:700;box-shadow:0 3px 10px rgba(99,102,241,.25);transition:.3s;flex-shrink:0;transform:rotate(0) scale(1);transform-origin:center}.service-split-features li:hover .feature-check{transform:rotate(8deg) scale(1.15);box-shadow:0 5px 14px rgba(99,102,241,.35)}.service-split-left .service-split-visual{order:1}.service-split-left .service-split-content,.service-split-right .service-split-visual{order:2}.service-split-right .service-split-content{order:1}@media (max-width:1024px){.service-split-item{grid-template-columns:1fr;gap:2rem;padding:1.5rem 0;text-align:center;min-height:auto}.service-split-left .service-split-visual,.service-split-right .service-split-visual{order:1}.service-split-left .service-split-content,.service-split-right .service-split-content{order:2}.service-split-icon{width:120px;height:120px}.service-split-icon svg{width:60px;height:60px}.service-split-number{font-size:5rem}.service-split-title{font-size:1.75rem}}@media (max-width:768px){.services{padding:2.5rem 0}.section-header{margin-bottom:1.5rem}.service-split-item{padding:1.25rem 0;gap:1.5rem}.service-split-icon{width:100px;height:100px;border-radius:20px}.service-split-icon svg{width:50px;height:50px}.service-split-number{font-size:4rem;top:-15px;right:-15px}.service-split-title{font-size:1.5rem;margin-bottom:.75rem}.service-split-description{font-size:.9375rem;margin-bottom:1.25rem}.service-split-features{gap:.625rem}.service-split-features li{font-size:.875rem}.feature-check{width:22px;height:22px;font-size:.8125rem}}.service-tag{display:inline-block;padding:.5rem 1rem;background:rgba(99,102,241,.1);color:var(--primary-color);border-radius:20px;font-size:.875rem;font-weight:600}.service-card.featured .service-tag{background:rgba(255,255,255,.2);color:#fff}.support{padding:4rem 0;background:#fff}.support-header{text-align:center;margin-bottom:3rem}.support-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.support-title .highlight{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.7}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.support-item{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,rgba(99,102,241,.02) 0,rgba(139,92,246,.02) 100%);border-radius:16px;border:1px solid rgba(99,102,241,.1);transition:.3s}.support-item:hover{transform:translateY(-4px);border-color:rgba(99,102,241,.3);box-shadow:0 8px 24px rgba(99,102,241,.15);background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.05) 100%)}.support-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 20px rgba(99,102,241,.3);transition:.3s}.support-item:hover .support-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px rgba(99,102,241,.4)}.support-icon svg{width:32px;height:32px;stroke-width:2}.support-item-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.support-item-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.cta{padding:8rem 0;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#0f172a 100%);position:relative;overflow:hidden;margin-top:-2rem}.cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 40%,rgba(99,102,241,.4) 0,rgba(99,102,241,.2) 20%,transparent 50%),radial-gradient(circle at 75% 60%,rgba(99,102,241,.4) 0,rgba(99,102,241,.2) 20%,transparent 50%);animation:12s ease-in-out infinite ctaGlow;filter:blur(40px);pointer-events:none;z-index:0}@keyframes ctaGlow{0%,100%{transform:rotate(0) scale(1);opacity:1}50%{transform:rotate(180deg) scale(1.15);opacity:.8}}.cta::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="%23ffffff" opacity="0.1"/></svg>');opacity:.4}.cta-content{text-align:center;color:#fff;position:relative;z-index:1;max-width:900px;margin:0 auto}.cta-content h2{font-size:3.5rem;font-weight:800;margin-bottom:2rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.cta-content .highlight{display:inline-block;background:linear-gradient(135deg,#a78bfa 0,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .3))}@keyframes shimmer{0%,100%{opacity:1}50%{opacity:.8}}.cta-content p{font-size:1.35rem;margin-bottom:3rem;color:rgba(255,255,255,.95);text-shadow:0 1px 5px rgba(0,0,0,.3);line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-mid{background:linear-gradient(135deg,rgba(99,102,241,.06) 0,rgba(139,92,246,.04) 100%);border:1.5px solid rgba(99,102,241,.2);border-radius:12px;padding:40px 32px;margin:56px 0;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(99,102,241,.08),0 1px 4px rgba(0,0,0,.04);transition:.3s}.cta-mid::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1 0,#8b5cf6 50%,#6366f1 100%)}.cta-mid:hover{border-color:rgba(99,102,241,.3);box-shadow:0 6px 24px rgba(99,102,241,.12),0 2px 8px rgba(0,0,0,.06);transform:translateY(-2px)}.cta-mid-content{max-width:600px;margin:0 auto;position:relative;z-index:1}.cta-mid h3{font-size:1.35rem;font-weight:700;color:var(--color-text-primary,#0f172a);margin:0 0 16px;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-mid p{font-size:1rem;color:var(--color-text-secondary,#475569);line-height:1.7;margin:0 0 28px}.btn-mid{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);text-decoration:none;box-shadow:0 4px 12px rgba(99,102,241,.3),0 2px 4px rgba(0,0,0,.1);position:relative;overflow:hidden}.btn-mid::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-mid:hover::before{left:100%}.btn-mid:hover{background:linear-gradient(135deg,#4f46e5 0,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(99,102,241,.4),0 4px 8px rgba(0,0,0,.15)}.btn-mid:active{transform:translateY(0);box-shadow:0 2px 8px rgba(99,102,241,.3),0 1px 2px rgba(0,0,0,.1)}.story-section{padding:8rem 0;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 20%,#f8fafc 40%,#fafbfc 60%,#fff 100%);position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;margin-top:0}.story-section::before{content:'';position:absolute;top:-30%;right:-10%;width:1000px;height:1000px;background:radial-gradient(circle,rgba(99,102,241,.12) 0,rgba(99,102,241,.06) 30%,rgba(99,102,241,.03) 50%,transparent 70%);border-radius:50%;filter:blur(80px)}.story-section::after{content:'';position:absolute;bottom:-20%;left:-5%;width:800px;height:800px;background:radial-gradient(circle,rgba(139,92,246,.1) 0,rgba(139,92,246,.05) 30%,rgba(139,92,246,.02) 50%,transparent 70%);border-radius:50%;filter:blur(80px)}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;position:relative;z-index:1;max-width:1400px;margin:0 auto}.story-left,.story-right{opacity:0;animation:.8s forwards fadeInUp}.story-left{animation-delay:.1s}.story-right{animation-delay:.3s}.story-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:50px;font-size:.8125rem;font-weight:600;color:#ef4444;margin-bottom:2rem;letter-spacing:.5px;text-transform:uppercase}.story-badge-solution{background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.2);color:#6366f1}.story-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2.5rem;color:#0f172a;letter-spacing:-.02em}.story-points{display:flex;flex-direction:column;gap:1.75rem}.story-point{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #f1f5f9;transition:.4s cubic-bezier(.34, 1.56, .64, 1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.story-point:hover{transform:translateX(8px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:rgba(99,102,241,.2)}.story-left .story-point:hover{border-left:3px solid #ef4444}.story-right .story-point:hover{border-left:3px solid #6366f1}.story-point-icon{font-size:2rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .1));transition:transform .3s}.story-point:hover .story-point-icon{transform:scale(1.1) rotate(5deg)}.story-point p{font-size:1.0625rem;line-height:1.7;color:#475569;margin:0;font-weight:400}.story-certifications{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:1;padding-top:4rem;margin-top:4rem;border-top:1px solid rgba(99,102,241,.1);opacity:0;animation:.8s .5s forwards fadeInUp}.story-cert-item{display:flex;align-items:center;gap:.625rem;padding:.875rem 1.5rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;font-size:.875rem;font-weight:600;color:#475569;transition:.3s;box-shadow:0 2px 8px rgba(0,0,0,.04)}.story-cert-item svg{width:18px;height:18px;color:#6366f1;flex-shrink:0}.story-cert-item:hover{border-color:#6366f1;color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.15);background:linear-gradient(135deg,#fff 0,#f8faff 100%)}@media (max-width:968px){.story-section{padding:5rem 0;min-height:auto}.story-content{grid-template-columns:1fr;gap:4rem}.story-title{font-size:2rem}.story-point{padding:1.25rem}.story-point p{font-size:1rem}}@media (max-width:768px){.story-section{padding:4rem 0}.story-content{gap:3rem}.story-title{font-size:1.75rem;margin-bottom:2rem}.story-points{gap:1.5rem}.story-point{padding:1rem;gap:1rem}.story-point-icon{font-size:1.75rem}.story-point p{font-size:.9375rem}.story-certifications{gap:1rem;padding-top:3rem;margin-top:3rem}.story-cert-item{font-size:.8125rem;padding:.75rem 1.25rem}}.footer{background:#fff;border-top:1px solid #e5e7eb;color:#334155;padding:5rem 0 2rem}.footer-content{display:grid;grid-template-columns:1.8fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo-img{height:65px;width:auto;filter:drop-shadow(0 2px 8px rgba(99, 102, 241, .2));transition:transform .3s}.footer-logo-img:hover{transform:scale(1.05)}.footer-brand h3{font-size:1.75rem;margin-bottom:0;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand p{color:#64748b;line-height:1.8;font-size:1rem;max-width:400px}.footer-links{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.footer-column{min-width:180px}.footer-column h4{color:#0f172a;margin-bottom:1.25rem;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.875rem}.footer-column ul li a{color:#64748b;text-decoration:none;transition:.3s cubic-bezier(.4, 0, .2, 1);font-size:.95rem;white-space:nowrap;display:inline-block;position:relative}.footer-column ul li a::before{content:'';position:absolute;left:-8px;top:50%;transform:translateY(-50%) scaleX(0);width:4px;height:4px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;transition:transform .3s cubic-bezier(.4, 0, .2, 1)}.footer-column ul li a:hover{color:#6366f1;padding-left:12px;transform:translateX(4px)}.footer-column ul li a:hover::before{transform:translateY(-50%) scaleX(1)}.footer-bottom{padding-top:2.5rem;border-top:1px solid #e5e7eb;text-align:center;color:#94a3b8;font-size:.875rem}@media (max-width:968px){.hero .container{grid-template-columns:1fr;gap:2rem}.hero-visual{height:auto;display:flex!important;visibility:visible!important}.dashboard-mockup{display:grid!important;grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;padding:1rem;visibility:visible!important}.mockup-card{display:flex!important;visibility:visible!important;opacity:1!important;padding:1.5rem 1.25rem}.mockup-icon{font-size:1.75rem;width:52px;height:52px}.mockup-title{font-size:1rem}.mockup-desc{font-size:.8rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:.9375rem;line-height:1.6}.trusted-logos{gap:1rem}.logo-item{padding:.875rem 1.5rem;font-size:.95rem}.logo-icon{font-size:1.35rem}.support-grid{grid-template-columns:repeat(2,1fr)}.support-title{font-size:2rem}.support-subtitle{font-size:1rem}.footer-content,.services-grid{grid-template-columns:1fr}}@media (max-width:768px){h1,h2,h3,h4,h5,h6{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}div,li,p,span{word-wrap:break-word;overflow-wrap:break-word}.nav-brand .logo-img{height:50px}.nav-brand h2{font-size:1.5rem}.footer-logo-img{height:50px}.navbar .container{position:relative}.nav-links{display:none!important;position:absolute;top:calc(100% + 0px);left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem 2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-top:1px solid #e2e8f0;gap:1rem;z-index:1001;width:100%;margin:0;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.nav-links.active{display:flex!important;max-height:500px;padding:1.5rem 2rem}.nav-links a{padding:.75rem 0;border-bottom:1px solid #f1f5f9}.nav-links a:last-child{border-bottom:none}.nav-links .btn-primary{width:100%;text-align:center;padding:.875rem 1.5rem;margin-top:.5rem}.mobile-menu-toggle{display:flex}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-dropdown-menu{position:static;transform:none;box-shadow:none;border:none;padding:.5rem 0;margin-top:.5rem;background:#f8fafc;border-radius:8px}.nav-dropdown.active .nav-dropdown-menu{transform:none}.nav-dropdown-item{padding:.75rem 1rem}.hero{padding:120px 0 80px;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column}.hero .container{grid-template-columns:1fr;gap:2rem}.hero-visual{display:block!important;height:auto;margin-right:0;margin-top:2rem;width:100%}.dashboard-mockup{display:grid!important;max-width:100%;margin:0 auto;grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;padding:1rem}.mockup-card{display:flex!important;visibility:visible!important}.trusted-logos{gap:.875rem}.logo-item{padding:.75rem 1.25rem;font-size:.875rem}.logo-icon{font-size:1.25rem}.trusted-title{font-size:.875rem;margin-bottom:2.5rem}.stats-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.support{padding:3rem 0}.support-title{font-size:1.75rem}.support-subtitle{font-size:.9375rem}.support-grid{grid-template-columns:1fr;gap:1.5rem}.support-item{padding:1.5rem 1.25rem}.support-icon{width:56px;height:56px}.support-icon svg{width:28px;height:28px}.support-item-title{font-size:1.125rem}.support-item-desc{font-size:.875rem}.cta{padding:5rem 0}.cta-content h2{font-size:2.25rem}.cta-content p{font-size:1.1rem}.cta-buttons{flex-direction:column}.footer-links{grid-template-columns:1fr}}section{scroll-margin-top:80px;font-size:1rem}@keyframes dotAnimation{0%,100%{opacity:1}50%{opacity:.5}}.scroll-progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#667eea 0,#764ba2 100%);width:0%;z-index:9999;transition:width .1s}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--gradient-1);border:none;border-radius:50%;color:#fff;cursor:pointer;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:.3s;z-index:999;display:flex;align-items:center;justify-content:center}.back-to-top:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top svg{width:24px;height:24px}.fade-in-up{opacity:1;transform:translateY(0);transition:opacity .6s,transform .6s}.fade-in-up:not(.visible){opacity:0;transform:translateY(30px)}.fade-in-left{opacity:1;transform:translateX(0);transition:opacity .6s,transform .6s}.fade-in-left:not(.visible){opacity:0;transform:translateX(-30px)}.fade-in-right{opacity:1;transform:translateX(0);transition:opacity .6s,transform .6s}.fade-in-right:not(.visible){opacity:0;transform:translateX(30px)}.scale-in{opacity:1;transform:scale(1);transition:opacity .6s,transform .6s}.scale-in:not(.visible){opacity:0;transform:scale(.9)}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes logoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.testimonials{padding:6rem 0;background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-md);transition:.3s}.testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.testimonial-card.featured-testimonial{background:var(--gradient-1);color:#fff}.testimonial-stars{font-size:1.25rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;font-style:italic;color:var(--text-secondary)}.featured-testimonial .testimonial-text{color:rgba(255,255,255,.95)}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.featured-testimonial .author-avatar{background:rgba(255,255,255,.2)}.author-name{font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.featured-testimonial .author-name{color:#fff}.author-role{font-size:.875rem;color:var(--text-secondary)}.featured-testimonial .author-role{color:rgba(255,255,255,.8)}.proof{padding:6rem 0;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 30%,#f8fafc 60%,#fafbfc 80%,#fff 100%);margin-top:0}.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width:768px){.proof-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:1200px){.proof-grid{grid-template-columns:repeat(4,1fr);max-width:1400px}}.proof-card{background:#fff;padding:2.5rem;border-radius:20px;border:2px solid var(--border-color);transition:.4s cubic-bezier(.34, 1.56, .64, 1);text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);display:flex;flex-direction:column;height:100%}.proof-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa,#ec4899);transform:scaleX(0);transform-origin:left;transition:transform .4s;z-index:1}.proof-card:hover::before{transform:scaleX(1)}.proof-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 48px rgba(99,102,241,.25),0 0 0 1px rgba(99,102,241,.1);border-color:var(--primary-color);background:linear-gradient(135deg,#fff 0,#f8faff 100%)}.proof-card:hover .proof-icon{transform:scale(1.15) translateY(-4px);filter:drop-shadow(0 4px 12px rgba(99, 102, 241, .3))}.proof-card:hover .proof-metric{background:linear-gradient(135deg,#7c3aed 0,#a78bfa 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.proof-icon{font-size:3.5rem;margin-bottom:1.5rem;transition:.4s cubic-bezier(.34, 1.56, .64, 1);display:inline-block;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, .1))}.proof-metric{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1;transition:.4s cubic-bezier(.34, 1.56, .64, 1)}.proof-label{font-size:.875rem;font-weight:700;color:var(--text-secondary);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.proof-description{font-size:.9375rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem;text-align:center;flex-grow:1}.proof-tag{display:inline-block;padding:.625rem 1.25rem;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-radius:24px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(99,102,241,.3);transition:.3s}.proof-card:hover .proof-tag{background:linear-gradient(135deg,#7c3aed 0,#a78bfa 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(99,102,241,.4)}.proof-note{margin-top:3rem;padding:1.5rem;background:var(--bg-light);border-radius:12px;border-left:4px solid var(--primary-color);text-align:center}.proof-note p{margin:0;font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.why-founders{padding:6rem 0;background:linear-gradient(180deg,#fff 0,#fafbfc 20%,#f8fafc 40%,rgba(99,102,241,.02) 70%,rgba(139,92,246,.01) 100%);margin-top:-2rem}.why-founders-grid{margin-top:3rem}.problem-pain-solution{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pain-box,.problem-box,.solution-box{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-md);border-left:4px solid}.problem-box{border-left-color:#ef4444}.pain-box{border-left-color:#f59e0b}.solution-box{border-left-color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.05) 0,#fff 100%)}.pain-box h3,.problem-box h3,.solution-box h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.pain-box p,.problem-box p,.solution-box p{font-size:1.0625rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text-secondary)}.pain-box ul,.problem-box ul,.solution-box ul{list-style:none;padding:0}.pain-box li,.problem-box li,.solution-box li{padding:.75rem 0 .75rem 1.5rem;position:relative;font-size:.9375rem;line-height:1.6;color:var(--text-secondary)}.problem-box li::before{content:'✗';position:absolute;left:0;color:#ef4444;font-weight:700}.pain-box li::before{content:'⚠';position:absolute;left:0;color:#f59e0b;font-weight:700}.solution-box li::before{content:'✓';position:absolute;left:0;color:#6366f1;font-weight:700}.brand-story{padding:6rem 0;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;position:relative;margin-top:-2rem;overflow:hidden}.brand-story-wrapper{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.brand-story-title{font-size:3.5rem;font-weight:800;line-height:1.2;letter-spacing:-.03em;margin:0 0 2rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.brand-story-title .title-accent{font-weight:800;color:#fff}.brand-story-subtitle{font-size:1.375rem;line-height:1.6;color:rgba(255,255,255,.95);margin:0 auto;max-width:700px;font-weight:400;letter-spacing:-.01em;text-shadow:0 1px 5px rgba(0,0,0,.3)}@media (max-width:968px){.brand-story{padding:4rem 0}.brand-story-title{font-size:2.5rem}.brand-story-subtitle{font-size:1.25rem}}@media (max-width:768px){.brand-story{padding:3.5rem 0}.brand-story-title{font-size:2rem;margin-bottom:1.25rem}.brand-story-subtitle{font-size:1.125rem}}.case-studies{padding:6rem 0;background:#fff}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;margin-top:3rem}.case-study-card{background:var(--bg-light);padding:3rem;border-radius:16px;border:1px solid var(--border-color);transition:.3s}.case-study-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:#6366f1}.case-study-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.case-study-company{font-size:1.125rem;font-weight:700;color:var(--text-primary)}.case-study-industry{font-size:.875rem;color:var(--text-secondary);padding:.375rem 1rem;background:rgba(99,102,241,.1);border-radius:20px;color:#6366f1}.case-study-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.case-study-challenge,.case-study-results,.case-study-solution{margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:8px}.case-study-challenge strong,.case-study-results strong,.case-study-solution strong{display:block;margin-bottom:.75rem;color:#6366f1;font-size:1rem}.case-study-challenge{border-left:4px solid #ef4444}.case-study-solution{border-left:4px solid #f59e0b}.case-study-results{border-left:4px solid #22c55e}.case-study-results ul{list-style:none;padding:0;margin-top:.75rem}.case-study-results li{padding:.5rem 0 .5rem 1.5rem;position:relative}.case-study-results li::before{content:'✓';position:absolute;left:0;color:#22c55e;font-weight:700}.founder-story{padding:6rem 0;background:var(--bg-light)}.founder-story-content{max-width:800px;margin:0 auto}.founder-story-text h2{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:var(--text-primary)}.founder-intro{font-size:1.375rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.founder-story-text p{font-size:1.0625rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.founder-pain-points{list-style:none;padding:0;margin:2rem 0}.founder-pain-points li{padding:1rem 0 1rem 2rem;position:relative;font-size:1.0625rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.founder-pain-points li::before{content:'→';position:absolute;left:0;color:#6366f1;font-weight:700}.founder-signature{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-color);font-size:1.125rem;color:var(--text-primary)}.signature-offer{padding:7rem 0 6rem;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 20%,#f8fafc 40%,#fafbfc 60%,#fff 100%);position:relative;overflow:hidden;margin-top:-2rem}.signature-offer-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}.signature-offer-background::before{content:'';position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:1200px;height:1200px;background:radial-gradient(circle,rgba(99,102,241,.15) 0,rgba(139,92,246,.1) 30%,rgba(236,72,153,.08) 50%,transparent 70%);border-radius:50%;filter:blur(100px);animation:8s ease-in-out infinite pulseGlow,20s linear infinite rotateGradient;transform-origin:center}.signature-offer-background::after{content:'';transform-origin:center;content:'';position:absolute;bottom:-10%;right:10%;width:800px;height:800px;background:radial-gradient(circle,rgba(139,92,246,.06) 0,rgba(139,92,246,.03) 30%,transparent 70%);border-radius:50%;filter:blur(80px);animation:10s ease-in-out infinite pulseGlowAfter;transform-origin:center}@keyframes rotateGradient{0%{transform:translateX(-50%) rotate(0)}100%{transform:translateX(-50%) rotate(360deg)}}@keyframes rotateGradientAfter{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes pulseGlow{0%,100%{opacity:1;transform:translateX(-50%) scale(1) rotate(0)}50%{opacity:.8;transform:translateX(-50%) scale(1.15) rotate(180deg)}}@keyframes pulseGlowAfter{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.signature-offer-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.signature-offer-header{text-align:center;margin-bottom:3.5rem;position:relative}.offer-badge-wrapper{margin-bottom:1.5rem;display:inline-block;position:relative}.offer-badge{display:inline-block;padding:.625rem 1.5rem;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-radius:50px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 32px rgba(99,102,241,.35),0 2px 8px rgba(99,102,241,.2);position:relative;overflow:hidden;transition:.4s cubic-bezier(.4, 0, .2, 1)}.offer-badge::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.offer-badge:hover::before{left:100%}.offer-badge:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(99,102,241,.45),0 4px 12px rgba(99,102,241,.3)}.offer-title{font-size:3.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.15;letter-spacing:-.03em;display:flex;flex-direction:column;gap:.5rem;align-items:center}.title-line{display:block;transition:.4s cubic-bezier(.4, 0, .2, 1)}.title-highlight{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.title-highlight::after{content:'';position:absolute;bottom:.25rem;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa);border-radius:2px;opacity:.3;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.signature-offer-header:hover .title-highlight::after{transform:scaleX(1)}.signature-offer-header:hover .title-line{transform:translateY(-2px)}.offer-tagline{font-size:.9rem;color:var(--text-secondary);font-weight:500;letter-spacing:-.01em;margin-top:1rem;opacity:.9}.deliverables-minimal{display:grid;grid-template-columns:repeat(2,1fr);gap:0;text-align:left;border-top:1px solid rgba(99,102,241,.08);border-left:1px solid rgba(99,102,241,.08);max-width:1000px;margin:0 auto}.deliverable-item{display:flex;gap:1.5rem;padding:2rem;border-bottom:1px solid rgba(99,102,241,.08);border-right:1px solid rgba(99,102,241,.08);border-top:1px solid transparent;border-left:1px solid transparent;transition:.3s;position:relative;background:#fff;box-shadow:0 0 0 rgba(99,102,241,0)}.deliverable-item:nth-child(2n){border-right:none}.deliverables-minimal .deliverable-item:nth-last-child(-n+2){border-bottom:1px solid rgba(99,102,241,.08)}.deliverable-item:nth-child(odd)::before{left:0!important;right:auto!important;width:3px!important;height:0!important;background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%)!important;transform:none!important;transform-origin:top!important;transition:height .4s cubic-bezier(.4, 0, .2, 1)!important;z-index:3!important;box-shadow:2px 0 8px rgba(99,102,241,.4)!important}.deliverable-item:nth-child(odd):hover::before{height:100%!important;transform:none!important}.deliverable-item:nth-child(2n)::before{left:auto!important;right:0!important;width:3px!important;height:0!important;background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%)!important;transform:none!important;transform-origin:top!important;transition:height .4s cubic-bezier(.4, 0, .2, 1)!important;z-index:3!important;box-shadow:-2px 0 8px rgba(99,102,241,.4)!important}.deliverable-item:nth-child(2n):hover::before{height:100%!important;transform:none!important}.deliverable-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,rgba(99,102,241,0) 0,rgba(99,102,241,0) 100%);transition:.3s;transform:scaleY(0);transform-origin:top}.deliverable-item:hover{box-shadow:0 2px 12px rgba(99,102,241,.08);transform:translateY(-2px)}.deliverable-item:hover::before{background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%);transform:scaleY(1)}.deliverable-number{font-size:.875rem;font-weight:700;color:rgba(99,102,241,.4);min-width:2rem;padding-top:.25rem;transition:.3s;letter-spacing:.05em;flex-shrink:0}.deliverable-item:hover .deliverable-number{transform:translateX(4px)}.deliverable-main{flex:1}.deliverable-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.625rem;flex-wrap:wrap}.deliverable-title-row h4{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;transition:color .3s;line-height:1.3}.deliverable-metric{font-size:.8125rem;font-weight:700;color:#6366f1;padding:.25rem .625rem;background:rgba(99,102,241,.08);border-radius:12px;transition:.3s;white-space:nowrap}.deliverable-item:hover .deliverable-metric{transform:scale(1.05)}.deliverable-main p{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin:0;transition:color .3s}@media (max-width:968px){.deliverables-minimal{grid-template-columns:1fr;border-left:none}.deliverable-item{border-right:none;border-left:none;padding:1.75rem 0;gap:1.5rem}.deliverable-item:nth-child(2n){border-right:none}.deliverables-minimal .deliverable-item:nth-last-child(-n+2){border-bottom:1px solid rgba(99,102,241,.08)}.deliverables-minimal .deliverable-item:last-child{border-bottom:none}.offer-title{font-size:2.75rem}.signature-offer-header{margin-bottom:3rem}.offer-tagline{font-size:.9375rem}}@media (max-width:768px){.signature-offer{padding:5rem 0 4rem}.offer-title{font-size:2.25rem;gap:.375rem}.offer-tagline{font-size:.875rem}.signature-offer-header{margin-bottom:2.5rem}.deliverable-item{gap:1.25rem;padding:1.5rem 0}.deliverable-number{min-width:1.75rem;font-size:.8125rem}.deliverable-title-row{flex-direction:column;align-items:flex-start;gap:.5rem}.deliverable-title-row h4{font-size:1.0625rem}.deliverable-main p{font-size:.8125rem}}.why-scaleweaver{padding:6rem 0;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 30%,#f8fafc 60%,#fafbfc 80%,#fff 100%);position:relative;overflow:hidden}.why-scaleweaver .container{position:relative;z-index:1}.why-scaleweaver::before{content:'';position:absolute;top:-20%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.08) 0,rgba(99,102,241,.04) 30%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.why-scaleweaver::after{content:'';position:absolute;bottom:-20%;left:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.06) 0,rgba(139,92,246,.03) 30%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.comparison-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(99,102,241,.1),0 4px 16px rgba(0,0,0,.08);margin-top:3rem;border:1px solid rgba(99,102,241,.1);position:relative;z-index:1}.comparison-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);align-items:center;transition:.3s}.comparison-row:last-child{border-bottom:none}.comparison-row:hover{background:rgba(99,102,241,.03)}.comparison-row:first-of-type{background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.05) 100%);font-weight:600}.comparison-option{display:flex;align-items:center;gap:1rem;font-weight:600}.option-badge{padding:.25rem .75rem;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.comparison-value{font-size:.9375rem;color:var(--text-primary)}.differentiation-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.differentiation-card{background:#fff;padding:2.5rem;border-radius:16px;border:2px solid var(--border-color);transition:.3s;text-align:center}.differentiation-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:#6366f1}.diff-icon{font-size:3rem;margin-bottom:1.5rem}.differentiation-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.differentiation-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.7}.pricing-value-framing{margin-top:2rem;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.05) 100%);border-radius:12px;border-left:4px solid #6366f1;max-width:900px;margin-left:auto;margin-right:auto}.pricing-value-framing p{margin:0;font-size:1rem;line-height:1.7;color:var(--text-primary)}.pricing-value-framing strong{color:#6366f1}.pricing{padding:6rem 0 4rem;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 30%,#f8fafc 60%,#fafbfc 80%,rgba(139,92,246,.01) 100%);overflow:visible;position:relative;margin-top:-2rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;padding-top:2rem;position:relative;overflow:visible}.pricing-card{background:#fff;border:2px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:.3s;position:relative;z-index:1}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-color);z-index:10}.pricing-card.featured-pricing{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#a78bfa 100%);border:none;color:#fff;transform:scale(1.08);box-shadow:0 25px 70px rgba(99,102,241,.35);position:relative;z-index:2}.pricing-card.featured-pricing::before{content:'';position:absolute;inset:-3px;border-radius:24px;background:linear-gradient(135deg,#ec4899,#a78bfa,#6366f1,#ec4899);background-size:300% 300%;z-index:-1;opacity:.7;animation:4s infinite gradientRotate;filter:blur(8px)}@keyframes gradientRotate{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.pricing-card.featured-pricing:hover{transform:scale(1.08) translateY(-8px);box-shadow:0 35px 90px rgba(99,102,241,.45);z-index:10}.pricing-badge-top{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;padding:.6rem 1.75rem;border-radius:24px;font-size:.875rem;font-weight:700;box-shadow:0 8px 24px rgba(99,102,241,.4);animation:2s ease-in-out infinite badgeBounce;letter-spacing:.5px;text-transform:uppercase}@keyframes badgeBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}.pricing-header h3{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.pricing-badge{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.featured-pricing .pricing-badge{color:rgba(255,255,255,.9)}.pricing-price{display:flex;align-items:baseline;margin-bottom:2rem}.price-currency{font-size:1.5rem;font-weight:600;margin-right:.25rem}.price-amount{font-size:3.5rem;font-weight:800;line-height:1}.price-period{font-size:1.125rem;color:var(--text-secondary);margin-left:.5rem}.featured-pricing .price-period{color:rgba(255,255,255,.8)}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.75rem 0;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.featured-pricing .pricing-features li{color:#fff}.pricing-features li strong{color:var(--primary-color)}.featured-pricing .pricing-features li strong{color:rgba(255,255,255,.95)}.pricing-card .btn-large{width:100%}.featured-pricing .btn-secondary{background:#fff;color:var(--primary-color);border-color:#fff}.featured-pricing .btn-secondary:hover{background:rgba(255,255,255,.9)}.trust-bridge{padding:4rem 0 5rem;background:linear-gradient(180deg,rgba(139,92,246,.01) 0,rgba(99,102,241,.02) 25%,#f8fafc 50%,#fafbfc 75%,#fff 100%);margin-top:-2rem;position:relative;z-index:1;overflow:hidden}.trust-bridge::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0,rgba(99,102,241,.04) 30%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.trust-bridge-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.trust-stats{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.trust-stat{text-align:center;flex:1;min-width:150px}.trust-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em}.trust-label{font-size:.9375rem;color:#64748b;font-weight:500;letter-spacing:.01em}.trust-divider{width:1px;height:60px;background:linear-gradient(180deg,transparent 0,rgba(99,102,241,.2) 50%,transparent 100%);flex-shrink:0}.trust-cta{display:flex;justify-content:center;align-items:center}.trust-cta .btn-large{box-shadow:0 10px 40px rgba(99,102,241,.25);transition:.3s}.trust-cta .btn-large:hover{transform:translateY(-2px);box-shadow:0 15px 50px rgba(99,102,241,.35)}@media (max-width:768px){.trust-stats{gap:2rem}.trust-divider{display:none}.trust-number{font-size:2rem}.trust-label{font-size:.875rem}}.faq{padding:5rem 0 6rem;background:linear-gradient(180deg,#fff 0,#fafbfc 20%,#f8fafc 40%,rgba(99,102,241,.02) 70%,rgba(139,92,246,.01) 100%);margin-top:-2rem;position:relative}.faq-search-wrapper{max-width:900px;margin:2.5rem auto 2rem}.faq-search{position:relative;margin-bottom:1.5rem}.faq-search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#94a3b8;pointer-events:none;transition:color .3s}.faq-search-input{width:100%;padding:1rem 1rem 1rem 3.25rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:var(--text-primary);transition:.3s;font-family:Inter,sans-serif}.faq-search-input:focus{outline:0;border-color:#6366f1;box-shadow:0 0 0 4px rgba(99,102,241,.1)}.faq-search-input:focus+.faq-search-icon,.faq-search-input:not(:placeholder-shown)~.faq-search-icon{color:#6366f1}.faq-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#64748b;transition:.2s;line-height:1}.faq-search-clear:hover{background:#cbd5e1;color:#475569}.faq-categories{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.faq-category-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;border:2px solid #e2e8f0;border-radius:20px;background:#fff;color:#64748b;cursor:pointer;transition:.3s;font-family:Inter,sans-serif}.faq-category-btn:hover{border-color:#6366f1;color:#6366f1;background:rgba(99,102,241,.05)}.faq-category-btn.active{background:#6366f1;border-color:#6366f1;color:#fff}.faq-grid{max-width:900px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:.3s cubic-bezier(.4, 0, .2, 1);border:1.5px solid #e2e8f0;position:relative}.faq-item.hidden{display:none}.faq-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%);transform:scaleY(0);transition:transform .3s;transform-origin:top}.faq-item.active::before,.faq-item:hover::before{transform:scaleY(1)}.faq-item:hover{border-color:#c7d2fe;box-shadow:0 4px 12px rgba(99,102,241,.08)}.faq-item.active{border-color:#6366f1;box-shadow:0 4px 16px rgba(99,102,241,.12)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:0 0;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;transition:.3s}.faq-question-content{display:flex;align-items:center;gap:1rem;flex:1;flex-wrap:wrap}.faq-question-text{font-size:1rem;font-weight:600;color:var(--text-primary);line-height:1.5}.faq-category-tag{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;background:rgba(99,102,241,.1);color:#6366f1;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.faq-item.active .faq-question-text{color:#6366f1}.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s cubic-bezier(.4, 0, .2, 1);color:#94a3b8}.faq-item.active .faq-icon{transform:rotate(180deg);color:#6366f1}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4, 0, .2, 1),padding .4s}.faq-item.active .faq-answer{max-height:2000px;padding:0 1.5rem 1.5rem}.faq-answer-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.25rem;padding:1rem;background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.03) 100%);border-radius:10px;border:1px solid rgba(99,102,241,.1)}.faq-stat{text-align:center}.faq-stat-value{display:block;font-size:1.5rem;font-weight:800;color:#6366f1;line-height:1.2;margin-bottom:.25rem}.faq-stat-label{display:block;font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.faq-answer p{color:var(--text-secondary);line-height:1.75;font-size:.9375rem;margin:0}.faq-answer p strong{color:var(--text-primary);font-weight:700}.faq-answer a{color:#6366f1;text-decoration:none;font-weight:600;transition:color .2s}.faq-answer a:hover{color:#4f46e5;text-decoration:underline}.faq-no-results{text-align:center;padding:3rem 2rem;color:#94a3b8;font-size:1rem}@media (max-width:768px){.faq-search-wrapper{margin:2rem auto 1.5rem;padding:0 1rem}.faq-search-input{font-size:.9375rem;padding:.875rem .875rem .875rem 3rem}.faq-categories{gap:.5rem}.faq-category-btn{padding:.4375rem 1rem;font-size:.8125rem}.faq-question{padding:1rem 1.25rem}.faq-question-text{font-size:.9375rem}.faq-item.active .faq-answer{padding:0 1.25rem 1.25rem}.faq-answer-stats{grid-template-columns:1fr;gap:.75rem}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;animation:.3s fadeIn;overflow:visible}.modal.active{display:flex;align-items:center;justify-content:center;overflow:visible}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);backdrop-filter:blur(8px)}.modal-content{position:relative;background:#fff;border-radius:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;overflow-x:hidden;padding:3rem;box-shadow:0 25px 50px rgba(0,0,0,.5);animation:.4s slideUp;z-index:10001;scrollbar-width:none;-ms-overflow-style:none}.modal-content-large{max-width:800px}.modal-subtitle{color:var(--text-secondary);font-size:1rem;margin-top:.5rem}.modal-content::-webkit-scrollbar{display:none}body.modal-open{overflow:visible;position:fixed;width:100%}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:0 0;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.3s}.modal-close:hover{background:var(--bg-light);color:var(--text-primary);transform:rotate(90deg)}.modal-header{margin-bottom:2rem}.modal-header h2{font-size:2rem;font-weight:800;margin-bottom:.5rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-header p{color:var(--text-secondary);font-size:1rem}.founder-story-content{display:flex;flex-direction:column;gap:2.5rem}.founder-story-section{padding-bottom:2rem;border-bottom:1px solid rgba(226,232,240,.6)}.founder-story-section:last-of-type{border-bottom:none}.founder-story-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.founder-story-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1rem}.founder-story-list{list-style:none;padding:0;margin:1rem 0}.founder-story-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:var(--text-secondary);line-height:1.7}.founder-story-list li::before{content:'✓';position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1.1rem}.founder-story-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.founder-stat{text-align:center;padding:1.5rem;background:linear-gradient(135deg,rgba(99,102,241,.08) 0,rgba(139,92,246,.06) 100%);border-radius:16px;border:1px solid rgba(99,102,241,.15)}.founder-stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.founder-stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.founder-story-cta{text-align:center;padding:2rem;background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.03) 100%);border-radius:20px;border:1px solid rgba(99,102,241,.1)}.founder-story-cta p{margin-bottom:1.5rem;color:var(--text-primary);font-weight:500;font-size:1.0625rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-primary);font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:.3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary);opacity:.6}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{flex-direction:row;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-color)}.checkbox-label span{color:var(--text-secondary);font-size:.875rem}.form-actions{margin-top:1rem}.form-actions button{width:100%;position:relative}.btn-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:.8s linear infinite spin}.form-message{padding:1rem;border-radius:8px;text-align:center;font-weight:500;display:none}.form-message.success{display:block;background:rgba(34,197,94,.1);color:#16a34a;border:1px solid rgba(34,197,94,.3)}.form-message.error{display:block;background:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.3)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.nav-links{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-4px 0 20px rgba(0,0,0,.1);transition:right .3s;z-index:1001;overflow-y:auto}.nav-links.active{right:0}.nav-dropdown{width:100%;border-bottom:1px solid rgba(226,232,240,.6);padding:1rem 0}.nav-dropdown-toggle{width:100%;justify-content:space-between;padding:.75rem 0;font-size:1.0625rem}.nav-dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:0 4px 12px rgba(0,0,0,.04),0 1px 4px rgba(0,0,0,.02);border:1px solid rgba(255,255,255,.6);background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(255,255,255,.92) 50%,rgba(255,255,255,.95) 100%);background-image:linear-gradient(135deg,rgba(138,77,255,.03) 0,rgba(111,117,255,.02) 50%,rgba(194,163,255,.03) 100%);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:16px;margin-top:.75rem;padding:.5rem;min-width:auto;width:100%;max-width:100%;pointer-events:auto;display:none}.nav-dropdown.active .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{display:block}.nav-dropdown-menu::after{display:none}.nav-dropdown-item{margin:.25rem 0;padding:14px 18px;font-size:.9375rem;border-radius:12px}.nav-dropdown-item:hover{background:rgba(138,77,255,.08);transform:translateX(0)}.nav-link-about{width:100%;padding:1rem 0;font-size:1.0625rem;border-bottom:1px solid rgba(226,232,240,.6)}.nav-links .btn-primary{width:100%;margin-top:1.5rem;padding:1rem 1.5rem}.founder-story-stats{grid-template-columns:1fr}.founder-story-cta{padding:1.5rem}.modal-content{padding:2rem 1.5rem;width:95%;max-height:90vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.modal-content-large{max-width:95%}.modal-content::-webkit-scrollbar{display:none}.modal-header h2{font-size:1.5rem}.founder-story-section h3{font-size:1.25rem}.founder-story-section p{font-size:.9375rem}.form-row{grid-template-columns:1fr}.modal-close{top:1rem;right:1rem}.case-studies-grid,.deliverables-grid,.problem-pain-solution{grid-template-columns:1fr}.brand-story{padding:5rem 0}.brand-story-headline{font-size:2.75rem}.brand-story-headline .headline-accent{font-size:2.5rem}.brand-story-main{margin-bottom:3rem}.brand-story-divider{margin:2.5rem auto;width:80px}.brand-story-paragraph{font-size:1.0625rem}.brand-story-emphasis{font-size:1.1875rem;margin:2rem 0}.signature-offer-content h2{font-size:2.25rem}.offer-subtitle{font-size:1.125rem;margin-bottom:2.5rem}.case-studies,.founder-story,.signature-offer,.why-founders{padding:4rem 0}.comparison-header,.comparison-row{grid-template-columns:1fr;gap:.75rem;text-align:left}.comparison-header{display:none}.comparison-row{display:flex;flex-direction:column;padding:1.5rem}.comparison-option{margin-bottom:.5rem}.comparison-value{padding-left:1rem;margin-bottom:.5rem}.differentiation-points{grid-template-columns:1fr}.pricing-value-framing{padding:1.25rem 1.5rem;margin-top:1.5rem}.pricing-value-framing p{font-size:.9375rem}}.autocomplete-wrapper{position:relative;width:100%}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background-color:#1e293b;border:1px solid #334155;border-radius:8px;margin-top:4px;max-height:300px;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.3);backdrop-filter:blur(10px)}.autocomplete-item{padding:12px 16px;cursor:pointer;color:#e2e8f0;transition:background-color .2s;font-size:.9375rem;line-height:1.5}.autocomplete-item.selected,.autocomplete-item:hover{background-color:#334155}.autocomplete-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.autocomplete-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.autocomplete-item strong{color:#6366f1;font-weight:600}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#1e293b;border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#64748b}#faqSearch.autocomplete-wrapper input,.autocomplete-wrapper input{width:100%}.about-page{padding-top:80px}.about-hero{padding:6rem 0 4rem;background:linear-gradient(180deg,#fff 0,#fafbfd 100%);position:relative;overflow:hidden}.about-hero::before{content:'';position:absolute;top:-30%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.06) 0,transparent 70%);border-radius:50%}.about-hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-hero-text{position:relative;z-index:2}.about-hero-badge{display:inline-block;padding:.5rem 1rem;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);border-radius:6px;color:#6366f1;font-size:.8125rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.about-hero h1{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.03em}.about-hero .hero-subheadline{font-size:1.375rem;line-height:1.7;color:#475569;margin-bottom:2.5rem;font-weight:400}.about-hero-cta{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.about-hero-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.about-hero-visual-box{width:100%;max-width:500px;height:400px;background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.05) 100%);border-radius:24px;border:1px solid rgba(99,102,241,.1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about-hero-visual-box::before{content:'';position:absolute;top:20%;left:20%;width:60%;height:60%;background:linear-gradient(135deg,rgba(99,102,241,.1) 0,rgba(139,92,246,.1) 100%);border-radius:16px;filter:blur(40px)}.mission-statement{padding:8rem 0;background:#fff;text-align:center;position:relative}.mission-statement::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent 0,#6366f1 50%,transparent 100%);border-radius:2px}.mission-statement-content{max-width:720px;margin:0 auto;padding:0 2rem}.mission-statement p{font-size:1.625rem;line-height:1.75;color:#475569;font-weight:400;letter-spacing:-.015em}.why-we-exist{padding:10rem 0;background:linear-gradient(180deg,#fff 0,#fafbfd 100%);position:relative}.why-we-exist::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(99,102,241,.03) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.03) 0,transparent 50%);pointer-events:none}.pain-points-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:5rem auto 0;padding:0 2rem}.pain-point-card{padding:3rem;background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.8);transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.pain-point-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1 0,#8b5cf6 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.pain-point-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(99,102,241,.12);border-color:rgba(99,102,241,.25)}.pain-point-card:hover::before{transform:scaleX(1)}.pain-point-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(99,102,241,.12) 0,rgba(139,92,246,.12) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:2rem;transition:.3s}.pain-point-card:hover .pain-point-icon{transform:scale(1.1);background:linear-gradient(135deg,rgba(99,102,241,.18) 0,rgba(139,92,246,.18) 100%)}.pain-point-card h4{font-size:1.375rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.pain-point-card p{font-size:1.0625rem;line-height:1.75;color:#64748b;margin:0}.built-by{padding:10rem 0;background:#fff;position:relative}.built-by-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.built-by-text h3{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#0f172a;line-height:1.2}.built-by-text p{font-size:1.125rem;line-height:1.8;color:#475569;margin-bottom:2rem}.strengths-list{list-style:none;padding:0;margin:0}.strengths-list li{padding:1rem 0 1rem 2rem;position:relative;font-size:1.0625rem;line-height:1.7;color:#475569}.strengths-list li::before{content:'✓';position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1.25rem}.credibility-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.credibility-badge{padding:.75rem 1.5rem;background:linear-gradient(135deg,rgba(99,102,241,.08) 0,rgba(139,92,246,.08) 100%);border:1px solid rgba(99,102,241,.2);border-radius:8px;font-size:.9375rem;font-weight:600;color:#6366f1}.our-approach{padding:6rem 0;background:linear-gradient(180deg,#fafbfd 0,#fff 100%);position:relative}.approach-timeline{max-width:1000px;margin:3rem auto 0;padding:0 2rem;position:relative}.approach-timeline::before{content:'';position:absolute;left:calc(2rem + 24px - 1.5px);top:24px;width:3px;height:calc(100% - 48px);background:linear-gradient(180deg,rgba(99,102,241,.3) 0,#6366f1 8%,#8b5cf6 50%,#ec4899 92%,rgba(236,72,153,.3) 100%);border-radius:2px;box-shadow:0 0 12px rgba(99,102,241,.2);z-index:1}.approach-step{display:flex;gap:3rem;margin-bottom:4rem;position:relative}.approach-step:last-child{margin-bottom:0}.approach-step-number{width:48px;height:48px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 16px rgba(99,102,241,.3),0 0 0 4px #fff;position:relative;z-index:3;transition:.3s cubic-bezier(.4, 0, .2, 1)}.approach-step-number:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(99,102,241,.4),0 0 0 4px #fff}.approach-step-content{flex:1;padding-top:.5rem}.approach-step-content h4{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.approach-step-content p{font-size:1.0625rem;line-height:1.7;color:#64748b;margin:0}@media (max-width:768px){.approach-timeline{padding:0 1rem}.approach-timeline::before{left:calc(1rem + 22px - 1.5px);top:22px;height:calc(100% - 44px)}.approach-step{gap:2rem;margin-bottom:3rem}.approach-step-number{width:44px;height:44px;font-size:1.125rem}.approach-step-content h4{font-size:1.25rem}.approach-step-content p{font-size:1rem}}.differentiators{padding:6rem 0;background:linear-gradient(135deg,#fafbfd 0,#fff 100%);position:relative;overflow:hidden}.differentiators::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.06) 0,transparent 70%);border-radius:50%}.differentiators::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,rgba(139,92,246,.05) 0,transparent 70%);border-radius:50%}.differentiators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:3rem auto 0;padding:0 2rem;position:relative;z-index:2}.differentiator-card{padding:2.75rem;background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.8);transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.differentiator-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1 0,#8b5cf6 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.differentiator-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px rgba(99,102,241,.15);border-color:rgba(99,102,241,.3)}.differentiator-card:hover::before{transform:scaleX(1)}.differentiator-card h4{font-size:1.3125rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.01em;line-height:1.3}.differentiator-card p{font-size:1.0625rem;line-height:1.75;color:#64748b;margin:0}.team-behind{padding:6rem 0;background:#fff;position:relative}.team-content{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center}.team-content h3{font-size:2.5rem;font-weight:800;margin-bottom:2rem;color:#0f172a;line-height:1.2}.team-content p{font-size:1.1875rem;line-height:1.9;color:#475569;margin-bottom:1.5rem}.team-content p:last-child{margin-bottom:0}.the-promise{padding:6rem 0;background:linear-gradient(180deg,#fff 0,#fafbfd 100%);text-align:center;position:relative}.the-promise-content{max-width:800px;margin:0 auto;padding:0 2rem}.the-promise h2{font-size:clamp(2.5rem, 6vw, 4rem);font-weight:900;line-height:1.2;color:#0f172a;letter-spacing:-.03em;margin:0}.about-cta{padding:6rem 0;background:linear-gradient(135deg,#0a0f1f 0,#1e293b 100%);position:relative;overflow:hidden}.about-cta::before{content:'';position:absolute;top:-30%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.15) 0,transparent 70%);border-radius:50%;filter:blur(100px)}.about-cta-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.about-cta h2{font-size:clamp(2.5rem, 6vw, 4rem);font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.about-cta p{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2.5rem;line-height:1.7}.about-cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.trust-markers{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.trust-marker{font-size:.9375rem;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.5rem}.trust-marker::before{content:'✓';color:#6366f1;font-weight:700}.built-by-visual{position:relative}@media (max-width:968px){.differentiators-grid{grid-template-columns:repeat(2,1fr)}.about-hero-content{grid-template-columns:1fr;gap:3rem}.about-hero-visual{order:-1}.built-by-content{grid-template-columns:1fr;gap:3rem}.approach-timeline::before{left:1.5rem}.approach-step{gap:2rem}.approach-step-number{width:40px;height:40px;font-size:1.125rem}}@media (max-width:1024px){.pain-points-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.pain-points-grid{grid-template-columns:1fr;gap:1.5rem}.pain-point-card{padding:2rem}.about-hero{padding:4rem 0 3rem}.about-cta,.built-by,.differentiators,.mission-statement,.our-approach,.team-behind,.the-promise,.why-we-exist{padding:4rem 0}.differentiators-grid{grid-template-columns:1fr}.about-cta-buttons{flex-direction:column}.trust-markers{flex-direction:column;gap:1rem}}.btn-link-secondary{color:#6366f1;font-weight:600;text-decoration:none;transition:.3s}.btn-link-secondary:hover{color:#4f46e5;text-decoration:underline}.btn-link-light{color:rgba(255,255,255,.9);font-weight:600;text-decoration:none;font-size:1.0625rem;transition:.3s}.btn-link-light:hover{color:#fff;text-decoration:underline}.no-underline{text-decoration:none!important}.text-inherit{color:inherit!important}.hover\:text-primary:hover,a.hover-text-primary:hover{color:var(--primary-color)!important}.transition{transition:color .3s}a.no-underline.text-inherit.transition{text-decoration:none;color:inherit;transition:color .3s}a.no-underline.text-inherit.transition:hover{color:var(--primary-color)}.blog-post-page{padding-top:6rem}.blog-post-header{padding:7rem 0 4rem;background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);color:#fff;margin-top:0}.blog-post-container{max-width:900px;margin:0 auto;padding:0 2rem}.blog-post-breadcrumb{margin-bottom:2rem;margin-top:1rem;font-size:.875rem}.blog-post-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none}.blog-post-breadcrumb a:hover{color:#fff}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.blog-post-tag{display:inline-block;padding:.375rem 1rem;background:rgba(255,255,255,.2);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600}.blog-post-header h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.blog-post-meta{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.7);font-size:.875rem}.blog-post-content{position:relative;padding:4rem 0;background:#fff}.blog-post-content-wrapper{max-width:900px;margin:0 auto;padding:0 2rem;line-height:1.8;color:#334155;font-size:1.125rem}.blog-post-content-wrapper h2{font-size:2.25rem;font-weight:800;margin:3rem 0 1.5rem;color:#0f172a;line-height:1.3;letter-spacing:-.02em}.blog-post-content-wrapper h3{font-size:1.75rem;font-weight:700;margin:2.5rem 0 1.25rem;color:#1e293b;line-height:1.4}.blog-post-content-wrapper p{margin-bottom:1.5rem}.blog-post-content-wrapper ol,.blog-post-content-wrapper ul{margin:1.5rem 0;padding-left:2rem}.blog-post-content-wrapper li{margin-bottom:.75rem;line-height:1.7}.blog-post-content-wrapper strong{color:#0f172a;font-weight:700}.blog-post-content-main{flex:1;min-width:0}.toc-container{position:relative}.toc-desktop-container{position:fixed;left:0;top:0;width:100%;pointer-events:none;z-index:100}.toc-wrapper{position:relative;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow-y:auto;transition:.3s}.toc-wrapper.toc-desktop{pointer-events:auto;max-height:calc(100vh - 200px)}.toc-wrapper.toc-positioning{transition:none}.toc-wrapper.collapsed .toc-content{display:none}.toc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toc-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.toc-toggle-btn{background:0 0;border:none;cursor:pointer;padding:.5rem;color:var(--text-secondary);transition:transform .3s;display:flex;align-items:center;justify-content:center}.toc-toggle-btn:hover{color:var(--primary-color)}.toc-wrapper.collapsed .toc-toggle-btn{transform:rotate(-90deg)}.toc-toggle-btn svg{width:16px;height:16px}.toc-content{transition:opacity .3s}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.5rem}.toc-list a{display:block;padding:.5rem .75rem;color:var(--text-secondary);text-decoration:none;border-radius:6px;transition:.2s;font-size:.9375rem;line-height:1.5}.toc-list a:hover{background:rgba(99,102,241,.08);color:var(--primary-color)}.toc-list a.active{background:rgba(99,102,241,.12);color:var(--primary-color);font-weight:600}.toc-text-main{display:block}.toc-text-subtitle{display:none;font-size:.875rem;color:var(--text-secondary);margin-top:.25rem;font-weight:400}.toc-list a.active .toc-text-subtitle,.toc-list a.expanded .toc-text-subtitle{display:block}.toc-sidebar{margin-bottom:2rem}.toc-mobile{background:#fff;border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.toc-mobile summary{padding:1rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.toc-mobile summary::-webkit-details-marker{display:none}.toc-mobile summary::after{content:'▼';font-size:.75rem;transition:transform .3s}.toc-mobile[open] summary::after{transform:rotate(180deg)}.toc-mobile .toc-wrapper{position:static;box-shadow:none;border-radius:0;padding:0 1.5rem 1.5rem}.code-copy-button{position:absolute;top:.75rem;right:.75rem;background:rgba(255,255,255,.9);border:1px solid var(--border-color);border-radius:6px;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);transition:.2s;z-index:10;opacity:0;pointer-events:none}pre:focus-within .code-copy-button,pre:hover .code-copy-button{opacity:1;pointer-events:auto}.code-copy-button:hover{background:#fff;border-color:var(--primary-color);color:var(--primary-color)}.code-copy-button.copied{background:rgba(16,185,129,.1);border-color:#10b981;color:#10b981}.code-copy-button svg{width:16px;height:16px;display:none}.code-copy-button svg:first-child{display:block}.code-copy-button.copied svg:first-child{display:none}.code-copy-button.copied .check-icon{display:block}.copy-text{font-weight:500}pre code .comment{color:#6b7280;font-style:italic}.download-pdf-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--gradient-1);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:.3s;border:none;cursor:pointer;font-size:1rem}.download-pdf-btn:hover,.pdf-cta .download-pdf-btn:hover,a.download-pdf-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(99,102,241,.35);background:linear-gradient(135deg,#7c3aed 0,#a78bfa 50%,#ec4899 100%);color:#fff!important}h4.no-margin-top{margin-top:0!important}.blog-image-centered{margin-top:1rem;display:block;margin-left:auto;margin-right:auto;border:none;border-radius:0;box-shadow:none;background:0 0;max-width:calc(100% - 1rem);width:calc(100% - 1rem);height:auto;box-sizing:border-box;object-fit:contain;page-break-inside:avoid}img{max-width:100%;height:auto;object-fit:contain;page-break-inside:avoid}svg:not(.resource-icon){max-width:100%;height:auto;preserveAspectRatio:xMidYMid meet}figure img{max-width:100%;height:auto;object-fit:contain;page-break-inside:avoid}.resource-icon{flex-shrink:0;display:inline-block;vertical-align:middle;min-width:20px!important;min-height:20px!important}.resource-icon svg,svg.resource-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important}svg.resource-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:inline-block!important;vertical-align:middle!important;box-sizing:border-box!important;overflow:hidden!important}.resource-item svg.resource-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:block!important}@media print{img,svg{max-width:100%!important;height:auto!important;object-fit:contain!important;page-break-inside:avoid!important}.blog-image-centered{max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}svg:not(.resource-icon){preserveAspectRatio:xMidYMid meet!important;max-width:100%!important;height:auto!important}.resource-icon svg,svg.resource-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important}.resource-icon,svg.resource-icon{max-width:20px!important;max-height:20px!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:inline-block!important;box-sizing:border-box!important;overflow:hidden!important}.resource-icon svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important}figure img{max-width:100%!important;height:auto!important;object-fit:contain!important}}@media (max-width:1023px){.toc-desktop-container{display:none}}@media (min-width:1024px){.toc-sidebar{display:none}}.checklist-section{background:linear-gradient(135deg,#fff 0,#fafafa 100%);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:0;margin:24px 0;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02),inset 0 1px 0 rgba(255,255,255,.9);overflow:hidden;position:relative;transition:.3s cubic-bezier(.4, 0, .2, 1)}.checklist-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1 0,#8b5cf6 50%,#6366f1 100%);opacity:.6;z-index:1}.checklist-section:hover{box-shadow:0 4px 12px rgba(99,102,241,.08),0 2px 6px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.95);border-color:rgba(99,102,241,.15);transform:translateY(-1px)}.blog-post-content .checklist-section h4,.blog-post-content-wrapper .checklist-section h4,.checklist-section h4{margin:1.5rem 0 .5rem!important;padding:12px 16px 10px;color:#1f2937;font-size:1.25rem!important;font-weight:600!important;letter-spacing:-.01em;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,rgba(255,255,255,.95) 0,rgba(250,250,250,.95) 100%);position:relative;z-index:2}.checklist-section ul{list-style:none;padding:0;margin:0;background:#fff}.checklist-section li{padding:0;margin:0;border-bottom:1px solid rgba(0,0,0,.04);color:#374151;font-size:14px;line-height:1.5;display:flex;align-items:center;gap:0;transition:.2s cubic-bezier(.4, 0, .2, 1);position:relative;background:#fff;cursor:pointer}.checklist-section li:last-child{border-bottom:none}.checklist-section li:hover{background:linear-gradient(135deg,rgba(99,102,241,.02) 0,#fff 100%)}.checklist-section li .checklist-checkbox{width:18px;height:18px;min-width:18px;flex-shrink:0;margin:10px 12px 10px 16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #d1d5db;border-radius:4px;background:#fff;transition:.2s cubic-bezier(.4, 0, .2, 1);box-shadow:0 1px 2px rgba(0,0,0,.04),inset 0 1px 2px rgba(0,0,0,.02);position:relative}.checklist-section li .checklist-checkbox::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-radius:2px;transition:transform .2s cubic-bezier(.34, 1.56, .64, 1);opacity:0}.checklist-section li .checklist-checkbox::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg) scale(0);width:4px;height:7px;border:2px solid #fff;border-top:none;border-left:none;transition:transform .2s cubic-bezier(.34, 1.56, .64, 1);opacity:0}.checklist-section li .checklist-checkbox:checked{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);border-color:#6366f1;box-shadow:0 2px 4px rgba(99,102,241,.2),inset 0 1px 2px rgba(255,255,255,.3)}.checklist-section li .checklist-checkbox:checked::before{transform:translate(-50%,-50%) scale(1);opacity:1}.checklist-section li .checklist-checkbox:checked::after{transform:translate(-50%,-60%) rotate(45deg) scale(1);opacity:1}.checklist-section li:hover .checklist-checkbox{border-color:#6366f1;box-shadow:0 2px 4px rgba(99,102,241,.12),inset 0 1px 2px rgba(255,255,255,.8);transform:scale(1.05)}.checklist-section li .checklist-checkbox:checked:hover{transform:scale(1.08);box-shadow:0 3px 6px rgba(99,102,241,.25),inset 0 1px 2px rgba(255,255,255,.4)}.checklist-section li .checklist-checkbox:focus{outline:#6366f1 solid 2px;outline-offset:2px}.checklist-section li .checklist-text{flex:1;padding:10px 16px 10px 0;user-select:none;transition:color .2s,font-weight .2s;color:#374151}.checklist-section li .checklist-checkbox:checked~.checklist-text{color:#1f2937;font-weight:500}.checklist-section li:hover .checklist-text{color:#1f2937}.checklist-section li:has(.checklist-checkbox:checked){background:linear-gradient(135deg,rgba(99,102,241,.04) 0,#fff 100%)}@media (max-width:768px){.checklist-section{border-radius:10px;margin:20px 0}.checklist-section h4{padding:10px 14px 8px;font-size:1.125rem}.checklist-section li .checklist-checkbox{width:16px;height:16px;min-width:16px;margin:8px 10px 8px 14px}.checklist-section li .checklist-checkbox::before{width:9px;height:9px}.checklist-section li .checklist-checkbox::after{width:3px;height:6px}.checklist-section li .checklist-text{font-size:13px;padding:8px 14px 8px 0}}.checklist-progress{position:absolute;bottom:0;left:0;height:2px;background:linear-gradient(90deg,#6366f1 0,#8b5cf6 100%);transition:width .3s;z-index:1}.anti-pattern{background:rgba(239,68,68,.05);border-left:4px solid #ef4444;padding:1rem 1.25rem;border-radius:8px;margin:1.5rem 0;box-shadow:0 1px 3px rgba(239,68,68,.1)}.anti-pattern h4{color:#ef4444;margin-top:0;margin-bottom:.75rem;font-weight:700;font-size:1rem}.anti-pattern ul{list-style:disc;padding-left:1.25rem;margin:0}.anti-pattern li{color:#374151;font-size:.9375rem;line-height:1.6;margin-bottom:.375rem}.anti-pattern li:last-child{margin-bottom:0}@media (max-width:768px){.anti-pattern{padding:.875rem 1rem;margin:1.25rem 0}.anti-pattern h4{font-size:.9375rem;margin-bottom:.625rem}.anti-pattern li{font-size:.875rem;margin-bottom:.25rem}}.resources-section{margin:32px 0;padding:0;background:0 0;border:none}.resources-section h3,.resources-section h4{font-size:11px;font-weight:600;color:var(--color-text-tertiary,#64748b);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.resources-section h4.no-margin-top{margin-top:0}.resources-section p{margin:1.5rem 0 .75rem}.resources-section p strong{font-size:11px;font-weight:600;color:var(--color-text-tertiary,#64748b);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:12px}.resources-section ul{list-style:none;padding-left:0;margin:0 0 1.5rem}.resources-section ul:last-child{margin-bottom:0}.resources-section li{margin-bottom:.5rem;color:var(--color-text-secondary,#475569);font-size:14px;line-height:1.6}.resources-section li:last-child{margin-bottom:0}.resources-section a{color:#6366f1;text-decoration:none;transition:color .15s}.resources-section a:hover{color:#4f46e5;text-decoration:underline}.resources-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;list-style:none;padding:0;margin:0}.resource-item{display:flex;align-items:center;gap:12px;padding:0;position:relative;transition:.15s}.resource-item::before{content:'';position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:rgba(0,0,0,.2);opacity:0;transition:opacity .15s}.resource-item:hover::before{opacity:1}.resource-icon{width:16px!important;height:16px!important;flex-shrink:0;opacity:.5;color:var(--color-text-tertiary,#64748b);transition:.15s;max-width:16px!important;max-height:16px!important}.resource-item:hover .resource-icon{opacity:.7;color:#6366f1}.resource-link{color:var(--color-text-secondary,#475569);text-decoration:none!important;font-size:14px;flex:0 1 auto;transition:color .15s;position:relative}.resource-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#6366f1;transition:width .15s}.resource-link:hover{color:#6366f1}.resource-link:hover::after{width:100%}@media (max-width:768px){.resources-list{flex-direction:column;gap:16px}.resource-item{gap:10px}.resource-link{font-size:13px}}@media print{.resource-icon svg,.resource-item svg.resource-icon,svg.resource-icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;display:inline-block!important;box-sizing:border-box!important;overflow:hidden!important;transform:none!important;scale:1!important}}.case-study-hero{min-height:auto;display:flex;align-items:center;background:linear-gradient(135deg,#0a0f1f 0,#1a1f2e 50%,#0a0f1f 100%);position:relative;overflow:hidden;padding:100px 0 60px}.case-study-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(99,102,241,.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.case-study-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.case-study-hero .container{max-width:1400px;margin:0 auto;padding:0 4rem;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.case-study-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3);border-radius:50px;font-size:.75rem;font-weight:600;color:#a5b4fc;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}.hero-content-left{color:#fff}.case-study-hero h1{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff;margin:0 0 1rem}.case-study-hero .subtitle{font-size:1.125rem;line-height:1.6;color:#cbd5e1;margin:0 0 2rem;font-weight:400}.hero-metrics-inline{display:flex;gap:2rem;margin-top:1.5rem}.hero-metric{display:flex;flex-direction:column}.hero-metric-value{font-size:2.5rem;font-weight:800;color:#6366f1;line-height:1.2;margin-bottom:.25rem}.hero-metric-label{font-size:.875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.hero-visual-right{display:flex;align-items:center;justify-content:center}.hero-cost-visualization{background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:2.5rem 2rem;display:flex;align-items:center;gap:2rem;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.3)}.cost-visual-after,.cost-visual-before{flex:1;text-align:center}.cost-visual-label{font-size:.875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-weight:600}.cost-visual-amount{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.75rem;letter-spacing:-.03em;line-height:1}.cost-visual-amount.savings{color:#10b981;text-shadow:0 0 20px rgba(16,185,129,.3)}.cost-visual-breakdown{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.cost-item{font-size:.875rem;color:#cbd5e1}.cost-visual-savings{font-size:1rem;color:#10b981;font-weight:600;margin-top:.5rem}.cost-visual-arrow{color:#6366f1;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(99, 102, 241, .5))}.cost-visual-arrow svg{width:80px;height:80px}.hero-cta-inline{margin-top:2rem}.case-study-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.metric-card{background:linear-gradient(135deg,rgba(99,102,241,.05) 0,rgba(139,92,246,.03) 100%);border:1px solid rgba(99,102,241,.1);border-radius:16px;padding:2rem;text-align:center;transition:.3s}.metric-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(99,102,241,.15);border-color:rgba(99,102,241,.3)}.metric-value{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}.metric-label{font-size:.875rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.executive-summary-fullwidth{padding:4rem 0;background:linear-gradient(180deg,#f8fafc 0,#fff 100%);position:relative}.executive-summary-fullwidth::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.executive-summary-fullwidth .container{max-width:1400px;margin:0 auto;padding:0 4rem}.executive-summary-title{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:900;color:var(--text-primary);margin:0 0 3rem;text-align:center;letter-spacing:-.03em;line-height:1.1}.executive-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.executive-point{padding:2rem;background:#fff;border-left:4px solid var(--primary-color);border-radius:0 16px 16px 0;transition:.3s;position:relative}.executive-point::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(99,102,241,.02) 0,transparent 100%);border-radius:0 16px 16px 0;pointer-events:none}.executive-point:hover{transform:translateX(8px);box-shadow:0 8px 24px rgba(99,102,241,.1);border-left-width:6px}.executive-point-number{font-size:3rem;font-weight:800;color:var(--primary-color);opacity:.2;line-height:1;margin-bottom:1rem}.executive-point h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}.executive-point p{font-size:1.0625rem;line-height:1.8;color:var(--text-secondary);margin:0}.case-study-content{padding:4rem 0;background:#fff;position:relative}.scroll-page.case-study-content{padding:0;background:#0a0a0a}.content-section-fullwidth{max-width:1400px;margin:0 auto;padding:0 4rem 4rem;position:relative}.scroll-page .content-section-fullwidth{padding:4rem 2rem}.content-section-fullwidth:last-child{padding-bottom:0}.section-title-large{font-size:clamp(2.5rem, 5vw, 3.5rem);font-weight:900;color:var(--text-primary);margin:0 0 2.5rem;letter-spacing:-.04em;text-align:center;line-height:1.1}.section-title{font-size:2rem;font-weight:700;line-height:1.3;color:var(--text-primary);margin:0 0 1.5rem;letter-spacing:-.02em}.section-title .highlight{color:var(--primary-color)}.section-intro{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin:0 0 1.5rem}.section-intro-large{font-size:1.5rem;line-height:1.8;color:var(--text-secondary);margin:0 auto;text-align:center;max-width:900px}.section-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.section-split-left,.section-split-right{padding:1.5rem}.cost-comparison-chart{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:3rem;margin:4rem 0;box-shadow:0 4px 20px rgba(0,0,0,.06)}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.chart-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.chart-legend{display:flex;gap:2rem;align-items:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.legend-color{width:16px;height:16px;border-radius:4px}.legend-color.before{background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%)}.legend-color.after{background:linear-gradient(180deg,#8b5cf6 0,#ec4899 100%)}.chart-bars-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.chart-bar-group{display:flex;flex-direction:column;gap:1rem}.chart-bar-label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.chart-bars{display:flex;align-items:flex-end;gap:.75rem;height:200px;padding:1rem 0}.chart-bar{flex:1;border-radius:8px 8px 0 0;min-height:20px;transition:.4s;position:relative;display:flex;align-items:flex-end}.chart-bar.before{background:linear-gradient(180deg,#6366f1 0,#8b5cf6 100%);opacity:.7}.chart-bar.after{background:linear-gradient(180deg,#8b5cf6 0,#ec4899 100%);opacity:1;box-shadow:0 4px 12px rgba(139,92,246,.3)}.chart-bar-value{position:absolute;top:-2rem;left:50%;transform:translateX(-50%);font-size:.875rem;font-weight:700;color:var(--text-primary);white-space:nowrap}.chart-bar-label-bottom{text-align:center;font-size:.75rem;color:var(--text-secondary);font-weight:500;margin-top:.5rem}.optimizations-timeline{position:relative;padding-left:3rem;margin-top:2rem}.optimizations-timeline::before{content:'';position:absolute;left:.75rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--primary-color) 0,var(--secondary-color) 100%)}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:3rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-2.25rem;top:.5rem;width:1rem;height:1rem;background:var(--primary-color);border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px var(--primary-color)}.timeline-content{background:#fff;padding:2rem;border-radius:16px;border-left:4px solid var(--primary-color);transition:.3s;position:relative}.timeline-content::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(99,102,241,.02) 0,transparent 100%);border-radius:20px;pointer-events:none}.timeline-content:hover{box-shadow:0 12px 32px rgba(99,102,241,.15);transform:translateX(12px);border-left-width:6px}.optimization-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;letter-spacing:-.01em}.optimization-savings{font-size:1rem;font-weight:700;color:var(--primary-color);margin:0 0 1rem}.optimization-description{font-size:1.0625rem;line-height:1.8;color:var(--text-secondary);margin:0 0 1.25rem}.optimization-description:last-child{margin-bottom:0}.optimization-description strong{font-weight:700;color:var(--text-primary)}.results-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.stat-card-large{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;border:2px solid #f1f5f9;transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.stat-card-large::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);transform:scaleX(0);transition:transform .4s}.stat-card-large:hover{transform:translateY(-12px);box-shadow:0 20px 40px rgba(99,102,241,.2);border-color:var(--primary-color)}.stat-card-large:hover::before{transform:scaleX(1)}.stat-value{font-size:3rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:.5rem;letter-spacing:-.03em}.stat-label{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}.architecture-diagram{margin:4rem 0;background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.architecture-diagram-placeholder{background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border:2px dashed var(--border-color);border-radius:12px;padding:6rem 3rem;text-align:center;font-size:1rem;color:var(--text-secondary);font-weight:500}.architecture-diagram-placeholder small{display:block;margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary);font-weight:400;line-height:1.6}.cost-trend-graph{margin:4rem 0;background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.cost-trend-graph-placeholder{background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border:2px dashed var(--border-color);border-radius:12px;padding:6rem 3rem;text-align:center;font-size:1rem;color:var(--text-secondary);font-weight:500}.cost-trend-graph-placeholder small{display:block;margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary);font-weight:400;line-height:1.6}.engineering-note{font-size:.875rem;color:var(--text-secondary);font-style:normal;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color);line-height:1.6}.engineering-note strong{font-weight:600;color:var(--text-primary)}.cost-comparison-fullwidth{padding:4rem 0;background:#fff}.cost-comparison-fullwidth .container{max-width:1600px;margin:0 auto;padding:0 4rem}.cost-comparison-visual{display:grid;grid-template-columns:1fr auto 1fr;gap:2.5rem;align-items:stretch;margin-top:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.comparison-side{display:flex;flex-direction:column;background:#fff}.comparison-header{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);padding:1.25rem 2rem;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px rgba(99,102,241,.2)}.comparison-header h3{font-size:1rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.1em}.comparison-total{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.02em}.comparison-total.savings{color:rgba(255,255,255,.9)}.comparison-breakdown{padding:2rem;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.04)}.breakdown-item{display:flex;flex-direction:column;gap:.75rem}.breakdown-label{font-size:.8125rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;letter-spacing:.1em}.breakdown-amount{font-size:1.75rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.breakdown-bar{height:16px;border-radius:8px;margin-top:.75rem;transition:width .8s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden}.breakdown-bar::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:2s infinite shimmer}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.breakdown-item.aws .breakdown-bar{background:linear-gradient(90deg,#6366f1 0,#8b5cf6 100%)}.breakdown-item.snowflake .breakdown-bar{background:linear-gradient(90deg,#8b5cf6 0,#ec4899 100%)}.comparison-divider{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;min-width:200px}.savings-badge{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-size:1.25rem;font-weight:800;white-space:nowrap;box-shadow:0 8px 24px rgba(99,102,241,.3);letter-spacing:-.01em}.lead-gen-cta{padding:5rem 0;background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);position:relative;overflow:hidden}.lead-gen-cta::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.2) 0,transparent 70%);border-radius:50%;pointer-events:none}.lead-gen-cta .container{max-width:1200px;margin:0 auto;padding:0 4rem;position:relative;z-index:1}.lead-gen-content{text-align:center;color:#fff}.lead-gen-content h2{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.03em}.lead-gen-content p{font-size:1.25rem;line-height:1.6;color:#cbd5e1;margin:0 auto 2rem;max-width:700px}.lead-gen-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);z-index:10000;transition:width .1s linear}@media (max-width:1400px){.case-study-hero .container,.content-section-fullwidth,.cost-comparison-fullwidth .container,.executive-summary-fullwidth .container{padding-left:3rem;padding-right:3rem}}@media (max-width:1200px){.case-study-hero .container{grid-template-columns:1fr;gap:5rem}.executive-summary-grid{grid-template-columns:1fr;gap:2.5rem}.section-split{grid-template-columns:1fr;gap:3rem}.results-stats-grid{grid-template-columns:repeat(2,1fr)}.cost-comparison-visual{grid-template-columns:1fr;gap:3rem}.comparison-divider{flex-direction:row;min-width:auto;padding:2rem 0}}@media (max-width:968px){.case-study-hero{padding:120px 0 80px;min-height:auto}.hero-cost-visualization{flex-direction:column;padding:3rem 2rem;gap:2rem}.cost-visual-arrow{transform:rotate(90deg)}.cost-visual-arrow svg{width:60px;height:60px}.case-study-content,.cost-comparison-fullwidth,.executive-summary-fullwidth{padding:6rem 0}}@media (max-width:768px){.case-study-hero{padding:100px 0 60px}.case-study-hero .container,.content-section-fullwidth,.cost-comparison-fullwidth .container,.executive-summary-fullwidth .container{padding-left:2rem;padding-right:2rem}.case-study-hero h1{font-size:2.25rem}.case-study-hero .subtitle{font-size:1.125rem}.hero-metrics-inline{flex-direction:column;gap:2rem}.hero-metric-value{font-size:2rem}.cost-visual-amount{font-size:2.5rem}.executive-summary-title,.section-title-large{font-size:2.25rem}.section-title{font-size:2rem}.executive-point{padding:2rem}.optimizations-timeline,.timeline-item{padding-left:1.5rem}.timeline-content{padding:2rem}.results-stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-card-large{padding:2.5rem 2rem}.stat-value{font-size:3rem}.comparison-header{padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.comparison-total{font-size:1.5rem}.comparison-breakdown{padding:2rem 1.5rem}.breakdown-amount{font-size:1.5rem}.savings-badge{padding:1rem 2rem;font-size:1.125rem}.lead-gen-content h2{font-size:2rem}.lead-gen-content p{font-size:1.125rem}.lead-gen-cta{padding:6rem 0}.lead-gen-cta .container{padding:0 2rem}}.scroll-page-body .scroll-page{position:relative;isolation:isolate;scroll-snap-align:start;scroll-snap-stop:always;min-height:100vh;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;padding-top:80px;padding-bottom:0;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;margin:0;clear:both;opacity:.4;transition:opacity .6s}.scroll-page-body .scroll-page.active,.scroll-page-body .scroll-page:first-child{opacity:1}.scroll-page-body .scroll-page+.scroll-page{margin-top:0}.scroll-page-body .scroll-page>.container{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;flex:1 0 auto;min-height:calc(100vh - 80px);position:relative;z-index:2}.scroll-page-body .scroll-page:first-child>.container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:968px){.scroll-page-body .scroll-page:first-child>.container{grid-template-columns:1fr;gap:2rem}}.scroll-page-body .scroll-page .content-section-fullwidth{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;flex:1 0 auto;min-height:calc(100vh - 80px);position:relative;z-index:2}.page-indicator{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:10003;display:flex;flex-direction:column;gap:1rem;pointer-events:none}.page-dots{display:flex;flex-direction:column;gap:.75rem;pointer-events:auto;align-items:center}.page-dot{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.3);border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:.3s;position:relative;z-index:10001;pointer-events:auto;flex-shrink:0}.page-dot:hover{background:rgba(255,255,255,.7);transform:scale(1.4);border-color:rgba(255,255,255,.9)}.page-dot.active{background:#fff;border-color:#fff;box-shadow:0 0 20px rgba(255,255,255,.8),0 0 40px rgba(255,255,255,.4);transform:scale(1.5)}.page-dot::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.2);opacity:0;transition:opacity .3s}.page-dot.active::after{opacity:1}.scroll-page-body .scroll-page:first-child{background:linear-gradient(135deg,#000 0,#1a1a1a 50%,#000 100%);position:relative}.scroll-page-body .scroll-page:first-child::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.scroll-page-body .scroll-page:first-child::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.scroll-page-body .scroll-page:nth-child(2){background:linear-gradient(180deg,#0a0a0a 0,#1a1a1a 100%)}.scroll-page-body .scroll-page:nth-child(3){background:#000}.scroll-page-body .scroll-page:nth-child(4),.scroll-page-body .scroll-page:nth-child(5),.scroll-page-body .scroll-page:nth-child(6),.scroll-page-body .scroll-page:nth-child(7){background:#0a0a0a}.scroll-page-body .case-study-hero{background:0 0;color:#fff;position:relative;z-index:1}.scroll-page-body .case-study-hero .container{position:relative;z-index:2}.scroll-page-body .case-study-hero::before{background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%)}.scroll-page-body .case-study-hero::after{background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 70%)}.scroll-page-body .case-study-hero .subtitle,.scroll-page-body .case-study-hero h1{color:#fff}.scroll-page-body .case-study-badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff}.scroll-page-body .executive-summary-fullwidth{background:linear-gradient(180deg,#0a0a0a 0,#1a1a1a 100%);color:#fff;position:relative;z-index:1}.scroll-page-body .executive-summary-fullwidth .container{position:relative;z-index:2}.scroll-page-body .executive-summary-title{color:#fff}.scroll-page-body .executive-point{background:rgba(255,255,255,.05);border-left:4px solid #fff;color:#fff!important;position:relative;z-index:1}.scroll-page-body .executive-point::before{z-index:-1}.scroll-page-body .executive-point h3{position:relative;z-index:1}.scroll-page-body .executive-point p{position:relative;z-index:1}.scroll-page-body .executive-point-number{position:relative;z-index:1}.scroll-page-body .cost-comparison-fullwidth{background:#000;color:#fff;position:relative;z-index:1}.scroll-page-body .cost-comparison-fullwidth .container{position:relative;z-index:2}.scroll-page-body .section-title,.scroll-page-body .section-title-large{color:#fff}.scroll-page-body .case-study-content{background:#0a0a0a;color:#fff;position:relative;z-index:1}.scroll-page-body .case-study-content .content-section-fullwidth{position:relative;z-index:2}.scroll-page-body .section-intro,.scroll-page-body .section-intro-large,.scroll-page-body p{color:#e0e0e0!important}.scroll-page-body h1,.scroll-page-body h2,.scroll-page-body h3,.scroll-page-body h4{color:#fff!important}.scroll-page-body .timeline-item{color:#fff}.scroll-page-body .timeline-content{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);color:#fff}.scroll-page-body .optimization-savings{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}.scroll-page-body .stat-card-large{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff}.scroll-page-body .comparison-side{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff}.scroll-page-body .savings-badge{background:rgba(255,255,255,.15);border:2px solid #fff}.scroll-page-body .lead-gen-cta{background:linear-gradient(135deg,#000 0,#1a1a1a 100%);color:#fff;position:relative;z-index:1}.scroll-page-body .lead-gen-cta .container{position:relative;z-index:2}.scroll-page-body .btn-primary{background:#fff;color:#000;border:2px solid #fff}.scroll-page-body .btn-primary:hover{background:#000;color:#fff;border-color:#fff}.scroll-page-body .btn-secondary{background:0 0;color:#fff;border:2px solid #fff}.scroll-page-body .btn-secondary:hover{background:#fff;color:#000}.scroll-page-body a{color:#fff}.scroll-page-body a:hover{color:#fff;opacity:.8}.scroll-page-body .timeline-marker{background:#fff;border:2px solid #fff}.scroll-page-body .optimizations-timeline::before{background:rgba(255,255,255,.2)}.scroll-page-body .section-split-left,.scroll-page-body .section-split-right{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:12px;position:relative;z-index:1}.scroll-page-body .section-split{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.scroll-page-body .results-stats-grid{gap:2rem}.scroll-page-body .breakdown-bar{background:rgba(255,255,255,.2)}.scroll-page-body .breakdown-bar::after{background:#fff}.scroll-page-body,.scroll-page-body *{color:inherit}.scroll-page-body .breakdown-amount,.scroll-page-body .breakdown-label,.scroll-page-body .comparison-header h3,.scroll-page-body .comparison-total,.scroll-page-body .cost-item,.scroll-page-body .cost-visual-amount,.scroll-page-body .cost-visual-breakdown,.scroll-page-body .cost-visual-label,.scroll-page-body .cost-visual-savings,.scroll-page-body .executive-point h3,.scroll-page-body .executive-point p,.scroll-page-body .executive-point-number,.scroll-page-body .hero-metric-label,.scroll-page-body .hero-metric-value,.scroll-page-body .lead-gen-content h2,.scroll-page-body .lead-gen-content p,.scroll-page-body .optimization-description,.scroll-page-body .optimization-description strong,.scroll-page-body .optimization-savings,.scroll-page-body .optimization-title,.scroll-page-body .savings-badge,.scroll-page-body .stat-description,.scroll-page-body .stat-label,.scroll-page-body .stat-value{color:#fff!important}.scroll-page-body .breakdown-label,.scroll-page-body .optimization-description,.scroll-page-body .section-intro,.scroll-page-body .section-intro-large,.scroll-page-body .stat-description,.scroll-page-body p:not(.optimization-description):not(.section-intro):not(.section-intro-large){color:#e0e0e0!important}.scroll-page-body .footer{background:#000;border-top:1px solid rgba(255,255,255,.1);color:#fff}.scroll-page-body .footer h3,.scroll-page-body .footer h4{color:#fff}.scroll-page-body .footer a,.scroll-page-body .footer p{color:#d0d0d0}.scroll-page-body .footer a:hover{color:#fff}.scroll-page-body .footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#d0d0d0}.scroll-page-body .navbar{background:rgba(0,0,0,.95);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);z-index:10002}.scroll-page-body .navbar .nav-links a{color:#fff}.scroll-page-body .navbar .nav-links a:hover{color:#fff;opacity:.8}.scroll-page-body .navbar .nav-brand h2{background:linear-gradient(135deg,#fff 0,#fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scroll-page-body .navbar.scrolled{background:rgba(0,0,0,.98);border-bottom-color:rgba(255,255,255,.15)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.scroll-page.active .case-study-content>*,.scroll-page.active .case-study-hero>*,.scroll-page.active .cost-comparison-fullwidth>*,.scroll-page.active .executive-summary-fullwidth>*,.scroll-page.active .lead-gen-cta>*{animation:.8s ease-out fadeInUp}.scroll-page.active .hero-visual-right{animation:1s ease-out .2s both slideInFromRight}.scroll-page-body *{color:inherit}.scroll-page-body .cost-item,.scroll-page-body .cost-visual-amount,.scroll-page-body .cost-visual-breakdown,.scroll-page-body .cost-visual-label,.scroll-page-body .cost-visual-savings,.scroll-page-body .hero-metric-label,.scroll-page-body .hero-metric-value,.scroll-page-body .optimization-description,.scroll-page-body .optimization-description strong,.scroll-page-body .optimization-savings,.scroll-page-body .optimization-title{color:#fff!important}.scroll-page-body li,.scroll-page-body ol,.scroll-page-body ul{color:#e0e0e0!important}@media (prefers-reduced-motion:no-preference){.scroll-page-body{scroll-behavior:smooth}}@media (max-width:768px){.page-indicator{right:1rem}.page-dot{width:10px;height:10px}.scroll-page-body .scroll-page{min-height:100vh;height:100vh;padding-top:80px}.scroll-page-body .scroll-page>.container{padding:2rem 1.5rem}.scroll-page-body{scroll-snap-type:y proximity}.scroll-page-body .page-indicator{right:1rem}.scroll-page-body .page-dot{width:10px;height:10px}.scroll-page-body .scroll-page:first-child>.container{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.scroll-page-body .hero-cost-visualization,.scroll-page-body .hero-metrics-inline{flex-direction:column;gap:1.5rem}.scroll-page-body .cost-visual-arrow{transform:rotate(90deg)}}