.main-nav{background:#0000;left:0;padding:1.25rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.main-nav.scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000d9;border-bottom:1px solid #ffffff1a;padding:1rem 0}.nav-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{text-decoration:none}.logo-image{height:32px;transition:opacity .2s ease;width:auto}.logo-image:hover{opacity:.8}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#ffffffb3;font-size:.9rem;font-weight:500;letter-spacing:.01em;position:relative;text-decoration:none;transition:color .2s ease}.nav-link.active,.nav-link:hover{color:#fff}.nav-link.active:after{background:#06f;border-radius:1px;bottom:-6px;content:"";height:2px;left:0;position:absolute;right:0}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.4rem;padding:0}.dropdown-arrow{transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{left:50%;opacity:0;padding-top:1rem;position:absolute;top:100%;transform:translateX(-50%);transition:all .2s ease;visibility:hidden}.dropdown-menu.open{opacity:1;visibility:visible}.dropdown-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f0f0ffa;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 40px #0006;min-width:280px;padding:.5rem}.dropdown-item{border-radius:8px;display:flex;flex-direction:column;padding:.75rem 1rem;text-decoration:none;transition:background .2s ease}.dropdown-item:hover{background:#ffffff14}.dropdown-item-label{color:#fff;font-size:.9rem;font-weight:500}.dropdown-item-desc{color:#ffffff80;font-size:.75rem;margin-top:.15rem}.nav-actions{align-items:center;display:flex;gap:1.5rem}.nav-contact{color:#ffffffb3;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-contact:hover{color:#fff}.nav-cta{background:#fff;border-radius:100px;color:#000;font-size:.875rem;font-weight:600;padding:.65rem 1.5rem;text-decoration:none;transition:all .2s ease}.nav-cta:hover{background:#06f;color:#fff;transform:scale(1.02)}.mobile-menu-btn{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:40px;justify-content:center;padding:0;width:40px}.mobile-menu-btn span{background:#fff;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:24px}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:1024px){.nav-links{gap:1.5rem}}@media (max-width:900px){.mobile-menu-btn{display:flex;z-index:1002}.nav-links{align-items:center;background:#000;bottom:0;flex-direction:column;gap:1rem;justify-content:flex-start;left:0;opacity:0;overflow-y:auto;padding-bottom:150px;padding-top:100px;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:1001}.nav-links.open{opacity:1;visibility:visible}.nav-link{color:#fff;font-size:1.25rem}.nav-dropdown{text-align:center;width:100%}.nav-dropdown-trigger{font-size:1.25rem;justify-content:center;width:100%}.dropdown-menu{max-height:0;opacity:1;overflow:hidden;padding-top:.5rem;position:static;transform:none;transition:max-height .3s ease;visibility:visible}.dropdown-menu.open{max-height:500px}.dropdown-content{background:#ffffff0d;border:none;box-shadow:none;min-width:100%}.dropdown-item{align-items:center;text-align:center}.nav-actions{display:none}.nav-links.open~.nav-actions{align-items:center;bottom:4rem;display:flex;flex-direction:column;gap:1rem;left:0;position:fixed;right:0;z-index:1003}}@media (max-width:480px){.nav-container{padding:0 1rem}.logo-text{font-size:1.25rem}}.main-footer{background:#000;border-top:1px solid #ffffff1a;padding:5rem 0 2rem}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-top{grid-gap:4rem;border-bottom:1px solid #ffffff1a;display:grid;gap:4rem;grid-template-columns:280px 1fr;padding-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:inline-block;text-decoration:none}.footer-logo-image{height:28px;transition:opacity .2s ease;width:auto}.footer-logo-image:hover{opacity:.8}.footer-logo .logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.footer-tagline{color:#ffffff80;font-size:.9rem;line-height:1.6}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.column-title{color:#fff6;font-size:.75rem;font-weight:600;letter-spacing:.15em;margin:0;text-transform:uppercase}.column-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.column-links li a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s ease}.column-links li a:hover{color:#fff}.column-links.contact-info li{color:#ffffffb3;font-size:.9rem}.column-links.contact-info .address{color:#ffffff80}.footer-bottom{padding-top:2rem}.copyright{color:#fff6;font-size:.8rem}.footer-social{align-items:center;display:flex;gap:1.25rem}.footer-social a{align-items:center;color:#fff6;display:flex;justify-content:center;transition:color .2s ease}.footer-social a:hover{color:#fff}@media (max-width:1024px){.footer-top{gap:3rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{padding:0 1.5rem}.footer-links{gap:2rem;grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width:480px){.footer-links{gap:2rem;grid-template-columns:1fr}}.home-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.section-headline{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.section-subheadline{font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.text-muted{color:#ffffff80}.hero-section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative;text-align:center}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-gradient{background:radial-gradient(ellipse at center,#0066ff26 0,#0000 60%);height:150%;left:50%;position:absolute;top:-50%;transform:translateX(-50%);width:150%}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;-webkit-mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);position:absolute;right:0;top:0}.hero-content{z-index:1}.hero-headline{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06f,#00d4ff);-webkit-background-clip:text;background-clip:text}.hero-subheadline{color:#fff9;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;margin:0 auto 3rem;max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.hero-btn{align-items:center;border-radius:100px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.hero-btn.primary{background:#fff;color:#000}.hero-btn.primary:hover{background:#06f;color:#fff;transform:translateY(-2px)}.hero-btn.secondary{background:#0000;border:1px solid #ffffff4d;color:#fff}.hero-btn.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-metrics{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.metric{text-align:center}.metric-value{display:block;font-size:2rem;letter-spacing:-.02em}.metric-label{display:block;font-size:.8rem;letter-spacing:.1em;margin-top:.25rem;text-transform:uppercase}.metric-divider{background:#fff3;height:40px;width:1px}.hero-scroll-indicator{align-items:center;bottom:2rem;color:#fff6;display:flex;flex-direction:column;font-size:.75rem;gap:.75rem;left:50%;letter-spacing:.1em;position:absolute;text-transform:uppercase;transform:translateX(-50%)}.scroll-line{animation:scrollPulse 2s ease-in-out infinite;background:linear-gradient(180deg,#fff6,#0000);height:40px;width:1px}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}.what-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.what-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:200px 1fr}.what-label{position:-webkit-sticky;position:sticky;top:120px}.what-headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.what-description{color:#fff9;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;max-width:600px}.what-pillars{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.pillar{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.pillar-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.pillar-icon svg{color:#06f}.pillar span{color:#fffc;font-size:.9rem;font-weight:500}.microservices-section{background:#0a0a0a;padding:8rem 0}.microservices-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.microservice-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.microservice-card:hover{background:#ffffff0d;border-color:#0066ff4d;transform:translateY(-4px)}.microservice-icon{align-items:center;background:#0066ff1a;border:1px solid #06f3;border-radius:16px;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.microservice-icon svg{color:#06f}.microservice-content{flex:1 1}.microservice-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.microservice-name{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.microservice-tagline{background:#0066ff1a;border-radius:100px;color:#06f;font-size:.75rem;font-weight:500;letter-spacing:.1em;padding:.25rem .75rem;text-transform:uppercase}.microservice-description{color:#ffffff80;font-size:.9rem;line-height:1.6}.microservices-grid .microservice-card:nth-child(7){grid-column:1/-1;margin:0 auto;max-width:600px}.brokerless-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.brokerless-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.brokerless-headline{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.brokerless-description{color:#fff9;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.brokerless-points{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.brokerless-point{align-items:center;display:flex;gap:1rem}.brokerless-point svg{color:#06f;flex-shrink:0}.brokerless-point span{color:#fffc;font-size:1rem}.brokerless-visual{display:flex;justify-content:center}.visual-comparison{display:flex;flex-direction:column;gap:2rem;max-width:450px;width:100%}.comparison-new,.comparison-old{border-radius:16px;padding:2rem;text-align:center}.comparison-old{background:#ffffff05;border:1px solid #ffffff14}.comparison-new{background:#0066ff1a;border:1px solid #0066ff4d}.comparison-label{color:#ffffff80;letter-spacing:.15em;margin-bottom:1.5rem}.comparison-new .comparison-label{color:#06f}.comparison-flow{align-items:center;display:flex;font-weight:500;gap:1rem;justify-content:center}.comparison-flow span{background:#ffffff0d;border-radius:8px;padding:.5rem 1rem}.comparison-flow .middleman{color:#fff6;text-decoration:line-through}.comparison-flow .middleman small{color:#f36c;display:block;font-size:.7rem;text-decoration:none}.flow-arrow{color:#ffffff4d;font-size:1.5rem}.flow-arrow.direct svg{color:#06f}.comparison-flow.direct span{background:#06f3;border:1px solid #0066ff4d}.powered-by{color:#06f;display:block;font-size:.75rem;font-weight:500;margin-top:1rem}.why-section{background:#0a0a0a}.why-headline{font-size:clamp(2rem,4vw,2.5rem)}.why-link{align-items:center;color:#06f;display:inline-flex;font-weight:500;gap:.5rem;margin-top:1rem;text-decoration:none;transition:gap .3s ease}.why-link:hover{gap:.75rem}.why-principles{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.principle-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem}.principle-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.principle-description{color:#ffffff80;font-size:.875rem;line-height:1.6}.movement-preview{background:linear-gradient(180deg,#000,#0a0a0a);border-top:1px solid #ffffff1a;padding:8rem 0;text-align:center}.movement-content{margin:0 auto;max-width:700px}.movement-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.movement-description{color:#fff9;font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem}.movement-btn{align-items:center;background:#0000;border:1px solid #06f;border-radius:100px;color:#06f;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.movement-btn:hover{background:#06f;color:#fff}.cta-section{background:#06f;padding:8rem 0;text-align:center}.cta-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.cta-description{color:#fffc;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn{border-radius:100px;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none}.cta-btn.primary{background:#fff;color:#06f}.cta-btn.primary:hover{background:#000;color:#fff}.cta-btn.secondary{background:#0000;border:1px solid #ffffff80;color:#fff}.cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.what-grid{gap:2rem;grid-template-columns:1fr}.what-label{position:static}.what-pillars{grid-template-columns:repeat(2,1fr)}.microservices-grid{grid-template-columns:1fr}.microservices-grid .microservice-card:nth-child(7){max-width:100%}.brokerless-grid,.why-grid{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.section-container{padding:0 1.5rem}.hero-section{padding:7rem 1.5rem 3rem}.hero-metrics{gap:1.5rem}.metric-value{font-size:1.5rem}.metric-divider{height:30px}.what-pillars{gap:1.5rem;grid-template-columns:1fr}.pillar{align-items:center;flex-direction:row}.microservice-card{flex-direction:column;text-align:center}.microservice-icon{margin:0 auto}.microservice-header{justify-content:center}.why-principles{grid-template-columns:1fr}.hero-scroll-indicator{display:none}.visual-comparison{max-width:100%}.comparison-flow{flex-direction:column;gap:.75rem}.flow-arrow,.flow-arrow.direct svg{transform:rotate(90deg)}}@media (max-width:480px){.hero-actions{flex-direction:column;width:100%}.hero-btn{justify-content:center;width:100%}.cta-actions{flex-direction:column}.cta-btn{text-align:center;width:100%}.brokerless-points{gap:.75rem}.brokerless-point span{font-size:.9rem}}.movement-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.section-description{font-size:1.125rem}.section-header .section-description{margin:0 auto}.movement-hero{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:8rem 2rem 6rem;position:relative;text-align:center}.movement-hero .hero-background,.movement-hero .hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.movement-hero .hero-gradient{background:radial-gradient(ellipse at top,#0066ff1a 0,#0000 50%)}.movement-hero .hero-content{max-width:800px;position:relative;z-index:1}.hero-tag{border:1px solid #0066ff4d;border-radius:100px;color:#06f;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-bottom:2rem;padding:.5rem 1rem;text-transform:uppercase}.movement-hero .hero-headline{font-size:clamp(3rem,10vw,6rem);font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:2rem}.strike-through{color:#ffffff4d;text-decoration:line-through;-webkit-text-decoration-color:#f36;text-decoration-color:#f36;text-decoration-thickness:4px}.movement-hero .hero-subheadline{color:#fff9;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;margin:0 auto;max-width:600px}.problem-content{max-width:700px}.problem-description{font-size:1.125rem}.problem-emphasis{color:#fff;font-size:1.25rem;font-weight:600;margin-top:2rem}.standard-section{background:#0a0a0a;padding:8rem 0}.standards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.standard-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.standard-card:hover{background:#ffffff0a;border-color:#ffffff26;transform:translateY(-4px)}.standard-comparison{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.old-way{color:#ffffff4d;font-size:.875rem;text-decoration:line-through}.arrow-icon{color:#06f;flex-shrink:0}.new-way{color:#fff;font-size:1.125rem;font-weight:600}.standard-description{color:#ffffff80;font-size:.9rem;line-height:1.6}.culture-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.culture-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.culture-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:2.5rem}.culture-points{display:flex;flex-direction:column;gap:2rem}.culture-point{display:flex;gap:1.25rem}.point-icon{align-items:center;background:#0066ff1a;border:1px solid #06f3;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.point-icon svg{color:#06f}.point-content h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.point-content p{color:#ffffff80;font-size:.9rem;line-height:1.5}.culture-visual{display:flex;justify-content:center}.visual-card{background:#111;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;overflow:hidden;width:100%}.visual-header{border-bottom:1px solid #ffffff1a;padding:1rem 1.25rem}.visual-dots{display:flex;gap:.5rem}.visual-dots span{background:#fff3;border-radius:50%;height:10px;width:10px}.visual-dots span:first-child{background:#ff5f56}.visual-dots span:nth-child(2){background:#ffbd2e}.visual-dots span:nth-child(3){background:#27c93f}.visual-content{gap:1.5rem;padding:1.5rem}.visual-content,.visual-metric{display:flex;flex-direction:column}.visual-metric{gap:.5rem}.visual-metric .metric-label{color:#ffffff80;font-size:.8rem}.visual-metric .metric-value{color:#fff;font-size:1.5rem;font-weight:700}.metric-bar{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.metric-fill{background:linear-gradient(90deg,#06f,#00d4ff);border-radius:2px;height:100%}.community-section{background:#0a0a0a;padding:8rem 0}.community-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.community-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem;transition:all .3s ease}.community-card:hover{background:#ffffff0a;border-color:#0066ff4d}.community-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.community-description{color:#ffffff80;font-size:.875rem;line-height:1.6}.movement-cta{background:#06f;padding:8rem 0;text-align:center}.movement-cta .cta-content{margin:0 auto;max-width:600px}.movement-cta .cta-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.movement-cta .cta-description{color:#fffc;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.movement-cta .cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.movement-cta .cta-btn{border-radius:100px;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.movement-cta .cta-btn.primary{background:#fff;color:#06f}.movement-cta .cta-btn.primary:hover{background:#000;color:#fff}.movement-cta .cta-btn.secondary{background:#0000;border:1px solid #ffffff80;color:#fff}.movement-cta .cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.standards-grid{grid-template-columns:repeat(2,1fr)}.culture-grid{gap:3rem;grid-template-columns:1fr}.community-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-container{padding:0 1.5rem}.community-grid,.standards-grid{grid-template-columns:1fr}.movement-cta .cta-actions{flex-direction:column}.movement-cta .cta-btn{text-align:center;width:100%}}.ecosystem-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.eco-hero{align-items:center;display:flex;min-height:70vh;padding:10rem 0 6rem;position:relative}.eco-hero .hero-background,.eco-hero .hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.eco-hero .hero-gradient{background:radial-gradient(ellipse at top left,#0066ff1a 0,#0000 50%)}.eco-hero .hero-content{max-width:700px;position:relative;z-index:1}.eco-hero .hero-tag{border:1px solid #0066ff4d;border-radius:100px;color:#06f;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-bottom:2rem;padding:.5rem 1rem;text-transform:uppercase}.eco-hero .hero-headline{font-size:clamp(2.5rem,7vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.eco-hero .hero-description{color:#fff9;font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem}.eco-hero .hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.eco-hero .hero-btn{align-items:center;border-radius:100px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.eco-hero .hero-btn.primary{background:#fff;color:#000}.eco-hero .hero-btn.primary:hover{background:#06f;color:#fff}.eco-hero .hero-btn.secondary{background:#0000;border:1px solid #ffffff4d;color:#fff}.eco-hero .hero-btn.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.features-section{background:#0a0a0a;padding:8rem 0}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.feature-card:hover{background:#ffffff0a;border-color:#ffffff26;transform:translateY(-4px)}.feature-number{color:#06f;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem}.feature-title{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.feature-description{color:#ffffff80;font-size:.9rem;line-height:1.6}.process-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.process-card{border-left:2px solid #ffffff1a;padding-left:1.5rem;position:relative}.process-card:before{background:#06f;border-radius:50%;content:"";height:8px;left:-5px;position:absolute;top:0;width:8px}.process-step{color:#06f;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.process-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.process-description{color:#ffffff80;font-size:.875rem;line-height:1.6}.why-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.why-grid{grid-gap:4rem;align-items:start;gap:4rem;grid-template-columns:1fr 1fr}.why-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.why-description{color:#fff9;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.why-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.stat-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem}.stat-value{color:#fff;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#ffffff80;display:block;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.eco-cta{background:#06f;padding:8rem 0;text-align:center}.eco-cta .cta-content{margin:0 auto;max-width:600px}.eco-cta .cta-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.eco-cta .cta-description{color:#fffc;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.eco-cta .cta-btn{align-items:center;border-radius:100px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.eco-cta .cta-btn.primary{background:#fff;color:#06f}.eco-cta .cta-btn.primary:hover{background:#000;color:#fff}.problem-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.problem-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.problem-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.problem-description{color:#fff9;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.margin-comparison{display:flex;flex-direction:column;gap:2rem}.comparison-item{background:#ffffff05;border:1px solid #ffffff14;padding:1.5rem}.comparison-item.new{border-color:#0066ff4d}.comparison-item .comparison-label{color:#ffffff80;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.comparison-bar{border-radius:8px;display:flex;height:48px;overflow:hidden}.bar-segment{align-items:center;display:flex;font-size:.8rem;font-weight:600;justify-content:center}.bar-segment.carrier{background:#ffffff1a;color:#fffc}.bar-segment.carrier.full{background:linear-gradient(90deg,#06f,#00d4ff);color:#fff}.bar-segment.broker{background:#ff33664d;color:#fff9}.benefits-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.benefit-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem}.benefit-title{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1.5rem}.benefit-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.benefit-list li{align-items:center;display:flex;gap:.75rem}.benefit-list li svg{color:#06f;flex-shrink:0}.benefit-list li span{color:#ffffffb3;font-size:.95rem}.ecosystem-role-section{background:#0a0a0a;padding:8rem 0}.role-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.role-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.5rem}.text-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06f,#00d4ff);-webkit-background-clip:text;background-clip:text}.role-description{color:#fff9;font-size:1rem;line-height:1.8;margin-bottom:2rem}.role-integrations{display:flex;flex-direction:column;gap:1rem}.integration-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;display:flex;flex-direction:column;gap:.25rem;padding:1rem}.integration-name{color:#fff;font-size:.95rem;font-weight:600}.integration-desc{color:#ffffff80;font-size:.8rem}.ecosystem-diagram{height:300px;margin:0 auto;position:relative;width:300px}.diagram-center{align-items:center;background:linear-gradient(135deg,#06f,#00d4ff);border-radius:50%;display:flex;font-size:1rem;font-weight:700;height:100px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}.diagram-orbit{border:1px dashed #fff3;border-radius:50%;bottom:0;left:0;position:absolute;right:0;top:0}.orbit-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;display:flex;font-size:.7rem;font-weight:600;height:70px;justify-content:center;left:50%;margin:-35px;position:absolute;text-align:center;top:50%;transform:rotate(var(--angle)) translateX(130px) rotate(calc(var(--angle)*-1));width:70px}.problem-stats{display:flex;flex-direction:column;gap:1.5rem}.problem-stat{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem 2rem}.problem-stat-value{color:#06f;font-size:2.5rem;font-weight:700;min-width:100px}.problem-stat-label{color:#fff9;font-size:1rem;line-height:1.4}.use-cases-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.use-case-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.use-case-card:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.use-case-icon{align-items:center;background:#0066ff1a;border:1px solid #06f3;border-radius:16px;display:flex;height:72px;justify-content:center;margin:0 auto 1.5rem;width:72px}.use-case-icon svg{color:#06f}.use-case-title{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.use-case-description{color:#ffffff80;font-size:.95rem;line-height:1.6}.vision-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0;text-align:center}.vision-content{margin:0 auto;max-width:700px}.vision-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.vision-description{color:#fff9;font-size:1.125rem;line-height:1.8}.spotty-showcase{background:#0a0a0a;padding:8rem 0}.spotty-showcase.dark{background:#000}.showcase-split{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.showcase-split.reverse{direction:rtl}.showcase-split.reverse>*{direction:ltr}.showcase-headline{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.showcase-description{color:#fff9;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem}.showcase-metrics{display:flex;gap:3rem}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-value{color:#fff;font-size:2.5rem;font-weight:700}.metric-label{color:#ffffff80;font-size:.85rem}.showcase-features{display:flex;flex-direction:column;gap:1rem}.showcase-feature{align-items:center;color:#fffc;display:flex;font-size:1rem;gap:1rem}.showcase-feature svg{color:#06f;flex-shrink:0}.host-dashboard{background:#111;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 40px 80px #00000080;overflow:hidden}.dashboard-header{align-items:center;background:#0006;border-bottom:1px solid #ffffff1a;display:flex;gap:1rem;padding:1rem 1.25rem}.window-dots{display:flex;gap:6px}.window-dots span{border-radius:50%;height:12px;width:12px}.window-dots span:first-child{background:#ff5f57}.window-dots span:nth-child(2){background:#ffbd2e}.window-dots span:nth-child(3){background:#28ca41}.dashboard-title{color:#ffffff80;font-size:.8rem}.dashboard-body{padding:1.5rem}.earnings-display{background:linear-gradient(135deg,#0066ff26,#00d4ff0d);border:1px solid #06f3;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.earnings-label{color:#ffffff80;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.earnings-amount{color:#fff;display:block;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.earnings-bar{background:#ffffff1a;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.earnings-fill{background:linear-gradient(90deg,#06f,#00d4ff);border-radius:4px;height:100%}.earnings-goal{color:#ffffff80;font-size:.8rem}.booking-list{display:flex;flex-direction:column;gap:.75rem}.booking-item{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;display:flex;gap:1rem;padding:1rem}.booking-status{border-radius:50%;flex-shrink:0;height:10px;width:10px}.booking-status.active{background:#28ca41;box-shadow:0 0 8px #28ca4180}.booking-status.upcoming{background:#ffffff4d}.booking-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.booking-name{color:#fff;font-size:.9rem;font-weight:600}.booking-time{color:#ffffff80;font-size:.75rem}.booking-amount{color:#28ca41;font-size:1rem;font-weight:700}.phone-frame{background:#1a1a1a;border-radius:45px;box-shadow:0 40px 80px #00000080;margin:0 auto;padding:12px;width:300px}.phone-notch{background:#000;border-radius:20px;height:32px;margin:0 auto 16px;width:130px}.phone-screen{background:#000;border-radius:35px;min-height:500px;padding:1.5rem}.app-header{margin-bottom:1.5rem}.app-greeting{color:#fff;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.app-subtitle{color:#ffffff80;font-size:.9rem}.spot-card.featured{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1rem;overflow:hidden}.spot-image{align-items:flex-start;background:linear-gradient(135deg,#06f3,#00d4ff1a);display:flex;height:120px;justify-content:flex-end;padding:.75rem;position:relative}.spot-distance{background:#000000b3;border-radius:100px;color:#fff;font-size:.75rem;font-weight:600;padding:.35rem .75rem}.spot-details{padding:1rem}.spot-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.spot-name{color:#fff;font-size:1rem;font-weight:600}.spot-rating{align-items:center;color:#ffbd2e;display:flex;font-size:.85rem;font-weight:600;gap:.25rem}.spot-rating:before{content:"★"}.spot-address{color:#ffffff80;display:block;font-size:.8rem;margin-bottom:1rem}.spot-footer{align-items:center;display:flex;justify-content:space-between}.spot-price{color:#fff;font-size:1.25rem;font-weight:700}.spot-price span{color:#ffffff80;font-size:.85rem;font-weight:400}.spot-price.small{font-size:1rem}.spot-book{background:#06f;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.25rem}.spot-card .spot-mini{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:1rem;padding:1rem}.spot-mini-image{background:linear-gradient(135deg,#06f3,#00d4ff1a);border-radius:8px;flex-shrink:0;height:50px;width:50px}.spot-mini-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.spot-mini-info .spot-name{font-size:.9rem}.spot-mini-info .spot-address{font-size:.75rem;margin-bottom:0}.brokerless-hero .hero-content.centered{margin:0 auto;max-width:900px;text-align:center}.brokerless-hero .hero-headline.large{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,12vw,8rem);margin-bottom:.5rem}.brokerless-hero .hero-subheadline{color:#fff9;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;margin-bottom:1.5rem}.brokerless-hero .hero-description.centered{margin:0 auto 2.5rem;max-width:600px}.brokerless-hero .hero-actions.centered{justify-content:center}.brokerless-problem{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.problem-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.problem-text strong{color:#f36}.broker-diagram{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;padding:3rem 2rem}.diagram-row{gap:1rem;justify-content:center;margin-bottom:2rem}.diagram-node,.diagram-row{align-items:center;display:flex}.diagram-node{border-radius:12px;flex-direction:column;gap:.5rem;min-width:100px;padding:1.25rem 1.5rem}.diagram-node.shipper{background:#0066ff26;border:1px solid #0066ff4d}.diagram-node.broker{background:#ff336626;border:1px solid #ff33664d}.diagram-node.carrier{background:#28ca4126;border:1px solid #28ca414d}.node-label{color:#fff;font-size:.9rem;font-weight:600}.node-pays{color:#06f;font-size:.8rem}.node-takes{color:#f36;font-size:.8rem;font-weight:600}.node-gets{color:#28ca41;font-size:.8rem}.node-gets.highlight{font-size:.9rem;font-weight:700}.diagram-arrow{color:#ffffff4d}.diagram-caption{color:#ffffff80;font-size:.85rem;font-style:italic;text-align:center}.brokerless-solution{background:#0a0a0a;padding:8rem 0}.solution-header{margin-bottom:4rem}.solution-description{color:#fff9;font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.direct-diagram{margin:0 auto 4rem;max-width:700px}.diagram-row.direct{align-items:center;display:flex;gap:0;justify-content:center;margin-bottom:2rem}.diagram-node.large{min-width:140px;padding:2rem}.diagram-connector{align-items:center;display:flex;flex:1 1;max-width:200px}.connector-line{background:linear-gradient(90deg,#0066ff80,#06f,#0066ff80);flex:1 1;height:2px}.connector-badge{background:linear-gradient(135deg,#06f,#00d4ff);border-radius:100px;flex-shrink:0;padding:.5rem 1rem}.connector-badge span{color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em}.diagram-savings{background:#28ca411a;border:1px solid #28ca4133;border-radius:12px;display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;text-align:center}.savings-label{color:#ffffff80;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.savings-amount{color:#28ca41;font-size:2rem;font-weight:700}.savings-note{color:#ffffff80;font-size:.85rem}.comparison-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:800px}.comparison-item{border-radius:16px;padding:2rem}.comparison-item.old{background:#ffffff05;border:1px solid #ffffff14}.comparison-item.new{background:#0066ff1a;border:1px solid #06f3}.comparison-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.25rem;text-transform:uppercase}.comparison-item.old .comparison-label{color:#fff6}.comparison-item.new .comparison-label{color:#06f}.comparison-item ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.comparison-item.old ul li{color:#ffffff80;font-size:.9rem;padding-left:1.5rem;position:relative}.comparison-item.old ul li:before{color:#f369;content:"✕";font-size:.75rem;left:0;position:absolute}.comparison-item.new ul li{color:#fffc;font-size:.9rem;padding-left:1.5rem;position:relative}.comparison-item.new ul li:before{color:#28ca41;content:"✓";font-weight:700;left:0;position:absolute}.verification-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.section-description{color:#fff9;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}.verification-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.verification-item{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;color:#fffc;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1.25rem}.verification-check{align-items:center;background:#06f3;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.verification-check svg{color:#06f;height:12px;width:12px}.layers-section{background:#0a0a0a;padding:8rem 0}.layers-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr)}.layer-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;transition:all .3s ease}.layer-card:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.layer-number{color:#06f;display:block;font-size:.7rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.layer-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.layer-subtitle{color:#fff6;display:block;font-size:.75rem;margin-bottom:1rem}.layer-description{color:#ffffff80;font-size:.8rem;line-height:1.5}.result-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.result-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.result-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.result-description{color:#fff9;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.becomes-list{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem}.becomes-item{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;gap:1rem;padding:.75rem 0}.becomes-item:last-of-type{border-bottom:none}.becomes-dot{background:#06f;border-radius:50%;flex-shrink:0;height:8px;width:8px}.becomes-item span{color:#fffc;font-size:1rem}.becomes-footer{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.becomes-footer span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06f,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.analogy-section{background:#0a0a0a;padding:8rem 0}.analogy-header{margin-bottom:4rem;text-align:center}.analogy-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.analogy-card{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;gap:.75rem;padding:2rem 1.5rem;text-align:center}.analogy-card.highlight{background:#0066ff1a;border-color:#0066ff4d}.analogy-icon{align-items:center;background:#ffffff0d;border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:.5rem;width:60px}.analogy-icon svg{color:#fff9}.analogy-card.highlight .analogy-icon{background:#06f3}.analogy-card.highlight .analogy-icon svg{color:#06f}.analogy-brand{color:#fff;font-size:1.25rem;font-weight:700}.analogy-what{color:#ffffff80;font-size:.85rem}.pricing-formula-section{background:#0a0a0a;padding:8rem 0}.formula-display{margin-bottom:4rem;text-align:center}.formula-box{align-items:center;background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;display:inline-flex;gap:1.5rem;margin-bottom:1.5rem;padding:2rem 3rem}.formula-part{color:#fff;font-size:1.5rem;font-weight:600}.formula-part.highlight{color:#06f;font-size:2rem;font-weight:700}.formula-part.result{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#28ca41,#00d4ff);-webkit-background-clip:text;background-clip:text}.formula-operator{color:#fff6;font-size:1.5rem}.formula-caption{color:#ffffff80;font-size:1rem}.pricing-example{margin:0 auto;max-width:500px}.example-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.example-label{color:#fff6;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.example-row{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:.75rem 0}.example-row.total{border-bottom:none;border-top:2px solid #ffffff1a;margin-top:.5rem;padding-top:1rem}.example-item{color:#ffffffb3;font-size:.95rem}.example-row.total .example-item,.example-value{color:#fff;font-weight:600}.example-value{font-size:1.1rem}.example-value.negative{color:#f36}.example-value.highlight{color:#28ca41;font-size:1.5rem;font-weight:700}.example-comparison{border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem}.example-comparison span{color:#ffffff80;font-size:.85rem}.example-comparison .savings{color:#28ca41}.example-comparison .savings strong{font-size:1rem}.steps-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.step-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem 1.5rem;transition:all .3s ease}.step-card:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.step-number{color:#06f;display:block;font-size:.75rem;letter-spacing:.1em;margin-bottom:1rem}.step-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.step-description{color:#ffffff80;font-size:.85rem;line-height:1.6}.morpro-does-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.does-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.does-headline{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.does-description{color:#fff9;font-size:1.1rem;line-height:1.7}.does-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.does-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;gap:.75rem;padding:1rem}.does-check,.does-item{align-items:center;display:flex}.does-check{background:#06f3;border-radius:50%;flex-shrink:0;height:28px;justify-content:center;width:28px}.does-check svg{color:#06f}.does-item span{color:#fffc;font-size:.9rem}.everyone-wins-section{background:#0a0a0a;padding:8rem 0}.wins-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr}.wins-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem}.wins-card.carriers{border-color:#28ca4133}.wins-card.shippers{border-color:#06f3}.wins-card.industry{border-color:#00d4ff33}.wins-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.wins-card.carriers .wins-title{color:#28ca41}.wins-card.shippers .wins-title{color:#06f}.wins-card.industry .wins-title{color:#00d4ff}.wins-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.wins-list li{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;gap:.75rem}.wins-list li svg{color:currentColor;flex-shrink:0;opacity:.6}.wins-card.carriers .wins-list li svg{color:#28ca41}.wins-card.shippers .wins-list li svg{color:#06f}.industry-wins{display:flex;flex-wrap:wrap;gap:.75rem}.industry-wins span{background:#00d4ff1a;border:1px solid #00d4ff33;border-radius:100px;color:#00d4ff;font-size:.85rem;padding:.5rem 1rem}.plug-play-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.plug-play-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.plug-play-headline{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.plug-play-description{color:#fff9;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.plug-play-list{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.plug-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;color:#ffffffb3;font-size:.95rem;padding:.5rem 1rem}.plug-same{color:#06f;font-weight:600;margin-right:.25rem}.plug-play-tagline{color:#fff;font-size:1.1rem;font-weight:600}.upgrade-card{background:linear-gradient(135deg,#0066ff26,#00d4ff0d);border:1px solid #06f3;border-radius:20px;display:flex;flex-direction:column;gap:1rem;padding:3rem;text-align:center}.upgrade-label{color:#ffffffb3;font-size:1.1rem}.upgrade-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#06f,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.trailer-types-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.trailer-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.trailer-type-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.trailer-type-card:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.trailer-type-name{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.trailer-type-description{color:#ffffff80;font-size:.9rem;line-height:1.5}.eco-cta .cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.eco-cta .cta-btn.secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.eco-cta .cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.features-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.problem-grid,.why-grid{gap:3rem}.benefits-grid,.problem-grid,.role-grid,.why-grid{grid-template-columns:1fr}.role-grid{gap:3rem}.use-cases-grid{grid-template-columns:1fr}.trailer-types-grid{grid-template-columns:repeat(2,1fr)}.showcase-split{gap:3rem;grid-template-columns:1fr}.showcase-split.reverse{direction:ltr}.phone-frame{width:280px}.problem-split{gap:3rem;grid-template-columns:1fr}.layers-grid{grid-template-columns:repeat(3,1fr)}.result-split{gap:3rem;grid-template-columns:1fr}.analogy-grid{grid-template-columns:repeat(2,1fr)}.diagram-row{flex-wrap:wrap}.steps-grid{grid-template-columns:repeat(2,1fr)}.does-split{gap:3rem}.does-split,.plug-play-split,.wins-grid{grid-template-columns:1fr}.plug-play-split{gap:3rem}.formula-box{flex-wrap:wrap;gap:1rem;justify-content:center;padding:1.5rem 2rem}}@media (max-width:768px){.section-container{padding:0 1.5rem}.eco-hero{padding:8rem 0 4rem}.features-grid,.process-grid{grid-template-columns:1fr}.why-stats{grid-template-columns:1fr 1fr}.eco-hero .hero-actions{flex-direction:column}.eco-hero .hero-btn{justify-content:center;width:100%}.trailer-types-grid{grid-template-columns:1fr}.eco-cta .cta-actions{flex-direction:column}.eco-cta .cta-btn{width:100%}.showcase-metrics{flex-direction:column;gap:1.5rem}.metric-value{font-size:2rem}.phone-frame{width:260px}.phone-screen{min-height:420px;padding:1.25rem}.earnings-amount{font-size:2.25rem}.comparison-row,.layers-grid{grid-template-columns:1fr}.analogy-grid{gap:1rem;grid-template-columns:1fr 1fr}.diagram-row{gap:.5rem}.diagram-node{min-width:80px;padding:.75rem 1rem}.diagram-arrow{display:none}.diagram-row.direct{flex-direction:column;gap:1rem}.diagram-connector{flex-direction:column;gap:.5rem;max-width:none;width:100%}.connector-line{height:20px;width:2px}.brokerless-hero .hero-headline.large{font-size:clamp(2.5rem,12vw,4rem)}.does-grid,.steps-grid{grid-template-columns:1fr}.formula-part{font-size:1.1rem}.formula-part.highlight,.upgrade-highlight{font-size:1.5rem}}.fleet-hero .hero-content.centered{margin:0 auto;max-width:900px;text-align:center}.fleet-hero .hero-headline.large{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,10vw,6rem);margin-bottom:1.5rem}.fleet-stats-bar{background:linear-gradient(135deg,#06f,#00d4ff);padding:2rem 0}.stats-row{flex-wrap:wrap;gap:2rem;justify-content:space-around}.stat-item,.stats-row{align-items:center;display:flex}.stat-item{flex-direction:column;gap:.25rem}.stat-number{color:#fff;font-size:2.5rem;font-weight:700}.stat-text{color:#ffffffe6;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.fleet-problem{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.comparison-cards{display:flex;flex-direction:column;gap:1.5rem}.compare-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem}.compare-card.old{border-color:#f363}.compare-card.new{background:#0066ff1a;border-color:#0066ff4d}.compare-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.compare-card.old .compare-label{color:#fff6}.compare-card.new .compare-label{color:#06f}.compare-breakdown{display:flex;flex-direction:column;gap:.75rem}.breakdown-row{align-items:center;color:#ffffffb3}.breakdown-row.total{border-top:1px solid #ffffff1a;color:#fff;font-weight:600;margin-top:.5rem;padding-top:.75rem}.breakdown-row .negative{color:#f36;font-weight:600}.breakdown-row .highlight{color:#28ca41;font-weight:600}.breakdown-row .big-highlight{color:#28ca41;font-size:1.5rem;font-weight:700}.fleet-benefits{background:#0a0a0a;padding:8rem 0}.benefits-grid-6{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.benefit-card-fleet{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.benefit-card-fleet:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.benefit-icon{display:block;font-size:2rem;margin-bottom:1rem}.benefit-card-fleet .benefit-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.benefit-card-fleet .benefit-desc{color:#ffffff80;font-size:.9rem;line-height:1.6}.fleet-process{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.fleet-testimonials{background:#0a0a0a;padding:8rem 0}.testimonials-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.testimonial-card-fleet{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem}.testimonial-quote{color:#fffc;font-size:1.1rem;margin-bottom:1.5rem}.testimonial-author{align-items:center;border-top:1px solid #ffffff14;display:flex;justify-content:space-between;padding-top:1rem}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{color:#fff;font-size:1rem}.author-location{color:#ffffff80;font-size:.8rem}.author-experience{background:#0066ff1a;border-radius:100px;color:#06f;font-size:.75rem;padding:.35rem .75rem}.fleet-requirements{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.requirements-split{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.requirements-headline{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.requirements-description{color:#fff9;font-size:1.1rem;line-height:1.7}.requirements-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.requirement-item{align-items:center;background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;display:flex;gap:.75rem;padding:1rem}.requirement-check{align-items:center;background:#06f3;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.requirement-check svg{color:#06f}.requirement-item span{color:#fffc;font-size:.9rem}.fleet-apply{background:#0a0a0a;padding:8rem 0}.apply-split{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.apply-headline{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.apply-description{color:#fff9;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.apply-contact{display:flex;flex-direction:column;gap:1rem}.contact-method{flex-direction:column;gap:.25rem}.contact-label{color:#ffffff80;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.contact-value{color:#06f;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-value:hover{color:#00d4ff}.apply-form-container{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem}.apply-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1rem;gap:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;transition:all .3s ease}.form-group select option{background:#1a1a1a}.form-group textarea{min-height:100px}.submit-btn{background:linear-gradient(135deg,#06f,#00d4ff);padding:1.25rem 2rem}.submit-btn:hover{box-shadow:0 10px 30px #0066ff4d}.form-note{color:#fff6;font-size:.8rem;text-align:center}.fleet-faq{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.faq-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.faq-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem}.faq-question{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.faq-answer{color:#fff9;font-size:.95rem;line-height:1.7}@media (max-width:1024px){.benefits-grid-6{grid-template-columns:repeat(2,1fr)}.requirements-split,.testimonials-grid{grid-template-columns:1fr}.requirements-split{gap:3rem}.requirements-list{grid-template-columns:1fr 1fr}.apply-split{gap:3rem}.apply-split,.faq-grid{grid-template-columns:1fr}}@media (max-width:768px){.stats-row{flex-direction:column;gap:1.5rem}.stat-number{font-size:2rem}.benefits-grid-6,.form-row,.requirements-list{grid-template-columns:1fr}.fleet-hero .hero-headline.large{font-size:clamp(2.5rem,10vw,4rem)}}.hero-trust{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2.5rem}.trust-item{color:#ffffffb3;font-size:.9rem;gap:.5rem}.trust-item svg{color:#28ca41}.fleet-hero .hero-subheadline{color:#06f;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-bottom:1rem}.section-subheadline{color:#fff9;font-size:1.1rem;margin-top:-.5rem}.fleet-math{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.math-comparison{align-items:stretch;display:flex;gap:2rem;justify-content:center;margin-bottom:3rem}.math-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;flex:1 1;max-width:400px;padding:2rem}.math-card.old{border-color:#f363}.math-card.new{background:#0066ff14;border-color:#0066ff4d}.math-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.math-card.old .math-label{color:#fff6}.math-card.new .math-label{color:#06f}.math-breakdown{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.math-row{align-items:center;color:#ffffffb3;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.math-row.negative span:last-child{color:#f36}.math-row.highlight span:last-child{color:#28ca41}.math-row.total{border-top:2px solid #ffffff1a;margin-top:.5rem;padding-top:1rem}.total-value{font-size:1.75rem;font-weight:700}.total-value.old{color:#ffffff80}.total-value.new{color:#28ca41}.math-percentage{color:#ffffff80;font-size:1rem;text-align:center}.math-percentage.highlight{color:#28ca41}.math-percentage span{font-size:1.5rem;font-weight:700}.math-savings{margin-top:1.5rem;text-align:center}.savings-badge{background:linear-gradient(135deg,#28ca41,#00d4ff);border-radius:100px;color:#000;display:inline-block;font-size:1rem;font-weight:700;padding:.75rem 1.5rem}.math-vs{align-items:center;display:flex;justify-content:center}.math-vs span{color:#ffffff4d;font-size:1.25rem;font-weight:700;padding:1rem}.math-annual{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.annual-text{color:#ffffffb3;font-size:1.25rem}.annual-text strong{color:#28ca41;font-size:1.5rem}.fleet-why{background:#0a0a0a;padding:6rem 0}.why-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr)}.why-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.why-card:hover{background:#ffffff0a;border-color:#0066ff4d}.why-title{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.why-desc{color:#ffffff80;font-size:.8rem}.benefit-highlight{background:#0066ff26;border:1px solid #0066ff4d;border-radius:100px;color:#06f;display:inline-block;font-size:.75rem;font-weight:600;margin-top:1rem;padding:.35rem .75rem}.fleet-freight{background:#000;border-top:1px solid #ffffff1a;padding:6rem 0}.freight-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.freight-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.freight-card:hover{background:#ffffff0a;border-color:#0066ff4d;transform:translateY(-4px)}.freight-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.freight-type{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.freight-desc{color:#ffffff80;font-size:.85rem}.step-time{background:#28ca4126;font-size:.75rem;font-weight:600;margin-top:1rem;padding:.35rem .75rem}.step-time,.testimonial-earnings{border:1px solid #28ca414d;border-radius:100px;color:#28ca41;display:inline-block}.testimonial-earnings{background:linear-gradient(135deg,#28ca4133,#00d4ff1a);font-size:1rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem}.requirement-icon{flex-shrink:0;font-size:1.25rem}.requirements-note{background:#0066ff1a;border:1px solid #06f3;border-radius:10px;color:#fffc;font-size:.9rem;margin-top:1.5rem;padding:1rem}.apply-benefits{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.apply-benefit{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:.75rem}.apply-benefit svg{color:#28ca41;flex-shrink:0}.contact-intro{color:#ffffff80;font-size:.9rem;margin-bottom:.75rem}.form-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.form-header h3{color:#fff;font-size:1.25rem;font-weight:600}.form-time{background:#ffffff0d;border-radius:100px;color:#ffffff80;font-size:.8rem;padding:.35rem .75rem}.submit-btn{align-items:center;display:flex;gap:.75rem;justify-content:center}.submit-btn svg{transition:transform .3s ease}.submit-btn:hover svg{transform:translateX(4px)}.fleet-final-cta{background:linear-gradient(135deg,#06f,#00d4ff);padding:8rem 0;text-align:center}.final-cta-headline{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.final-cta-description{color:#ffffffe6;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.final-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cta-btn.large{font-size:1.1rem;padding:1.25rem 2.5rem}.final-cta-note{color:#ffffffb3;font-size:.9rem}@media (max-width:1200px){.why-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.math-comparison{align-items:center;flex-direction:column}.math-card{max-width:100%;width:100%}.math-vs{margin:1rem 0;transform:rotate(90deg)}.freight-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-trust{align-items:center;flex-direction:column;gap:1rem}.freight-grid,.why-grid{grid-template-columns:1fr}.final-cta-actions{flex-direction:column}.cta-btn.large{width:100%}}.about-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.section-tag{color:#06f;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.section-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.section-header{margin-bottom:4rem;text-align:center}.text-muted{color:#fff6}.about-hero{align-items:center;display:flex;min-height:60vh;padding:10rem 0 6rem;position:relative}.about-hero .hero-background,.about-hero .hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.about-hero .hero-gradient{background:radial-gradient(ellipse at top,#0066ff1a 0,#0000 50%)}.about-hero .hero-content{max-width:700px;position:relative;z-index:1}.about-hero .hero-tag{color:#06f;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-bottom:2rem;text-transform:uppercase}.about-hero .hero-headline{font-size:clamp(2.5rem,7vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.about-hero .hero-description{color:#fff9;font-size:1.125rem;line-height:1.8}.founder-section{background:#0a0a0a;padding:6rem 0}.founder-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:300px 1fr}.founder-image{position:-webkit-sticky;position:sticky;top:120px}.founder-photo{aspect-ratio:1;border:1px solid #ffffff1a;border-radius:16px;object-fit:cover;width:100%}.founder-name{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.founder-title{color:#ffffff80;font-size:1rem;margin-bottom:2rem}.founder-bio{color:#ffffffb3;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.timeline-section{background:#000;border-top:1px solid #ffffff1a;padding:8rem 0}.timeline-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.timeline-item{border-left:2px solid #ffffff1a;padding:1.5rem;position:relative}.timeline-item:before{background:#06f;border-radius:50%;content:"";height:8px;left:-5px;position:absolute;top:1.5rem;width:8px}.timeline-year{color:#06f;display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.timeline-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.timeline-description{color:#ffffff80;font-size:.875rem;line-height:1.6}.values-section{background:#0a0a0a;padding:8rem 0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.value-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.value-card:hover{background:#ffffff0a;border-color:#0066ff4d}.value-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.value-description{color:#ffffff80;font-size:.9rem;line-height:1.6}.about-cta{background:#06f;padding:8rem 0;text-align:center}.about-cta .cta-content{margin:0 auto;max-width:600px}.about-cta .cta-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.about-cta .cta-description{color:#fffc;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.about-cta .cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-cta .cta-btn{border-radius:100px;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.about-cta .cta-btn.primary{background:#fff;color:#06f}.about-cta .cta-btn.primary:hover{background:#000;color:#fff}.about-cta .cta-btn.secondary{background:#0000;border:1px solid #ffffff80;color:#fff}.about-cta .cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:1024px){.founder-grid{gap:2rem;grid-template-columns:1fr}.founder-image{max-width:300px;position:static}.timeline-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-container{padding:0 1.5rem}.timeline-grid,.values-grid{grid-template-columns:1fr}.about-cta .cta-actions{flex-direction:column}.about-cta .cta-btn{text-align:center;width:100%}}.contact-page{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.section-container{margin:0 auto;max-width:1400px;padding:0 2rem}.contact-hero{align-items:center;display:flex;min-height:40vh;padding:10rem 0 4rem;position:relative;text-align:center}.contact-hero .hero-background,.contact-hero .hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.contact-hero .hero-gradient{background:radial-gradient(ellipse at top,#0066ff1a 0,#0000 50%)}.contact-hero .hero-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.contact-hero .hero-tag{color:#06f;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-bottom:1.5rem;text-transform:uppercase}.contact-hero .hero-headline{font-size:clamp(3rem,8vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:1rem}.contact-hero .hero-description{color:#fff9;font-size:1.125rem;line-height:1.7}.contact-content-section{padding:4rem 0 8rem}.contact-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.contact-info{position:-webkit-sticky;position:sticky;top:120px}.info-headline{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.info-description{color:#fff9;font-size:1rem;line-height:1.7;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-method{align-items:flex-start;display:flex;gap:1rem}.method-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.method-icon svg{color:#06f}.method-content{display:flex;flex-direction:column;gap:.25rem}.method-label{color:#fff6;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.method-value{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s ease}a.method-value:hover{color:#06f}.contact-social{border-top:1px solid #ffffff1a;padding-top:2rem}.social-label{color:#fff6;display:block;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff9;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.social-links a:hover{background:#06f;border-color:#06f;color:#fff}.contact-form-wrapper{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#ffffffb3;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#0066ff0d;border-color:#06f;outline:none}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;cursor:pointer;padding-right:3rem}.form-group select option{background:#111;color:#fff}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#06f;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover{background:#0052cc;transform:translateY(-2px)}.form-success{padding:3rem 0;text-align:center}.success-icon{align-items:center;background:#0066ff1a;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.success-icon svg{color:#06f}.form-success h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.form-success p{color:#fff9}@media (max-width:1024px){.contact-grid{gap:3rem;grid-template-columns:1fr}.contact-info{position:static}}@media (max-width:768px){.section-container{padding:0 1.5rem}.contact-form-wrapper{padding:1.5rem}.form-row{grid-template-columns:1fr}}.hero{align-items:center;background:linear-gradient(180deg,#0a0e1a,#0d1525 50%,#0a0e1a);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:80px 0 60px;position:relative}.hero-bg-effects{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.hero-glow{border-radius:50%;filter:blur(100px);opacity:.3;position:absolute}.hero-glow-1{animation:float 8s ease-in-out infinite;background:radial-gradient(circle,#34ccff66 0,#0000 70%);height:600px;left:-100px;top:-200px;width:600px}.hero-glow-2{animation:float 10s ease-in-out infinite reverse;background:radial-gradient(circle,#00d68f4d 0,#0000 70%);bottom:-150px;height:500px;right:-100px;width:500px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:2}.hero-attention{align-items:center;display:flex;gap:16px;justify-content:center;margin-bottom:24px}.attention-line{background:linear-gradient(90deg,#0000,var(--accent-orange));height:2px;width:40px}.attention-line:last-child{background:linear-gradient(90deg,var(--accent-orange),#0000)}.attention-text{color:var(--accent-orange);font-size:.85rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.hero h1{color:var(--text-white);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.2;margin-bottom:40px}.hero h1 .text-gradient{display:inline}.headline-sub{color:var(--text-light);display:block;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:600;margin-top:8px}.video-container{margin-bottom:40px}.video-wrapper{border-radius:16px;box-shadow:0 0 0 4px #34ccff4d,0 25px 80px #00000080,0 0 100px #34ccff26;margin:0 auto;max-width:800px;overflow:hidden;position:relative;transition:all .3s ease}.video-wrapper:hover{box-shadow:0 0 0 4px #34ccff80,0 30px 100px #0009,0 0 120px #34ccff40;transform:translateY(-4px)}.video-thumbnail{aspect-ratio:16/9;cursor:pointer;overflow:hidden;position:relative}.video-placeholder{align-items:center;background:linear-gradient(135deg,#1a1f36,#0d1220);display:flex;height:100%;justify-content:center;width:100%}.video-placeholder-content{text-align:center}.video-presenter-circle{align-items:center;background:linear-gradient(135deg,var(--accent-orange),#5dd8ff);border-radius:50%;box-shadow:0 10px 40px #34ccff66;color:#fff;display:flex;font-size:2.5rem;font-weight:800;height:120px;justify-content:center;margin:0 auto 16px;width:120px}.video-presenter-name{color:var(--text-light);font-size:1.1rem;font-weight:500}.play-button-container,.play-button-pulse{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.play-button-pulse{animation:pulse-ring 2s ease-out infinite;background:#34ccff4d;border-radius:50%;height:120px;width:120px}@keyframes pulse-ring{0%{opacity:1;transform:translate(-50%,-50%) scale(.8)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.play-button{background:linear-gradient(135deg,var(--accent-orange),#5dd8ff);box-shadow:0 10px 40px #34ccff80;height:90px;position:relative;width:90px}.play-button svg{height:36px;width:36px}.video-thumbnail:hover .play-button{box-shadow:0 15px 50px #34ccff99;transform:scale(1.1)}.video-duration{align-items:center;background:#000c;border-radius:8px;bottom:20px;color:#fff;display:flex;font-size:.9rem;gap:12px;padding:8px 16px;position:absolute;right:20px}.duration-time{color:var(--accent-orange);font-weight:600}.video-embed{aspect-ratio:16/9}.video-embed iframe{border:none;height:100%;width:100%}.video-caption{align-items:center;color:var(--text-muted);display:flex;font-size:.95rem;gap:8px;justify-content:center;margin-top:16px}.caption-icon{font-size:1.1rem}.hero-cta-section{margin-bottom:50px}.btn-cta-main{align-items:center;animation:cta-glow 2s ease-in-out infinite;background:linear-gradient(135deg,var(--accent-orange) 0,#2bb8e8 100%);border:none;border-radius:8px;box-shadow:0 4px 20px #34ccff66,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:700;gap:12px;letter-spacing:.5px;padding:20px 50px;text-transform:uppercase;transition:all .3s ease}@keyframes cta-glow{0%,to{box-shadow:0 4px 20px #34ccff66,inset 0 1px 0 #fff3}50%{box-shadow:0 4px 40px #34ccff99,inset 0 1px 0 #fff3}}.btn-cta-main:hover{box-shadow:0 8px 30px #34ccff80,inset 0 1px 0 #fff3;transform:translateY(-3px) scale(1.02)}.btn-arrow{font-size:1.4rem;transition:transform .3s ease}.btn-cta-main:hover .btn-arrow{transform:translateX(4px)}.cta-subtext{align-items:center;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px;justify-content:center;margin-top:16px}.cta-check{color:var(--accent-green);font-weight:700}.cta-separator{color:var(--text-muted);opacity:.5}.trust-strip{align-items:center;background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:24px 32px}.trust-item{flex-direction:column;gap:4px}.trust-number{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.trust-stars{color:#ffc107;font-size:1.2rem;letter-spacing:2px}.trust-label{color:var(--text-muted);font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.trust-divider{background:var(--border-color);height:40px;width:1px}.scroll-indicator{align-items:center;bottom:30px;cursor:pointer;display:flex;flex-direction:column;gap:8px;left:50%;opacity:.6;position:absolute;transform:translateX(-50%);transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.scroll-indicator span{color:var(--text-muted);font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.scroll-arrow{animation:bounce 2s ease-in-out infinite;color:var(--accent-orange);font-size:1.2rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.hero{min-height:auto;padding:60px 0 80px}.hero-attention{flex-direction:column;gap:8px}.attention-line{display:none}.video-wrapper{border-radius:12px}.play-button{height:70px;width:70px}.play-button svg{height:28px;width:28px}.btn-cta-main{font-size:1.1rem;justify-content:center;padding:18px 30px;width:100%}.trust-strip{gap:16px;padding:20px}.trust-divider{display:none}.trust-item{min-width:80px}.cta-subtext{flex-direction:column;gap:4px}.cta-separator,.scroll-indicator{display:none}}.problem-intro{margin:0 auto 60px;max-width:800px;text-align:center}.problem-intro p{color:var(--text-light);font-size:1.15rem}.pain-points-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pain-point{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:16px;padding:24px;transition:all .3s ease}.pain-point:hover{background:#ff4b4b0d;border-color:#ff4b4b4d}.pain-icon{align-items:center;background:#ff4b4b1a;border-radius:50%;color:#ff4b4b;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.pain-content h4{color:var(--text-white);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:8px}.pain-content p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.problem-conclusion{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border:1px solid var(--border-color);border-radius:16px;margin-top:60px;padding:40px;text-align:center}.problem-conclusion h3{font-size:1.5rem;margin-bottom:0}.domino-content{margin:0 auto;max-width:900px;text-align:center}.domino-content .subheadline{margin-bottom:50px}.domino-diagram{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:50px 0}.domino-box{border-radius:16px;min-width:200px;padding:30px 40px;text-align:center}.domino-box.truck{background:#ff4b4b1a;border:2px solid #ff4b4b4d}.domino-box.system{background:linear-gradient(135deg,#34ccff33,#00d68f33);border:2px solid var(--accent-orange);transform:scale(1.1)}.domino-box.cashflow{background:#00d68f1a;border:2px solid #00d68f4d}.domino-box-icon{font-size:2.5rem;margin-bottom:12px}.domino-box h4{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:4px}.domino-box p{color:var(--text-muted);font-size:.85rem}.domino-arrow{color:var(--accent-orange);font-size:2rem}.domino-points{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:50px;text-align:left}.domino-point{align-items:flex-start;display:flex;gap:14px}.domino-point-icon{align-items:center;background:var(--accent-green);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:28px;justify-content:center;width:28px}.domino-point p{color:var(--text-light);font-size:1rem}@media (max-width:768px){.domino-diagram{flex-direction:column}.domino-arrow{transform:rotate(90deg)}.domino-box.system{transform:scale(1)}}.solution-header{margin-bottom:60px;text-align:center}.services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:30px;transition:all .3s ease}.service-card:hover{border-color:#34ccff4d;transform:translateY(-4px)}.service-icon{align-items:center;background:linear-gradient(135deg,#34ccff33,#34ccff1a);border-radius:12px;display:flex;font-size:1.8rem;height:56px;justify-content:center;margin-bottom:20px;width:56px}.service-card h4{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600;margin-bottom:10px}.service-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.investor-role{background:linear-gradient(135deg,#00d68f1a,#4a9eff1a);border:2px solid var(--accent-green);border-radius:16px;margin-top:60px;padding:40px;text-align:center}.investor-role h3{color:var(--accent-green);margin-bottom:8px}.investor-role p{color:var(--text-light);font-size:1.2rem}.mid-cta-section{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border-bottom:1px solid #34ccff33;border-top:1px solid #34ccff33;padding:60px 0}.mid-cta-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.mid-cta-text{flex:1 1;min-width:300px}.mid-cta-text h3{color:var(--text-white);font-size:clamp(1.3rem,2.5vw,1.8rem);margin-bottom:8px}.mid-cta-text p{color:var(--text-light);font-size:1rem;margin:0}.btn-mid-cta{animation:cta-glow 2s ease-in-out infinite;font-size:1.1rem;padding:18px 40px;white-space:nowrap}@media (max-width:768px){.mid-cta-content{flex-direction:column;text-align:center}.btn-mid-cta{width:100%}}.financial-header{margin-bottom:60px;text-align:center}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:60px}.stat-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:35px 25px;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:var(--accent-orange);transform:translateY(-4px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-orange),var(--accent-green));-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:900;margin-bottom:8px}.stat-label{color:var(--text-muted);font-size:.95rem;font-weight:500}.investment-includes{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;margin-bottom:60px;padding:50px}.investment-includes h3{margin-bottom:40px;text-align:center}.includes-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.include-item{align-items:center;background:#00d68f0d;border-radius:10px;display:flex;gap:12px;padding:14px 18px}.include-item-icon{color:var(--accent-green);font-size:1.2rem;font-weight:700}.include-item span{color:var(--text-light);font-size:.95rem}.tiers-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.tier-card{background:var(--card-bg);border:2px solid var(--border-color);border-radius:20px;padding:40px;text-align:center;transition:all .3s ease}.tier-card.featured{background:linear-gradient(180deg,#34ccff1a,#0000);border-color:var(--accent-orange)}.tier-badge{background:var(--accent-orange);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:20px;padding:6px 16px;text-transform:uppercase}.tier-card h3{margin-bottom:16px}.tier-price{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:900;margin-bottom:8px}.tier-price span{color:var(--text-muted);font-size:1rem;font-weight:400}.tier-projection{color:var(--accent-green);font-weight:600;margin-bottom:24px}.tier-description{color:var(--text-muted);font-size:.95rem;margin-bottom:30px}.financial-disclaimer{background:#ffffff08;border-radius:10px;margin-top:40px;padding:20px;text-align:center}.financial-disclaimer p{color:var(--text-muted);font-size:.8rem;font-style:italic}.investor-gallery{border-top:1px solid var(--border-color);margin-top:60px;padding-top:60px}.gallery-header{margin-bottom:40px;text-align:center}.gallery-tag{background:#00d68f1a;border:1px solid #00d68f4d;border-radius:50px;color:var(--accent-green);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1px;margin-bottom:16px;padding:6px 16px}.gallery-header h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.gallery-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.gallery-item{aspect-ratio:4/3;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.gallery-item:hover{box-shadow:0 10px 40px #0000004d;transform:scale(1.02)}.gallery-item img{height:100%;object-fit:cover;width:100%}.gallery-placeholder{align-items:center;background:linear-gradient(135deg,#1a2035,#0d1220);border:2px dashed var(--border-color);display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;width:100%}.placeholder-icon{font-size:2.5rem}.placeholder-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.gallery-overlay{background:linear-gradient(#0000,#000c);bottom:0;left:0;opacity:0;padding:16px;position:absolute;right:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-caption{color:#fff;font-size:.85rem;font-weight:500}.gallery-note{align-items:center;color:var(--text-muted);display:flex;font-size:.9rem;gap:8px;justify-content:center;margin-top:24px;text-align:center}.note-icon{color:var(--accent-green);font-weight:700}@media (max-width:768px){.gallery-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.gallery-item:nth-child(5),.gallery-item:nth-child(6){display:none}.placeholder-icon{font-size:2rem}.placeholder-label{font-size:.8rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-item:nth-child(n+4){display:none}}.rating-display{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:30px}.testimonials-section{margin-top:60px}.testimonials-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:40px;text-align:center}.stars{color:#ffc107;font-size:1.5rem;letter-spacing:2px}.rating-text{color:var(--text-light);font-size:1.1rem}.testimonials-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:60px}.testimonial-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:30px;transition:all .3s ease}.testimonial-card:hover{border-color:#34ccff4d;transform:translateY(-4px)}.testimonial-header{align-items:center;display:flex;gap:16px;margin-bottom:20px}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,var(--accent-orange),var(--accent-green));border-radius:50%;color:#fff;display:flex;font-size:1.3rem;font-weight:700;height:56px;justify-content:center;width:56px}.testimonial-info h4{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:4px}.testimonial-info span{color:var(--text-muted);font-size:.9rem}.testimonial-quote{color:var(--text-light);font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-result{border-top:1px solid var(--border-color);color:var(--accent-green);font-size:.95rem;font-weight:600;margin-top:16px;padding-top:16px}.dashboard-preview{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;margin-top:40px;padding:40px}.dashboard-preview h3{margin-bottom:30px;text-align:center}.dashboard-features{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.dashboard-feature{background:#0000004d;border-radius:12px;padding:24px;text-align:center}.dashboard-feature-icon{font-size:2.5rem;margin-bottom:12px}.dashboard-feature h4{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:8px}.dashboard-feature p{color:var(--text-muted);font-size:.9rem}.maverick-header{margin-bottom:60px;text-align:center}.maverick-features{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.maverick-feature{align-items:flex-start;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;display:flex;gap:20px;padding:30px;transition:all .3s ease}.maverick-feature:hover{background:#4a9eff0d;border-color:#4a9eff66}.maverick-feature-icon{align-items:center;background:linear-gradient(135deg,#4a9eff33,#4a9eff1a);border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.maverick-feature h4{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:8px}.maverick-feature p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.transparency-box{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border:2px solid var(--accent-orange);border-radius:16px;margin-top:50px;padding:40px;text-align:center}.transparency-box h3{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:12px}.transparency-box p{color:var(--text-light);font-size:1.1rem}.value-header{margin-bottom:60px;text-align:center}.bonuses-grid{grid-gap:24px;display:grid;gap:24px;margin:0 auto;max-width:800px}.bonus-card{align-items:flex-start;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;display:flex;gap:24px;padding:30px;transition:all .3s ease}.bonus-card:hover{border-color:#34ccff4d}.bonus-number{align-items:center;background:linear-gradient(135deg,var(--accent-orange),#5dd8ff);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:900;height:50px;justify-content:center;width:50px}.bonus-content h4{align-items:center;display:flex;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:700;gap:12px;margin-bottom:8px}.bonus-value{color:var(--accent-green);font-size:.85rem;font-weight:600}.bonus-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.total-value{background:linear-gradient(135deg,#34ccff26,#00d68f26);border:2px solid var(--accent-orange);border-radius:20px;margin-left:auto;margin-right:auto;margin-top:50px;max-width:600px;padding:40px;text-align:center}.total-value h3{color:var(--text-light);font-size:1.3rem;margin-bottom:8px}.total-value .amount{color:var(--accent-green);font-family:Montserrat,sans-serif;font-size:3rem;font-weight:900}.total-value p{color:var(--text-muted);margin-top:12px}.urgency-header{margin-bottom:50px;text-align:center}.urgency-reasons{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.urgency-reason{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:28px;text-align:center}.urgency-reason-icon{font-size:2.5rem;margin-bottom:16px}.urgency-reason h4{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:10px}.urgency-reason p{color:var(--text-muted);font-size:.9rem}.availability-indicator{background:var(--card-bg);border:2px solid var(--accent-orange);border-radius:16px;margin:0 auto 40px;max-width:600px;padding:30px;text-align:center}.availability-indicator h4{align-items:center;display:flex;font-size:1.2rem;gap:10px;justify-content:center;margin-bottom:20px}.progress-bar{background:#ffffff1a;border-radius:6px;height:12px;margin-bottom:12px;overflow:hidden}.progress-fill{animation:pulse 2s ease-in-out infinite;background:linear-gradient(90deg,var(--accent-orange),#f44);border-radius:6px;height:100%;width:70%}.availability-text{color:var(--accent-orange);font-weight:600}.urgency-cta{text-align:center}.urgency-cta p{color:var(--text-light);font-size:1.1rem;margin-bottom:24px}.ecosystem-header{margin-bottom:60px;text-align:center}.ecosystem-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ecosystem-benefit{align-items:flex-start;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:16px;padding:28px;transition:all .3s ease}.ecosystem-benefit:hover{border-color:#00d68f4d}.ecosystem-icon{align-items:center;background:#00d68f1a;border-radius:10px;display:flex;flex-shrink:0;font-size:1.3rem;height:44px;justify-content:center;width:44px}.ecosystem-benefit h4{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:6px}.ecosystem-benefit p{color:var(--text-muted);font-size:.9rem}.ecosystem-callout{background:#00d68f0d;border:1px solid #00d68f4d;border-radius:16px;margin-top:50px;padding:35px;text-align:center}.ecosystem-callout h4{color:var(--accent-green);font-size:1.2rem;margin-bottom:8px}.ecosystem-callout p{color:var(--text-light)}.faq-header{margin-bottom:60px;text-align:center}.faq-grid{margin:0 auto;max-width:900px}.faq-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#34ccff4d}.faq-question{align-items:center;background:#0000;border:none;color:var(--text-white);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;gap:16px;justify-content:space-between;padding:24px 28px;text-align:left;transition:color .2s ease;width:100%}.faq-icon,.faq-question:hover{color:var(--accent-orange)}.faq-icon{align-items:center;background:#34ccff1a;border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;height:28px;justify-content:center;transition:transform .3s ease;width:28px}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{color:var(--text-light);font-size:.95rem;line-height:1.7;padding:0 28px 24px}.faq-cta{margin-top:50px;text-align:center}.faq-cta p{color:var(--text-muted);margin-bottom:20px}.final-cta-section{background:linear-gradient(180deg,var(--primary-dark) 0,#0d1525 100%);padding:120px 0}.final-cta-content{margin:0 auto;max-width:700px;text-align:center}.final-cta-content h2{margin-bottom:16px}.final-cta-content .subheadline{margin-bottom:40px}.cta-buttons{align-items:center;flex-direction:column}.call-benefits,.cta-buttons{display:flex;gap:16px;margin-bottom:40px}.call-benefits{flex-wrap:wrap;justify-content:center}.call-benefit{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:50px;color:var(--text-light);display:flex;font-size:.9rem;gap:8px;padding:10px 18px}.call-benefit-icon{color:var(--accent-green)}.call-info{color:var(--text-muted);flex-wrap:wrap;font-size:.95rem;gap:24px;justify-content:center}.call-info,.call-info span{align-items:center;display:flex}.call-info span{gap:8px}@media (max-width:768px){.cta-buttons .btn{width:100%}.call-info{flex-direction:column;gap:12px}}.footer{background:var(--primary-dark);border-top:1px solid var(--border-color);padding:60px 0 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-brand h3{font-size:1.5rem;margin-bottom:12px}.footer-brand p{color:var(--text-muted);font-size:.9rem;margin-bottom:20px}.footer-contact h4,.footer-legal h4{color:var(--text-light);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:16px}.footer-contact p,.footer-legal a{color:var(--text-muted);display:block;font-size:.9rem;margin-bottom:8px;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--accent-orange)}.footer-bottom{align-items:center;border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-top:30px}.footer-bottom p,.footer-trust{color:var(--text-muted);font-size:.85rem}.footer-trust{align-items:center;display:flex;gap:8px}.footer-trust .stars{color:#ffc107;font-size:1rem}@media (max-width:768px){.footer-bottom{flex-direction:column;text-align:center}}.exit-popup-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exit-popup{animation:slideUp .4s ease;background:linear-gradient(180deg,#1a1f36,#0d1220);border:2px solid var(--accent-orange);border-radius:20px;box-shadow:0 0 60px #34ccff4d,0 25px 80px #00000080;max-width:520px;overflow:hidden;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.exit-popup-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px;z-index:10}.exit-popup-close:hover{background:#fff3;color:#fff}.exit-popup-header{background:linear-gradient(135deg,#34ccff33,#34ccff0d);border-bottom:1px solid var(--border-color);padding:30px 40px 20px;text-align:center}.exit-popup-emoji{animation:pulse 2s ease-in-out infinite;display:block;font-size:3rem;margin-bottom:12px}.exit-popup-header h2{color:var(--text-white);font-size:1.6rem;margin:0}.exit-popup-body{padding:30px 40px}.exit-popup-body h3{color:var(--text-white);font-size:1.4rem;margin-bottom:12px;text-align:center}.exit-popup-body>p{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:24px;text-align:center}.exit-popup-benefits{list-style:none;margin:0 0 28px;padding:0}.exit-popup-benefits li{align-items:flex-start;color:var(--text-light);display:flex;font-size:.95rem;gap:12px;padding:10px 0}.benefit-icon{align-items:center;background:var(--accent-green);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:22px;justify-content:center;width:22px}.exit-popup-form{display:flex;flex-direction:column;gap:12px}.exit-popup-input{background:#ffffff0d;border:2px solid var(--border-color);border-radius:10px;color:var(--text-white);font-size:1rem;padding:16px 20px;transition:all .2s ease;width:100%}.exit-popup-input:focus{background:#ffffff14;border-color:var(--accent-orange);outline:none}.exit-popup-input::placeholder{color:var(--text-muted)}.exit-popup-submit{background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border:none;border-radius:10px;box-shadow:0 4px 20px #34ccff66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;padding:18px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.exit-popup-submit:hover{box-shadow:0 6px 30px #34ccff80;transform:translateY(-2px)}.exit-popup-disclaimer{color:var(--text-muted);font-size:.8rem;margin-bottom:0;margin-top:16px;text-align:center}.exit-popup-footer{padding:0 40px 24px;text-align:center}.exit-popup-skip{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;text-decoration:underline;transition:color .2s ease}.exit-popup-skip:hover{color:var(--text-light)}.exit-popup-success{padding:60px 40px;text-align:center}.success-emoji{display:block;font-size:4rem;margin-bottom:20px}.exit-popup-success h2{color:var(--accent-green);font-size:2rem;margin-bottom:12px}.exit-popup-success p{color:var(--text-light);font-size:1.1rem}@media (max-width:560px){.exit-popup{margin:10px;max-width:calc(100% - 20px)}.exit-popup-body,.exit-popup-footer,.exit-popup-header{padding-left:24px;padding-right:24px}.exit-popup-header h2{font-size:1.3rem}.exit-popup-body h3{font-size:1.2rem}.exit-popup-benefits li{font-size:.9rem}}.calculator-page{background:var(--primary-dark);min-height:100vh}.calculator-header{border-bottom:1px solid var(--border-color);padding:20px 0}.calculator-logo{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.calculator-hero{background:linear-gradient(180deg,var(--primary-dark) 0,var(--secondary-dark) 100%);padding:60px 0 40px;text-align:center}.calculator-badge{background:#00d68f1a;border:1px solid #00d68f4d;border-radius:50px;color:var(--accent-green);display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:20px;padding:6px 16px}.calculator-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.calculator-subtitle{color:var(--text-light);font-size:1.15rem;margin:0 auto;max-width:600px}.calculator-section{padding:60px 0}.calculator-wrapper{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 1fr}.calculator-inputs{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;padding:40px}.calculator-inputs h2{font-size:1.5rem;margin-bottom:30px}.input-group{margin-bottom:28px}.input-group label{color:var(--text-light);display:block;font-size:.95rem;font-weight:600;margin-bottom:12px}.truck-selector{display:flex;gap:10px}.truck-btn{background:#0000;border:2px solid var(--border-color);border-radius:12px;color:var(--text-light);cursor:pointer;font-size:1.2rem;font-weight:700;height:56px;transition:all .2s ease;width:56px}.truck-btn:hover{border-color:var(--accent-orange);color:var(--accent-orange)}.truck-btn.active{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.input-hint{color:var(--text-muted);display:block;font-size:.85rem;margin-top:10px}.investment-display{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:16px 20px}.investment-amount{color:var(--text-white);display:block;font-size:1.5rem;font-weight:700}.investment-note{color:var(--text-muted);font-size:.85rem}.total-investment{align-items:center;background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border:1px solid var(--accent-orange);border-radius:12px;display:flex;justify-content:space-between;margin-bottom:28px;padding:20px}.total-label{color:var(--text-light);font-weight:600}.total-amount{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800}.calculate-btn{background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;padding:18px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.calculate-btn:hover{box-shadow:0 6px 30px #34ccff66;transform:translateY(-2px)}.calculator-disclaimer{color:var(--text-muted);font-size:.8rem;margin-top:16px;text-align:center}.calculator-results{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;opacity:.5;padding:40px;transition:all .3s ease}.calculator-results.visible{border-color:var(--accent-green);opacity:1}.calculator-results h2{color:var(--accent-green);font-size:1.5rem;margin-bottom:24px}.results-placeholder{padding:60px 20px;text-align:center}.placeholder-icon{font-size:3rem;margin-bottom:16px;opacity:.5}.results-placeholder p{color:var(--text-muted)}.results-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.result-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:20px;text-align:center}.result-card.highlight{background:linear-gradient(135deg,#00d68f1a,#00d68f0d);border-color:var(--accent-green);grid-column:span 2}.result-label{color:var(--text-muted);display:block;font-size:.85rem;margin-bottom:8px}.result-value{color:var(--text-white);display:block;font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800}.result-card.highlight .result-value{color:var(--accent-green);font-size:2.5rem}.result-note{color:var(--text-muted);display:block;font-size:.8rem;margin-top:4px}.results-breakdown{background:#0003;border-radius:12px;margin-bottom:24px;padding:20px}.results-breakdown h3{color:var(--text-light);font-size:1rem;margin-bottom:16px}.breakdown-row{border-bottom:1px solid var(--border-color);display:flex;font-size:.95rem;justify-content:space-between;padding:10px 0}.breakdown-row:last-child{border-bottom:none}.breakdown-row.total{border-top:2px solid var(--border-color);font-weight:700;margin-top:8px;padding-top:16px}.breakdown-row .positive{color:var(--accent-green)}.breakdown-row .negative{color:#ff6b6b}.roi-highlight{text-align:center}.roi-box{background:linear-gradient(135deg,#34ccff26,#00d68f26);border:2px solid var(--accent-orange);border-radius:16px;padding:24px}.roi-label{color:var(--text-light);display:block;font-size:.9rem;margin-bottom:8px}.roi-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-orange),var(--accent-green));-webkit-background-clip:text;background-clip:text;display:block;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:900}.roi-note{color:var(--text-muted);display:block;font-size:.8rem;margin-top:8px}.calculator-cta{background:linear-gradient(180deg,var(--secondary-dark) 0,var(--primary-dark) 100%);padding:80px 0;text-align:center}.cta-content{margin:0 auto;max-width:600px}.cta-content h2{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:16px}.cta-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:32px}.cta-btn{background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border:none;border-radius:10px;box-shadow:0 4px 30px #34ccff66;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:.5px;padding:20px 50px;text-transform:uppercase;transition:all .3s ease}.cta-btn:hover{box-shadow:0 8px 40px #34ccff80;transform:translateY(-3px)}.cta-trust{color:var(--text-muted);display:flex;font-size:.9rem;gap:24px;justify-content:center;margin-top:20px}.calculator-trust{border-top:1px solid var(--border-color);padding:60px 0}.trust-content h3{font-size:1.5rem;margin-bottom:40px;text-align:center}.trust-points{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.trust-point{align-items:flex-start;display:flex;gap:16px}.trust-icon{flex-shrink:0;font-size:2rem}.trust-point h4{color:var(--text-white);font-size:1rem;margin-bottom:6px}.trust-point p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.calculator-footer{border-top:1px solid var(--border-color);padding:30px 0;text-align:center}.calculator-footer p{color:var(--text-muted);font-size:.85rem;margin-bottom:8px}.footer-disclaimer{font-size:.75rem!important;margin:0 auto;max-width:600px}.email-gate{padding:20px 0;text-align:center}.email-gate-icon{animation:pulse 2s ease-in-out infinite;font-size:3rem;margin-bottom:16px}.email-gate h2{color:var(--accent-green);font-size:1.8rem;margin-bottom:12px}.email-gate-subtitle{color:var(--text-light);font-size:1rem;margin-bottom:28px}.email-gate-preview{background:#0000004d;border:1px dashed var(--border-color);border-radius:12px;margin-bottom:28px;padding:20px}.preview-label{color:var(--text-muted);display:block;font-size:.9rem;margin-bottom:8px}.preview-value{color:var(--accent-green);display:block;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:4px}.preview-value.blur{filter:blur(8px);-webkit-user-select:none;user-select:none}.preview-note{color:var(--text-muted);font-size:.8rem;font-style:italic}.email-gate-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.email-gate-input{background:#ffffff0d;border:2px solid var(--border-color);border-radius:10px;color:var(--text-white);font-size:1rem;padding:16px 20px;transition:all .2s ease;width:100%}.email-gate-input:focus{background:#ffffff14;border-color:var(--accent-orange);outline:none}.email-gate-input::placeholder{color:var(--text-muted)}.email-gate-submit{background:linear-gradient(135deg,var(--accent-green),#00b87a);border:none;border-radius:10px;box-shadow:0 4px 20px #00d68f66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;padding:18px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.email-gate-submit:hover:not(:disabled){box-shadow:0 6px 30px #00d68f80;transform:translateY(-2px)}.email-gate-submit:disabled{cursor:not-allowed;opacity:.7}.email-gate-disclaimer{color:var(--text-muted);font-size:.8rem;margin:0}.comparison-section{background:#0003;border-radius:16px;margin-bottom:24px;padding:24px}.comparison-section h3{color:var(--text-white);font-size:1.2rem;margin-bottom:20px;text-align:center}.comparison-grid{align-items:center;display:flex;gap:16px}.comparison-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;flex:1 1;padding:20px;text-align:center}.comparison-card.savings{opacity:.7}.comparison-card.trucking{background:linear-gradient(135deg,#00d68f1a,#00d68f05);border-color:var(--accent-green)}.comparison-icon{display:block;font-size:2rem;margin-bottom:8px}.comparison-title{color:var(--text-white);display:block;font-size:1rem;font-weight:700;margin-bottom:4px}.comparison-rate{color:var(--text-muted);display:block;font-size:.85rem;margin-bottom:16px}.comparison-card.trucking .comparison-rate{color:var(--accent-green);font-weight:600}.comparison-numbers{display:flex;flex-direction:column;gap:8px}.comparison-row{border-bottom:1px solid var(--border-color);display:flex;font-size:.9rem;justify-content:space-between;padding:8px 0}.comparison-row:last-child{border-bottom:none}.comparison-row span:first-child{color:var(--text-muted)}.comparison-row span:last-child{color:var(--text-light);font-weight:600}.highlight-green{color:var(--accent-green)!important}.comparison-vs{color:var(--text-muted);flex-shrink:0;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:800}.comparison-difference{background:linear-gradient(135deg,#34ccff26,#34ccff0d);border:1px solid var(--accent-orange);border-radius:10px;margin-top:20px;padding:16px;text-align:center}.difference-label{color:var(--text-light);display:block;font-size:.9rem;margin-bottom:4px}.difference-value{color:var(--accent-orange);display:block;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;margin-bottom:4px}.difference-note{color:var(--text-muted);display:block;font-size:.8rem}.calendar-embed-section{margin:32px 0}.calendar-embed-header{margin-bottom:24px;text-align:center}.calendar-icon{display:block;font-size:2.5rem;margin-bottom:12px}.calendar-embed-header h3{color:var(--text-white);font-size:1.3rem;margin:0}.calendar-embed-container{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;min-height:400px;overflow:hidden}.calendar-embed-container iframe{border:none;min-height:630px;width:100%}.calendar-placeholder{padding:60px 20px;text-align:center}.calendar-placeholder-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.calendar-placeholder p{color:var(--text-light);font-size:1.1rem;margin-bottom:8px}.calendar-placeholder-note{color:var(--text-muted)!important;font-size:.9rem!important;margin-bottom:24px!important}@media (max-width:900px){.calculator-wrapper,.trust-points{grid-template-columns:1fr}.trust-points{gap:24px}.comparison-grid{flex-direction:column}.comparison-vs{margin:10px 0;transform:rotate(90deg)}}@media (max-width:600px){.calculator-inputs,.calculator-results{padding:24px}.truck-btn{height:48px;width:48px}.results-grid{grid-template-columns:1fr}.result-card.highlight{grid-column:span 1}.cta-trust{flex-direction:column;gap:8px}}.webinar-page{background:linear-gradient(180deg,#0a0e1a,#121829 50%,#0a0e1a);justify-content:flex-start;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top,20px) 20px env(safe-area-inset-bottom,20px)}.webinar-container,.webinar-page{align-items:center;display:flex;flex-direction:column}.webinar-container{gap:24px;max-width:440px;padding:20px 0;width:100%}.webinar-progress{display:flex;gap:8px;margin-bottom:10px}.progress-dot{background:#fff3;border-radius:50%;height:8px;transition:all .3s ease;width:8px}.progress-dot.active{background:var(--accent-orange);border-radius:4px;width:24px}.progress-dot.completed{background:var(--accent-green)}.webinar-badge{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:flex;gap:10px;padding:8px 16px}.badge-live{animation:pulse-live 2s ease-in-out infinite;background:#f44;border-radius:4px;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:1px;padding:4px 10px}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.7}}.badge-text{color:var(--text-light);font-size:.8rem;font-weight:700;letter-spacing:1px}.webinar-headline{color:var(--text-white);font-size:clamp(1.8rem,7vw,2.4rem);font-weight:800;line-height:1.2;text-align:center}.webinar-subheadline{color:var(--text-light);font-size:1rem;line-height:1.5;max-width:340px;text-align:center}.webinar-thumbnail{aspect-ratio:16/9;background:var(--secondary-dark);border:2px solid var(--border-color);border-radius:16px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.webinar-thumbnail:hover{border-color:var(--accent-orange);transform:scale(1.02)}.thumbnail-overlay{background:#0006;flex-direction:column;gap:12px;inset:0;position:absolute;z-index:2}.play-button,.thumbnail-overlay{align-items:center;display:flex;justify-content:center}.play-button{background:var(--accent-orange);border-radius:50%;box-shadow:0 0 40px #34ccff80;height:70px;transition:all .3s ease;width:70px}.play-button svg{color:#fff;height:30px;margin-left:4px;width:30px}.webinar-thumbnail:hover .play-button{box-shadow:0 0 60px #34ccffb3;transform:scale(1.1)}.thumbnail-text{color:#fff;font-size:.9rem;font-weight:600}.thumbnail-placeholder{align-items:center;background:linear-gradient(135deg,var(--secondary-dark),var(--primary-dark));display:flex;font-size:4rem;inset:0;justify-content:center;position:absolute}.webinar-countdown{text-align:center;width:100%}.countdown-label{color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:2px;margin-bottom:12px}.countdown-timer{align-items:center;display:flex;gap:8px;justify-content:center}.countdown-block{align-items:center;background:#ffffff0d;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;min-width:60px;padding:12px 16px}.countdown-number{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;line-height:1}.countdown-unit{color:var(--text-muted);font-size:.65rem;font-weight:600;letter-spacing:1px;margin-top:4px}.countdown-separator{color:var(--text-muted);font-size:1.5rem;font-weight:700}.webinar-datetime{color:var(--text-light);font-size:.95rem;line-height:1.6;text-align:center}.webinar-datetime p{margin:0}.webinar-cta{align-items:center;background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border:none;border-radius:12px;box-shadow:0 4px 30px #34ccff66;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:1.15rem;font-weight:700;gap:4px;letter-spacing:.5px;padding:20px 32px;transition:all .3s ease;width:100%}.webinar-cta .cta-main{font-size:1.1rem;font-weight:700;text-transform:uppercase}.webinar-cta .cta-date{font-size:.85rem;font-weight:500;opacity:.9;text-transform:none}.webinar-cta:hover{box-shadow:0 8px 40px #34ccff99;transform:translateY(-3px)}.webinar-cta:active{transform:translateY(-1px)}.webinar-cta.secondary{background:#0000;border:2px solid var(--accent-orange);box-shadow:none;color:var(--accent-orange)}.webinar-cta.secondary:hover{background:#34ccff1a;box-shadow:0 4px 20px #34ccff33}.webinar-spots{align-items:center;color:var(--text-light);display:flex;font-size:.9rem;gap:8px}.spots-icon{font-size:1.1rem}.webinar-back{align-self:flex-start;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.9rem;padding:8px 0;transition:color .2s ease}.webinar-back:hover{color:var(--text-white)}.form-speaker-photo{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.form-avatar{border-radius:50%;height:60px;object-fit:cover;width:60px}.form-last-question{color:var(--text-muted);font-size:.85rem}.form-header{text-align:center}.form-header h2{color:var(--text-white);font-size:1.8rem;margin-bottom:12px}.form-subtext{color:var(--text-light);font-size:1rem;line-height:1.5;margin-bottom:8px}.form-reserved{color:var(--text-muted);font-size:.9rem;margin-bottom:0}.form-timer{margin:16px 0;text-align:center}.timer-display{color:var(--text-white);font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:2px}.input-with-icon{position:relative;width:100%}.input-icon{font-size:1.1rem;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.input-with-icon input{padding-left:48px}.form-privacy{margin-top:8px}.privacy-checkbox{align-items:center;color:var(--text-muted);cursor:pointer;display:flex;font-size:.85rem;gap:10px}.privacy-checkbox input[type=checkbox]{accent-color:var(--accent-orange);cursor:pointer;height:18px;width:18px}.privacy-checkbox a{color:var(--text-light);text-decoration:underline}.privacy-checkbox a:hover{color:var(--accent-orange)}.form-trust-logos{margin:32px auto 0;max-width:300px;overflow:hidden;position:relative;width:100%}.form-trust-logos:after,.form-trust-logos:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:40px;z-index:2}.form-trust-logos:before{background:linear-gradient(to right,var(--primary-dark),#0000);left:0}.form-trust-logos:after{background:linear-gradient(to left,var(--primary-dark),#0000);right:0}.trust-logos-track{align-items:center;animation:scroll-logos 15s linear infinite;display:flex;gap:32px;width:-webkit-max-content;width:max-content}.trust-logo-img{filter:brightness(0) invert(1);flex-shrink:0;height:18px;opacity:.6;width:auto}@keyframes scroll-logos{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.form-social-proof{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:24px}.proof-avatars{display:flex;margin-left:10px}.proof-avatar-img{border:2px solid var(--primary-dark);border-radius:50%;height:36px;margin-left:-10px;object-fit:cover;width:36px}.proof-stars{color:#ffc107;font-size:1.1rem;letter-spacing:2px}.proof-text{color:var(--text-muted);font-size:.85rem;margin:0}.proof-text strong{color:var(--text-light)}.webinar-form{gap:20px;width:100%}.form-group,.webinar-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:var(--text-light);font-size:.9rem;font-weight:600}.form-group .optional{color:var(--text-muted);font-size:.8rem;font-weight:400}.form-group input{background:#ffffff0d;border:2px solid var(--border-color);border-radius:12px;color:var(--text-white);font-size:1rem;padding:16px 20px;transition:all .2s ease;width:100%}.form-group input:focus{background:#ffffff14;border-color:var(--accent-orange);outline:none}.form-group input::placeholder{color:var(--text-muted)}.form-trust{display:flex;gap:24px;justify-content:center}.trust-item{align-items:center;color:var(--text-muted);display:flex;font-size:.8rem;gap:6px}.webinar-learn{background:#ffffff08;border:1px solid var(--border-color);border-radius:16px;margin-top:16px;padding:24px;width:100%}.webinar-learn h3{color:var(--text-white);font-size:1rem;margin-bottom:16px;text-align:center}.webinar-learn ul{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.webinar-learn li{align-items:flex-start;color:var(--text-light);display:flex;font-size:.9rem;gap:12px;line-height:1.5}.webinar-learn .check{align-items:center;background:var(--accent-green);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:22px;justify-content:center;width:22px}.confirm-check{display:flex;justify-content:center;margin-bottom:24px}.checkmark{stroke:var(--accent-green);animation:checkmark-fill .4s ease-in-out .4s forwards,checkmark-scale .3s ease-in-out .9s both;border-radius:50%;height:80px;width:80px}.checkmark,.checkmark-circle{stroke-width:2;stroke-miterlimit:10}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:var(--accent-green);fill:none;animation:checkmark-stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;animation:checkmark-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes checkmark-stroke{to{stroke-dashoffset:0}}@keyframes checkmark-scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes checkmark-fill{to{box-shadow:inset 0 0 0 40px #00d68f1a}}.confirm-header{margin-bottom:32px;text-align:center}.confirm-header h1{color:var(--text-white);font-size:2rem;margin-bottom:8px}.confirm-subtitle{color:var(--text-light);font-size:1rem;margin:0}.confirm-event-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px;padding:24px;text-align:center}.event-card-header{margin-bottom:12px}.event-live-badge{background:#f443;border-radius:20px;color:#f44;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:1px;padding:4px 12px}.event-title{color:var(--text-white);font-size:1.2rem;margin:0 0 20px}.event-details{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.event-detail{align-items:center;color:var(--text-light);display:flex;font-size:.95rem;gap:10px;justify-content:center}.event-icon{font-size:1.1rem}.confirm-calendar-btn{align-items:center;background:#0000;border:2px solid var(--accent-orange);border-radius:10px;color:var(--accent-orange);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;padding:14px 24px;transition:all .2s ease;width:100%}.confirm-calendar-btn:hover{background:#34ccff1a}.confirm-next-steps{margin-bottom:24px}.confirm-next-steps h3{color:var(--text-white);font-size:1.1rem;margin-bottom:20px;text-align:center}.next-steps-list{display:flex;flex-direction:column;gap:16px}.next-step{align-items:flex-start;background:#ffffff05;border-radius:12px;display:flex;gap:16px;padding:16px}.step-number{align-items:center;background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.step-content strong{color:var(--text-white);display:block;font-size:.95rem;margin-bottom:4px}.step-content p{color:var(--text-muted);font-size:.85rem;margin:0}.confirm-bonus{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border:1px solid #34ccff4d;border-radius:16px;margin-bottom:24px;padding:24px;text-align:center}.bonus-header{margin-bottom:12px}.bonus-tag{background:var(--accent-orange);border-radius:6px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.5px;margin-bottom:8px;padding:4px 12px}.bonus-header h3{color:var(--text-white);font-size:1.2rem;margin:0}.confirm-bonus>p{color:var(--text-light);font-size:.9rem;margin:0 0 16px}.confirm-social{text-align:center}.confirm-attendees{color:var(--text-muted);font-size:.9rem;margin:0}.confirm-attendees strong{color:var(--accent-orange)}.confirmation-bonus{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border:2px solid var(--accent-orange);border-radius:16px;margin:24px 0;padding:24px}.bonus-badge{background:var(--accent-orange);border-radius:6px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:12px;padding:6px 12px}.confirmation-bonus h3{color:var(--text-white);font-size:1.3rem;margin-bottom:8px}.confirmation-bonus p{color:var(--text-light);font-size:.95rem;margin-bottom:16px}.confirmation-share{border-top:1px solid var(--border-color);margin-top:32px;padding-top:24px}.confirmation-share p{color:var(--text-muted);font-size:.9rem;margin-bottom:12px}.share-buttons{display:flex;gap:12px}.share-btn{background:#ffffff0d;border:1px solid var(--border-color);border-radius:8px;color:var(--text-light);cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:12px 16px;transition:all .2s ease}.share-btn:hover{background:#ffffff1a;border-color:var(--accent-orange);color:var(--text-white)}.webinar-topics{border-top:1px solid var(--border-color);margin-top:32px;padding-top:32px;width:100%}.topics-title{color:var(--text-white);font-size:1.1rem;margin-bottom:20px;text-align:center}.topics-list{display:flex;flex-direction:column;gap:16px}.topic-item{align-items:flex-start;background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;display:flex;gap:16px;padding:16px;transition:all .3s ease}.topic-item:hover{border-color:var(--accent-orange)}.topic-number{align-items:center;background:linear-gradient(135deg,var(--accent-orange),#2bb8e8);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:800;height:40px;justify-content:center;width:40px}.topic-content h4{color:var(--text-white);font-size:1rem;line-height:1.3;margin:0 0 6px}.topic-content p{color:var(--text-muted);font-size:.85rem;line-height:1.4;margin:0}.models-section{border-top:1px solid var(--border-color);margin-top:32px;padding-top:32px;width:100%}.models-title{color:var(--text-white);font-size:1.1rem;margin-bottom:20px;text-align:center}.models-list{display:flex;flex-direction:column;gap:12px}.model-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:16px;text-align:center;transition:all .3s ease}.model-card.highlight{background:linear-gradient(135deg,#34ccff1a,#00d68f1a);border-color:var(--accent-orange)}.model-icon{font-size:2rem;margin-bottom:8px}.model-card h4{color:var(--text-white);font-size:1rem;margin:0 0 8px}.model-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5;margin:0 0 12px}.model-tag{background:#ffffff1a;border-radius:20px;color:var(--text-muted);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.model-tag.recommended{background:var(--accent-orange);color:#fff}.speaker-section{border-top:1px solid var(--border-color);margin-top:32px;padding-top:32px;width:100%}.speaker-title{color:var(--text-white);font-size:1.5rem;font-weight:700;margin-bottom:32px;text-align:center}.speaker-layout{display:flex;flex-direction:column;gap:24px}.speaker-photo-container{margin:0 auto;max-width:300px;width:100%}.speaker-photo{aspect-ratio:4/5;border-radius:12px;height:auto;object-fit:cover;width:100%}.speaker-content{text-align:left}.speaker-intro{color:var(--text-white);font-size:1rem}.speaker-intro,.speaker-text{line-height:1.7;margin:0 0 16px}.speaker-text{color:var(--text-light);font-size:.95rem}.speaker-benefits{list-style:none;margin:0 0 20px;padding:0}.speaker-benefits li{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:8px;padding-left:28px;position:relative}.speaker-benefits li:before{content:"✅";font-size:.9rem;left:0;position:absolute}.speaker-cta-text{color:var(--text-light);font-size:.95rem;margin:0}.reviews-section{border-top:1px solid var(--border-color);margin-top:32px;padding-top:32px;width:100%}.reviews-title{color:var(--text-white);font-size:1.1rem;margin-bottom:20px;text-align:center}.reviews-list{display:flex;flex-direction:column;gap:16px}.review-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:16px;padding:20px;transition:all .3s ease}.review-card:hover{border-color:var(--accent-orange)}.review-stars{color:#ffc107;font-size:1rem;letter-spacing:2px;margin-bottom:12px}.review-text{color:var(--text-light);font-size:.9rem;font-style:italic;line-height:1.6;margin:0 0 16px}.review-author{display:flex;flex-direction:column;gap:2px}.author-name{color:var(--text-white);font-size:.9rem;font-weight:600}.author-detail{color:var(--text-muted);font-size:.8rem}.webinar-guarantee{color:var(--text-muted);font-size:.85rem;margin-top:12px;text-align:center}.quiz-container{align-items:center;display:flex;flex-direction:column;padding:20px 0;text-align:center;width:100%}.quiz-step-indicator{color:var(--accent-orange);font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.quiz-question{color:var(--text-white);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:32px}.quiz-options{display:flex;flex-direction:column;gap:12px;width:100%}.quiz-option{background:#ffffff0d;border:2px solid var(--border-color);border-radius:12px;color:var(--text-white);cursor:pointer;font-size:1rem;font-weight:500;padding:18px 24px;text-align:center;transition:all .2s ease;width:100%}.quiz-option:hover{background:#34ccff1a;border-color:var(--accent-orange);transform:translateY(-2px)}.quiz-option:active{transform:translateY(0)}@media (min-width:768px){.webinar-container{max-width:600px;padding:40px 0}.webinar-headline{font-size:2.5rem}.countdown-block{min-width:80px;padding:16px 24px}.countdown-number{font-size:2.2rem}.reviews-list{flex-direction:row;flex-wrap:wrap}.review-card{flex-basis:calc(50% - 8px);flex-grow:1;flex-shrink:1;min-width:250px}}@media (min-width:1024px){.webinar-page{padding:40px}.webinar-container{gap:32px;max-width:900px}.webinar-headline{font-size:3rem;max-width:800px}.webinar-subheadline{font-size:1.15rem;max-width:600px}.webinar-thumbnail{max-width:700px}.countdown-block{min-width:100px;padding:20px 32px}.countdown-number{font-size:2.8rem}.countdown-unit{font-size:.75rem}.webinar-cta{max-width:500px;padding:24px 48px}.webinar-cta .cta-main{font-size:1.2rem}.webinar-topics{max-width:100%}.topics-list{flex-direction:row;gap:20px}.topic-item{flex:1 1;flex-direction:column;padding:24px;text-align:center}.topic-number{font-size:1rem;height:50px;margin:0 auto 16px;width:50px}.topic-content h4{font-size:1.05rem}.speaker-layout{align-items:flex-start;flex-direction:row;gap:40px}.speaker-photo-container{flex-shrink:0;margin:0;max-width:350px;width:350px}.speaker-content{flex:1 1}.speaker-intro{font-size:1.05rem}.speaker-benefits li,.speaker-text{font-size:1rem}.reviews-list{flex-wrap:nowrap}.review-card{flex:1 1;min-width:0}.webinar-form{margin:0 auto;max-width:500px}.webinar-learn{margin:16px auto 0;max-width:600px}.webinar-learn ul{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.confirmation-details{flex-direction:row;gap:32px;justify-content:center;margin:0 auto 24px;max-width:600px}.detail-item{flex-direction:column;gap:8px;text-align:center}.confirmation-bonus{margin:24px auto;max-width:500px}}@media (min-width:1280px){.webinar-container{max-width:1100px}.webinar-headline{font-size:3.5rem}.webinar-thumbnail{max-width:800px}.topic-item{padding:30px}.speaker-layout{gap:60px}.speaker-photo-container{max-width:400px;width:400px}.speaker-title{font-size:2rem}.speaker-intro{font-size:1.1rem}}.webinar-container>*{animation:fadeInUp .5s ease forwards}.webinar-container>:first-child{animation-delay:0s}.webinar-container>:nth-child(2){animation-delay:.05s}.webinar-container>:nth-child(3){animation-delay:.1s}.webinar-container>:nth-child(4){animation-delay:.15s}.webinar-container>:nth-child(5){animation-delay:.2s}.webinar-container>:nth-child(6){animation-delay:.25s}.webinar-container>:nth-child(7){animation-delay:.3s}.webinar-container>:nth-child(8){animation-delay:.35s}.webinar-container>:nth-child(9){animation-delay:.4s}.privacy-page{background:linear-gradient(180deg,#0a0e1a,#121829 50%,#0a0e1a);min-height:100vh;padding:40px 20px}.privacy-container{color:var(--text-light);margin:0 auto;max-width:800px}.privacy-container h1{color:var(--text-white);font-size:2.5rem;margin-bottom:8px;text-align:center}.privacy-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:48px;text-align:center}.privacy-section{border-bottom:1px solid var(--border-color);margin-bottom:40px;padding-bottom:32px}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{color:var(--text-white);font-size:1.4rem;margin-bottom:16px}.privacy-section h3{color:var(--accent-orange);font-size:1.1rem;margin:20px 0 12px}.privacy-section p{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:16px}.privacy-section ul{margin:0 0 16px;padding-left:24px}.privacy-section li{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:8px}.privacy-section li strong{color:var(--text-white)}.privacy-important{background:#ff44441a;border:1px solid #ff44444d;border-radius:12px;color:#ff6b6b!important;padding:16px 20px}.privacy-contact{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;margin-top:16px;padding:20px}.privacy-contact p{margin-bottom:8px}.privacy-contact p:last-child{margin-bottom:0}.privacy-footer{border-top:1px solid var(--border-color);margin-top:48px;padding-top:32px;text-align:center}.privacy-footer p{color:var(--text-muted);font-size:.9rem;margin-bottom:24px}.privacy-back-link{background:#0000;border:2px solid var(--accent-orange);border-radius:8px;color:var(--accent-orange);display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .2s ease}.privacy-back-link:hover{background:#34ccff1a}@media (max-width:768px){.privacy-container h1{font-size:2rem}.privacy-section h2{font-size:1.2rem}.privacy-section li,.privacy-section p{font-size:.9rem}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary-dark:#0a0e1a;--secondary-dark:#121829;--accent-orange:#34ccff;--accent-orange-hover:#5dd8ff;--accent-green:#00d68f;--accent-blue:#34ccff;--text-white:#fff;--text-light:#b8c5d6;--text-muted:#7a8599;--border-color:#ffffff1a;--card-bg:#ffffff08;--gradient-hero:linear-gradient(135deg,#0a0e1a,#1a1f36 50%,#0d1220);--gradient-section:linear-gradient(180deg,#0a0e1a,#121829);--red-error:#ff4b4b}html{scroll-behavior:smooth}body{background:#0a0e1a;background:var(--primary-dark);color:#fff;color:var(--text-white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:800;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h1,h2{letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:24px}h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:16px}.container{margin:0 auto;max-width:1200px;padding:0 24px}.section{padding:100px 0;position:relative}.section-dark{background:linear-gradient(180deg,#0a0e1a,#121829);background:var(--gradient-section)}.section-darker{background:#0a0e1a;background:var(--primary-dark)}.section-alt{background:#121829;background:var(--secondary-dark);border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--border-color);border-top:1px solid #ffffff1a;border-top:1px solid var(--border-color)}.text-center{text-align:center}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#34ccff,#7de0ff);background:linear-gradient(135deg,var(--accent-orange) 0,#7de0ff 100%);-webkit-background-clip:text;background-clip:text}.text-green{color:#00d68f;color:var(--accent-green)}.subheadline{color:#b8c5d6;color:var(--text-light);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;margin:0 auto;max-width:700px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:10px;justify-content:center;letter-spacing:.5px;padding:18px 40px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#34ccff,#5dd8ff);background:linear-gradient(135deg,var(--accent-orange) 0,#5dd8ff 100%);box-shadow:0 4px 24px #34ccff66;color:#fff}.btn-primary:hover{box-shadow:0 8px 32px #34ccff80;transform:translateY(-2px) scale(1.02)}.btn-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff;color:var(--text-white)}.btn-secondary:hover{border-color:#34ccff;border-color:var(--accent-orange);color:#34ccff;color:var(--accent-orange)}.btn-large{font-size:1.2rem;padding:22px 50px}.card{background:#ffffff08;background:var(--card-bg);border:1px solid #ffffff1a;border:1px solid var(--border-color);border-radius:16px;padding:30px;transition:all .3s ease}.card:hover{border-color:#34ccff4d;transform:translateY(-4px)}.grid-2{grid-gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2,.grid-3{display:grid;gap:24px}.grid-3{grid-gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in{animation:fadeInUp .6s ease forwards}@media (max-width:768px){.section{padding:70px 0}.btn{width:100%}}
/*# sourceMappingURL=main.b9d0f008.css.map*/