:root {
  --teal: #0f766e;
  --teal-dark: #115e59;
  --teal-soft: #d8efec;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --amber-soft: #fff2d8;
  --ink: #111827;
  --ink-soft: #1f2937;
  --muted: #64748b;
  --line: #e5e7eb;
  --paper: #ffffff;
  --bg: #f8fafc;
  --soft: #eef6f5;
  --yes: #16a34a;
  --no: #e11d48;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(229, 231, 235, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  font-weight: 800;
}

.brand-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand-text {
  color: var(--ink);
  font-size: 1.94rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-tagline {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--teal);
}

.header-cta {
  padding: 10px 16px;
  border-radius: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, #f0a93a 0%, #d98b26 100%);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 12px 24px rgba(217, 139, 38, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) 24px 86px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px 12px auto;
  height: 420px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.16), transparent 40%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 252, 0.98) 100%);
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.06);
  z-index: -1;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(2.9rem, 6vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.headline-top,
.headline-main,
.headline-bottom {
  display: block;
}

.headline-top {
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.02;
}

.headline-main {
  margin-top: 0.04em;
  font-size: 1em;
  font-weight: 900;
}

.headline-bottom {
  margin-top: 0.08em;
  font-size: 0.72em;
  font-weight: 800;
  line-height: 1;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.hero-lede {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.24rem;
}

.launch-offer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 24px;
  padding: 14px 18px;
  border: 1px solid #f3d18a;
  border-radius: 999px;
  color: #7c4a03;
  background: linear-gradient(135deg, #fff7e6 0%, #ffe7b3 100%);
  box-shadow: 0 14px 34px rgba(245, 158, 11, 0.16);
  font-weight: 800;
  font-size: 1rem;
}

.launch-offer::before {
  content: "Launch Offer";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-proof,
.hero-microcopy {
  display: grid;
  gap: 10px;
}

.hero-proof {
  margin: 0 0 18px;
}

.hero-proof span,
.hero-microcopy span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  white-space: normal;
}

.hero-proof span::before,
.hero-microcopy span::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-proof span::before {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.2);
}

.hero-microcopy span::before {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.22);
}

.hero-microcopy {
  margin-top: 10px;
}

.hero-support {
  margin: 14px 0 10px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.hero-trust-line {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.hero-trust-line strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.hero-trust-line span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.button.primary {
  color: #ffffff;
  background: var(--teal);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.accent {
  color: #ffffff;
  background: linear-gradient(135deg, #f0a93a 0%, #d98b26 100%);
}

.button.accent:hover {
  background: linear-gradient(135deg, #e39b30 0%, #c97f1d 100%);
}

.button.secondary {
  min-height: 48px;
  color: #ffffff;
  background: linear-gradient(135deg, #f0a93a 0%, #d98b26 100%);
  border-color: rgba(217, 139, 38, 0.22);
  box-shadow: 0 12px 24px rgba(217, 139, 38, 0.22);
}

.button.secondary:hover {
  border-color: rgba(191, 123, 32, 0.3);
  background: linear-gradient(135deg, #e39b30 0%, #c97f1d 100%);
}

.button.ghost {
  color: var(--teal);
  background: #ffffff;
  border-color: #b7ded9;
}

.cv-preview {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: visible;
  background: linear-gradient(180deg, #263238 0%, #1c2731 100%);
  box-shadow: 0 34px 80px rgba(15, 23, 42, 0.18);
  max-width: 780px;
  margin-left: auto;
}

.preview-header {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  background: #17212b;
}

.preview-header span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #94a3b8;
}

.preview-stage {
  position: relative;
  padding: 34px 104px 40px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(34, 47, 58, 0.98) 0%, rgba(24, 34, 43, 1) 100%);
}

.preview-paper {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  margin: 18px auto 0;
  padding: 28px;
  min-height: 980px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
}

.paper-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.paper-top strong {
  display: block;
  font-size: 1.72rem;
}

.paper-top p {
  margin: 4px 0 4px;
  color: var(--muted);
  font-size: 1rem;
}

.paper-top small {
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
}

.score {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal);
  background: var(--soft);
  font-weight: 900;
}

.paper-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 18px 0 8px;
}

.paper-grid h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.paper-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.keyword-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf6ff;
  color: #31558a;
  font-size: 0.76rem;
  font-weight: 800;
}

.achievement-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 1rem;
}

.achievement-list li + li {
  margin-top: 8px;
}

.experience-item + .experience-item {
  margin-top: 14px;
}

.experience-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.experience-head strong {
  color: var(--ink);
  font-size: 1rem;
}

.experience-head span {
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.upgrade-note {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f9fafb;
}

.upgrade-note span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.upgrade-note p {
  margin: 0;
}

.upgrade-note.improved {
  border-color: #b7ded9;
  background: var(--soft);
}

.preview-callout {
  position: absolute;
  z-index: 3;
  max-width: 230px;
  min-height: 188px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(209, 223, 237, 0.92);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 255, 0.98) 100%);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.11);
}

