:root {
  --violet: #2f1674;
  --violet-2: #1e0e51;
  --magenta: #a4146f;
  --fuchsia: #c51696;
  --ink: #0f0f14;
  --paper: #ffffff;
  --muted: #5e6070;
  --line: #e6e2f1;
  --wash: #f7f5ff;
  --shadow-md: 0 14px 42px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 24px 80px rgba(0, 0, 0, 0.16);
  --radius: 18px;
  --container: 1160px;
  --pad: clamp(18px, 2vw, 28px);
  --h1: clamp(2.2rem, 3.2vw, 3.4rem);
  --h2: clamp(1.6rem, 2.2vw, 2.2rem);
  --h3: 1.1rem;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --head: "Plus Jakarta Sans", var(--sans);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: radial-gradient(1200px 800px at 10% 0%, rgba(197, 22, 150, 0.12), transparent 50%),
    radial-gradient(900px 700px at 90% 10%, rgba(47, 22, 116, 0.12), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfaff);
  line-height: 1.5;
}

section[id] {
  scroll-margin-top: 92px;
}

.hp {
  display: none !important;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(197, 22, 150, 0.35);
  outline-offset: 2px;
  border-radius: 10px;
}

.container {
  width: min(var(--container), 100% - var(--pad) * 2);
  margin: 0 auto;
}

.section {
  padding: clamp(56px, 6vw, 92px) 0;
}

.section.compact {
  padding: clamp(44px, 5vw, 72px) 0;
}

.band {
  background: var(--paper);
}

.band-deep {
  color: #ffffff;
  background: radial-gradient(1200px 700px at 15% 0%, rgba(197, 22, 150, 0.45), transparent 55%),
    radial-gradient(900px 700px at 85% 10%, rgba(47, 22, 116, 0.6), transparent 60%),
    linear-gradient(135deg, var(--violet), var(--magenta));
}

.band-neutral {
  background: linear-gradient(180deg, #fbfaff, #ffffff);
}

.muted {
  color: var(--muted);
}

.fine {
  font-size: 0.9rem;
}

.kicker {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 14px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(230, 226, 241, 1);
  box-shadow: 0 18px 44px rgba(15, 15, 20, 0.16);
  color: rgba(15, 15, 20, 0.92);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(230, 226, 241, 0.8);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
  min-width: 240px;
}

.brand-mark {
  grid-row: 1 / span 2;
  filter: drop-shadow(0 14px 22px rgba(47, 22, 116, 0.18));
}

.brand-word {
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-name {
  font-size: 1.05rem;
}

.brand-dot {
  font-size: 1.05rem;
  color: rgba(94, 96, 112, 0.9);
}

.brand-tag {
  font-size: 0.88rem;
  color: rgba(94, 96, 112, 0.9);
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.nav-link {
  font-size: 0.95rem;
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(15, 15, 20, 0.82);
}

.nav-link:hover {
  background: rgba(230, 226, 241, 0.6);
}

.nav-link.is-active {
  background: rgba(47, 22, 116, 0.08);
  color: rgba(47, 22, 116, 1);
}

.nav-cta {
  background: linear-gradient(135deg, rgba(47, 22, 116, 0.95), rgba(197, 22, 150, 0.95));
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(47, 22, 116, 0.16);
}

.nav-cta:hover {
  background: linear-gradient(135deg, rgba(47, 22, 116, 1), rgba(197, 22, 150, 1));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.region-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(230, 226, 241, 0.6);
}

.region-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 0.9rem;
  border-radius: 999px;
  color: rgba(15, 15, 20, 0.8);
}

.region-pill.is-active {
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 15, 20, 0.08);
  color: rgba(47, 22, 116, 1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(230, 226, 241, 1);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(15, 15, 20, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(15, 15, 20, 0.85);
  margin: 4px auto;
  border-radius: 999px;
}

.nav-drawer {
  border-top: 1px solid rgba(230, 226, 241, 0.8);
  padding: 12px 0 16px;
}

.nav-drawer-inner {
  display: grid;
  gap: 8px;
}

.nav-link.subtle {
  color: rgba(94, 96, 112, 0.95);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(230, 226, 241, 0.7);
}

.hero .hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  padding: clamp(70px, 8vw, 120px) 0;
}

.hero h1 {
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: var(--h1);
  margin: 10px 0 12px;
}

.hero p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 56ch;
}

.hero .cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(230, 226, 241, 1);
  background: rgba(255, 255, 255, 0.94);
  color: rgba(15, 15, 20, 0.92);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(15, 15, 20, 0.12);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  border: none;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(47, 22, 116, 0.98), rgba(197, 22, 150, 0.98));
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.92);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

