
/* === WILLOF TECH × HireRoo LP === */

:root {
  --blue-dark: #3589A3;
  --blue-light: #529DB4;
  --blue-deep: #1F5A6E;
  --blue-tint: #EAF4F7;
  --yellow-dark: #FFC003;
  --yellow: #FFBF00;
  --yellow-light: #FFD044;
  --red: #DC4B22;
  --gray: #D9D9D9;
  --gray-50: #F7F8F9;
  --gray-100: #EFF1F3;
  --gray-200: #E2E5E8;
  --gray-400: #9AA3AB;
  --gray-600: #5A6470;
  --ink: #142028;
  --ink-soft: #2E3B47;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(20,32,40,0.06), 0 2px 8px rgba(20,32,40,0.04);
  --shadow-md: 0 4px 12px rgba(20,32,40,0.08), 0 12px 32px rgba(20,32,40,0.06);
  --shadow-lg: 0 12px 40px rgba(20,32,40,0.12), 0 32px 80px rgba(20,32,40,0.08);
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

.br-sp { display: none; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.mono { font-family: "JetBrains Mono", "SF Mono", Menlo, monospace; font-feature-settings: "tnum"; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* === Header === */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled {
  border-bottom-color: var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.site-header .inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
}
.brand-lockup .divider {
  width: 1px; height: 22px;
  background: var(--gray-200);
}
.brand-mark {
  display: flex; align-items: center; gap: 8px;
  font-size: 18px; letter-spacing: 0.02em;
  color: var(--ink);
}
.brand-mark .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue-dark);
}
.brand-tag { font-size: 11px; color: var(--gray-600); font-weight: 500; letter-spacing: 0.06em; }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  transition: transform .2s, box-shadow .2s;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }

/* === CTA Button === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 44px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  transition: transform .2s, box-shadow .2s, background .2s;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(255,191,0,0.35), inset 0 -3px 0 rgba(0,0,0,0.08);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,191,0,0.45), inset 0 -3px 0 rgba(0,0,0,0.08); }
.btn-large { padding: 22px 56px; font-size: 19px; }
.btn .arrow { display: inline-block; transition: transform .2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* === Section base === */
.section {
  padding: 120px 0;
  position: relative;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--blue-dark);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-eyebrow .bar { width: 28px; height: 2px; background: var(--blue-dark); }
.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 24px;
  text-wrap: balance;
}
.section-title .accent { color: var(--blue-dark); }
.section-title .yellow { background: linear-gradient(transparent 65%, var(--yellow-light) 65%); padding: 0 4px; }
.section-lead {
  font-size: 17px;
  color: var(--gray-600);
  max-width: 720px;
  text-wrap: pretty;
}
.section-head { text-align: center; margin-bottom: 64px; }
.section-head .section-lead { margin: 0 auto; }
.section-supplement {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 16px auto 0;
  padding: 10px 20px;
  border: 1.5px solid var(--yellow-dark);
  border-radius: 10px;
  background: rgba(255, 192, 3, 0.08);
  line-height: 1.7;
}
.final-cta .section-supplement {
  color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.08);
}

/* === Reveal animation === */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* === Footer === */
.site-footer {
  background: var(--ink);
  color: var(--gray-200);
  padding: 64px 0 32px;
}
.site-footer a:hover { color: var(--yellow); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.footer-brand .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); }
.footer-desc { font-size: 13px; color: var(--gray-400); line-height: 1.8; }
.footer-col h4 {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--gray-200); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--gray-400);
  flex-wrap: wrap;
  gap: 12px;
}

/* === Hero Section === */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #2A7A92 0%, #3589A3 40%, #529DB4 100%);
  overflow: hidden;
  padding: 120px 0 80px;
  color: var(--white);
}
.hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 30% 50%, rgba(0,0,0,1) 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 50%, rgba(0,0,0,1) 30%, transparent 80%);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
  pointer-events: none;
}
.hero-orb.o1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,191,0,0.6), transparent 70%);
  top: -100px; right: -120px;
}
.hero-orb.o2 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(82,157,180,0.8), transparent 70%);
  bottom: -100px; left: -80px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  width: 100%;
}

