@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--ink:#111827;--muted:#647084;--paper:#ffffff;--soft:#f5f8fc;--line:#dfe7f1;--blue:#0ea5e9;--blue-dark:#075985;--coral:#ff6b5f;--mint:#16c6a6;--plum:#6d5dfc;--navy:#0f172a;--radius:8px;--shadow:0 22px 60px rgba(15,23,42,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}h1,h2,h3{margin:0;color:var(--ink);letter-spacing:0}button,input,select,textarea{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.section-shell{padding:72px 0;overflow:hidden}.alt-section{background:linear-gradient(180deg,#f7fbff,#ffffff)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,231,241,.82);background:rgba(255,255,255,.88);box-shadow:0 12px 32px rgba(15,23,42,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{display:flex;align-items:center;gap:26px;min-height:72px}.brand{display:inline-flex;flex:0 0 auto;flex-direction:column;line-height:1.05}.brand-name{font-size:24px;font-weight:900}.brand-subtitle{margin-top:6px;color:var(--coral);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex:1 1}.site-nav a{color:#263349;font-size:14px;font-weight:700;transition:color .2s ease}.site-nav a:hover{color:var(--blue-dark)}.btn,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:800;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn-primary,.header-cta{color:#fff;background:linear-gradient(120deg,var(--blue),var(--blue-dark));box-shadow:0 14px 30px rgba(14,165,233,.22)}.btn-primary:hover,.header-cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(7,89,133,.25)}.btn-secondary{color:var(--blue-dark);background:#fff;border-color:rgba(14,165,233,.25)}.btn-secondary:hover{color:#fff;background:var(--navy)}.nav-toggle{display:none;width:42px;height:42px;margin-left:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.nav-toggle span{display:block;width:19px;height:2px;margin:5px auto;background:var(--ink)}.hero{min-height:calc(100svh - 72px);padding:68px 0 56px;display:flex;background:linear-gradient(120deg,rgba(14,165,233,.12),transparent 36%),linear-gradient(300deg,rgba(255,107,95,.14),transparent 34%),#fbfdff}.hero,.hero-grid{align-items:center}.hero-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(380px,1.02fr);grid-gap:58px;gap:58px}.eyebrow{margin-bottom:14px;color:var(--coral);font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.hero-copy h1{max-width:670px;font-size:clamp(38px,3.9vw,56px);line-height:1.06;font-weight:900}.hero-copy h1 span{color:var(--coral)}.hero-kicker{max-width:670px;margin-top:22px;color:#263349;font-size:18px;line-height:1.65;font-weight:550}.hero-description{max-width:650px;margin-top:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:34px}.hero-proof span{min-height:88px;padding:16px;border:1px solid rgba(223,231,241,.92);border-radius:var(--radius);background:rgba(255,255,255,.75);color:var(--muted);font-size:13px;line-height:1.45;box-shadow:0 14px 35px rgba(15,23,42,.06)}.hero-proof strong{display:block;margin-bottom:6px;color:var(--ink);font-size:15px}.hero-showcase{position:relative;min-height:500px}.hero-showcase:before{content:"";position:absolute;inset:36px 18px;border-radius:34px;background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(22,198,166,.12),rgba(255,107,95,.12));filter:blur(2px);animation:heroGlow 7s ease-in-out infinite}.showcase-panel{position:relative;display:grid;grid-gap:14px;gap:14px;height:auto}.hero-highlight-grid article,.hero-product-card{overflow:hidden;border:1px solid rgba(223,231,241,.85);border-radius:18px;background:rgba(255,255,255,.95);box-shadow:var(--shadow)}.hero-product-card{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;min-height:236px;animation:heroFloat 7s ease-in-out infinite}.hero-product-card img{width:100%;height:236px;object-fit:contain;padding:18px;background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(255,107,95,.08));animation:heroImageDrift 9s ease-in-out infinite}.hero-product-card div{padding:24px}.hero-product-card span{display:inline-block;margin-bottom:10px;color:var(--coral);font-size:11px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.hero-product-card strong{display:block;color:var(--ink);font-size:22px;line-height:1.2}.hero-product-card p{margin-top:10px}.hero-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.hero-highlight-grid article{min-height:210px;animation:heroCardRise 7s ease-in-out infinite}.hero-highlight-grid article:nth-child(2){animation-delay:.6s}.hero-highlight-grid article:nth-child(3){animation-delay:1.2s}.hero-highlight-grid img{width:100%;height:88px;object-fit:cover}.hero-highlight-grid div{padding:16px}.hero-highlight-grid h2{font-size:16px;line-height:1.25;font-weight:900}.hero-highlight-grid p{margin-top:8px;font-size:13px;line-height:1.5}.contact-chips span,.industry-tags span{display:inline-flex;align-items:center;min-height:34px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#243149;font-size:13px;font-weight:800}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes heroImageDrift{0%,to{transform:translateX(0) scale(1)}50%{transform:translateX(6px) scale(1.015)}}@keyframes heroCardRise{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroGlow{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}.section-heading{max-width:710px;margin-bottom:34px}.contact-panel h2,.economics-grid h2,.section-heading h2,.solutions-grid h2,.standard-grid h2,.video-grid h2{font-size:clamp(28px,3vw,42px);line-height:1.12;font-weight:900}.contact-panel>div>p,.economics-grid>div>p,.section-heading p:last-child,.solutions-grid>div>p,.standard-grid>div>p,.video-grid>div>p{margin-top:16px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.faq-list details,.process-row article,.service-card,.solution-board article,.stack-grid article,.standard-gates article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.06)}.service-card{min-height:100%;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-icon{display:grid;place-items:center;width:56px;height:56px;margin-bottom:24px;border-radius:16px;background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(255,107,95,.12))}.service-icon img{width:36px;height:36px}.service-card>span,.solution-board span{display:inline-block;margin-bottom:10px;color:var(--coral);font-size:12px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.process-row h3,.service-card h3,.solution-board h3,.stack-grid h3,.standard-gates h3{font-size:19px;line-height:1.28;font-weight:900}.faq-list p,.process-row p,.service-card p,.solution-board p,.stack-grid p,.standard-gates p{margin-top:10px}.service-card ul{display:grid;grid-gap:8px;gap:8px;margin:18px 0 0;padding:0;list-style:none}.service-card li{color:#334155;font-size:14px;font-weight:700}.service-card li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--mint);vertical-align:1px}.grid-footer-line{margin-top:22px;color:var(--ink);font-weight:900}.economics-grid,.standard-grid{display:grid;align-items:center;grid-gap:44px;gap:44px}.standard-grid{grid-template-columns:1fr}.standard-grid>div:first-child{max-width:760px}.economics-grid{grid-template-columns:.95fr 1.05fr}.economics-punchline,.regulated-closer,.standard-closer{color:var(--ink);font-weight:900}.standard-gates{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.standard-gates article{display:flex;flex-direction:column;min-height:100%;padding:18px}.standard-gates span{display:inline-block;margin-bottom:12px;color:var(--blue);font-weight:900}.standard-gates p{font-size:13px;line-height:1.55}.standard-gates strong{display:block;margin-top:auto;padding-top:16px;color:var(--ink);font-size:13px;line-height:1.35}.solutions-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;grid-gap:48px;gap:48px}.solutions-grid .btn{margin-top:26px}.solution-board{display:grid;grid-gap:16px;gap:16px}.solution-board article{padding:24px}.solution-board article:nth-child(2){margin-left:42px}.solution-board article:nth-child(3){margin-left:84px}.regulated-board article,.regulated-board article:nth-child(2),.regulated-board article:nth-child(3){margin-left:0}.video-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;grid-gap:46px;gap:46px}.video-frame{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow)}.video-frame img{width:100%;aspect-ratio:16/11;object-fit:cover}.play-button{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 18px 45px rgba(15,23,42,.22)}.play-button span{width:0;height:0;margin-left:5px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid var(--blue-dark)}.process-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:28px}.process-row article{padding:18px}.process-row span{display:inline-block;margin-bottom:12px;color:var(--blue);font-weight:900}.process-row h3{font-size:17px}.process-row p{font-size:13px;line-height:1.55}.stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.stack-grid article{padding:20px}.stack-grid p{font-size:14px}.industry-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.contact{padding-top:40px}.contact-panel{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:44px;gap:44px;padding:44px;border-radius:24px;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(7,89,133,.86)),url(/assets/images/contact-form-bg.png) 50% /cover}.contact-panel .eyebrow,.contact-panel h2,.contact-panel>div>p{color:#fff}.contact-panel>div>p{opacity:.82}.contact-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.contact-chips span{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;padding:22px;border:1px solid rgba(255,255,255,.35);border-radius:var(--radius);background:rgba(255,255,255,.95);box-shadow:0 18px 50px rgba(0,0,0,.18)}.contact-form label{display:grid;grid-gap:7px;gap:7px}.contact-form .full-field,.contact-form button{grid-column:span 2}.contact-form span{color:#263349;font-size:13px;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#f8fbff;color:var(--ink);padding:13px 14px;outline:none}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(14,165,233,.14)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:40px;gap:40px}.faq-list{display:grid;grid-gap:12px;gap:12px}.faq-list details{padding:18px 20px}.faq-list summary{cursor:pointer;color:var(--ink);font-weight:900}.site-footer{padding:50px 0 24px;background:#0b1220}.site-footer,.site-footer .brand-subtitle,.site-footer a,.site-footer p{color:#dce6f5}.site-footer .brand-name{color:#fff}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-gap:30px;gap:30px}.footer-grid nav{display:flex;flex-wrap:wrap;gap:12px 20px}.footer-grid a{font-size:14px;font-weight:700}.footer-contact{justify-self:end;text-align:right}.footer-bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.footer-bottom p{font-size:13px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-highlight-grid article,.hero-product-card,.hero-product-card img,.hero-showcase:before{animation:none}}@media (max-width:1080px){.header-cta{display:none}.contact-panel,.economics-grid,.faq-grid,.hero-grid,.solutions-grid,.video-grid{grid-template-columns:1fr}.hero-showcase{min-height:auto}.solution-board article:nth-child(2),.solution-board article:nth-child(3){margin-left:0}.standard-gates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.container{width:min(100% - 32px,1160px)}.section-shell{padding:56px 0}.nav-toggle{display:block}.site-nav{position:fixed;inset:72px 0 auto 0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 22px;border-bottom:1px solid var(--line);background:#fff}.site-nav.is-open{display:flex}.site-nav a{padding:15px 0;border-bottom:1px solid var(--line)}.hero{min-height:auto;padding:54px 0}.hero-copy h1{font-size:clamp(34px,9vw,46px)}.footer-grid,.hero-product-card,.hero-proof,.service-grid,.stack-grid{grid-template-columns:1fr}.hero-product-card img{height:220px}.process-row{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-contact{justify-self:start;text-align:left}}@media (max-width:560px){p{font-size:14px}.container{width:min(100% - 28px,1160px)}.brand-name{font-size:21px}.brand-subtitle{font-size:9px}.hero-kicker{font-size:16px}.contact-form,.contact-form .full-field,.contact-form button,.contact-form label,.hero-actions{grid-template-columns:1fr;grid-column:span 1}.btn,.hero-actions{width:100%}.hero-showcase{min-height:auto}.hero-highlight-grid{grid-template-columns:1fr}.contact-panel{padding:24px}.contact-panel h2,.economics-grid h2,.section-heading h2,.solutions-grid h2,.standard-grid h2,.video-grid h2{font-size:27px}.process-row,.standard-gates{grid-template-columns:1fr}}