:root {
  --bg: #f8fafc;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --surface-soft: #ebf2ff;
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, 0.1);
  --accent: #1a56db;
  --accent-deep: #1440b3;
  --accent-soft: rgba(26, 86, 219, 0.12);
  --accent-indigo: #0f172a;
  --accent-green: #10b981;
  --wolf-amber: #f59e0b;
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.14);
  --shadow-md: 0 16px 34px rgba(15, 23, 42, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(26, 86, 219, 0.12), transparent 24rem),
    radial-gradient(circle at 10% 12%, rgba(245, 158, 11, 0.1), transparent 18rem),
    linear-gradient(180deg, #eef5ff 0%, var(--bg) 18%, #fff 100%);
  color: var(--text);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 32px));
}

.progress-bar {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--wolf-amber));
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 120;
}

.site-header {
  position: sticky;
  top: 20px;
  z-index: 100;
  padding: 20px 0 0;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(26, 86, 219, 0.25);
}

.brand-text {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

.mobile-nav {
  display: none;
}

.desktop-nav a:hover,
.footer-links a:hover,
.section-head.spaced a:hover {
  color: var(--accent);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--accent);
  color: white;
  box-shadow: 0 16px 30px rgba(26, 86, 219, 0.22);
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--accent-deep);
  transform: translateY(-1px);
}

.button-secondary {
  background: rgba(17, 17, 17, 0.04);
  color: #333;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.button-secondary:hover {
  background: rgba(17, 17, 17, 0.08);
}

.button-dark {
  background: #111111;
  color: white;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}

.button-dark:hover,
.button-indigo:hover {
  transform: translateY(-2px);
}

.button-indigo {
  background: var(--accent-indigo);
  color: white;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(64, 84, 216, 0.2);
}

.button.full {
  width: 100%;
}

.hero-section,
.steps-section,
.audit-section,
  .wolfmatch-section,
.pricing-section,
.comparison-section,
.faq-section,
.blog-section {
  position: relative;
}

.hero-section {
  overflow: hidden;
  padding: 76px 0 72px;
}

.hero-grid-pattern,
  .wolfmatch-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 92%);
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero-orb-a {
  width: 360px;
  height: 360px;
  background: rgba(26, 86, 219, 0.18);
  right: -40px;
  top: 20px;
}

.hero-orb-b {
  width: 260px;
  height: 260px;
  background: rgba(64, 84, 216, 0.12);
  left: -40px;
  bottom: 10px;
}

.hero-layout,
.split-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.split-layout.reverse > :first-child {
  order: 2;
}

.split-layout.reverse > :last-child {
  order: 1;
}

.eyebrow,
.pill,
.cool-pill,
.dark-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  background: rgba(17, 17, 17, 0.05);
  color: var(--muted);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(26, 86, 219, 0.12);
}

.pill {
  background: var(--surface-soft);
  color: var(--accent);
  border: 1px solid rgba(26, 86, 219, 0.12);
}

.cool-pill {
  background: rgba(64, 84, 216, 0.1);
  color: var(--accent-indigo);
}