.hero h1 {
  font-size: clamp(36px, 5.5vw, 56px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero h1 .underline {
  background-image: linear-gradient(transparent 70%, rgba(255,191,0,0.55) 70%);
  padding: 0 4px;
}
.hero h1 .yellow-text { color: var(--yellow); }
.hero-kicker {
  display: inline-block;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  backdrop-filter: blur(4px);
}
.hero-kicker .yellow-text { color: var(--yellow); font-weight: 700; }
.hero-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.9;
  color: rgba(255,255,255,0.92);
  margin-bottom: 12px;
  text-wrap: pretty;
}
.hero-checklist {
  list-style: none;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-checklist li {
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.6;
}
.hero-checklist .check {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,191,0,0.2);
  border: 1px solid rgba(255,191,0,0.5);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-checklist .check svg { width: 10px; height: 10px; color: var(--yellow); }
.hero-cta-row {
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap;
}
.hero-cta-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}
.hero-cta-meta-grid .meta-item {
  display: flex; align-items: center; gap: 6px;
}
.hero-cta-meta-grid .meta-item svg { width: 14px; height: 14px; color: var(--yellow); flex-shrink: 0; }

/* Hero visual (right side) */
.hero-visual {
  position: relative;
  height: 480px;
  perspective: 1200px;
}
.hero-card {
  position: absolute;
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25), 0 8px 24px rgba(0,0,0,0.12);
  padding: 20px;
  backdrop-filter: blur(10px);
}
.hero-card.report-card {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 420px;
  z-index: 2;
  padding: 28px;
}
.report-card .rp-header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-200);
}
.report-card .rp-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-light));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.report-card .rp-icon svg { width: 22px; height: 22px; color: #fff; }
.report-card .rp-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gray-600);
  text-transform: uppercase;
}
.report-card .rp-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.report-card .score-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.report-card .score-ring svg { width: 84px; height: 84px; }
.report-card .score-num {
  font-size: 36px; font-weight: 700;
  font-family: "JetBrains Mono", monospace;
  color: var(--blue-dark);
  line-height: 1;
}
.report-card .score-num small { font-size: 16px; color: var(--gray-600); margin-left: 2px; }
.report-card .score-label {
  font-size: 12px; color: var(--gray-600); margin-top: 4px;
}
.report-bars { display: flex; flex-direction: column; gap: 10px; }
.report-bars .row { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.report-bars .row .name { width: 100px; color: var(--gray-600); font-weight: 500; }
.report-bars .row .bar { flex: 1; height: 6px; background: var(--gray-100); border-radius: 4px; overflow: hidden; }
.report-bars .row .bar > span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue-light), var(--blue-dark)); border-radius: 4px; transform-origin: left; animation: fillbar 1.6s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes fillbar { from { transform: scaleX(0); } }
.report-bars .row .pct { width: 32px; text-align: right; font-family: "JetBrains Mono", monospace; color: var(--ink); font-weight: 600; }

.hero-card.match-card {
  bottom: 30px;
  right: 20px;
  width: 260px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}
.match-card .icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--yellow-light), var(--yellow-dark));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
  color: var(--ink);
  flex-shrink: 0;
}
.match-card .text { font-size: 13px; line-height: 1.6; }
.match-card .text strong { color: var(--blue-dark); }

.hero-card.env-card {
  bottom: 110px;
  left: 0;
  width: 200px;
  z-index: 1;
  padding: 14px 16px;
  font-size: 11px;
}
.env-card .env-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gray-400);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.env-card .env-tools {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}
.env-card .env-tools span { display: flex; align-items: center; gap: 6px; }
.env-card .env-tools .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-dark); }

/* Scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}
.scroll-cue .line {
  width: 1px; height: 36px;
  background: linear-gradient(rgba(255,255,255,0.7), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-cue .line::after {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 12px;
  background: var(--yellow);
  animation: scroll-down 2s ease-in-out infinite;
}
@keyframes scroll-down {
  0% { transform: translateY(-12px); }
  100% { transform: translateY(36px); }
}

/* === Benefits Section (FV直下) === */
.benefits {
  background: var(--white);
  padding: 80px 0;
  position: relative;
}
.benefits::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: var(--gray-200);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.benefit-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  transition: transform .3s, box-shadow .3s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit-card .b-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.benefit-card .b-icon svg { width: 28px; height: 28px; }
.benefit-card .b-icon.blue { background: var(--blue-tint); color: var(--blue-dark); }
.benefit-card .b-icon.yellow { background: rgba(255,191,0,0.12); color: #8B6500; }
.benefit-card h3 {
  font-size: 15px; font-weight: 700;
  color: var(--ink); margin-bottom: 8px;
  line-height: 1.5;
}
.benefit-card p { font-size: 13px; color: var(--gray-600); line-height: 1.7; }

/* === Section 2: Pain Points === */
.pains {
  background: var(--gray-50);
  position: relative;
  overflow: hidden;
}
.pains::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--gray-200);
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pain-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-light);
}
.pain-card .num {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: var(--gray-400);
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.pain-card .icon {
  width: 56px; height: 56px;
  margin-bottom: 24px;
}
.pain-card .text {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
  text-wrap: pretty;
}
.pain-card .quote {
  margin-top: 16px;
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.7;
  padding-top: 16px;
  border-top: 1px dashed var(--gray-200);
  font-style: italic;
}

/* === Section 3: Solution === */
.solution {
  background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-light) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.solution::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.solution .container { position: relative; z-index: 2; }
.solution .section-title { color: var(--white); }
.solution .section-title .yellow { background: linear-gradient(transparent 65%, rgba(255,191,0,0.55) 65%); color: var(--white); }
.solution .section-eyebrow { color: var(--yellow); }
.solution .section-eyebrow .bar { background: var(--yellow); }
.solution .section-lead { color: rgba(255,255,255,0.9); }

.solution-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 32px;
}
.solution-body p {
  font-size: 16px;
  line-height: 1.95;
  color: rgba(255,255,255,0.92);
  margin-bottom: 16px;
}
.solution-body strong {
  color: var(--yellow);
  font-weight: 700;
}

.solution-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.point-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  transition: transform .3s, background .3s;
}
.point-card:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.12);
}
.point-card .glyph {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: rgba(255,191,0,0.15);
  border: 1px solid rgba(255,191,0,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.point-card .glyph svg { width: 28px; height: 28px; color: var(--yellow); }
.point-card .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--yellow);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.point-card .desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

/* === Section 4: Flow === */
.flow {
  background: var(--white);
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-top: 40px;
}
.flow-step {
  position: relative;
  padding: 0 16px;
  text-align: center;
}
.flow-step .num-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.flow-step .num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--blue-dark);
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(53,137,163,0.3);
}
.flow-step .num::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed var(--blue-light);
  opacity: 0.5;
}
.flow-line {
  position: absolute;
  top: 32px;
  left: calc(50% + 32px);
  right: calc(-50% + 32px);
  height: 2px;
  background: linear-gradient(90deg, var(--blue-light), var(--gray-200));
  z-index: 1;
}
.flow-step:last-child .flow-line { display: none; }

.flow-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.5;
}
.flow-step p {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.7;
}

.flow-note {
  margin-top: 56px;
  padding: 20px 24px;
  background: var(--gray-50);
  border-left: 3px solid var(--blue-light);
  border-radius: 6px;
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.8;
}
.flow-note strong { color: var(--ink); font-weight: 600; }

/* === Section 5: Reasons === */
.reasons {
  background: var(--gray-50);
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.reason-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.reason-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.reason-card .reason-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--blue-dark);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reason-card .reason-num::before {
  content: ""; width: 16px; height: 2px; background: var(--yellow);
}
.reason-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 20px;
  text-wrap: balance;
}
.reason-card .reason-vis {
  height: 120px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-card p {
  font-size: 14px;
  color: var(--gray-600);
  line-height: 1.85;
}
.reason-card .big-stat {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}
.reason-card .big-stat .v {
  font-size: 72px;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.02em;
}
.reason-card .big-stat .u {
  font-size: 28px;
  color: var(--red);
}
.reason-card .stat-caption {
  text-align: center;
  font-size: 12px;
  color: var(--gray-600);
  margin-top: 8px;
  font-weight: 500;
}
.reason-card .meta-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--gray-200);
}
.reason-card .meta-stats div {
  text-align: center;
}
.reason-card .meta-stats .num {
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 18px;
  color: var(--blue-dark);
}
.reason-card .meta-stats .lab {
  font-size: 10px;
  color: var(--gray-600);
  letter-spacing: 0.08em;
  margin-top: 2px;
}

