@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --navy-950: #06111f;
  --navy-900: #0b1d33;
  --navy-850: #10253d;
  --navy-800: #16314d;
  --cyan-500: #09b9ec;
  --cyan-400: #48cef7;
  --teal-600: #087f7a;
  --teal-500: #11998f;
  --steel-700: #243a4e;
  --steel-500: #6c8092;
  --mint-100: #eef7f5;
  --mist-100: #f4faf9;
  --mist-200: #dde9e7;
  --paper: #fbfcfb;
  --paper-2: #f3f8f6;
  --line: #ccdcd8;
  --line-strong: #98b2ae;
  --ink: #102033;
  --muted: #516475;
  --soft: #f8fbfa;
  --white: #ffffff;
  --gold: #c9993d;
  --danger: #9f3d35;
  --shadow: 0 24px 68px rgba(9, 25, 41, 0.14);
  --shadow-soft: 0 16px 40px rgba(9, 25, 41, 0.08);
  --shadow-hairline: 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(9, 185, 236, 0.1), transparent 24%),
    radial-gradient(circle at 90% 4%, rgba(17, 153, 143, 0.08), transparent 22%),
    linear-gradient(180deg, #f7fbfb 0%, #eff5f4 46%, #fbfcfb 100%);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 25, 44, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 44, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.25;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000 18%, #000 86%, rgba(0, 0, 0, 0.08));
}

h1,
h2,
h3 {
  font-family: "Sora", "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(9, 185, 236, 0.32);
  outline-offset: 2px;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

::selection {
  background: rgba(9, 185, 236, 0.18);
}

.site-header,
.section-block,
.site-footer {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(154, 179, 176, 0.3);
  border-radius: 20px;
  background: rgba(7, 17, 31, 0.9);
  backdrop-filter: blur(18px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 18px 44px rgba(4, 12, 22, 0.24);
}

.brand-wrap h1 {
  font-size: clamp(1.1rem, 3.8vw, 1.65rem);
  font-weight: 700;
  color: #17315d;
}

.kicker {
  color: #6680a5;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.top-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.86rem;
}

.text-link {
  color: #2a64c6;
  text-decoration: none;
  font-weight: 600;
}

.hero .text-link {
  color: #e7f0ff;
}

.section-block {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(204, 220, 216, 0.9);
  border-radius: 22px;
  padding: clamp(1rem, 2vw, 1.8rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.eyebrow {
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

main .section-block h2 {
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  line-height: 1.08;
}

.hero {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  background:
    radial-gradient(circle at 18% 20%, rgba(9, 185, 236, 0.16), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(17, 153, 143, 0.13), transparent 22%),
    linear-gradient(135deg, var(--navy-950) 0%, #081829 54%, #0b2536 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 9%, rgba(9, 185, 236, 0.12) 9% 9.1%, transparent 9.1% 100%);
  background-size: 62px 62px, 62px 62px, 100% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.18), #000 18%, #000 82%, rgba(0, 0, 0, 0.42));
}

.hero::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  bottom: 0;
  width: min(420px, calc(100vw - 48px));
  height: 2px;
  background: linear-gradient(90deg, var(--cyan-500), rgba(125, 230, 212, 0), transparent);
}

.hero-grid,
.page-hero-grid {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px 70px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: center;
}

.hero-grid > *,
.page-hero-grid > *,
.section > *,
.split > *,
.tool-grid > *,
.offer-primary > *,
.grid > * {
  min-width: 0;
}

.page-hero-grid {
  padding-top: 70px;
  padding-bottom: 64px;
}

.hero-copy,
.page-copy {
  max-width: 720px;
}

.label {
  color: var(--cyan-500);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  max-width: 820px;
}

.page-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
}

h2 {
  margin: 0 0 18px;
  color: var(--navy-900);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 8px;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.2;
}

.lead {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 1.62;
  max-width: 680px;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.82);
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button.primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--cyan-500), var(--cyan-400));
  box-shadow: 0 14px 30px rgba(9, 185, 236, 0.22), 0 2px 0 rgba(255, 255, 255, 0.28) inset;
}

.button.primary:hover {
  background: linear-gradient(135deg, #22c5f2, #50d5ff);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button.dark {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), #08111d);
  border-color: var(--navy-900);
  box-shadow: 0 12px 24px rgba(4, 12, 22, 0.2);
}

.button.light {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--line);
}

.button svg {
  width: 17px;
  height: 17px;
  flex: none;
}