.dark-pill {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-copy h1,
.section-head h2,
.split-copy h2,
.cta-content h3 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero-copy h1 {
  max-width: 11ch;
  margin: 18px 0 20px;
  font-size: clamp(3.2rem, 7vw, 6rem);
}

.gradient-text {
  background: linear-gradient(90deg, var(--accent), #ff9449);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle,
.split-copy p,
.section-head p,
.audit-footnote,
.blog-body p,
.testimonial-card p,
.step-card p,
.feature-list span,
.faq-answer p,
.site-footer p {
  color: var(--muted);
}

.hero-subtitle {
  max-width: 58ch;
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -8px;
  box-shadow: var(--shadow-md);
}

.avatars img:first-child {
  margin-left: 0;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.mockup-glow {
  position: absolute;
  inset: -30px;
  background: linear-gradient(135deg, rgba(26, 86, 219, 0.2), rgba(15, 23, 42, 0.12));
  filter: blur(50px);
  border-radius: 36px;
}

.resume-window,
.audit-card,
.hunt-card,
.price-card,
.testimonial-card,
.step-card,
.blog-card,
.table-wrap,
.faq-item {
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-lg);
}

.resume-window {
  width: min(100%, 580px);
  overflow: hidden;
  border-radius: 28px;
  backdrop-filter: blur(12px);
  position: relative;
}

.window-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
}

.window-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.window-topbar span:nth-child(1) { background: #f26d7d; }
.window-topbar span:nth-child(2) { background: #ffbe55; }
.window-topbar span:nth-child(3) { background: #24c36b; }

.window-chip {
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(64, 84, 216, 0.08);
  color: var(--accent-indigo);
  font-size: 0.7rem;
  font-weight: 700;
}

.window-body {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 420px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 250, 248, 0.98));
}

.window-sidebar {
  padding: 20px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.sidebar-line,
.sidebar-card,
.sidebar-block,
.sheet-name,
.sheet-meta span,
.section-title,
.line {
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
}

.sidebar-line {
  height: 12px;
  margin-bottom: 14px;
}

.sidebar-line.medium { width: 56%; }
.sidebar-line.short { width: 34%; margin-top: 24px; }
.sidebar-card { height: 44px; margin-bottom: 10px; opacity: 0.55; }
.sidebar-block { height: 90px; opacity: 0.45; }

.sidebar-tag {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(26, 86, 219, 0.12);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.resume-sheet {
  padding: 26px;
}

.sheet-name {
  width: 44%;
  height: 16px;
  margin: 0 auto 12px;
  background: rgba(17, 17, 17, 0.85);
}

.sheet-meta {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sheet-meta span {
  width: 72px;
  height: 6px;
}

.sheet-divider {
  height: 1px;
  background: rgba(17, 17, 17, 0.09);
  margin: 22px 0;
}

.sheet-section + .sheet-section {
  margin-top: 22px;
}

.section-title {
  width: 26%;
  height: 10px;
  background: rgba(17, 17, 17, 0.8);
  margin-bottom: 14px;
}

.line {
  height: 7px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.line.shorter { width: 88%; }
.line.medium { width: 42%; }
.line.tiny { width: 18%; }

.job-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.score-card {
  position: absolute;
  right: -16px;
  top: 86px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: var(--shadow-lg);
}

.score-ring {
  position: relative;
  width: 68px;
  height: 68px;
}

.score-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.score-ring circle {
  fill: none;
  stroke: rgba(17, 17, 17, 0.08);
  stroke-width: 8;
}

.score-ring-fill {
  stroke: var(--accent-green);
  stroke-dasharray: 264;
  stroke-dashoffset: 13;
  stroke-linecap: round;
}

.score-ring span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--accent-green);
  font-size: 0.9rem;
}

.score-label {
  margin: 0 0 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #98928a;
  font-weight: 800;
}

.score-value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.section-head {
  margin-bottom: 42px;
}

.section-head.centered {
  text-align: center;
}

.section-head.simple-head,
.section-head.spaced {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-kicker,
.section-note {
  margin: 0;
}

.section-kicker {
  color: #9b938b;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.section-note {
  color: #a6a099;
  font-size: 0.88rem;
}

.section-head h2,
.split-copy h2,
.cta-content h3 {
  margin: 0 0 14px;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
}

.testimonials-section,
.steps-section,
.comparison-section,
.blog-section {
  padding: 32px 0 88px;
}

.audit-section,
.pricing-section,
.faq-section {
  padding: 88px 0;
}

.wolfmatch-section {
  padding: 88px 0 96px;
  overflow: hidden;
}

.testimonial-grid,
.steps-grid,
.pricing-grid,
.blog-grid {
  display: grid;
  gap: 24px;
}

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

.testimonial-card,
.step-card,
.blog-card {
  border-radius: var(--radius-xl);
  padding: 28px;
}

.testimonial-card:hover,
.step-card:hover,
.blog-card:hover,
.price-card:hover,
.faq-item:hover {
  transform: translateY(-4px);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stars {
  color: #f2b329;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
}

.person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.person img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.person strong,
.blog-body h3,
.audit-title,
.step-card h3,
.feature-list strong,
.price-card h3,
.faq-question,
.hunt-header strong {
  display: block;
  font-family: "Outfit", sans-serif;
}

.person span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.steps-grid {
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 18%;
  right: 18%;
  height: 2px;
  background: linear-gradient(90deg, rgba(26, 86, 219, 0.08), rgba(26, 86, 219, 0.3), rgba(26, 86, 219, 0.08));
}

.step-card {
  position: relative;
  text-align: center;
}

.step-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 28px;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: var(--shadow-md);
}

.step-icon.warm {
  background: rgba(26, 86, 219, 0.12);
  color: var(--accent);
}

.step-icon.neutral {
  background: rgba(17, 17, 17, 0.06);
  color: #555;
}

.step-icon.cool {
  background: rgba(12, 166, 120, 0.12);
  color: var(--accent-green);
}

.audit-card,
.hunt-card,
.price-card {
  border-radius: 30px;
  padding: 28px;
}

.audit-top,
.hunt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.audit-title {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.audit-subtitle {
  color: var(--muted);
  font-size: 0.92rem;
}

.audit-score {
  min-width: 94px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(12, 166, 120, 0.1);
  color: var(--accent-green);
  text-align: center;
  font-weight: 800;
}

.audit-box {
  padding: 18px;
  border-radius: 22px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}

.audit-box.success {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(17, 17, 17, 0.07);
}

.audit-box.warning {
  background: rgba(255, 196, 87, 0.08);
  border-color: rgba(255, 196, 87, 0.18);
}

.audit-box h4 {
  margin: 0 0 14px;
  font-size: 0.95rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-row span {
  display: inline-flex;
  padding: 8px 12px;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: #555;
  font-size: 0.86rem;
}

.audit-box ul,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-box li,
.price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.audit-box li + li,
.price-card li + li {
  margin-top: 12px;
}

.audit-box li::before,
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.split-copy p {
  max-width: 60ch;
  line-height: 1.8;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 30px;
}

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

.feature-list article {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 17, 17, 0.07);
}

.feature-list strong {
  margin-bottom: 6px;
  font-size: 1rem;
}

.hunt-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  min-height: 530px;
}

.hunt-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(64, 84, 216, 0.1);
  color: var(--accent-indigo);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hunt-list {
  display: grid;
  gap: 14px;
}

.hunt-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.03);
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.hunt-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(64, 84, 216, 0.15), rgba(64, 84, 216, 0.04));
}

.hunt-lines {
  flex: 1;
}

.hunt-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
}

.hunt-lines span:first-child {
  width: 72%;
  margin-bottom: 10px;
}

.hunt-lines span:last-child {
  width: 44%;
}

.hunt-toast {
  position: absolute;
  left: -18px;
  right: -18px;
  bottom: -22px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--accent-indigo);
  color: white;
  box-shadow: 0 18px 38px rgba(64, 84, 216, 0.28);
}

.hunt-toast span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.pricing-steps,
.currency-switcher {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.pricing-steps {
  margin-bottom: 22px;
  color: #8f8880;
  font-size: 0.92rem;
  font-weight: 700;
}

.pricing-steps span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pricing-steps b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.08);
}

