:root {
  color: #d9e4f2;
  background:
    radial-gradient(circle at top left, rgba(21, 94, 117, 0.28), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(180, 83, 9, 0.18), transparent 26%),
    linear-gradient(180deg, #061018 0%, #0b1622 42%, #f6f3ea 42%, #f6f3ea 100%);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-width: 320px;
}

a {
  color: inherit;
}

.marketing-page {
  color: #102130;
}

.marketing-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.marketing-header {
  padding: 28px 0 18px;
  color: #ecf6ff;
}

.marketing-header__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.marketing-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.marketing-brand__mark {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #67e8f9, #f59e0b);
  box-shadow: 0 0 24px rgba(103, 232, 249, 0.45);
}

.marketing-brand__text {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.marketing-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.marketing-nav a {
  text-decoration: none;
  color: rgba(236, 246, 255, 0.8);
}

.marketing-nav__cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: #f59e0b;
  color: #08111d;
  font-weight: 700;
}

.marketing-hero {
  padding: 52px 0 92px;
  color: #f3f8fe;
}

.marketing-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(8, 15, 24, 0.38);
  color: #b9d6ec;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.marketing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.marketing-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.marketing-hero p {
  margin: 0;
  max-width: 62ch;
  font-size: 1.06rem;
  color: rgba(234, 243, 252, 0.84);
}

.marketing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.marketing-button--primary {
  background: #f59e0b;
  color: #08111d;
}

.marketing-button--secondary {
  border: 1px solid rgba(236, 246, 255, 0.2);
  background: rgba(8, 15, 24, 0.34);
  color: #f5fbff;
}

.marketing-hero__card {
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(9, 18, 28, 0.95), rgba(15, 28, 43, 0.92));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.26);
}

.marketing-hero__card-title {
  margin: 0 0 14px;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8fb7d1;
}

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

.marketing-list li {
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #ecf6ff;
}

.marketing-main {
  background: #f6f3ea;
  color: #102130;
}

.marketing-section {
  padding: 68px 0;
}

.marketing-section h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.marketing-section p {
  margin: 0;
  max-width: 72ch;
  color: #41576b;
}

.marketing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.marketing-card {
  padding: 22px;
  border: 1px solid #dfd7c8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.marketing-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.marketing-card p {
  color: #4d6275;
}

.marketing-card--feature {
  display: grid;
  gap: 14px;
  align-content: start;
}

.marketing-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #efe7d5;
  color: #7c4a05;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketing-card__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #3f5568;
}

.marketing-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #102130;
  color: #f5fbff;
  text-decoration: none;
  font-weight: 700;
}

.marketing-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px;
  margin-top: 28px;
}

.marketing-paperless {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 24px;
  margin-top: 28px;
}

.marketing-paperless__content,
.marketing-paperless__aside {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #dfd7c8;
}

.marketing-paperless__content {
  background: #fffdf8;
}

.marketing-paperless__aside {
  display: grid;
  gap: 14px;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, #102130, #1a3248);
  color: #eff7ff;
}

.marketing-paperless__label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9cc5df;
}

.marketing-paperless__note {
  max-width: 24ch;
  color: rgba(239, 247, 255, 0.8);
}

.marketing-qr {
  display: inline-flex;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.marketing-qr img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.marketing-proof__panel,
.marketing-proof__aside {
  padding: 24px;
  border-radius: 22px;
  background: #fffdf8;
  border: 1px solid #dfd7c8;
}

.marketing-proof__aside {
  background: linear-gradient(180deg, #0b1724, #13263a);
  color: #f5fbff;
}

.marketing-proof__aside p,
.marketing-proof__aside li {
  color: rgba(245, 251, 255, 0.82);
}

.marketing-links {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.marketing-links a {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #dfd7c8;
  background: #fffdf8;
  text-decoration: none;
  font-weight: 700;
}

.marketing-footer {
  padding: 28px 0 54px;
  color: #5c6f81;
  font-size: 0.95rem;
}

.marketing-footer__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .marketing-hero__grid,
  .marketing-grid,
  .marketing-proof,
  .marketing-paperless {
    grid-template-columns: 1fr;
  }

  .marketing-hero {
    padding-bottom: 72px;
  }
}

@media (max-width: 640px) {
  .marketing-shell {
    width: min(100vw - 24px, 1180px);
  }

  .marketing-header__bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketing-hero h1 {
    max-width: none;
  }

  .marketing-hero__actions {
    flex-direction: column;
  }

  .marketing-button {
    width: 100%;
  }
}