.preview-callout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.98rem;
}

.callout-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #4f8fe8 0%, #2f6fd0 100%);
  box-shadow: 0 10px 20px rgba(47, 111, 208, 0.22);
  font-size: 1rem;
  font-weight: 900;
}

.preview-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.callout-top-right {
  border-color: rgba(47, 111, 208, 0.16);
}

.callout-top-right .callout-arrow,
.callout-bottom-left .callout-arrow,
.callout-right-lower .callout-arrow {
  background: linear-gradient(135deg, #4f8fe8 0%, #2f6fd0 100%);
  box-shadow: 0 10px 20px rgba(47, 111, 208, 0.22);
}

.callout-amber {
  border-color: rgba(217, 119, 6, 0.16);
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.98) 0%, rgba(255, 244, 224, 0.98) 100%);
}

.callout-amber .callout-arrow {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 10px 20px rgba(217, 119, 6, 0.24);
}

.callout-top-right {
  top: 20px;
  right: -62px;
}

.callout-right-mid {
  top: 300px;
  right: -80px;
}

.callout-bottom-left {
  left: -72px;
  bottom: 118px;
}

.callout-left-mid {
  left: -84px;
  top: 298px;
}

.callout-right-lower {
  right: -62px;
  bottom: 214px;
}

.preview-pill {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.pill-left {
  left: -32px;
  top: 146px;
  color: #0f766e;
  background: #ecfdf5;
}

.preview-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.preview-footer div {
  padding: 16px 14px;
  background: rgba(18, 28, 38, 0.95);
  text-align: center;
}

.preview-footer strong {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
}

.preview-footer span {
  color: #cbd5e1;
  font-size: 0.82rem;
}

.section {
  padding: clamp(48px, 7vw, 82px) 24px;
}

.intro-strip {
  display: flex;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 249, 248, 0.96) 100%);
  border-block: 1px solid var(--line);
}

.intro-strip p {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.results-strip {
  padding-top: 0;
  text-align: center;
}

.results-strip p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 700;
}

.metric {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 252, 1) 100%);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}

.metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 900;
}

.metric span {
  color: var(--muted);
  font-size: 0.98rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.compare-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.compare-section .section-heading::after,
.how-section .section-heading::after,
.faq-section .section-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--amber) 100%);
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 24px;
}

.plan-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 252, 1) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.plan-card.featured {
  border-color: #f6c45e;
  background: linear-gradient(180deg, rgba(255, 249, 235, 1) 0%, rgba(255, 245, 222, 1) 100%);
}

.plan-kicker {
  margin-bottom: 4px;
  color: var(--teal);
  font-weight: 800;
}

.plan-card h3 {
  margin-bottom: 4px;
  font-size: 2.2rem;
}

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

.regular-price {
  color: var(--amber-dark);
  font-weight: 800;
}

.plan-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.turnaround-inline {
  color: var(--teal-dark);
  font-weight: 700;
}

