/* ==========================================================================
   スポットほいく サービスサイト — Design System v3「プロダクト感×温度」
   文言/構成DNA: decks/spothoiku-flyer-nursery-digital-v1.html（2026-06-03 承認）
   参照: タイミーB2B LP（強コントラスト・極太数字・バッジ）/ chokotto.work（実UI通知カード）
   v3方針: 丸ゴ全廃→Noto Sans 900 / 写真主役 / 実UIカード / 装飾(クレヨン・マーキー)撤去
   ========================================================================== */

:root {
  --teal:       #1FB6B0;
  --teal-deep:  #168D89;
  --teal-dark:  #0E6361;
  --teal-soft:  #EAF7F6;
  --teal-tint:  #F3FAF9;
  --pink-deep:  #E04D62;
  --pink:       #F4B5B5;
  --pink-soft:  #FDECEE;
  --yellow:     #FFB120;
  --yellow-soft:#FFE08C;
  --ink:        #1E1C1A;
  --ink-soft:   #57534E;
  --muted:      #9C968D;
  --line:       #E9E5DF;
  --bg:         #FFFFFF;
  --bg-warm:    #F7F6F3;
  --green-line: #06C755;
  --green-line-dark: #05A847;

  --font-ja: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-num: 'Inter', 'Noto Sans JP', sans-serif;

  --container: 1160px;
  --radius: 20px;
  --shadow-sm: 0 1px 3px rgba(30, 25, 18, 0.06);
  --shadow-md: 0 10px 30px rgba(30, 25, 18, 0.10);
  --shadow-lg: 0 24px 64px rgba(30, 25, 18, 0.16);
}

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

html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--yellow-soft); color: var(--ink); }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 5vw, 44px); }
.nb { white-space: nowrap; }

/* マーカーハイライト（蛍光ペン） */
.mk { background: linear-gradient(transparent 62%, var(--yellow-soft) 62%, var(--yellow-soft) 94%, transparent 94%); padding: 0 2px; }

/* ---- type ---- */
.kicker {
  font-family: var(--font-num);
  font-size: 12px; font-weight: 700; letter-spacing: 0.3em;
  color: var(--teal-deep);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px; text-transform: uppercase;
}
.kicker::before { content: ''; width: 34px; height: 2px; background: var(--teal-deep); border-radius: 2px; }
.kicker .jp { font-family: var(--font-ja); font-weight: 700; letter-spacing: 0.16em; font-size: 12.5px; }
.kicker.crl { color: var(--pink-deep); }
.kicker.crl::before { background: var(--pink-deep); }
.kicker.center { justify-content: center; }
.kicker.center::after { content: ''; width: 34px; height: 2px; background: currentColor; border-radius: 2px; }

