:root {
  --primary: #1800ad;
  --primary-deep: #0e0060;
  --primary-soft: #3d2fd1;
  --secondary: #80b4f6;
  --ink: #16151c;
  --ink-soft: #63626e;
  --tint: #f4f5fa;
  --line: #e8e9f2;
}

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 15.5px/1.65 "Inter", "Segoe UI", system-ui, sans-serif;
  background: #fff;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}

.narrow {
  max-width: 880px;
}

h1 {
  font-size: clamp(46px, 7vw, 84px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.muted {
  color: rgb(22 21 28 / 0.38);
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--primary);
  margin-bottom: 18px;
}

/* ------------------------------- hero -------------------------------- */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 70% at 50% -10%, #5a48e6 0%, transparent 60%),
    linear-gradient(175deg, var(--primary) 0%, var(--primary) 40%, var(--primary-deep) 100%);
  color: #fff;
  padding-bottom: 40px;
}

.atmo {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.atmo-a {
  width: 700px;
  height: 480px;
  left: 50%;
  top: -220px;
  transform: translateX(-50%);
  background: rgb(128 180 246 / 0.35);
}

.atmo-b {
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -160px;
  background: rgb(61 47 209 / 0.55);
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 32px;
}

.nav-logo {
  width: 150px;
}

.nav-links {
  display: flex;
  gap: 34px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.nav-links a {
  color: rgb(255 255 255 / 0.8);
  text-decoration: none;
  transition: color 0.15s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  color: var(--primary-deep);
  background: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  transition: transform 0.12s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
}

.hero-body {
  position: relative;
  text-align: center;
  padding: 72px 24px 0;
}

h1 .dim {
  color: rgb(255 255 255 / 0.5);
}

.hero-sub {
  margin: 24px auto 0;
  max-width: 520px;
  font-size: 16px;
  color: rgb(255 255 255 / 0.78);
}

.hero-ctas {
  margin-top: 34px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
  border-radius: 999px;
  padding: 15px 32px;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-light {
  background: #fff;
  color: var(--primary-deep);
  box-shadow: 0 12px 32px rgb(0 0 40 / 0.35);
}

.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgb(0 0 40 / 0.45);
}

.btn-ghost {
  color: rgb(255 255 255 / 0.85);
  border: 1px solid rgb(255 255 255 / 0.35);
  background: rgb(255 255 255 / 0.08);
}

.microline {
  margin-top: 26px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgb(255 255 255 / 0.55);
}

/* ------------------------------ card fan ------------------------------ */

.fan {
  position: relative;
  height: 320px;
  margin-top: 70px;
}

.fan-card {
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 330px;
  height: 230px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(255 255 255 / 0.35);
  box-shadow: 0 30px 70px rgb(0 0 30 / 0.5);
  transform-origin: bottom center;
  transition: transform 0.2s ease;
}

.fan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.c1 { transform: translateX(calc(-50% - 480px)) rotate(-13deg) translateY(46px); z-index: 1; }
.c2 { transform: translateX(calc(-50% - 250px)) rotate(-6.5deg) translateY(14px); z-index: 2; }
.c3 { transform: translateX(-50%) translateY(0); z-index: 3; }
.c4 { transform: translateX(calc(-50% + 250px)) rotate(6.5deg) translateY(14px); z-index: 2; }
.c5 { transform: translateX(calc(-50% + 480px)) rotate(13deg) translateY(46px); z-index: 1; }

.c3:hover { transform: translateX(-50%) translateY(-12px); }
.c2:hover { transform: translateX(calc(-50% - 250px)) rotate(-6.5deg) translateY(2px); }
.c4:hover { transform: translateX(calc(-50% + 250px)) rotate(6.5deg) translateY(2px); }

/* ------------------------------ sections ------------------------------ */

.section {
  padding: 116px 0;
}

.section-tint {
  background: var(--tint);
}

.section h2 {
  margin-bottom: 8px;
}

/* ----------------------------- statement ------------------------------ */

.statement {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--ink);
}

.statement em {
  font-style: normal;
  color: var(--primary);
}

.statement .muted {
  color: rgb(22 21 28 / 0.35);
}

.stats {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
}

.stat {
  padding: 8px 32px;
  border-left: 1px solid var(--line);
}

.stat:first-child {
  border-left: 0;
}

.stat-num {
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--primary);
  line-height: 1;
}

