:root {
  color-scheme: dark;
  --bg: #040a12;
  --bg-soft: #07121f;
  --surface: #0b1a2a;
  --surface-strong: #10263b;
  --surface-raised: #132d45;
  --text: #f3f8fc;
  --text-soft: #d7e4ed;
  --muted: #9fb0c1;
  --muted-2: #73879b;
  --brand: #42e6b1;
  --brand-strong: #20c997;
  --brand-cool: #5ac8ff;
  --brand-violet: #9b8cff;
  --warn: #f7c75b;
  --danger: #ff8298;
  --line: rgba(190, 220, 240, 0.13);
  --line-strong: rgba(190, 220, 240, 0.22);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow-sm: 0 16px 45px rgba(0, 0, 0, 0.2);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --max: 1200px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 10% -6%, rgba(66, 230, 177, 0.16), transparent 30%),
    radial-gradient(circle at 96% 2%, rgba(90, 200, 255, 0.13), transparent 29%),
    linear-gradient(180deg, #06111d 0%, var(--bg) 58%, #03070d 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  color: #02120d;
  background: rgba(66, 230, 177, 0.9);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

code,
pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--brand-cool);
  outline-offset: 3px;
}

.container,
.narrow {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  width: min(900px, calc(100% - 40px));
}

.section {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0;
}

.section + .section {
  border-top: 1px solid rgba(190, 220, 240, 0.055);
}

.section.small {
  padding: clamp(48px, 6vw, 72px) 0;
}

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

.center {
  text-align: center;
}

.kicker,
.sku-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(66, 230, 177, 0.24);
  border-radius: 999px;
  background: rgba(66, 230, 177, 0.075);
  color: #cffff0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.045em;
}

.kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 20px rgba(66, 230, 177, 0.85);
  content: "";
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(190, 220, 240, 0.1);
  background: rgba(4, 10, 18, 0.78);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: flex;
  min-width: 208px;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 8px 18px rgba(66, 230, 177, 0.2));
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 5px;
  color: #9fb4c6;
  font-size: 11px;
  letter-spacing: 0.055em;
}

.nav-links,
.nav-actions,
.actions,
.tags,
.pill-list,
.mini-meta,
.legal-meta,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 9px 9px;
  border-radius: 11px;
  color: #c5d4df;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-links a.active {
  box-shadow: inset 0 0 0 1px rgba(90, 200, 255, 0.12);
}

.nav-actions {
  flex: 0 0 auto;
}

.menu {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: #f2f8fc;
  font-weight: 830;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  border-color: rgba(90, 200, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand) 0%, #4bd8e5 100%);
  box-shadow: 0 15px 40px rgba(40, 211, 169, 0.2);
  color: #02130e;
}

.btn.primary:hover {
  box-shadow: 0 20px 52px rgba(40, 211, 169, 0.3);
}

.btn.small {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 11px;
  font-size: 12px;
}

.btn.link {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #cffff0;
}

.btn.warn {
  border-color: rgba(247, 199, 91, 0.36);
  background: rgba(247, 199, 91, 0.1);
  color: #ffe6a6;
}

