*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;font-family:DM Sans,system-ui,sans-serif;font-size:1rem;line-height:1.6;color:var(--ink, #141414);background:var(--bg, #fafaf9);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}:root{--sapphire: #0047ab;--sapphire-deep: #003580;--sapphire-bright: #1a6fd4;--gold: #daa520;--gold-deep: #b8860b;--gold-soft: #faf6eb;--gold-glow: rgba(218, 165, 32, .2);--bg: #f8f9fb;--surface: #ffffff;--ink: #0f172a;--muted: #64748b;--accent: var(--sapphire);--accent-hover: var(--sapphire-deep);--accent-soft: #e8eef8;--accent-glow: rgba(0, 71, 171, .22);--border: #e2e8f0;--radius: 16px;--radius-sm: 10px;--radius-lg: 22px;--max: 1140px;--font-display: "Syne", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--shadow: 0 1px 3px rgba(15, 23, 42, .06);--shadow-lg: 0 20px 50px -12px rgba(15, 23, 42, .12)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app{overflow-x:hidden;background:var(--bg)}h1,h2,.section-title,.stats__value,.hero-visual__title{font-family:var(--font-display)}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.section--narrow .container{max-width:36rem}.text-ink{color:var(--ink);font-weight:600}.text-muted{color:var(--muted);margin:0}.link-accent{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:3px}.link-accent:hover{color:var(--sapphire-bright)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.section{padding:clamp(3rem,7vw,5rem) 0}.section--surface{background:var(--surface);border-block:1px solid var(--border)}.section-title{font-size:clamp(1.6rem,3.5vw,2.15rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 .65rem;color:var(--ink)}.section-lead{font-size:1.05rem;color:var(--muted);max-width:38rem;margin:0 0 2rem;line-height:1.65}.site-header{position:sticky;top:0;z-index:100;background:#fafaf9e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;gap:1rem}.logo{display:flex;align-items:center;gap:.65rem;color:var(--ink);text-decoration:none}.logo--lockup{gap:0}.logo__img{display:block;height:48px;width:auto;max-width:min(240px,52vw);object-fit:contain}.logo__img--footer{height:52px;max-width:260px}.nav{display:none;align-items:center;gap:1.5rem}@media(min-width:1024px){.nav{display:flex}}.nav a{font-size:.9rem;font-weight:500;color:var(--muted);transition:color .2s}.nav a:hover{color:var(--ink)}.nav__actions{display:flex;align-items:center;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.15rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;border:none;transition:transform .15s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 8px 24px var(--accent-glow)}.btn--secondary{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.btn--secondary:hover{border-color:#d6d3d1;background:var(--bg)}.btn--ghost{background:transparent;color:var(--muted)}.btn--ghost:hover{color:var(--ink)}.btn--ghost-on-dark{background:transparent;color:#e7e5e4;border:1px solid rgba(255,255,255,.2)}.btn--ghost-on-dark:hover{background:#ffffff14;color:#fff}.btn--block{width:100%}.mobile-nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;transition:background .2s ease,border-color .2s ease}.mobile-nav-toggle:hover{background:var(--accent-soft);border-color:#0047ab33}.mobile-nav-toggle__bar{display:block;width:20px;height:2px;border-radius:1px;background:currentColor;transition:transform .25s ease,opacity .2s ease,margin .25s ease}.mobile-nav-toggle--open .mobile-nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-nav-toggle--open .mobile-nav-toggle__bar:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-nav-toggle--open .mobile-nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:1024px){.mobile-nav-toggle{display:none}}.mobile-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.mobile-drawer-layer>*{pointer-events:auto}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:mobile-backdrop-in .25s ease forwards}.mobile-drawer{position:absolute;top:0;right:0;bottom:0;width:min(100%,380px);max-width:100vw;background:var(--surface);box-shadow:-12px 0 40px #0f172a1f;display:flex;flex-direction:column;animation:mobile-drawer-in .3s cubic-bezier(.22,1,.36,1) forwards;border-left:1px solid var(--border)}@keyframes mobile-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-drawer-in{0%{transform:translate(100%);opacity:.96}to{transform:translate(0);opacity:1}}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-drawer__title{margin:0;font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.mobile-drawer__close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;transition:background .2s ease,color .2s ease}.mobile-drawer__close:hover{background:var(--bg);color:var(--ink)}.mobile-drawer__nav{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:.75rem 0;-webkit-overflow-scrolling:touch}.mobile-drawer__link{display:block;padding:1rem 1.25rem;font-size:1.05rem;font-weight:600;color:var(--ink);border-bottom:1px solid var(--border);transition:background .15s ease}.mobile-drawer__link:hover,.mobile-drawer__link:focus-visible{background:var(--accent-soft);outline:none}.mobile-drawer__link:active{background:#0047ab1f}.mobile-drawer__actions{flex-shrink:0;padding:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.65rem;background:linear-gradient(180deg,var(--bg) 0%,var(--surface) 100%)}@media(max-width:1023px){.hidden-mobile{display:none!important}}.hero{padding:clamp(2.5rem,6vw,4rem) 0 clamp(3rem,8vw,5rem);position:relative}.hero__layout{display:grid;gap:3rem;align-items:center}@media(min-width:960px){.hero__layout{grid-template-columns:1fr 1fr;gap:3rem 4rem}}.hero__eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin:0 0 1rem}.hero__content h1{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;margin:0 0 1.25rem;color:var(--ink)}.hero__lead{font-size:1.125rem;color:var(--muted);margin:0 0 1.75rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero__note{font-size:.9rem;color:var(--muted);margin:0;line-height:1.55;max-width:32rem}.hero-animate-1{animation:rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.05s}.hero-animate-2{animation:rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.12s}.hero-animate-3{animation:rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.2s}.hero-animate-4{animation:rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.28s}.hero-animate-5{animation:rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.36s}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-visual{position:relative;min-height:320px;animation:rise .85s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.18s}.hero-visual__frame{position:relative;height:100%;min-height:320px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);overflow:hidden}.hero-visual__mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 85% 15%,rgba(0,71,171,.12) 0%,transparent 50%),radial-gradient(ellipse 55% 45% at 12% 88%,rgba(218,165,32,.1) 0%,transparent 45%),linear-gradient(165deg,#f8f9fb,#fff);pointer-events:none}.hero-visual__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 100%);mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 100%);pointer-events:none}.hero-visual__chrome{position:absolute;top:0;left:0;right:0;height:40px;border-bottom:1px solid var(--border);background:#fff9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-visual__chrome:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:52px;height:12px;background:repeating-linear-gradient(90deg,#d6d3d1 0,#d6d3d1 8px,transparent 8px,transparent 14px);border-radius:4px;opacity:.7}.hero-visual__card{position:absolute;border-radius:var(--radius-sm);background:#ffffffeb;border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-visual__card--main{left:8%;top:22%;padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;max-width:220px;animation:float-soft 5s ease-in-out infinite}.hero-visual__pill{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-deep)}.hero-visual__title{font-size:1.15rem;font-weight:700;color:var(--ink);letter-spacing:-.03em}.hero-visual__meta{font-size:.78rem;color:var(--muted)}.hero-visual__card--stack{right:10%;bottom:16%;padding:.65rem .85rem;display:flex;flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--ink);animation:float-soft 5s ease-in-out infinite .8s}.hero-visual__card--stack span:not(:last-child){padding-bottom:.35rem;border-bottom:1px solid var(--border)}.hero-visual__ring{position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid rgba(0,71,171,.2);right:-40px;top:35%;pointer-events:none}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.stats{padding:0 0 2.5rem}.stats__row{display:grid;gap:1.5rem;padding:1.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@media(min-width:720px){.stats__row{grid-template-columns:repeat(3,1fr);gap:2rem}}.stats__item{display:flex;flex-direction:column;gap:.25rem}.stats__value{font-size:1.05rem;font-weight:700;color:var(--ink);letter-spacing:-.03em}.stats__label{font-size:.88rem;color:var(--muted)}.grid-3{display:grid;gap:1.15rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card-pillar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;height:100%;transition:border-color .25s ease,box-shadow .25s ease}.card-pillar:hover{border-color:#d6d3d1;box-shadow:var(--shadow-lg)}.card-pillar__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,var(--accent-soft) 0%,#fff 100%);color:var(--sapphire);border:1px solid rgba(0,71,171,.12);display:grid;place-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700}.card-pillar h3{font-size:1.05rem;font-weight:700;margin:0 0 .45rem;letter-spacing:-.02em;color:var(--ink)}.card-pillar p{margin:0;font-size:.92rem;color:var(--muted);line-height:1.58}.grid-2-4{display:grid;gap:1rem}@media(min-width:640px){.grid-2-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid-2-4{grid-template-columns:repeat(4,1fr)}}.card-mini{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;height:100%;transition:box-shadow .2s ease}.card-mini:hover{box-shadow:var(--shadow)}.card-mini h3{font-size:.95rem;font-weight:700;margin:0 0 .4rem;color:var(--ink)}.card-mini p{margin:0;font-size:.86rem;color:var(--muted);line-height:1.55}.products__grid{display:grid;gap:1.15rem}@media(min-width:900px){.products__grid{grid-template-columns:1.25fr .85fr;align-items:stretch}}.product-featured{background:linear-gradient(155deg,var(--accent-soft) 0%,var(--surface) 50%,var(--gold-soft) 100%);border:1px solid rgba(0,71,171,.15);border-radius:var(--radius);padding:2rem;position:relative;overflow:hidden}.product-featured:after{content:"";position:absolute;width:220px;height:220px;right:-70px;top:-70px;background:radial-gradient(circle,rgba(0,71,171,.1) 0%,transparent 68%);pointer-events:none}.product-featured__badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-deep);margin-bottom:.6rem;position:relative;z-index:1}.product-featured h3{font-family:var(--font-display);font-size:1.45rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.03em;position:relative;z-index:1;color:var(--ink)}.product-featured p,.product-featured ul{position:relative;z-index:1}.product-featured p{color:var(--muted);margin:0 0 1.15rem;line-height:1.62}.product-featured ul{margin:0 0 1.25rem;padding-left:1.1rem;color:var(--muted);line-height:1.6}.product-more{background:var(--bg);border:1px dashed #d6d3d1;border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.product-more h3{font-family:var(--font-display);font-size:1.05rem;margin:0 0 .4rem;color:var(--ink)}.product-more p{color:var(--muted);margin:0 0 1rem;font-size:.94rem;line-height:1.55}.integration{background:linear-gradient(180deg,var(--accent-soft) 0%,var(--gold-soft) 55%,var(--bg) 100%);border-block:1px solid var(--border)}.integration__box{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}@media(min-width:768px){.integration__box{flex-direction:row;align-items:center;justify-content:space-between}}.integration__title{font-family:var(--font-display);margin:0 0 .4rem;font-size:1.3rem;font-weight:700;letter-spacing:-.03em;color:var(--ink)}.integration p{margin:0;color:var(--muted);max-width:32rem;line-height:1.6;font-size:.98rem}.quote{text-align:center;max-width:40rem;margin-inline:auto}.quote blockquote{margin:0;font-size:clamp(1.05rem,2.2vw,1.3rem);line-height:1.55;color:var(--ink);font-style:italic}.quote cite{display:block;margin-top:1.25rem;font-size:.9rem;font-style:normal;color:var(--muted)}.quote cite strong{color:var(--ink);display:block;margin-bottom:.2rem}.cta-bottom{background:#1c1917;color:#e7e5e4;text-align:center;padding:clamp(3rem,7vw,4.5rem) 0}.cta-bottom__inner{max-width:36rem;margin-inline:auto}.cta-bottom h2{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2rem);margin:0 0 .65rem;letter-spacing:-.03em;color:#fafaf9}.cta-bottom p{color:#a8a29e;margin:0 0 1.5rem;line-height:1.6;font-size:1rem}.cta-bottom__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cta-bottom .btn--primary{background:#fff;color:var(--ink);box-shadow:none}.cta-bottom .btn--primary:hover{background:#f5f5f4;box-shadow:none}.site-footer{background:var(--surface);color:var(--muted);padding:2.5rem 0 1.25rem;font-size:.88rem;border-top:1px solid var(--border)}.site-footer a:hover{color:var(--sapphire)}.footer-grid{display:grid;gap:1.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}}.footer-brand .logo{margin-bottom:.5rem}.footer-brand p{margin:0;max-width:17rem;line-height:1.55}.footer-col h4{color:var(--ink);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:.4rem}.footer-bottom{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;font-size:.82rem}.footer-social{display:flex;gap:1rem}.page{padding-bottom:clamp(2.5rem,6vw,4rem)}.page-hero{padding:clamp(2rem,5vw,3.25rem) 0 2rem;border-bottom:1px solid var(--border);background:var(--surface)}.page-hero__eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-deep);margin:0 0 .75rem}.page-hero__title{font-family:var(--font-display);font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;letter-spacing:-.04em;margin:0 0 .75rem;color:var(--ink);line-height:1.12}.page-hero__lead{font-size:1.05rem;color:var(--muted);max-width:40rem;margin:0;line-height:1.65}.section--tight{padding-top:0}.contact-layout{display:grid;gap:2.5rem;padding:clamp(2rem,5vw,3rem) 0 0}@media(min-width:900px){.contact-layout{grid-template-columns:1fr minmax(220px,280px);align-items:start;gap:3rem}}.contact-aside{padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg)}.contact-aside__title{font-family:var(--font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:1.25rem 0 .35rem}.contact-aside__title:first-child{margin-top:0}.contact-aside p{margin:0;font-size:.95rem;line-height:1.5}.contact-form__row{display:grid;gap:1rem}@media(min-width:640px){.contact-form__row{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.88rem;font-weight:600;color:var(--ink)}.input{width:100%;padding:.65rem .85rem;font:inherit;font-size:.95rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:#0047ab73;box-shadow:0 0 0 3px #0047ab1f}.input--error{border-color:#b91c1c}textarea.input{resize:vertical;min-height:120px}.form-error{font-size:.82rem;color:#b91c1c}.form-banner{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.9rem}.form-banner--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.contact-form__actions{margin-top:.5rem}.contact-form__note{margin-top:1.25rem;font-size:.88rem}.form-success{padding:2rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--accent-soft);text-align:center}.form-success__title{font-family:var(--font-display);font-size:1.35rem;margin:0 0 .5rem;color:var(--ink)}.form-success__text{color:var(--muted);margin:0 0 1.25rem;line-height:1.55;font-size:.95rem}.form-success__code{font-size:.8rem;padding:.15rem .35rem;border-radius:4px;background:#0000000f;font-family:ui-monospace,monospace}.team-grid{display:grid;gap:1.25rem}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;height:100%;transition:box-shadow .25s ease}.team-card:hover{box-shadow:var(--shadow-lg)}.team-card__avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(145deg,var(--accent-soft) 0%,var(--gold-soft) 100%);border:1px solid var(--border);display:grid;place-items:center;font-family:var(--font-display);font-size:.85rem;font-weight:800;color:var(--sapphire-deep);margin-bottom:1rem}.team-card__name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;margin:0 0 .25rem;color:var(--ink);letter-spacing:-.02em}.team-card__role{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-deep);margin:0 0 .65rem}.team-card__bio{margin:0;font-size:.9rem;color:var(--muted);line-height:1.55}
