:root {
  --bg: #f7f1e8;
  --bg-2: #eee3d6;
  --paper: rgba(255, 251, 246, 0.90);
  --paper-strong: #fffaf4;
  --ink: #142131;
  --ink-soft: #415365;
  --navy: #101b28;
  --navy-2: #182536;
  --line: rgba(16, 27, 40, 0.09);
  --line-strong: rgba(16, 27, 40, 0.15);
  --accent: #b68a61;
  --accent-2: #d8bc96;
  --accent-red: #7f2329;
  --success: #18603d;
  --shadow-soft: 0 22px 58px rgba(10, 19, 31, 0.08);
  --shadow-strong: 0 36px 100px rgba(7, 14, 24, 0.22);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(182, 138, 97, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(127, 35, 41, 0.10), transparent 24%),
    linear-gradient(180deg, #fdf8f2 0%, #f4ece2 52%, #f8f3ec 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,0.46), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(182, 138, 97, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0));
  opacity: 0.9;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.page-shell {
  position: relative;
  overflow: hidden;
}
.page-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 560px;
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 188, 150, 0.20), transparent 22%),
    radial-gradient(circle at 22% 16%, rgba(127, 35, 41, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(13, 22, 34, 0.98) 0%, rgba(20, 33, 48, 0.93) 48%, rgba(23, 38, 55, 0.68) 70%, transparent 100%);
  z-index: -1;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section { padding: 40px 0 88px; }
.section.tight { padding-top: 24px; }

.brandbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  color: rgba(255, 250, 244, 0.90);
}
.brand-block {
  display: grid;
  gap: 4px;
}
.brand-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.brand-tag {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 250, 244, 0.62);
}
.brand-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.brand-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(213, 176, 138, 0.12);
}

.hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 34px;
  align-items: stretch;
  padding: 30px 0 48px;
}

.panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}
.panel-dark {
  background:
    radial-gradient(circle at top right, rgba(216, 188, 150, 0.10), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(127, 35, 41, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(13, 22, 34, 0.96) 0%, rgba(19, 32, 47, 0.96) 100%);
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.08);
  box-shadow: var(--shadow-strong);
}
.panel-dark .eyebrow,
.panel-dark p,
.panel-dark li,
.panel-dark .section-note,
.panel-dark .mini-label,
.panel-dark .microcopy,
.panel-dark .small-muted { color: rgba(255,255,255,0.78); }
.panel-dark .display,
.panel-dark h1,
.panel-dark h2,
.panel-dark h3,
.panel-dark strong { color: #fff; }

.hero-copy {
  padding: 46px 44px 38px;
}
.hero-thesis-card {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.hero-thesis-card p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 17px;
  line-height: 1.68;
}
.hero-visual {
  position: relative;
  padding: 38px;
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -10% -10% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(213, 176, 138, 0.36) 0%, transparent 70%);
  filter: blur(8px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-2);
  box-shadow: 0 0 0 7px rgba(213, 176, 138, 0.10);
}
.display,
 h1,
 h2,
 h3 {
  margin: 0;
  color: var(--navy);
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  letter-spacing: -0.04em;
}
.display {
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 0.96;
  margin-bottom: 18px;
}
 h2 { font-size: clamp(30px, 3vw, 46px); line-height: 1.02; }
 h3 { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.08; }

.lead {
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.58;
  color: rgba(255,255,255,0.80);
  margin: 0 0 16px;
}
.body-copy,
 p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.panel-dark .body-copy { color: rgba(255,255,255,0.84); }

.bullet-stack,
.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.bullet-stack li,
.clean-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.panel:not(.panel-dark) .bullet-stack li,
.panel:not(.panel-dark) .clean-list li {
  border-bottom-color: rgba(17, 33, 51, 0.08);
}
.bullet-stack li:last-child,
.clean-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.bullet-stack li::before,
.clean-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  box-shadow: 0 0 0 7px rgba(213, 176, 138, 0.14);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 16px;
}
.button {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d4a97f 0%, #b8834f 100%);
  color: #14202f;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 34px rgba(183, 138, 95, 0.28);
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(1.02); }
.button.secondary {
  background: rgba(255,255,255,0.08);
  color: inherit;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: none;
}
.panel:not(.panel-dark) .button.secondary {
  background: rgba(17, 33, 51, 0.04);
  color: var(--navy);
  border-color: rgba(17, 33, 51, 0.10);
}
.button:disabled { opacity: 0.7; cursor: wait; transform: none; }