/* === Section 6: Achievement === */
.achievements {
  background: var(--gray-50);
  position: relative;
}
.achievements::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: var(--gray-200);
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.case-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.case-card.full-width {
  grid-column: 1 / -1;
  grid-template-columns: 220px 1fr;
}
.case-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.case-points li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.75;
}
.case-points li::before {
  content: "";
  position: absolute;
  top: 9px; left: 0;
  width: 14px; height: 2px;
  background: var(--blue-dark);
  border-radius: 1px;
}
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.case-photo {
  background: linear-gradient(135deg, var(--blue-light), var(--blue-dark));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
  overflow: hidden;
}
.case-photo::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 6px, transparent 6px 12px);
}
.case-photo .ph-text {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0 12px;
  line-height: 1.6;
}
.case-photo .case-label {
  position: relative;
  text-align: center;
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
}
.case-photo .case-label .lab {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,0.7);
  display: block;
  margin-bottom: 6px;
}
.case-photo .case-label .num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.case-photo .avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 2px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 12px;
  position: relative;
}
.case-body { padding: 28px; }
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.case-tag {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  background: var(--gray-100);
  color: var(--gray-600);
  border-radius: 4px;
}
.case-tag.role { background: var(--blue-tint); color: var(--blue-dark); font-weight: 600; }
.case-transition {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
}
.case-transition .from { color: var(--gray-600); font-size: 14px; }
.case-transition .arrow { color: var(--blue-dark); }
.case-transition .to { color: var(--ink); font-size: 14px; }
.case-salary {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(220,75,34,0.08), transparent);
  border-left: 3px solid var(--red);
  border-radius: 4px;
}
.case-salary .change {
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  color: var(--gray-600);
}
.case-salary .up {
  font-family: "JetBrains Mono", monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--red);
  margin-left: auto;
}
.case-salary .up small { font-size: 14px; }
.case-note {
  margin-top: 36px;
  font-size: 13px;
  color: var(--gray-600);
  text-align: center;
  padding: 16px 20px;
  background: var(--white);
  border: 1px dashed var(--gray-200);
  border-radius: var(--radius);
}

