:root {
  --bg: #f6f8fd;
  --bg-2: #eef3ff;
  --surface: #ffffff;
  --surface-2: #f9fbff;
  --ink: #09111f;
  --ink-2: #192033;
  --text: #384259;
  --muted: #6a7285;
  --line: #dfe6f2;
  --line-strong: #c8d2e4;
  --brand: #6454f0;
  --brand-2: #4f46e5;
  --aqua: #11c5c6;
  --green: #23c483;
  --orange: #ffb36b;
  --dark: #080d1b;
  --dark-2: #0e1528;
  --dark-3: #151f35;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(9, 17, 31, 0.12);
  --shadow-soft: 0 16px 44px rgba(9, 17, 31, 0.08);
  --shadow-card: 0 20px 50px rgba(9, 17, 31, 0.09);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(100,84,240,.14), transparent 32rem),
    radial-gradient(circle at 95% 8%, rgba(17,197,198,.13), transparent 30rem),
    linear-gradient(180deg, #fbfcff 0%, var(--bg) 44%, #ffffff 100%);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

button { border: 0; cursor: pointer; }

address { font-style: normal; }

::selection { background: var(--brand); color: var(--white); }

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--dark);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.container-narrow { width: min(100% - 40px, 930px); margin-inline: auto; }
.section { padding: 108px 0; }
.section-tight { padding: 78px 0; }
.section-muted { background: var(--surface); }
.section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(100,84,240,.10), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
}
.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 14% 10%, rgba(100,84,240,.44), transparent 33rem),
    radial-gradient(circle at 90% 78%, rgba(17,197,198,.22), transparent 27rem),
    linear-gradient(135deg, #080d1b 0%, #11192d 55%, #09111f 100%);
}

.topbar {
  color: #d6def0;
  background: var(--dark);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .89rem;
}
.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-links,
.topbar-note { display: flex; align-items: center; gap: 18px; }
.topbar a { color: #eaf0ff; transition: color .18s ease; }
.topbar a:hover { color: var(--aqua); }
.topbar-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd6ee;
}
.topbar-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,196,131,.16);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,230,242,.76);
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 44px rgba(9, 17, 31, 0.08);
  border-color: rgba(200,210,228,.9);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--text);
  font-weight: 760;
  font-size: .94rem;
  letter-spacing: -.01em;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.primary-nav a:hover { color: var(--ink); background: #eef2ff; transform: translateY(-1px); }
.primary-nav a.is-active { color: var(--brand-2); background: rgba(100,84,240,.10); }
.primary-nav .nav-cta {
  margin-left: 6px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 28px rgba(100,84,240,.23);
}
.primary-nav .nav-cta:hover { color: var(--white); background: linear-gradient(135deg, var(--brand-2), #3b35be); }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--ink);
  color: var(--white);
  position: relative;
}
.nav-toggle-line {
  position: absolute;
  left: 13px;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.nav-toggle-line:nth-child(1) { top: 15px; }
.nav-toggle-line:nth-child(2) { top: 22px; }
.nav-toggle-line:nth-child(3) { top: 29px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 84px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -18% -12%;
  height: 390px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(100,84,240,.10), transparent 64%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .86fr);
  align-items: center;
  gap: 64px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--brand-2);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 0 0 7px rgba(17,197,198,.12);
}
.eyebrow-light { color: #aab5ff; }
.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 6.35rem);
  line-height: .92;
  letter-spacing: -.075em;
}
.hero h1 span,
.gradient-text {
  background: linear-gradient(135deg, var(--brand) 8%, var(--aqua) 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead,
.page-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
}
.hero-actions,
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 840;
  letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 18px 40px rgba(100,84,240,.25); }
