:root {
  color-scheme: dark;
  --dark: #060b15;
  --panel: #0b1220;
  --light: #e5e7eb;
  --muted: #a5b2c8;
  --cyan: #22d3ee;
  --violet: #7c3aed;
  --line: #ffffff1c;
  --gradient: linear-gradient(110deg, #22d3ee 0%, #61a5ff 54%, #b790ff 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--light); background: var(--dark); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 6px; border-radius: 3px; }
::selection { background: #7c3aed; color: white; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: #fff; line-height: 1.13; }
.shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 16px; padding: 12px 20px; z-index: 100; background: var(--cyan); color: var(--dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: #060b15f2; border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 90px; gap: 30px; }
.brand { display: inline-block; flex: 0 0 auto; width: 181px; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
.primary-nav a { transition: color .18s; }
.primary-nav a:hover { color: var(--cyan); }
.primary-nav .nav-cta { padding: 9px 19px; border: 1px solid #5b6980; border-radius: 6px; color: #fff; }
.nav-cta span { margin-left: 18px; color: var(--cyan); }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 87% 34%, #14306840, transparent 48%), radial-gradient(ellipse at 64% 65%, #6c28b518, transparent 44%); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 22px; padding-block: 94px 78px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--cyan); text-transform: uppercase; font-size: 11px; line-height: 1.5; font-weight: 650; letter-spacing: 2.3px; margin-bottom: 24px; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; vertical-align: 2px; margin-right: 7px; box-shadow: 0 0 12px #22d3ee80; }
h1 { font-size: clamp(45px, 5.2vw, 67px); font-weight: 700; letter-spacing: -3px; line-height: 1.08; }
.gradient-text { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-description { color: var(--muted); max-width: 525px; font-size: 17px; line-height: 1.8; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; padding: 15px 23px; min-height: 52px; border-radius: 6px; font-size: 13px; font-weight: 700; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button-primary { color: #060b15; background: var(--cyan); box-shadow: 0 0 28px #22d3ee0f; }
.button-primary:hover { background: #79e6f7; transform: translateY(-2px); box-shadow: 0 5px 28px #22d3ee26; }
.button span[aria-hidden] { font-size: 20px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; padding-block: 8px; }
.text-link:hover { color: var(--cyan); }
.text-link span[aria-hidden] { color: var(--cyan); font-size: 20px; }
.hero-note { font-size: 11px; color: #95a3bc; margin-top: 22px; }
.hero-art { height: 450px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 45px 0; z-index: -1; background: radial-gradient(ellipse, #2649b733, transparent 66%); }
.hero-emblem { position: relative; width: 360px; max-width: 82%; z-index: 2; }
.orbit { position: absolute; border: 1px solid #557cd71e; border-radius: 50%; width: 420px; height: 420px; max-width: 100%; }
.orbit-inner { width: 335px; height: 335px; border-style: dashed; transform: rotate(-24deg); }
.orbit-outer::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); top: 18%; left: 11%; box-shadow: 0 0 10px var(--cyan); }
.art-label { position: absolute; z-index: 3; border: 1px solid #3c567345; background: #0a1424de; box-shadow: 0 10px 35px #0002; border-radius: 5px; padding: 8px 13px; font-size: 10px; letter-spacing: .4px; color: #c4d4ea; }
.art-label span { display: inline-block; width: 4px; height: 4px; background: var(--cyan); border-radius: 50%; margin-right: 7px; vertical-align: 2px; }
.label-top { top: 22px; right: 18px; }
.label-left { bottom: 23px; left: 0; }
.label-bottom { right: -5px; bottom: 23px; }
.label-bottom span { background: #a579ff; }
.art-caption { position: absolute; bottom: -5px; color: #879bbc; font-size: 9px; letter-spacing: 3px; }
.art-cross { position: absolute; color: #557395; font-size: 20px; font-weight: 200; }
.cross-one { top: 47px; left: 38px; }.cross-two { right: 14px; top: 167px; }
.capability-strip { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px; font-size: 12px; color: #9cacbf; }
.capability-strip span::before { content: "+"; color: var(--cyan); margin-right: 12px; }
.section { padding-block: 98px; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading .eyebrow { margin-bottom: 17px; }
h2 { font-size: clamp(32px, 3.45vw, 44px); letter-spacing: -1.5px; font-weight: 600; line-height: 1.18; }
.muted-heading { color: #9caac1; }
.section-heading > p { max-width: 335px; color: var(--muted); font-size: 15px; margin-bottom: 5px; }
.solutions { border-top: 1px solid var(--line); background: #080e19; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { padding: 31px 32px 27px; background: linear-gradient(125deg, #101a2a, #0b1321); border: 1px solid #ffffff14; border-radius: 9px; transition: border-color .2s; }
.solution-card:hover { border-color: #22d3ee55; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.service-icon { width: 32px; height: 32px; color: var(--cyan); }
.card-number { color: #7b8ea8; font-size: 11px; letter-spacing: 2px; }
.solution-card h3 { font-size: 21px; letter-spacing: -.4px; margin-bottom: 16px; font-weight: 550; }
.solution-card p { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 465px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.card-tags span { font-size: 10px; letter-spacing: .15px; color: #b2bed2; border: 1px solid #ffffff14; border-radius: 4px; padding: 4px 9px; }
.approach { border-bottom: 1px solid var(--line); }
.steps { list-style: none; margin: 0; padding: 9px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.steps li { border-top: 1px solid #34445c; padding-top: 26px; }
.step-number { color: var(--cyan); font-size: 12px; font-weight: 600; letter-spacing: 2px; display: block; margin-bottom: 21px; }
.steps h3 { font-size: 18px; margin-bottom: 15px; font-weight: 550; line-height: 1.4; }
.steps p { font-size: 14px; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .87fr 1.15fr; gap: 100px; align-items: center; }
.founder-visual { padding: 9px 15px 0; }
.portrait-frame { position: relative; }
.portrait-frame::before { content: ""; position: absolute; inset: -9px 12px 12px -9px; border: 1px solid #22d3ee60; border-radius: 8px; z-index: -1; }
.portrait-frame img { width: 100%; border-radius: 5px; }
.founder-caption { margin-top: 20px; display: flex; justify-content: space-between; gap: 12px; font-size: 12px; }
.founder-caption span:first-child { color: #fff; font-weight: 600; }
.founder-caption span:last-child { color: #9bacc4; }
.about-copy .eyebrow { margin-bottom: 20px; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 17px; }
.about-copy .text-link { margin-top: 5px; }
.contact-section { padding-block: 14px 85px; }
.contact-panel { border: 1px solid #43558a70; border-radius: 12px; background: linear-gradient(120deg, #111c30, #101024 70%, #141127); text-align: center; padding: 66px 24px 53px; position: relative; overflow: hidden; isolation: isolate; }
.contact-glow { position: absolute; width: 520px; height: 200px; border-radius: 50%; background: #235dcc17; filter: blur(50px); left: calc(50% - 260px); bottom: -125px; z-index: -1; }
.contact-panel .eyebrow { margin-bottom: 21px; }
.contact-panel h2 { font-size: clamp(30px, 3.5vw, 45px); line-height: 1.15; }
.contact-panel > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-block: 22px 27px; }
.contact-panel p.email-alternative { font-size: 12px; margin-block: 19px 0; }
.email-alternative a { color: #d9e4f6; text-decoration: underline; text-underline-offset: 4px; }
.email-alternative a:hover { color: var(--cyan); }
.site-footer { border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; gap: 36px; padding-block: 39px; }
.footer-main .brand { width: 150px; }
.footer-main p { font-size: 12px; color: var(--muted); }
.back-top { font-size: 12px; margin-left: auto; }
.back-top span { margin-left: 14px; color: var(--cyan); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px 26px; display: flex; justify-content: space-between; gap: 20px; color: #94a4bd; font-size: 11px; }
.footer-bottom a:hover { color: var(--cyan); }
@media (min-width: 1450px) { .hero-grid { padding-block: 110px 92px; } }
@media (max-width: 1050px) {
  .shell { width: calc(100% - 56px); }
  .hero-grid { gap: 0; padding-block: 73px 63px; grid-template-columns: 1.2fr .9fr; }
  h1 { font-size: 53px; letter-spacing: -2.3px; }
  .hero-art { height: 380px; }
  .orbit { width: 320px; height: 320px; }.orbit-inner { width: 250px; height: 250px; }
  .label-top { top: 0; right: 0; }.label-left { left: 0; bottom: 2px; }.label-bottom { bottom: 2px; }.art-caption { display: none; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 15px; }
  .primary-nav { gap: 24px; }
  .about-grid { gap: 50px; }
  .steps { gap: 26px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 95px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0; padding-block: 17px; }
  .brand { width: 157px; }
  .primary-nav { width: 100%; justify-content: space-between; font-size: 12px; gap: 14px; padding: 17px 0 0; }
  .primary-nav .nav-cta { padding: 5px 10px; }.nav-cta span { margin-left: 6px; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: 12px; background: transparent; border: 1px solid #3b485f; border-radius: 5px; padding: 9px 12px; color: var(--light); font-size: 12px; margin-left: auto; cursor: pointer; }
  .menu-bars { width: 14px; height: 9px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] { color: var(--cyan); border-color: var(--cyan); }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 55px 36px; gap: 25px; }
  h1 { font-size: clamp(37px, 7.8vw, 57px); letter-spacing: -1.8px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.7px; margin-bottom: 21px; }
  .hero-description { max-width: 550px; font-size: 15px; margin-top: 23px; }
  .hero-actions { margin-top: 26px; gap: 20px; }
  .hero-note { margin-top: 17px; font-size: 10px; }
  .hero-art { width: min(400px, 100%); height: 335px; justify-self: center; }
  .hero-emblem { width: 265px; }
  .orbit { width: 306px; height: 306px; }.orbit-inner { width: 238px; height: 238px; }
  .art-label { font-size: 9px; padding: 7px 10px; }
  .label-top { top: 1px; right: 5px; }.label-left { left: 0; bottom: 8px; }.label-bottom { right: 0; bottom: 8px; }
  .cross-one { left: 16px; }.cross-two { top: 125px; right: 0; }
  .capability-strip { display: grid; grid-template-columns: 1fr 1.25fr; gap: 16px; padding-block: 23px; font-size: 10px; }
  .capability-strip span::before { margin-right: 6px; }
  .section { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: 480px; margin-top: 22px; font-size: 14px; }
  h2 { font-size: 34px; letter-spacing: -1.1px; }
  .solutions-grid { grid-template-columns: 1fr; gap: 14px; }
  .solution-card { padding: 25px; }
  .card-top { margin-bottom: 24px; }
  .solution-card h3 { font-size: 20px; }
  .solution-card p { font-size: 14px; }
  .steps { grid-template-columns: 1fr; gap: 28px; padding-top: 0; }
  .steps li { padding-top: 19px; }.step-number { margin-bottom: 12px; }.steps h3 { margin-bottom: 10px; }
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .founder-visual { max-width: 430px; width: 100%; justify-self: center; }
  .about-copy { order: -1; }
  .about-copy > p:not(.eyebrow) { font-size: 14px; }
  .contact-section { padding-block: 0 54px; }
  .contact-panel { padding: 45px 20px 38px; }
  .contact-panel h2 { font-size: 31px; letter-spacing: -1.2px; }
  .contact-panel p.email-alternative { font-size: 11px; }
  .footer-main { flex-wrap: wrap; gap: 18px 25px; padding-block: 29px; }
  .footer-main .brand { width: 142px; }.footer-main p { font-size: 10px; order: 3; width: 100%; }
  .footer-bottom { flex-wrap: wrap; gap: 8px; font-size: 10px; padding-block: 18px; }
}
@media (max-width: 370px) {
  .shell { width: calc(100% - 32px); }
  .primary-nav { gap: 9px; font-size: 11px; }
  .hero-actions { gap: 12px; }.hero-actions .button { padding-inline: 19px; }
  h2 { font-size: 30px; }
  .capability-strip { font-size: 9px; gap: 13px 8px; }
  .solution-card { padding: 23px; }
  .contact-panel { padding-inline: 14px; }.contact-panel h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