.stat-unit {
  font-size: 0.45em;
  font-weight: 700;
  margin-left: 4px;
  color: var(--primary-soft);
}

.stat-label {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--ink-soft);
}

/* ------------------------------ features ------------------------------ */

.feature-row {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  text-align: left;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 18px 26px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgb(18 10 60 / 0.09);
}

.feature-img {
  border-radius: 14px;
  overflow: hidden;
  height: 190px;
  margin-bottom: 20px;
  border: 1px solid var(--line);
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.feature-card h3 {
  padding: 0 6px;
}

.feature-card p {
  margin-top: 8px;
  padding: 0 6px;
  font-size: 14px;
  color: var(--ink-soft);
}

.minis {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.mini {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 13.5px;
  color: var(--ink-soft);
  text-align: center;
}

.mini strong {
  color: var(--ink);
}

/* ----------------------------- comparison ----------------------------- */

.compare-card {
  margin-top: 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgb(18 10 60 / 0.07);
  overflow-x: auto;
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 560px;
  text-align: left;
}

.compare th,
.compare td {
  padding: 16px 24px;
}

.compare thead th {
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.compare th.us,
.compare td.us {
  background: rgb(24 0 173 / 0.05);
  color: var(--primary-deep);
  font-weight: 650;
}

.compare td.them,
.compare th.them,
.compare tbody td:first-child {
  color: var(--ink-soft);
}

.compare tbody tr + tr td {
  border-top: 1px solid var(--line);
}

.compare-logo {
  height: 30px;
  width: auto;
  display: block;
  margin-bottom: 8px;
  border-radius: 7px;
}

/* -------------------------------- story -------------------------------- */

.story {
  display: flex;
  gap: 60px;
  align-items: center;
}

.story-media {
  flex: 0 0 340px;
}

.story-photo {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 26px 60px rgb(18 10 60 / 0.16);
}

.story-copy p {
  margin-top: 14px;
  color: var(--ink-soft);
}

.story-copy p strong {
  color: var(--ink);
}

.story-bio {
  font-size: 15px;
}

.chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chip {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgb(24 0 173 / 0.18);
  color: var(--primary-soft);
  white-space: nowrap;
}

/* ----------------------------- default app ----------------------------- */

.default-strip {
  display: flex;
  gap: 64px;
  align-items: center;
}

.default-copy {
  flex: 1 1 auto;
}

.steps {
  margin: 26px 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  position: relative;
  padding: 10px 0 10px 52px;
  color: var(--ink-soft);
}

.steps li strong {
  color: var(--ink);
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(24 0 173 / 0.07);
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
}

.icon-note {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--tint);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 13.5px;
  color: var(--ink-soft);
}

.icon-note img {
  width: 44px;
  flex: 0 0 auto;
}

.default-shot {
  flex: 0 0 44%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 56px rgb(18 10 60 / 0.13);
}

.default-shot img {
  display: block;
  width: 100%;
}

@media (max-width: 860px) {
  .default-strip {
    flex-direction: column;
    gap: 34px;
  }

  .default-shot {
    flex: 0 0 auto;
  }
}

/* ------------------------------ download ------------------------------- */

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  text-align: center;
  background:
    radial-gradient(80% 90% at 50% 110%, #5a48e6 0%, transparent 60%),
    linear-gradient(5deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff;
}

.atmo-c {
  width: 620px;
  height: 620px;
  left: 50%;
  top: -260px;
  transform: translateX(-50%);
  background: rgb(128 180 246 / 0.25);
}

.cta-box {
  position: relative;
}

.cta-icon {
  width: 86px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgb(0 0 40 / 0.5);
  margin-bottom: 26px;
}

.cta-sub {
  margin-top: 12px;
  color: rgb(255 255 255 / 0.72);
  font-size: 14px;
}

.btn-coffee {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgb(0 0 40 / 0.4);
  transition: transform 0.12s ease, filter 0.15s ease;
}

.btn-coffee:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.btn-coffee img {
  height: 52px;
  width: auto;
  display: block;
}

.cta-note {
  margin-top: 24px;
  font-size: 13px;
  color: rgb(255 255 255 / 0.6);
}

/* -------------------------------- footer ------------------------------- */

footer {
  padding: 40px 0 48px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-brand img {
  width: 30px;
  border-radius: 8px;
}

.footer-links {
  display: flex;
  gap: 26px;
  font-size: 13px;
  font-weight: 600;
}

.footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-fine {
  margin-top: 22px;
  font-size: 11.5px;
  color: rgb(99 98 110 / 0.7);
}

.footer-fine p + p {
  margin-top: 4px;
}

/* -------------------------------- blog --------------------------------- */

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 120% at 50% -30%, #5a48e6 0%, transparent 60%),
    linear-gradient(170deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff;
  text-align: center;
  padding-bottom: 64px;
}

.page-hero .eyebrow {
  color: var(--secondary);
}

.page-hero-body {
  position: relative;
  padding-top: 56px;
}

.page-hero .lede {
  margin: 16px auto 0;
  max-width: 520px;
  color: rgb(255 255 255 / 0.75);
  font-size: 15.5px;
}

/* 16:9 featured cover that straddles the hero/content boundary */
.page-hero.has-cover {
  padding-bottom: clamp(190px, 26vw, 300px);
}

.post-cover {
  position: relative;
  max-width: 900px;
  margin: clamp(-250px, -20vw, -140px) auto 0;
  padding: 0 28px;
}

.post-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 0.3);
  box-shadow: 0 30px 70px rgb(18 10 60 / 0.28);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 8px;
}

.post-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgb(18 10 60 / 0.1);
}

.post-card-img {
  height: 190px;
  overflow: hidden;
}

.post-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-body {
  padding: 20px 22px 24px;
}

.post-meta {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
}

.post-card h3 {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.3;
}

.post-card p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--ink-soft);
}

