:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07101f;
  color: #eef4ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(74, 132, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(74, 132, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #07101f 0%, #0a1427 50%, #07101f 100%);
  background-size:
    42px 42px,
    42px 42px,
    auto;
}

a {
  color: inherit;
}

.page {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.nav,
.hero,
.section,
.cards,
.steps,
.split,
.footer {
  display: grid;
  gap: 18px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  margin-bottom: 44px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(101, 123, 167, 0.22);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #eef4ff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  margin-right: auto;
}

.brand-icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  filter: drop-shadow(0 10px 24px rgba(31, 122, 255, 0.28));
  user-select: none;
  -webkit-user-drag: none;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #edf4ff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-wordmark-main,
.brand-wordmark-pro {
  letter-spacing: 0;
}

.brand-wordmark-main {
  color: #f3f7ff;
}

.brand-wordmark-pro {
  color: #78aaff;
}

.brand-wordmark-3d {
  margin-left: 6px;
  padding: 2px 5px;
  color: #061225;
  background: linear-gradient(135deg, #ecf6ff 0%, #7fe7d8 52%, #4d8eff 100%);
  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(77, 142, 255, 0.24);
  font-size: 0.68em;
  font-weight: 950;
  letter-spacing: 0;
}

.link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.link {
  color: #c1cbdf;
  background: transparent;
  border: 0;
  font-weight: 850;
}

.button {
  padding: 0 18px;
  color: #ffffff;
  background: #4d8eff;
  border: 1px solid #73a8ff;
  box-shadow: 0 14px 34px rgba(40, 118, 255, 0.28);
  font-weight: 900;
}

.nav > .button {
  min-width: 205px;
}

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

h1 {
  max-width: 820px;
  font-size: clamp(42px, 5.6vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

p,
li {
  color: #aebad4;
  line-height: 1.58;
}

.eyebrow {
  margin: 0;
  color: #65e1b4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 780px;
  margin-top: 12px;
  font-size: 17px;
}

.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.hero-copy p {
  max-width: 680px;
  font-size: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mockup-preview,
.card,
.step,
.callout,
.faq article {
  background: rgba(12, 22, 41, 0.76);
  border: 1px solid rgba(103, 126, 171, 0.32);
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.mockup-preview {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #e9eef6 0%, #f8fbff 56%, #dbe3ee 100%);
}

.mockup-preview.real-preview {
  display: grid;
  min-height: 420px;
  padding: 20px;
  place-items: center;
  background:
    radial-gradient(circle at 52% 34%, rgba(77, 142, 255, 0.18), transparent 40%),
    linear-gradient(145deg, rgba(238, 244, 255, 0.96), rgba(216, 226, 244, 0.92));
  user-select: none;
  -webkit-user-drag: none;
}

.real-preview-image {
  width: min(100%, 640px);
  max-height: 382px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(17, 26, 42, 0.22));
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.preview-badge,
.preview-caption,
.preview-cta {
  position: absolute;
  z-index: 2;
  color: #eaf1ff;
  background: rgba(10, 18, 33, 0.74);
  border: 1px solid rgba(113, 138, 182, 0.28);
  backdrop-filter: blur(16px);
}

.preview-badge {
  top: 16px;
  left: 16px;
  padding: 7px 9px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-caption {
  right: 16px;
  bottom: 68px;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.preview-cta {
  right: 16px;
  bottom: 16px;
  min-height: 38px;
  padding: 0 12px;
  color: #ffffff;
  background: #4d8eff;
  border-color: #73a8ff;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(40, 118, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
  line-height: 38px;
  text-decoration: none;
}

.section {
  margin-top: 64px;
}

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

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.step,
.callout,
.faq article {
  padding: 20px;
}

.card {
  min-height: 180px;
}

.card small {
  display: inline-flex;
  margin-top: 14px;
  padding: 5px 8px;
  color: #9fc0ff;
  background: rgba(77, 142, 255, 0.12);
  border: 1px solid rgba(77, 142, 255, 0.28);
  border-radius: 7px;
  font-weight: 850;
}

.card,
.starter-card,
.related-list a {
  text-decoration: none;
}

.card:hover,
.starter-card:hover,
.related-list a:hover {
  border-color: rgba(115, 168, 255, 0.72);
  transform: translateY(-1px);
}

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

.starter-card,
.related-list a,
.comparison {
  background: rgba(12, 22, 41, 0.76);
  border: 1px solid rgba(103, 126, 171, 0.32);
  border-radius: 10px;
}

.starter-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 18px;
}

.starter-card span,
.related-list span {
  color: #7fb0ff;
  font-size: 13px;
  font-weight: 850;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 14px;
  background: rgba(7, 13, 25, 0.48);
  border: 1px solid rgba(109, 132, 176, 0.26);
  border-radius: 8px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.related-list a {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.comparison {
  width: 100%;
  overflow: hidden;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
}

.comparison th,
.comparison td {
  padding: 16px;
  border-bottom: 1px solid rgba(94, 112, 148, 0.28);
  text-align: left;
  vertical-align: top;
}

.comparison th {
  color: #eff4ff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison td {
  color: #aebad4;
}

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

.step span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  place-items: center;
  background: #2778ff;
  border-radius: 999px;
  font-weight: 900;
}

.split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  align-items: start;
}

.faq {
  display: grid;
  gap: 16px;
}

.faq article {
  display: grid;
  gap: 8px;
}

.footer {
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid rgba(101, 123, 167, 0.22);
  color: #8794af;
  font-size: 13px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 860px) {
  .nav,
  .hero,
  .split,
  .cards,
  .cards.four,
  .steps,
  .starter-grid,
  .related-list,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .mockup-preview {
    min-height: 360px;
  }

  .comparison {
    overflow-x: auto;
  }

  .comparison table {
    min-width: 680px;
  }
}

@media (max-width: 620px) {
  .page {
    width: min(100% - 28px, 1120px);
    padding-top: 20px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .nav {
    align-items: stretch;
  }

  .actions {
    flex-direction: column;
  }
}