.microcopy,
.section-note,
.small-muted,
.disclaimer,
.footer-note {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.62);
}
.panel:not(.panel-dark) .microcopy,
.panel:not(.panel-dark) .section-note,
.panel:not(.panel-dark) .small-muted,
.panel:not(.panel-dark) .disclaimer,
.panel:not(.panel-dark) .footer-note { color: #617183; }
.form-card .small-muted,
.form-card .disclaimer,
.form-card .footer-note,
.success-card .small-muted,
.success-card .footer-note,
.section-card:not(.dark) .small-muted,
.info-box:not(.dark) .small-muted,
.inline-note .small-muted,
.inline-note .section-note { color: #617183; }
.footer-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.panel:not(.panel-dark) .footer-note { border-top-color: rgba(17, 33, 51, 0.08); }

.trust-strip,
.metric-row,
.step-row {
  display: grid;
  gap: 14px;
}
.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}
.metric {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.panel:not(.panel-dark) .metric {
  background: rgba(17, 33, 51, 0.03);
  border-color: rgba(17, 33, 51, 0.08);
}
.metric-value {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.metric-label {
  font-size: 14px;
  line-height: 1.55;
}

.book-stage {
  position: relative;
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 26px;
}
.cover-stage {
  position: relative;
  width: min(370px, 94%);
  margin: 0 auto;
}
.cover-stage::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -34px;
  height: 46px;
  background: radial-gradient(circle, rgba(4, 12, 20, 0.40), transparent 72%);
  filter: blur(14px);
  z-index: 0;
}
.cover-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 18, 29, 0.74);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.cover-frame {
  position: relative;
  z-index: 1;
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    linear-gradient(160deg, #162536 0%, #1d3248 52%, #0e1d2d 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 28px 80px rgba(5, 10, 18, 0.42);
  transform: rotateY(-10deg) rotateX(2deg);
  transform-origin: center center;
  overflow: hidden;
}
.cover-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent 32%);
  pointer-events: none;
}
.cover-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: -16px;
  width: 24px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #9a7250 0%, #6d4e37 100%);
  transform: rotateY(62deg);
  transform-origin: right center;
  box-shadow: inset -6px 0 10px rgba(0,0,0,0.24);
}
.cover-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #101a24;
}
.hero-artboard {
  position: relative;
  width: min(430px, 100%);
  margin: 0 auto;
  padding-bottom: 34px;
}
.portrait-stage {
  position: relative;
  padding: 12px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
    linear-gradient(160deg, #152536 0%, #1c3148 52%, #0e1c2c 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 28px 80px rgba(5, 10, 18, 0.42);
  overflow: hidden;
}
.portrait-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent 30%);
  pointer-events: none;
}
.portrait-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
}
.portrait-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(10, 18, 29, 0.72);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
}
.portrait-caption strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
}
.portrait-caption span {
  display: block;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.55;
}
.floating-cover {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: min(176px, 42%);
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.03)),
    linear-gradient(160deg, #223142 0%, #101d2d 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 46px rgba(0,0,0,0.34);
  transform: rotate(8deg);
  z-index: 2;
}
.floating-cover .cover-badge {
  top: 10px;
  left: 10px;
  padding: 8px 10px;
  font-size: 10px;
}
.floating-cover .cover-image {
  border-radius: 16px;
}
.book-mockup {
  position: relative;
  width: min(360px, 92%);
  margin: 0 auto;
  perspective: 1800px;
}
.book-mockup::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: -28px;
  height: 42px;
  background: radial-gradient(circle, rgba(4, 12, 20, 0.32), transparent 72%);
  filter: blur(12px);
  z-index: 0;
}
.book-spine {
  position: absolute;
  top: 18px;
  left: -18px;
  width: 32px;
  height: calc(100% - 36px);
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #95704f 0%, #6f5137 100%);
  transform: rotateY(65deg);
  transform-origin: right center;
  box-shadow: inset -8px 0 12px rgba(0,0,0,0.22);
}
.book-card {
  position: relative;
  z-index: 1;
  min-height: 470px;
  padding: 30px 30px 28px;
  border-radius: 24px;
  color: #fef8ef;
  background:
    radial-gradient(circle at top right, rgba(212, 169, 127, 0.34), transparent 28%),
    linear-gradient(160deg, #142332 0%, #1b3045 55%, #102031 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 70px rgba(5, 10, 18, 0.38);
  transform: rotateY(-14deg) rotateX(2deg);
  transform-origin: center center;
  overflow: hidden;
}
.book-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), transparent 38%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.08) 100%);
}
.book-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 36px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.68);
}
.book-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.book-title {
  position: relative;
  margin: 0 0 12px;
  font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #fff8ef;
}
.book-subtitle {
  position: relative;
  max-width: 16ch;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
}
.book-divider {
  position: relative;
  width: 74px;
  height: 2px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--accent-2), transparent);
}
.book-footer {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.book-signature {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.66);
}
.book-mark {
  width: 72px;
  height: 92px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
}
.book-side-notes {
  display: grid;
  gap: 12px;
}
.authority-section {
  padding-top: 8px;
}
.authority-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
}
.authority-manifesto h2 {
  margin-bottom: 16px;
}
.authority-profile-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 242, 232, 0.94));
}
.authority-list {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
.authority-item {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(17, 33, 51, 0.08);
  background: rgba(255,255,255,0.58);
}
.authority-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 16px;
}
.authority-item span {
  display: block;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}