.hero-card {
  position: relative;
  min-width: 0;
  background: rgba(251, 252, 250, 0.96);
  border: 1px solid rgba(154, 179, 176, 0.74);
  border-radius: 22px;
  color: var(--ink);
  box-shadow:
    18px 18px 0 rgba(9, 185, 236, 0.08),
    0 28px 80px rgba(5, 18, 42, 0.18),
    var(--shadow-hairline);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.product-frame {
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbfb, #edf8f6);
  background-size: 28px 28px, auto;
  overflow: hidden;
}

.product-frame img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.page-hero .artifact-card .product-frame:not(.ebook-frame) img {
  max-height: 430px;
  object-fit: cover;
  object-position: top;
}

.ebook-frame img {
  max-height: 620px;
  object-fit: contain;
}

.mini-panel {
  padding: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: var(--white);
}

.mini-stat {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--mist-100), rgba(255, 255, 255, 0.96));
}

.artifact-card {
  transform: translateY(8px);
}

.artifact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.artifact-head span,
.artifact-log span,
.system-index {
  color: var(--steel-500);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.artifact-head strong {
  color: var(--navy-900);
  font-size: 13px;
  line-height: 1;
}

.artifact-log {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}

.artifact-log span {
  padding: 12px 14px;
  color: var(--navy-900);
  border-right: 1px solid var(--line);
}

.artifact-log span:last-child {
  border-right: 0;
}

.mini-stat strong {
  display: block;
  color: var(--navy-900);
  font-size: 24px;
  line-height: 1;
}

.mini-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.main {
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(243, 248, 247, 0.92));
  background-size: 84px 84px, auto;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
}

.section.tight {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.section-head p,
.muted {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.band {
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, #f6fbfa, #eef5f4);
  background-size: 84px 84px, auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dark-band {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(9, 185, 236, 0.14), transparent 26%),
    radial-gradient(circle at 82% 4%, rgba(17, 153, 143, 0.14), transparent 24%),
    linear-gradient(135deg, var(--navy-950), var(--navy-850));
}

.dark-band h2,
.dark-band h3 {
  color: var(--white);
}

.dark-band .muted,
.dark-band .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, #ffffff 100%);
  background-size: 72px 72px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(4, 17, 34, 0.9);
  border-bottom: 1px solid rgba(125, 230, 212, 0.16);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 176px;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 4px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  margin-left: 8px;
  color: var(--navy-950) !important;
  background: var(--cyan-500) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(9, 183, 234, 0.12), transparent 34%),
    linear-gradient(135deg, var(--navy-950) 0%, #06172a 48%, #0a2633 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0 9%, rgba(9, 183, 234, 0.12) 9% 9.1%, transparent 9.1% 100%);
  background-size: 62px 62px, 62px 62px, 100% 100%;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), #000 18%, #000 82%, rgba(0, 0, 0, 0.45));
}

.hero::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  bottom: 0;
  width: min(420px, calc(100vw - 48px));
  height: 2px;
  background: linear-gradient(90deg, var(--cyan-500), rgba(125, 230, 212, 0), transparent);
}

.hero-grid,
.page-hero-grid {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px 70px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  gap: 78px;
  align-items: center;
}

.hero-grid > *,
.page-hero-grid > *,
.section > *,
.split > *,
.tool-grid > *,
.offer-primary > *,
.grid > * {
  min-width: 0;
}

.page-hero-grid {
  padding-top: 70px;
  padding-bottom: 64px;
}

.hero-copy,
.page-copy {
  max-width: 720px;
}

.label {
  color: var(--cyan-500);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
  max-width: 820px;
}

.page-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
}

h2 {
  margin: 0 0 18px;
  color: var(--navy-900);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.2;
}

p {
  margin: 0;
}

.lead {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.62;
  max-width: 680px;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.8);
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button.primary {
  color: var(--navy-950);
  background: var(--cyan-500);
  box-shadow: 0 14px 0 rgba(9, 183, 234, 0.08), 0 18px 36px rgba(9, 183, 234, 0.18);
}

