:root {
  --ink: #101216;
  --paper: #f7f1e6;
  --paper-strong: #fffaf0;
  --muted: #5b6470;
  --line: #d9c8a4;
  --gold: #d7a946;
  --teal: #167b83;
  --coral: #bf5749;
  --indigo: #28344f;
  --green: #326a4b;
  --dark: #0b0d12;
  --dark-soft: #151a22;
  --white: #fffdf7;
  --shadow: 0 18px 54px rgba(13, 16, 21, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 0 32px;
  color: var(--white);
  background: rgba(9, 11, 15, 0.92);
  border-bottom: 1px solid rgba(215, 169, 70, 0.35);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 253, 247, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

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

.top-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: #101216;
  background: var(--gold);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.top-cta:hover,
.button:hover {
  transform: translateY(-1px);
  background: #efc76c;
}

.button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 253, 247, 0.52);
}

.button.secondary:hover {
  background: rgba(255, 253, 247, 0.12);
}

.button.is-disabled {
  cursor: not-allowed;
  color: rgba(255, 253, 247, 0.7);
  background: rgba(255, 253, 247, 0.1);
  border-color: rgba(255, 253, 247, 0.24);
  transform: none;
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.74) 45%, rgba(8, 10, 14, 0.34) 100%),
    var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: cover;
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.hero-inner {
  padding: 92px 0 58px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #efc76c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  line-height: 0.98;
  letter-spacing: 0;
}

.lede {
  max-width: 730px;
  margin: 24px 0 0;
  color: rgba(255, 253, 247, 0.9);
  font-size: 21px;
}

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

.preview-note {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 253, 247, 0.74);
  font-size: 14px;
}

.artifact-line {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 253, 247, 0.78);
  font-size: 15px;
  line-height: 1.45;
}

.hero-price-lockup {
  display: inline-grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(239, 199, 108, 0.62);
  border-radius: 8px;
  color: var(--white);
  background: rgba(16, 18, 22, 0.82);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.hero-price-lockup span {
  color: #efc76c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-price-lockup strong {
  font-size: 22px;
  line-height: 1.1;
}

.hero-price-lockup .price-was {
  font-size: 12px;
  font-style: normal;
  color: rgba(255, 253, 247, 0.74);
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--paper-strong);
}

.section.dark {
  color: var(--white);
  background: var(--dark-soft);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.dark .section-heading p {
  color: rgba(255, 253, 247, 0.72);
}

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

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

.panel {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 10px 28px rgba(18, 20, 25, 0.06);
}

.dark .panel {
  background: rgba(255, 253, 247, 0.06);
  border-color: rgba(239, 199, 108, 0.3);
  box-shadow: none;
}

.panel h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.panel p {
  margin: 0;
  color: var(--muted);
}

.dark .panel p {
  color: rgba(255, 253, 247, 0.72);
}

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

.method-step {
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--indigo);
}

.method-step:nth-child(2) {
  background: var(--teal);
}

.method-step:nth-child(3) {
  background: var(--coral);
}

.method-step:nth-child(4) {
  background: var(--green);
}

.method-step strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.method-step span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.method-step p {
  margin: 8px 0 0;
  color: rgba(255, 253, 247, 0.82);
}

.routine-section {
  background:
    linear-gradient(135deg, rgba(22, 123, 131, 0.12), rgba(215, 169, 70, 0.12)),
    var(--paper);
}

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

.routine-step {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 230px;
  padding: 18px;
  border: 1px solid rgba(22, 123, 131, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.86);
}

.routine-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.routine-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.routine-step p {
  margin: 0;
  color: var(--muted);
}

.routine-note {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(215, 169, 70, 0.48);
  border-radius: 8px;
  background: rgba(16, 18, 22, 0.92);
  color: var(--white);
}

.routine-note strong {
  color: #efc76c;
  font-size: 15px;
  text-transform: uppercase;
}

.routine-note p {
  margin: 0;
  color: rgba(255, 253, 247, 0.78);
}

.trust-section {
  background: #fffdf7;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(22, 123, 131, 0.3);
  border-radius: 8px;
  background: rgba(247, 241, 230, 0.7);
}