.hero {
  position: relative;
  padding: clamp(68px, 8vw, 112px) 0 clamp(58px, 7vw, 92px);
  overflow: clip;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -16vw;
  bottom: -32vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(90, 200, 255, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(90, 200, 255, 0.035);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
  gap: clamp(34px, 5vw, 64px);
}

.h1 {
  margin: 24px 0 20px;
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.04;
}

.grad {
  color: transparent;
  background: linear-gradient(120deg, #fff 8%, #c1ffeb 44%, #65d3ff 78%, #b0a7ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.lead {
  max-width: 820px;
  margin: 0 0 18px;
  color: #e3eef5;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.5;
}

.sublead,
.section-desc {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.actions {
  flex-wrap: wrap;
  gap: 11px;
  margin: 30px 0;
}

.tags,
.pill-list,
.mini-meta,
.legal-meta,
.contact-actions {
  flex-wrap: wrap;
}

.tag,
.pill,
.mini-meta span,
.legal-meta span {
  padding: 7px 11px;
  border: 1px solid rgba(190, 220, 240, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #c9d8e3;
  font-size: 12px;
  font-weight: 720;
}

.pill,
.mini-meta span {
  border-color: rgba(66, 230, 177, 0.22);
  background: rgba(66, 230, 177, 0.07);
  color: #cffff0;
}

.hero-card {
  position: relative;
  isolation: isolate;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(190, 220, 240, 0.16);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.hero-card::before {
  position: absolute;
  z-index: -1;
  top: -130px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(66, 230, 177, 0.2);
  filter: blur(62px);
  content: "";
}

.window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 220, 240, 0.15);
  border-radius: 24px;
  background: rgba(4, 12, 21, 0.9);
}

.window-top {
  display: flex;
  height: 43px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(190, 220, 240, 0.1);
  background: #0a1725;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8298;
}

.dot:nth-child(2) { background: var(--warn); }
.dot:nth-child(3) { background: var(--brand); }

.window-body {
  padding: 20px;
}

.message,
.pipe-item,
.stat,
.spec {
  border: 1px solid rgba(190, 220, 240, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.message {
  padding: 14px;
  border-color: rgba(90, 200, 255, 0.2);
  border-radius: 16px;
  background: rgba(90, 200, 255, 0.075);
  color: #e3f4ff;
}

.pipe {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.pipe-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 13px;
  color: #d7e4ed;
  font-size: 12px;
}

.pipe-item b {
  display: inline-flex;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(66, 230, 177, 0.12);
  color: var(--brand);
}

.stat-grid,
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.stat,
.spec {
  min-width: 0;
  padding: 13px;
  border-radius: 14px;
}

.stat strong {
  display: block;
  color: #fff;
}

.stat span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.spec {
  color: #dbe7ef;
  font-size: 13px;
}

.page-hero {
  position: relative;
  padding: clamp(64px, 7vw, 92px) 0 clamp(44px, 5vw, 64px);
  overflow: clip;
  border-bottom: 1px solid rgba(190, 220, 240, 0.09);
  background:
    radial-gradient(circle at 76% 0%, rgba(90, 200, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
}

.breadcrumb {
  color: #bfffea;
  font-size: 13px;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero h1,
.section-title,
h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 880;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.page-hero h1 {
  max-width: 980px;
  margin-top: 17px;
  font-size: clamp(40px, 5.2vw, 68px);
}

.page-hero p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.grid,
.pricing,
.shot-grid,
.contact-grid,
.steps,
.timeline,
.legal-content,
.form,
.contact-compact {
  display: grid;
  gap: 18px;
}

.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card,
.price-card,
.shot,
.step-body,
.doc-sidebar,
.company-info,
.contact-card,
.procure-box,
.legal-note,
.callout,
.notice {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-sm);
}

.card,
.price-card,
.shot,
.company-info,
.contact-card {
  min-width: 0;
  border-radius: var(--radius);
  padding: 25px;
}

.card {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.card.highlight,
.price-card.featured,
.procure-box,
.callout {
  border-color: rgba(66, 230, 177, 0.25);
  background: linear-gradient(135deg, rgba(66, 230, 177, 0.11), rgba(90, 200, 255, 0.055));
}

.card h3,
.price-card h3,
.shot h3,
.step-body h3 {
  margin: 0 0 9px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.card p,
.shot p,
.step-body p {
  margin: 0;
  color: var(--muted);
}

.card .icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border: 1px solid rgba(66, 230, 177, 0.18);
  border-radius: 15px;
  background: rgba(66, 230, 177, 0.09);
  font-size: 24px;
}

.list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.list li {
  position: relative;
  min-width: 0;
  padding-left: 31px;
  color: #d7e4ed;
}

.list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(66, 230, 177, 0.12);
  color: var(--brand);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.split,
.company-info-grid,
.doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(28px, 4vw, 48px);
}

.quote {
  padding: 28px;
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255, 255, 255, 0.045);
  color: #edf7fb;
  font-size: clamp(21px, 2.5vw, 29px);
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.callout,
.procure-box,
.legal-note,
.notice {
  border-radius: 20px;
  padding: 24px;
}

.notice {
  border-color: rgba(247, 199, 91, 0.28);
  background: rgba(247, 199, 91, 0.075);
  color: #ffe7a8;
}

.danger {
  border-color: rgba(255, 130, 152, 0.28);
  background: rgba(255, 130, 152, 0.08);
  color: #ffd0d8;
}

.table-wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--shadow-sm);
  scrollbar-color: rgba(90, 200, 255, 0.35) rgba(255, 255, 255, 0.04);
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 15px 17px;
  border-bottom: 1px solid rgba(190, 220, 240, 0.085);
  text-align: left;
  vertical-align: top;
}

.table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #102438;
  color: #fff;
  font-size: 13px;
}

.table td {
  color: #cbd9e3;
}

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

.code {
  position: relative;
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #02070d;
  color: #ccf8e9;
  font-size: 13px;
  line-height: 1.68;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
}

.copy-btn {
  position: sticky;
  top: 0;
  left: 100%;
  min-width: 64px;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #13283d;
  color: #fff;
  cursor: pointer;
}

.step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
}

.step-num {
  position: relative;
  z-index: 1;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--brand), var(--brand-cool));
  color: #02130e;
  font-weight: 900;
}

.step-body {
  min-width: 0;
  padding: 18px;
  border-radius: 18px;
}

.timeline {
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 22px;
  width: 2px;
  background: linear-gradient(var(--brand), transparent);
  content: "";
}

.pricing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.price {
  margin: 12px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.doc-layout {
  grid-template-columns: 260px minmax(0, 1fr);
}

.doc-sidebar {
  position: sticky;
  top: 96px;
  padding: 14px;
  border-radius: 20px;
}

.doc-sidebar a {
  display: block;
  padding: 9px 10px;
  border-radius: 11px;
  color: #c7d5df;
  font-size: 13px;
}

.doc-sidebar a:hover {
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.doc-content {
  min-width: 0;
}

.doc-content h2,
.legal-content h2 {
  margin: 40px 0 12px;
  font-size: 30px;
}

.doc-content h3 {
  margin: 27px 0 10px;
  font-size: 21px;
}

.doc-content p,
.doc-content li,
.legal-content p,
.legal-content li,
.legal-note {
  color: #cbd9e3;
}

.form-grid,
.checkbox-grid,
.shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.form label {
  display: grid;
  gap: 7px;
  color: #cbd9e3;
  font-size: 13px;
  font-weight: 800;
}

.input,
.textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.textarea {
  min-height: 150px;
}

.check-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  color: #d7e4ed;
}

.check-card input {
  margin-top: 5px;
}

.faq details {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
}

.faq details + details {
  margin-top: 11px;
}

.faq summary {
  color: #fff;
  font-weight: 820;
  cursor: pointer;
}

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

.shot {
  padding: 15px;
}

.shot img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #06111f;
}

.shot h3 {
  margin: 16px 7px 6px;
}

.shot p {
  margin: 0 7px 8px;
}

.contact-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.contact-card {
  position: relative;
  display: grid;
  min-height: 230px;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

.contact-card::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(90, 200, 255, 0.075);
  filter: blur(22px);
  pointer-events: none;
  content: "";
}

.contact-card.creator::after { background: rgba(66, 230, 177, 0.075); }
.contact-card.support::after { background: rgba(247, 199, 91, 0.075); }

.contact-role {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 11px;
  border: 1px solid rgba(90, 200, 255, 0.22);
  border-radius: 9px;
  background: rgba(90, 200, 255, 0.1);
  color: #9adfff;
  font-size: 12px;
  font-weight: 900;
}

.contact-role.creator {
  border-color: rgba(66, 230, 177, 0.22);
  background: rgba(66, 230, 177, 0.1);
  color: #89f4cf;
}

.contact-role.support {
  border-color: rgba(247, 199, 91, 0.22);
  background: rgba(247, 199, 91, 0.1);
  color: #f9da82;
}

.contact-name {
  margin: 0 0 7px;
  font-size: 29px;
  line-height: 1.2;
}

.contact-phone {
  display: block;
  width: fit-content;
  margin: 4px 0 8px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 900;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.contact-scope,
.contact-tip {
  color: var(--muted);
}

.contact-scope {
  margin: 0 0 14px;
  font-size: 14px;
}

.contact-tip {
  margin: 10px 0 0;
  font-size: 12px;
}

.contact-actions .btn {
  min-height: 42px;
  padding: 9px 12px;
  font-size: 12px;
}

.contact-qr-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 190px;
  justify-self: end;
  padding: 10px;
  border: 1px solid rgba(220, 235, 245, 0.5);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.23);
}