/* === Section 7: Advisors === */
.advisors { background: var(--white); }
.pair-diagram { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 64px; }
.pair-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 40px 32px; text-align: center; }
.pair-card .pc-icon { width: 80px; height: 80px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.pair-card.engineer .pc-icon { background: var(--blue-tint); }
.pair-card.market .pc-icon { background: rgba(255,191,0,0.12); }
.pair-card .pc-label { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.14em; font-weight: 600; margin-bottom: 10px; }
.pair-card.engineer .pc-label { color: var(--blue-dark); }
.pair-card.market .pc-label { color: var(--yellow-dark); }
.pair-card h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.pair-card p { font-size: 14px; color: var(--gray-600); line-height: 1.85; }
.pair-card .pc-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 20px; }
.pair-card .pc-tag { padding: 5px 12px; border-radius: 4px; font-size: 12px; font-weight: 600; }
.pair-card.engineer .pc-tag { background: var(--blue-tint); color: var(--blue-dark); }
.pair-card.market .pc-tag { background: rgba(255,191,0,0.12); color: #8B6500; }
.pair-connector { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 32px; gap: 12px; }
.pair-connector .pc-x { width: 60px; height: 60px; background: linear-gradient(135deg, var(--blue-dark), var(--blue-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.pair-result { background: linear-gradient(135deg, var(--blue-deep), var(--blue-dark)); color: var(--white); border-radius: var(--radius-lg); padding: 48px 40px; text-align: center; margin-top: 40px; }
.pair-result h3 { font-size: 22px; font-weight: 700; margin-bottom: 16px; }
.pair-result p { font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.88); max-width: 680px; margin: 0 auto 28px; }
.pair-result-stats { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.pair-result-stats .stat { text-align: center; }
.pair-result-stats .stat .num { font-family: "JetBrains Mono", monospace; font-size: 36px; font-weight: 700; color: var(--yellow); line-height: 1; }
.pair-result-stats .stat .unit { font-size: 14px; font-weight: 700; color: var(--yellow); margin-left: 2px; }
.pair-result-stats .stat .label { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 6px; }
.advisor-card { display: grid; grid-template-columns: 260px 1fr; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 40px; transition: box-shadow .3s; }
.advisor-card:hover { box-shadow: var(--shadow-lg); }
.advisor-card:last-child { margin-bottom: 0; }
.advisor-photo-col { background: linear-gradient(160deg, var(--blue-tint) 0%, #d4eaf2 100%); display: flex; flex-direction: column; align-items: center; padding: 48px 24px 40px; }
.advisor-photo { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 4px solid var(--white); box-shadow: var(--shadow-md); margin-bottom: 20px; background: var(--gray-100); display: flex; align-items: center; justify-content: center; }
.advisor-photo img { width: 100%; height: 100%; object-fit: cover; }
.advisor-name-block { text-align: center; }
.advisor-name-block .a-name { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.advisor-name-block .a-role { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; color: var(--blue-dark); font-family: "JetBrains Mono", monospace; }
.advisor-stats { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; width: 100%; }
.a-stat { display: flex; align-items: center; gap: 8px; background: var(--white); border-radius: var(--radius); padding: 8px 12px; }
.a-stat .a-stat-num { font-family: "JetBrains Mono", monospace; font-size: 14px; font-weight: 700; color: var(--blue-dark); white-space: nowrap; }
.a-stat .a-stat-label { font-size: 11px; color: var(--gray-600); line-height: 1.4; }
.advisor-info-col { padding: 40px 36px; display: flex; flex-direction: column; justify-content: space-between; }
.advisor-info-col .a-eyebrow { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.14em; color: var(--blue-dark); font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.advisor-info-col .a-eyebrow::before { content: ""; width: 14px; height: 2px; background: var(--yellow); }
.advisor-info-col h3 { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.5; }
.advisor-info-col .a-desc { font-size: 14px; color: var(--gray-600); line-height: 1.9; margin-bottom: 20px; }
.advisor-strengths { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.a-strength { display: flex; align-items: center; gap: 6px; padding: 5px 12px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px; font-size: 12px; font-weight: 600; color: var(--ink-soft); }
.a-strength::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-dark); flex-shrink: 0; }
.advisor-comment { background: linear-gradient(135deg, var(--blue-tint), #d4eaf2); border-left: 4px solid var(--blue-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; position: relative; }
.advisor-comment::before { content: "\201C"; font-family: Georgia, serif; font-size: 52px; color: var(--blue-dark); opacity: 0.2; position: absolute; top: 2px; left: 10px; line-height: 1; }
.advisor-comment p { font-size: 14px; color: var(--ink-soft); line-height: 1.9; font-style: italic; padding-left: 12px; }
.advisor-comment .a-sig { font-size: 11px; color: var(--gray-400); font-style: normal; margin-top: 6px; padding-left: 12px; font-weight: 600; }
/* Advisor accordion — desktop: always open, summary hidden */
.advisor-details-summary { display: none; }
.advisor-details .advisor-details-body { display: block; }

/* === Pre-CTA FAQ (Reassurance) === */
.reassurance {
  background: var(--white);
  padding: 80px 0;
}
.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.reassurance-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
}
.reassurance-item .ri-q {
  font-size: 14px; font-weight: 700; color: var(--ink);
  margin-bottom: 6px;
}
.reassurance-item .ri-a {
  font-size: 13px; color: var(--gray-600); line-height: 1.7;
}
.reassurance-item .ri-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--blue-tint);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.reassurance-item .ri-icon svg { width: 18px; height: 18px; color: var(--blue-dark); }

/* === FAQ === */
.faq-section { background: var(--gray-50); }
.faq-list { border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; margin-top: 48px; background: var(--white); }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-item:last-child { border-bottom: none; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 32px; cursor: pointer; font-weight: 600; font-size: 16px; color: var(--ink); transition: background .2s; user-select: none; }
.faq-q:hover { background: var(--gray-50); }
.faq-q .q-label { font-family: "JetBrains Mono", monospace; font-size: 13px; font-weight: 700; color: var(--blue-dark); margin-right: 8px; flex-shrink: 0; }
.faq-q .q-text { flex: 1; }
.faq-q .q-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--blue-dark); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .3s; font-size: 20px; line-height: 1; }
.faq-q.open .q-icon { transform: rotate(45deg); background: var(--gray-400); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(.2,.7,.2,1); }
.faq-a.open { max-height: 300px; }
.faq-a-inner { padding: 0 32px 24px; border-top: 1px solid var(--gray-100); }
.faq-a-inner p { padding-top: 16px; font-size: 15px; color: var(--gray-600); line-height: 1.85; }

/* === Section 8: Companies === */
.companies {
  background: var(--gray-50);
  padding: 80px 0;
  overflow: hidden;
}
.marquee {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  padding: 12px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.marquee-track.reverse {
  animation: marquee-rev 50s linear infinite;
  margin-top: 16px;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-rev {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.logo-pill {
  flex-shrink: 0;
  padding: 18px 28px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
  color: var(--gray-600);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  justify-content: center;
  white-space: nowrap;
  transition: color .2s, border-color .2s, transform .2s;
}
.logo-pill:hover {
  color: var(--blue-dark);
  border-color: var(--blue-light);
  transform: translateY(-2px);
}
.logo-pill img {
  height: 72px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.logo-pill.has-logo {
  min-width: 200px;
  padding: 16px 28px;
  min-height: 104px;
}
.logo-grid {
  display: none;
}
@media (max-width: 768px) {
  .marquee { display: none; }
  .logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 32px;
  }
  .logo-grid .logo-pill.has-logo {
    min-width: 0;
    width: 100%;
    padding: 14px 12px;
    min-height: 80px;
  }
  .logo-grid .logo-pill img { height: 48px; max-width: 140px; }
}

/* === Section 9: Final CTA === */
.final-cta {
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue-dark) 100%);
  color: var(--white);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,191,0,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(82,157,180,0.4), transparent 40%);
}
.final-cta::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}
.final-cta .container { position: relative; z-index: 2; }
.final-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  text-wrap: balance;
  letter-spacing: -0.01em;
}
.final-cta h2 .underline {
  background: linear-gradient(transparent 65%, rgba(255,191,0,0.5) 65%);
  padding: 0 4px;
}
.final-cta p {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255,255,255,0.9);
  max-width: 640px;
  margin: 0 auto 48px;
  text-wrap: pretty;
}
.final-cta-meta {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}
.final-cta-meta .item {
  display: flex; align-items: center; gap: 8px;
}
.final-cta-meta svg { width: 16px; height: 16px; color: var(--yellow); }

/* Floating sticky CTA (mobile) */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  padding: 12px 16px;
  z-index: 90;
  display: none;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sticky-cta.sticky-visible {
  transform: translateY(0);
}
.sticky-cta .btn { width: 100%; padding: 14px; font-size: 15px; }
.cta-pc-note {
  display: none;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.final-cta .cta-pc-note { color: rgba(255,255,255,0.7); }
.sticky-cta .cta-pc-note { color: var(--gray-600); margin-top: 6px; }

/* --- Final CTA: lead form --- */
.cta-form { max-width: 560px; margin: 0 auto 8px; }
.cta-form-thanks {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.final-cta .cta-form-thanks p { max-width: none; margin: 0 0 12px; }
.cta-form-thanks .thanks-title { font-size: 20px; font-weight: 700; color: var(--ink); }
.final-cta .cta-form-thanks .thanks-body { font-size: 15px; color: var(--gray-600); margin-bottom: 24px; }

/* --- Lead form (custom, replaces HubSpot iframe) --- */
.lead-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  text-align: left;
}
.lf-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lf-group { margin-bottom: 20px; }
.lf-label { display: block; font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.lf-req { color: var(--red); margin-left: 2px; }
.final-cta .lf-hint { font-size: 12px; color: var(--gray-600); margin: -2px 0 8px; max-width: none; }
.lf-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--white);
  transition: border-color .2s, box-shadow .2s;
}
.lf-input:focus {
  outline: none;
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(82,157,180,0.15);
}
.lf-select { appearance: auto; }
.lf-error { color: var(--red); font-size: 13px; margin: -8px 0 16px; }
.lf-submit { width: 100%; margin-top: 4px; }

/* === Responsive === */
@media (max-width: 968px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { height: 340px; max-width: 440px; }
  .solution-layout { grid-template-columns: 1fr; gap: 48px; }
  .flow-steps { grid-template-columns: 1fr; gap: 32px; }
  .flow-line { display: none !important; }
  .flow-step { display: grid; grid-template-columns: 80px 1fr; text-align: left; align-items: center; gap: 16px; padding: 0; }
  .flow-step .num-wrap { margin-bottom: 0; }
  .reasons-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { grid-template-columns: 1fr; }
  .case-photo { height: 160px; }
  .case-card:nth-child(n+4) { display: none; }
  .pair-diagram { grid-template-columns: 1fr; }
  .pair-connector { flex-direction: row; padding: 24px 0; }
  .advisor-card { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .section { padding: 80px 0; }
  .container { padding: 0 20px; }
  .site-header .inner { padding: 12px 20px; }
  .brand-tag { display: none; }
  .header-cta { padding: 8px 14px; font-size: 12px; }
  .btn { padding: 16px 32px; font-size: 15px; width: 100%; }
  .btn-large { padding: 18px 32px; font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-head { margin-bottom: 48px; }
  .pain-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  .cta-pc-note { display: block; }
  .final-cta { padding: 80px 0 100px; }
  .cta-form-thanks, .lead-form { padding: 20px; }
  .lf-row { grid-template-columns: 1fr; gap: 0; }
  .faq-q { padding: 20px; font-size: 15px; }
  .faq-a-inner { padding: 0 20px 20px; }
  .advisor-info-col { padding: 16px 20px; justify-content: flex-start; gap: 12px; }
  .advisor-photo-col { flex-direction: row; align-items: center; padding: 16px 20px; gap: 16px; }
  .advisor-photo { width: 64px !important; height: 64px !important; min-width: 64px; flex-shrink: 0; margin-bottom: 0; }
  .advisor-stats { display: none; }
  .advisor-details .advisor-details-body { display: none !important; }
  .advisor-details[open] .advisor-details-body { display: block !important; }
  .advisor-details-summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 13px; font-weight: 600; color: var(--blue-dark); padding: 10px 0; border-top: 1px solid var(--gray-200); margin-top: 4px; list-style: none; }
  .advisor-details-summary::-webkit-details-marker { display: none; }
  .advisor-details-summary::after { content: "▸"; font-size: 12px; transition: transform .3s; }
  .advisor-details[open] .advisor-details-summary::after { transform: rotate(90deg); }
  .hero-cta-row { flex-direction: column; align-items: center; text-align: center; }
  .brand-lockup { display: flex; }
  .brand-lockup img { height: 28px; width: auto; }
  .header-cta { display: none; }
  .benefits { padding: 60px 0; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .benefit-card { padding: 24px 16px; }
  .benefit-card h3 { font-size: 14px; }
  .reassurance-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .hero { padding-top: 80px; padding-bottom: 40px; min-height: auto; }
  .hero-visual { height: 380px; }
  .hero-card.report-card { padding: 20px; max-width: 320px; }
  .report-card .score-row { gap: 16px; }
  .report-card .score-ring svg { width: 64px; height: 64px; }
  .report-card .score-num { font-size: 28px; }
  .report-bars .row .name { width: 72px; font-size: 11px; }
  .hero-card.match-card { width: 220px; bottom: 10px; right: 0; padding: 12px 14px; }
  .hero-card.env-card { width: 160px; bottom: 80px; left: 0; padding: 10px 12px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-kicker { font-size: 13px; padding: 7px 16px; margin-bottom: 14px; line-height: 1.55; text-align: center; letter-spacing: 0.02em; }
  .hero h1 { font-size: 34px; line-height: 1.35; }
  .hero-sub { font-size: 14px; }
  .hero-checklist li { font-size: 13px; align-items: flex-start; }
  .hero-checklist .check { margin-top: 2px; }
  .br-pc { display: none; }
  .br-sp { display: block; }
  .section-title { font-size: clamp(22px, 6vw, 30px); }
  .scroll-cue { display: none; }
  .case-grid { grid-template-columns: 1fr; }
}