.trust-card h3 {
  margin: 0 0 8px;
  color: #122d34;
  font-size: 18px;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

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

.fit-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.fit-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.fit-card p {
  margin: 0;
  color: var(--muted);
}

.included-list,
.source-list,
.faq-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-list li,
.source-list li,
.faq-item {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
}

.dark .included-list li,
.dark .source-list li,
.dark .faq-item {
  border-color: rgba(239, 199, 108, 0.28);
  background: rgba(255, 253, 247, 0.06);
}

.example {
  border-left: 5px solid var(--teal);
}

.price-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.price-box {
  padding: 24px;
  border: 1px solid rgba(239, 199, 108, 0.52);
  border-radius: 8px;
  background: #101216;
  color: var(--white);
  box-shadow: var(--shadow);
}

@media (min-width: 921px) {
  .price-box {
    position: sticky;
    top: 88px;
  }
}

.kit-visual {
  margin: 28px 0 0;
}

.kit-visual img {
  display: block;
  width: min(520px, 100%);
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 253, 247, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.kit-visual figcaption {
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(255, 253, 247, 0.72);
}

.price-anchor {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 10px 0 0;
  font-size: 15px;
}

.price-anchor s {
  color: rgba(255, 253, 247, 0.62);
}

.price-anchor span {
  color: #efc76c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  display: block;
  margin: 8px 0 18px;
  font-size: 42px;
  font-weight: 900;
}

.checkout-assurances {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.checkout-assurances li {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 6px;
  color: rgba(255, 253, 247, 0.88);
  background: rgba(255, 253, 247, 0.06);
  font-size: 14px;
  font-weight: 700;
}

.notice {
  margin-top: 14px;
  color: rgba(255, 253, 247, 0.68);
  font-size: 13px;
}

.footer {
  padding: 32px 0;
  color: rgba(255, 253, 247, 0.68);
  background: var(--dark);
}

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

.footer strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
}

.variant-field .hero,
.variant-signal .hero,
.variant-regional-field .hero,
.variant-regional-signal .hero {
  background-image:
    linear-gradient(90deg, rgba(4, 6, 8, 0.96) 0%, rgba(13, 16, 21, 0.82) 50%, rgba(13, 16, 21, 0.36) 100%),
    var(--hero-image);
}

.variant-checklist .hero,
.variant-regional-direct .hero {
  background-image:
    linear-gradient(90deg, rgba(18, 31, 39, 0.9) 0%, rgba(18, 31, 39, 0.68) 48%, rgba(18, 31, 39, 0.3) 100%),
    var(--hero-image);
}

.variant-regional-freelancer .hero {
  background-image:
    linear-gradient(90deg, rgba(55, 28, 26, 0.92) 0%, rgba(55, 28, 26, 0.7) 48%, rgba(55, 28, 26, 0.28) 100%),
    var(--hero-image);
}

.design-price-hook .hero {
  min-height: 610px;
  background-image:
    linear-gradient(90deg, rgba(4, 6, 8, 0.97) 0%, rgba(4, 6, 8, 0.82) 42%, rgba(4, 6, 8, 0.18) 100%),
    var(--hero-image);
}

.design-price-hook .hero h1 {
  max-width: 720px;
}

.design-price-hook .top-cta,
.design-price-hook .button {
  border-color: #f2c95f;
  background: #f2c95f;
}

.design-price-hook .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 253, 247, 0.58);
}

.design-price-hook .button.secondary:hover {
  background: rgba(255, 253, 247, 0.12);
}

.design-scorecard .hero {
  background-image:
    linear-gradient(90deg, rgba(18, 31, 39, 0.94) 0%, rgba(18, 31, 39, 0.72) 44%, rgba(18, 31, 39, 0.24) 100%),
    var(--hero-image);
}

.design-field-file .hero {
  min-height: 670px;
  background-image:
    linear-gradient(90deg, rgba(7, 10, 13, 0.98) 0%, rgba(7, 10, 13, 0.82) 38%, rgba(7, 10, 13, 0.2) 100%),
    var(--hero-image);
}

.design-field-file .panel {
  border-left: 5px solid var(--teal);
}