.contact-qr-link img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.company-info-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.company-info dl {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 11px 18px;
  margin: 0;
}

.company-info dt {
  color: #8da0b2;
}

.company-info dd {
  min-width: 0;
  margin: 0;
  color: #edf6fb;
  font-weight: 740;
  overflow-wrap: anywhere;
}

.legal-content {
  gap: 8px;
}

.release-note {
  padding: 16px;
  border: 1px solid rgba(66, 230, 177, 0.22);
  border-radius: 17px;
  background: rgba(66, 230, 177, 0.075);
  color: #d5faed;
}

.contact-compact a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-compact strong { color: #fff; }
.contact-compact span { color: var(--muted); }

.footer {
  padding: 62px 0 max(28px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(190, 220, 240, 0.09);
  background: rgba(2, 7, 13, 0.92);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(120px, 1fr));
  gap: 28px;
}

.footer h4 {
  margin: 0 0 13px;
  color: #eaf4f9;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.footer a,
.footer p {
  display: block;
  margin: 7px 0;
  color: #8fa1b2;
  font-size: 13px;
}

.footer a:hover {
  color: #d9f9ee;
}

.footer-brand {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.footer-operator { color: #bdcbd6 !important; }
.footer-domain { display: inline-block !important; color: #cffff0 !important; font-weight: 800; }
.icp-link { display: inline !important; color: #91a4b5 !important; }
.icp-link:hover { color: #cffff0 !important; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(190, 220, 240, 0.08);
  color: #708396;
  font-size: 12px;
}

.smalltext {
  color: var(--muted-2);
  font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .shot:hover,
  .price-card:hover {
    border-color: rgba(90, 200, 255, 0.23);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
    transform: translateY(-4px);
  }
}

@media (max-width: 1180px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu {
    display: inline-flex;
  }

  .nav.open {
    max-height: 100dvh;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0 max(18px, env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .nav.open .nav-links,
  .nav.open .nav-actions {
    display: grid;
    width: 100%;
  }

  .nav.open .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: calc(100dvh - 190px);
    padding: 10px 0;
    overflow-y: auto;
    border-top: 1px solid rgba(190, 220, 240, 0.1);
  }

  .nav.open .nav-links a {
    min-height: 44px;
    padding: 11px 13px;
  }

  .nav.open .nav-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 10px;
    border-top: 1px solid rgba(190, 220, 240, 0.1);
  }

  .nav.open .nav-actions .btn {
    width: 100%;
  }

  .hero-grid,
  .split,
  .doc-layout,
  .company-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 46px;
  }

  .hero-card {
    width: min(780px, 100%);
  }

  .grid.four,
  .pricing,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doc-sidebar {
    position: relative;
    top: auto;
  }

  .brand {
    min-width: 0;
  }
}

@media (max-width: 780px) {
  .grid.three,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .checkbox-grid,
  .shot-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 0;
  }

  .contact-qr-link {
    width: min(250px, 100%);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .container,
  .narrow {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    min-height: 68px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    max-width: 190px;
    font-size: 10px;
    line-height: 1.25;
  }

  .menu {
    width: 43px;
    height: 43px;
  }

  .nav.open .nav-links,
  .nav.open .nav-actions {
    grid-template-columns: 1fr;
  }

  .nav.open .nav-links {
    max-height: calc(100dvh - 220px);
  }

  .hero {
    padding-top: 52px;
  }

  .h1 {
    margin-top: 18px;
    font-size: clamp(39px, 12vw, 54px);
    letter-spacing: -0.052em;
  }

  .lead {
    font-size: 19px;
  }

  .sublead,
  .section-desc,
  .page-hero p {
    font-size: 16px;
  }

  .hero-card {
    padding: 12px;
    border-radius: 24px;
  }

  .window {
    border-radius: 18px;
  }

  .window-body {
    padding: 14px;
  }

  .page-hero {
    padding: 50px 0 38px;
  }

  .page-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.04em;
  }

  .section-head {
    display: block;
  }

  .section-head .btn {
    margin-top: 12px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .pricing,
  .footer-grid,
  .stat-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .actions .btn {
    width: 100%;
  }

  .card,
  .price-card,
  .company-info,
  .contact-card {
    padding: 21px;
  }

  .quote {
    padding: 22px;
    font-size: 21px;
  }

  .step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .step-num {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .timeline::before {
    left: 19px;
  }

  .table {
    min-width: 680px;
  }

  .table th,
  .table td {
    padding: 13px 14px;
  }

  .company-info dl {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .company-info dd {
    margin-bottom: 10px;
  }

  .contact-name {
    font-size: 26px;
  }

  .contact-compact a {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .footer {
    padding-top: 48px;
  }
}

@media (max-width: 390px) {
  .brand small {
    max-width: 155px;
    letter-spacing: 0;
  }

  .h1 {
    font-size: 37px;
  }

  .page-hero h1 {
    font-size: 33px;
  }

  .tags {
    gap: 7px;
  }

  .tag {
    padding: 6px 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
