:root {
  --blue: #0b5cff;
  --blue-dark: #0747c8;
  --ink: #0a1830;
  --text: #43516a;
  --muted: #6f7d94;
  --line: #dce4ef;
  --soft: #f4f7fb;
  --white: #fff;
  --navy: #07162f;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,228,239,.85); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 42px; height: 42px; border-radius: 10px; object-fit: cover; box-shadow: 0 8px 24px rgba(52,83,143,.22); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 1.2rem; letter-spacing: -.035em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #445168; font-size: .92rem; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 10px 17px; color: var(--blue); border: 1px solid #bad0ff; border-radius: 10px; background: #f7faff; }
.nav-cta:hover { background: #edf4ff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fbfdff 0%, #f4f8ff 55%, #eef4ff 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -300px; top: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(11,92,255,.16), rgba(11,92,255,0) 70%); }
.hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(77,111,166,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(77,111,166,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-layout { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 84px; align-items: center; padding-block: 94px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: var(--blue); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 760; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--text); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 21px; border-radius: 11px; font-size: .93rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(11,92,255,.23); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 32px rgba(11,92,255,.3); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.button-secondary:hover { background: white; }
.trust-line { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.trust-icon { display: grid; place-items: center; width: 21px; height: 21px; color: var(--blue); border: 1px solid #b9ceff; border-radius: 50%; background: white; font-size: .7rem; }
.ecosystem { padding: 22px; border: 1px solid rgba(181,202,237,.85); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 24px 80px rgba(21,58,116,.12); backdrop-filter: blur(8px); }
.ecosystem-topline, .ecosystem-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ecosystem-topline { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: #18804f; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #20b36b; box-shadow: 0 0 0 5px rgba(32,179,107,.1); }
.ecosystem-stage { position: relative; min-height: 345px; overflow: hidden; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed #cad7eb; border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 230px; height: 230px; }
.orbit-two { width: 360px; height: 360px; opacity: .65; }
.ecosystem-core { position: absolute; left: 50%; top: 50%; width: 118px; height: 118px; display: grid; place-items: center; align-content: center; transform: translate(-50%,-50%); color: white; border-radius: 50%; background: #4d6cad; box-shadow: 0 20px 45px rgba(77,108,173,.34); }
.ecosystem-core img { display: block; width: 40px; height: 50px; object-fit: cover; background: #4d6cad; }
.ecosystem-core small { margin-top: 7px; font-size: .61rem; line-height: 1.25; text-align: center; text-transform: uppercase; letter-spacing: .1em; opacity: .78; }
.eco-node { position: absolute; min-width: 138px; padding: 11px 14px; border: 1px solid #d6e1f1; border-radius: 12px; background: white; box-shadow: 0 10px 24px rgba(26,57,105,.09); }
.eco-node b, .eco-node span { display: block; }
.eco-node b { font-size: .76rem; line-height: 1.3; }
.eco-node span { color: var(--muted); font-size: .64rem; }
.node-one { left: 3%; top: 19%; }.node-two { right: 2%; top: 20%; }.node-three { right: 4%; bottom: 13%; }.node-four { left: 4%; bottom: 12%; }
.ecosystem-footer { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.ecosystem-footer strong { color: var(--ink); }
.section { padding-block: 104px; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.section h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.05em; }
.about-content > p { color: var(--text); font-size: 1rem; }
.about-content .about-lead { margin-top: 0; color: var(--ink); font-size: 1.3rem; line-height: 1.55; letter-spacing: -.018em; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.principles > div { padding-top: 20px; border-top: 2px solid var(--line); }
.principles span { display: block; margin-bottom: 21px; color: var(--blue); font-size: .75rem; font-weight: 800; }
.principles strong { font-size: .92rem; }
.principles p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.journey { overflow: hidden; background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%); border-top: 1px solid var(--line); }
.journey-heading { margin-bottom: 68px; }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.journey-track::before { content: ""; position: absolute; left: 4%; right: 4%; top: -22px; height: 1px; background: linear-gradient(90deg, #9ec0ff, #0b5cff, #7257d9); }
.journey-step { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 24px 20px 22px; border: 1px solid #d5e1f2; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 12px 32px rgba(22,54,102,.06); }
.journey-step::before { content: ""; position: absolute; left: 22px; top: -27px; width: 10px; height: 10px; border: 4px solid #eff5ff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px #8eb4fb; }
.journey-meta { display: flex; gap: 10px; margin-bottom: 28px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-meta span { color: var(--blue); }
.journey-step h3 { margin: 0 0 12px; font-size: 1.15rem; line-height: 1.25; letter-spacing: -.025em; }
.journey-step p { margin: 0 0 22px; color: var(--text); font-size: .82rem; line-height: 1.62; }
.journey-step > strong { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-size: .75rem; }
.journey-principle { display: grid; grid-template-columns: auto auto 1fr; gap: 10px 16px; align-items: center; margin-top: 30px; padding: 24px 28px; border: 1px solid #bcd1f5; border-radius: 15px; background: white; }
.journey-principle span { color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-principle strong { font-size: 1.05rem; }
.journey-principle p { justify-self: end; max-width: 590px; margin: 0; color: var(--text); font-size: .84rem; text-align: right; }
.platforms { background: var(--soft); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading > p { max-width: 510px; margin: 0 0 4px; color: var(--text); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #acc6f7; box-shadow: 0 18px 40px rgba(18,53,104,.1); }
.product-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, #1267ff, #0647c5); box-shadow: 0 18px 40px rgba(11,92,255,.19); }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; }
.product-code { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: white; background: #1768f5; font-size: .76rem; font-weight: 850; letter-spacing: .04em; }
.featured .product-code { color: var(--blue); background: white; }
.product-code.violet { background: #6d4bea; }.product-code.cyan { background: #008aa8; }.product-code.orange { background: #e56b17; }.product-code.green { background: #188a5a; }.product-code.navy { background: #183968; }.product-code.red { background: #d74747; }.product-code.gold { background: #a96b00; }
.product-logo { display: grid; place-items: center; width: 58px; height: 58px; padding: 7px; overflow: hidden; border: 1px solid #dce5f2; border-radius: 14px; background: white; box-shadow: 0 7px 20px rgba(22,54,102,.08); }
.product-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.featured .product-logo { border-color: rgba(255,255,255,.5); box-shadow: 0 8px 20px rgba(5,42,110,.2); }
.arrow { color: #8c9ab0; font-size: 1.15rem; }.featured .arrow { color: rgba(255,255,255,.75); }
.product-type { margin: 0 0 9px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.featured .product-type { color: rgba(255,255,255,.7); }
.product-card h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.035em; }
.product-card p:last-child { margin: 11px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.62; }.featured p:last-child { color: rgba(255,255,255,.77); }
.capabilities { background: white; }
.capability-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; padding: 70px; border-radius: 28px; color: white; background: var(--navy); box-shadow: 0 24px 70px rgba(7,22,47,.17); }
.eyebrow.light { color: #74a7ff; }
.capability-copy > p:last-child { max-width: 430px; margin-top: 24px; color: #aebbd0; }
.capability-list { border-top: 1px solid rgba(255,255,255,.16); }
.capability-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.capability-list article > span { color: #6fa3ff; font-size: .72rem; font-weight: 800; }
.capability-list h3 { margin: 0 0 6px; font-size: 1.05rem; }
.capability-list p { margin: 0; color: #aebbd0; font-size: .84rem; }
.careers { padding-top: 0; background: white; }
.careers-shell { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; padding: 58px 64px; border: 1px solid #cddcf2; border-radius: 24px; background: linear-gradient(135deg, #f8fbff, #eef4ff); }
.careers-shell h2 { max-width: 720px; font-size: clamp(2rem, 4vw, 3rem); }
.careers-copy > p:last-child, .careers-action p { color: var(--text); }
.careers-copy > p:last-child { max-width: 690px; margin: 18px 0 0; }
.careers-action { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.careers-action p { margin: 0; }
.contact { padding-top: 0; }
.contact-card { display: flex; justify-content: space-between; align-items: center; gap: 60px; padding: 58px 64px; border: 1px solid #cddcf2; border-radius: 24px; background: linear-gradient(135deg, #f8fbff, #eef4ff); }
.contact-card h2 { max-width: 720px; font-size: clamp(2rem, 4vw, 3rem); }
.contact-card p:not(.eyebrow) { margin: 18px 0 0; color: var(--text); }
.contact-actions { min-width: 265px; display: flex; flex-direction: column; align-items: stretch; gap: 15px; text-align: center; }
.phone-link { color: var(--text); font-size: .9rem; font-weight: 700; }.phone-link:hover { color: var(--blue); }
.site-footer { padding: 70px 0 26px; color: #b1bed1; background: #061226; }
.site-footer .brand-logo { box-shadow: none; }.site-footer .brand-copy strong { color: white; }.site-footer .brand-copy small { color: #8291a8; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .8fr 1.15fr; gap: 54px; padding-bottom: 58px; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; font-size: .87rem; }
.footer-block { display: flex; flex-direction: column; gap: 9px; font-style: normal; font-size: .82rem; line-height: 1.65; }
.footer-block strong { margin-bottom: 8px; color: white; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }.footer-block a:hover { color: white; }
.footer-legal { display: grid; grid-template-columns: 1.1fr 1.5fr auto; gap: 28px; align-items: center; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .76rem; }
.registration-details, .policy-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.registration-details span + span { position: relative; }
.registration-details span + span::before { content: ""; position: absolute; left: -10px; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #718098; }
.policy-links a, .social-link { transition: color .2s ease; }
.policy-links a:hover, .social-link:hover { color: white; }
.social-links { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.social-link { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; white-space: nowrap; }
.social-link span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; color: white; font-size: .7rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); font-size: .75rem; }.footer-bottom a:hover { color: white; }
.back-to-top { cursor: pointer; }
.legal-hero { padding: 72px 0 54px; background: linear-gradient(135deg, #fbfdff 0%, #f2f7ff 100%); border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { margin-bottom: 14px; }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; }
.legal-hero .container > p:not(.eyebrow) { max-width: 700px; margin: 22px 0 0; color: var(--text); font-size: 1.05rem; }
.legal-hero .return-home { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--blue); font-size: .9rem; font-weight: 750; }
.legal-hero .return-home:hover { color: var(--blue-dark); }
.legal-hero .return-home span { font-size: 1.15rem; transition: transform .2s ease; }
.legal-hero .return-home:hover span { transform: translateX(-3px); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 106px; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.legal-nav strong { padding: 4px 8px 12px; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav a { padding: 10px 8px; border-radius: 8px; color: var(--text); font-size: .86rem; font-weight: 650; }
.legal-nav a:hover, .legal-nav a.active { color: var(--blue); background: white; }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 105px; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin: 0 0 16px; font-size: 1.55rem; line-height: 1.25; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: var(--text); }
.legal-content p { margin: 0 0 14px; }
.legal-content ul { margin: 14px 0 0; padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; background: #f3f7ff; }
.legal-contact { font-style: normal; }
.legal-contact strong, .legal-contact span { display: block; }
.legal-contact strong { margin-bottom: 8px; color: var(--ink); }
:focus-visible { outline: 3px solid rgba(11,92,255,.35); outline-offset: 3px; }
@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 55px; padding-block: 76px; }.hero-copy { max-width: 760px; }.ecosystem { width: min(100%, 620px); }
  .about-grid, .section-heading, .capability-shell, .careers-shell { grid-template-columns: 1fr; gap: 44px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.capability-shell { padding: 52px; }
  .journey-heading { margin-bottom: 52px; }
  .journey-track { grid-template-columns: repeat(2, 1fr); }
  .journey-track::before { display: none; }
  .journey-step::before { display: none; }
  .journey-step { min-height: 260px; }
  .journey-principle { grid-template-columns: auto 1fr; }
  .journey-principle p { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .contact-card { align-items: flex-start; flex-direction: column; }.contact-actions { min-width: 0; width: min(100%, 320px); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid address { grid-column: 2 / 4; }
  .footer-legal { grid-template-columns: 1fr 1fr; }
  .social-links, .social-link { justify-content: flex-start; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }.header-inner { min-height: 70px; }.menu-toggle { display: block; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 18px 45px rgba(13,35,70,.14); }
  .site-nav.open { display: flex; }.site-nav a { padding: 12px 14px; }.nav-cta { margin-top: 4px; text-align: center; }
  .hero-layout { min-height: auto; padding-block: 64px; }.hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }.hero-lead { font-size: 1.02rem; }
  .ecosystem { padding: 18px; }.ecosystem-stage { min-height: 320px; }.orbit-two { width: 330px; height: 330px; }.eco-node { min-width: 96px; padding: 9px 11px; }
  .section { padding-block: 76px; }.principles { grid-template-columns: 1fr; }.principles > div { display: grid; grid-template-columns: 42px 1fr; gap: 0 12px; }
  .principles span { grid-row: 1 / 3; margin: 2px 0 0; }.principles p { margin-top: 4px; }.section-heading { margin-bottom: 38px; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-step { min-height: 0; }
  .journey-principle { grid-template-columns: 1fr; }
  .journey-principle p { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 250px; }.capability-shell { padding: 38px 26px; border-radius: 22px; }
  .careers-shell, .contact-card { padding: 38px 25px; border-radius: 18px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / 3; }.footer-grid address { grid-column: 1 / 3; }
  .footer-legal { grid-template-columns: 1fr; gap: 16px; }
  .legal-hero { padding: 54px 0 40px; }
  .legal-nav { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .brand-copy small { display: none; }.hero-actions .button { width: 100%; }.trust-line { align-items: flex-start; }
  .ecosystem-stage { min-height: 310px; }.ecosystem-core { width: 100px; height: 100px; }.orbit-one { width: 196px; height: 196px; }.orbit-two { width: 280px; height: 280px; }.eco-node { min-width: 112px; max-width: 128px; padding: 9px 10px; }.eco-node b { font-size: .68rem; }.eco-node span { font-size: .58rem; }
  .social-links { flex-direction: column; align-items: flex-start; gap: 10px; }
  .node-one, .node-four { left: 0; }.node-two, .node-three { right: 0; }.ecosystem-footer { align-items: flex-start; flex-direction: column; }.footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
