/* =========================================================
   비엘통신 인터넷 가입 랜딩 — 모바일 CPA 전용
   ========================================================= */
:root {
  --blue: #2E5BFF;
  --blue-deep: #1E43D6;
  --blue-soft: #EAF0FF;
  --purple: #7C3AED;
  --purple-soft: #F1EAFF;
  --navy: #101A4A;
  --ink: #1B1F33;
  --muted: #5F6685;
  --line: #E3E7F3;
  --bg: #F5F7FE;
  --white: #fff;
  --orange: #FF7A1A;
  --orange-deep: #F0560A;
  --yellow: #FFC531;
  --red: #E5344B;
  --shadow: 0 8px 24px rgba(30, 50, 120, 0.10);
  --sticky-h: 66px;
  --max: 480px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background: #E9EDF9;
  line-height: 1.5;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.page {
  max-width: var(--max);
  margin: 0 auto;
  background: var(--white);
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 40px rgba(20, 30, 80, 0.12);
  /* 하단 고정 버튼이 최종 폼·사업자 정보를 가리지 않도록 넉넉한 여백 */
  padding-bottom: calc(var(--sticky-h) + 24px + env(safe-area-inset-bottom));
  overflow-x: hidden;
}

/* ---------- 공통 ---------- */
.section { padding: 44px 20px; }
.section-head { text-align: center; margin-bottom: 22px; }
.section-head h2 { font-size: 24px; font-weight: 800; line-height: 1.32; letter-spacing: -0.02em; }
.section-desc { margin-top: 10px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.eyebrow {
  display: inline-block; margin-bottom: 10px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--blue);
  background: var(--blue-soft); padding: 4px 10px; border-radius: 999px;
}
.text-blue { color: var(--blue); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 52px; padding: 14px 18px; border-radius: 14px; border: 0;
  font-size: 16px; font-weight: 800; line-height: 1.2;
  transition: transform .12s ease, filter .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-block { display: flex; width: 100%; }
.btn-lg { min-height: 58px; font-size: 17.5px; }
.btn-cta {
  color: #fff;
  background: linear-gradient(135deg, #FF8E2B 0%, var(--orange) 45%, var(--orange-deep) 100%);
  box-shadow: 0 8px 20px rgba(255, 106, 26, 0.35);
}
.btn-cta:disabled { filter: grayscale(.2) brightness(.92); opacity: .8; box-shadow: none; cursor: not-allowed; }
.btn-arrow { width: 20px; height: 20px; }
.link-btn { background: none; border: 0; padding: 0; color: var(--blue); text-decoration: underline; text-underline-offset: 2px; font-size: inherit; }

/* ---------- 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; }
.brand { display: inline-flex; align-items: center; gap: 7px; }
.brand-mark {
  display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; font-weight: 900; font-size: 12px;
}
.brand-name { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy); }
.hdr-call {
  display: inline-flex; align-items: center; gap: 5px; height: 36px; padding: 0 12px; border-radius: 999px;
  font-size: 13.5px; font-weight: 800; color: var(--blue); background: var(--blue-soft);
}
.hdr-call svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- 히어로 ---------- */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: 32px 20px 0;
  background:
    radial-gradient(120% 70% at 50% 0%, #FFFFFF 0%, rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #E9EEFF 0%, #DCE2FB 45%, #C9CFF5 100%);
}
.hero-blob { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero-blob-1 { left: -40px; top: 90px; width: 120px; height: 120px; background: radial-gradient(circle at 35% 35%, #F3C6FF, #B48CFF 70%, transparent 71%); opacity: .55; }
.hero-blob-2 { right: -50px; top: 250px; width: 150px; height: 150px; background: radial-gradient(circle at 35% 35%, #C8DBFF, #6C8DFF 70%, transparent 71%); opacity: .45; }
.hero-kicker {
  position: relative; display: inline-block; padding: 7px 14px; border-radius: 999px;
  background: #fff; color: var(--blue); font-size: 13px; font-weight: 800;
  box-shadow: 0 4px 14px rgba(46, 91, 255, .15);
}
.hero-title { position: relative; margin-top: 14px; font-size: 30px; line-height: 1.22; font-weight: 900; letter-spacing: -0.03em; color: var(--navy); }
.hero-title-accent {
  background: linear-gradient(90deg, var(--blue) 0%, var(--purple) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 34px;
}
.hero-title-accent em { font-style: normal; font-size: 26px; margin: 0 2px; }
.hero-desc { position: relative; margin-top: 12px; font-size: 15px; color: #3A4160; line-height: 1.6; }
.hero-badges { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.hero-badges li {
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 9px 8px; border-radius: 12px; background: rgba(255,255,255,.88);
  font-size: 13.5px; font-weight: 700; color: var(--navy); border: 1px solid rgba(46,91,255,.18);
}
.badge-ico { font-size: 13px; }
.hero-main-btn { position: relative; margin-top: 18px; min-height: 60px; font-size: 18px; animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(255,106,26,.35); }
  50% { box-shadow: 0 10px 28px rgba(255,106,26,.55); }
}

/* 메인 혜택 이미지 (CSS 카드) */
.hero-visual { position: relative; height: 250px; margin: 22px -20px 0; }
.hero-card {
  position: absolute; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  color: #fff; border-radius: 16px; text-align: center;
  box-shadow: 0 14px 30px rgba(20, 30, 90, .28);
}
.hero-card-tag { font-size: 12px; font-weight: 700; opacity: .92; padding: 3px 9px; border-radius: 999px; background: rgba(255,255,255,.18); }
.hero-card-text { font-size: 15px; font-weight: 800; }
.hero-card-main {
  width: 178px; height: 210px; top: 8px; transform: translateX(-50%); z-index: 3;
  background: linear-gradient(160deg, #3D6BFF 0%, #2E5BFF 45%, #5B3DF5 100%);
  border: 1.5px solid rgba(255,255,255,.35);
}
.hero-card-amount { font-size: 62px; font-weight: 900; line-height: 1; letter-spacing: -0.04em; color: #FFE45C; margin-top: 4px; display: flex; align-items: baseline; gap: 2px; }
.hero-card-amount small { font-size: 18px; font-weight: 800; color: #fff; }
.hero-card-plus { font-size: 15px; font-weight: 800; }
.hero-card-side { width: 120px; height: 150px; top: 44px; z-index: 2; }
.hero-card-left { transform: translateX(-50%) translateX(-118px) rotate(-10deg); background: linear-gradient(160deg, #8B5CF6, #6D28D9); }
.hero-card-right { transform: translateX(-50%) translateX(118px) rotate(10deg); background: linear-gradient(160deg, #1F2A5C, #0F1740); }
.hero-card-bottom {
  width: 220px; height: 44px; top: 208px; transform: translateX(-50%); z-index: 4;
  flex-direction: row; gap: 8px; border-radius: 999px; background: #fff; color: var(--navy);
  box-shadow: 0 8px 20px rgba(20,30,90,.18);
}
.hero-card-bottom .hero-card-tag { background: var(--purple-soft); color: var(--purple); }
.hero-card-bottom .hero-card-text { font-size: 14px; }
@media (max-width: 360px) {
  .hero-card-left { transform: translateX(-50%) translateX(-104px) rotate(-10deg); }
  .hero-card-right { transform: translateX(-50%) translateX(104px) rotate(10deg); }
}

/* ---------- 간편상담폼 ---------- */
.form-section { background: linear-gradient(180deg, #F5F7FE 0%, #EEF2FF 100%); padding: 24px 16px 40px; }
.form-section-final { background: linear-gradient(180deg, #EEF2FF 0%, #E6ECFF 100%); }
.lead-form {
  background: #fff; border-radius: 22px; padding: 26px 20px 22px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 12px;
}
.form-head { text-align: center; margin-bottom: 6px; }
.form-kicker { display: inline-block; font-size: 12.5px; font-weight: 800; color: var(--orange-deep); background: #FFF1E6; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }
.form-title { font-size: 23px; font-weight: 900; line-height: 1.3; letter-spacing: -0.02em; color: var(--navy); }
.form-desc { margin-top: 10px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.form-row input, .form-row select {
  width: 100%; height: 54px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--line);
  font: inherit; font-size: 16px; background: #FAFBFF; color: var(--ink); appearance: none; -webkit-appearance: none;
}
.form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235F6685' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 20px; padding-right: 42px;
}
.form-row select:invalid, .form-row select option[value=""] { color: #8B90A8; }
.form-row select option { color: var(--ink); }
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(46,91,255,.15); background: #fff; }
.consent { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--muted); line-height: 1.5; padding: 4px 2px; }
.consent input { width: 20px; height: 20px; margin: 0; accent-color: var(--blue); flex-shrink: 0; }
.form-msg { display: none; font-size: 13.5px; padding: 10px 12px; border-radius: 10px; }
.form-msg.error { display: block; color: #B3261E; background: #FDECEC; }
.form-notice { font-size: 12.5px; color: var(--muted); text-align: center; }
.form-notice-warn { color: #8A5A00; background: #FFF6DB; padding: 8px 10px; border-radius: 8px; font-weight: 600; }
.lead-form .submit-btn { margin-top: 6px; }
.lead-form .form-notice + .form-notice { margin-top: -4px; }

/* ---------- 핵심 혜택 ---------- */
.benefit-section { background: linear-gradient(180deg, #C9DAF7 0%, #F5F7FE 40%); padding-top: 0; }
.benefit-hero {
  position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 6px;
  margin: 0 -20px 22px; padding: 36px 20px 0;
  background: linear-gradient(180deg, #D2E1FA 0%, #C9DAF7 100%); overflow: hidden;
}
.benefit-hero-text { flex: 1 1 auto; padding-bottom: 26px; min-width: 0; }
.benefit-hero-text h2 { font-size: 23px; font-weight: 900; line-height: 1.3; letter-spacing: -0.02em; color: var(--navy); }
.benefit-highlight { margin-top: 10px; font-size: 14px; color: #3A4160; line-height: 1.5; }
.benefit-highlight strong { display: block; margin-top: 2px; font-size: 22px; font-weight: 900; color: var(--blue); letter-spacing: -0.02em; }
.benefit-hero-img { width: 150px; flex-shrink: 0; margin-right: -22px; margin-bottom: -6px; mask-image: linear-gradient(90deg, transparent 0, #000 22%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.benefit-card { background: #fff; border-radius: 16px; padding: 18px 14px 16px; box-shadow: 0 4px 16px rgba(30,50,120,.06); border: 1px solid #EEF1FA; }
.benefit-ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-soft), var(--purple-soft)); color: var(--blue); margin-bottom: 12px; }
.benefit-ico svg { width: 22px; height: 22px; }
.benefit-card h3 { font-size: 15.5px; font-weight: 800; margin-bottom: 6px; letter-spacing: -0.01em; }
.benefit-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }
@media (max-width: 360px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; }
  .benefit-ico { grid-row: 1 / 3; margin: 0; }
  .benefit-card p { font-size: 13.5px; }
}
.carrier-strip { margin-top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 14px 12px; text-align: center; }
.carrier-strip-title { font-size: 13px; font-weight: 800; color: var(--muted); margin-bottom: 10px; }
.carrier-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.carrier-list li { padding: 6px 11px; border-radius: 999px; font-size: 13px; font-weight: 800; color: #fff; }
.carrier-kt { background: #1E1E1E; }
.carrier-sk { background: #EA002C; }
.carrier-lg { background: #E6007E; }
.carrier-hello { background: #8B3DFF; }
.carrier-sky { background: #0064C8; }
.carrier-mvno { background: #00A86B; }
.benefit-section > .btn { margin-top: 16px; }

/* ---------- 가입 가능 상품 ---------- */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.product-card {
  position: relative; padding: 22px 12px 16px; background: #fff; text-align: center;
  border: 1.5px solid var(--line); border-radius: 16px;
}
.product-card-best { border-color: var(--orange); background: #FFF9F3; }
.product-best { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 3px 10px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 11.5px; font-weight: 800; box-shadow: 0 4px 10px rgba(255,106,26,.3); }
.product-ico { width: 46px; height: 46px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-soft); font-size: 22px; }
.product-card h3 { font-size: 15.5px; font-weight: 800; margin-bottom: 4px; letter-spacing: -0.01em; }
.product-card p { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ---------- 진행 과정 ---------- */
.process-section { background: var(--bg); }
.process-list { position: relative; display: flex; flex-direction: column; gap: 14px; }
.process-list::before { content: ""; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(180deg, var(--blue), var(--purple)); opacity: .35; }
.process-list li { display: flex; gap: 14px; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 4px 12px rgba(46,91,255,.3); position: relative; z-index: 1; }
.process-list h3 { font-size: 16px; font-weight: 800; margin: 8px 0 3px; }
.process-list p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ---------- 혜택 재강조 ---------- */
.recap-section {
  position: relative; overflow: hidden; text-align: center; color: #fff;
  background: linear-gradient(160deg, #1B2A7A 0%, #2E3FD0 50%, #6B2FE0 100%);
}
.recap-gift { position: absolute; right: -6px; top: 14px; width: 84px; opacity: .9; mix-blend-mode: screen; }
.recap-section h2 { font-size: 23px; font-weight: 900; line-height: 1.32; letter-spacing: -0.02em; }
.recap-number { margin: 20px auto 0; display: inline-flex; flex-direction: column; align-items: center; padding: 16px 30px; border-radius: 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); }
.recap-label { font-size: 14px; font-weight: 700; opacity: .9; }
.recap-amount { font-size: 62px; font-weight: 900; line-height: 1; letter-spacing: -0.04em; color: var(--yellow); }
.recap-amount small { font-size: 26px; margin-left: 2px; color: #fff; }
.recap-plus { margin-top: 6px; font-size: 16px; font-weight: 800; }
.recap-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0 18px; }
.recap-list li { padding: 10px 8px; border-radius: 10px; background: rgba(255,255,255,.12); font-size: 13.5px; font-weight: 700; }
.recap-list li::before { content: "🎁 "; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: flex-start; gap: 10px;
  padding: 15px 16px; font-size: 15px; font-weight: 700; line-height: 1.45;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; }
.faq summary::after { content: "+"; margin-left: auto; color: var(--muted); font-size: 20px; line-height: 1; font-weight: 400; }
.faq[open] summary::after { content: "−"; }
.faq[open] summary { background: var(--blue-soft); }
.faq p { padding: 12px 16px 14px 50px; font-size: 14px; color: var(--muted); line-height: 1.6; position: relative; }
.faq p::before { content: "A"; position: absolute; left: 16px; top: 12px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--purple-soft); color: var(--purple); font-size: 12px; font-weight: 900; }

/* ---------- 푸터 ---------- */
.site-footer { padding: 28px 20px 30px; background: #F1F3FA; color: var(--muted); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; }
.footer-brand .brand-name { font-size: 16px; }
.footer-tagline { font-size: 13px; color: #4C5270; margin-bottom: 8px; line-height: 1.5; }
.footer-tagline a { color: var(--blue); font-weight: 700; }
.footer-meta { line-height: 1.6; }
.footer-links { margin-top: 12px; display: flex; gap: 8px; align-items: center; }
.footer-links .link-btn { color: #4C5270; font-weight: 700; font-size: 12px; text-decoration: none; }
.footer-copy { margin-top: 10px; font-size: 11.5px; opacity: .8; }

/* ---------- 하단 고정 버튼 (전화 35% / 혜택 확인 65%) ---------- */
.sticky-bar {
  position: fixed; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 100%; max-width: var(--max); z-index: 60;
  display: grid; grid-template-columns: 35fr 65fr;
  background: #fff; border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -6px 20px rgba(20,30,80,.10);
}
.sticky-btn { height: var(--sticky-h); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-weight: 800; }
.sticky-call { color: var(--blue); background: #fff; font-size: 13px; }
.sticky-call svg { width: 22px; height: 22px; fill: currentColor; }
.sticky-form { color: #fff; background: linear-gradient(135deg, #FF8E2B, var(--orange-deep)); }
.sticky-form-main { font-size: 18px; font-weight: 900; letter-spacing: -0.01em; }
.sticky-form-sub { font-size: 11.5px; font-weight: 700; opacity: .95; }

/* ---------- 완료 화면 ---------- */
.done-screen {
  position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
  padding: 20px; background: rgba(16, 26, 74, .72); backdrop-filter: blur(4px);
}
.done-screen[hidden] { display: none; }
.done-card { position: relative; width: 100%; max-width: 400px; background: #fff; border-radius: 22px; padding: 34px 22px 24px; text-align: center; display: flex; flex-direction: column; gap: 12px; animation: rise .28s ease-out; }
@keyframes rise { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }
.done-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--bg); color: var(--muted); font-size: 14px; }
.done-check { width: 68px; height: 68px; margin: 0 auto 4px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 8px 22px rgba(46,91,255,.35); }
.done-check svg { width: 36px; height: 36px; }
.done-card h2 { font-size: 22px; font-weight: 900; line-height: 1.35; letter-spacing: -0.02em; color: var(--navy); }
.done-card > p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.done-card .btn { margin-top: 8px; }

/* ---------- 모달 ---------- */
.modal { position: fixed; inset: 0; z-index: 110; display: flex; align-items: flex-end; justify-content: center; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(16,26,74,.6); }
.modal-card { position: relative; width: 100%; max-width: var(--max); max-height: 86vh; background: #fff; border-radius: 22px 22px 0 0; display: flex; flex-direction: column; animation: rise .25s ease-out; }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 14px 0; border-bottom: 1px solid var(--line); }
.modal-tabs { display: flex; gap: 4px; }
.modal-tab { background: none; border: 0; padding: 10px 10px 12px; font-size: 13.5px; font-weight: 700; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.modal-tab.active { color: var(--blue); border-bottom-color: var(--blue); }
.modal-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--bg); color: var(--muted); font-size: 15px; }
.modal-body { overflow-y: auto; padding: 18px 18px 30px; font-size: 13.5px; color: #333A55; line-height: 1.65; }
.modal-body h3 { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: var(--navy); }
.modal-body h4 { font-size: 14px; font-weight: 800; margin: 16px 0 4px; color: var(--ink); }
.modal-body p + p { margin-top: 8px; }
.privacy-table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 13px; }
.privacy-table th, .privacy-table td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
.privacy-table th { width: 82px; background: var(--bg); font-weight: 700; white-space: nowrap; }
.privacy-date { margin-top: 16px; font-size: 12px; color: var(--muted); }

body.modal-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .hero-main-btn { animation: none; }
}
