/* =========================================================
   KB PRIDE 정착제도 / 안양TC지점 리크루팅 랜딩
   KB 공식 CI 옐로를 토스 스타일(흰 카드 + 부드러운 그림자)로 재해석
   ========================================================= */

:root {
  --yellow: #FFBC00;          /* KB Yellow Positive (공식 CI) */
  --yellow-2: #FFCC00;        /* KB Yellow Negative */
  --yellow-deep: #F5A800;
  --yellow-tint: #FFF6D9;
  --yellow-tint-2: #F8F7F3;
  --kb-gray: #60584C;         /* KB Gray (공식 CI) */
  --black: #191F28;
  --ink: #191F28;
  --ink-2: #4E5968;
  --ink-3: #8B95A1;
  --line: #EEF0F2;
  --paper: #FFFFFF;
  --dark: #17191D;

  --shadow-sm: 0 2px 10px rgba(60, 45, 0, .05), 0 10px 30px rgba(60, 45, 0, .06);
  --shadow: 0 6px 18px rgba(60, 45, 0, .06), 0 24px 60px rgba(60, 45, 0, .10);
  --shadow-lg: 0 12px 30px rgba(60, 45, 0, .10), 0 40px 90px rgba(60, 45, 0, .16);
  --shadow-strong: 0 8px 20px rgba(60, 45, 0, .08), 0 30px 70px rgba(60, 45, 0, .16);

  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --container: 1120px;
  --header-h: 80px;
  --r: 28px;
  --r-sm: 16px;
  --glass-bg: rgba(255, 255, 255, .58);
  --glass-line: rgba(255, 255, 255, .85);
  --glass-shadow: 0 1px 0 rgba(255,255,255,.95) inset, 0 -1px 0 rgba(0,0,0,.035) inset, 0 10px 30px rgba(60, 45, 0, .06), 0 30px 70px rgba(60, 45, 0, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  word-break: keep-all;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
button { font: inherit; cursor: pointer; }
b { font-weight: 800; }
mark { background: linear-gradient(transparent 62%, var(--yellow) 62%); color: inherit; padding: 0 2px; }

.container { width: min(var(--container), 100% - 48px); margin-inline: auto; }
.container--narrow { max-width: 820px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 28px; border-radius: 999px;
  font-weight: 600; font-size: 16px; line-height: 1; letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 12px 20px; font-size: 14px; }
.btn--lg { padding: 20px 36px; font-size: 17px; }
.btn--xl { padding: 20px 36px; font-size: 17px; font-weight: 700; }
.btn--gold {
  background: linear-gradient(135deg, #FFDE6B 0%, #FFC233 48%, #F5A800 100%);
  color: var(--black);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 10px 28px rgba(245, 168, 0, .38);
}
.btn--gold:hover {
  background: linear-gradient(135deg, #FFE585 0%, #FFCC44 48%, #F5A800 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 16px 36px rgba(245, 168, 0, .46);
}
.btn--pulse { animation: btn-pulse 2.6s ease-in-out infinite; }
.btn--pulse:hover { animation-play-state: paused; }
@keyframes btn-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}
@media (prefers-reduced-motion: reduce) {
  .btn--pulse { animation: none; }
}
.btn--glass {
  color: var(--ink); background: var(--glass-bg);
  -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid var(--glass-line); box-shadow: var(--glass-shadow);
}
.btn--glass:hover { background: rgba(255,255,255,.78); }
/* ---------- Liquid glass ---------- */
.glass {
  position: relative; background: var(--glass-bg);
  -webkit-backdrop-filter: blur(28px) saturate(170%); backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid var(--glass-line); box-shadow: var(--glass-shadow);
}
.glass::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.75) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 70%, rgba(255,255,255,.35) 100%);
}
.pill {
  display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--ink-2); line-height: 1; letter-spacing: -.01em;
}
.pill--glass {
  background: var(--glass-bg); -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid var(--glass-line); box-shadow: var(--glass-shadow);
}
.pill__dday { display: inline-flex; align-items: center; gap: 6px; color: #E0480E; font-weight: 700; }
.pill__dday i { width: 6px; height: 6px; border-radius: 50%; background: #FF5A1F; box-shadow: 0 0 0 3px rgba(255, 90, 31, .16); }

/* ---------- Chips ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  background: var(--yellow-tint); color: #8A5A00;
  font-size: 13px; font-weight: 700; line-height: 1.2;
}
.chip--white {
  background: rgba(255, 255, 255, .62); color: var(--kb-gray); padding: 10px 16px; font-size: 14px;
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 6px 18px rgba(120, 90, 0, .10), inset 0 1px 0 rgba(255, 255, 255, .9);
}
.chip__dday { display: inline-flex; align-items: center; gap: 6px; color: #E0480E; }
.chip__dday i { width: 6px; height: 6px; border-radius: 50%; background: #FF5A1F; }

/* ---------- Cards (공통) ---------- */
.card {
  background: #fff; border-radius: var(--r); box-shadow: var(--shadow-sm); border: 1px solid rgba(60, 45, 0, .05);
  transition: transform .22s ease, box-shadow .22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.num {
  display: inline-block; font-size: 15px; font-weight: 800; letter-spacing: .02em;
  background: var(--yellow); color: var(--black); padding: 6px 12px; border-radius: 10px; line-height: 1;
}

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--header-h);
  background: transparent;
  transition: background .25s, box-shadow .25s, backdrop-filter .25s;
}
.header.is-scrolled { background: rgba(252, 252, 251, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 24px rgba(60,45,0,.06); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.header__brand { display: flex; align-items: center; gap: 14px; }
.header__logo { height: 36px; width: auto; }
.header__branch { font-size: 14px; font-weight: 700; color: var(--kb-gray); padding-left: 14px; border-left: 1px solid rgba(96, 88, 76, .25); line-height: 1; }
.header__nav { display: flex; gap: 30px; margin-left: auto; margin-right: 6px; }
.header__nav a { font-size: 15px; font-weight: 600; color: var(--ink-2); }
.header__nav a:hover { color: var(--ink); }
.header.is-scrolled .header__nav a { color: var(--ink-2); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: calc(var(--header-h) + 200px) 0 220px;
  background: #FCFCFB; text-align: center;
}
.hero__ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero__ambient i { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .9; }
.hero__ambient i:nth-child(1) { width: 720px; height: 720px; left: 50%; top: -240px; transform: translateX(-30%); background: radial-gradient(circle, rgba(255, 213, 74, .55), rgba(255, 213, 74, 0) 70%); }
.hero__ambient i:nth-child(2) { width: 560px; height: 560px; left: -160px; bottom: -120px; background: radial-gradient(circle, rgba(255, 236, 170, .6), rgba(255, 236, 170, 0) 70%); }
.hero__ambient i:nth-child(3) { width: 520px; height: 520px; right: -120px; bottom: 40px; background: radial-gradient(circle, rgba(255, 190, 120, .32), rgba(255, 190, 120, 0) 70%); }
.hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.hero__tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hero__tag {
  display: inline-flex; align-items: center; padding: 11px 20px; border-radius: 999px;
  background: #fff; color: var(--ink); font-size: 15px; font-weight: 700; letter-spacing: -.01em; line-height: 1.2;
  box-shadow: var(--shadow-sm);
}
.hero__title {
  margin-top: 30px;
  font-size: clamp(44px, 6.2vw, 80px); font-weight: 700; line-height: 1.12; letter-spacing: -.045em; color: var(--black);
}
.hero__title em, .final__title em {
  position: relative; display: inline-block;
  font-style: normal; font-weight: 800; padding-right: .02em;
  background: linear-gradient(100deg, #F7C948 0%, #FFC233 45%, #F0A400 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 6px 22px rgba(255, 195, 51, .30));
}
.hero__title em::after, .final__title em::after {
  content: attr(data-text); position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 40%, rgba(255,255,255,.9) 50%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 300% 100%; background-position: 200% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: hero-shine 7s ease-in-out infinite;
}
@keyframes hero-shine {
  0%, 40% { background-position: 200% 0; }
  75%, 100% { background-position: -100% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title em::after, .final__title em::after { animation: none; background-position: -100% 0; }
}
.hero__actions { margin-top: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.br-pc { display: inline; }

/* ---------- Sections ---------- */
.section { padding: 120px 0; }
.section--tint { background: var(--yellow-tint-2); }
.section__head { margin-bottom: 44px; }
.section__head .chip { margin-bottom: 18px; }
.eyebrow { display: block; margin-bottom: 14px; font-size: 15px; font-weight: 700; color: #C98A00; letter-spacing: -.01em; }
.section__head h2 { font-size: clamp(32px, 4.2vw, 48px); font-weight: 700; letter-spacing: -.04em; line-height: 1.18; }
.bonus .section__head h2 { font-weight: 900; }
.section__head--center { text-align: center; }
.section__head p { margin-top: 14px; font-size: 17px; color: var(--ink-2); }

.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid + .grid { margin-top: 20px; }

/* ---------- 3D icons ---------- */
.ico { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(90, 60, 0, .18)); }
.card--benefit .ico { width: 72px; height: 72px; margin-bottom: 18px; }

/* ---------- Who ---------- */
.check { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); position: relative; }
.check::after { content: ""; position: absolute; left: 12px; top: 7px; width: 8px; height: 14px; border: solid var(--black); border-width: 0 3px 3px 0; transform: rotate(45deg); }
.card--check { display: flex; align-items: center; gap: 18px; padding: 28px 30px; font-size: 19px; font-weight: 500; color: var(--ink-2); letter-spacing: -.01em; }
.card--check b { color: var(--ink); }

/* ---------- Benefit (정착제도) ---------- */
.card--pillar { padding: 48px 40px 52px; }
.card--pillar .num { margin-bottom: 24px; }
.card__sub { margin-top: 0; font-size: 15px; color: var(--ink-3); font-weight: 600; line-height: 1.3; }
.card--pillar h3 { font-size: 28px; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; margin-top: 4px; }
.card__desc { margin-top: 16px; font-size: 16px; color: var(--ink-2); line-height: 1.6; }

.bonus { position: relative; overflow: hidden; padding-top: 120px; }
.bonus::before, .bonus::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.bonus::before { width: 620px; height: 620px; left: -200px; top: 40px; background: radial-gradient(circle, rgba(255, 213, 74, .38), rgba(255, 213, 74, 0) 70%); }
.bonus::after { width: 560px; height: 560px; right: -180px; bottom: -160px; background: radial-gradient(circle, rgba(255, 190, 120, .28), rgba(255, 190, 120, 0) 70%); }
.bonus .container { position: relative; }
.terms { margin: 0 auto; max-width: 960px; border-radius: var(--r); padding: 10px 44px; }
.terms__row {
  position: relative; display: grid; grid-template-columns: 150px 1fr; align-items: baseline; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid rgba(60, 45, 0, .08);
}
.terms__row:last-child { border-bottom: 0; }
.terms dt { font-size: 15px; font-weight: 600; color: var(--ink-3); }
.terms dd { margin: 0; display: grid; grid-template-columns: minmax(0, 300px) 1fr; align-items: baseline; gap: 24px; }
.terms dd b { font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1.25; }
.terms dd span { font-size: 15.5px; color: var(--ink-2); line-height: 1.5; }
.terms__gold { color: #D48A00; }

/* ---------- Welfare bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card--benefit { padding: 32px 30px 34px; box-shadow: var(--shadow-strong); }
.card--benefit:hover { box-shadow: var(--shadow-lg); }
.who .card, .faq .card { box-shadow: var(--shadow-strong); }
.card--wide { grid-column: span 2; }
.card--benefit h3 { margin-top: 16px; font-size: 24px; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.card--benefit .card__desc { margin-top: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tags li { font-size: 14px; font-weight: 600; color: var(--ink-2); background: var(--yellow-tint); padding: 8px 12px; border-radius: 10px; }

/* ---------- Statement ---------- */
.statement { position: relative; overflow: hidden; background: #FCFCFB; color: var(--black); padding: 128px 0; }
.statement__inner { position: relative; z-index: 1; text-align: center; }
.statement__label { font-size: 17px; font-weight: 700; color: #C98A00; }
.statement h2 { margin: 20px 0 40px; font-size: clamp(32px, 5vw, 58px); font-weight: 800; letter-spacing: -.03em; line-height: 1.2; }
.statement h2 span { background: linear-gradient(transparent 62%, var(--yellow) 62%); color: inherit; padding: 0 2px; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.card--step { padding: 30px 28px 32px; position: relative; }
.card--step h3 { margin-top: 20px; font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.card--step p { margin-top: 8px; font-size: 15px; color: var(--ink-2); }
.card--step p b { color: var(--ink); }
.card--step-last { background: var(--yellow); }
.card--step-last .num { background: var(--black); color: #fff; }
.card--step-last p { color: rgba(25, 31, 40, .8); }

/* ---------- FAQ ---------- */
.card--faq { padding: 8px 32px; }
.card--faq:hover { transform: none; box-shadow: var(--shadow-sm); }
.acc { border-bottom: 1px solid var(--line); }
.acc:last-child { border-bottom: 0; }
.acc summary {
  list-style: none; cursor: pointer; padding: 24px 40px 24px 0; position: relative;
  font-size: 17.5px; font-weight: 700; letter-spacing: -.01em;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.acc[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.acc__body { padding: 0 40px 24px 0; font-size: 16px; color: var(--ink-2); line-height: 1.75; }

/* ---------- Final CTA ---------- */
.final { position: relative; overflow: hidden; background: #FCFCFB; color: var(--black); padding: 128px 0; text-align: center; }
.final__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final__title { margin-top: 24px; font-size: clamp(36px, 5.6vw, 66px); font-weight: 900; letter-spacing: -.035em; line-height: 1.15; }
.final__desc { margin: 20px 0 36px; font-size: 18px; font-weight: 500; color: rgba(25, 31, 40, .72); }
.final__note { margin-top: 20px; font-size: 13.5px; font-weight: 600; color: rgba(25, 31, 40, .6); }

/* ---------- Footer ---------- */
.footer { padding: 56px 0 120px; background: #fff; }
.footer__inner { max-width: 720px; }
.footer__logo { height: 22px; width: auto; }
.footer__branch { margin-top: 16px; font-weight: 800; color: var(--kb-gray); }
.footer__note { margin-top: 10px; font-size: 13.5px; color: var(--ink-3); line-height: 1.7; }

/* ---------- Dock (desktop) ---------- */
.dock {
  position: fixed; right: 28px; bottom: 28px; z-index: 40;
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity .25s, transform .25s;
}
.dock.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.dock__btn {
  display: inline-flex; align-items: center; padding: 18px 28px; border-radius: 999px;
  background: linear-gradient(135deg, #FFDE6B 0%, #FFC233 48%, #F5A800 100%); color: var(--black); font-size: 15px; font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 14px 34px rgba(245, 168, 0, .34); transition: transform .18s, box-shadow .18s;
}
.dock__btn:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 18px 40px rgba(245, 168, 0, .42); }

/* ---------- Sticky bottom CTA (mobile) ---------- */
.sticky {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 12px 12px 18px; border-radius: 20px;
  background: rgba(255, 255, 255, .85); box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.9);
  transform: translateY(140%); transition: transform .25s ease;
}
.sticky.is-visible { transform: none; }
.sticky__text { display: flex; flex-direction: column; line-height: 1.25; }
.sticky__text b { font-size: 15px; }
.sticky__text span { font-size: 12px; color: #E0480E; font-weight: 700; }
.sticky .btn { padding: 14px 22px; font-size: 15px; border-radius: 14px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 100px; transform: translate(-50%, 12px); z-index: 60;
  background: var(--black); color: #fff; padding: 12px 18px; border-radius: 12px;
  font-size: 14px; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--3 { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card--wide { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; --r: 20px; }
  .container { width: min(var(--container), 100% - 36px); }
  .header__nav { display: none; }
  .header__logo { height: 28px; }
  .header__branch { font-size: 13px; padding-left: 10px; }

  .hero { padding: calc(var(--header-h) + 120px) 0 150px; }
  .pill { font-size: 12.5px; padding: 9px 14px; gap: 10px; }
  .hero__tags { gap: 8px; }
  .hero__tag { font-size: 13px; padding: 9px 15px; }
  .hero__title { margin-top: 12px; font-size: clamp(36px, 10.4vw, 44px); }
  .br-pc { display: none; }
  .hero__actions { margin-top: 30px; width: 100%; flex-direction: column; align-items: stretch; gap: 10px; }
  .hero__actions .btn { width: 100%; }
  .btn--xl { padding: 19px 28px; font-size: 16px; }
  .hero__ambient i { filter: blur(70px); }
  .hero__ambient i:nth-child(1) { width: 420px; height: 420px; top: -160px; }
  .hero__ambient i:nth-child(2), .hero__ambient i:nth-child(3) { width: 320px; height: 320px; }

  .section { padding: 80px 0; }
  .section__head { margin-bottom: 30px; }
  .section__head p { font-size: 15.5px; }
  .grid--2, .grid--4 { grid-template-columns: 1fr; gap: 14px; }
  .bonus { padding-top: 80px; }
  .grid { gap: 14px; }
  .grid + .grid { margin-top: 14px; }
  .card--check { padding: 18px 18px; font-size: 16px; gap: 14px; }
  .check { width: 30px; height: 30px; }
  .check::after { left: 10px; top: 6px; width: 7px; height: 12px; }
  .card--benefit .ico { width: 60px; height: 60px; }
  .card--pillar { padding: 32px 28px 34px; }
  .card--pillar .num { margin-bottom: 18px; }
  .card--pillar h3 { font-size: 24px; }
  .terms { padding: 4px 22px; }
  .terms__row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .section__head--center { text-align: left; }
  .terms dt { font-size: 13.5px; }
  .terms dd { grid-template-columns: 1fr; gap: 4px; }
  .terms dd b { font-size: 21px; }
  .terms dd span { font-size: 14.5px; }

  .bento { grid-template-columns: 1fr; gap: 14px; }
  .card--wide { grid-column: auto; }
  .card--benefit { padding: 26px 24px 28px; }
  .card--benefit h3 { font-size: 21px; margin-top: 18px; }

  .statement { padding: 88px 0; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .card--step { padding: 24px 22px 26px; }
  .card--step h3 { font-size: 19px; margin-top: 16px; }

  .card--faq { padding: 4px 20px; }
  .acc summary { font-size: 16px; padding: 18px 32px 18px 0; }
  .acc__body { padding: 0 20px 18px 0; font-size: 15px; }

  .final { padding: 88px 0; }
  .final__desc { font-size: 16px; }
  .final .btn--xl { width: 100%; }

  .dock { display: none; }
  .sticky { display: flex; }
  .footer { padding-bottom: 120px; }
}