.btn-block {
  width: 100%;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 24px 60px rgba(15, 15, 20, 0.24);
  position: relative;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(600px 220px at 10% 10%, rgba(255, 255, 255, 0.22), transparent 60%);
  pointer-events: none;
}

.hero-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric {
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.metric .label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.metric .value {
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin-top: 4px;
}

.metric .hint {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 6px;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.6vw, 34px);
}

h2 {
  font-family: var(--head);
  font-size: var(--h2);
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

h3 {
  font-family: var(--head);
  font-size: var(--h3);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.lead {
  font-size: 1.08rem;
  color: rgba(15, 15, 20, 0.78);
  max-width: 70ch;
}

.card {
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid rgba(230, 226, 241, 1);
  box-shadow: 0 18px 46px rgba(15, 15, 20, 0.06);
  padding: 20px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15, 15, 20, 0.09);
}

.card.deep {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 22, 116, 0.06);
  border: 1px solid rgba(47, 22, 116, 0.12);
  color: rgba(47, 22, 116, 0.94);
}

.chip strong {
  font-family: var(--head);
  letter-spacing: -0.02em;
}

.list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 16px 0 0;
}

.list li {
  color: rgba(15, 15, 20, 0.78);
}

.list li::marker {
  color: rgba(164, 20, 111, 0.65);
}

.data-surface {
  border-radius: var(--radius);
  border: 1px solid rgba(230, 226, 241, 1);
  background: linear-gradient(180deg, #ffffff, #fbfaff);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(15, 15, 20, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.data-surface:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15, 15, 20, 0.09);
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .card,
  .data-surface,
  .btn {
    transition: none;
  }

  .card:hover,
  .data-surface:hover,
  .btn:hover {
    transform: none;
    box-shadow: none;
  }
}

.data-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(230, 226, 241, 0.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 226, 241, 0.65) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.55;
  pointer-events: none;
}

.data-surface .data-inner {
  position: relative;
  padding: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 0.92rem;
  color: rgba(15, 15, 20, 0.76);
}

.field input,
.field select,
.field textarea {
  border-radius: 14px;
  border: 1px solid rgba(230, 226, 241, 1);
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.96);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-status {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(230, 226, 241, 1);
  background: rgba(247, 245, 255, 0.85);
  color: rgba(15, 15, 20, 0.85);
  font-size: 0.95rem;
}

.form-status.ok {
  border-color: rgba(47, 22, 116, 0.22);
  background: rgba(47, 22, 116, 0.08);
  color: rgba(47, 22, 116, 0.98);
}

.form-status.error {
  border-color: rgba(164, 20, 111, 0.28);
  background: rgba(164, 20, 111, 0.08);
  color: rgba(164, 20, 111, 1);
}

.form-status.info {
  border-color: rgba(94, 96, 112, 0.24);
  background: rgba(94, 96, 112, 0.08);
  color: rgba(15, 15, 20, 0.85);
}

.help {
  font-size: 0.88rem;
  color: rgba(94, 96, 112, 0.9);
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--mono);
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(230, 226, 241, 1);
}

.table th,
.table td {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(230, 226, 241, 1);
  text-align: right;
  white-space: nowrap;
}

.table th:first-child,
.table td:first-child {
  text-align: left;
}

.table th {
  font-weight: 700;
  color: rgba(15, 15, 20, 0.78);
  background: rgba(247, 245, 255, 0.92);
}

.table tr:last-child td {
  border-bottom: none;
}

.table td[contenteditable="true"] {
  background: rgba(197, 22, 150, 0.06);
  outline: none;
  border-radius: 10px;
}

.table td.negative {
  color: rgba(164, 20, 111, 1);
}

.table td.positive {
  color: rgba(47, 22, 116, 1);
}

.h-captcha {
  margin-top: 14px;
}

details.card summary {
  cursor: pointer;
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.02em;
}

details.card summary::marker {
  color: rgba(164, 20, 111, 0.65);
}

details.card p {
  margin: 12px 0 0;
}

.site-footer {
  border-top: 1px solid rgba(230, 226, 241, 1);
  background: linear-gradient(180deg, #ffffff, #fbfaff);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 26px;
}

.footer-brand {
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
}

.footer-h {
  font-family: var(--head);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.footer-link {
  display: inline-block;
  padding: 6px 0;
  color: rgba(15, 15, 20, 0.8);
}

.footer-link:hover {
  color: rgba(47, 22, 116, 1);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.badge {
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 22, 116, 0.06);
  border: 1px solid rgba(47, 22, 116, 0.12);
  color: rgba(47, 22, 116, 0.95);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .brand {
    min-width: 0;
  }

  .brand-tag {
    display: none;
  }

  .hero .hero-inner {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .region-switch {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
