:root {
  --bg: #07111f;
  --bg-soft: #0c1a2d;
  --bg-card: rgba(15, 30, 51, 0.78);
  --text: #eef6ff;
  --muted: #9fb1c8;
  --line: rgba(158, 190, 230, 0.18);
  --accent: #39d6c5;
  --accent-2: #7aa7ff;
  --warning: #ffd166;
  --danger: #ff6b6b;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --max: 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", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(57, 214, 197, 0.18), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(122, 167, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #07111f 0%, #08121f 42%, #050b14 100%);
  color: var(--text);
  line-height: 1.6;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  padding-right: 0.06em;
  padding-bottom: 0.08em;
  font-size: clamp(2.75rem, 7vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  overflow: visible;
}

h2 {
  margin-bottom: 16px;
  padding-bottom: 0.08em;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.site-shell {
  overflow-x: hidden;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  min-height: 1.3em;
  align-items: center;
  gap: 12px;
  overflow: visible;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(57, 214, 197, 0.24);
  border-radius: 14px;
  background: rgba(3, 10, 18, 0.6);
  box-shadow: 0 0 28px rgba(57, 214, 197, 0.22);
}

.brand-mark img,
.modal-mark img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.brand-text {
  display: inline-block;
  padding-bottom: 0.08em;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.nav-button:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px 13px;
  font: inherit;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #04111c;
  box-shadow: 0 18px 45px rgba(57, 214, 197, 0.22);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.hero {
  padding: 86px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 50px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(57, 214, 197, 0.25);
  border-radius: 999px;
  padding: 9px 13px 10px;
  background: rgba(57, 214, 197, 0.08);
  color: #c6fff7;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.gradient-text {
  display: inline-block;
  padding-right: 0.06em;
  background: linear-gradient(135deg, #fff, #b8fff6 45%, #abc4ff 100%);
  background-clip: text;
  color: transparent;
  overflow: visible;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.center-actions {
  justify-content: center;
  margin-bottom: 0;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px 9px;
  background: rgba(255, 255, 255, 0.04);
  line-height: 1.2;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.product-card::before {
  position: absolute;
  inset: -120px -120px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(57, 214, 197, 0.26), transparent 62%);
  content: "";
}

.mock-window {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(4, 12, 22, 0.82);
}

.window-bar {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.dot:nth-child(1) {
  background: var(--danger);
}

.dot:nth-child(2) {
  background: var(--warning);
}

.dot:nth-child(3) {
  background: var(--accent);
}

.flow-body {
  padding: 20px;
}

.flow-step {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.flow-step:last-child {
  margin-bottom: 0;
}

.step-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(57, 214, 197, 0.14);
  color: #b8fff6;
  font-weight: 900;
}

.flow-step strong {
  display: block;
  padding-bottom: 0.08em;
  line-height: 1.2;
}

.flow-step span {
  color: var(--muted);
  font-size: 0.9rem;
}

.status {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

section {
  padding: 76px 0;
}

.insight-strip {
  padding: 24px 0 6px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 1px solid rgba(57, 214, 197, 0.18);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.strip-grid div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: rgba(3, 10, 18, 0.36);
}

.strip-grid strong,
.strip-grid span {
  display: block;
}

.strip-grid strong {
  margin-bottom: 5px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.25;
}

.strip-grid span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p,
.large-muted {
  color: var(--muted);
  font-size: 1.08rem;
}

.grid-3,
.grid-2,
.process {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.problem-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.card.problem-card,
.card.solution-card {
  min-height: 360px;
  border-color: rgba(57, 214, 197, 0.22);
  padding: 42px 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(57, 214, 197, 0.12), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(122, 167, 255, 0.1), transparent 42%),
    var(--bg-card);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.card.problem-card {
  border-color: rgba(122, 167, 255, 0.22);
}

.card.problem-card h2,
.card.solution-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.card {
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--bg-card);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.card h3 {
  margin-bottom: 10px;
  padding-bottom: 0.08em;
  font-size: 1.25rem;
  line-height: 1.2;
}

.card p,
.card li {
  color: var(--muted);
}

.card ul,
.pricing-card ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.icon-box {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(122, 167, 255, 0.22);
  border-radius: 15px;
  background: rgba(122, 167, 255, 0.12);
  color: #d8e3ff;
  font-weight: 900;
}

.process {
  grid-template-columns: repeat(4, 1fr);
}

.process-card {
  position: relative;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(57, 214, 197, 0.16);
  color: #b8fff6;
  font-weight: 900;
}

.workflow-map {
  display: grid;
  gap: 18px;
}

.workflow-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
}

.workflow-rail::before {
  position: absolute;
  top: 43px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(57, 214, 197, 0.1), rgba(57, 214, 197, 0.72), rgba(122, 167, 255, 0.72), rgba(122, 167, 255, 0.1));
  content: "";
}

.workflow-node,
.choice-panel,
.choice-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.info-card {
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.info-card:hover,
.info-card:focus-visible {
  border-color: rgba(57, 214, 197, 0.42);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(57, 214, 197, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.learn-more {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  border: 1px solid rgba(122, 167, 255, 0.22);
  border-radius: 999px;
  padding: 6px 10px 7px;
  background: rgba(122, 167, 255, 0.08);
  color: #d8e3ff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.workflow-node {
  min-height: 210px;
  padding: 22px;
}

.highlight-node {
  border-color: rgba(57, 214, 197, 0.36);
  background: linear-gradient(180deg, rgba(57, 214, 197, 0.1), rgba(255, 255, 255, 0.035));
}

.node-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(57, 214, 197, 0.28);
  border-radius: 14px;
  background: rgba(3, 10, 18, 0.8);
  color: #b8fff6;
  font-weight: 900;
}

.workflow-node h3,
.choice-head h3,
.choice-card h3 {
  margin-bottom: 8px;
  line-height: 1.2;
}

.workflow-node p,
.choice-head p,
.choice-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.node-label,
.choice-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid rgba(57, 214, 197, 0.28);
  border-radius: 999px;
  padding: 6px 10px 7px;
  background: rgba(57, 214, 197, 0.08);
  color: #c6fff7;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
}

.choice-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 26px;
  background:
    radial-gradient(circle at 20% 0%, rgba(57, 214, 197, 0.15), transparent 36%),
    rgba(255, 255, 255, 0.035);
}

.choice-head {
  max-width: 760px;
  padding: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.choice-card {
  min-height: 210px;
  padding: 24px;
  background: rgba(3, 10, 18, 0.48);
}

.choice-card:nth-child(2) {
  border-color: rgba(122, 167, 255, 0.26);
}

.choice-card:nth-child(2) .choice-tag {
  border-color: rgba(122, 167, 255, 0.34);
  background: rgba(122, 167, 255, 0.1);
  color: #d8e3ff;
}

.pricing-card {
  border: 1px solid rgba(57, 214, 197, 0.26);
  border-radius: 28px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(57, 214, 197, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.pricing-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pricing-summary > div {
  max-width: 780px;
}

.pricing-summary .btn {
  flex: 0 0 auto;
}

.price-note {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
}

.login-box label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.9rem;
}

.input {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: rgba(3, 10, 18, 0.72);
  color: var(--text);
  font: inherit;
}

.placeholder-image {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px dashed rgba(159, 177, 200, 0.34);
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(57, 214, 197, 0.045));
  color: var(--muted);
  text-align: center;
}

.cta {
  border: 1px solid rgba(57, 214, 197, 0.24);
  border-radius: 34px;
  padding: 54px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(57, 214, 197, 0.22), transparent 40%),
    rgba(255, 255, 255, 0.045);
  text-align: center;
  box-shadow: var(--shadow);
}

.cta p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: var(--muted);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 9, 17, 0.08);
}

.modal-overlay[hidden] {
  display: none;
}

.contact-modal {
  position: relative;
  width: min(620px, 100%);
  border: 1px solid rgba(57, 214, 197, 0.28);
  border-radius: 30px;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(57, 214, 197, 0.2), transparent 36%),
    radial-gradient(circle at 100% 100%, rgba(122, 167, 255, 0.18), transparent 34%),
    rgba(7, 17, 31, 0.96);
  box-shadow: var(--shadow);
}

.compact-modal {
  width: min(540px, 100%);
}

.detail-modal {
  width: min(680px, 100%);
}

.detail-body {
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.detail-body p {
  margin-bottom: 0;
  color: var(--muted);
}

.detail-body ul {
  margin: 0;
  padding-left: 20px;
}

.detail-body li {
  margin-bottom: 8px;
}

.detail-body li:last-child {
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.modal-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid rgba(57, 214, 197, 0.24);
  border-radius: 18px;
  background: rgba(3, 10, 18, 0.55);
  box-shadow: 0 0 28px rgba(57, 214, 197, 0.22);
}

.contact-modal h2 {
  max-width: 500px;
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.modal-copy,
.response-note,
.modal-signoff {
  color: var(--muted);
}

.modal-copy {
  margin-bottom: 24px;
  font-size: 1.06rem;
}

.email-card {
  border: 1px solid rgba(57, 214, 197, 0.2);
  border-radius: 20px;
  padding: 18px;
  background: rgba(3, 10, 18, 0.56);
}

.email-card > span {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.9rem;
}

.email-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.email-row a {
  overflow-wrap: anywhere;
  color: #c6fff7;
  font-weight: 800;
}

.copy-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(122, 167, 255, 0.28);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(122, 167, 255, 0.08);
  color: var(--text);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.copy-icon {
  position: relative;
  width: 15px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.copy-icon::before {
  position: absolute;
  top: -6px;
  left: 4px;
  width: 13px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: rgba(7, 17, 31, 0.96);
  content: "";
}

.response-note {
  margin: 20px 0 6px;
  font-weight: 700;
}

.modal-signoff {
  margin-bottom: 0;
}

footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 920px) {
  .hero-grid,
  .grid-2,
  .problem-solution-grid,
  .choice-panel {
    grid-template-columns: 1fr;
  }

  .card.problem-card,
  .card.solution-card {
    min-height: auto;
    padding: 24px;
  }

  .pricing-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .grid-3,
  .process,
  .workflow-rail,
  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-rail::before {
    display: none;
  }

  .nav-links {
    display: none;
  }
}

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

  .hero {
    padding-top: 54px;
  }

  .grid-3,
  .process,
  .workflow-rail,
  .choice-grid,
  .strip-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3rem;
  }

  .flow-step {
    grid-template-columns: 38px 1fr;
  }

  .status {
    grid-column: 2;
  }

  .contact-modal {
    padding: 28px 20px;
  }

  .email-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