.button.primary:hover {
  background: #30caf6;
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button.dark {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.button.light {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--line);
}

.button svg {
  width: 17px;
  height: 17px;
  flex: none;
}

.hero-card {
  position: relative;
  min-width: 0;
  background: rgba(251, 252, 250, 0.96);
  border: 1px solid rgba(158, 184, 180, 0.74);
  border-radius: var(--radius);
  color: var(--ink);
  box-shadow:
    18px 18px 0 rgba(9, 183, 234, 0.08),
    0 28px 80px rgba(5, 18, 42, 0.18),
    var(--shadow-hairline);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.product-frame {
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbfb, #edf8f6);
  background-size: 28px 28px, auto;
  overflow: hidden;
}

.product-frame img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.page-hero .artifact-card .product-frame:not(.ebook-frame) img {
  max-height: 430px;
  object-fit: cover;
  object-position: top;
}

.ebook-frame img {
  max-height: 620px;
  object-fit: contain;
}

.mini-panel {
  padding: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: var(--white);
}

.mini-stat {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist-100);
}

.artifact-card {
  transform: translateY(8px);
}

.artifact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.artifact-head span,
.artifact-log span,
.system-index {
  color: var(--steel-500);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.artifact-head strong {
  color: var(--navy-900);
  font-size: 13px;
  line-height: 1;
}

.artifact-log {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}

.artifact-log span {
  padding: 12px 14px;
  color: var(--navy-900);
  border-right: 1px solid var(--line);
}

.artifact-log span:last-child {
  border-right: 0;
}

.mini-stat strong {
  display: block;
  color: var(--navy-900);
  font-size: 24px;
  line-height: 1;
}

.mini-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.main {
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, var(--white), var(--paper));
  background-size: 72px 72px, auto;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 24px;
}

.section.tight {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
  gap: 54px;
  align-items: start;
  margin-bottom: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.section-head p,
.muted {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.band {
  background:
    linear-gradient(90deg, rgba(7, 25, 44, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper-2), #f9fdfc);
  background-size: 72px 72px, auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dark-band {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 10%, rgba(9, 183, 234, 0.14), transparent 26%),
    linear-gradient(135deg, var(--navy-950), var(--navy-850));
}

.dark-band h2,
.dark-band h3 {
  color: var(--white);
}

.dark-band .muted,
.dark-band .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 28px;
  align-items: stretch;
}

.system-section {
  position: relative;
}

.system-section::before {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  top: 92px;
  bottom: 92px;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan-500), rgba(9, 183, 234, 0.04));
  opacity: 0.5;
}

.system-section .section-head,
.system-section .focus-layout {
  position: relative;
}

.system-card {
  min-height: 210px;
}

.system-card .system-index {
  position: relative;
  display: block;
  margin-bottom: 14px;
  color: var(--teal-600);
}

.system-card h3 {
  max-width: 320px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  padding: 24px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.card::before,
.form-card::before,
.quiz-card::before,
.quiz-result-panel::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(9, 183, 234, 0.8), transparent 72%);
}

.card:hover {
  border-color: var(--line-strong);
  box-shadow: 8px 8px 0 rgba(9, 183, 234, 0.045);
  transform: translateY(-2px);
}

.card.flat {
  box-shadow: none;
}

.dark-band .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

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

.visual-board,
.tool-graphic,
.schedule-graphic {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 246, 0.9));
  box-shadow: var(--shadow-soft);
}

.visual-board::before,
.tool-graphic::before,
.schedule-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(7, 25, 44, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 44, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.visual-board > *,
.tool-graphic > *,
.schedule-graphic > * {
  position: relative;
}

.visual-board {
  min-height: 100%;
  padding: 24px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.visual-board::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 104px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, rgba(9, 183, 234, 0.8), rgba(9, 183, 234, 0.05));
}

.visual-title {
  display: grid;
  gap: 8px;
}

.visual-title span,
.graphic-label,
.schedule-step span {
  color: var(--teal-600);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.visual-title strong {
  color: var(--navy-900);
  font-size: 24px;
  line-height: 1.14;
}

.map-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.map-node {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 0 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.map-node span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--navy-950);
  background: var(--mist-100);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.map-node strong,
.tool-graphic-panel strong,
.schedule-step strong {
  color: var(--navy-900);
  line-height: 1.2;
}

.map-node strong {
  grid-column: 2;
}

.map-node em {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  grid-column: 2;
}

.map-node.active span,
.map-node.primary span {
  background: var(--cyan-500);
  border-color: var(--cyan-500);
}

.map-node.primary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.map-node.wait span {
  color: #6b4b12;
  background: #fff5df;
  border-color: #ead6aa;
}

.tool-graphic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding: 18px;
}

.tool-graphic-panel,
.schedule-step {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.tool-graphic-panel.selected {
  border-color: rgba(9, 183, 234, 0.6);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(5, 18, 42, 0.1);
}

.tool-graphic-panel p,
.schedule-step p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.schedule-graphic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
}

