:root{--bg-dark: var(--theme-bg, #000000);--bg-darker: var(--theme-bg-secondary, #000000);--bg-card: var(--theme-card-bg, rgba(255,255,255,.03));--text-white: var(--theme-text-heading, #FFFFFF);--text-muted: var(--theme-text-secondary, #C0C0C0);--accent-primary: #4ADE80;--accent-secondary: #4ADE80;--coral: #4ADE80;--coral-dark: #3ECF72;--lavender: #4ADE80;--mint: #4ADE80;border:1px solid var(--theme-border, rgba(255, 255, 255, .05))}.hero-fullwidth{position:relative;min-height:100vh;background:var(--bg-dark);padding:120px 2rem 4rem;display:flex;flex-direction:column;align-items:center;overflow:hidden}.hero-bg-pattern{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(74,222,128,.1) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(200,182,255,.08) 0%,transparent 50%)}.hero-container{position:relative;z-index:10;width:100%;max-width:1200px;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.hero-container{grid-template-columns:1.2fr 1fr;gap:4rem}}.hero-text-center{display:flex;flex-direction:column;gap:1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;background:#4ade801a;border:1px solid rgba(74,222,128,.3);border-radius:100px;color:var(--accent-primary);font-size:.875rem;font-weight:500;width:fit-content}.hero-badge svg{width:18px;height:18px}.hero-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;color:var(--text-white);letter-spacing:-.03em}.headline-gradient{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--coral-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.0625rem;color:var(--text-muted);line-height:1.7;max-width:600px}.hero-form-float{background:var(--theme-overlay-subtle);backdrop-filter:blur(20px);border:1px solid var(--theme-overlay-medium);border-radius:24px;padding:2rem}.form-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-overlay-medium)}.form-header h2{font-size:1.25rem;font-weight:600;color:var(--text-white);margin-bottom:.25rem}.form-header p{font-size:.875rem;color:var(--text-muted)}.hero-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8125rem;color:var(--text-white)}.required{color:var(--accent-primary)}.form-group input,.form-group select{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--theme-overlay-medium);background:var(--theme-overlay-light);color:var(--text-white);font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #4ade8026}.form-group select{cursor:pointer}.form-group select option{background:var(--bg-dark);color:var(--text-white)}.btn-submit{padding:1rem 2rem;background:var(--accent-primary);color:var(--theme-bg, #000000);font-size:.9375rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4ade8040}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.scroll-arrow{width:24px;height:24px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.stages-section{background:var(--bg-darker);padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 4rem}.section-header{text-align:center;margin-bottom:4rem}.section-overline{display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:1rem}.section-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em}.section-intro{font-size:1.0625rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin:1.5rem auto 0}.stages-wrapper{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.stages-wrapper{grid-template-columns:1fr 1.5fr}}.stages-visual{display:flex;justify-content:center}.stages-ring{position:relative;width:280px;height:280px}.ring-outer{position:absolute;inset:0;border:2px solid rgba(74,222,128,.2);border-radius:50%;animation:rotate 20s linear infinite}.ring-outer:before{content:"";position:absolute;top:-4px;left:50%;width:8px;height:8px;background:var(--accent-primary);border-radius:50%;transform:translate(-50%)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ring-inner{position:absolute;inset:30px;background:var(--theme-overlay-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-white);font-weight:600;font-size:1.125rem;line-height:1.4}.stages-accordion{display:flex;flex-direction:column;gap:1rem}.stage-item{background:var(--mint);border-radius:16px;overflow:hidden;color:#052e16}.stage-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none}.stage-header::-webkit-details-marker{display:none}.stage-number{font-size:.875rem;font-weight:700;color:#052e16}.stage-title{flex:1;font-size:1.125rem;font-weight:600}.stage-chevron{width:20px;height:20px;transition:transform .3s}.stage-item[open] .stage-chevron{transform:rotate(180deg)}.stage-content{padding:0 1.5rem 1.5rem}.stage-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.stage-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem}.stage-list svg{width:20px;height:20px;color:#052e16;flex-shrink:0;margin-top:2px}.solutions-section{background:var(--bg-dark);padding:6rem 0}.solutions-subhead{font-size:1.5rem;font-weight:500;color:var(--text-white);text-align:center;margin:3rem 0 2rem}.solutions-stack{display:flex;flex-direction:column;gap:2rem}.solution-card{display:grid;grid-template-columns:1fr;gap:2rem;background:var(--bg-card);border:1px solid var(--theme-overlay-light);border-radius:24px;padding:2rem;transition:transform .3s,box-shadow .3s}@media(min-width:768px){.solution-card{grid-template-columns:auto 1fr auto;align-items:center;padding:2.5rem}}.solution-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.solution-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#4ade801a;border-radius:16px}.solution-icon svg{width:32px;height:32px;color:var(--accent-primary)}.solution-content{display:flex;flex-direction:column;gap:.75rem}.solution-title{font-size:1.25rem;font-weight:600;color:var(--text-white)}.solution-desc{font-size:.95rem;color:var(--text-muted);line-height:1.7}.solution-best{font-size:.875rem;color:var(--text-muted)}.solution-best strong{color:var(--accent-primary)}.solution-image{display:none}@media(min-width:1024px){.solution-image{display:block;width:200px;height:140px;border-radius:12px;overflow:hidden}.solution-image img{width:100%;height:100%;object-fit:cover}}.upgrade-section{background:var(--bg-darker);padding:6rem 0}.upgrade-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:768px){.upgrade-grid{grid-template-columns:repeat(3,1fr)}}.upgrade-card{position:relative;background:linear-gradient(135deg,#4ade8014,#4ade8005);border:1px solid rgba(74,222,128,.1);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;animation:fadeInUp .6s ease-out forwards;animation-delay:var(--delay);opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.upgrade-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #4ade801a}.upgrade-number{position:absolute;top:1.5rem;right:1.5rem;font-size:3rem;font-weight:700;color:#4ade801a;line-height:1}.upgrade-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--accent-primary);border-radius:14px;margin-bottom:1.5rem}.upgrade-icon svg{width:28px;height:28px;color:#052e16}.upgrade-title{font-size:1.25rem;font-weight:600;color:var(--text-white);margin-bottom:.75rem}.upgrade-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.section-cta{text-align:center;margin-top:3rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--accent-primary);color:var(--theme-bg, #000000);font-size:1rem;font-weight:600;border-radius:8px;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4ade8040}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:1px solid var(--theme-overlay-strong);border-radius:8px;color:var(--text-white);font-weight:500;transition:all .2s}.btn-outline:hover{background:var(--theme-overlay-medium);border-color:var(--theme-overlay-strong)}.tech-section{background:var(--bg-dark);padding:6rem 0}.tech-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media(min-width:768px){.tech-grid{grid-template-columns:repeat(2,1fr)}}.tech-card{background:var(--bg-card);border:1px solid var(--theme-overlay-light);border-radius:24px;padding:2rem;transition:transform .2s}.tech-card:hover{transform:translateY(-4px)}.tech-card-header{margin-bottom:1rem}.tech-number{display:inline-block;font-size:.75rem;font-weight:700;color:var(--accent-primary);background:#4ade801a;padding:.25rem .75rem;border-radius:100px;margin-bottom:.75rem}.tech-title{font-size:1.5rem;font-weight:500;color:var(--accent-secondary);margin-bottom:.25rem}.tech-tagline{font-size:.9375rem;color:var(--text-muted);font-style:italic}.tech-desc{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.tech-visual{border-radius:12px;overflow:hidden}.tech-visual img{width:100%;display:block}.testimonial-section{background:var(--bg-darker);padding:6rem 0}.testimonial-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#4ade800d,#4ade8005);border:1px solid rgba(74,222,128,.1);border-radius:32px;padding:3rem}@media(min-width:768px){.testimonial-wrapper{grid-template-columns:280px 1fr;padding:4rem}}.testimonial-image img{width:100%;max-width:340px;border-radius:16px;image-rendering:auto}.testimonial-content{position:relative}.quote-icon{width:48px;height:48px;color:var(--accent-primary);opacity:.3;margin-bottom:1rem}.testimonial-quote{font-size:clamp(1.125rem,2vw,1.375rem);color:var(--text-white);line-height:1.6;margin:0 0 1.5rem;font-style:normal}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1rem;font-weight:600;color:var(--text-white)}.author-location{font-size:.875rem;color:var(--text-muted)}.testimonial-nav{display:flex;gap:.5rem;margin-top:2rem}.nav-dot{width:24px;height:24px;border-radius:50%;background:var(--theme-overlay-medium);border:none;cursor:pointer;transition:all .2s}.nav-dot.active{background:var(--accent-primary);width:32px;border-radius:12px}.nav-dot:hover:not(.active){background:var(--theme-overlay-strong)}.network-section{background:var(--bg-dark);padding:6rem 0}.network-map{position:relative;margin:3rem 0}.network-map img{width:100%;max-width:900px;margin:0 auto;display:block;opacity:.8}.map-pulse{position:absolute;width:20px;height:20px;background:var(--accent-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}.map-pulse:before{content:"";position:absolute;inset:-10px;border:2px solid var(--accent-primary);border-radius:50%;animation:ping 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}@keyframes ping{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.map-pulse-1{top:35%;left:70%;animation-delay:0s}.map-pulse-2{top:45%;left:65%;animation-delay:.5s}.map-pulse-3{top:55%;left:75%;animation-delay:1s}.map-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-muted);font-size:.875rem;text-align:center;margin-top:1.5rem}.cta-section{background:linear-gradient(135deg,var(--accent-primary) 0%,#3ECF72 50%,#35B863 100%);padding:6rem 0}.cta-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:1024px){.cta-grid{grid-template-columns:1fr 1fr}}.cta-content{color:#052e16}.cta-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;color:#052e16}.cta-description{font-size:1.0625rem;line-height:1.7;opacity:.85;margin-bottom:2rem;color:#052e16}.cta-features{display:flex;flex-wrap:wrap;gap:1.5rem}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#052e16}.cta-feature svg{width:20px;height:20px;color:#052e16}.cta-form-wrapper{background:var(--bg-dark);border-radius:20px;padding:2rem}.cta-form{display:flex;flex-direction:column;gap:1rem}