h2.sec-title {
  font-weight: 900;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.4; letter-spacing: 0.01em;
  word-break: keep-all; overflow-wrap: anywhere;
}
h2.sec-title .tl { color: var(--teal-deep); }
h2.sec-title .cr { color: var(--pink-deep); }
.sec-lead { margin-top: 18px; color: var(--ink-soft); font-size: clamp(14.5px, 1.7vw, 16.5px); line-height: 2.0; font-weight: 500; }
.sec-lead b { color: var(--ink); font-weight: 700; }
.sec-head { margin-bottom: clamp(42px, 6vw, 68px); }
.prose { max-width: 800px; margin-inline: auto; }
.prose p { margin-top: 18px; color: var(--ink-soft); font-size: clamp(14.5px, 1.7vw, 16px); line-height: 2.05; font-weight: 500; }
.prose p:first-child { margin-top: 0; }
.prose p b { color: var(--ink); font-weight: 800; }
.prose .lead-p { color: var(--ink); font-weight: 700; }
/* フルブリード写真バンド（園向け showpiece） */
.photoband { position: relative; min-height: clamp(330px, 46vw, 470px); display: grid; align-items: center; overflow: hidden; }
.photoband > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.photoband .pb-ov { position: absolute; inset: 0; background: linear-gradient(102deg, rgba(14,99,97,0.93) 0%, rgba(14,99,97,0.66) 48%, rgba(14,99,97,0.22) 100%); }
.photoband .pb-in { position: relative; z-index: 2; color: #fff; text-shadow: 0 1px 14px rgba(14,99,97,0.4); }
.photoband .pb-eyebrow { font-size: 12.5px; font-weight: 800; letter-spacing: 0.14em; color: #FFE08C; margin-bottom: 13px; }
.photoband h2 { font-size: clamp(25px, 4.2vw, 43px); font-weight: 900; line-height: 1.3; letter-spacing: 0.01em; }
.photoband .pb-lead { margin-top: 17px; font-size: clamp(14px, 1.7vw, 16.5px); line-height: 1.95; font-weight: 500; color: rgba(255,255,255,0.94); max-width: 620px; }

section.sec { padding-block: clamp(80px, 10vw, 136px); position: relative; }
.sec.tint { background: var(--teal-tint); }
.sec.warm { background: var(--bg-warm); }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-family: var(--font-ja);
  border-radius: 999px; text-decoration: none; cursor: pointer;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
  line-height: 1.4; text-align: center;
}
.btn svg { flex: none; }
.btn-lg { padding: 19px 42px; font-size: 17px; }
.btn-md { padding: 13px 28px; font-size: 14.5px; }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-line { background: var(--green-line); color: #fff; box-shadow: 0 10px 28px rgba(6, 199, 85, 0.30); }
.btn-line:hover { background: var(--green-line-dark); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(6, 199, 85, 0.38); }
.btn-teal { background: var(--teal-deep); color: #fff; box-shadow: 0 10px 28px rgba(22, 141, 137, 0.28); }
.btn-teal:hover { background: var(--teal-dark); transform: translateY(-3px); }
.btn-ghost { background: #fff; color: var(--ink); border: 2px solid #E3DED6; }
.btn-ghost:hover { border-color: var(--teal-deep); color: var(--teal-deep); transform: translateY(-3px); }
.btn-white { background: #fff; color: var(--teal-dark); box-shadow: 0 10px 28px rgba(0,0,0,0.2); }
.btn-white:hover { transform: translateY(-3px); }
.btn-note { font-size: 12px; color: var(--muted); margin-top: 12px; font-weight: 500; }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(30, 25, 18, 0.06);
}
.header-in { display: flex; align-items: center; gap: 28px; height: 74px; }
.header-logo img { height: 36px; width: auto; }
.header-nav { display: flex; gap: 28px; margin-left: auto; }
.header-nav a {
  font-size: 13.5px; font-weight: 700; color: var(--ink-soft); text-decoration: none;
  position: relative; transition: color .25s;
}
.header-nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--teal); border-radius: 2px;
  transform: scaleX(0); transform-origin: right; transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.header-nav a:hover { color: var(--teal-deep); }
.header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-switch {
  font-size: 12.5px; font-weight: 700;
  color: var(--teal-deep); text-decoration: none;
  border: 1.5px solid #CDE9E5; background: var(--teal-tint);
  padding: 8px 16px; border-radius: 999px; white-space: nowrap;
  transition: background .25s, border-color .25s, transform .25s;
}
.header-switch:hover { background: var(--teal-soft); border-color: var(--teal); transform: translateY(-1px); }
.header-switch.crl { color: var(--pink-deep); background: #FFF7F8; border-color: var(--pink-soft); }
.header-switch.crl:hover { background: var(--pink-soft); border-color: var(--pink); }

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(820px 560px at 92% 0%, var(--teal-tint) 0%, rgba(243,250,249,0) 58%),
    radial-gradient(520px 420px at 4% 100%, #FFF6F7 0%, rgba(255,246,247,0) 55%);
}
.hero-in {
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(36px, 5vw, 72px); align-items: center;
  padding-block: clamp(52px, 6.5vw, 96px);
  position: relative; z-index: 2;
}
/* grid子のmin-width:auto暴発ガード（nowrap句が長いと列がviewportを超える） */
.hero-in > *, .about-grid > *, .lead-wrap > *, .voice-wrap > *,
.career-in > *, .badge-strip > *, .persona-grid > *, .feat-grid > *,
.hsteps > *, .uc-grid > *, .price-grid > *, .footer-grid > * { min-width: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 800; letter-spacing: 0.08em;
  color: var(--teal-dark); background: #fff;
  border: 1.5px solid #CDE9E5;
  padding: 8px 18px; border-radius: 999px; margin-bottom: 26px;
  box-shadow: var(--shadow-sm);
}
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.hero h1 {
  font-weight: 900;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.34; letter-spacing: 0.012em; word-break: keep-all;
  margin-bottom: 24px;
}
.hero h1 .cr { color: var(--pink-deep); }
.hero h1 .tl { color: var(--teal-deep); }
.hero-sub { color: var(--ink-soft); font-size: clamp(15px, 1.8vw, 17px); line-height: 2.05; margin-bottom: 34px; font-weight: 500; }
.hero-sub b { color: var(--ink); font-weight: 800; }
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 28px; }
.hero-chips span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 800; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 8px 16px; box-shadow: var(--shadow-sm);
}
.hero-chips svg { color: var(--teal); flex: none; }

/* ---- hero visual（写真主役 + 実UIカード） ---- */
.hero-visual { position: relative; }
.hero-visual::before {
  content: ''; position: absolute; z-index: 0;
  inset: -7% -9% 10% 32%;
  background: var(--teal-soft);
  border-radius: 44% 56% 52% 48% / 52% 46% 54% 48%;
}
.hero-photo {
  position: relative; z-index: 1;
  width: min(100%, 500px);
  aspect-ratio: 5 / 5.6;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}
.ui-note {
  position: absolute; z-index: 3;
  background: rgba(255,255,255,0.97);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 13px 16px; width: min(78%, 330px);
  display: flex; gap: 12px; align-items: flex-start;
  animation: floaty 6s ease-in-out infinite;
}
.ui-note .app {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  background: var(--green-line); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.ui-note .meta { min-width: 0; }
.ui-note .row { display: flex; align-items: baseline; gap: 8px; }
.ui-note .row .nm { font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .04em; }
.ui-note .row .tm { font-size: 10px; color: var(--muted); margin-left: auto; font-weight: 500; }
.ui-note .tx { font-size: 12.5px; font-weight: 700; line-height: 1.6; margin-top: 2px; }
.ui-note .tx b { color: var(--teal-deep); }
.ui-note.n1 { top: 6%; left: -7%; }
.ui-note.n2 { bottom: 7%; right: -4%; animation-delay: 2.8s; }
.ui-review {
  position: absolute; z-index: 3;
  background: rgba(255,255,255,0.97);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 13px 16px;
  display: flex; gap: 12px; align-items: center;
  max-width: min(92%, 340px);
  animation: floaty 6s ease-in-out infinite; animation-delay: 2.8s;
}
.ui-review .avatar { flex: none; width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.ui-review .stars { display: block; color: #F5A623; font-size: 13px; letter-spacing: 1.5px; line-height: 1.2; }
.ui-review .stars b { color: var(--ink); font-family: var(--font-num); font-size: 13px; margin-left: 6px; font-weight: 800; }
.ui-review .tx { display: block; font-size: 12px; font-weight: 700; margin-top: 4px; white-space: nowrap; }
.ui-review.n2 { bottom: 7%; right: -4%; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero-visual .cap { position: relative; z-index: 2; font-size: 11px; color: var(--muted); margin-top: 14px; text-align: right; font-weight: 500; }

/* ---- phone mock（business用・幅広版） ---- */
.phone-wrap { position: relative; display: flex; flex-direction: column; align-items: center; z-index: 2; }
.phone-back {
  position: absolute; z-index: 0; top: 6%; left: 50%;
  transform: translateX(-64%) rotate(-5deg);
  width: min(92%, 392px); aspect-ratio: 4/3;
  object-fit: cover; object-position: 28% center; border-radius: 22px;
  box-shadow: var(--shadow-md); opacity: 1;
}
.phone {
  width: 100%; max-width: 310px;
  border: 10px solid #1E2228; border-radius: 44px; background: #1E2228;
  position: relative; box-shadow: var(--shadow-lg); z-index: 2;
  margin-left: 18%;
}
.phone::before {
  content: ''; position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 6px; background: #3A3F47; border-radius: 99px; z-index: 3;
}
.scr { background: #F2F5F5; border-radius: 34px; overflow: hidden; padding-top: 18px; }
.scr-head { background: #fff; padding: 10px 16px 11px; border-bottom: 1px solid #EAEAEA; }
.scr-head .t { font-weight: 900; font-size: 16px; color: #1E1C1A; }
.scr-head .s { font-size: 10.5px; color: #9A9A9A; margin-top: 1px; font-weight: 500; }
.scr-filter { display: flex; gap: 6px; padding: 10px 14px 3px; }
.chip { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: #fff; border: 1px solid #DCDCDC; color: #5A5A5A; white-space: nowrap; }
.chip.on { background: var(--teal-deep); border-color: var(--teal-deep); color: #fff; }
.chip.sort { margin-left: auto; background: #fff; color: var(--teal-deep); border-color: #CDEAE8; }
.scr-body { padding: 7px 14px 11px; }
.jcard { background: #fff; border: 1px solid #EAEAEA; border-radius: 14px; padding: 11px; margin-bottom: 9px; }
.jcard .pref { display: inline-block; font-size: 9.5px; font-weight: 800; color: #fff; background: linear-gradient(90deg, #F97316, #FB923C); padding: 2px 10px; border-radius: 999px; margin-bottom: 6px; white-space: nowrap; }
.jcard .flex { display: inline-block; font-size: 9.5px; font-weight: 800; color: #B85365; background: #FDEEF0; padding: 2px 10px; border-radius: 999px; margin-bottom: 6px; white-space: nowrap; }
.jcard .top { display: flex; gap: 10px; align-items: center; }
.jcard .ph { width: 46px; height: 46px; border-radius: 10px; flex: none; background-size: cover; background-position: center; background-color: #DCEFEA; }
.jcard .meta { flex: 1; min-width: 0; }
.jcard .nm { font-weight: 800; font-size: 13px; line-height: 1.35; color: #1E1C1A; }
.jcard .nm .cert { display: inline-block; font-size: 9px; font-weight: 700; color: var(--teal-deep); background: var(--teal-soft); padding: 1px 6px; border-radius: 4px; margin-left: 4px; vertical-align: middle; white-space: nowrap; }
.jcard .stn { font-size: 10px; color: #9A9A9A; margin-top: 2px; font-weight: 500; }
.jcard .stn .lb { background: #F0F0F0; padding: 0 5px; border-radius: 3px; margin-right: 4px; }
.jcard .rate { font-size: 9.5px; color: #9A9A9A; margin-top: 1px; }
.jcard .rate b { color: #E8A100; }
.jcard .pay { margin-top: 7px; padding-top: 7px; border-top: 1px dashed #EEE; display: flex; align-items: baseline; gap: 8px; }
.jcard .pay .py { font-family: var(--font-num); font-weight: 800; font-size: 15px; color: var(--teal-deep); white-space: nowrap; }
.jcard .pay .py small { font-size: 9.5px; color: #5A5A5A; font-weight: 600; margin-left: 3px; font-family: var(--font-ja); }
.jcard .pay .psub { font-size: 9.5px; color: #5A5A5A; font-weight: 500; }
.scr-nav { display: flex; background: #fff; border-top: 1px solid #EAEAEA; }
.scr-nav .nv { flex: 1; text-align: center; padding: 9px 0 11px; font-size: 10px; font-weight: 700; color: #9A9A9A; }
.scr-nav .nv.on { color: var(--teal-deep); }
.scr-nav .nv .ico { display: block; width: 19px; height: 19px; margin: 0 auto 2px; }
.phone-cap { position: relative; z-index: 2; font-size: 12.5px; color: var(--ink-soft); text-align: center; margin-top: 18px; line-height: 1.75; max-width: 280px; font-weight: 500; margin-left: 18%; }
.phone-cap b { color: var(--teal-deep); font-weight: 800; }

/* business hero の通知カード + 背景ブロブ */
.phone-wrap .ui-note.n1 { top: 16%; left: -6%; width: min(82%, 300px); }
.phone-wrap::before {
  content: ''; position: absolute; z-index: 0;
  inset: -4% 2% 12% 26%;
  background: var(--teal-soft);
  border-radius: 46% 54% 50% 50% / 52% 46% 54% 48%;
}

/* ---- 訴求バッジ（hero直下） ---- */
.badge-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
/* ヒーロー直下の全幅バッジ帯 */
.hero .badge-strip { margin-top: clamp(-48px, -3vw, -16px); padding-bottom: clamp(44px, 5vw, 68px); gap: 14px; }
.badge {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 2px solid #CDE9E5; border-radius: 16px;
  padding: 14px 16px; box-shadow: var(--shadow-sm);
}
.badge .bi {
  flex: none; width: 40px; height: 40px; border-radius: 12px;
  background: var(--teal-soft); color: var(--teal-deep);
  display: flex; align-items: center; justify-content: center;
}
.badge:nth-child(2) .bi { background: var(--pink-soft); color: var(--pink-deep); }
.badge:nth-child(3) .bi { background: #FFF4DA; color: #D89000; }
.badge b { font-size: 14px; font-weight: 900; line-height: 1.5; display: block; }
.badge small { font-size: 10.5px; color: var(--muted); font-weight: 700; display: block; margin-top: 1px; }
.hero-fineprint { margin-top: 14px; font-size: 12px; color: var(--muted); font-weight: 600; }

/* ---- コア課題バンド ---- */
.core-band { background: #1E1C1A; color: #fff; text-align: center; padding-block: clamp(64px, 8vw, 96px); }
.core-band .lbl { font-size: 13px; font-weight: 800; letter-spacing: 0.22em; color: var(--pink); margin-bottom: 18px; }
.core-band h2 { font-weight: 900; font-size: clamp(26px, 4vw, 44px); line-height: 1.55; word-break: keep-all; }
.core-band h2 .pk { color: var(--pink); }
.core-band p { margin-top: 18px; font-size: clamp(13.5px, 1.7vw, 15.5px); color: #C9C4BD; line-height: 2.0; font-weight: 500; }
.core-band p b { color: #fff; font-weight: 800; }

/* ---- ソリューション（スポットほいくとは） ---- */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.about-copy .mega {
  font-family: var(--font-num); font-weight: 800; line-height: 1;
  font-size: clamp(56px, 7vw, 96px); color: var(--teal-deep); letter-spacing: -0.02em;
}
.about-copy .mega .u { font-family: var(--font-ja); font-size: 0.32em; font-weight: 900; margin-left: 4px; }
.about-copy .mega-l { font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-top: 6px; }
.about-copy .mega-src { font-size: 11px; color: var(--muted); font-weight: 500; }
.about-copy h3 { font-weight: 900; font-size: clamp(20px, 2.6vw, 27px); line-height: 1.6; margin: 26px 0 14px; word-break: keep-all; }
.about-copy h3 .tl { color: var(--teal-deep); }
.about-copy p { font-size: clamp(14px, 1.7vw, 15.5px); color: var(--ink-soft); line-height: 2.05; font-weight: 500; }
.about-copy p b { color: var(--ink); font-weight: 800; }
.about-photo { width: 100%; aspect-ratio: 5/4.4; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow-lg); }

/* ---- 資料DLフォーム ---- */
.lead-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.lead-doc {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 26px; box-shadow: var(--shadow-md);
}
.lead-doc img { border-radius: 12px; border: 1px solid var(--line); }
.lead-doc .dt { font-weight: 900; font-size: 15.5px; margin-top: 16px; }
.lead-doc .ds { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; font-weight: 500; }
.lead-form { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-md); }
.lead-form .fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; }
.lead-form label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.lead-form label .req { color: var(--pink-deep); font-size: 11px; margin-left: 6px; }
.lead-form input {
  width: 100%; padding: 13px 14px; font-size: 14.5px; font-family: var(--font-ja);
  border: 1.5px solid #DED9D1; border-radius: 12px; background: #FDFDFC;
  transition: border-color .25s, box-shadow .25s;
}
.lead-form input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,182,176,.14); }
.lead-form .full { grid-column: 1 / -1; }
.lead-form .submit { margin-top: 22px; }
.lead-form .submit .btn { width: 100%; }
.lead-form .fnote { font-size: 11.5px; color: var(--muted); margin-top: 12px; line-height: 1.8; font-weight: 500; }
.lead-done { display: none; text-align: center; padding: 28px 8px 8px; }
.lead-done.show { display: block; }
.lead-done .ok { width: 56px; height: 56px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.lead-done h3 { font-weight: 900; font-size: 19px; margin-bottom: 10px; }
.lead-done p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.95; margin-bottom: 20px; font-weight: 500; }

@media (max-width: 768px) {
  .badge-strip { grid-template-columns: 1fr; }
  .about-grid, .lead-wrap { grid-template-columns: 1fr; }
  .lead-form .fgrid { grid-template-columns: 1fr; }
  .phone-wrap::before { inset: -2% 6% 14% 18%; }
}

/* ---- stats ---- */
.stats { padding-block: clamp(48px, 6vw, 76px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; position: relative; z-index: 3; }
.stats-in { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat { text-align: center; padding: clamp(10px, 1.6vw, 18px) 12px; position: relative; }
.stat + .stat::before { content: ''; position: absolute; left: 0; top: 20%; height: 60%; width: 1px; background: var(--line); }
.stat .n {
  font-family: var(--font-num); font-weight: 800;
  font-size: clamp(42px, 6vw, 76px); line-height: 1.05; color: var(--ink);
  letter-spacing: -0.015em; font-feature-settings: 'tnum';
}
.stat .n .u { font-family: var(--font-ja); font-size: 0.34em; margin-left: 4px; font-weight: 900; color: var(--teal-deep); }
.stat .l { margin-top: 8px; font-size: clamp(11.5px, 1.4vw, 13.5px); font-weight: 700; color: var(--ink-soft); }
.stats-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 24px; font-weight: 500; }
.stats-note b { color: var(--teal-deep); font-weight: 800; }

/* ---- feature cards ---- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px 28px;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}
.feat:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.feat .fic {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--teal-soft); color: var(--teal-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.feat:first-child .fic { background: var(--pink-soft); color: var(--pink-deep); }
.feat h3 { font-weight: 800; font-size: 17px; line-height: 1.55; margin-bottom: 9px; }
.feat p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.9; font-weight: 500; }

/* ---- 安全性セクション（3カード・.feat流用） ---- */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.safety-grid > * { min-width: 0; }
.safety-grid .feat:first-child .fic { background: var(--teal-soft); color: var(--teal-deep); }
@media (max-width: 768px) { .safety-grid { grid-template-columns: 1fr; } }

/* ---- 記事カード（note リンク・.feat流用） ---- */
.article-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.article-card .article-more { margin-top: auto; padding-top: 14px; font-size: 13px; font-weight: 800; color: var(--teal-deep); }
.article-card:hover .article-more { color: var(--teal); }
.article-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 760px; margin: 0 auto; }
.article-grid-2 > * { min-width: 0; }
@media (max-width: 768px) { .article-grid-2 { grid-template-columns: 1fr; } }

/* ---- persona（写真カード3枚） ---- */
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.persona {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; position: relative;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}
.persona:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.persona .pimg { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.persona .pbody { padding: 24px 26px 28px; }
.persona .tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 11.5px; font-weight: 800;
  background: var(--pink-deep); color: #fff; padding: 5px 14px; border-radius: 999px;
  box-shadow: var(--shadow-md);
}
.persona h3 { font-weight: 800; font-size: 18px; margin-bottom: 9px; line-height: 1.5; }
.persona.main h3 { color: var(--pink-deep); }
.persona p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.9; font-weight: 500; }

/* ---- steps (horizontal / PC) ---- */
.hsteps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.hstep {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px 28px; position: relative;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}
.hstep:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.hstep .num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--teal-deep); color: #fff;
  font-family: var(--font-num); font-weight: 800; font-size: 19px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  box-shadow: 0 6px 14px rgba(22,141,137,.24);
}
.hstep:not(:last-child)::after {
  content: ''; position: absolute; top: 53px; right: -19px; width: 20px; height: 3px;
  background-image: linear-gradient(90deg, var(--teal) 50%, transparent 0);
  background-size: 8px 3px; border-radius: 2px; z-index: 1; opacity: .55;
}
.hstep h3 { font-weight: 800; font-size: 16.5px; line-height: 1.55; margin-bottom: 8px; }
.hstep p { font-size: 13px; color: var(--ink-soft); line-height: 1.85; font-weight: 500; }
.hstep p b { color: var(--ink); font-weight: 700; }
.steps-cta { text-align: center; margin-top: 50px; }

/* ---- vertical steps ---- */
.vstep { position: relative; padding-left: 68px; padding-bottom: 34px; }
.vstep:last-of-type { padding-bottom: 6px; }
.vstep::before { content: ''; position: absolute; left: 23px; top: 8px; bottom: -8px; width: 2px; background: var(--teal-soft); }
.vstep:last-of-type::before { display: none; }
.vstep .dot {
  position: absolute; left: 0; top: 0; width: 48px; height: 48px;
  background: var(--teal-deep); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-num); font-weight: 800; font-size: 19px; z-index: 1;
  box-shadow: 0 6px 14px rgba(22,141,137,.24);
}
.vstep h3 { font-weight: 800; font-size: clamp(17px, 2.1vw, 20px); margin-bottom: 7px; line-height: 1.5; }
.vstep h3 .tag {
  display: inline-block; vertical-align: 2px; margin-left: 10px;
  font-size: 11.5px; font-weight: 800; color: var(--teal-deep); background: var(--teal-soft);
  padding: 3px 11px; border-radius: 6px; letter-spacing: 0.02em;
}
.vstep p { font-size: clamp(13.5px, 1.6vw, 15px); color: var(--ink-soft); line-height: 1.95; max-width: 640px; font-weight: 500; }
.vstep p b { color: var(--ink); font-weight: 700; }
.flow-foot {
  margin-top: 26px; background: var(--teal-soft); border-radius: 14px;
  padding: 20px 26px;
  font-size: clamp(14px, 1.8vw, 16px); color: var(--teal-dark); font-weight: 800; line-height: 1.7;
}

/* ---- pains ---- */
.pain { display: flex; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.pain:first-of-type { border-top: none; padding-top: 0; }
.pain .no {
  flex: none; width: 44px; height: 44px;
  border: 2px solid var(--pink-deep); color: var(--pink-deep); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-num); font-weight: 700; font-size: 17px;
}
.pain h3 { font-weight: 800; font-size: clamp(16.5px, 2.1vw, 19px); margin-bottom: 6px; line-height: 1.55; }
.pain p { font-size: clamp(13.5px, 1.6vw, 15px); color: var(--ink-soft); line-height: 1.9; max-width: 700px; font-weight: 500; }
.pain p b { color: var(--pink-deep); font-weight: 700; }

/* ---- growth band ---- */
.growth {
  display: flex; align-items: center; gap: 16px;
  background: var(--teal-deep); color: #fff; border-radius: 16px;
  padding: 18px 26px; margin-top: 24px;
  box-shadow: 0 12px 32px rgba(22,141,137,.2);
}
.growth .gi { flex: none; width: 28px; height: 28px; }
.growth .gt { font-size: clamp(13px, 1.7vw, 15.5px); font-weight: 800; line-height: 1.55; }
.growth .gt b { color: var(--yellow-soft); }
.growth .bars { margin-left: auto; display: flex; align-items: flex-end; gap: 5px; height: 36px; flex: none; }
.growth .bars i { width: 9px; background: rgba(255,255,255,0.85); border-radius: 3px 3px 0 0; transform-origin: bottom; animation: barGrow 1s cubic-bezier(.22,1,.36,1) both; }
.growth .bars i:nth-child(2) { animation-delay: .1s; } .growth .bars i:nth-child(3) { animation-delay: .2s; }
.growth .bars i:nth-child(4) { animation-delay: .3s; } .growth .bars i:nth-child(5) { animation-delay: .4s; }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* ---- voice（写真 + 引用） ---- */
.voice-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.voice-photo { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow-md); }
.voice { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); padding: 26px 30px; position: relative; }
.voice + .voice { margin-top: 18px; }
.voice::before {
  content: '“'; position: absolute; top: 2px; left: 18px;
  font-family: var(--font-num); font-size: 58px; line-height: 1; color: var(--pink); opacity: .6; font-weight: 800;
}
.voice p { font-size: clamp(14.5px, 1.8vw, 16px); font-weight: 700; line-height: 2.0; margin-bottom: 10px; padding-top: 14px; }
.voice cite { font-style: normal; font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 10px; font-weight: 500; }
.voice cite::before { content: ''; width: 22px; height: 2px; background: var(--pink-deep); border-radius: 2px; }

/* ---- usecases ---- */
.uc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.uc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; display: flex; flex-direction: column; gap: 12px;
  transition: padding-left .35s ease, background .35s ease, box-shadow .35s ease;
}
.uc:hover { padding-left: 38px; background: var(--teal-tint); box-shadow: var(--shadow-sm); }
.uc .q { font-size: 14px; font-weight: 700; color: var(--ink-soft); display: flex; gap: 10px; }
.uc .q::before { content: '“'; font-family: var(--font-num); color: var(--pink); font-size: 28px; line-height: 1; font-weight: 800; }
.uc .a {
  font-weight: 800; font-size: 15.5px; color: var(--teal-deep);
  display: flex; align-items: center; gap: 10px;
}
.uc .a svg { flex: none; color: var(--teal); }
.uc.hl { background: var(--teal-soft); border-color: #C4E6E0; }
.uc.hl .a .em { color: var(--pink-deep); }

/* ---- price ---- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.price-c {
  text-align: center; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 34px 14px 30px;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .4s;
}
.price-c:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #CDE9E5; }
.price-c .l { font-size: 12.5px; letter-spacing: 0.08em; color: var(--ink-soft); margin-bottom: 12px; font-weight: 700; }
.price-c .v { font-family: var(--font-num); font-weight: 800; font-size: clamp(34px, 4.6vw, 52px); color: var(--teal-deep); line-height: 1; letter-spacing: -0.02em; }
.price-c .v .yen { font-family: var(--font-ja); font-size: .46em; font-weight: 900; }
.price-c .s { font-size: 12.5px; color: var(--ink-soft); margin-top: 13px; font-weight: 500; }
.price-note { font-size: clamp(13.5px, 1.7vw, 15.5px); color: var(--ink-soft); line-height: 2.0; max-width: 700px; font-weight: 500; }
.price-note b { color: var(--ink); font-weight: 800; }

/* ---- career band ---- */
.career { background: linear-gradient(140deg, var(--teal-dark) 0%, var(--teal-deep) 80%, #1A9A91 100%); color: #fff; position: relative; overflow: hidden; }
.career-in { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px); align-items: center; padding-block: clamp(76px, 9vw, 116px); position: relative; z-index: 2; }
.career .kicker { color: var(--yellow-soft); }
.career .kicker::before { background: var(--yellow-soft); }
.career h2 { font-weight: 900; font-size: clamp(26px, 3.8vw, 40px); line-height: 1.48; margin-bottom: 20px; word-break: keep-all; }
.career h2 .yl { color: var(--yellow-soft); }
.career p { font-size: clamp(14px, 1.7vw, 15.5px); line-height: 2.1; opacity: 0.96; font-weight: 500; }
.career p b { font-weight: 800; }
.career-visual { position: relative; min-height: 340px; }
.career-photo {
  position: absolute; top: 0; right: 8%;
  width: 76%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 20px; transform: rotate(2.5deg);
  box-shadow: var(--shadow-lg); opacity: .96;
}
.review-mock {
  position: absolute; bottom: 0; left: 0;
  background: #fff; color: var(--ink); border-radius: 18px; box-shadow: var(--shadow-lg);
  padding: 22px 24px; max-width: 360px; width: 86%;
  transform: rotate(-1.5deg);
}
.review-mock .rh { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-mock .av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; }
.review-mock .rn { font-weight: 800; font-size: 13.5px; }
.review-mock .rs { font-size: 11px; color: var(--muted); font-weight: 500; }
.review-mock .stars { color: #F5A623; font-size: 16px; letter-spacing: 2px; margin-bottom: 9px; }
.review-mock .stars b { color: var(--ink); font-family: var(--font-num); font-size: 14px; margin-left: 8px; font-weight: 800; }
.review-mock .rc { font-size: 12.5px; color: var(--ink-soft); line-height: 1.85; background: var(--bg-warm); border-radius: 12px; padding: 12px 14px; font-weight: 500; }
.review-mock .rbadges { display: flex; gap: 7px; margin-top: 12px; flex-wrap: wrap; }
.review-mock .rbadges span { font-size: 10.5px; font-weight: 800; color: var(--teal-deep); background: var(--teal-soft); border-radius: 999px; padding: 4px 12px; }

/* ---- FAQ ---- */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  margin-bottom: 12px; overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.faq[open] { box-shadow: var(--shadow-sm); border-color: #CDE9E5; }
.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 21px 26px; font-weight: 800;
  font-size: clamp(14.5px, 1.7vw, 16px); line-height: 1.6;
  transition: background .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { background: var(--teal-tint); }
.faq summary .qm { color: var(--teal-deep); font-family: var(--font-num); font-weight: 800; flex: none; }
.faq summary .pm {
  margin-left: auto; flex: none; width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid #E0DAD2; color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 600; line-height: 1;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .3s, color .3s, border-color .3s;
}
.faq[open] summary .pm { transform: rotate(45deg); background: var(--teal-deep); border-color: var(--teal-deep); color: #fff; }
.faq .fa { padding: 2px 26px 24px 26px; display: flex; gap: 16px; }
.faq .fa .am { color: var(--pink-deep); font-family: var(--font-num); font-weight: 800; flex: none; }
.faq .fa p { font-size: clamp(13.5px, 1.6vw, 14.5px); color: var(--ink-soft); line-height: 1.95; font-weight: 500; }

/* ---- final CTA panel ---- */
.cta-panel {
  background: linear-gradient(140deg, var(--teal-dark) 0%, var(--teal-deep) 80%, #1A9A91 100%);
  color: #fff; border-radius: 30px;
  padding: clamp(52px, 7vw, 84px) clamp(26px, 5vw, 80px);
  text-align: center; position: relative; overflow: hidden;
}
.cta-panel::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(480px 320px at 10% 115%, rgba(255,255,255,0.09), transparent 70%),
              radial-gradient(480px 320px at 92% -15%, rgba(255,255,255,0.08), transparent 70%);
}
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel .cp-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: 0.14em; color: var(--yellow-soft); margin-bottom: 18px; }
.cta-panel h2 { font-weight: 900; font-size: clamp(27px, 4vw, 42px); line-height: 1.5; margin-bottom: 18px; word-break: keep-all; }
.cta-panel .cp-lead { font-size: clamp(13.5px, 1.7vw, 16px); line-height: 2.05; opacity: 0.96; margin-bottom: 36px; font-weight: 500; }
.cta-panel .cp-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.cta-panel .cp-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; margin-top: 30px; }
.cta-panel .cp-chips span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; opacity: 0.94; }
.cta-panel .cp-chips svg { color: var(--yellow-soft); flex: none; }

/* ---- company ---- */
.company-grid { display: grid; grid-template-columns: 230px 1fr; max-width: 820px; border-top: 1px solid var(--line); }
.company-grid dt, .company-grid dd { padding: 18px 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
.company-grid dt { font-weight: 700; color: var(--ink-soft); }
.company-grid dd { font-weight: 500; }
.company-grid dd small { color: var(--muted); }

/* ---- footer ---- */
.site-footer { background: #1E1C1A; color: #B8B3AC; padding: clamp(56px, 7vw, 84px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(28px, 4vw, 64px); padding-bottom: 48px; }
.footer-brand img { height: 36px; width: auto; margin-bottom: 18px; }
.footer-brand p { font-size: 12.5px; line-height: 2.0; font-weight: 400; }
.footer-brand .lic { margin-top: 16px; font-size: 11.5px; color: #87827B; }
.footer-col h4 { font-family: var(--font-num); font-size: 11.5px; font-weight: 700; letter-spacing: 0.3em; color: #fff; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 13px; color: #B8B3AC; text-decoration: none; position: relative; transition: color .25s; font-weight: 500; }
.footer-col a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: var(--yellow-soft); transform: scaleX(0); transform-origin: right; transition: transform .4s ease; }
.footer-col a:hover { color: #fff; }
.footer-col a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer-btm {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px; font-size: 11.5px; color: #87827B;
}

/* ---- mobile sticky CTA ---- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.93);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  display: none; transform: translateY(110%); transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }

/* ---- reveal ---- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
.rv.on { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .1s; } .rv-d2 { transition-delay: .2s; } .rv-d3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .ui-note, .ui-review, .growth .bars i { animation: none !important; }
}

/* ==========================================================================
   responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .feat-grid, .hsteps { grid-template-columns: repeat(2, 1fr); }
  .persona-grid { grid-template-columns: repeat(3, 1fr); }
  .hstep:not(:last-child)::after { display: none; }
}

@media (max-width: 768px) {
  br.pc { display: none; }
  .nb { white-space: normal; } /* PC用の改行制御はモバイルでは解除（クリップ防止） */
  .header-nav { display: none; }
  .header-in { height: 64px; gap: 14px; }
  .header-logo img { height: 30px; }
  .header-cta { margin-left: auto; }

  .hero-in { grid-template-columns: 1fr; padding-block: 44px 60px; gap: 48px; }
  .hero-cta .btn-lg { width: 100%; }
  .hero-visual { margin-inline: 4px; }
  .ui-note.n1 { left: -4px; top: 4%; }
  .ui-note.n2, .ui-review.n2 { right: -4px; bottom: 5%; }
  .hero-photo { width: 100%; }
  .phone { max-width: 260px; margin-left: 12%; }
  .phone-back { width: 80%; }
  .phone-cap { margin-left: 12%; }
  .phone-wrap .ui-note.n1 { left: 0; }

  .stats-in { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat .n { font-size: clamp(27px, 8vw, 40px); }
  .stat { padding-inline: 4px; }
  .stat .l { font-size: 11px; }

  .persona-grid { grid-template-columns: 1fr; }
  .career-in { grid-template-columns: 1fr; padding-block: 64px; }
  .career-visual { min-height: 0; margin-top: 8px; }
  .career-photo { position: relative; right: auto; width: 100%; transform: rotate(0); margin-bottom: -46px; }
  .review-mock { position: relative; transform: rotate(0); width: 94%; margin-left: auto; }
  .voice-wrap { grid-template-columns: 1fr; }
  .uc-grid { grid-template-columns: 1fr; }
  .uc:hover { padding-left: 28px; }
  .company-grid { grid-template-columns: 1fr; }
  .company-grid dt { padding-bottom: 2px; border-bottom: none; font-size: 12.5px; color: var(--muted); }
  .company-grid dd { padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .sticky-cta { display: block; }
  body.has-sticky-cta { padding-bottom: 78px; }
}

@media (max-width: 480px) {
  .feat-grid, .hsteps { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(31px, 8.8vw, 38px); }
  .eyebrow { font-size: 12px; padding: 7px 15px; }
  .feat, .hstep, .uc { padding: 26px 22px; }
  .persona .pbody { padding: 22px 22px 24px; }
  .faq summary { padding: 18px 18px; gap: 12px; }
  .faq .fa { padding: 2px 18px 20px; gap: 12px; }
  .vstep { padding-left: 60px; }
  .vstep .dot { width: 42px; height: 42px; font-size: 17px; }
  .vstep::before { left: 20px; }
  .growth .bars { display: none; }
  .price-grid { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .price-c { padding: 22px 6px 20px; }
  .price-c .v { font-size: 27px; }
  .price-c .s { font-size: 10.5px; }
  .ui-note { width: 86%; padding: 11px 13px; }
  .ui-note .tx { font-size: 11.5px; }
}