.dark-band .card p {
  color: rgba(255, 255, 255, 0.72);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  color: var(--teal-600);
  background: #e6f7f4;
  border: 1px solid #bfe8e3;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.status.sell {
  color: var(--navy-950);
  background: var(--cyan-500);
  border-color: var(--cyan-500);
}

.status.wait {
  color: #755519;
  background: #fff5df;
  border-color: #ead6aa;
}

.status.quiet {
  color: var(--muted);
  background: #f2f6f5;
  border-color: var(--line);
}

.offer-primary {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 246, 0.94)),
    var(--white);
  box-shadow: var(--shadow);
}

.offer-system {
  box-shadow: 16px 16px 0 rgba(7, 25, 44, 0.045), var(--shadow-soft);
}

.offer-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(7, 25, 44, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 44, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.offer-primary h2 {
  margin-bottom: 12px;
}

.price-box {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  background-size: 30px 30px, auto;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.price-box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.price-box > * {
  position: relative;
  z-index: 1;
}

.price-box .price {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.price-box p {
  color: rgba(255, 255, 255, 0.74);
}

.readiness-preview {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 18px;
  min-height: 330px;
  align-content: center;
  border: 1px solid rgba(9, 183, 234, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 22%, rgba(9, 183, 234, 0.26), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.readiness-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.3));
}

.readiness-preview::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 43%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 230, 212, 0.7), transparent);
  box-shadow:
    0 -58px 0 rgba(9, 183, 234, 0.18),
    0 58px 0 rgba(9, 183, 234, 0.12);
}

.readiness-orbit,
.readiness-preview-grid {
  position: relative;
  z-index: 1;
}

.readiness-orbit {
  min-height: 142px;
  display: grid;
  place-items: center;
}

.readiness-ring {
  width: 132px;
  height: 132px;
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--navy-900) 0 56%, transparent 57%),
    conic-gradient(from 210deg, var(--cyan-500) 0 72%, rgba(255, 255, 255, 0.12) 72% 100%);
  box-shadow:
    0 0 42px rgba(9, 183, 234, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.readiness-ring strong {
  color: var(--white);
  font-size: 38px;
  line-height: 0.95;
}

.readiness-ring span {
  max-width: 76px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.signal {
  position: absolute;
  border: 1px solid rgba(9, 183, 234, 0.26);
  border-radius: 999px;
}

.signal-one {
  width: 190px;
  height: 92px;
}

.signal-two {
  width: 228px;
  height: 122px;
  border-color: rgba(125, 230, 212, 0.18);
}

.readiness-preview-grid {
  display: grid;
  gap: 9px;
}

.readiness-preview-grid div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(125, 230, 212, 0.16);
  border-radius: 8px;
  background: rgba(4, 17, 34, 0.5);
  backdrop-filter: blur(10px);
}

.readiness-preview-grid span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.readiness-preview-grid strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
}

.feature-list,
.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(9, 183, 234, 0.13);
}

.check-list {
  display: grid;
  gap: 13px;
}

.plain-list {
  display: grid;
  gap: 10px;
}

.plain-list li {
  color: var(--muted);
}

.tool-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 18px;
  align-items: start;
}

.stack {
  display: grid;
  gap: 18px;
}

.preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--line);
}

.preview-tile {
  min-height: 112px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: var(--white);
}

.preview-tile strong {
  color: var(--navy-900);
}

.preview-tile span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

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

.chapter-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 14px;
  align-content: start;
}

.chapter-grid article > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  border-radius: 8px;
  color: var(--navy-950);
  background: var(--cyan-500);
  font-size: 13px;
  font-weight: 900;
}

.chapter-grid h3,
.chapter-grid p {
  grid-column: 2;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.62fr) minmax(0, 1fr) minmax(0, 1fr);
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row > div {
  padding: 16px;
  color: var(--muted);
}

.comparison-row > div + div {
  border-left: 1px solid var(--line);
}

.comparison-row > div:first-child,
.comparison-head > div {
  color: var(--navy-900);
  font-weight: 850;
}

.comparison-head {
  background: var(--mist-100);
}

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

.image-card {
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.image-card img {
  width: 100%;
}

.image-card .caption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid var(--line);
}

.system-band {
  position: relative;
}