.button-primary:hover { box-shadow: 0 22px 52px rgba(100,84,240,.32); }
.button-secondary { color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 26px rgba(9,17,31,.06); }
.button-secondary:hover { border-color: var(--line-strong); box-shadow: 0 16px 34px rgba(9,17,31,.10); }
.button-light { color: var(--dark); background: var(--white); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.button-full { width: 100%; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 700px;
}
.proof-item {
  padding: 16px 18px;
  border: 1px solid rgba(200,210,228,.78);
  border-radius: 20px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 12px 28px rgba(9,17,31,.05);
}
.proof-item strong { display: block; color: var(--ink); font-size: .98rem; }
.proof-item span { display: block; margin-top: 2px; color: var(--muted); font-size: .92rem; }

.hero-visual {
  position: relative;
  min-height: 620px;
}
.visual-shell {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(100,84,240,.56), transparent 38%),
    radial-gradient(circle at 84% 88%, rgba(17,197,198,.28), transparent 33%),
    linear-gradient(145deg, #080d1b, #121b30 62%, #0b1020);
  box-shadow: 0 36px 90px rgba(8,13,27,.30);
}
.visual-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.visual-top,
.visual-card,
.dashboard-card,
.stack-node { position: relative; z-index: 1; }
.visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.window-dots { display: flex; gap: 8px; }
.window-dots span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.34); }
.visual-status { display: inline-flex; align-items: center; gap: 9px; color: #d8e3ff; font-size: .9rem; font-weight: 760; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(35,196,131,.15); }
.visual-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.visual-card small { display: block; color: #9facd1; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.visual-card h2 { margin: 10px 0 0; font-size: clamp(1.45rem, 2.4vw, 2.45rem); line-height: 1.05; letter-spacing: -.055em; }
.visual-card p { color: #cfd9f0; margin: 14px 0 0; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.dashboard-card {
  min-height: 126px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}
.dashboard-card span { color: #96a7d6; font-size: .8rem; font-weight: 820; text-transform: uppercase; letter-spacing: .12em; }
.dashboard-card strong { display: block; margin-top: 12px; font-size: 1.26rem; line-height: 1.18; }
.progress-line { height: 8px; margin-top: 18px; border-radius: 99px; background: rgba(255,255,255,.15); overflow: hidden; }
.progress-line i { display: block; height: 100%; width: 74%; border-radius: inherit; background: linear-gradient(90deg, var(--aqua), var(--green)); }
.stack-map { position: relative; z-index: 1; display: grid; gap: 12px; margin-top: 18px; }
.stack-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.stack-node b { font-size: .95rem; }
.stack-node em { color: #9fe7e5; font-style: normal; font-size: .88rem; font-weight: 780; }
.floating-badge {
  position: absolute;
  right: -8px;
  bottom: 44px;
  z-index: 2;
  width: min(270px, 80%);
  padding: 18px;
  border-radius: 24px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 26px 70px rgba(8,13,27,.22);
}
.floating-badge strong { display: block; font-size: 1.02rem; }
.floating-badge span { display: block; color: var(--muted); font-size: .9rem; margin-top: 4px; }

.section-heading { max-width: 760px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2,
.split-heading h2,
.cta-card h2,
.legal h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.section-dark .section-heading h2,
.section-dark .split-heading h2,
.section-dark .cta-card h2 { color: var(--white); }
.section-heading p,
.split-heading p,
.card p,
.feature-card p,
.service-detail p,
.legal p,
.legal li { color: var(--text); }
.section-dark .section-heading p,
.section-dark .split-heading p { color: #cdd7ed; }
.section-heading > p { margin: 18px 0 0; font-size: 1.05rem; }
.split-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .72fr);
  gap: 50px;
  align-items: end;
}
.split-heading p:last-child { margin: 0; font-size: 1.05rem; }

.marquee-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}
.marquee-inner {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 0;
}
.marquee-pill {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: .91rem;
  font-weight: 760;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.card,
.feature-card,
.service-detail,
.legal-card,
.contact-card,
.info-panel,
.quote-card {
  border: 1px solid rgba(223,230,242,.92);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}
.card {
  padding: 26px;
  border-radius: var(--radius-lg);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: rgba(100,84,240,.32); }
.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--brand-2);
  background: linear-gradient(135deg, rgba(100,84,240,.12), rgba(17,197,198,.12));
  border-radius: 18px;
  border: 1px solid rgba(100,84,240,.14);
  font-weight: 900;
}
.card h3,
.feature-card h3,
.service-detail h2,
.process-step h3,
.value-card h3,
.contact-card h3,
.legal h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.028em;
}
.card h3 { font-size: 1.23rem; }
.card p { margin: 12px 0 0; }
.card-link { display: inline-flex; margin-top: 18px; color: var(--brand-2); font-weight: 850; }
.card-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.card.dark {
  color: var(--white);
  background: linear-gradient(145deg, #0b1020, #151f35);
  border-color: rgba(255,255,255,.10);
}
.card.dark h3, .card.dark p { color: var(--white); }
.card.dark p { color: #cdd7ed; }

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 28px;
  align-items: stretch;
}
.feature-card {
  padding: 32px;
  border-radius: var(--radius-xl);
}
.feature-card.large { padding: 42px; }
.feature-card h3 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); }
.feature-card p { margin: 14px 0 0; }
.check-list,
.clean-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li,
.clean-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
}
.check-list li::before,
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(17,197,198,.14);
  border: 1px solid rgba(17,197,198,.32);
}
.check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: .73em;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--aqua);
  border-bottom: 2px solid var(--aqua);
  transform: rotate(45deg);
}
.clean-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: .74em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua);
}

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 34px; }
.process-step {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
}
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: var(--dark);
  background: var(--white);
  border-radius: 14px;
  font-weight: 900;
}
.process-step h3 { color: var(--white); font-size: 1.16rem; }
.process-step p { color: #cbd6ee; margin: 10px 0 0; }

.tech-grid { display: grid; grid-template-columns: .78fr 1fr; gap: 28px; align-items: start; }
.tech-panel {
  position: sticky;
  top: 120px;
  padding: 34px;
  border-radius: var(--radius-xl);
  color: var(--white);
  background: linear-gradient(145deg, #0b1020, #151f35);
  box-shadow: var(--shadow);
}
.tech-panel h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.055em; }
.tech-panel p { color: #cdd7ed; margin: 16px 0 0; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.tech-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  color: #e6ecfb;
  font-size: .9rem;
  font-weight: 760;
}
.service-list { display: grid; gap: 18px; }
.service-detail {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 26px;
  border-radius: var(--radius-lg);
}
.service-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  color: var(--brand-2);
  background: rgba(100,84,240,.10);
  font-weight: 900;
}
.service-detail h2 { font-size: 1.32rem; }
.service-detail p { margin: 10px 0 0; }
.service-detail ul { margin: 14px 0 0; padding-left: 19px; color: var(--text); }

