@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg:#060a13;--bg-soft:#070c16;--bg-panel:#10182ab8;--text:#eef3fb;--muted:#9fb0c8;--muted-strong:#cdd9ec;--border:#7aa2d629;--accent:#4cc9f0;--accent-2:#2f7ff0;--accent-shadow:#4cc9f047;--radius:18px;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 100% 0,#2f7ff01f,#0000 28%),linear-gradient(#07111f 0%,#060a13 22% 100%);margin:0;font-family:IBM Plex Sans,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}::selection{color:#fff;background:#4cc9f047}.page-shell{min-height:100vh;overflow-x:hidden}.container{width:min(calc(100% - 48px), var(--container));margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#070c16bd;border-bottom:1px solid #7aa2d61a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand-link{flex:none}.brand-mark{align-items:center;gap:12px;display:inline-flex}.brand-mark.compact strong{font-size:.95rem}.brand-logo{filter:drop-shadow(0 12px 28px #4cc9f01f);width:auto;height:38px;display:block}.brand-mark.compact .brand-logo{height:34px}.brand-mark strong,.brand-mark span{display:block}.brand-mark strong{letter-spacing:-.03em;font-family:Space Grotesk,sans-serif;font-size:1rem}.brand-mark span{color:#73839c;letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.7rem}.desktop-nav{align-items:center;gap:34px;display:none}.nav-link{color:var(--muted);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text)}.header-actions{align-items:center;gap:14px;display:flex}.header-cta{display:none}.burger-button{cursor:pointer;background:#7aa2d614;border:1px solid #7aa2d629;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:inline-flex}.burger-button span{background:var(--muted-strong);width:18px;height:1.5px}.mobile-panel{background:#070c16fa;border-top:1px solid #7aa2d61a}.mobile-panel-inner{flex-direction:column;gap:4px;padding:14px 0 22px;display:flex}.mobile-link{color:var(--muted-strong);border-bottom:1px solid #7aa2d612;padding:12px 6px;font-size:1rem;font-weight:500}.mobile-cta{margin-top:14px}.primary-button,.secondary-button{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:15px 26px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,opacity .2s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#03070f;box-shadow:0 14px 36px -16px #4cc9f08c}.primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 42px -16px #4cc9f0ad}.primary-button:disabled{opacity:.72;cursor:not-allowed;transform:none}.secondary-button{color:#dce5f2;background:#7aa2d60f;border:1px solid #7aa2d638}.secondary-button:hover{background:#7aa2d61f;border-color:#7aa2d666;transform:translateY(-2px)}.button-link{width:fit-content}.hero-section{background:radial-gradient(120% 90% at 78% 12%,#2f7ff029,#0000 55%),radial-gradient(80% 60% at 8% 90%,#4cc9f014,#0000 60%),#070c16;border-bottom:1px solid #7aa2d61a;padding:128px 0 96px;position:relative}.hero-grid-pattern{pointer-events:none;background-image:linear-gradient(#7aa2d60d 1px,#0000 1px),linear-gradient(90deg,#7aa2d60d 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 30%,#000,#0000 80%);mask-image:radial-gradient(80% 70% at 50% 30%,#000,#0000 80%)}.hero-grid{align-items:center;gap:56px;display:grid;position:relative}.eyebrow-pill,.section-code,.architecture-subtitle,.architecture-tag,.carousel-count,.tag-list span,.footer-label,.carousel-code,.cta-content p,.brand-mark span{font-family:IBM Plex Mono,monospace}.eyebrow-pill{color:var(--muted);letter-spacing:.05em;background:#7aa2d60d;border:1px solid #7aa2d633;border-radius:999px;align-items:center;gap:9px;margin-bottom:26px;padding:7px 14px;font-size:.75rem;display:inline-flex}.status-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4cc9f02e}.hero-copy h1,.section-heading h2,.carousel-heading h2,.about-content h2,.cta-content h2,.carousel-copy h3,.service-card h3,.step-card h3,.modal-header h3,.success-state h4{margin:0;font-family:Space Grotesk,sans-serif}.hero-copy h1{letter-spacing:-.05em;text-wrap:balance;max-width:12ch;margin-bottom:24px;font-size:clamp(2.125rem,5.2vw,3.625rem);line-height:1.06}.hero-copy h1 span,.about-content h2 span{background:linear-gradient(120deg, var(--accent), var(--accent-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-copy p,.section-heading p,.carousel-copy p,.about-content p,.cta-content p{color:var(--muted)}.hero-copy p{max-width:560px;margin:0 0 36px;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.architecture-card-wrapper{position:relative}.architecture-glow{filter:blur(20px);background:radial-gradient(60% 60% at 70% 30%,#2f7ff038,#0000 70%);animation:6s ease-in-out infinite glow-drift;position:absolute;inset:-30px}.architecture-card{border-radius:calc(var(--radius) + 6px);background:linear-gradient(#10182aeb,#0a101ef0);border:1px solid #7aa2d62e;position:relative;overflow:hidden;box-shadow:0 40px 90px -40px #000c}.architecture-card-bar{background:#7aa2d608;border-bottom:1px solid #7aa2d61f;justify-content:space-between;align-items:center;gap:18px;padding:14px 18px;display:flex}.architecture-card-bar span{color:#7c8aa3;letter-spacing:.04em;font-size:.72rem}.window-dots{gap:7px;display:flex}.window-dots span{background:#2b3650;border-radius:50%;width:10px;height:10px}.window-dots .active{background:var(--accent);opacity:.75}.architecture-card-body{padding:24px 22px 26px;position:relative}.architecture-line{background:linear-gradient(#0000,#7aa2d647 12% 88%,#0000);width:2px;position:absolute;top:38px;bottom:38px;left:38px}.bus-pulse{background:linear-gradient(180deg, var(--accent), transparent);border-radius:3px;width:6px;height:40px;animation:3.2s ease-in-out infinite bus-pulse;position:absolute;top:0;left:-2px}.architecture-list{flex-direction:column;gap:13px;display:flex}.architecture-row{align-items:center;gap:14px;padding-left:14px;display:flex;position:relative}.architecture-node-dot{z-index:1;background:#0b1322;border:2px solid #7c8aa3;border-radius:50%;width:11px;height:11px;margin-left:18px;position:relative;box-shadow:0 0 0 4px #070c16e6}.architecture-node-dot.emphasis{border-color:var(--accent)}.architecture-node-card{border-radius:calc(var(--radius) - 4px);background:#7aa2d60a;border:1px solid #7aa2d62e;flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 15px;transition:transform .25s,border-color .25s,background .25s;display:flex}.architecture-node-card:hover{transform:translate(4px)}.architecture-node-card.emphasis{background:#2f7ff017;border-color:#4cc9f052}.architecture-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600;overflow:hidden}.architecture-subtitle{color:#7c8aa3;letter-spacing:.03em;margin-top:2px;font-size:.7rem}.architecture-tag{color:var(--accent);letter-spacing:.05em;border:1px solid #7aa2d62e;border-radius:999px;flex:none;padding:3px 7px;font-size:.62rem}.stats-section{background:#070c16;border-bottom:1px solid #7aa2d61a}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.stat-card{border-bottom:1px solid #7aa2d617;border-right:1px solid #7aa2d617;padding:36px 28px}.stat-card strong{letter-spacing:-.04em;background:linear-gradient(120deg, #eef3fb, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:block}.stat-card span{color:#8493ab;margin-top:8px;font-size:.9rem;line-height:1.5;display:block}.content-section{background:#070c16;padding:96px 0}.section-heading{max-width:680px;margin-bottom:54px}.section-heading.compact{margin-bottom:0}.section-code{color:var(--accent);letter-spacing:.1em;margin-bottom:16px;font-size:.78rem}.section-heading h2,.carousel-heading h2,.about-content h2,.cta-content h2{letter-spacing:-.04em;font-size:clamp(1.75rem,4vw,2.625rem);line-height:1.12}.section-heading p{margin:16px 0 0;font-size:1.0625rem;line-height:1.6}.service-grid,.steps-grid{gap:18px;display:grid}.service-card,.step-card{border-radius:var(--radius);background:linear-gradient(#10182a8c,#0a101e66);border:1px solid #7aa2d621;padding:30px 26px 28px;transition:transform .25s,border-color .25s,background .25s}.service-card:hover,.step-card:hover{background:linear-gradient(#121c32b3,#0b12228c);border-color:#4cc9f061;transform:translateY(-5px)}.service-card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.service-icon{width:46px;height:46px;color:var(--accent);background:#7aa2d60d;border:1px solid #7aa2d633;border-radius:12px;place-items:center;font-family:IBM Plex Mono,monospace;font-size:.95rem;font-weight:500;display:grid}.service-card-top span{color:#56657f;font-family:IBM Plex Mono,monospace;font-size:.75rem}.service-card h3,.step-card h3{letter-spacing:-.02em;color:#f3f7fc;margin-bottom:10px;font-size:1.1875rem}.service-card p,.step-card p{color:#8e9eb6;margin:0;font-size:.92rem;line-height:1.6}.carousel-section{background:linear-gradient(#070c16,#0a1124);padding:90px 0}.carousel-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.carousel-controls{gap:12px;display:flex}.carousel-controls button{color:#dce5f2;cursor:pointer;background:#7aa2d60d;border:1px solid #7aa2d638;border-radius:50%;place-items:center;width:52px;height:52px;font-size:1.25rem;transition:background .2s,border-color .2s;display:grid}.carousel-controls button:hover{border-color:var(--accent);background:#7aa2d624}.carousel-frame{width:min(calc(100% - 48px), var(--container));border-radius:calc(var(--radius) + 4px);margin:0 auto;overflow:hidden}.carousel-track{transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.carousel-card{border-radius:calc(var(--radius) + 4px);background:linear-gradient(135deg,#0f172aeb,#090f1cf5);border:1px solid #7aa2d626;flex:0 0 100%;min-width:0;display:grid;overflow:hidden}.carousel-copy{flex-direction:column;justify-content:center;min-height:340px;padding:48px 40px 44px;display:flex}.carousel-count{color:var(--accent);margin-bottom:18px;font-size:.8rem}.carousel-copy h3{color:#f3f7fc;letter-spacing:-.04em;max-width:520px;margin-bottom:16px;font-size:clamp(1.5rem,3.4vw,2.125rem);line-height:1.15}.carousel-copy p{max-width:480px;margin:0 0 28px;font-size:1.03rem;line-height:1.65}.tag-list{flex-wrap:wrap;gap:9px;display:flex}.tag-list span{color:var(--muted);letter-spacing:.02em;background:#7aa2d60a;border:1px solid #7aa2d633;border-radius:999px;padding:6px 12px;font-size:.75rem}.carousel-visual{background:radial-gradient(90% 120% at 80% 20%,#2f7ff02e,#0000 60%);border-top:1px solid #7aa2d61f;min-height:220px;position:relative;overflow:hidden}.carousel-grid,.cta-grid{background-image:linear-gradient(#7aa2d60f 1px,#0000 1px),linear-gradient(90deg,#7aa2d60f 1px,#0000 1px);position:absolute;inset:0}.carousel-grid{background-size:38px 38px}.carousel-ghost-number{color:#7aa2d612;letter-spacing:-.06em;font-family:Space Grotesk,sans-serif;font-size:clamp(5rem,12vw,9.375rem);font-weight:700;line-height:.9;position:absolute;top:50%;right:34px;transform:translateY(-50%)}.carousel-code{color:var(--accent);opacity:.85;font-size:.82rem;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.carousel-dots{gap:8px;margin-top:26px;display:flex}.carousel-dots button{cursor:pointer;background:#7aa2d638;border-radius:999px;width:8px;height:7px;padding:0;transition:width .3s,background .3s}.carousel-dots button.active{background:var(--accent);width:30px}.alert-section{background:#0a1124;border-top:1px solid #7aa2d61a;border-bottom:1px solid #7aa2d61a;padding:96px 0}.alert-grid{gap:48px;display:grid}.problem-list{flex-direction:column;gap:12px;display:flex}.problem-card{border-radius:var(--radius);background:#10182a66;border:1px solid #7aa2d621;align-items:flex-start;gap:16px;padding:18px 20px;transition:border-color .25s,background .25s;display:flex}.problem-card:hover{background:#121c3299;border-color:#4cc9f059}.problem-card span{width:30px;height:30px;color:var(--accent);border:1px solid #7aa2d638;border-radius:8px;flex:none;place-items:center;margin-top:1px;font-size:.95rem;display:grid}.problem-card p{color:var(--muted-strong);margin:0;font-size:.97rem;line-height:1.55}.steps-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.step-card{overflow:hidden}.step-card strong{color:#7aa2d61a;margin-bottom:14px;font-family:Space Grotesk,sans-serif;font-size:3.375rem;line-height:1;display:block}.step-divider{background:linear-gradient(90deg, var(--accent), transparent);width:34px;height:2px;margin-bottom:18px;display:block}.about-section{background:linear-gradient(#070c16,#0a1124);padding:100px 0;position:relative;overflow:hidden}.about-glow{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#2f7ff01f,#0000 65%);width:520px;height:520px;position:absolute;top:-10%;right:-5%}.about-content{text-align:center;max-width:900px;position:relative}.about-content .section-code{margin-bottom:22px}.about-content h2{letter-spacing:-.05em;text-wrap:balance;margin-bottom:26px;font-size:clamp(1.875rem,4.6vw,3.125rem);line-height:1.1}.about-content p{max-width:740px;margin:0 auto;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.7}.cta-section{background:#0a1124;padding:30px 0 96px}.cta-card{border-radius:calc(var(--radius) + 8px);background:linear-gradient(135deg,#101a30f2,#090f1cf2);border:1px solid #7aa2d633;position:relative;overflow:hidden}.cta-grid{background-size:48px 48px;-webkit-mask-image:radial-gradient(70% 100% at 80% 0,#000,#0000 70%);mask-image:radial-gradient(70% 100% at 80% 0,#000,#0000 70%)}.cta-glow{filter:blur(30px);pointer-events:none;background:radial-gradient(circle,#2f7ff02e,#0000 65%);width:600px;height:400px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.cta-content{text-align:center;padding:64px 40px;position:relative}.cta-content h2{letter-spacing:-.04em;text-wrap:balance;max-width:760px;margin:0 auto 18px;font-size:clamp(1.625rem,3.6vw,2.375rem);line-height:1.16}.cta-content p{max-width:580px;margin:0 auto 34px;font-size:1.0625rem;line-height:1.6}.site-footer{background:#060a13;border-top:1px solid #7aa2d61f;padding:60px 0 36px}.footer-grid{gap:44px;display:grid}.footer-brand{max-width:360px}.footer-brand p{color:#8493ab;margin:18px 0 0;font-size:.92rem;line-height:1.6}.footer-columns{grid-template-columns:1fr 1fr;gap:32px;display:grid}.footer-label{color:#56657f;letter-spacing:.08em;margin-bottom:16px;font-size:.72rem}.footer-links{flex-direction:column;gap:11px;display:flex}.footer-links a{color:var(--muted);font-size:.92rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #7aa2d617;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:44px;padding-top:24px;display:flex}.footer-bottom span:first-child{color:#56657f;font-size:.82rem}.footer-bottom span:last-child{color:#3f4d63;font-family:IBM Plex Mono,monospace;font-size:.75rem}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03070fdb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:linear-gradient(#0d1628 0%,#080e1c 100%);border:1px solid #7aa2d63d;border-radius:22px;width:min(100%,580px);max-height:90vh;animation:.28s cubic-bezier(.2,0,.2,1) both modal-in;overflow-y:auto;box-shadow:0 48px 120px #000000bf}.modal-header{z-index:2;background:#0d1628;border-bottom:1px solid #7aa2d61f;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px 22px;display:flex;position:sticky;top:0}.modal-header .section-code{color:var(--accent);margin-bottom:6px;font-size:.72rem}.modal-header h3{color:#f3f7fc;letter-spacing:-.02em;font-size:1.3125rem}.close-button{width:36px;height:36px;color:var(--muted);cursor:pointer;background:#7aa2d60f;border:1px solid #7aa2d633;border-radius:50%;flex:none;place-items:center;font-size:1.4rem;line-height:1;display:grid}.close-button:hover{background:#7aa2d62e;border-color:#7aa2d673}.success-state{text-align:center;padding:52px 28px}.success-icon{border:2px solid var(--accent);width:60px;height:60px;color:var(--accent);background:#4cc9f01a;border-radius:50%;place-items:center;margin:0 auto 22px;font-size:1.625rem;display:grid}.success-state h4{color:#f3f7fc;margin-bottom:10px;font-size:1.3125rem}.success-state p{color:var(--muted);margin:0 0 28px;font-size:.97rem;line-height:1.6}.lead-form{flex-direction:column;gap:18px;padding:26px 28px 30px;display:flex}.form-grid{gap:14px;display:grid}.lead-form label{flex-direction:column;display:flex}.lead-form label span{color:var(--muted);margin-bottom:7px;font-size:.82rem;font-weight:500}.field{width:100%;color:var(--text);background:#7aa2d60f;border:1px solid #7aa2d633;border-radius:10px;outline:none;padding:12px 14px;transition:border-color .2s,background .2s;display:block}.field:focus{background:#7aa2d61a;border-color:#4cc9f08c}.field option{color:var(--text);background:#0d1628}.textarea{resize:vertical;min-height:108px}.botcheck{display:none}.form-error{color:#f87171;background:#f8717114;border:1px solid #f8717138;border-radius:10px;margin:0;padding:12px 14px;font-size:.84rem}.submit-button{width:100%}@keyframes bus-pulse{0%{opacity:0;transform:translateY(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(240px)}}@keyframes glow-drift{0%,to{opacity:.5}50%{opacity:.85}}@keyframes modal-in{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=560px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=860px){.desktop-nav,.header-cta{display:inline-flex}.burger-button{display:none}.hero-grid{grid-template-columns:1.05fr .95fr}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.alert-grid{grid-template-columns:.85fr 1.15fr;align-items:start}.carousel-card{grid-template-columns:1.15fr .85fr}.carousel-visual{border-top:0;border-left:1px solid #7aa2d61f}.footer-grid{grid-template-columns:1.2fr 1fr}}@media (width<=540px){.container{width:min(calc(100% - 32px), var(--container))}.hero-section{padding-top:112px}.carousel-copy,.cta-content,.modal-header,.lead-form{padding-left:22px;padding-right:22px}.cta-content{padding-top:52px;padding-bottom:52px}.footer-columns{grid-template-columns:1fr}}