.side-chip {
  padding: 15px 17px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.side-chip strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}
.side-chip span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.68);
}

.content-grid,
.dual-grid,
.feature-grid,
.form-grid,
.steps-grid {
  display: grid;
  gap: 24px;
}
.content-grid { grid-template-columns: 1.04fr 0.96fr; }
.dual-grid,
.feature-grid,
.form-grid,
.steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.section-card,
.info-box,
.form-card,
.success-card {
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.92);
  box-shadow: var(--shadow-soft);
}
.info-box.dark,
.section-card.dark,
.success-card.dark {
  background: linear-gradient(180deg, rgba(17, 33, 51, 0.96), rgba(21, 39, 59, 0.96));
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
}
.info-box.dark p,
.section-card.dark p,
.success-card.dark p,
.info-box.dark li,
.section-card.dark li,
.success-card.dark li,
.info-box.dark .small-muted,
.section-card.dark .small-muted,
.success-card.dark .small-muted { color: rgba(255,255,255,0.74); }
.info-box.dark h3,
.section-card.dark h2,
.success-card.dark h1,
.success-card.dark h2,
.success-card.dark h3 { color: #fff; }
.mini-label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #7a8694;
}
.dark .mini-label { color: rgba(255,255,255,0.52); }

.check-list,
.value-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.check-list li,
.value-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
}
.check-list li::before,
.value-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  background: rgba(183, 138, 95, 0.16);
  color: #8f6a48;
  font-size: 12px;
  font-weight: 900;
}
.dark .check-list li::before,
.dark .value-list li::before {
  background: rgba(255,255,255,0.10);
  color: var(--accent-2);
}

