:root {
  --ink: #102c2e;
  --teal: #0d6863;
  --teal-deep: #064d4b;
  --mint: #dff4ee;
  --coral: #f06b5d;
  --cream: #fbf8f1;
  --line: #d9e4df;
  --muted: #61706f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; word-break: keep-all; line-break: strict; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 132px 0; }

.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(13,104,99,.12); }
.header-inner { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand img { width: 184px; height: auto; display: block; }
.header-copy { margin: 0; color: #71817f; font-size: 13px; font-weight: 650; }

.hero { padding: 28px 0 38px; background: radial-gradient(circle at 12% 10%, #fff 0, rgba(255,255,255,0) 44%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .8fr); gap: 26px; align-items: stretch; }
.hero-story { position: relative; min-height: 650px; overflow: hidden; border-radius: 36px; padding: 50px 50px; background: #eaf5f0; box-shadow: inset 0 0 0 1px rgba(13,104,99,.08); }
.hero-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,250,247,.98) 0%, rgba(243,250,247,.9) 36%, rgba(243,250,247,.15) 68%, transparent 100%); pointer-events: none; }
.hero-photo { position: absolute; inset: 0; background: url('/assets/care-family-scene.png') 60% 68% / cover no-repeat; }
.eyebrow, .hero-story h1 { position: relative; z-index: 2; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.eyebrow > span { width: 34px; height: 3px; border-radius: 10px; background: var(--coral); }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered > span:last-child { display: block; }
.hero-story h1 { margin: 24px 0 0; font-size: clamp(42px, 4.3vw, 65px); line-height: 1.13; letter-spacing: -.055em; }
.hero-final-word { display: block; }
.hero-story h1 em { position: relative; display: inline-block; isolation: isolate; color: var(--teal); font-style: normal; }
.hero-story h1 em::after { content: ""; position: absolute; z-index: -1; left: -.04em; right: -.04em; bottom: .04em; height: .2em; border-radius: 999px; background: rgba(240,107,93,.24); transform: scaleX(0); transform-origin: left center; animation: hook-sweep .85s cubic-bezier(.2,.75,.25,1) .45s forwards; }
.hero-benefit-summary { position: absolute; z-index: 3; left: 40px; bottom: 34px; width: min(410px, 53%); padding: 14px; border: 1px solid rgba(13,104,99,.14); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(16,76,70,.1); backdrop-filter: blur(12px); }
.hero-benefit-summary > p { width: fit-content; margin: -29px auto 10px; padding: 7px 13px; border-radius: 999px; background: var(--teal-deep); color: #fff; font-size: 12px; font-weight: 850; box-shadow: 0 8px 18px rgba(11,61,59,.2); }
.hero-benefit-summary > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hero-benefit-item { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 13px; background: #f5faf8; }
.hero-benefit-item:nth-child(2n) { background: #fff7f3; }
.hero-benefit-item img { flex: 0 0 auto; width: 32px; height: 32px; }
.hero-benefit-item span { min-width: 0; color: #667775; font-size: 10px; font-weight: 700; line-height: 1.3; }
.hero-benefit-item strong { display: block; margin-top: 2px; color: var(--teal-deep); font-size: 14px; line-height: 1.25; letter-spacing: -.03em; }
.quote-card { align-self: stretch; border-radius: 30px; padding: 34px 32px 26px; background: white; border: 1px solid rgba(13,104,99,.12); box-shadow: 0 22px 65px rgba(14,63,61,.12); animation: form-enter .7s cubic-bezier(.2,.75,.25,1) .18s both; }
.form-kicker { margin: 0; color: var(--coral); font-size: 14px; font-weight: 850; }
.quote-card h2 { margin: 10px 0 0; font-size: 27px; line-height: 1.35; letter-spacing: -.04em; }
.quote-card h2 em { color: var(--teal); font-style: normal; }
.form-note { margin: 10px 0 24px; font-size: 13px; line-height: 1.6; color: #728280; }
.gender-field { margin: 0 0 12px; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gender-field legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.gender-field input { position: absolute; opacity: 0; }
.gender-field span { display: grid; place-items: center; height: 48px; border: 1px solid var(--line); border-radius: 12px; color: #687876; cursor: pointer; transition: .2s ease; }
.gender-field input:focus-visible + span { outline: 3px solid rgba(13,104,99,.18); }
.gender-field input:checked + span { color: var(--teal); border-color: var(--teal); background: var(--mint); font-weight: 750; }
.input-row { display: grid; grid-template-columns: 96px 1fr; align-items: center; height: 58px; margin-top: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; background: #fcfdfc; }
.input-row > span { font-size: 14px; font-weight: 750; }
.input-row > span b { color: var(--coral); }
.input-row input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.input-row input::placeholder { color: #9dacab; }
.input-row:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,104,99,.1); }
.consents { position: relative; display: grid; gap: 8px; margin-top: 18px; }
.consents label { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #61706f; }
.consents input { width: 17px; height: 17px; margin: 0; accent-color: var(--teal); }
.consents label b { color: var(--coral); }
.consents button { position: absolute; right: 0; top: 0; padding: 0; border: 0; background: none; color: #71817f; font-size: 12px; text-decoration: underline; cursor: pointer; }
.submit-button { width: 100%; height: 62px; margin-top: 18px; border: 0; border-radius: 15px; display: flex; align-items: center; justify-content: center; gap: 16px; background: var(--teal); color: white; font-size: 17px; font-weight: 800; cursor: pointer; box-shadow: 0 14px 28px rgba(13,104,99,.2); transition: .2s ease; animation: cta-breathe 1.25s ease-in-out 1.55s 2; }
.submit-button:hover { background: var(--teal-deep); transform: translateY(-1px); }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-message { min-height: 18px; margin: 9px 0 0; color: #c84336; font-size: 12px; line-height: 1.4; text-align: center; }
.secure-note { margin: 4px 0 0; text-align: center; color: #8b9997; font-size: 11px; }
.hero-disclaimer { margin-top: 14px; color: #7a8987; font-size: 11px; text-align: right; }

.section-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(38px, 4.2vw, 54px); line-height: 1.24; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.benefits-section { background: #fff; }
.benefits-section.section-pad { padding: 84px 0 92px; }
.benefit-heading { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.benefit-heading > span { display: inline-flex; min-height: 30px; align-items: center; padding: 0 13px; border-radius: 999px; background: var(--teal); color: #fff; font-size: 13px; font-weight: 850; }
.benefit-heading h2 { margin: 18px 0 0; font-size: clamp(34px, 3.8vw, 46px); line-height: 1.25; letter-spacing: -.045em; }
.benefit-heading > p { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { min-height: 260px; padding: 24px 22px; border-radius: 24px; background: #f3f8f5; border: 1px solid #e5efea; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:nth-child(2n) { background: #fff8f4; border-color: #f3e5dc; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(16,44,46,.08); }
.benefit-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: #dff4ee; }
.benefit-card:nth-child(2n) .benefit-icon { background: #ffe9df; }
.benefit-icon img { width: 32px; height: 32px; }
.benefit-card > p { margin: 24px 0 0; color: #667775; font-size: 14px; font-weight: 650; }
.benefit-card h3 { margin: 7px 0 0; color: var(--teal-deep); font-size: 24px; line-height: 1.25; letter-spacing: -.035em; }
.benefit-card > span { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(13,104,99,.12); color: #667775; font-size: 13px; line-height: 1.55; }
.small-disclaimer { margin: 22px 0 0; color: #8b9997; font-size: 11px; text-align: right; }

.scenario-section { background: #e8f4ef; }
.scenario-shell { max-width: 940px; }
.scenario-heading { margin: 0 auto 34px; text-align: center; }
.scenario-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 50px); line-height: 1.24; letter-spacing: -.045em; }
.scenario-list { display: grid; gap: 12px; }
.scenario-list > a { min-height: 112px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 22px; padding: 20px 26px; border: 1px solid rgba(13,104,99,.08); border-radius: 20px; background: #fff; box-shadow: 0 14px 36px rgba(16,44,46,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.scenario-list > a:hover { transform: translateY(-2px); border-color: rgba(13,104,99,.22); box-shadow: 0 18px 42px rgba(16,44,46,.1); }
.scenario-list > a:focus-visible { outline: 3px solid rgba(13,104,99,.22); outline-offset: 3px; }
.scenario-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: #eef1ff; color: #4c5b99; }
.scenario-icon img { display: block; width: 32px; height: 32px; }
.scenario-icon-2 { background: var(--mint); color: var(--teal); }
.scenario-icon-3 { background: #fff0e9; color: var(--coral); }
.scenario-icon-4 { background: #eef1ff; color: #4c5b99; }
.scenario-list h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.scenario-list p { margin: 7px 0 0; color: #697a78; font-size: 14px; line-height: 1.55; }
.scenario-arrow { color: #8b9997; font-size: 30px; line-height: 1; }
.scenario-proof { max-width: 820px; min-height: 54px; margin: 22px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-radius: 15px; background: var(--teal-deep); color: #fff; box-shadow: 0 14px 30px rgba(11,61,59,.14); }
.scenario-proof span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; font-size: 14px; font-weight: 750; text-align: center; }
.scenario-proof span + span { border-left: 1px solid rgba(255,255,255,.2); }
.scenario-proof span::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; font-size: 11px; }
.scenario-cta { width: min(720px, 100%); min-height: 62px; margin: 22px auto 0; display: grid; place-items: center; border-radius: 17px; background: var(--teal); color: #fff; font-size: 18px; font-weight: 820; box-shadow: 0 14px 30px rgba(13,104,99,.18); transition: transform .2s ease, background .2s ease; }
.scenario-cta:hover { transform: translateY(-2px); background: var(--teal-deep); }

.claims-section { position: relative; overflow: hidden; background: var(--teal-deep); color: #fff; }
.claims-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -220px; border: 110px solid rgba(255,255,255,.04); border-radius: 50%; }
.claims-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.eyebrow.light { color: #a8e1d4; }
.claim-copy h2 { margin: 0; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.18; letter-spacing: -.05em; }
.claim-copy > p:nth-of-type(2) { margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.claim-total { margin-top: 44px; display: grid; width: fit-content; }
.claim-total span { color: #a8e1d4; font-size: 14px; font-weight: 750; }
.claim-total strong { margin-top: 4px; color: #fff4c8; font-size: 82px; line-height: 1; letter-spacing: -.06em; }
.claim-total small { margin-top: 14px; color: rgba(255,255,255,.5); font-size: 11px; }
.claim-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.claim-stats article { min-height: 230px; padding: 32px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.08); text-align: center; backdrop-filter: blur(6px); }
.claim-stats img { width: 70px; height: 70px; object-fit: contain; filter: saturate(.9) brightness(1.12); }
.claim-stat-copy { margin-top: 24px; }
.claim-stats p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.claim-stats strong { display: block; margin-top: 6px; color: #fff; font-size: 23px; }

.group-section { position: relative; overflow: hidden; background: #e8f4ef; }
.group-section::after { content: ""; position: absolute; inset: 20% 0 0; opacity: .18; background: url('/assets/care-trust-texture.png') center bottom / cover no-repeat; mask-image: linear-gradient(to bottom, transparent, #000); }
.group-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.since { margin: 0; font-size: 17px; font-weight: 900; letter-spacing: .06em; }
.group-count { margin: 18px 0 0; color: var(--teal); font-size: 18px; font-weight: 850; }
.group-copy h2 { margin: 12px 0 0; font-size: clamp(42px, 4vw, 56px); line-height: 1.2; letter-spacing: -.05em; }
.group-copy > p:last-child { margin: 24px 0 0; color: #506966; font-size: 17px; line-height: 1.75; font-weight: 550; }
.group-card { min-height: 330px; display: grid; place-items: center; padding: 60px; border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 22px 60px rgba(16,76,70,.09); }
.group-card img { width: 380px; height: auto; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .benefit-card[data-reveal].is-visible:hover { transform: translateY(-5px); }
.benefit-card:nth-child(2) { --reveal-delay: 90ms; }
.benefit-card:nth-child(3) { --reveal-delay: 180ms; }
.benefit-card:nth-child(4) { --reveal-delay: 270ms; }
.motion-ready .benefit-card.is-visible .benefit-icon { animation: benefit-pop .58s cubic-bezier(.2,.8,.25,1) calc(var(--reveal-delay, 0ms) + 180ms) both; }
.motion-ready .claim-total.is-visible strong { animation: evidence-pop .72s cubic-bezier(.2,.8,.25,1) .18s both; }

@keyframes hook-sweep { to { transform: scaleX(1); } }
@keyframes form-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cta-breathe { 50% { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(13,104,99,.34); } }
@keyframes benefit-pop { 0% { transform: scale(.8); } 65% { transform: scale(1.08); } 100% { transform: scale(1); } }
@keyframes evidence-pop { from { opacity: .4; transform: translateY(12px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }

.footer { padding: 70px 0 82px; background: #fff; }
.footer h2 { margin: 0; font-size: 17px; }
.footer-business { margin-top: 24px; display: grid; grid-template-columns: 190px 1fr; align-items: start; gap: 34px; }
.footer-business p { margin: 0; color: #879390; font-size: 12px; line-height: 1.85; }
.footer-business img { width: 180px; height: auto; }
.footer-legal-grid { margin-top: 30px; padding-top: 28px; border-top: 1px solid #e3e9e6; display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; }
.footer-legal-grid p { margin: 0; color: #788684; font-size: 12px; line-height: 1.9; }
.mobile-bar { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; padding: 20px; display: grid; place-items: center; background: rgba(5,34,33,.62); backdrop-filter: blur(6px); }
.modal-box { width: min(660px, 100%); max-height: 86vh; overflow: auto; padding: 34px 30px 28px; border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.2); }
.modal-box h2 { margin: 0; font-size: 21px; line-height: 1.45; text-align: center; }
.modal-box h3 { margin: 28px 0 0; font-size: 15px; }
.modal-box p { margin: 10px 0 0; color: #60716f; font-size: 13px; line-height: 1.8; }
.modal-close { width: 100%; height: 54px; margin-top: 28px; border: 0; border-radius: 13px; background: var(--teal); color: #fff; font-weight: 800; cursor: pointer; }
.done-box { max-width: 450px; text-align: center; }
.done-mark { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 34px; font-weight: 900; }
.done-box h2 { font-size: 25px; }
.done-box p { font-size: 15px; line-height: 1.75; }

@media (min-width: 1201px) {
  .hero-photo { left: 56%; background-position: 70% 68%; }
  .hero-story::after { background: linear-gradient(90deg, #f3faf7 0%, #f3faf7 50%, rgba(243,250,247,.92) 56%, rgba(243,250,247,.28) 68%, transparent 76%); }
  .hero-story h1 { max-width: 65%; font-size: clamp(42px, 3.7vw, 55px); }
}

@media (min-width: 821px) and (max-width: 1200px) {
  .hero-grid { max-width: 760px; grid-template-columns: 1fr; }
  .hero-story { min-height: 650px; padding: 34px 24px; border-radius: 24px; }
  .hero-story::after { background: linear-gradient(180deg, rgba(243,250,247,.98) 0%, rgba(243,250,247,.88) 40%, rgba(243,250,247,.05) 70%); }
  .hero-photo { left: 0; background-position: 66% 76%; transform: translateY(46px); }
  .hero-story h1 { max-width: none; }
  .hero-final-word { display: inline; }
  .hero-disclaimer { max-width: 760px; }
}

@media (max-width: 1050px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card { min-height: 235px; }
  .claims-grid { gap: 42px; }
  .claim-stats { grid-template-columns: 1fr; }
  .claim-stats article { min-height: 0; display: grid; grid-template-columns: 82px minmax(0, 1fr); align-items: center; column-gap: 24px; text-align: left; padding: 18px 22px; }
  .claim-stats img { justify-self: center; }
  .claim-stat-copy { margin-top: 0; display: grid; align-content: center; gap: 4px; }
  .claim-stats strong { margin: 0; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 640px); }
  .section-pad { padding: 86px 0; }
  .header-inner { height: 66px; grid-template-columns: 1fr; justify-items: center; }
  .brand img { width: 155px; }
  .header-copy { display: none; }
  .hero { padding-top: 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 14px; }
  .hero-story { min-height: 650px; padding: 34px 24px; border-radius: 24px; }
  .hero-story::after { background: linear-gradient(180deg, rgba(243,250,247,.98) 0%, rgba(243,250,247,.88) 40%, rgba(243,250,247,.05) 70%); }
  .hero-photo { background-position: 66% 76%; transform: translateY(46px); }
  .hero-story h1 { font-size: clamp(38px, 11vw, 54px); }
  .hero-final-word { display: inline; }
  .hero-benefit-summary { left: 18px; right: 18px; bottom: 18px; width: auto; padding: 12px; }
  .hero-benefit-item { padding: 8px 9px; }
  .quote-card { padding: 30px 22px 24px; border-radius: 24px; }
  .quote-card h2 { font-size: 24px; }
  .hero-disclaimer { text-align: left; line-height: 1.5; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading > p:last-child { font-size: 15px; }
  .benefits-section.section-pad { padding: 58px 0 66px; }
  .benefit-heading { margin-bottom: 28px; }
  .benefit-heading h2 { font-size: 32px; }
  .benefit-heading > p { font-size: 15px; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .benefit-card { min-height: 220px; padding: 18px 14px; border-radius: 18px; }
  .benefit-icon { width: 50px; height: 50px; border-radius: 15px; }
  .benefit-card > p { margin-top: 18px; font-size: 12px; }
  .benefit-card h3 { font-size: 21px; }
  .benefit-card > span { padding-top: 14px; font-size: 12px; }
  .scenario-heading { margin-bottom: 28px; }
  .scenario-list > a { min-height: 104px; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 16px; padding: 18px; }
  .scenario-icon { width: 54px; height: 54px; border-radius: 15px; }
  .scenario-proof { min-height: 0; padding: 11px 0; }
  .scenario-proof span { padding: 0 8px; font-size: 12px; }
  .scenario-proof span::before { display: none; }
  .claims-grid { grid-template-columns: 1fr; }
  .claim-copy { text-align: center; }
  .claim-copy .eyebrow { justify-content: center; }
  .claim-copy > p:nth-of-type(2) { font-size: 15px; }
  .claim-total { margin-inline: auto; }
  .claim-total strong { font-size: 72px; }
  .claim-stats article { grid-template-columns: 76px minmax(0, 1fr); column-gap: 20px; }
  .group-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .group-card { min-height: 230px; padding: 42px; }
  .footer { padding-bottom: 120px; }
  .footer-business { grid-template-columns: 1fr; gap: 18px; }
  .footer-legal-grid { grid-template-columns: 1fr; gap: 18px; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: block; padding: 11px 18px calc(11px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); opacity: 1; transform: translateY(0); transition: opacity .2s ease, transform .2s ease; }
  .mobile-bar a { height: 56px; display: grid; place-items: center; border-radius: 14px; background: var(--teal); color: #fff; font-size: 17px; font-weight: 800; }
  .mobile-bar.is-hidden { opacity: 0; transform: translateY(calc(100% + 18px)); pointer-events: none; }
}

@media (max-width: 430px) {
  .hero-story { min-height: 640px; }
  .hero-story h1 { font-size: 38px; }
  .hero-benefit-summary > p { margin-bottom: 8px; }
  .hero-benefit-item { gap: 7px; }
  .hero-benefit-item img { width: 28px; height: 28px; }
  .hero-benefit-item span { font-size: 9px; }
  .hero-benefit-item strong { font-size: 13px; }
  .input-row { grid-template-columns: 88px 1fr; }
  .section-heading h2, .scenario-heading h2, .claim-copy h2, .group-copy h2 { font-size: 34px; }
  .scenario-list h3 { font-size: 18px; }
  .scenario-list p { font-size: 13px; }
  .scenario-proof span { font-size: 11px; letter-spacing: -.03em; }
  .claim-total strong { font-size: 64px; }
  .group-card { min-height: 190px; }
  .benefit-card { min-height: 208px; }
  .benefit-card h3 { font-size: 19px; }
}

@media (max-width: 350px) {
  .hero-story { min-height: 620px; }
  .hero-story h1 { font-size: 32px; letter-spacing: -.065em; }
  .hero-photo { transform: translateY(52px); }
  .hero-benefit-summary { left: 12px; right: 12px; }
  .hero-benefit-item { padding-inline: 7px; }
  .hero-benefit-item strong { font-size: 12px; }
  .scenario-list > a { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 11px; padding: 15px 12px; }
  .scenario-icon { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
