:root{--hj-primary: #0a2463;--hj-secondary: #1e3a5f;--hj-accent: #10b981;--hj-accent-alt: #06b6d4;--hj-bg: #ffffff;--hj-surface: #f5f7fa;--hj-surface-2: #eef3f7;--hj-section-services: #fbf8f3;--hj-section-about: #eaf2ff;--hj-section-process: #f3f5f9;--hj-section-tech: #f2fbf7;--hj-section-contact: #f0fbff;--hj-border: #e8ecef;--hj-text: #0b1220;--hj-muted: #4a6572;--hj-container: 1120px;--hj-radius-sm: 10px;--hj-radius-md: 14px;--hj-radius-lg: 18px;--hj-shadow-sm: 0 1px 2px rgba(2, 6, 23, .06);--hj-shadow-md: 0 10px 30px rgba(2, 6, 23, .08);--hj-shadow-lg: 0 24px 60px rgba(2, 6, 23, .12);font-family:Work Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;font-weight:400;color:var(--hj-text);background-color:var(--hj-bg);color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}*{box-sizing:border-box}:focus-visible{outline:3px solid color-mix(in srgb,var(--hj-accent-alt),white 20%);outline-offset:3px}.hj-container{width:min(var(--hj-container),calc(100% - 40px));margin-inline:auto}.hj-section{padding:clamp(56px,7vw,92px) 0}.hj-eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 40%);border-radius:999px;padding:8px 14px;font-size:13px;color:var(--hj-muted)}.hj-h1{margin:16px 0 0;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;letter-spacing:-.02em;font-weight:700;font-size:clamp(38px,4.6vw,56px);line-height:1.05;color:var(--hj-text)}.hj-h2{margin:0;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;letter-spacing:-.018em;font-weight:700;font-size:clamp(28px,3vw,38px);line-height:1.12;color:var(--hj-text)}.hj-lead{margin:14px 0 0;font-size:18px;color:var(--hj-muted);line-height:1.6}.hj-muted{color:var(--hj-muted)}.hj-grid{display:grid;gap:18px}.hj-card{border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);background:linear-gradient(180deg,#ffffff 0%,var(--hj-surface) 100%);box-shadow:var(--hj-shadow-sm)}.hj-card:hover{box-shadow:var(--hj-shadow-md)}.hj-badges{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}.hj-badge{border:1px solid var(--hj-border);border-radius:999px;padding:8px 12px;font-size:13px;background:color-mix(in srgb,var(--hj-surface),white 55%);color:var(--hj-muted);line-height:1}.hj-sr-only{border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:0ms!important;animation-duration:0ms!important}}.hj-app{background:var(--hj-bg);color:var(--hj-text)}.hj-skip{position:absolute;left:-999px;top:10px;background:var(--hj-text);color:#fff;padding:10px 14px;border-radius:10px;z-index:1000}.hj-skip:focus{left:16px}.hj-logo{display:inline-flex;align-items:center;gap:10px;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;letter-spacing:-.01em;font-weight:700}.hj-logo__mark{width:24px;height:24px;flex:none;filter:drop-shadow(0 10px 18px rgba(10,36,99,.14))}.hj-logo__text{font-size:16px;color:var(--hj-text)}.hj-nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,white,transparent 12%);border-bottom:1px solid var(--hj-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hj-nav__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.hj-nav__brand{display:inline-flex;align-items:center;gap:10px}.hj-nav__links{display:none;gap:18px;align-items:center}.hj-nav__link{font-size:14px;color:color-mix(in srgb,var(--hj-muted),var(--hj-text) 14%);padding:10px;border-radius:10px;transition:background .2s ease,color .2s ease}.hj-nav__link:hover{background:color-mix(in srgb,var(--hj-surface),white 50%);color:var(--hj-text)}.hj-nav__link.is-active{background:color-mix(in srgb,var(--hj-surface),white 50%);color:var(--hj-primary)}.hj-nav__cta{display:inline-flex;align-items:center;gap:12px}.hj-nav__menu{display:inline-flex;align-items:center;justify-content:center;height:42px;width:42px;border-radius:12px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 45%);cursor:pointer}.hj-burger{display:grid;gap:5px}.hj-burger span{display:block;width:18px;height:2px;background:var(--hj-text);border-radius:99px;transition:transform .2s ease,opacity .2s ease}.hj-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hj-burger.is-open span:nth-child(2){opacity:0}.hj-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hj-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-weight:700;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;letter-spacing:-.01em;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;white-space:nowrap}.hj-btn--md{height:44px;padding:0 16px;font-size:14px}.hj-btn--lg{height:52px;padding:0 18px;font-size:15px}.hj-btn--primary{background:linear-gradient(180deg,var(--hj-primary),color-mix(in srgb,var(--hj-primary),black 14%));color:#fff;box-shadow:0 12px 26px #0a24632e}.hj-btn--primary:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0a246338}.hj-btn--secondary{background:color-mix(in srgb,var(--hj-surface),white 45%);border-color:var(--hj-border);color:var(--hj-text)}.hj-btn--secondary:hover{border-color:color-mix(in srgb,var(--hj-primary),var(--hj-border) 40%)}.hj-btn--ghost{background:transparent;border-color:transparent;color:var(--hj-primary)}.hj-btn--ghost:hover{background:color-mix(in srgb,var(--hj-surface),white 60%)}.hj-btn__icon{width:18px;height:18px}.hj-mobile{position:fixed;inset:0;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:60}.hj-mobile.is-open{pointer-events:auto;opacity:1}.hj-mobile__backdrop{position:absolute;inset:0;border:0;background:#02061766}.hj-mobile__panel{position:relative;background:#fff;width:min(420px,100%);height:100%;padding:18px 18px 20px;border-right:1px solid var(--hj-border);box-shadow:var(--hj-shadow-lg)}.hj-mobile__top{display:flex;align-items:center;justify-content:space-between}.hj-mobile__close{height:42px;width:42px;border-radius:12px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 45%);cursor:pointer;display:grid;place-items:center}.hj-mobile__closeIcon{width:18px;height:18px}.hj-mobile__links{display:grid;gap:10px;margin-top:22px}.hj-mobile__link{padding:12px;border-radius:14px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 60%);color:var(--hj-text);font-weight:600}.hj-mobile__actions{display:grid;gap:10px;margin-top:18px}.hj-hero{padding:72px 0 clamp(56px,6vw,84px);background:radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--hj-accent-alt),white 70%),transparent 55%),radial-gradient(circle at 70% 0%,color-mix(in srgb,var(--hj-accent),white 78%),transparent 55%),linear-gradient(180deg,var(--hj-bg) 0%,var(--hj-surface) 100%);border-bottom:1px solid var(--hj-border)}.hj-dot{width:10px;height:10px;border-radius:99px;background:linear-gradient(180deg,var(--hj-accent-alt),var(--hj-accent));box-shadow:0 10px 20px #06b6d42e}.hj-hero__grid{display:grid;align-items:start;gap:26px}.hj-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hj-hero__proof{display:grid;gap:14px;margin-top:22px}.hj-proofItem{border:1px solid var(--hj-border);background:#ffffffb3;border-radius:var(--hj-radius-md);padding:14px}.hj-proofItem__title{font-weight:700;letter-spacing:-.01em}.hj-proofItem__desc{color:var(--hj-muted);margin-top:6px;font-size:14px}.hj-hero__visual{position:relative}.hj-visualCard{border:1px solid var(--hj-border);border-radius:22px;background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--hj-shadow-lg);overflow:hidden}.hj-visualCard__top{display:flex;justify-content:space-between;gap:10px;padding:18px;border-bottom:1px solid var(--hj-border);background:linear-gradient(90deg,#fff9,#f5f7fae6)}.hj-visualBadge{display:inline-flex;gap:10px;align-items:center;font-weight:700;letter-spacing:-.01em;color:var(--hj-primary)}.hj-visualBadge__icon{width:18px;height:18px}.hj-visualPill{font-size:13px;color:var(--hj-muted);border:1px solid var(--hj-border);padding:8px 10px;border-radius:999px;background:#ffffffb3;white-space:nowrap}.hj-visualGrid{display:grid;gap:12px;padding:16px 18px 18px}.hj-visualTile{border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:14px;background:linear-gradient(180deg,#ffffff 0%,var(--hj-surface) 100%)}.hj-visualTile__icon{width:20px;height:20px;color:var(--hj-accent-alt)}.hj-visualTile__title{margin-top:10px;font-weight:800;letter-spacing:-.01em}.hj-visualTile__desc{margin-top:6px;color:var(--hj-muted);font-size:14px}.hj-visualFooter{display:grid;grid-template-columns:1fr;gap:8px;border-top:1px solid var(--hj-border);padding:14px 18px 16px;background:linear-gradient(180deg,#f5f7fab3,#fffc)}.hj-visualMetric__k{font-size:12px;color:var(--hj-muted)}.hj-visualMetric__v{font-weight:800;letter-spacing:-.01em}.hj-heroGlow{position:absolute;inset:auto -40px -50px auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(16,185,129,.35),rgba(6,182,212,.18),transparent 70%);filter:blur(10px);pointer-events:none}.hj-sectionHeader{max-width:720px}.hj-sectionHeader.is-center{margin-inline:auto;text-align:center}.hj-services{display:grid;gap:18px;margin-top:28px}#services{background:radial-gradient(circle at 16% 14%,color-mix(in srgb,var(--hj-accent),white 82%),transparent 55%),radial-gradient(circle at 88% 8%,color-mix(in srgb,var(--hj-accent-alt),white 84%),transparent 54%),linear-gradient(180deg,var(--hj-section-services) 0%,#ffffff 100%);border-top:1px solid var(--hj-border);border-bottom:1px solid var(--hj-border)}.hj-serviceGroup{padding:18px;transition:box-shadow .2s ease}.hj-serviceGroup__head{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start}.hj-serviceGroup__icon{width:52px;height:52px;border-radius:16px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 60%);display:grid;place-items:center;color:var(--hj-primary)}.hj-serviceGroup__iconSvg{width:22px;height:22px}.hj-serviceGroup__title{margin:0;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-size:20px;letter-spacing:-.01em}.hj-serviceGroup__desc{margin:8px 0 0;color:var(--hj-muted)}.hj-serviceLines{display:grid;gap:12px;margin-top:16px}.hj-lineCard{border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:14px;background:color-mix(in srgb,var(--hj-surface),white 70%)}.hj-lineCard__title{font-weight:800;letter-spacing:-.01em}.hj-lineCard__desc{margin-top:8px;color:var(--hj-muted);font-size:14px}.hj-lineCard__bullets{margin:12px 0 0;padding-left:18px;color:color-mix(in srgb,var(--hj-muted),var(--hj-text) 15%);font-size:14px}.hj-lineCard__bullets li+li{margin-top:6px}.hj-about{background:radial-gradient(circle at 20% 15%,color-mix(in srgb,var(--hj-primary),white 90%),transparent 58%),radial-gradient(circle at 85% 0%,color-mix(in srgb,var(--hj-secondary),white 92%),transparent 60%),linear-gradient(180deg,var(--hj-section-about) 0%,#ffffff 100%)}.hj-about__grid{display:grid;gap:18px;align-items:start}.hj-about__p{margin:14px 0 0;color:var(--hj-muted);font-size:16px;line-height:1.7}.hj-about__signals{margin-top:18px;display:grid;gap:10px}.hj-signal{display:grid;grid-template-columns:26px 1fr;gap:12px;align-items:start;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:14px;background:#ffffffb3}.hj-signal__icon{width:22px;height:22px;color:var(--hj-accent)}.hj-signal__t{font-weight:800;letter-spacing:-.01em}.hj-signal__d{margin-top:6px;color:var(--hj-muted);font-size:14px}.hj-about__cards{display:grid;gap:12px}.hj-aboutCard{padding:18px}.hj-aboutCard__title{font-weight:900;letter-spacing:-.01em;font-size:16px}.hj-aboutCard__desc{margin-top:10px;color:var(--hj-muted);line-height:1.65}.hj-process{background:radial-gradient(circle at 15% 10%,color-mix(in srgb,var(--hj-accent),white 86%),transparent 62%),radial-gradient(circle at 85% 30%,color-mix(in srgb,var(--hj-secondary),white 92%),transparent 64%),linear-gradient(180deg,var(--hj-section-process) 0%,#ffffff 100%);border-top:1px solid var(--hj-border);border-bottom:1px solid var(--hj-border)}.hj-steps{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px;counter-reset:step}.hj-step{padding:16px}.hj-step__n{display:inline-flex;height:34px;width:48px;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--hj-border);background:color-mix(in srgb,var(--hj-surface),white 60%);color:var(--hj-primary);font-weight:900;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}.hj-step__t{margin-top:12px;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:900;letter-spacing:-.01em;font-size:18px}.hj-step__d{margin-top:8px;color:var(--hj-muted);line-height:1.65}.hj-tech__grid{display:grid;gap:18px;align-items:start}.hj-tech{background:radial-gradient(circle at 14% 0%,color-mix(in srgb,var(--hj-accent),white 86%),transparent 56%),radial-gradient(circle at 86% 10%,color-mix(in srgb,var(--hj-primary),white 94%),transparent 60%),linear-gradient(180deg,var(--hj-section-tech) 0%,#ffffff 100%);border-bottom:1px solid var(--hj-border)}.hj-tech__cards{display:grid;gap:12px}.hj-techCard{padding:18px}.hj-techCard__title{font-weight:900;letter-spacing:-.01em;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-size:16px}.hj-techCard__note{margin-top:14px;color:var(--hj-muted);font-size:14px;line-height:1.6}.hj-contact{background:radial-gradient(circle at 18% 20%,color-mix(in srgb,var(--hj-accent-alt),white 88%),transparent 58%),radial-gradient(circle at 82% 0%,color-mix(in srgb,var(--hj-accent),white 90%),transparent 58%),linear-gradient(180deg,var(--hj-section-contact) 0%,#ffffff 100%);border-top:1px solid var(--hj-border)}.hj-contact__grid{display:grid;gap:18px;align-items:start}.hj-contactCard{margin-top:18px;padding:16px}.hj-contactCard__row{display:grid;gap:8px}.hj-contactCard__label{font-size:13px;color:var(--hj-muted)}.hj-contactCard__value{font-weight:800;letter-spacing:-.01em;font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}.hj-contactCard__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hj-contactCard__hint{margin-top:12px;color:var(--hj-muted);font-size:13px}.hj-form{padding:18px}.hj-form__row{display:grid;gap:12px}.hj-field{display:grid;gap:8px}.hj-field__label{font-size:13px;color:var(--hj-muted);font-weight:600}.hj-input,.hj-textarea{border:1px solid var(--hj-border);border-radius:14px;padding:12px;font:inherit;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.hj-input:focus,.hj-textarea:focus{outline:none;border-color:color-mix(in srgb,var(--hj-accent-alt),var(--hj-border) 40%);box-shadow:0 0 0 4px color-mix(in srgb,var(--hj-accent-alt),white 78%)}.hj-textarea{resize:vertical}.hj-form__actions{margin-top:14px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.hj-form__note{color:var(--hj-muted);font-size:13px}.hj-footer{padding:44px 0;border-top:1px solid var(--hj-border);background:var(--hj-text);color:#ffffffeb}.hj-footer .hj-logo__text{color:#ffffffeb}.hj-footer__grid{display:grid;gap:18px;align-items:start}.hj-footer__muted{margin-top:10px;color:#ffffffb3;max-width:380px}.hj-footer__links{display:grid;gap:8px}.hj-footer__link{color:#ffffffd1}.hj-footer__link:hover{color:#fff}.hj-footer__bottom{display:grid;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#ffffffad;font-size:13px}@media(min-width:768px){.hj-nav__links{display:inline-flex}.hj-nav__menu{display:none}.hj-hero__grid{grid-template-columns:1.05fr .95fr;align-items:start}.hj-visualFooter{grid-template-columns:repeat(3,1fr);gap:14px}.hj-services{gap:22px}.hj-serviceLines{grid-template-columns:repeat(2,minmax(0,1fr))}.hj-about__grid{grid-template-columns:1.15fr .85fr;gap:22px}.hj-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hj-tech__grid{grid-template-columns:1.05fr .95fr;gap:22px}.hj-contact__grid{grid-template-columns:1fr 1fr;gap:22px}.hj-form__row{grid-template-columns:1fr 1fr}.hj-footer__grid{grid-template-columns:1fr auto;gap:22px}.hj-footer__links{grid-auto-flow:column;grid-auto-columns:max-content;gap:14px;align-items:center}.hj-footer__bottom{grid-template-columns:1fr auto;align-items:center}}@media(min-width:1200px){.hj-serviceLines{grid-template-columns:repeat(3,minmax(0,1fr))}}