.form-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.76)),
    rgba(255, 252, 247, 0.98);
  border-color: rgba(17, 33, 51, 0.10);
  box-shadow: 0 24px 54px rgba(10, 19, 31, 0.08);
}
.form-card h2 { margin-bottom: 12px; }
.form-card .eyebrow,
.form-card .mini-label { color: #6d7885; }
form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.consent-check {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(17, 33, 51, 0.08);
  background: rgba(17, 33, 51, 0.03);
}
.consent-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin: 3px 0 0;
  padding: 0;
  accent-color: var(--accent);
  border-radius: 6px;
  box-shadow: none;
}
.consent-check span {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.field-label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #5f6d7b;
}
.phone-input {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
}
.phone-input select,
input {
  width: 100%;
  min-height: 58px;
  padding: 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(17, 33, 51, 0.12);
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font-size: 16px;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.phone-input select {
  padding: 15px 14px;
  font-size: 15px;
}
input::placeholder { color: #8893a0; }
.phone-input select:focus,
input:focus {
  outline: none;
  border-color: rgba(183, 138, 95, 0.66);
  box-shadow: 0 0 0 5px rgba(183, 138, 95, 0.14);
  background: #fff;
}
.error,
.success {
  display: none;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
}
.error {
  background: rgba(143, 44, 44, 0.08);
  color: #8f2c2c;
  border: 1px solid rgba(143, 44, 44, 0.14);
}
.success {
  background: rgba(24, 96, 61, 0.08);
  color: var(--success);
  border: 1px solid rgba(24, 96, 61, 0.16);
}
.inline-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(17, 33, 51, 0.08);
  background: linear-gradient(180deg, rgba(17, 33, 51, 0.04), rgba(17, 33, 51, 0.025));
}

.hero-editorial-note,
.quiet-strip {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.hero-editorial-note .mini-label,
.quiet-strip strong {
  display: block;
  margin-bottom: 8px;
}

.hero-editorial-note .mini-label {
  color: rgba(255,255,255,0.54);
}

.hero-editorial-note p,
.quiet-strip span {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.hero-editorial-note p {
  color: rgba(255,255,255,0.76);
}

.quiet-strip {
  border-color: rgba(17, 33, 51, 0.08);
  background: linear-gradient(180deg, rgba(17, 33, 51, 0.04), rgba(17, 33, 51, 0.025));
  box-shadow: none;
}

.quiet-strip strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiet-strip span {
  display: block;
  color: var(--ink-soft);
}

.access-brief {
  margin-top: 4px;
}

.access-brief li {
  padding-bottom: 12px;
}

.confirm-display {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}
.wa-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 84px;
  margin-top: 10px;
  padding: 14px 20px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(21, 145, 68, 0.26);
  background: linear-gradient(180deg, #25d366 0%, #1fb55a 100%);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.22);
}
.telegram-banner {
  border: 1px solid rgba(34, 158, 217, 0.22);
  background: linear-gradient(180deg, #37afea 0%, #229ED9 100%);
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.18);
}
.telegram-banner:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(34, 158, 217, 0.22);
}
.wa-banner-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 4px;
  padding: 0;
  color: #fff;
  min-width: 0;
  flex: 1;
}
.wa-banner-copy small {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.82;
}
.wa-banner-copy strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: normal;
}
.wa-banner-icon {
  position: relative;
  display: flex;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}
.telegram-banner .wa-banner-icon {
  background: rgba(255, 255, 255, 0.14);
  border-right: 0;
}
.telegram-banner .wa-banner-icon::before {
  display: none;
}
.telegram-banner .wa-banner-icon svg {
  width: 54px;
  height: 54px;
  filter: none;
}
.telegram-banner .wa-banner-copy,
.telegram-banner .wa-banner-copy strong,
.telegram-banner .wa-banner-copy small {
  color: #ffffff;
}
.telegram-banner .wa-banner-copy {
  padding: 0;
}
.telegram-banner .wa-banner-copy small {
  opacity: 0.84;
  letter-spacing: 0.10em;
}
.telegram-banner .wa-banner-copy strong {
  color: #ffffff;
  font-size: 16px;
}
.wa-banner-icon::before {
  display: none;
}
.wa-banner-icon svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  color: #fff;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 33, 51, 0.06);
  border: 1px solid rgba(17, 33, 51, 0.10);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.step-badge::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: var(--navy);
  font-size: 12px;
}