.pricing-steps .active {
  color: var(--accent);
}

.pricing-steps .active b {
  background: var(--accent);
  color: white;
}

.currency-switcher {
  margin-bottom: 36px;
}

.currency-switcher button {
  padding: 12px 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.05);
  color: #5f5952;
  font-weight: 800;
  cursor: pointer;
}

.currency-switcher button.active {
  background: white;
  color: var(--accent);
  box-shadow: var(--shadow-md);
}

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

.price-card {
  position: relative;
  transition: transform 180ms ease;
}

.price-card.featured {
  border: 2px solid var(--accent);
  box-shadow: 0 20px 46px rgba(26, 86, 219, 0.16);
}

.price-ribbon,
.soft-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 18px;
  background: var(--accent);
  color: white;
}

.soft-label {
  background: rgba(17, 17, 17, 0.06);
  color: #5d5952;
}

.price-card h3 {
  margin: 12px 0 20px;
  font-size: 1.45rem;
}

.price-value {
  margin-bottom: 22px;
}

.price-value span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.price-value small {
  display: block;
  margin-top: 8px;
  color: #7a746d;
  font-size: 0.92rem;
}

.difference-box {
  padding: 16px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(255, 196, 87, 0.12);
  border: 1px solid rgba(255, 196, 87, 0.18);
}

.difference-box span {
  display: block;
  margin-bottom: 6px;
  color: #a76f00;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-wrap {
  border-radius: 28px;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  padding: 22px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

thead th:nth-child(2),
tbody td:nth-child(2) {
  background: rgba(26, 86, 219, 0.06);
}

thead th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #857e76;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 0;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
  padding-bottom: 22px;
}