.page-hero {
  padding: 94px 0 72px;
  background:
    radial-gradient(circle at 16% 0%, rgba(100,84,240,.16), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(17,197,198,.12), transparent 27rem);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .44fr);
  gap: 42px;
  align-items: end;
}
.breadcrumbs { display: flex; gap: 8px; color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.breadcrumbs a { color: var(--brand-2); font-weight: 780; }
.page-hero-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
}
.page-hero-card strong { display: block; color: var(--ink); font-size: 1.04rem; }
.page-hero-card span { display: block; margin-top: 5px; color: var(--muted); }

.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.value-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.value-card span { color: var(--brand-2); font-weight: 900; }
.value-card h3 { margin-top: 16px; font-size: 1.14rem; }
.value-card p { color: var(--text); margin: 10px 0 0; }

.about-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 32px; align-items: start; }
.about-story {
  padding: 40px;
  border-radius: var(--radius-xl);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.about-story h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.052em; }
.about-story p { color: var(--text); font-size: 1.04rem; }
.info-panel { padding: 30px; border-radius: var(--radius-xl); }
.info-panel h3 { margin: 0 0 16px; font-size: 1.3rem; }
.info-row { padding: 16px 0; border-top: 1px solid var(--line); }
.info-row:first-of-type { border-top: 0; padding-top: 0; }
.info-row span { display: block; color: var(--muted); font-size: .85rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.info-row strong, .info-row a { display: block; margin-top: 4px; color: var(--ink); font-weight: 760; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.contact-card { padding: 28px; border-radius: var(--radius-xl); }
.contact-card h2, .contact-card h3 { margin: 0; }
.contact-card h2 { font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1; letter-spacing: -.052em; }
.contact-options { display: grid; gap: 14px; margin-top: 24px; }
.contact-option {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface-2);
}
.contact-option i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: var(--brand-2);
  background: rgba(100,84,240,.10);
  font-style: normal;
  font-weight: 900;
}
.contact-option span { display: block; color: var(--muted); font-size: .86rem; font-weight: 820; text-transform: uppercase; letter-spacing: .1em; }
.contact-option a,
.contact-option strong { display: block; color: var(--ink); font-weight: 820; overflow-wrap: anywhere; }
.contact-form {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-card);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-weight: 820; font-size: .94rem; }
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #fbfcff;
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.form-field textarea { min-height: 154px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--brand);
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(100,84,240,.11);
}
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .92rem; }
.checkbox-field { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-size: .93rem; }
.checkbox-field input { margin-top: .28rem; }
.checkbox-field a { color: var(--brand-2); font-weight: 820; }
.hidden-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 34px; align-items: start; }
.legal-nav {
  position: sticky;
  top: 116px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.legal-nav strong { display: block; margin-bottom: 12px; }
.legal-nav a { display: block; padding: 9px 0; color: var(--text); font-weight: 760; border-top: 1px solid var(--line); }
.legal-nav a:first-of-type { border-top: 0; }
.legal-nav a:hover { color: var(--brand-2); }
.legal {
  padding: 38px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-card);
}
.legal h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); margin-top: 36px; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { font-size: 1rem; }
.legal a { color: var(--brand-2); font-weight: 820; }
.legal ul { padding-left: 22px; }
.updated { color: var(--muted); font-weight: 760; }