.success-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 26px;
  align-items: stretch;
}
.success-card.centered {
  display: grid;
  align-items: center;
}
.next-steps {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.next-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 33, 51, 0.08);
}
.next-step:last-child { border-bottom: 0; }
.next-step-number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: rgba(183, 138, 95, 0.14);
  color: #866243;
}

.center { text-align: center; }

@media (max-width: 1024px) {
  .hero-v2,
  .content-grid,
  .success-layout,
  .dual-grid,
  .authority-grid,
  .feature-grid,
  .form-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-visual,
  .section-card,
  .info-box,
  .form-card,
  .success-card {
    padding: 28px;
  }

  .trust-strip { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .brandbar { padding-top: 18px; }
  .hero-v2 { gap: 20px; padding: 18px 0 32px; }
  .hero-copy,
  .hero-visual,
  .section-card,
  .info-box,
  .form-card,
  .success-card { padding: 22px; }
  .section { padding: 24px 0 56px; }
  .display { font-size: clamp(36px, 10vw, 52px); }
  .book-card { min-height: 390px; }
  .book-title { font-size: clamp(36px, 11vw, 54px); }
  .book-footer { position: relative; inset: auto; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.10); }
  .cover-stage { width: min(320px, 92%); }
  .cover-frame { padding: 12px; border-radius: 24px; transform: rotateY(-5deg) rotateX(1deg); }
  .cover-image { border-radius: 16px; }
  .hero-artboard { width: min(340px, 100%); padding-bottom: 24px; }
  .portrait-stage { border-radius: 24px; }
  .portrait-image { border-radius: 18px; }
  .portrait-caption { right: 16px; bottom: 16px; left: 16px; padding: 12px 14px; }
  .portrait-caption strong { font-size: 16px; }
  .portrait-caption span { font-size: 13px; }
  .floating-cover { right: -2px; bottom: -2px; width: min(146px, 44%); padding: 10px; border-radius: 18px; transform: rotate(6deg); }
  .hero-thesis-card { margin-top: 18px; padding: 16px; border-radius: 18px; }
  .hero-thesis-card p { font-size: 16px; }
  .hero-editorial-note,
  .quiet-strip { padding: 14px 15px; border-radius: 18px; }
  .authority-item { padding: 16px; }
  .wa-banner {
    grid-template-columns: minmax(0, 1fr) 78px;
    min-height: 72px;
    border-radius: 20px;
  }
  .wa-banner-copy {
    padding: 12px 16px 12px 18px;
  }
  .wa-banner-copy strong {
    font-size: 15px;
  }
  .wa-banner-icon svg {
    width: 30px;
    height: 30px;
  }
  .cta-row { flex-direction: column; }
  .button { width: 100%; }
}

@media (max-width: 480px) {
  .brand-meta {
    width: 100%;
    justify-content: center;
  }
  .hero-copy,
  .hero-visual,
  .section-card,
  .info-box,
  .form-card,
  .success-card {
    padding: 18px;
  }
  .display {
    font-size: clamp(32px, 11vw, 46px);
  }
  .hero-artboard {
    width: 100%;
    padding-bottom: 90px;
  }
  .floating-cover {
    right: 6px;
    bottom: 0;
    width: 142px;
    transform: rotate(4deg);
  }
  .portrait-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .field-label {
    font-size: 12px;
  }
  .phone-input {
    grid-template-columns: 1fr;
  }
  input,
  .button {
    min-height: 54px;
  }
  .wa-banner {
    grid-template-columns: 1fr 70px;
    min-height: 68px;
  }
  .wa-banner-copy {
    padding: 12px 14px 12px 16px;
  }
  .wa-banner-copy small {
    font-size: 10px;
  }
  .wa-banner-copy strong {
    font-size: 14px;
  }
  .wa-banner-icon::before {
    left: -12px;
    width: 24px;
  }
  .consent-check {
    grid-template-columns: 18px 1fr;
    gap: 10px;
    padding: 12px 14px;
  }
  .consent-check span {
    font-size: 13px;
  }
  .confirm-display {
    font-size: clamp(30px, 10vw, 42px);
  }
}
