
@font-face { font-family: "Sora Variable"; font-style: normal; font-display: swap; font-weight: 100 800; src: url("/assets/fonts/sora-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter Variable"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("/assets/fonts/inter-latin-wght-normal.woff2") format("woff2-variations"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root {
  --navy: #011559;
  --navy-700: #0B2A8A;
  --navy-800: #07206F;
  --navy-900: #04103F;
  --navy-950: #020A2B;
  --ink: #0A1440;
  --text: #33405F;
  --muted: #5A6583;
  --faint: #8993AE;
  --blue: #0066FD;
  --blue-700: #0052D4;
  --blue-50: #EEF4FF;
  --blue-100: #DDE8FF;
  --cyan: #00B4FF;
  --cyan-50: #E5F6FF;
  --teal: #0FB5A6;
  --teal-50: #E4F8F5;
  --violet: #6B5CFF;
  --violet-50: #EFEDFF;
  --green: #0D8744;
  --line: #E1E7F4;
  --line-strong: #CBD4EA;
  --bg: #FFFFFF;
  --bg-soft: #F5F8FE;
  --bg-tint: #EDF2FD;
  --grad: linear-gradient(120deg, #0066FD 0%, #009DFF 60%, #00B4FF 100%);
  --grad-text: linear-gradient(100deg, #0052D4 0%, #0066FD 40%, #00A6F5 100%);
  --grad-deep: linear-gradient(135deg, #011559 0%, #06247F 50%, #0052D4 100%);
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-xs: 0 1px 2px rgb(1 21 89 / 6%);
  --shadow-sm: 0 1px 2px rgb(1 21 89 / 5%), 0 4px 14px -4px rgb(1 21 89 / 8%);
  --shadow: 0 18px 40px -18px rgb(1 21 89 / 22%), 0 3px 8px rgb(1 21 89 / 5%);
  --shadow-lg: 0 40px 80px -30px rgb(1 21 89 / 35%), 0 8px 20px -8px rgb(1 21 89 / 10%);
  --font-display: "Sora Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter Variable", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", "SFMono-Regular", Menlo, Consolas, monospace;
  --container: 1240px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(64px, 8.5vw, 116px);
  --header-h: 76px;
  --ease: cubic-bezier(.22, .8, .24, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg, video, canvas, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue); }
h1, h2, h3, h4, h5 { font-family: var(--font-display); color: var(--ink); margin: 0 0 .5em; line-height: 1.15; letter-spacing: -.02em; font-weight: 650; text-wrap: balance; }
h1 { font-size: clamp(2.2rem, 1.35rem + 3.3vw, 3.9rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 700; }
h2 { font-size: clamp(1.75rem, 1.2rem + 2vw, 2.75rem); letter-spacing: -.03em; }
h3 { font-size: 1.16rem; letter-spacing: -.01em; }
h4 { font-size: 1rem; letter-spacing: -.005em; }
p { margin: 0 0 1em; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.section-dark :focus-visible, .site-footer :focus-visible, .topbar :focus-visible { outline-color: var(--cyan); }
::selection { background: var(--blue-100); color: var(--ink); }
.i { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.container-wide { max-width: calc(1360px + var(--gutter) * 2); }
.container-narrow { max-width: calc(820px + var(--gutter) * 2); }
.mono { font-family: var(--font-mono); }
.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-dark .grad-text, .page-hero-dark .grad-text { background: linear-gradient(100deg, #6FC8FF 0%, #00B4FF 45%, #7FE3F5 100%); -webkit-background-clip: text; background-clip: text; }
.section { padding-block: var(--section); position: relative; }
.section-sm { padding-block: clamp(44px, 6vw, 72px); }
.section-soft { background: var(--bg-soft); }
.section-tint { background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-tint) 100%); }
.section-line { border-top: 1px solid var(--line); }
.section-dark { background: var(--navy-950); color: #B9C5E6; isolation: isolate; overflow: hidden; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .lead { color: #B9C5E6; }
.section-dark a:not(.btn) { color: #8FD6FF; }
.dark-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.dark-bg::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgb(143 200 255 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(143 200 255 / 7%) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 85%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 85%); }
.dark-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 400px at 85% 10%, rgb(0 102 253 / 32%), transparent 70%), radial-gradient(520px 380px at 5% 95%, rgb(0 180 255 / 18%), transparent 70%), radial-gradient(420px 300px at 50% 110%, rgb(107 92 255 / 16%), transparent 70%); }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 4.5vw, 56px); }
.section-head.is-center { margin-inline: auto; text-align: center; }
.section-head.is-center .eyebrow { justify-content: center; }
.section-head h2 { margin-bottom: .35em; }
.section-head .lead { margin: 0; }
.section-head-row { display: flex; gap: 24px 40px; align-items: end; justify-content: space-between; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head-row .section-head { margin-bottom: 0; }
.lead { font-size: clamp(1.04rem, .98rem + .3vw, 1.18rem); line-height: 1.65; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: var(--font-display); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-700); }
.apex-mark { width: 16px; height: 12px; flex: none; display: inline-block; vertical-align: middle; }
.apex-mark .apex-navy { fill: var(--navy); transition: fill .2s; }
.apex-mark .apex-cyan { fill: #007DFA; }
.eyebrow-light { color: #8FD6FF; }
.eyebrow-light .apex-mark .apex-navy, .section-dark .apex-mark .apex-navy { fill: #ffffff; }
.btn { --bh: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: var(--bh); padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-family: var(--font-display); font-weight: 600; font-size: .95rem; letter-spacing: -.005em; text-decoration: none; white-space: nowrap; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s, color .2s, border-color .2s; position: relative; isolation: isolate; }
.btn .i { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .i:last-child:not(:first-child) { transform: translateX(3px); }
.btn-sm { --bh: 42px; padding: 0 18px; font-size: .9rem; }
.btn-lg { --bh: 56px; padding: 0 28px; font-size: 1rem; }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px -10px rgb(0 102 253 / 60%), inset 0 1px 0 rgb(255 255 255 / 18%); overflow: hidden; }
.btn-primary::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad); opacity: 1; transition: opacity .25s; }
.btn-primary::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--navy); opacity: 0; transition: opacity .25s; }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgb(1 21 89 / 55%); }
.btn-primary:hover::after { opacity: 1; }
.btn-secondary { color: var(--ink); background: #fff; border-color: var(--line-strong); box-shadow: var(--shadow-xs); }
.btn-secondary:hover { color: var(--blue-700); border-color: var(--blue); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-navy { color: #fff; background: var(--navy); }
.btn-navy:hover { color: #fff; background: var(--navy-700); transform: translateY(-2px); }
.btn-light { color: var(--navy); background: #fff; }
.btn-light:hover { color: var(--blue-700); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgb(0 0 0 / 45%); }
.btn-outline-light { color: #fff; border-color: rgb(255 255 255 / 35%); background: rgb(255 255 255 / 6%); backdrop-filter: blur(6px); }
.btn-outline-light:hover { color: #fff; border-color: #fff; background: rgb(255 255 255 / 12%); transform: translateY(-2px); }
.btn-wa { color: #fff; background: var(--green); box-shadow: 0 10px 22px -12px rgb(13 135 68 / 70%); }
.btn-wa:hover { color: #fff; background: #0A6E37; transform: translateY(-2px); }
.btn-wa .i { width: 19px; height: 19px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: .94rem; color: var(--blue-700); text-decoration: none; }
.link-arrow .i { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.link-arrow:hover .i { transform: translateX(4px); }
.icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); transition: border-color .2s, color .2s, background-color .2s; }
.icon-btn:hover { border-color: var(--blue); color: var(--blue); }
.icon-btn .i { width: 20px; height: 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink); font-size: .84rem; font-weight: 500; line-height: 1.3; text-decoration: none; transition: border-color .2s, color .2s, background-color .2s; }
a.chip:hover { border-color: var(--blue); color: var(--blue-700); background: #fff; }
.chip .i { width: 15px; height: 15px; color: var(--blue); }
.chip-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--grad); }
.section-dark .chip { background: rgb(255 255 255 / 5%); border-color: rgb(255 255 255 / 12%); color: #DCE5FA; }
.section-dark a.chip:hover { border-color: var(--cyan); color: #fff; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-size: .74rem; font-weight: 600; letter-spacing: .02em; background: var(--blue-50); color: var(--blue-700); }
.tag-teal { background: var(--teal-50); color: #0A7A70; }
.tag-violet { background: var(--violet-50); color: #4B3DD6; }
.tag-navy { background: var(--navy); color: #fff; }
.topbar { background: var(--navy-950); color: #B6C3E6; font-size: .82rem; position: relative; z-index: 60; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar-msg { margin: 0; display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 500; letter-spacing: .06em; color: #fff; white-space: nowrap; }
.topbar-msg .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.topbar-links { display: flex; align-items: center; gap: 4px 20px; list-style: none; }
.topbar-links a, .topbar-links span { display: inline-flex; align-items: center; gap: 7px; color: #C9D4F0; text-decoration: none; white-space: nowrap; }
.topbar-links a:hover { color: #fff; }
.topbar-links .i { width: 15px; height: 15px; color: var(--cyan); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 88%); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgb(1 21 89 / 25%); }
.header-in { display: flex; align-items: center; gap: 20px; min-height: var(--header-h); }
.brand { display: block; flex: none; padding: 6px 0; border-radius: 8px; }
.brand img { height: 40px; width: auto; }
.nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-list > li { position: relative; }
.nav-list > li.has-menu { position: static; }
.nav-link { display: inline-flex; align-items: center; gap: 4px; height: 42px; padding: 0 11px; border: 0; border-radius: 10px; background: none; font-family: var(--font-body); font-size: .9rem; font-weight: 560; color: var(--ink); text-decoration: none; white-space: nowrap; transition: color .2s, background-color .2s; position: relative; }
.nav-link .i { width: 15px; height: 15px; transition: transform .25s; }
.nav-link:hover, .has-menu.is-open > .nav-link { color: var(--blue-700); background: var(--blue-50); }
.nav-link[aria-current="page"], .nav-link.is-active { color: var(--blue-700); }
.nav-link[aria-current="page"]::after, .nav-link.is-active::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 2px; height: 2px; border-radius: 2px; background: var(--grad); }
.has-menu.is-open > .nav-link .i { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-toggle { display: none; }
.menu-panel { position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line-strong); box-shadow: 0 24px 50px -15px rgb(1 21 89 / 18%); padding: 30px 0 24px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s .22s; z-index: 50; pointer-events: none; }
.menu-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.has-menu.is-open > .menu-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 320px); gap: 24px 36px; align-items: start; }
.mega-col h3 { margin: 0 0 10px; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); font-weight: 700; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.mega-col h3 a { color: inherit; text-decoration: none; display: inline-flex; gap: 6px; align-items: center; transition: color .2s; }
.mega-col h3 a:hover { color: var(--blue-700); }
.mega-col h3 a .i { width: 12px; height: 12px; transition: transform .2s; }
.mega-col h3 a:hover .i { transform: translateX(3px); }
.mega-col ul { list-style: none; display: grid; gap: 2px; }
.mega-col li a { display: flex; align-items: center; gap: 8px; padding: 6px 10px; margin-inline: -10px; border-radius: 8px; color: var(--ink); font-size: .9rem; line-height: 1.35; text-decoration: none; transition: background-color .15s, color .15s, transform .15s; }
.mega-col li a:hover { background: var(--blue-50); color: var(--blue-700); transform: translateX(3px); }
.mega-col li a .i { width: 16px; height: 16px; color: var(--blue); flex: none; }
.mega-cat { display: flex !important; align-items: center; gap: 10px; }
.mega-cat .i { width: 18px; height: 18px; color: var(--blue); flex: none; }
.mega-promo { border-radius: var(--radius); padding: 22px 20px; background: var(--grad-deep); color: #C9D6F7; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; box-shadow: 0 12px 30px -10px rgb(1 21 89 / 40%); }
.mega-promo::after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 150px; height: 150px; background: radial-gradient(circle, rgb(0 180 255 / 45%), transparent 70%); pointer-events: none; }
.mega-promo strong { font-family: var(--font-display); color: #fff; font-size: 1.05rem; line-height: 1.3; }
.mega-promo p { font-size: .86rem; line-height: 1.45; margin: 0; color: #B6C6EE; }
.mega-promo .btn { align-self: flex-start; margin-top: 6px; }
.mega-foot { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: .88rem; color: var(--muted); }
html.drawer-open, body.drawer-open { overflow: hidden !important; touch-action: none; }
.drawer { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; }
.drawer[hidden] { display: none !important; }
.drawer-scrim { position: absolute; inset: 0; background: rgb(2 10 43 / 60%); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); animation: fade .25s ease; }
.drawer-panel { position: relative; width: min(420px, 100%); height: 100%; height: 100dvh; max-height: 100dvh; background: #fff; display: flex; flex-direction: column; animation: slideIn .3s var(--ease); box-shadow: -12px 0 40px -10px rgb(1 21 89 / 30%); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); flex: none; background: #fff; }
.drawer-head img { height: 34px; width: auto; }
.drawer-close { width: 42px; height: 42px; }
.drawer-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 10px 16px 24px; overscroll-behavior: contain; }
.drawer-menu { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.drawer-menu > li { border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.drawer-menu > li:last-child { border-bottom: 0; }
.drawer-link, .drawer-body summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 10px 12px; border-radius: 10px; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink); text-decoration: none; list-style: none; cursor: pointer; transition: background-color .15s, color .15s; }
.drawer-link:hover, .drawer-body summary:hover { background: var(--bg-soft); color: var(--blue-700); }
.drawer-link.is-active, .drawer-body summary.is-active { color: var(--blue-700); background: var(--blue-50); }
.drawer-body summary::-webkit-details-marker { display: none; }
.drawer-body details[open] summary .i { transform: rotate(180deg); }
.drawer-body summary .i { transition: transform .25s; width: 18px; height: 18px; color: var(--faint); }
.drawer-body summary.is-active .i { color: var(--blue-700); }
.drawer-sub { list-style: none; padding: 4px 0 12px 14px; display: grid; gap: 2px; border-left: 2px solid var(--blue-100); margin: 2px 0 8px 12px; }
.drawer-sub a { display: block; min-height: 38px; line-height: 1.35; padding: 8px 12px; border-radius: 8px; color: var(--text); text-decoration: none; font-size: .92rem; font-weight: 500; transition: background-color .15s, color .15s, transform .15s; }
.drawer-sub a:hover { background: var(--bg-soft); color: var(--blue-700); transform: translateX(3px); }
.drawer-sub a.is-current { color: var(--blue-700); font-weight: 600; background: var(--blue-50); }
.drawer-sub .sub-head { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); padding: 10px 12px 4px; font-weight: 700; }
.drawer-foot { flex: none; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); display: grid; gap: 10px; background: var(--bg-soft); }
.drawer-foot .btn { width: 100%; }
.drawer-contact { display: flex; justify-content: space-between; gap: 10px; font-size: .84rem; flex-wrap: wrap; }
.drawer-contact a { color: var(--ink); text-decoration: none; display: inline-flex; gap: 6px; align-items: center; font-weight: 500; }
.drawer-contact .i { width: 15px; height: 15px; color: var(--blue); }
@keyframes fade { from { opacity: 0; } }
@keyframes slideIn { from { transform: translateX(100%); } }
.mobile-bar { display: none; }
@media (max-width: 768px) {
  .mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 75;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgb(255 255 255 / 96%);
    backdrop-filter: saturate(1.8) blur(16px);
    -webkit-backdrop-filter: saturate(1.8) blur(16px);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px -6px rgb(1 21 89 / 12%);
  }
  .mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .15s, background-color .15s;
  }
  .mobile-bar a:active { transform: scale(.97); }
  .mobile-bar .i { width: 16px; height: 16px; }
  .mb-call { color: var(--ink); background: var(--bg-soft); border: 1px solid var(--line); }
  .mb-call:hover { background: #fff; color: var(--blue-700); }
  .mb-wa { color: #fff; background: var(--green); box-shadow: 0 4px 12px -3px rgb(13 135 68 / 50%); }
  .mb-wa:hover { background: #0A6E37; }
  .mb-enq { color: #fff; background: var(--blue); box-shadow: 0 4px 12px -3px rgb(0 102 253 / 50%); }
  .mb-enq:hover { background: var(--navy); }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
}
.fab-wa {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px -6px rgb(13 135 68 / 65%);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  text-decoration: none;
}
.fab-wa:hover { transform: scale(1.08); color: #fff; box-shadow: 0 16px 34px -8px rgb(13 135 68 / 75%); }
.fab-wa .i { width: 28px; height: 28px; }
.fab-tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--navy-950);
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 550;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  box-shadow: var(--shadow-sm);
}
.fab-wa:hover .fab-tip { opacity: 1; transform: translateY(-50%) translateX(-4px); }
.to-top {
  position: fixed;
  right: 90px;
  bottom: 24px;
  z-index: 60;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s, visibility .25s, transform .25s, border-color .2s, color .2s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { border-color: var(--blue); color: var(--blue); }
.to-top .i { width: 18px; height: 18px; }
@media (max-width: 768px) {
  .fab-wa { display: none; }
  .to-top {
    right: 16px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 14px rgb(1 21 89 / 15%);
  }
}
.search-dialog {
  border: 0;
  padding: 0;
  border-radius: 18px;
  width: min(640px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 48px));
  background: #fff;
  box-shadow: 0 25px 60px -15px rgb(1 21 89 / 35%), 0 0 0 1px rgb(1 21 89 / 8%);
  overflow: hidden;
}
.search-dialog::backdrop {
  background: rgb(2 10 43 / 60%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.sd-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.sd-head .i { width: 20px; height: 20px; color: var(--blue); flex: none; }
.sd-head input[type="search"] {
  flex: 1;
  border: 0;
  outline: none;
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--ink);
  background: transparent;
}
.sd-head input[type="search"]::placeholder { color: var(--muted); }
.sd-body {
  max-height: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 14px;
}
.sd-group {
  margin: 6px 6px 10px;
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
}
.sd-results {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sd-results li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  transition: background-color .15s, color .15s;
}
.sd-results li a:hover, .sd-results li a.is-active {
  background: var(--blue-50);
  color: var(--blue-700);
}
.sd-results li a span:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sd-results li a strong { font-size: .95rem; font-weight: 600; }
.sd-results li a small { font-size: .82rem; color: var(--muted); line-height: 1.35; }
.sd-ic {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: none;
}
.sd-ic .i { width: 18px; height: 18px; }
.sd-kind {
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--bg-soft);
  color: var(--muted);
  flex: none;
}
.sd-empty {
  padding: 32px 16px;
  text-align: center;
  color: var(--muted);
  font-size: .95rem;
}
.sd-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
  font-size: .76rem;
  color: var(--muted);
}
.sd-foot kbd {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 2px 6px;
  font-family: var(--font-mono);
  font-size: .72rem;
}
@media (max-width: 600px) {
  .search-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    margin: 0;
  }
  .sd-body {
    max-height: calc(100dvh - 120px);
  }
  .sd-foot { display: none; }
}
@media (max-width: 1179px) {
  .nav, .header-actions .btn { display: none; }
  .nav-toggle { display: inline-grid; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 860px) {
  .topbar-links .tb-mail, .topbar-links .tb-loc { display: none; }
}
@media (max-width: 600px) {
  :root { --header-h: 64px; }
  .brand img { height: 32px; max-width: 175px; }
  .topbar-msg { font-size: .72rem; gap: 7px; letter-spacing: .04em; }
  .topbar-links .tb-wa { display: none; }
  .topbar-links .tb-phone .tb-label { display: none; }
  .icon-btn { width: 42px; height: 42px; }
}
@media (max-width: 380px) {
  .topbar-msg .tb-extra { display: none; }
  .brand img { height: 28px; max-width: 140px; }
}
.hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(48px, 7vw, 96px) clamp(40px, 5vw, 64px); background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 100%); }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-bg canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .75; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgb(1 21 89 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(1 21 89 / 5%) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); }
.hero-glow.g1 { width: 520px; height: 520px; right: -120px; top: -160px; background: rgb(0 180 255 / 22%); }
.hero-glow.g2 { width: 420px; height: 420px; left: -160px; bottom: -200px; background: rgb(0 102 253 / 12%); }
.hero-glow.g3 { width: 300px; height: 300px; right: 30%; bottom: -120px; background: rgb(107 92 255 / 10%); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 6px 14px 6px 8px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs); font-size: .84rem; font-weight: 550; color: var(--ink); }
.hero-kicker b { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: var(--navy); color: #fff; font-family: var(--font-display); font-size: .72rem; letter-spacing: .08em; font-weight: 600; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgb(0 180 255 / 60%); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgb(0 180 255 / 0%); } 100% { box-shadow: 0 0 0 0 rgb(0 180 255 / 0%); } }
.hero h1 { margin-bottom: 22px; }
.hero h1 .line { display: block; }
.hero-lead { font-size: clamp(1.05rem, .98rem + .35vw, 1.2rem); color: var(--muted); max-width: 590px; margin-bottom: 26px; }
.pillar-strip { list-style: none; display: grid; grid-template-columns: repeat(4, auto); gap: 8px; margin-bottom: 30px; justify-content: start; }
.pillar-strip li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-size: .84rem; font-weight: 600; color: var(--ink); line-height: 1.2; box-shadow: var(--shadow-xs); }
.pillar-strip .i { width: 17px; height: 17px; color: var(--blue); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-cta .wa-text { display: inline-flex; align-items: center; gap: 8px; padding: 0 8px; font-weight: 600; color: var(--green); text-decoration: none; font-family: var(--font-display); font-size: .94rem; min-height: 44px; }
.hero-cta .wa-text .i { width: 20px; height: 20px; }
.hero-cta .wa-text:hover { color: #0A6E37; text-decoration: underline; }
.hero-path { margin: 30px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; font-family: var(--font-mono); font-size: .78rem; color: var(--muted); letter-spacing: .02em; }
.hero-path span { color: var(--ink); font-weight: 600; }
.hero-path .arr { color: var(--blue); }
.hero-visual { position: relative; min-height: 520px; }
.console { position: relative; z-index: 1; border-radius: 22px; background: linear-gradient(160deg, #06123F 0%, #020A2B 70%); border: 1px solid rgb(143 200 255 / 18%); box-shadow: 0 50px 90px -35px rgb(1 21 89 / 60%), 0 0 0 8px rgb(255 255 255 / 60%); overflow: hidden; color: #C8D4F2; }
.console-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid rgb(143 200 255 / 12%); font-family: var(--font-mono); font-size: .74rem; color: #8B9BC6; }
.console-bar .dots { display: flex; gap: 6px; margin-right: 6px; }
.console-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: #1E2E63; }
.console-bar .dots i:first-child { background: #3B82F6; }
.console-bar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #7FE3F5; }
.console-bar .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #22D3EE; box-shadow: 0 0 10px #22D3EE; }
.console-body { display: grid; grid-template-columns: 1.1fr .9fr; }
.console-net { position: relative; padding: 14px; border-right: 1px solid rgb(143 200 255 / 10%); }
.console-net svg { width: 100%; height: auto; }
.net-edge { stroke: rgb(111 170 255 / 28%); stroke-width: 1; }
.net-flow { stroke: url(#flowGrad); stroke-width: 1.6; stroke-dasharray: 6 120; animation: flow 3.2s linear infinite; }
.net-flow.d2 { animation-delay: -1.1s; }
.net-flow.d3 { animation-delay: -2.1s; }
@keyframes flow { to { stroke-dashoffset: -126; } }
.net-node { fill: #0A1B55; stroke: #3D8BFF; stroke-width: 1.5; }
.net-node.on { fill: #0066FD; stroke: #7FD3FF; animation: glowNode 2.6s ease-in-out infinite; }
@keyframes glowNode { 50% { fill: #00B4FF; } }
.net-label { font-family: var(--font-mono); font-size: 9px; fill: #6F82B8; letter-spacing: .06em; }
.console-side { padding: 14px 16px; display: grid; gap: 12px; align-content: start; }
.mini-label { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: #6F82B8; margin: 0 0 6px; }
.mini-chart svg { width: 100%; height: auto; }
.mini-chart .ln { fill: none; stroke: #00B4FF; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 300; stroke-dashoffset: 300; animation: draw 2.4s .4s var(--ease) forwards; }
.mini-chart .ln2 { stroke: #6B5CFF; stroke-width: 1.6; animation-delay: .8s; }
.mini-chart .area { fill: url(#areaGrad); opacity: 0; animation: fade-in 1s 1.6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade-in { to { opacity: 1; } }
.bars { display: grid; gap: 7px; }
.bar { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: .66rem; color: #9AABD6; }
.bar span { height: 6px; border-radius: 6px; background: rgb(143 200 255 / 12%); overflow: hidden; }
.bar span::after { content: ""; display: block; height: 100%; width: var(--w); border-radius: inherit; background: var(--grad); transform-origin: left; animation: grow 1.6s var(--ease) both; }
@keyframes grow { from { transform: scaleX(0); } }
.console-code { grid-column: 1 / -1; border-top: 1px solid rgb(143 200 255 / 10%); padding: 14px 18px 16px; font-family: var(--font-mono); font-size: .76rem; line-height: 1.75; color: #C8D4F2; white-space: pre; overflow: hidden; }
.console-code .k { color: #7FB2FF; }
.console-code .f { color: #7FE3F5; }
.console-code .s { color: #9CE6B8; }
.console-code .c { color: #5F71A6; }
.console-code .cursor { display: inline-block; width: 7px; height: 14px; background: #00B4FF; vertical-align: -2px; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.float-card { position: absolute; z-index: 2; background: rgb(255 255 255 / 92%); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgb(225 231 244 / 90%); border-radius: 16px; box-shadow: var(--shadow); padding: 12px 14px; color: var(--ink); animation: bob 7s ease-in-out infinite; }
.float-card.fc1 { left: -30px; bottom: -34px; width: 230px; }
.float-card.fc2 { right: -18px; top: -26px; animation-delay: -3s; }
.float-card.fc3 { right: 28px; bottom: -22px; animation-delay: -5s; }
@keyframes bob { 50% { transform: translateY(-8px); } }
.fc-title { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: .82rem; font-weight: 600; margin-bottom: 8px; }
.fc-title .i { width: 16px; height: 16px; color: var(--blue); }
.agent-steps { display: flex; align-items: center; gap: 4px; list-style: none; }
.agent-steps li { display: flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 600; color: var(--muted); }
.agent-steps li b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: var(--blue-50); color: var(--blue-700); font-size: .7rem; }
.agent-steps li.done b { background: var(--blue); color: #fff; }
.agent-steps .i { width: 12px; height: 12px; color: var(--faint); }
.fc-chip-row { display: flex; gap: 6px; flex-wrap: wrap; }
.fc-chip-row span { font-size: .72rem; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); }
.fc-stack { display: flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 600; }
.fc-stack .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--grad); color: #fff; }
.fc-stack .ic .i { width: 18px; height: 18px; }
.fc-stack small { display: block; font-weight: 500; color: var(--muted); font-size: .72rem; }
.hero-photo { position: absolute; inset: 0 0 90px 60px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual.has-photo .console { position: absolute; left: 0; bottom: 0; width: 64%; }
.hero-visual.has-photo .console-body { grid-template-columns: 1fr; }
.hero-visual.has-photo .console-side, .hero-visual.has-photo .console-code { display: none; }
@media (max-width: 1100px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; max-width: 680px; margin-inline: auto; width: 100%; }
  .float-card.fc1 { left: -10px; }
  .float-card.fc2 { right: -6px; }
}
@media (max-width: 640px) {
  .pillar-strip { grid-template-columns: 1fr 1fr; }
  .console-body { grid-template-columns: 1fr; }
  .console-net { border-right: 0; border-bottom: 1px solid rgb(143 200 255 / 10%); }
  .console-side { grid-template-columns: 1fr; }
  .console-code { font-size: .68rem; padding-inline: 14px; }
  .float-card.fc1 { position: relative; left: auto; bottom: auto; width: auto; margin: -18px 12px 0; }
  .float-card.fc2 { top: -18px; right: 8px; padding: 8px 10px; }
  .float-card.fc3 { display: none; }
  .hero-cta .btn { flex: 1 1 auto; }
  .hero-path { font-size: .7rem; }
}
.tech-visual-wrap { position: relative; max-width: 760px; margin: 36px auto 0; isolation: isolate; }
.tech-visual-wrap .console { box-shadow: 0 40px 80px -25px rgb(1 21 89 / 55%), 0 0 0 6px rgb(255 255 255 / 50%); }
.tech-svg { width: 100%; height: auto; display: block; }
.tech-visual-wrap .float-card { pointer-events: none; }
.tech-visual-wrap .fc1 { left: -24px; bottom: -28px; }
.tech-visual-wrap .fc2 { right: -16px; top: -20px; }
.split .tech-visual-wrap { margin-top: 0; max-width: none; }
@keyframes radarSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes scanLaser {
  from { transform: translateY(0); }
  to { transform: translateY(120px); }
}
@media (max-width: 1024px) {
  .tech-visual-wrap { max-width: 100%; margin-top: 28px; }
  .tech-visual-wrap .float-card { display: none; }
}
.highlights { border-block: 1px solid var(--line); background: #fff; }
.hl-track { display: flex; gap: 10px; padding-block: 18px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.hl-track::-webkit-scrollbar { display: none; }
.hl-item { flex: none; scroll-snap-align: start; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 600; font-size: .9rem; transition: transform .25s var(--ease), border-color .2s, box-shadow .25s; }
.hl-item:hover { transform: translateY(-2px); border-color: var(--blue); color: var(--blue-700); box-shadow: var(--shadow-sm); }
.hl-item .hl-ic { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: var(--blue); box-shadow: var(--shadow-xs); }
.hl-item .hl-ic .i { width: 17px; height: 17px; }
@media (min-width: 1280px) { .hl-track { flex-wrap: wrap; justify-content: center; overflow: visible; mask-image: none; -webkit-mask-image: none; } }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 2.4vw, 28px); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.card-hover:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card h3 { margin-bottom: .45em; }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.ic-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-50); color: var(--blue); margin-bottom: 18px; transition: background-color .3s, color .3s, transform .35s var(--ease); }
.ic-box .i { width: 24px; height: 24px; }
.card-hover:hover .ic-box { background: var(--blue); color: #fff; transform: rotate(-6deg); }
.ic-box.teal { background: var(--teal-50); color: #0A8C80; }
.ic-box.violet { background: var(--violet-50); color: var(--violet); }
.ic-box.navy { background: var(--navy); color: #fff; }
.grid { display: grid; gap: clamp(14px, 1.8vw, 22px); }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1024px) { .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .g-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }
.ticks { list-style: none; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.ticks .i { width: 20px; height: 20px; color: var(--blue); margin-top: 1px; }
.ticks.cols-2 { grid-template-columns: 1fr 1fr; gap: 12px 24px; }
@media (max-width: 640px) { .ticks.cols-2 { grid-template-columns: 1fr; } }
.section-dark .ticks .i { color: var(--cyan); }
.section-dark .ticks li { color: #DCE5FA; }
.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pillar { display: flex; flex-direction: column; overflow: hidden; padding: 28px 24px 24px; }
.pillar::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--grad); transform: scaleX(.25); transform-origin: left; transition: transform .5s var(--ease); }
.pillar:hover::before { transform: scaleX(1); }
.pillar-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pillar-top .ic-box { margin: 0; }
.pillar-no { font-family: var(--font-mono); font-size: .8rem; color: var(--faint); letter-spacing: .08em; }
.pillar h3 { font-size: 1.3rem; }
.pillar > p { margin-bottom: 18px !important; }
.pillar .chips { margin-bottom: 22px; gap: 6px; }
.pillar .chip { font-size: .78rem; padding: 4px 10px; background: #fff; }
.pillar .link-arrow { margin-top: auto; }
.pillar.is-featured { background: var(--grad-deep); border-color: transparent; color: #C5D2F4; }
.pillar.is-featured h3 { color: #fff; }
.pillar.is-featured > p { color: #C5D2F4; }
.pillar.is-featured .chip { background: rgb(255 255 255 / 8%); border-color: rgb(255 255 255 / 16%); color: #E4EBFF; }
.pillar.is-featured .ic-box { background: rgb(255 255 255 / 12%); color: #fff; }
.pillar.is-featured .pillar-no { color: #8FA3D8; }
.pillar.is-featured .link-arrow { color: #8FD6FF; }
@media (max-width: 1100px) { .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .pillars { grid-template-columns: 1fr; } }
.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cat-card { display: flex; flex-direction: column; padding: 26px; }
.cat-card .cat-head { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.cat-card .ic-box { margin: 0; }
.cat-card h3 { margin: 0; font-size: 1.15rem; }
.cat-card .cat-count { font-size: .8rem; color: var(--faint); font-weight: 500; }
.cat-card > p { margin-bottom: 16px !important; }
.cat-card .chips { gap: 6px; margin-bottom: 20px; }
.cat-card .chip { font-size: .8rem; padding: 5px 10px; }
.cat-card .link-arrow { margin-top: auto; }
.cat-card.is-feature { grid-column: span 2; grid-row: span 1; background: var(--navy-950); border-color: transparent; color: #B9C5E6; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 24px; }
.cat-card.is-feature h3 { color: #fff; font-size: 1.45rem; }
.cat-card.is-feature > div > p { color: #B9C5E6; }
.cat-card.is-feature .cat-count { color: #8FA3D8; }
.cat-card.is-feature .ic-box { background: var(--grad); color: #fff; }
.cat-card.is-feature .chip { background: rgb(255 255 255 / 6%); border-color: rgb(255 255 255 / 14%); color: #E4EBFF; }
.cat-card.is-feature a.chip:hover { border-color: var(--cyan); color: #fff; }
.cat-card.is-feature .link-arrow { color: #8FD6FF; }
.cat-card.is-feature .cat-main { display: flex; flex-direction: column; }
.cat-card.is-feature .cat-main p { color: #B9C5E6; margin-bottom: 16px; }
.cat-card.is-feature::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(420px 300px at 90% 0%, rgb(0 102 253 / 45%), transparent 70%), radial-gradient(300px 260px at 70% 100%, rgb(0 180 255 / 20%), transparent 70%); }
.cat-visual { position: relative; border-radius: 16px; border: 1px solid rgb(143 200 255 / 14%); background: rgb(255 255 255 / 3%); padding: 14px; display: flex; flex-direction: column; justify-content: center; }
.cat-visual svg { width: 100%; height: auto; }
.cat-card.is-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 20px 40px; align-items: center; background: linear-gradient(120deg, #fff 0%, var(--bg-soft) 100%); }
.cat-card.is-wide .chips { margin-bottom: 0; }
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-card.is-feature { grid-column: 1 / -1; }
  .cat-card.is-wide { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .bento { grid-template-columns: 1fr; }
  .cat-card.is-feature { grid-template-columns: 1fr; }
  .cat-visual { display: none; }
}
.finder { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.finder-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(20px, 3vw, 34px); }
.finder-step { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
.finder-step legend { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; color: var(--ink); margin-bottom: 14px; font-size: 1.02rem; padding: 0; }
.finder-step legend b { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: .78rem; }
.opt-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.opt-grid.levels { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.opt span { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; height: 100%; padding: 12px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg-soft); font-size: .86rem; font-weight: 600; color: var(--ink); line-height: 1.25; transition: border-color .2s, background-color .2s, box-shadow .2s; }
.opt span .i { width: 20px; height: 20px; color: var(--blue); }
.opt input:hover + span { border-color: var(--line-strong); background: #fff; }
.opt input:checked + span { border-color: var(--blue); background: var(--blue-50); box-shadow: 0 0 0 1px var(--blue) inset; }
.opt input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 2px; }
.levels .opt span { align-items: center; text-align: center; justify-content: center; }
.finder-result { border-radius: var(--radius); background: var(--bg-soft); border: 1px dashed var(--line-strong); padding: 20px; min-height: 120px; }
.finder-result.is-ready { background: linear-gradient(135deg, var(--blue-50), #fff); border-style: solid; border-color: var(--blue-100); }
.finder-result h3 { font-size: 1.05rem; margin-bottom: 6px; }
.finder-result p { font-size: .92rem; color: var(--muted); margin-bottom: 12px; }
.finder-result .chips { margin-bottom: 14px; }
.finder-note { font-size: .8rem; color: var(--faint); margin: 12px 0 0; }
@media (max-width: 1024px) { .finder { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .opt-grid { grid-template-columns: 1fr 1fr; } .opt-grid.levels { grid-template-columns: 1fr 1fr; } }
.ai-feature-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.ai-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ai-tile { display: flex; flex-direction: column; gap: 10px; padding: 18px; border-radius: 16px; background: rgb(255 255 255 / 4%); border: 1px solid rgb(143 200 255 / 13%); text-decoration: none; color: #C5D2F4; transition: background-color .3s, border-color .3s, transform .35s var(--ease); }
.ai-tile:hover { background: rgb(0 102 253 / 14%); border-color: rgb(0 180 255 / 45%); transform: translateY(-4px); color: #fff; }
.ai-tile .ai-ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, rgb(0 102 253 / 35%), rgb(0 180 255 / 18%)); color: #8FD6FF; }
.ai-tile .ai-ic .i { width: 21px; height: 21px; }
.ai-tile strong { font-family: var(--font-display); color: #fff; font-weight: 600; font-size: .98rem; line-height: 1.3; }
.ai-tile small { font-size: .8rem; line-height: 1.45; color: #9DAEDB; }
.ai-stack { margin: 30px 0 34px; display: grid; gap: 8px; max-width: 460px; }
.ai-stack div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border-radius: 12px; border: 1px solid rgb(143 200 255 / 14%); background: rgb(255 255 255 / 3%); font-family: var(--font-mono); font-size: .78rem; color: #CFDAF6; width: var(--w); transition: width 1s var(--ease); }
.ai-stack div b { color: #7FE3F5; font-weight: 500; }
.ai-quote { font-family: var(--font-display); font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); line-height: 1.5; color: #E4EBFF; border-left: 3px solid var(--cyan); padding-left: 18px; margin: 0 0 28px; }
@media (max-width: 1024px) { .ai-feature-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .ai-tiles { grid-template-columns: 1fr 1fr; } .ai-tile { padding: 14px; } .ai-stack div { width: 100% !important; } }
.steps { list-style: none; display: grid; grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr)); gap: 14px; position: relative; counter-reset: step; }
.steps::before { content: ""; position: absolute; left: 4%; right: 4%; top: 31px; height: 2px; background: linear-gradient(90deg, var(--navy), var(--blue), var(--cyan)); opacity: .28; }
.step { position: relative; text-align: left; }
.step-no { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); margin-bottom: 18px; color: var(--blue); transition: transform .35s var(--ease), background-color .3s, color .3s; }
.step-no .i { width: 26px; height: 26px; }
.step:hover .step-no { transform: translateY(-4px); background: var(--blue); color: #fff; }
.step-num { display: block; font-family: var(--font-mono); font-size: .76rem; letter-spacing: .1em; color: var(--faint); margin-bottom: 4px; }
.step h3 { font-size: 1.15rem; margin-bottom: 6px; }
.step p { font-size: .92rem; color: var(--muted); margin: 0; }
@media (max-width: 1024px) {
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 20px; }
  .steps::before { display: none; }
}
@media (max-width: 640px) {
  .steps { grid-template-columns: 1fr; gap: 0; }
  .step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding-bottom: 24px; }
  .step::before { content: ""; position: absolute; left: 27px; top: 56px; bottom: 0; width: 2px; background: var(--line); }
  .step:last-child::before { display: none; }
  .step-no { width: 56px; height: 56px; border-radius: 16px; margin: 0; }
}
.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.split.is-flip { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.split-top { align-items: start; }
@media (max-width: 1024px) { .split, .split.is-flip { grid-template-columns: 1fr; } .split.is-flip .split-visual { order: 2; } }
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.board-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow-sm); }
.board-col h3 { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin: 2px 4px 12px; }
.board-col h3 span { font-family: var(--font-mono); color: var(--blue); letter-spacing: 0; }
.board-col ul { list-style: none; display: grid; gap: 8px; }
.board-item { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 12px; background: var(--bg-soft); border: 1px solid var(--line); font-size: .88rem; font-weight: 600; color: var(--ink); line-height: 1.3; transition: transform .3s var(--ease), border-color .2s, background-color .2s; }
.board-item:hover { transform: translateX(3px); border-color: var(--blue-100); background: #fff; }
.board-item .i { width: 18px; height: 18px; color: var(--blue); }
.board-col:nth-child(2) .board-item .i { color: var(--teal); }
.board-col:nth-child(3) .board-item .i { color: var(--violet); }
@media (max-width: 760px) { .board { grid-template-columns: 1fr; } }
.research-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 32px; }
.research-list li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgb(255 255 255 / 4%); border: 1px solid rgb(143 200 255 / 12%); color: #E4EBFF; font-weight: 550; font-size: .92rem; line-height: 1.3; }
.research-list .i { width: 20px; height: 20px; color: var(--cyan); }
@media (max-width: 560px) { .research-list { grid-template-columns: 1fr; } }
.lab-visual { position: relative; border-radius: var(--radius-lg); border: 1px solid rgb(143 200 255 / 16%); background: linear-gradient(160deg, rgb(10 30 100 / 60%), rgb(2 10 43 / 60%)); padding: 20px; box-shadow: 0 40px 80px -40px rgb(0 0 0 / 60%); }
.lab-visual svg { width: 100%; height: auto; }
.lab-head { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: .72rem; color: #8B9BC6; margin-bottom: 12px; letter-spacing: .06em; }
.lab-stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
.lab-stages span { text-align: center; padding: 8px 4px; border-radius: 10px; font-family: var(--font-mono); font-size: .68rem; color: #BFD0F5; background: rgb(255 255 255 / 4%); border: 1px solid rgb(143 200 255 / 12%); }
.lab-stages span.on { background: rgb(0 102 253 / 30%); border-color: rgb(0 180 255 / 50%); color: #fff; }
.dot-a { fill: #00B4FF; } .dot-b { fill: #6B5CFF; } .dot-c { fill: #0FB5A6; }
.lab-visual .scatter circle { animation: twinkle 4s ease-in-out infinite; }
.lab-visual .scatter circle:nth-child(3n) { animation-delay: -1.3s; }
.lab-visual .scatter circle:nth-child(3n+1) { animation-delay: -2.6s; }
@keyframes twinkle { 50% { opacity: .45; } }
.ladder { display: grid; gap: 12px; position: relative; }
.ladder-item { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 16px 18px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); text-decoration: none; color: var(--ink); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .2s; }
.ladder-item:nth-child(2) { margin-left: 5%; } .ladder-item:nth-child(3) { margin-left: 10%; } .ladder-item:nth-child(4) { margin-left: 15%; } .ladder-item:nth-child(5) { margin-left: 20%; }
.ladder-item:hover { transform: translateX(6px); box-shadow: var(--shadow); border-color: var(--blue-100); color: var(--ink); }
.ladder-item .ic-box { margin: 0; width: 44px; height: 44px; }
.ladder-item strong { display: block; font-family: var(--font-display); font-weight: 600; }
.ladder-item small { color: var(--muted); font-size: .84rem; }
.ladder-item > .i { color: var(--faint); }
@media (max-width: 640px) { .ladder-item { margin-left: 0 !important; } }
.disclaimer { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--navy); color: var(--text); font-size: .93rem; line-height: 1.6; }
.disclaimer .i { width: 22px; height: 22px; color: var(--navy); margin-top: 1px; }
.disclaimer p { margin: 0; }
.disclaimer strong { color: var(--ink); }
.card-compact { padding: 22px; }
.card-compact .ic-box { width: 44px; height: 44px; margin-bottom: 14px; }
.card-compact h3 { font-size: 1.05rem; }
.why { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.why-sticky { position: sticky; top: calc(var(--header-h) + 32px); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-card { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 22px; }
.why-card .ic-box { margin: 0; }
.why-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.why-card p { font-size: .92rem; }
@media (max-width: 1024px) { .why { grid-template-columns: 1fr; } .why-sticky { position: static; } }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tab { padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-size: .88rem; font-weight: 600; color: var(--text); transition: all .2s; min-height: 40px; }
.tab:hover { border-color: var(--blue); color: var(--blue-700); }
.tab[aria-pressed="true"], .tab[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.tech-grid { list-style: none; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.tech { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .88rem; color: var(--ink); line-height: 1.25; transition: transform .3s var(--ease), box-shadow .3s, border-color .2s, opacity .3s; }
.tech:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.tech[hidden] { display: none; }
.mono-tile { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 10px; font-family: var(--font-mono); font-size: .74rem; font-weight: 700; letter-spacing: -.02em; color: #fff; background: var(--navy); }
.tg-lang .mono-tile { background: linear-gradient(135deg, #011559, #0B2A8A); }
.tg-web .mono-tile { background: linear-gradient(135deg, #0052D4, #0066FD); }
.tg-cloud .mono-tile { background: linear-gradient(135deg, #0077E6, #00B4FF); }
.tg-ai .mono-tile { background: linear-gradient(135deg, #4B3DD6, #6B5CFF); }
.tg-sec .mono-tile { background: linear-gradient(135deg, #087A70, #0FB5A6); }
@media (max-width: 1100px) { .tech-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 760px) { .tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.aud-card { display: flex; flex-direction: column; padding: 24px; }
.aud-card .ic-box { width: 44px; height: 44px; }
.aud-card h3 { font-size: 1.05rem; }
.formats { margin-top: clamp(36px, 5vw, 56px); display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); gap: 20px 40px; align-items: center; padding: clamp(22px, 3vw, 32px); border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); }
.formats h3 { font-size: 1.25rem; margin-bottom: 6px; }
.formats p { margin: 0; color: var(--muted); font-size: .92rem; }
@media (max-width: 860px) { .formats { grid-template-columns: 1fr; } }
.facts-band { background: var(--grad-deep); color: #C5D2F4; position: relative; overflow: hidden; isolation: isolate; }
.facts-band::before { display: none; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.fact { padding: 24px; border-radius: var(--radius); background: rgb(255 255 255 / 6%); border: 1px solid rgb(255 255 255 / 12%); backdrop-filter: blur(4px); }
.fact-value { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem); line-height: 1.05; color: #fff; letter-spacing: -.03em; margin-bottom: 8px; }
.fact-value.is-text { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); line-height: 1.2; padding-block: 6px 4px; }
.fact-label { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #8FD6FF; font-weight: 600; margin-bottom: 6px; }
.fact p { margin: 0; font-size: .9rem; color: #C5D2F4; }
.facts-foot { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; font-family: var(--font-display); color: #fff; font-size: .95rem; font-weight: 500; }
.facts-foot .sep { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
@media (max-width: 1024px) { .facts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .facts { grid-template-columns: 1fr; } }
.founder { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.founder-side { display: flex; flex-direction: column; gap: 16px; }
.founder-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--grad-deep); aspect-ratio: 4 / 5; max-width: 400px; width: 100%; display: grid; place-items: center; isolation: isolate; box-shadow: var(--shadow-lg); }
.founder-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founder-card .monogram { font-family: var(--font-display); font-weight: 700; font-size: clamp(4rem, 3rem + 4vw, 6.5rem); letter-spacing: -.05em; color: #fff; opacity: .95; }
.founder-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgb(255 255 255 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 6%) 1px, transparent 1px); background-size: 36px 36px; }
.founder-card::after { content: ""; position: absolute; width: 60%; height: 60%; right: -15%; bottom: -15%; z-index: -1; background: radial-gradient(circle, rgb(0 180 255 / 45%), transparent 70%); }
.founder-tag { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border-radius: 14px; background: rgb(255 255 255 / 94%); backdrop-filter: blur(8px); z-index: 1; }
.founder-tag strong { display: block; font-family: var(--font-display); color: var(--ink); font-size: 1.05rem; }
.founder-tag span { color: var(--muted); font-size: .86rem; }
.founder-contacts { display: flex; flex-direction: column; gap: 8px; font-size: .88rem; margin-top: 4px; }
.founder-contacts a { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; font-weight: 500; }
.founder-contacts a .i { width: 16px; height: 16px; color: var(--blue); }
.founder-contacts a:hover { color: var(--blue); }
.founder-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.founder-badges .badge { padding: 5px 10px; font-size: .78rem; font-weight: 600; border-radius: 6px; background: #fff; color: var(--navy-700); border: 1px solid var(--line); box-shadow: var(--shadow-xs); }
.founder-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.founder-quote { margin: 24px 0; padding: 16px 20px; border-left: 4px solid var(--blue); background: var(--bg-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-style: italic; color: var(--ink); font-size: .95rem; line-height: 1.6; }
.founder-quote p { margin: 0; }
.founder-skills { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 28px; }
.skill-card { padding: 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.skill-card-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.skill-card-head h3 { font-size: .96rem; margin: 0; font-family: var(--font-display); color: var(--ink); }
.skill-card-head span { font-weight: 700; color: var(--blue); font-size: .88rem; font-family: var(--font-display); }
.skill-bar { height: 6px; border-radius: 999px; background: var(--line); overflow: hidden; margin-bottom: 10px; }
.skill-fill { height: 100%; border-radius: 999px; background: var(--grad); }
.skill-desc { margin: 0; font-size: .84rem; color: var(--muted); line-height: 1.5; }
.milestones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 28px; }
.milestone-card { padding: 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.milestone-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--line-strong); }
.milestone-badge-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.milestone-badge { font-family: var(--font-display); font-size: .78rem; font-weight: 700; color: #fff; background: var(--navy-950); padding: 3px 9px; border-radius: 6px; }
.milestone-org { font-size: .76rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.milestone-card h4 { font-size: .95rem; margin: 0 0 8px; color: var(--ink); font-family: var(--font-display); line-height: 1.4; }
.milestone-card p { font-size: .84rem; color: var(--muted); line-height: 1.55; margin: 0; }
@media (max-width: 860px) { .founder { grid-template-columns: 1fr; } .founder-card { max-width: 340px; } }
.scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 16px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.scroller > * { scroll-snap-align: start; }
@media (min-width: 1100px) { .scroller.fit-3 { grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; } }
.event { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.event-top { position: relative; padding: 18px 20px; background: var(--grad-deep); color: #fff; display: flex; align-items: center; justify-content: space-between; overflow: hidden; min-height: 96px; }
.event-top::after { content: ""; position: absolute; right: -20px; top: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgb(0 180 255 / 40%), transparent 70%); }
.event-top .i { width: 34px; height: 34px; color: #8FD6FF; position: relative; z-index: 1; }
.event-type { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #BFD0F5; }
.event-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.event-body h3 { font-size: 1.08rem; }
.event-body p { font-size: .92rem; margin-bottom: 16px !important; }
.event-body .event-meta { margin-top: auto; display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--faint); }
.event-body .event-meta .i { width: 16px; height: 16px; }
.event:nth-child(3n+2) .event-top { background: linear-gradient(135deg, #0052D4, #00A6F5); }
.event:nth-child(3n+3) .event-top { background: linear-gradient(135deg, #1B1A6E, #6B5CFF); }
.post-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; text-decoration: none; color: inherit; }
.post-art { position: relative; aspect-ratio: 16 / 8; background: var(--navy-950); overflow: hidden; isolation: isolate; }
.post-art img { width: 100%; height: 100%; object-fit: cover; }
.post-art svg.art { position: absolute; inset: 0; width: 100%; height: 100%; }
.post-art .post-ic { position: absolute; left: 18px; bottom: 16px; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgb(255 255 255 / 12%); color: #fff; backdrop-filter: blur(6px); border: 1px solid rgb(255 255 255 / 20%); }
.post-art .post-ic .i { width: 22px; height: 22px; }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.post-body h3 { font-size: 1.1rem; line-height: 1.35; transition: color .2s; }
.post-card:hover h3 { color: var(--blue-700); }
.post-body p { font-size: .92rem; color: var(--muted); margin-bottom: 16px; }
.post-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .8rem; color: var(--faint); }
.journey { position: relative; }
.journey-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.journey-list { list-style: none; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; align-items: end; position: relative; }
.journey-item { position: relative; padding: 18px 16px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.journey-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journey-item:nth-child(1) { margin-bottom: 0; } .journey-item:nth-child(2) { margin-bottom: 26px; } .journey-item:nth-child(3) { margin-bottom: 52px; } .journey-item:nth-child(4) { margin-bottom: 78px; } .journey-item:nth-child(5) { margin-bottom: 104px; } .journey-item:nth-child(6) { margin-bottom: 130px; } .journey-item:nth-child(7) { margin-bottom: 156px; }
.journey-item b { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--blue-50); color: var(--blue-700); font-family: var(--font-mono); font-size: .76rem; margin-bottom: 10px; }
.journey-item:last-child { background: var(--grad-deep); border-color: transparent; }
.journey-item:last-child h3 { color: #fff; }
.journey-item:last-child p { color: #C5D2F4; }
.journey-item:last-child b { background: rgb(255 255 255 / 14%); color: #fff; }
.journey-item h3 { font-size: 1.02rem; margin-bottom: 4px; }
.journey-item p { font-size: .84rem; line-height: 1.5; color: var(--muted); margin: 0; }
@media (max-width: 1100px) {
  .journey-list { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
  .journey-item { margin-bottom: 0 !important; }
  .journey-svg { display: none; }
}
@media (max-width: 640px) { .journey-list { grid-template-columns: 1fr 1fr; } .journey-item:last-child { grid-column: 1 / -1; } }
.cta-banner { position: relative; overflow: hidden; isolation: isolate; border-radius: clamp(20px, 3vw, 34px); padding: clamp(32px, 5vw, 60px); background: var(--navy-950); color: #C5D2F4; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr); gap: 28px 48px; align-items: center; }
.cta-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 400px at 100% 0%, rgb(0 102 253 / 55%), transparent 65%), radial-gradient(500px 300px at 0% 100%, rgb(0 180 255 / 22%), transparent 70%); }
.cta-banner h2 { color: #fff; margin-bottom: 12px; }
.cta-banner p { margin: 0; font-size: 1.05rem; }
.cta-banner .btn-row { margin-top: 24px; justify-content: flex-start; }
.cta-apex { position: absolute; right: 2%; top: 50%; transform: translateY(-50%); z-index: -1; width: min(340px, 40%); opacity: .08; }
.cta-telemetry-console { border-radius: 18px; background: linear-gradient(160deg, #050E2D 0%, #02071E 80%); border: 1px solid rgb(143 200 255 / 22%); box-shadow: 0 25px 60px -20px rgb(0 0 0 / 70%), 0 0 0 1px rgb(143 200 255 / 12%); color: #C8D4F2; overflow: hidden; position: relative; z-index: 1; }
.cta-console-bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid rgb(143 200 255 / 12%); font-family: var(--font-mono); font-size: .68rem; color: #8B9BC6; }
.cta-console-bar .dots { display: flex; gap: 5px; margin-right: 4px; }
.cta-console-bar .dots i { width: 8px; height: 8px; border-radius: 50%; background: #1E2E63; }
.cta-console-bar .dots i:first-child { background: #3B82F6; }
.cta-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #7FE3F5; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.cta-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #00E5A3; box-shadow: 0 0 8px #00E5A3; }
.cta-console-body { display: grid; grid-template-columns: 1fr 1.15fr; gap: 12px; padding: 12px 14px; align-items: center; }
.cta-radar-box { display: flex; align-items: center; justify-content: center; }
.cta-mini-svg { width: 100%; height: auto; max-height: 84px; }
.cta-telemetry-meters { display: grid; gap: 6px; }
.cta-telemetry-meters .bar { font-size: .65rem; grid-template-columns: 78px 1fr; }
.cta-console-command { border-top: 1px solid rgb(143 200 255 / 10%); padding: 9px 14px; font-family: var(--font-mono); font-size: .72rem; color: #C8D4F2; background: rgb(2 7 30 / 60%); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cta-console-command .k { color: #7FB2FF; }
.cta-console-command .f { color: #7FE3F5; }
.cta-console-command .s { color: #9CE6B8; }
.cta-console-command .cursor { display: inline-block; width: 6px; height: 12px; background: #00B4FF; vertical-align: -2px; margin-left: 2px; animation: blink 1.1s steps(1) infinite; }
@media (max-width: 1024px) {
  .cta-banner { grid-template-columns: 1fr; gap: 24px; padding: clamp(28px, 5vw, 40px); }
  .cta-telemetry-slot { max-width: 480px; width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .cta-console-body { grid-template-columns: 1fr; }
  .cta-radar-box { border-bottom: 1px solid rgb(143 200 255 / 10%); padding-bottom: 8px; }
}
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 18px 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: border-color .2s, box-shadow .3s, transform .3s var(--ease); }
a.contact-card:hover { border-color: var(--blue-100); box-shadow: var(--shadow-sm); transform: translateY(-2px); color: var(--ink); }
.contact-card .ic-box { margin: 0; width: 46px; height: 46px; }
.contact-card small { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.contact-card strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1rem; line-height: 1.4; word-break: break-word; }
.contact-card .ic-box.wa { background: #E3F5EA; color: var(--green); }
.hours { padding: 22px; border-radius: var(--radius); background: var(--navy-950); color: #C5D2F4; position: relative; overflow: hidden; }
.hours::after { content: ""; position: absolute; right: -50px; top: -50px; width: 180px; height: 180px; background: radial-gradient(circle, rgb(0 102 253 / 45%), transparent 70%); }
.hours h3 { color: #fff; display: flex; align-items: center; gap: 10px; font-size: 1.05rem; margin-bottom: 14px; }
.hours h3 .i { color: var(--cyan); }
.hours dl { margin: 0; display: grid; gap: 12px; position: relative; z-index: 1; }
.hours dl div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / 10%); }
.hours dt { color: #fff; font-weight: 600; font-size: .93rem; }
.hours dd { margin: 0; text-align: right; font-size: .9rem; line-height: 1.55; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3.2vw, 36px); box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.35rem; margin-bottom: 4px; }
.form-card > p { color: var(--muted); font-size: .94rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-top: 18px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 600; color: var(--ink); }
.field label .req { color: #C0262D; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 14px; border-radius: 12px; border: 1px solid var(--line-strong); background: #fff; font-size: 1rem; color: var(--ink); transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235A6583' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgb(0 102 253 / 14%); }
.field input::placeholder, .field textarea::placeholder { color: #9AA3BC; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #C0262D; box-shadow: 0 0 0 3px rgb(192 38 45 / 10%); }
.field-error { font-size: .8rem; color: #B0232A; min-height: 0; }
.check { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--text); line-height: 1.5; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--blue); flex: none; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 4px; }
.form-actions .btn-primary { min-width: 200px; }
.form-privacy { grid-column: 1 / -1; font-size: .8rem; color: var(--faint); margin: 0; }
.form-status { grid-column: 1 / -1; display: none; padding: 14px 16px; border-radius: 12px; font-size: .92rem; line-height: 1.55; }
.form-status.is-ok { display: block; background: #E6F6EC; color: #0B5E31; border: 1px solid #BDE5CB; }
.form-status.is-warn { display: block; background: #FFF6E5; color: #6B4A00; border: 1px solid #F3DDAE; }
.form-status .btn-row { margin-top: 10px; }
.btn[aria-busy="true"] { opacity: .75; pointer-events: none; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.map-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 520px;
  padding-block: clamp(60px, 7vw, 96px);
  display: flex;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #E8EEF9;
}
.map-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map-bg iframe, .map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: contrast(1.03) saturate(1.06);
}
.map-gradient-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 84%) clamp(320px, 46vw, 560px), rgb(255 255 255 / 15%) 75%, transparent 100%);
}
.map-card {
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: clamp(24px, 3.5vw, 32px);
  border-radius: var(--radius-lg);
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgb(1 21 89 / 10%);
  box-shadow: 0 24px 55px -15px rgb(1 21 89 / 24%), 0 0 0 1px rgb(255 255 255 / 90%);
  text-align: left;
}
.map-card .map-pin {
  position: absolute;
  top: -24px;
  left: 28px;
  width: 48px;
  height: 48px;
  border-radius: 14px 14px 14px 4px;
  background: var(--grad);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px -6px rgb(0 102 253 / 65%);
}
.map-card .map-pin .i {
  width: 24px;
  height: 24px;
}
.map-card-head {
  margin-top: 12px;
  margin-bottom: 8px;
}
.map-card-head .tag {
  margin-bottom: 8px;
}
.map-card h3 {
  font-size: 1.35rem;
  margin: 0 0 2px;
  color: var(--ink);
}
.map-legal {
  font-size: .86rem;
  color: var(--muted);
  margin: 0 0 10px;
}
.map-addr {
  font-size: .93rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 14px;
  font-weight: 500;
}
.map-telemetry {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  color: var(--muted);
  background: var(--bg-soft);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
.map-telemetry .mono {
  font-weight: 600;
  color: var(--blue-700);
}
.map-telemetry .sep {
  color: var(--faint);
}
.map-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.map-chips .chip {
  font-size: .78rem;
  padding: 4px 10px;
}
.map-card .btn-row {
  margin-top: 4px;
}
@media (max-width: 820px) {
  .map-section {
    min-height: auto;
    padding-block: 44px;
  }
  .map-gradient-overlay {
    background: rgb(255 255 255 / 84%);
  }
  .map-card {
    max-width: 100%;
    margin-inline: auto;
  }
}
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(32px, 5vw, 56px) clamp(48px, 7vw, 88px); background: linear-gradient(180deg, #F5F8FF 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.page-hero::before, .page-hero::after,
.page-hero-dark::before, .page-hero-dark::after { display: none; }
.page-hero-dark { background: var(--navy-950); color: #B9C5E6; border-bottom: 0; }
.page-hero-dark h1 { color: #fff; }
.page-hero-dark .lead { color: #B9C5E6; }
.page-hero-dark .crumbs a, .page-hero-dark .crumbs li { color: #9DAEDB; }
.page-hero-dark .crumbs [aria-current] { color: #fff; }
.page-hero-in { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 32px clamp(32px, 5vw, 64px); align-items: end; }
.page-hero-in.single { grid-template-columns: minmax(0, 1fr); max-width: 880px; }
.page-hero h1 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.4rem); margin-bottom: 16px; }
.page-hero .lead { max-width: 700px; margin-bottom: 26px; }
.crumbs { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 clamp(24px, 3.5vw, 40px); font-size: .84rem; }
.crumbs li { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.crumbs li + li::before { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor; transform: rotate(45deg); opacity: .5; margin-right: 4px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--blue-700); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink); font-weight: 600; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hero-aside { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.page-hero-dark .hero-aside { background: rgb(255 255 255 / 5%); border-color: rgb(143 200 255 / 16%); box-shadow: none; color: #C5D2F4; }
.page-hero-dark .hero-aside h2, .page-hero-dark .hero-aside strong { color: #fff; }
.hero-aside h2 { font-size: 1rem; margin-bottom: 14px; letter-spacing: -.01em; }
.facts-list { list-style: none; display: grid; gap: 12px; margin: 0; }
.facts-list li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; font-size: .92rem; line-height: 1.45; }
.facts-list .i { width: 20px; height: 20px; color: var(--blue); margin-top: 1px; }
.page-hero-dark .facts-list .i { color: var(--cyan); }
.facts-list small { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.facts-list strong { color: var(--ink); font-weight: 600; }
@media (max-width: 960px) { .page-hero-in { grid-template-columns: 1fr; align-items: start; } }
.subnav { position: sticky; top: var(--header-h); z-index: 30; background: rgb(255 255 255 / 92%); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.subnav ul { list-style: none; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-block: 8px; }
.subnav ul::-webkit-scrollbar { display: none; }
.subnav a { display: block; padding: 8px 14px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--muted); text-decoration: none; white-space: nowrap; }
.subnav a:hover, .subnav a.is-active { background: var(--blue-50); color: var(--blue-700); }
.with-aside { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(28px, 4vw, 56px); align-items: start; }
.aside-sticky { position: sticky; top: calc(var(--header-h) + 72px); display: grid; gap: 16px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.aside-card h2 { font-size: 1.05rem; margin-bottom: 14px; }
.aside-card .btn { width: 100%; }
.aside-card .btn + .btn { margin-top: 10px; }
.aside-card.is-dark { background: var(--grad-deep); border-color: transparent; color: #C5D2F4; }
.aside-card.is-dark h2 { color: #fff; }
.aside-card.is-dark p { font-size: .9rem; }
@media (max-width: 1024px) { .with-aside { grid-template-columns: 1fr; } .aside-sticky { position: static; } }
.block { padding-block: clamp(36px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.block:first-child { padding-top: 0; }
.block:last-child { border-bottom: 0; }
.block h2 { font-size: clamp(1.45rem, 1.2rem + 1vw, 2rem); margin-bottom: 18px; }
.prose { font-size: 1.04rem; line-height: 1.78; color: var(--text); }
.prose p { margin-bottom: 1.1em; }
.prose h2 { font-size: clamp(1.4rem, 1.2rem + .9vw, 1.85rem); margin: 1.8em 0 .6em; }
.prose h3 { font-size: 1.2rem; margin: 1.5em 0 .5em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; display: grid; gap: .45em; }
.prose li::marker { color: var(--blue); }
.prose strong { color: var(--ink); }
.prose a { font-weight: 550; }
.prose blockquote { margin: 1.6em 0; padding: 18px 22px; border-radius: var(--radius-sm); background: var(--bg-soft); border-left: 4px solid var(--blue); font-family: var(--font-display); color: var(--ink); font-size: 1.08rem; }
.answer-box { padding: 20px 22px; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-50), #fff); border: 1px solid var(--blue-100); margin-bottom: 8px; }
.answer-box strong { display: block; font-family: var(--font-display); color: var(--blue-700); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.answer-box p { margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.65; }
.modules { display: grid; gap: 10px; counter-reset: mod; }
.acc { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: border-color .2s, box-shadow .3s; }
.acc[open] { border-color: var(--blue-100); box-shadow: var(--shadow-sm); }
.acc summary { list-style: none; display: flex; align-items: center; gap: 14px; padding: 16px 18px; cursor: pointer; font-family: var(--font-display); font-weight: 600; color: var(--ink); line-height: 1.35; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--blue-700); }
.acc summary .num { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-50); color: var(--blue-700); font-family: var(--font-mono); font-size: .78rem; }
.acc[open] summary .num { background: var(--blue); color: #fff; }
.acc summary .pm { margin-left: auto; flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); transition: transform .3s var(--ease), background-color .2s; }
.acc summary .pm .i { width: 15px; height: 15px; }
.acc[open] summary .pm { transform: rotate(45deg); background: var(--bg-soft); }
.acc-body { padding: 0 18px 18px 66px; color: var(--muted); font-size: .96rem; }
.acc-body ul { list-style: none; display: grid; gap: 6px; }
.acc-body li { position: relative; padding-left: 18px; }
.acc-body li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 2px; background: var(--grad); transform: rotate(45deg); }
.acc-body p { margin: 0; }
.faq .acc summary { padding: 18px 20px; }
.faq .acc-body { padding: 0 20px 20px; }
@media (max-width: 640px) { .acc-body { padding-left: 18px; } }
.course-card { display: flex; flex-direction: column; padding: 22px; text-decoration: none; color: inherit; height: 100%; }
.course-card:hover { color: inherit; }
.course-card .cc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
.course-card .ic-box { margin: 0; width: 46px; height: 46px; }
.course-card h3 { font-size: 1.08rem; margin-bottom: 6px; transition: color .2s; }
.course-card:hover h3 { color: var(--blue-700); }
.course-card p { font-size: .9rem; margin-bottom: 14px !important; }
.course-card .cc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: .8rem; color: var(--faint); }
.course-card .cc-foot .i { width: 18px; height: 18px; color: var(--blue); transition: transform .25s var(--ease); }
.course-card:hover .cc-foot .i { transform: translateX(4px); }
.catalog-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; margin-bottom: 16px; }
.search-field { position: relative; }
.search-field .i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--faint); width: 20px; height: 20px; pointer-events: none; }
.search-field input { width: 100%; min-height: 54px; padding: 12px 16px 12px 48px; border-radius: 14px; border: 1px solid var(--line-strong); background: #fff; font-size: 1rem; box-shadow: var(--shadow-xs); }
.search-field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgb(0 102 253 / 14%); }
.catalog-count { font-size: .9rem; color: var(--muted); white-space: nowrap; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.catalog-empty { padding: 40px; text-align: center; border-radius: var(--radius); border: 1px dashed var(--line-strong); color: var(--muted); }
@media (max-width: 640px) { .catalog-bar { grid-template-columns: 1fr; } }
.cat-section + .cat-section { margin-top: clamp(40px, 6vw, 64px); }
.cat-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.cat-section-head h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.8rem); margin: 0; display: flex; align-items: center; gap: 12px; }
.cat-section-head h2 .ic-box { margin: 0; width: 42px; height: 42px; }
.cat-section-head p { margin: 6px 0 0; color: var(--muted); max-width: 640px; }
.path-row { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.path-row li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--ink); }
.path-row li span { padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); }
.path-row li + li::before { content: ""; width: 18px; height: 2px; background: var(--grad); }
.site-footer { background: var(--navy-950); color: #A9B7DD; position: relative; overflow: hidden; isolation: isolate; font-size: .93rem; }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 400px at 100% 0%, rgb(0 102 253 / 22%), transparent 70%), radial-gradient(500px 300px at 0% 100%, rgb(0 180 255 / 10%), transparent 70%); }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.25fr); gap: 36px 28px; padding-block: clamp(56px, 7vw, 88px) 40px; }
.footer-logo, .logo-plate { display: inline-block; margin-bottom: 18px; text-decoration: none; }
.footer-logo img, .logo-plate img { height: 46px; width: auto; display: block; }
.footer-logo:hover img, .logo-plate:hover img { opacity: .9; }
.footer-brand p { margin-bottom: 18px; line-height: 1.65; }
.footer-brand .legal { color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.footer-brand .legal a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-brand .legal a:hover { color: var(--cyan); }
.site-footer h2 { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 16px; font-weight: 600; }
.site-footer ul { list-style: none; display: grid; gap: 9px; }
.site-footer a:not(.btn) { color: #A9B7DD; text-decoration: none; }
.site-footer a:not(.btn):hover { color: #fff; text-decoration: underline; }
.footer-contact li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; line-height: 1.55; }
.footer-contact .i { width: 18px; height: 18px; color: var(--cyan); margin-top: 2px; }
.footer-hours { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .86rem; line-height: 1.6; }
.footer-regional { border-top: 1px solid rgb(255 255 255 / 10%); padding-top: 18px; padding-bottom: 6px; font-size: .88rem; }
.footer-regional-in { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.footer-regional-in strong { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-regional-links { display: flex; flex-wrap: wrap; gap: 8px 16px; list-style: none; margin: 0; padding: 0; }
.footer-regional-links a { color: #A9B7DD; text-decoration: none; transition: color .2s; }
.footer-regional-links a:hover { color: var(--cyan); text-decoration: underline; }
.footer-disclaimer { border-top: 1px solid rgb(255 255 255 / 10%); padding-top: 20px; font-size: .82rem; line-height: 1.65; color: #8F9EC4; }
.footer-disclaimer strong { color: #DCE5FA; font-weight: 600; }
.footer-disclaimer a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.footer-disclaimer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / 8%); margin-top: 16px; padding-block: 16px calc(22px + var(--mobile-bar, 0px)); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; font-size: .84rem; }
.footer-bottom-info { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.footer-powered { color: #A9B7DD; }
.footer-powered a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; transition: color .2s; }
.footer-powered a:hover { color: #fff; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 8px 20px; }
@media (max-width: 1100px) { .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 640px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-contact-col { grid-column: 1 / -1; } }
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; box-shadow: 0 16px 30px -10px rgb(13 135 68 / 65%); transition: transform .3s var(--ease); }
.fab-wa:hover { transform: scale(1.07); color: #fff; }
.fab-wa .i { width: 28px; height: 28px; }
.fab-wa .fab-tip { position: absolute; right: 70px; white-space: nowrap; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 600; padding: 7px 12px; border-radius: 10px; opacity: 0; transform: translateX(6px); transition: all .25s; pointer-events: none; }
.fab-wa:hover .fab-tip, .fab-wa:focus-visible .fab-tip { opacity: 1; transform: none; }
.to-top { position: fixed; right: 30px; bottom: 92px; z-index: 40; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); color: var(--ink); box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .3s var(--ease); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { color: var(--blue); border-color: var(--blue); }
.to-top .i { width: 18px; height: 18px; }
.mobile-bar { display: none; }
@media (max-width: 760px) {
  :root { --mobile-bar: 68px; }
  .fab-wa { display: none; }
  .to-top { right: 16px; bottom: 82px; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 96%); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgb(1 21 89 / 30%); }
  .mobile-bar a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; font-family: var(--font-display); font-weight: 600; font-size: .88rem; text-decoration: none; }
  .mobile-bar .mb-call { color: var(--ink); border: 1px solid var(--line-strong); }
  .mobile-bar .mb-wa { color: #fff; background: var(--green); }
  .mobile-bar .mb-enq { color: #fff; background: var(--blue); }
  .mobile-bar .i { width: 18px; height: 18px; }
}
.search-dialog { width: min(680px, calc(100vw - 24px)); max-height: min(640px, calc(100vh - 80px)); margin: 8vh auto auto; padding: 0; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 50px 100px -20px rgb(2 10 43 / 50%); color: var(--text); overflow: hidden; }
.search-dialog::backdrop { background: rgb(2 10 43 / 55%); backdrop-filter: blur(4px); }
.search-dialog[open] { display: flex; flex-direction: column; animation: pop .22s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.98); } }
.sd-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.sd-head .i { width: 22px; height: 22px; color: var(--faint); }
.sd-head input { flex: 1; border: 0; font-size: 1.08rem; min-height: 44px; padding: 0; background: transparent; color: var(--ink); }
.sd-head input:focus { outline: none; }
.sd-head kbd { font-family: var(--font-mono); font-size: .72rem; padding: 3px 7px; border-radius: 6px; border: 1px solid var(--line); color: var(--muted); }
.sd-body { overflow-y: auto; padding: 10px; }
.sd-group { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); font-weight: 600; padding: 12px 10px 6px; }
.sd-results { list-style: none; display: grid; gap: 2px; }
.sd-results a { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 12px; text-decoration: none; color: var(--ink); }
.sd-results a:hover, .sd-results a.is-active { background: var(--blue-50); }
.sd-results .sd-ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--bg-soft); color: var(--blue); }
.sd-results .sd-ic .i { width: 18px; height: 18px; }
.sd-results strong { display: block; font-weight: 600; font-size: .95rem; line-height: 1.3; }
.sd-results small { display: block; color: var(--muted); font-size: .8rem; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sd-results .sd-kind { font-size: .72rem; color: var(--faint); }
.sd-empty { padding: 28px 12px; text-align: center; color: var(--muted); font-size: .94rem; }
.sd-foot { display: flex; justify-content: space-between; gap: 10px; padding: 10px 16px; border-top: 1px solid var(--line); font-size: .78rem; color: var(--faint); background: var(--bg-soft); }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .mini-chart .ln { stroke-dashoffset: 0; }
  .mini-chart .area { opacity: 1; }
}
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-s { margin-top: 16px; }
.mt-m { margin-top: 28px; }
.mt-l { margin-top: clamp(32px, 5vw, 56px); }
.note { font-size: .86rem; color: var(--faint); }
.divider-apex { display: flex; justify-content: center; margin-block: 8px; }
.legal-prose h2 { font-size: 1.35rem; }
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.notfound .code { font-family: var(--font-display); font-size: clamp(5rem, 4rem + 6vw, 9rem); font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.sitemap-cols { columns: 3 260px; column-gap: 40px; }
.sitemap-cols section { break-inside: avoid; margin-bottom: 28px; }
.sitemap-cols h2 { font-size: 1.05rem; }
.sitemap-cols ul { list-style: none; display: grid; gap: 6px; }
.stat-inline { display: flex; flex-wrap: wrap; gap: 12px; }
.stat-inline div { padding: 14px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.stat-inline strong { display: block; font-family: var(--font-display); color: var(--ink); font-size: 1.3rem; }
.stat-inline span { font-size: .82rem; color: var(--muted); }
.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; }
@media (max-width: 760px) { .two-col-list { grid-template-columns: 1fr; } }
.role-chips .chip { background: #fff; }
.value-card { padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.value-card .num { font-family: var(--font-mono); color: var(--blue); font-size: .8rem; letter-spacing: .1em; }
.value-card h3 { margin: 8px 0 6px; font-size: 1.1rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .94rem; }
ul.grid, ol.grid { list-style: none; }
@media (max-width: 1100px) { .hero-visual { margin-bottom: 36px; } }
@media (max-width: 640px) {
  .hero-kicker { font-size: .78rem; padding-right: 12px; }
  .hero-kicker b { display: none; }
  .hero-glow.g1 { width: 280px; height: 280px; right: -140px; top: -120px; }
  .hero-visual .console-side { display: none; }
  .hero-visual { margin-bottom: 8px; }
  .card-compact, .aud-card { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: start; padding: 18px; }
  .card-compact .ic-box, .aud-card .ic-box { grid-row: span 2; margin: 0; width: 42px; height: 42px; }
  .card-compact h3, .aud-card h3 { margin-bottom: 4px; }
  .ai-tile:last-child { grid-column: 1 / -1; }
  .tech-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .tech { flex-direction: column; text-align: center; gap: 8px; padding: 12px 6px; font-size: .78rem; }
  .founder-card { max-width: 280px; aspect-ratio: 1 / 1; }
  .section-head-row .btn { align-self: flex-start; }
}
address { font-style: normal; }
.compare { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: .94rem; }
.compare th, .compare td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .86rem; letter-spacing: .02em; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare tbody tr:nth-child(even) { background: var(--bg-soft); }
.compare tbody th a { font-family: var(--font-display); font-weight: 600; color: var(--ink); text-decoration: none; }
.compare tbody th a:hover { color: var(--blue-700); }
.compare td { color: var(--muted); }
@media print {
  .topbar, .site-header, .site-footer, .fab-wa, .mobile-bar, .to-top, .subnav, .search-dialog, .menu-panel, .drawer-backdrop, .carousel-controls, .cta-banner { display: none !important; }
  body { background: #fff !important; color: #0b1528 !important; font-size: 10pt !important; line-height: 1.5 !important; }
  .page-hero { background: #fff !important; color: #0b1528 !important; border-bottom: 2pt solid #011559 !important; padding: 0 0 14pt 0 !important; }
  .page-hero h1, .page-hero-dark h1 { color: #011559 !important; font-size: 18pt !important; }
  .page-hero .lead, .page-hero-dark .lead { color: #334155 !important; font-size: 10.5pt !important; }
  .container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
  .acc { border: 1px solid #cbd5e1 !important; break-inside: avoid; margin-bottom: 8pt !important; }
  .acc-body { display: block !important; color: #1e293b !important; }
  a { color: #011559 !important; text-decoration: none !important; }
}
.tab-widget { margin-block: 28px; }
.tab-panel { display: block; animation: tabFadeIn .3s var(--ease); }
.tab-panel[hidden] { display: none; }
@keyframes tabFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.carousel { position: relative; width: 100%; margin: 28px 0; }
.carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 12px 4px 20px; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { flex: 0 0 calc(50% - 10px); min-width: 280px; scroll-snap-align: start; display: flex; }
@media (max-width: 768px) {
  .carousel-slide { flex: 0 0 90%; }
}
.carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; }
.carousel-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); box-shadow: var(--shadow-xs); transition: all .2s; }
.carousel-btn.prev .i { transform: rotate(180deg); }
.carousel-btn:hover:not(:disabled) { border-color: var(--blue); color: var(--blue); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.carousel-btn:disabled { opacity: .35; cursor: not-allowed; }
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.carousel-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--line-strong); border: none; padding: 0; transition: all .25s var(--ease); cursor: pointer; }
.carousel-dot.is-active { width: 28px; background: var(--blue); }
.prog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); width: 100%; display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.prog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-100); }
.prog-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.prog-step-badge { font-family: var(--font-mono); font-size: .74rem; font-weight: 700; color: var(--blue-700); background: var(--blue-50); padding: 4px 10px; border-radius: 999px; letter-spacing: .08em; }
.prog-card h3 { font-size: 1.12rem; margin: 0 0 8px; }
.prog-card p { font-size: .92rem; color: var(--muted); margin: 0; line-height: 1.6; }
.acronym-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 24px 0; }
@media (max-width: 900px) { .acronym-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .acronym-grid { grid-template-columns: 1fr; } }
.acronym-card { padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.acronym-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--accent-grad, var(--grad)); }
.acronym-letter { font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; line-height: 1; margin-bottom: 10px; background: var(--accent-grad, var(--grad-text)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.acronym-card h3 { font-size: 1.05rem; margin-bottom: 6px; color: var(--ink); }
.acronym-card p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.55; }
.img-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); margin: 26px 0; }
.img-card img { width: 100%; height: auto; max-height: 480px; object-fit: cover; }
.img-card figcaption { padding: 14px 20px; font-size: .88rem; color: var(--muted); border-top: 1px solid var(--line); background: var(--bg-soft); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.equation-card { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, #011559 0%, #06247F 50%, #0052D4 100%); color: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); margin: 28px 0; border: 1px solid rgb(255 255 255 / 15%); box-shadow: var(--shadow-lg); text-align: center; }
.equation-row { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 3vw, 24px); flex-wrap: wrap; margin: 16px 0 20px; }
.equation-part { padding: 12px 24px; border-radius: 14px; background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 20%); font-family: var(--font-display); font-size: clamp(1.2rem, 1.8vw, 1.8rem); font-weight: 700; color: #fff; }
.equation-op { font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 700; color: var(--cyan); }
.equation-result { background: var(--grad); color: #fff; border: none; box-shadow: 0 10px 25px -5px rgb(0 102 253 / 60%); }
.synergy-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin: 24px 0; }
.synergy-card { padding: 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-xs); display: flex; gap: 14px; align-items: flex-start; transition: transform .2s var(--ease), border-color .2s; }
.synergy-card:hover { transform: translateY(-2px); border-color: var(--blue-100); box-shadow: var(--shadow-sm); }
.synergy-card .ic-box { flex: none; width: 40px; height: 40px; margin: 0; }
.synergy-card h4 { font-size: .98rem; margin: 0 0 4px; color: var(--ink); }
.synergy-card p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }
.tech-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; isolation: isolate; }
.tech-bg canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .75; }
.tech-bg .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgb(1 21 89 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(1 21 89 / 5%) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 80%); }
.tech-bg-dark .hero-grid { background-image: linear-gradient(rgb(143 200 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(143 200 255 / 8%) 1px, transparent 1px); }
.tech-bg .hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.tech-bg .hero-glow.g1 { width: 480px; height: 480px; right: -100px; top: -140px; background: rgb(0 180 255 / 22%); animation: glowPulse 8s ease-in-out infinite; }
.tech-bg .hero-glow.g2 { width: 380px; height: 380px; left: -120px; bottom: -160px; background: rgb(0 102 253 / 14%); animation: glowPulse 10s ease-in-out 3s infinite reverse; }
.cta-banner .tech-bg, .equation-card .tech-bg { border-radius: inherit; }
.cta-banner .tech-bg { z-index: 0; }
.cta-copy, .cta-telemetry-slot { position: relative; z-index: 2; }
.section-dark .journey-item { background: rgb(255 255 255 / 6%); border-color: rgb(255 255 255 / 12%); backdrop-filter: blur(6px); }
.section-dark .journey-item b { background: rgb(0 180 255 / 20%); color: #7FE3F5; }
.section-dark .journey-item p { color: #B9C5E6; }
.section-dark .journey-item:last-child { background: var(--grad); border-color: transparent; }
.section-dark .journey-item:last-child b { background: rgb(255 255 255 / 20%); color: #fff; }
.section-dark .journey-item:last-child p { color: #fff; }
@keyframes glowPulse {
  0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.8; }
  50% { transform: scale(1.08) translate(10px, -10px); opacity: 1; }
}
.footer-regional { padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 12%); border-bottom: 1px solid rgb(255 255 255 / 12%); margin-top: 24px; }
.footer-regional-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-regional-label { font-family: var(--font-display); font-size: .88rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .06em; }
.footer-regional-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .88rem; }
.footer-regional-links a { color: #A6C8FF; text-decoration: none; transition: color .2s; }
.footer-regional-links a:hover { color: #fff; text-decoration: underline; }