.cta-panel {
  position: relative;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 30px;
  padding: 42px 28px;
  background: linear-gradient(135deg, #121212, #232323 48%, #171717);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.cta-orb {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(80px);
}

.cta-orb.a {
  top: -120px;
  right: -60px;
  background: rgba(26, 86, 219, 0.3);
}

.cta-orb.b {
  bottom: -120px;
  left: -60px;
  background: rgba(64, 84, 216, 0.24);
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-content h3 {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.blog-card {
  overflow: hidden;
  padding: 0;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-body {
  padding: 22px 24px 26px;
}

.blog-body span {
  display: block;
  margin-bottom: 12px;
  color: #8f8880;
  font-size: 0.85rem;
}

.blog-body h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.site-footer {
  padding: 34px 0 60px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-shell p {
  max-width: 56ch;
  margin: 0;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  white-space: nowrap;
}

.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: white;
  color: #111;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.subpage-main {
  min-height: 100vh;
}

.subpage-hero {
  padding: 110px 0 64px;
}

.subpage-hero.compact {
  padding-bottom: 36px;
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 54px;
  align-items: center;
}

.subpage-hero h1,
.article-page h1 {
  margin: 18px 0;
  max-width: 13ch;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.subpage-hero p,
.article-page p,
.feature-band p,
.template-card p,
.letter-paper p {
  color: var(--muted);
  line-height: 1.8;
}

.subpage-section {
  padding: 54px 0 96px;
}

.template-showcase {
  position: relative;
  min-height: 430px;
}

.mini-resume {
  position: absolute;
  width: 290px;
  min-height: 380px;
  padding: 28px;
  border-radius: 26px;
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-lg);
}

.mini-resume.classic {
  right: 0;
  bottom: 0;
  transform: rotate(4deg);
}

.mini-resume.modern {
  left: 0;
  top: 0;
  transform: rotate(-5deg);
  z-index: 2;
}

.mini-resume span,
.template-preview::before,
.template-preview::after,
.job-match-row span,
.job-match-row i {
  display: block;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
}

.mini-resume span:nth-child(1) {
  width: 48%;
  height: 18px;
  background: var(--accent);
}

.mini-resume span:nth-child(2) {
  width: 78%;
  height: 8px;
  margin-top: 30px;
}

.mini-resume span:nth-child(3) {
  width: 92%;
  height: 8px;
  margin-top: 14px;
}

.mini-resume span:nth-child(4) {
  width: 65%;
  height: 8px;
  margin-top: 14px;
}

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

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

.template-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.template-filter-row button {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  padding: 10px 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.template-filter-row button.active {
  background: #111;
  color: white;
}

.template-card,
.feature-band article,
.letter-paper,
.hunt-dashboard {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-md);
}

.template-card h2,
.feature-band h2,
.letter-paper h2,
.article-page h2 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.02em;
}

.template-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 800;
}

.template-actions {
  display: inline-flex;
  margin-left: 14px;
}

.template-actions button {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.04);
  color: #333;
  padding: 10px 14px;
  font: inherit;
  font-weight: 800;
}

.template-preview {
  position: relative;
  min-height: 240px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.template-preview::before {
  content: "";
  width: 56%;
  height: 18px;
  margin: 28px 24px;
}

.template-preview::after {
  content: "";
  width: 78%;
  height: 90px;
  margin: 40px 24px 0;
  border-radius: 18px;
}

.template-preview[data-template]::before,
.template-preview[data-template]::after,
.modal-template-preview::before,
.modal-template-preview::after {
  content: none;
}

.preview-paper {
  min-height: 238px;
  padding: 20px;
  background: #fff;
}

.preview-paper.rtl {
  direction: rtl;
  text-align: right;
}

.preview-head {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.08);
}

.preview-head strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.preview-head span {
  color: var(--muted);
  font-size: 0.82rem;
}

.preview-section-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.preview-section-lines b {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-section-lines i {
  display: block;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
}

.preview-section-lines i.short { width: 58%; }
.preview-section-lines i.mid { width: 78%; }

.preview-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(72px, 0.82fr);
  gap: 12px;
  align-items: start;
  margin-top: 14px;
}

.preview-two-column.flipped {
  grid-template-columns: minmax(72px, 0.8fr) minmax(0, 1.2fr);
}

.preview-two-column aside,
.preview-feature-grid > div {
  padding: 10px;
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.035);
}

.preview-exec-hero {
  margin: -20px -20px 16px;
  padding: 20px;
  background: #111827;
  color: white;
}

