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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background: #0c0f14;
}

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

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(23, 32, 51, 0.82) 0%, rgba(12, 15, 20, 0) 360px),
    #0c0f14;
}

.hero {
  display: grid;
  min-height: 76vh;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 64px;
  padding: 56px min(7vw, 96px) 46px;
}

.hero-copy {
  max-width: 760px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 760;
}

.brand-lockup img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: #f6d76b;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin-top: 58px;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 840px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.96;
}

.lede {
  max-width: 660px;
  margin: 26px 0 0;
  color: #c7c2b7;
  font-size: 19px;
  line-height: 1.6;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 760;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.primary-action {
  color: #11151d;
  background: #f6d76b;
}

.primary-action:hover {
  background: #ffe28a;
  transform: translateY(-1px);
}

.secondary-action {
  border: 1px solid #3a4352;
  color: #f5f1e8;
  background: #151a23;
}

.secondary-action:hover {
  border-color: #586273;
  transform: translateY(-1px);
}

.workflow-panel {
  border: 1px solid #2e3746;
  border-radius: 8px;
  padding: 22px;
  background: #121720;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9e3d8;
  font-size: 14px;
  font-weight: 740;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3fc17d;
  box-shadow: 0 0 0 5px rgba(63, 193, 125, 0.12);
}

.pdf-lines {
  display: grid;
  gap: 13px;
  margin-top: 42px;
}

.line {
  display: block;
  width: 86%;
  height: 17px;
  border-radius: 4px;
  background: #283141;
}

.line.highlight {
  width: 92%;
  background: #f6d76b;
}

.line.short {
  width: 62%;
}

.notion-toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 48px;
  border: 1px solid #2e3746;
  border-radius: 7px;
  padding: 18px;
  background: #0f141c;
}

.toggle-arrow {
  color: #f6d76b;
}

.notion-toggle strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.notion-toggle p {
  margin: 7px 0 0;
  color: #aaa599;
  font-size: 14px;
  line-height: 1.45;
}

.guide-section,
.info-grid,
.download-strip {
  padding-inline: min(7vw, 96px);
}

.guide-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: 44px;
  padding-top: 46px;
  padding-bottom: 54px;
  border-top: 1px solid #222a36;
}

.guide-section h2,
.download-strip h2 {
  max-width: 520px;
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #222a36;
  border-radius: 8px;
  background: #222a36;
}

.steps-grid article,
.info-grid article {
  background: #121720;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.steps-grid article:hover,
.info-grid article:hover {
  background: #151c27;
  transform: translateY(-2px);
}

.steps-grid article {
  min-height: 230px;
  padding: 26px;
}

.steps-grid span {
  color: #f6d76b;
  font-size: 13px;
  font-weight: 800;
}

.steps-grid h3,
.info-grid h2 {
  margin: 22px 0 9px;
  color: #ffffff;
  font-size: 20px;
}

.steps-grid p,
.info-grid p {
  margin: 0;
  color: #b6b0a5;
  font-size: 15px;
  line-height: 1.58;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid #222a36;
  background: #222a36;
}

.info-grid article {
  min-height: 220px;
  padding: 30px;
}

.info-grid h2 {
  margin-top: 0;
}

.download-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 54px;
  padding-bottom: 64px;
  border-top: 1px solid #222a36;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .workflow-panel,
  .guide-section,
  .info-grid,
  .download-strip {
    animation: fade-up 520ms ease both;
  }

  .workflow-panel {
    animation-delay: 90ms;
  }

  .guide-section {
    animation-delay: 140ms;
  }

  .info-grid {
    animation-delay: 190ms;
  }

  .download-strip {
    animation-delay: 240ms;
  }

  .status-dot {
    animation: quiet-pulse 2.6s ease-in-out infinite;
  }

  .line.highlight {
    animation: highlight-breathe 3.4s ease-in-out infinite;
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes quiet-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(63, 193, 125, 0.12);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(63, 193, 125, 0.04);
  }
}

@keyframes highlight-breathe {
  0%,
  100% {
    opacity: 0.92;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero,
  .guide-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 42px;
    padding: 34px 24px 42px;
  }

  .guide-section,
  .info-grid,
  .download-strip {
    padding-inline: 24px;
  }

  .steps-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .download-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .actions,
  .download-strip .primary-action {
    width: 100%;
  }

  .actions {
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }
}
