@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Mono:wght@400&display=swap";
html{scroll-behavior:smooth}#home{min-height:100vh}#home *{box-sizing:border-box;margin:0;padding:0}#home .container{max-width:1400px;margin:0 auto;padding:0 15px}#home .glass-panel{border:var(--border-hairline);-webkit-backdrop-filter:blur(12px);background:#ffffff08}#home .pill-button{border:var(--border-glass);color:var(--c-text-primary);font-family:var(--font-display);cursor:pointer;background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;padding:12px 32px;font-size:14px;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.2,.8,.2,1);display:inline-flex;position:relative;overflow:hidden}#home .pill-button:hover{background:#ffffff26;border-color:#fff9;transform:translateY(-2px);box-shadow:0 10px 30px -10px #00000080}#home .pill-button--secondary{color:var(--c-text-secondary);background:0 0;border:none;padding:12px 24px}#home .pill-button--secondary:hover{box-shadow:none;color:var(--c-text-primary);background:0 0;transform:none}#home .section-label{color:var(--c-text-tertiary);font-family:var(--font-display);letter-spacing:.02em;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;font-size:14px;display:flex}#home .section-label:before{background-color:var(--c-text-tertiary);content:"";width:40px;height:1px;display:block}#home h1,#home h2,#home h3{letter-spacing:-.03em;font-weight:400;line-height:1.1}#home p{color:var(--c-text-secondary);font-weight:300;line-height:1.6}#home nav{z-index:100;width:100%;padding:40px 0;position:fixed;top:0;left:0}#home .nav-shell{width:100%;max-width:1650px;padding-left:var(--container-padding);padding-right:var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}#home .nav-logo{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}#home .nav-logo-image{object-fit:contain;filter:brightness(0)invert();width:28px;height:28px}#home .nav-links{gap:32px;display:flex}#home .nav-link{color:var(--c-text-secondary);font-size:14px;text-decoration:none;transition:color .3s}#home .nav-link:hover{color:#fff}#home .hero{align-items:center;height:100vh;display:flex;position:relative}#home .hero-content{grid-template-columns:1.5fr 1fr;align-items:end;gap:60px;width:100%;display:grid}#home .hero h1{background:linear-gradient(#fff 0%,#dcdcdc 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;font-size:88px;line-height:.95}#home .hero-sub{padding-bottom:12px}#home .hero-sub p{max-width:400px;color:var(--c-text-secondary);margin-bottom:32px;font-size:18px}#home .ticker-wrap{border-top:var(--border-hairline);border-bottom:var(--border-hairline);background:#0003;width:100%;padding:18px 0;overflow:hidden}#home .ticker{width:max-content;animation:30s linear infinite ticker-scroll;display:flex}#home .ticker-item{color:var(--c-text-secondary);font-family:var(--font-tech);white-space:nowrap;align-items:center;gap:32px;padding:0 32px;font-size:13px;display:flex}#home .ticker-item:after{color:var(--c-accent);content:"·";font-size:24px;line-height:1}#home .section{padding:160px 0}#home .harmonization-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:80px;display:grid}#home .harmonization-text h2{margin-bottom:24px;font-size:48px}#home .harmonization-text p{max-width:560px;margin-bottom:32px;font-size:17px}#home .pillars-mainframe{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}#home .pillars-stack{flex-direction:column;gap:48px;display:flex}#home .pillar-block h3{color:var(--c-accent);margin-bottom:12px;font-size:24px}#home .pillar-block p{font-size:15px;line-height:1.7}#home .mainframe-graphic{aspect-ratio:3/4;width:100%;position:relative}#home .mainframe-graphic svg{width:100%;height:100%}#home .deployments-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}#home .deploy-card{flex-direction:column;gap:20px;min-height:380px;padding:40px 32px;transition:background .5s;display:flex}#home .deploy-card:hover{background:#ffffff14}#home .deploy-card-icon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}#home .deploy-card-icon svg{width:36px;height:36px}#home .deploy-card h3{font-size:28px}#home .deploy-card p{font-size:14px;line-height:1.7}#home .feature-duo{grid-template-columns:1fr 1fr;gap:24px;display:grid}#home .feature-box{padding:48px 40px}#home .feature-box h3{margin-bottom:24px;font-size:24px}#home .feature-box ul{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}#home .feature-box li{color:var(--c-text-secondary);align-items:center;gap:12px;font-size:15px;font-weight:300;display:flex}#home .feature-box li:before{background:var(--c-accent);content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}#home .feature-box p{font-size:15px;line-height:1.7}#home .contact-section{text-align:center;flex-direction:column;align-items:center;gap:40px;padding:120px 0;display:flex}#home .contact-cta-group{gap:20px;display:flex}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes blink-slow{0%,to{opacity:1}50%{opacity:.3}}@keyframes blink-fast{0%,to{opacity:1}50%{opacity:.15}}@keyframes reel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#home .indicator-green{animation:2.4s ease-in-out infinite blink-slow}#home .indicator-amber{animation:1.6s ease-in-out infinite blink-fast}#home .indicator-red{animation:3.2s ease-in-out infinite blink-slow}#home .reel-spin{transform-origin:50%;animation:6s linear infinite reel-spin}#home .fade-in{opacity:0;animation:1.2s ease-out forwards fadeIn;transform:translateY(20px)}#home .delay-1{animation-delay:.2s}#home .delay-2{animation-delay:.4s}#home .delay-3{animation-delay:.6s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a262b}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}@media (max-width:1200px){#home .hero h1{font-size:72px}}@media (max-width:1024px){div#gestell{--container-padding:15px}div#gestell section.section{padding-left:var(--container-padding);padding-right:var(--container-padding)}#home nav{padding:24px 0}#home .nav-shell{gap:20px}#home .pill-button{padding:10px 20px;font-size:13px}#home .hero{min-height:85vh;padding-top:120px}#home .hero h1{font-size:56px}#home .hero-content{grid-template-columns:1fr;align-items:start;gap:28px}#home .hero-sub{padding-bottom:0}#home .hero-sub p{max-width:100%;margin-bottom:24px;font-size:18px}#home .section{padding:100px 0}#home .section-label{margin-bottom:16px}#home .harmonization-grid{grid-template-columns:1fr;gap:44px}#home .harmonization-text h2{font-size:40px}#home .pillars-mainframe{grid-template-columns:1fr;gap:52px}#home .mainframe-graphic{max-width:360px;margin:0 auto}#home .deployments-grid{grid-template-columns:1fr}#home .feature-duo{grid-template-columns:1fr;gap:16px}#home .contact-section{padding:96px 0}#home .contact-cta-group{justify-content:flex-start;gap:12px;width:100%}#home .nav-links{display:none}}@media (max-width:768px){div#gestell{--container-padding:15px}#home .hero{min-height:78vh}#home .hero h1{font-size:46px}#home .hero-sub p{font-size:16px}#home .section{padding:72px 0}#home .harmonization-text p,#home .pillar-block p,#home .deploy-card p,#home .feature-box p{font-size:15px}#home .deploy-card,#home .feature-box{padding:32px}#home .deploy-card{min-height:0}}@media (max-width:520px){div#gestell{--container-padding:15px}#home .hero{min-height:82vh;padding-top:96px}#home .hero h1{font-size:42px;line-height:1}#home .hero-sub p{margin-bottom:20px;font-size:15px}#home .section{padding:64px 0}#home .section-label{margin-bottom:14px;font-size:13px}#home .contact-section{gap:20px;padding:84px 0 72px}#home .contact-section h2{font-size:36px}#home .pill-button{justify-content:center;padding:12px 18px}#home .contact-cta-group{justify-content:center;width:100%}#home .pillars-stack{gap:36px}#home .mainframe-graphic{max-width:280px}#home .pillars-mainframe{gap:44px}#home .ticker-item{gap:18px;padding:0 20px;font-size:12px}}