.preview-exec-hero .preview-head {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.preview-exec-hero strong,
.preview-exec-hero span {
  color: white;
}

.preview-exec-hero em {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.preview-feature-grid {
  display: grid;
  grid-template-columns: minmax(78px, 0.8fr) minmax(0, 1.2fr);
  gap: 12px;
  margin-top: 16px;
}

.preview-rule {
  height: 4px;
  margin: 14px 0 4px;
  border-top: 2px solid #111827;
  border-bottom: 1px solid rgba(17, 24, 39, 0.18);
}

.preview-family-side,
.preview-family-technical {
  background: linear-gradient(90deg, rgba(26, 86, 219, 0.07) 0 10px, #fff 10px);
}

.preview-family-professional {
  background: #fff;
}

.preview-family-clinical {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.08) 0 34%, #fff 34%);
}

.preview-family-academic,
.preview-family-formal,
.preview-family-legal {
  font-family: Georgia, "Times New Roman", serif;
}

.preview-family-academic .preview-head,
.preview-family-formal .preview-head,
.preview-family-legal .preview-head {
  text-align: center;
}

.preview-family-creative {
  background: radial-gradient(circle at top right, rgba(190, 24, 93, 0.16), transparent 8rem), #fff;
}

.preview-family-creative .preview-head strong,
.preview-family-creative .preview-chip-row span {
  color: #be185d;
}

.preview-family-technical .preview-head strong,
.preview-family-clinical .preview-head strong,
.preview-family-arabic .preview-head strong {
  color: #059669;
}

.preview-family-minimal {
  padding-left: 30px;
  padding-right: 30px;
}

.preview-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.preview-chip-row span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
}

.classic-preview .preview-head,
.academic-preview .preview-head,
.legal-preview .preview-head {
  text-align: center;
  border-top: 3px double #111827;
  padding-top: 12px;
}

.classic-preview .preview-head strong,
.academic-preview .preview-head strong,
.legal-preview .preview-head strong {
  color: #111827;
}

.creative-preview .preview-paper,
.elegant-preview .preview-paper {
  background: radial-gradient(circle at top right, rgba(190, 24, 93, 0.14), transparent 8rem), #fff;
}

.creative-preview .preview-head strong,
.elegant-preview .preview-head strong {
  color: #be185d;
}

.tech-preview .preview-paper,
.engineering-preview .preview-paper {
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.08) 0 12px, #fff 12px);
}

.tech-preview .preview-head strong,
.engineering-preview .preview-head strong,
.medical-preview .preview-head strong {
  color: #059669;
}

.executive-preview .preview-paper,
.finance-preview .preview-paper {
  background: linear-gradient(180deg, #111827 0 34%, #fff 34%);
}

.executive-preview .preview-head strong,
.executive-preview .preview-head span,
.finance-preview .preview-head strong,
.finance-preview .preview-head span {
  color: #fff;
}

.minimal-preview .preview-paper,
.professional-preview .preview-paper {
  padding-left: 30px;
  padding-right: 30px;
}

.arabic-preview .preview-head strong {
  color: #059669;
}

.template-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(17, 17, 17, 0.46);
  backdrop-filter: blur(14px);
}

.template-modal.hidden {
  display: none;
}

.template-modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  width: min(880px, 100%);
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.3);
}

.template-modal-card h2 {
  margin: 16px 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
}

.template-modal-card p:not(.pill) {
  color: var(--muted);
  line-height: 1.7;
}

.template-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.08);
  font-size: 1.4rem;
}

.modal-template-preview {
  min-height: 360px;
  margin: 0;
}

.modal-template-preview .preview-paper {
  min-height: 358px;
  padding: 28px;
}

.modal-template-preview .preview-exec-hero {
  margin: -28px -28px 18px;
  padding: 28px;
}

.modal-template-preview .preview-two-column,
.modal-template-preview .preview-feature-grid {
  gap: 18px;
}

.modal-template-preview .preview-section-lines {
  margin-top: 22px;
}

.modern-preview::before {
  background: var(--accent);
}