.design-slow-lab .hero {
  min-height: 730px;
  background-image:
    linear-gradient(90deg, rgba(22, 24, 22, 0.92) 0%, rgba(22, 24, 22, 0.68) 42%, rgba(22, 24, 22, 0.2) 100%),
    var(--hero-image);
}

.design-slow-lab .hero-inner {
  padding-bottom: 92px;
}

.design-slow-lab .hero h1 {
  max-width: 700px;
  font-size: 54px;
  line-height: 1.02;
}

.design-slow-lab .routine-section {
  background:
    linear-gradient(135deg, rgba(50, 106, 75, 0.12), rgba(191, 87, 73, 0.08)),
    #f8f3ea;
}

.design-active-creator .hero,
.design-client-desk .hero {
  background-image:
    linear-gradient(90deg, rgba(10, 13, 17, 0.94) 0%, rgba(10, 13, 17, 0.72) 43%, rgba(10, 13, 17, 0.18) 100%),
    var(--hero-image);
}

.design-client-desk .price-box {
  border-color: rgba(191, 87, 73, 0.62);
}

.design-regional-check .hero {
  background-image:
    linear-gradient(90deg, rgba(18, 20, 24, 0.96) 0%, rgba(18, 20, 24, 0.78) 45%, rgba(18, 20, 24, 0.2) 100%),
    var(--hero-image);
}

.design-planning-wall .hero {
  background-image:
    linear-gradient(90deg, rgba(9, 12, 16, 0.97) 0%, rgba(9, 12, 16, 0.78) 40%, rgba(9, 12, 16, 0.12) 100%),
    var(--hero-image);
}

.design-planning-wall .method-step:nth-child(1) {
  background: #41463f;
}

.design-planning-wall .method-step:nth-child(2) {
  background: #1f6f75;
}

.design-planning-wall .method-step:nth-child(3) {
  background: #9b4c44;
}

.design-planning-wall .method-step:nth-child(4) {
  background: #86642a;
}

@media (max-width: 920px) {
  .topbar {
    min-height: 58px;
    gap: 12px;
    padding: 8px 16px;
  }

  .nav {
    display: none;
  }

  .brand {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }

  .top-cta {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero {
    min-height: 590px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .lede {
    font-size: 19px;
  }

  .grid,
  .grid.two,
  .method,
  .routine-grid,
  .trust-grid,
  .fit-grid,
  .price-band {
    grid-template-columns: 1fr;
  }

  .routine-step {
    min-height: 0;
  }

  .trust-card {
    min-height: 0;
  }

  .routine-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-inner,
  .section-inner {
    width: min(100% - 32px, 1160px);
  }

  .hero h1 {
    font-size: 34px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .hero-actions,
  .footer .section-inner {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .topbar .top-cta {
    width: auto;
    min-width: 126px;
  }

  .artifact-line {
    display: none;
  }

  .closing-cta h2 {
    font-size: 30px;
  }
}

.hero-actions .button:not(.secondary) {
  min-height: 52px;
  padding: 0 28px;
  font-size: 17px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.closing-cta {
  text-align: center;
}

.closing-inner {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.closing-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.closing-line {
  max-width: 560px;
  margin: 6px 0 0;
  color: rgba(255, 253, 247, 0.82);
}

.closing-price {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 14px 0 4px;
}

.closing-price strong {
  font-size: 30px;
}

.closing-price s {
  color: rgba(255, 253, 247, 0.6);
}

.closing-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px 0 0;
}

.price-box .button {
  width: 100%;
}

.mobile-cta-bar {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  body.past-hero .mobile-cta-bar {
    display: flex;
  }

  .mobile-cta-bar {
    display: none;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 30;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(239, 199, 108, 0.46);
    background: rgba(10, 12, 16, 0.97);
    color: var(--white);
  }

  .mobile-cta-bar .mobile-cta-price {
    display: grid;
    line-height: 1.25;
  }

  .mobile-cta-bar .mobile-cta-price strong {
    font-size: 16px;
  }

  .mobile-cta-bar .mobile-cta-price s {
    font-size: 12px;
    color: rgba(255, 253, 247, 0.62);
  }

  .mobile-cta-bar .button {
    width: auto;
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
  }
}

.noscript-summary {
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.noscript-summary h1 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.noscript-summary a {
  color: var(--teal);
  font-weight: 800;
}
