.home-page{background:#000;color:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#0066FF;margin-bottom:1.5rem}.section-headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.section-subheadline{font-size:1.125rem;color:rgba(255,255,255,.6);line-height:1.7;max-width:600px;margin:0 auto}.text-muted{color:rgba(255,255,255,.5)}.text-highlight{background:linear-gradient(135deg,#0066FF,#00D4FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;padding:8rem 2rem 4rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-gradient{position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:150%;height:150%;background:radial-gradient(ellipse at center,rgba(0,102,255,.15) 0,transparent 60%)}.hero-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 0,transparent 70%);mask-image:radial-gradient(ellipse at center,black 0,transparent 70%)}.hero-content{position:relative;z-index:1;max-width:900px}.hero-headline{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.04em;margin-bottom:1.5rem}.hero-highlight{background:linear-gradient(135deg,#0066FF,#00D4FF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subheadline{font-size:clamp(1rem,2.5vw,1.25rem);color:rgba(255,255,255,.6);line-height:1.7;max-width:700px;margin:0 auto 3rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.hero-btn.primary{background:#fff;color:#000}.hero-btn.primary:hover{background:#0066FF;color:#fff;transform:translateY(-2px)}.hero-btn.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-metrics{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.metric{text-align:center}.metric-value{display:block;font-size:2rem;font-weight:700;letter-spacing:-.02em}.metric-label{display:block;font-size:.8rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.metric-divider{width:1px;height:40px;background:rgba(255,255,255,.2)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:rgba(255,255,255,.4);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(255,255,255,.4),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}.what-section{padding:8rem 0;background:#000;border-top:1px solid rgba(255,255,255,.1)}.what-grid{display:grid;grid-template-columns:200px 1fr;grid-gap:4rem;gap:4rem;align-items:start}.what-label{position:-webkit-sticky;position:sticky;top:120px}.what-headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:1.5rem}.what-description{font-size:1.125rem;color:rgba(255,255,255,.6);line-height:1.8;max-width:600px;margin-bottom:1.5rem}.what-pillars{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.pillar{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.pillar-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px}.pillar-icon svg{color:#0066FF}.pillar span{font-size:.9rem;font-weight:500;color:rgba(255,255,255,.8)}.microservices-section{padding:8rem 0;background:#0A0A0A}.section-header{text-align:center;margin-bottom:4rem}.microservices-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.microservice-card{display:flex;gap:1.5rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;transition:all .3s ease}.microservice-card:hover{background:rgba(255,255,255,.05);border-color:rgba(0,102,255,.3);transform:translateY(-4px)}.microservice-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(0,102,255,.1);border:1px solid rgba(0,102,255,.2);border-radius:16px;flex-shrink:0}.microservice-icon svg{color:#0066FF}.microservice-content{flex:1 1}.microservice-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.microservice-name{font-size:1.25rem;font-weight:600;letter-spacing:-.01em}.microservice-tagline{font-size:.75rem;font-weight:500;color:#0066FF;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;background:rgba(0,102,255,.1);border-radius:100px}.microservice-description{font-size:.9rem;color:rgba(255,255,255,.5);line-height:1.6}.microservices-grid .microservice-card:nth-child(7){grid-column:1/-1;max-width:600px;margin:0 auto}.brokerless-section{padding:8rem 0;background:#000;border-top:1px solid rgba(255,255,255,.1)}.brokerless-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.brokerless-headline{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:1.5rem}.brokerless-description{font-size:1.125rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:1.5rem}.brokerless-points{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.brokerless-point{display:flex;align-items:center;gap:1rem}.brokerless-point svg{color:#0066FF;flex-shrink:0}.brokerless-point span{font-size:1rem;color:rgba(255,255,255,.8)}.brokerless-visual{display:flex;justify-content:center}.visual-comparison{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:450px}.comparison-new,.comparison-old{padding:2rem;border-radius:16px;text-align:center}.comparison-old{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08)}.comparison-new{background:rgba(0,102,255,.1);border:1px solid rgba(0,102,255,.3)}.comparison-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:1.5rem}.comparison-new .comparison-label{color:#0066FF}.comparison-flow{display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:500}.comparison-flow span{padding:.5rem 1rem;background:rgba(255,255,255,.05);border-radius:8px}.comparison-flow .middleman{color:rgba(255,255,255,.4);text-decoration:line-through}.comparison-flow .middleman small{display:block;font-size:.7rem;text-decoration:none;color:rgba(255,51,102,.8)}.flow-arrow{color:rgba(255,255,255,.3);font-size:1.5rem}.flow-arrow.direct svg{color:#0066FF}.comparison-flow.direct span{background:rgba(0,102,255,.2);border:1px solid rgba(0,102,255,.3)}.powered-by{display:block;font-size:.75rem;color:#0066FF;margin-top:1rem;font-weight:500}.why-section{padding:8rem 0;background:#0A0A0A}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.why-headline{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:1.5rem}.why-description{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:1.5rem}.why-link{display:inline-flex;align-items:center;gap:.5rem;color:#0066FF;text-decoration:none;font-weight:500;margin-top:1rem;transition:gap .3s ease}.why-link:hover{gap:.75rem}.why-principles{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.principle-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem}.principle-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.principle-description{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.6}.movement-preview{padding:8rem 0;background:linear-gradient(180deg,#000,#0A0A0A);text-align:center;border-top:1px solid rgba(255,255,255,.1)}.movement-content{max-width:700px;margin:0 auto}.movement-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:1.5rem}.movement-description{font-size:1.125rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:2.5rem}.movement-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #0066ff;color:#0066FF;padding:1rem 2rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.movement-btn:hover{background:#0066FF;color:#fff}.recent-posts-section{padding:8rem 0;border-top:1px solid rgba(255,255,255,.06)}.recent-posts-section .blog-grid{max-width:1200px;margin:0 auto;padding:0}.cta-section{padding:8rem 0;background:#0066FF;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-headline{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:2.5rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:1rem 2rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#fff;color:#0066FF}.cta-btn.primary:hover{background:#000;color:#fff}.cta-btn.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.cta-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:#fff}@media (max-width:1024px){.what-grid{grid-template-columns:1fr;gap:2rem}.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{grid-template-columns:1fr;gap:3rem}}@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{grid-template-columns:1fr;gap:1.5rem}.pillar{flex-direction:row;align-items:center}.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{width:100%;justify-content:center}.cta-actions{flex-direction:column}.cta-btn{width:100%;text-align:center}.brokerless-points{gap:.75rem}.brokerless-point span{font-size:.9rem}}