.classic-preview {
  background: linear-gradient(180deg, #fff, #fafafa);
}

.bold-preview {
  background: linear-gradient(180deg, #151515 0 34%, #fff 34%);
}

.bold-preview::before {
  background: white;
}

.creative-preview::before,
.elegant-preview::before {
  background: #be185d;
}

.tech-preview::before,
.engineering-preview::before,
.medical-preview::before,
.arabic-preview::before {
  background: #059669;
}

.executive-preview,
.legal-preview,
.finance-preview {
  background: linear-gradient(180deg, #111827 0 30%, #fff 30%);
}

.executive-preview::before,
.legal-preview::before,
.finance-preview::before {
  background: white;
}

.academic-preview::before,
.professional-preview::before,
.minimal-preview::before {
  background: #475569;
}

.hunt-dashboard {
  min-height: 380px;
}

.hunt-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.hunt-dashboard-top strong {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  color: var(--accent-indigo);
}

.hunt-dashboard-top span {
  color: var(--muted);
}

.job-match-row {
  display: grid;
  grid-template-columns: 54px 1fr 66px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.job-match-row b {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(64, 84, 216, 0.1);
}

.job-match-row span {
  height: 14px;
}

.job-match-row i {
  height: 28px;
  background: rgba(12, 166, 120, 0.16);
}

.letter-paper {
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(26, 86, 219, 0.09) 0 10px, transparent 10px),
    white;
}

.letter-paper h2 {
  margin-top: 0;
}

#sharedResumeCard {
  --share-accent: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.4;
  color: #111827;
}

#sharedResumeCard h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--share-accent);
}

#sharedResumeCard h3 {
  margin: 22px 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--share-accent);
}

#sharedResumeCard p,
#sharedResumeCard article {
  line-height: 1.4;
}

.cover-hero-paper {
  position: relative;
  transform: rotate(2deg);
}

.cover-hero-paper span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26, 86, 219, 0.1);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cover-generator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.cover-generator-card,
.cover-preview-shell {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-md);
}

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

.cover-form-grid label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.cover-form-grid input,
.cover-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  padding: 14px 15px;
  background: white;
  color: var(--text);
  font: inherit;
}

.cover-form-grid input:focus,
.cover-form-grid textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(26, 86, 219, 0.12);
}

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

.cover-preview-shell {
  position: sticky;
  top: 112px;
}

.cover-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.cover-preview-toolbar h2 {
  margin: 4px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.cover-preview-toolbar button {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #111;
  color: white;
  padding: 10px 14px;
  font: inherit;
  font-weight: 900;
}

.generated-letter {
  min-height: 560px;
  box-shadow: none;
}

.generated-letter #coverPreviewBody {
  display: grid;
  gap: 14px;
}

.generated-letter p {
  margin: 0;
}

.cover-tips-section {
  padding-top: 0;
}

.article-page {
  padding: 110px 0 96px;
  max-width: 820px;
}

.article-page h1 {
  max-width: none;
}

.article-lead {
  font-size: 1.2rem;
}

.article-page h2 {
  margin-top: 42px;
  font-size: 1.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 550ms ease, transform 550ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-layout,
  .split-layout,
  .subpage-hero-grid,
  .template-grid-large,
  .full-library,
  .feature-band,
  .pricing-grid,
  .blog-grid,
  .testimonial-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid::before {
    display: none;
  }

  .feature-list.cards {
    grid-template-columns: 1fr;
  }

  .cover-generator-grid {
    grid-template-columns: 1fr;
  }

  .cover-preview-shell {
    position: static;
  }

  .split-layout.reverse > :first-child,
  .split-layout.reverse > :last-child {
    order: initial;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .score-card {
    right: 10px;
    top: 14px;
  }
}

@media (max-width: 760px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .mobile-nav {
    display: flex;
    width: var(--container);
    margin: 10px auto 0;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    padding: 8px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(17, 17, 17, 0.06);
  }

  .mobile-nav a {
    flex: 1 1 calc(50% - 8px);
    min-width: 132px;
    text-align: center;
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
  }

  .mobile-nav a:last-child {
    background: var(--accent);
    color: white;
  }

  .template-modal-card {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 42px;
  }

  .window-body {
    grid-template-columns: 1fr;
  }

  .window-sidebar {
    display: none;
  }

  .cover-form-grid {
    grid-template-columns: 1fr;
  }

  .cover-generator-card,
  .cover-preview-shell {
    padding: 22px;
  }

  .cover-actions .button {
    width: 100%;
  }

  .section-head.simple-head,
  .section-head.spaced,
  .footer-shell,
  .trust-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head.spaced a {
    align-self: flex-start;
  }

  .cta-content {
    text-align: left;
  }

  .cta-content h3 {
    margin-left: 0;
    margin-right: 0;
  }

  .score-card {
    position: static;
    margin-top: 16px;
  }

  .template-showcase {
    min-height: 500px;
  }

  .audit-top,
  .hunt-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