.system-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(9, 183, 234, 0.08) 12% 12.08%, transparent 12.08% 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(7, 25, 44, 0.06) 72% 72.08%, transparent 72.08% 100%);
}

.system-split {
  align-items: center;
}

.system-split .image-card {
  border-radius: 4px;
  box-shadow: 14px 14px 0 rgba(7, 25, 44, 0.05);
}

.system-split .image-card img {
  filter: saturate(0.95) contrast(1.02);
}

.ebook-proof-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: center;
}

.ebook-preview-card {
  justify-self: end;
  width: min(100%, 520px);
  padding: 12px;
  background: var(--white);
}

.ebook-preview-card img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.ebook-preview-card .caption {
  margin: 12px -12px -12px;
}

.notice {
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid #ead6aa;
  background: #fff8e8;
  color: #5d4212;
}

.notice strong {
  color: #3b2808;
}

.tip-card,
.ai-ready-card {
  border: 1px solid rgba(9, 183, 234, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 246, 0.86));
  box-shadow: var(--shadow-soft);
}

.tip-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
}

.tip-card p,
.ai-ready-card p {
  color: var(--muted);
}

.tip-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--navy-950);
  background: var(--cyan-500);
}

.tip-icon svg {
  width: 20px;
  height: 20px;
}

.ai-ready-card {
  padding: 24px;
}

.disclaimer {
  border-color: #e1b7b1;
  background: #fff7f6;
}

.disclaimer h3 {
  color: var(--danger);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--ink);
  padding: 10px 12px;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-note,
.fine {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.form-response {
  min-height: 20px;
  color: var(--teal-600);
  font-size: 14px;
  font-weight: 800;
}

.footer {
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: 34px;
}

.footer-brand {
  width: 168px;
  margin-bottom: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

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

.footer h3 {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 10px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.subtle-divider {
  width: 100%;
  height: 1px;
  background: var(--line);
  margin: 28px 0;
}

.anchor-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.anchor-row a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.quiz-preview {
  padding: 28px;
  background:
    linear-gradient(180deg, #ffffff, #eef8f6);
}

.quiz-preview h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.result-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.result-chip-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--white);
  font-size: 13px;
  font-weight: 850;
}

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.quiz-card,
.quiz-result-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quiz-card {
  padding: 26px;
}

.quiz-head {
  margin-bottom: 20px;
}

.quiz-question {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.quiz-question legend {
  padding: 0 4px;
  color: var(--navy-900);
  font-size: 16px;
  font-weight: 900;
}

.quiz-question label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.quiz-question label:has(input:checked) {
  border-color: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(9, 183, 234, 0.13);
}

.quiz-question input {
  margin-top: 4px;
  accent-color: var(--cyan-500);
}

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

.quiz-result-panel {
  position: sticky;
  top: 92px;
  padding: 24px;
}

.quiz-result-panel[hidden] {
  display: none;
}

.score-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0;
}

.score-band div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist-100);
}

.score-band span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.score-band strong {
  display: block;
  margin-top: 4px;
  color: var(--navy-900);
  font-size: 22px;
  line-height: 1.1;
}

.result-section {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.result-section p {
  color: var(--muted);
}

.result-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--ink);
}

.email-result-box {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkline {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink);
}

.checkline.compact {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.checkline input {
  margin-top: 4px;
  accent-color: var(--cyan-500);
}

.optional {
  color: var(--muted);
  font-weight: 750;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--navy-950);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero-grid,
  .page-hero-grid,
  .section-head,
  .offer-primary,
  .focus-layout,
  .tool-grid,
  .split,
  .quiz-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .page-hero-grid {
    padding-top: 66px;
  }

  .mini-panel,
  .feature-list,
  .chapter-grid,
  .faq-list,
  .grid.three,
  .grid.two,
  .grid.four,
  .preview-strip,
  .tool-graphic,
  .schedule-graphic {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-row > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .ebook-preview-card {
    justify-self: stretch;
    width: 100%;
  }

  .ebook-preview-card img {
    width: 100%;
    max-height: 420px;
  }

  .price-box {
    min-height: auto;
  }

  .quiz-result-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .nav-shell {
    padding: 12px 16px;
  }

  .brand {
    width: 152px;
  }

  .hero-grid,
  .page-hero-grid,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lead {
    font-size: 18px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .card,
  .offer-primary,
  .price-box,
  .form-card,
  .quiz-card,
  .quiz-result-panel {
    padding: 20px;
  }

  .quiz-question {
    padding: 14px;
  }

  .footer-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
