:root {
  color-scheme: light;
  --ink: #1e3040;
  --night: #0a0e13;
  --blue: #0074ff;
  --blue-soft: #e9f3ff;
  --line: #dce5ef;
  --muted: #607080;
  --surface: #fff;
  --canvas: #f7faff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); line-height: 1.5; }
a { color: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(247, 250, 255, .92); border-bottom: 1px solid rgba(30, 48, 64, .09); backdrop-filter: blur(14px); }
.nav { min-height: 78px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 143px; height: auto; }
.nav-copy { margin-left: auto; color: var(--muted); font-size: .92rem; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 22px rgba(0, 116, 255, .2); }
.button-primary:hover { background: #0068e6; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.42); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.hero { position: relative; padding: 92px 0 88px; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(0, 116, 255, .34), transparent 30%), radial-gradient(circle at 15% 90%, rgba(0, 116, 255, .2), transparent 28%), var(--night); }
.hero::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 34px 34px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 16px; color: #9ecbff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 710px; margin-bottom: 23px; font-size: clamp(2.55rem, 5vw, 4.45rem); letter-spacing: -.058em; line-height: .99; }
h2 { margin-bottom: 17px; font-size: clamp(1.9rem, 3.4vw, 2.85rem); letter-spacing: -.04em; line-height: 1.08; }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.hero-copy { max-width: 620px; color: #d8e4ef; font-size: clamp(1.05rem, 1.8vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 19px 0 0; color: #a8bac9; font-size: .85rem; }
.product-card { padding: 23px; border: 1px solid rgba(255,255,255,.21); border-radius: 20px; background: linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); box-shadow: 0 25px 65px rgba(0,0,0,.24); }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #c5def7; font-size: .84rem; font-weight: 700; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status::before, .workspace-dot { width: 8px; height: 8px; border-radius: 50%; background: #61e6a1; content: ""; }
.workspace { margin-top: 18px; padding: 16px; overflow: hidden; color: var(--ink); border-radius: 13px; background: #fff; }
.workspace-title { margin-bottom: 13px; font-size: .9rem; font-weight: 800; }
.workspace-row { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-top: 1px solid #e7edf4; }
.workspace-row:last-child { padding-bottom: 1px; }
.workspace-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px; color: var(--blue); background: var(--blue-soft); }
.workspace-icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.workspace-row strong, .workspace-row span { display: block; }
.workspace-row strong { font-size: .86rem; }
.workspace-row span { color: var(--muted); font-size: .76rem; }
.workspace-row .workspace-icon { flex: 0 0 auto; }
.workspace-dot { display: block; flex: 0 0 auto; margin-left: auto; background: #42c883; }
.section { padding: 86px 0; }
.section-heading { max-width: 670px; }
.section-heading > p:last-child, .capability p { color: var(--muted); font-size: 1.06rem; }
.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 37px; }
.capability { min-height: 202px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.capability-mark { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 23px; border-radius: 11px; color: var(--blue); background: var(--blue-soft); font-size: 1.1rem; font-weight: 800; }
.capability p { margin-bottom: 0; font-size: .95rem; }
.identity-section { padding: 0 0 86px; }
.identity-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: 32px; border: 1px solid #cfe3fa; border-radius: 18px; background: #eef6ff; }
.identity-card h2 { margin-bottom: 0; font-size: 1.7rem; }
.identity-list { display: grid; gap: 15px; margin: 0; }
.identity-list div { padding-bottom: 12px; border-bottom: 1px solid #cfe0f1; }
.identity-list div:last-child { padding-bottom: 0; border-bottom: 0; }
dt { color: #52687c; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
dd { margin: 3px 0 0; font-size: .98rem; font-weight: 650; }
.legal-page { padding: 72px 0 86px; }
.legal-card { max-width: 825px; padding: clamp(27px, 5vw, 54px); margin: 0 auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(35,64,93,.06); }
.legal-card h1 { margin-bottom: 12px; color: var(--ink); font-size: clamp(2.15rem, 4vw, 3.25rem); line-height: 1.03; }
.legal-card h2 { margin: 34px 0 10px; font-size: 1.25rem; letter-spacing: -.018em; }
.legal-card p, .legal-card li { color: #536576; font-size: 1.06rem; line-height: 1.72; }
.legal-card ul { padding-left: 21px; }
.legal-intro { color: var(--muted); font-size: 1rem; }
.site-footer { padding: 36px 0; color: #d7e1ea; background: #101c27; }
.footer-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 35px; }
.footer-brand img { width: 126px; filter: brightness(0) invert(1); opacity: .96; }
.footer-copy { max-width: 590px; color: #aebdcb; font-size: .9rem; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: #e4edf5; font-size: .84rem; text-decoration: none; }
.footer-links a:hover { color: #88c2ff; }
@media (max-width: 760px) { .container { width: min(100% - 32px, 1120px); } .nav { min-height: 68px; } .nav-copy { display: none; } .brand img { width: 128px; } .hero { padding: 67px 0 66px; } .hero-grid, .identity-card, .capabilities { grid-template-columns: 1fr; } .hero-grid { gap: 38px; } .section { padding: 62px 0; } .identity-section { padding-bottom: 62px; } .identity-card { gap: 22px; padding: 24px; } .legal-page { padding: 45px 0 60px; } }