.pricing-note {
  max-width: 920px;
  margin: 16px auto 28px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  text-align: center;
}

.comparison-table {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

.table-row {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row-highlight {
  background: linear-gradient(90deg, rgba(255, 248, 235, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
}

.table-row > div {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
}

.table-row > div:last-child {
  border-right: 0;
  background: linear-gradient(180deg, rgba(255, 250, 240, 1) 0%, rgba(255, 246, 230, 1) 100%);
}

.table-head {
  color: #ffffff;
  background: #17212b;
  font-weight: 900;
}

.table-head > div:last-child {
  background: #23313c;
}

.yes,
.no {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.yes::before,
.no::before {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
}

.yes {
  color: var(--yes);
}

.yes::before {
  content: "✓";
  background: var(--yes);
}

.no {
  color: var(--no);
}

.no::before {
  content: "×";
  background: var(--no);
}

.how-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 248, 248, 1) 100%);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
}

.steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.steps span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--teal);
  font-weight: 900;
}

.steps p,
.trust-section p,
.faq-section p,
.footer p {
  color: var(--muted);
}

.steps small {
  display: block;
  margin-top: 10px;
  color: var(--teal-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(216, 239, 236, 0.65) 0%, rgba(255, 242, 216, 0.65) 100%);
}

.trust-section p {
  margin: 0;
  font-size: 1.15rem;
}

.upgrade-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(28px, 5vw, 64px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) 24px 38px;
}

.upgrade-copy h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.upgrade-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.upgrade-highlights span {
  min-height: 74px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.upgrade-summary {
  align-self: start;
  padding: 28px;
  border: 1px solid #f6c45e;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 249, 235, 1) 0%, rgba(255, 245, 222, 1) 100%);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.upgrade-summary h2 {
  margin-bottom: 10px;
  font-size: 4rem;
}

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

.upgrade-form-section {
  padding-top: 36px;
}

.tally-embed-wrap {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.tally-embed-wrap iframe {
  display: block;
  min-height: 1320px;
}

.faq-section {
  max-width: 860px;
  margin: 0 auto;
}

.legal-section {
  max-width: 980px;
  margin: 0 auto;
}

.legal-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 252, 1) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

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

.legal-copy h3,
.legal-grid h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
}

.legal-copy h3:first-child,
.legal-grid h3:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-grid p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
}

.legal-list {
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--muted);
}

.legal-list li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.legal-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.seo-hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 24px 36px;
}

.seo-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.08;
}

.seo-hero .hero-lede {
  max-width: 760px;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.seo-actions,
.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-links a {
  padding: 10px 14px;
  border: 1px solid #b7ded9;
  border-radius: 6px;
  color: var(--teal-dark);
  background: #ffffff;
  font-weight: 800;
}

.seo-links a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.seo-content {
  max-width: 980px;
  margin: 0 auto;
}

.seo-content a,
.legal-copy a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.article-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

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

.article-card a {
  color: var(--teal-dark);
  font-weight: 800;
}

details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 1.08rem;
}

details p {
  margin: 12px 0 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.footer p {
  margin: 6px 0 0;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .brand-text {
    font-size: 1.58rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-tagline {
    font-size: 0.64rem;
  }

  .hero,
  .plans,
  .metrics-strip,
  .steps,
  .trust-section,
  .upgrade-hero,
  .upgrade-highlights,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .legal-card {
    padding: 24px;
  }

  .hero {
    padding-top: 48px;
  }

  .cv-preview {
    max-width: none;
    margin-left: 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .preview-stage {
    padding: 22px 22px 18px;
  }

  .preview-callout,
  .preview-pill {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .button {
    width: 100%;
  }

  .button.secondary {
    width: 100%;
  }

  .launch-offer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border-radius: 18px;
  }

  .table-row {
    grid-template-columns: 1.15fr 0.8fr 0.9fr;
    font-size: 0.85rem;
  }

  .table-row > div {
    padding: 13px 10px;
  }

  .yes,
  .no {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .footer {
    flex-direction: column;
  }
}
