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