/* article pages */

.article {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 28px 90px;
}

.article-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 34px;
}

.article-meta img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.prose > * + * {
  margin-top: 18px;
}

.prose h2 {
  font-size: 26px;
  margin-top: 44px;
}

.prose h3 {
  font-size: 19px;
  margin-top: 32px;
}

.prose p,
.prose li {
  font-size: 16px;
  line-height: 1.75;
  color: #33323c;
}

.prose ul,
.prose ol {
  padding-left: 24px;
}

.prose img {
  border-radius: 14px;
  border: 1px solid var(--line);
}

.prose blockquote {
  border-left: 3px solid var(--primary);
  padding: 4px 0 4px 20px;
  color: var(--ink-soft);
  font-style: italic;
}

.prose strong {
  color: var(--ink);
}

.prose a {
  color: var(--primary);
}

.author-box {
  margin-top: 56px;
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--tint);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 24px;
}

.author-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.author-box .who {
  font-weight: 700;
}

.author-box p {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}

/* ------------------------------ responsive ----------------------------- */

@media (max-width: 1060px) {
  .c1,
  .c5 {
    display: none;
  }
}

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

  .section {
    padding: 72px 0;
  }

  .fan {
    height: 250px;
  }

  .fan-card {
    width: 270px;
    height: 185px;
  }

  .c2 { transform: translateX(calc(-50% - 110px)) rotate(-7deg) translateY(22px); }
  .c4 { transform: translateX(calc(-50% + 110px)) rotate(7deg) translateY(22px); }

  .stat {
    border-left: 0;
    padding: 14px 0;
  }

  .story {
    flex-direction: column;
    gap: 34px;
  }

  .story-media {
    flex: 0 0 auto;
    max-width: 260px;
  }
}