.cta-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 44px;
  border-radius: 36px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(100,84,240,.72), transparent 34rem),
    radial-gradient(circle at 88% 80%, rgba(17,197,198,.34), transparent 28rem),
    linear-gradient(145deg, #080d1b, #151f35);
  box-shadow: 0 30px 88px rgba(8,13,27,.24);
}
.cta-card h2 { color: var(--white); }
.cta-card p { max-width: 700px; color: #cdd7ed; margin: 14px 0 0; }

.site-footer {
  color: #cbd6ee;
  background: var(--dark);
  padding: 70px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .72fr .72fr .92fr;
  gap: 34px;
}
.footer-logo { width: 178px; }
.footer-about p { color: #aab5cf; margin: 18px 0 0; }
.footer-col h2, .footer-col h3 { color: var(--white); margin: 0 0 16px; font-size: 1.05rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #cbd6ee; }
.footer-links a:hover { color: var(--aqua); }
.footer-contact { display: grid; gap: 10px; color: #cbd6ee; }
.footer-contact a:hover { color: var(--aqua); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: #94a3bd;
  font-size: .92rem;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-legal a:hover { color: var(--aqua); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .68s ease, transform .68s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .hero-grid, .feature-band, .tech-grid, .about-layout, .contact-layout, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .visual-shell { min-height: 520px; }
  .tech-panel { position: relative; top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .header-inner { min-height: 74px; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .primary-nav {
    position: fixed;
    inset: 75px 20px auto 20px;
    display: grid;
    justify-items: stretch;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { justify-content: flex-start; padding: 0 16px; min-height: 48px; }
  .primary-nav .nav-cta { margin-left: 0; justify-content: center; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container, .container-narrow { width: min(100% - 28px, var(--container)); }
  .section { padding: 76px 0; }
  .section-tight { padding: 58px 0; }
  .hero { padding: 76px 0 58px; }
  .hero h1, .page-hero h1 { letter-spacing: -.06em; }
  .hero-proof, .dashboard-grid, .process-grid, .value-grid, .form-grid { grid-template-columns: 1fr; }
  .visual-shell { min-height: 0; padding: 18px; border-radius: 30px; }
  .floating-badge { position: relative; width: 100%; right: auto; bottom: auto; margin-top: 16px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-detail { grid-template-columns: 1fr; }
  .brand img, .footer-logo { width: 154px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .about-story, .contact-form, .legal, .cta-card { padding: 24px; border-radius: 26px; }
  .button { width: 100%; }
  .actions .button, .hero-actions .button { width: 100%; }
}
