/* 에이원 /apply 랜딩 — 에디토리얼 프리미엄 (SPEC_DESIGN.md, 팔레트 B: 다낭 바다 클래식) */
:root {
  --paper: #F8F5EF;      /* 배경: 아이보리 페이퍼 */
  --paper-deep: #F1EDE4;
  --ink: #1B2430;        /* 본문: 잉크 네이비 */
  --ink-soft: #4A5563;
  --ink-faint: #8B93A0;
  --teal: #14545C;       /* 헤드라인·강조: 딥 오션 틸 */
  --coral: #C96F4A;      /* 액션 */
  --coral-deep: #B25E3B;
  --mist: #E3EAEA;       /* 보조 */
  --urgent: #A63D2F;     /* 긴급성 전용 1색 */
  --hairline: rgba(27, 36, 48, .16);
  --hairline-inv: rgba(248, 245, 239, .22);
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --serif: var(--sans); /* Pretendard 단일 구성 (2026-08-05 Jay) — 위계는 웨이트·자간·여백으로 */
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink); line-height: 1.72; background: var(--paper);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--sans); line-height: 1.42; font-weight: 800; letter-spacing: -.022em; }
.brag-line, .promo-table th, .safety-item strong, .course-head strong, .pain-turn, .redefine-key, .proof-key, .bridge-head, .promo-now-name { font-weight: 700; }

/* 섹션 공통: 여백 + 헤어라인 구분 (배경 블록 금지 원칙) */
section { padding: 4rem 1.4rem; position: relative; }
section + section::before,
footer::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(88%, 38rem); height: 1px; background: var(--hairline);
}
section > h2 {
  font-size: clamp(1.45rem, 5vw, 1.8rem); text-align: center;
  margin-bottom: 2rem; color: var(--teal);
}
.wrap { max-width: 36rem; margin: 0 auto; }

/* 스크롤 리빌 (JS가 html.js 부여 후에만 초기 숨김 — 프로그레시브 인핸스먼트) */
html.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease-out, transform .55s ease-out; }
html.js [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* CTA */
.cta {
  display: inline-block; padding: .85rem 1.9rem; border-radius: 4px;
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  text-decoration: none; text-align: center; border: 0; cursor: pointer;
  transition: background .15s, color .15s;
}
.cta:active { transform: translateY(1px); }
.cta-gold { background: var(--coral); color: var(--paper); }
.cta-gold:hover { background: var(--coral-deep); }
.cta-line { border: 1.5px solid var(--teal); color: var(--teal); background: transparent; }
.mid-cta { text-align: center; margin-top: 2.2rem; }
.micro-note { margin-top: .55rem; font-size: .78rem; color: var(--ink-faint); }

/* 시안용 TODO 마커 */
/* 작성 중 자리표시자 표시용. 지금은 쓰이는 곳이 없지만 남긴다 — 다음 시즌에
   값이 안 나온 자리를 눈에 띄게 두는 용도이고, 배포 스크립트가 class="todo" 를
   발견하면 배포를 막는다. 스타일을 지우면 자리표시자가 평범한 문단으로 보인다. */
.todo { color: #a03a2c; font-size: .76rem; background: rgba(166, 61, 47, .08); border: 1px dashed rgba(166, 61, 47, .35); padding: .05rem .4rem; border-radius: 3px; }

/* ① 히어로 — 밝은 에디토리얼 */
.hero { background: var(--paper); }
.hero-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--hairline);
}
.logo-img { height: 26px; width: auto; filter: brightness(.25) sepia(1) hue-rotate(150deg) saturate(3); }
.lang a { color: var(--ink-faint); text-decoration: none; font-size: .8rem; margin-left: .7rem; }
.lang a.on { color: var(--teal); font-weight: 700; border-bottom: 1.5px solid var(--teal); }
.hero-inner { max-width: 38rem; margin: 0 auto; padding: 3.2rem 1.4rem 0; text-align: center; }
.badge {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .06em;
  color: var(--teal); border: 1px solid var(--teal); border-radius: 999px;
  padding: .28rem .85rem; margin: 0 .2rem .3rem;
}
.badge-dday { color: var(--urgent); border-color: var(--urgent); }
.hero h1 {
  font-size: clamp(1.65rem, 6.2vw, 2.5rem); color: var(--ink);
  margin: 1.3rem 0 1.4rem; letter-spacing: -.01em;
}
.hero h1 em { font-style: normal; color: var(--teal); }
.hero-sub { color: var(--ink-soft); font-size: .97rem; margin-bottom: 2rem; }
.hero-sub strong { color: var(--ink); }
.hero-figure { margin: 2.6rem auto 0; max-width: 62rem; padding: 0 0 3.6rem; }
.hero-figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.hero-figure figcaption, .figcap {
  font-family: var(--sans); font-size: .8rem;
  color: var(--ink-faint); text-align: center; margin-top: .7rem; padding: 0 1.4rem;
}

/* ② 신뢰 스트립 — 학부모 후기.
   ⑥ 자랑 밴드 규약 재사용: paper-deep 밴드 + .brag-line 타이포(em=틸) + .review-by 출처.
   인용문이 자랑 문장보다 길어 폰트 스케일만 낮춘다. */
.trust-quote { background: var(--paper-deep); padding: 3.4rem 1.4rem; text-align: center; }
.trust-quote .brag-line { max-width: 34rem; margin: 0 auto; font-size: clamp(1.05rem, 3.6vw, 1.28rem); }
.trust-quote .review-by { font-style: normal; }

/* ③ 문제 공감 */
.pain-list { list-style: none; max-width: 34rem; margin: 0 auto; }
.pain-list li {
  padding: 1.05rem 0 1.05rem 1.7rem; border-bottom: 1px solid var(--hairline);
  font-size: .95rem; color: var(--ink-soft); position: relative;
}
.pain-list li::before { content: "\201C"; position: absolute; left: 0; top: .8rem; font-family: var(--serif); font-size: 1.7rem; color: var(--teal); }
.pain-list strong { color: var(--ink); }
.pain-turn { text-align: center; margin-top: 1.9rem; font-family: var(--serif); font-size: 1.08rem; color: var(--ink); }
.pain-turn strong { color: var(--teal); }

/* ④ 실패 원인 재정의 — 잉크 반전 블록 (허용 2곳 중 1) */
.redefine { background: var(--ink); color: rgba(248, 245, 239, .82); text-align: center; padding: 4.6rem 1.4rem; }
.redefine h2 { color: var(--paper); font-size: clamp(1.4rem, 5vw, 1.75rem); margin-bottom: 2rem; }
.redefine h2 em { font-style: normal; color: #7FC4CB; }
.redefine-body { max-width: 34rem; margin: 0 auto; }
.redefine-body p { margin-bottom: 1.5rem; font-size: .96rem; }
.redefine-body strong { color: var(--paper); }
.redefine-key { border-top: 1px solid var(--hairline-inv); padding-top: 1.5rem; font-family: var(--serif); font-size: 1.04rem; }
.redefine .cta-line { border-color: #7FC4CB; color: #7FC4CB; }
.redefine .micro-note { color: rgba(248, 245, 239, .45); }

/* ⑤ 등교 증거 */
.proof-school { padding-left: 0; padding-right: 0; }
.proof-school > h2, .proof-body { padding-left: 1.4rem; padding-right: 1.4rem; }
.proof-photo { width: 100%; max-width: 62rem; margin: 0 auto; aspect-ratio: 16/9; object-fit: cover; }
.proof-body { max-width: 36rem; margin: 1.9rem auto 0; text-align: center; }
.proof-body p { font-size: .95rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.proof-key { font-family: var(--serif); font-size: 1.06rem !important; color: var(--ink) !important; }
.proof-facts { list-style: none; text-align: left; max-width: 27rem; margin: 0 auto 1.2rem; }
.proof-facts li { padding: .55rem 0 .55rem 1.7rem; border-bottom: 1px solid var(--hairline); font-size: .92rem; color: var(--ink-soft); position: relative; }
.proof-facts li::before { content: ""; position: absolute; left: .2rem; top: 1.05rem; width: .55rem; height: .55rem; border-radius: 50%; background: var(--teal); }
.proof-facts strong { color: var(--ink); }
.proof-link { font-size: .84rem; }
.proof-link a { color: var(--teal); }

/* ⑥ 자랑 문장 + 3요소 + 부모 브릿지 */
.brag { background: var(--paper-deep); padding: 3.4rem 1.4rem; }
.brag-line {
  text-align: center; font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.2rem, 4.6vw, 1.6rem); color: var(--ink); line-height: 1.55;
}
.brag-line em { font-style: normal; color: var(--teal); }
.checks { max-width: 40rem; margin: 0 auto; }
.check { margin-bottom: 2.8rem; }
.check img { aspect-ratio: 16/9; object-fit: cover; margin-bottom: 1.1rem; }
.check-no { font-family: var(--sans); color: var(--coral); font-size: .95rem; }
.check h3 { font-size: 1.16rem; color: var(--teal); margin: .35rem 0 .55rem; }
.check p { font-size: .93rem; color: var(--ink-soft); }
.check p strong { color: var(--ink); }
.parent-bridge { max-width: 34rem; margin: 2.6rem auto 0; text-align: center; border-top: 1px solid var(--hairline); padding-top: 2.2rem; }
.bridge-head { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); margin-bottom: .6rem; }
.bridge-head strong { color: var(--teal); }
.bridge-quote { font-size: .88rem; color: var(--ink-faint); }

/* ⑦ 후기 + 검증 */
.review-cards { max-width: 36rem; margin: 0 auto; display: grid; gap: 1.3rem; }
.review { border: 1px solid var(--hairline); background: #FDFCF9; padding: 1.4rem 1.5rem; }
.review-photo { aspect-ratio: 16/9; object-fit: cover; margin: -1.4rem -1.5rem 1rem; width: calc(100% + 3rem); max-width: none; }
.review-tags { color: var(--teal); font-size: .76rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: .02em; }
.review p { font-size: .93rem; color: var(--ink-soft); }
.review p strong { color: var(--ink); }
.review-by { display: block; margin-top: .75rem; font-size: .78rem; color: var(--ink-faint); }
.verify-box { max-width: 36rem; margin: 2rem auto 0; border: 1.5px solid var(--teal); padding: 1.5rem 1.6rem; background: #FDFCF9; }
.verify-box h3 { font-size: 1.05rem; color: var(--teal); margin-bottom: .8rem; }
.verify-box ul { list-style: none; }
.verify-box li { padding: .4rem 0 .4rem 1.5rem; font-size: .9rem; color: var(--ink-soft); position: relative; }
.verify-box li::before { content: "\2713"; position: absolute; left: .1rem; color: var(--coral); font-weight: 800; }
.verify-box strong { color: var(--ink); }

/* ⑧ 안전 */
/* paper-deep 밴드. ⑩ 역설득 삭제(2026-08-13)로 잉크 반전이 ④ 한 곳만 남으면서
   ⑦~⑩ 네 섹션이 연속으로 기본 지면이 됐다. 정보 밀도가 가장 높은 구간이라 그 흐름을 여기서 끊는다.
   ⑦에 두면 이미 밴드인 ⑥과 붙어 한 덩어리가 된다. 반전(§3-2 규칙)은 건드리지 않는다. */
.safety { background: var(--paper-deep); }
.safety-grid { max-width: 36rem; margin: 0 auto; display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.safety-item { padding: 1.15rem .2rem; border-bottom: 1px solid var(--hairline); font-size: .92rem; display: grid; grid-template-columns: 4.6rem 1fr; gap: .8rem; }
.safety-item strong { font-family: var(--serif); color: var(--teal); }
.safety-item p { color: var(--ink-soft); }

/* ⑨ 모집 요강 + 프로모션 */
.narrow-box {
  max-width: 34rem; margin: 0 auto 1.7rem; font-size: .92rem; color: var(--ink-soft);
  border: 1px solid var(--hairline); border-left: 3px solid var(--teal); padding: 1rem 1.2rem; background: #FDFCF9;
}
.narrow-box strong { color: var(--ink); }
.req { max-width: 34rem; margin: 0 auto 1.6rem; }
.req > div { display: flex; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--hairline); font-size: .92rem; }
.req dt { flex: 0 0 5.2rem; font-weight: 700; color: var(--teal); }
.req dd { color: var(--ink-soft); }

.promo { max-width: 34rem; margin: 2.2rem auto; }
/* 마지막 할인 단계가 끝나면 main.js 가 hidden 을 건다. margin 까지 사라져야
   아래 가격 안내가 바로 붙는다 — [hidden] 만으로는 UA 스타일이라 안전하지 않다. */
.promo[hidden] { display: none; }
.promo-head { text-align: center; margin-bottom: 1.2rem; }
.promo-head h3 { font-size: 1.2rem; color: var(--ink); }
.promo-freeze { font-size: .84rem; color: var(--ink-soft); margin-top: .35rem; }
/* 현재 단계 카드 — 과정별로 줄을 나눠 금액이 바로 읽히게 한다 */
.promo-current { border: 1.5px solid var(--coral); padding: 1.3rem 1.4rem; text-align: center; margin-bottom: 1.1rem; background: #FDFCF9; }
.promo-now-badge { display: inline-block; background: var(--coral); color: var(--paper); font-size: .68rem; font-weight: 800; letter-spacing: .05em; padding: .18rem .7rem; border-radius: 999px; margin-bottom: .5rem; }
.promo-now-name { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.promo-now-limit { display: inline-block; margin-top: .3rem; font-size: .74rem; font-weight: 700; color: var(--urgent); background: rgba(166, 61, 47, .09); padding: .1rem .5rem; border-radius: 999px; }
.promo-now-prices { list-style: none; max-width: 17rem; margin: .95rem auto .2rem; }
/* 한 줄 = 2×2. 왼쪽에 과정명·할인 혜택, 오른쪽에 정가(취소선)·최종가를 쌓는다.
   금액을 오른쪽 한 열에 모아야 tabular-nums 정렬이 살아 자릿수가 눈으로 비교된다. */
.promo-now-prices li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; column-gap: .6rem; row-gap: .1rem; padding: .5rem 0; border-bottom: 1px solid var(--hairline); }
.promo-now-prices li:last-child { border-bottom: 0; }
.pn-course { text-align: left; font-size: .84rem; color: var(--ink-soft); }
.pn-list { text-align: right; font-size: .82rem; color: var(--ink-faint); text-decoration: line-through; font-variant-numeric: tabular-nums; }
.pn-save { font-style: normal; font-size: .76rem; font-weight: 700; color: var(--urgent); text-align: left; }
.pn-final { text-align: right; font-size: 1.08rem; font-weight: 800; color: var(--ink); letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.promo-now-extra { font-size: .82rem; color: var(--ink-soft); margin-top: .55rem; }
.promo-now-dday { font-size: .85rem; color: var(--urgent); margin-top: .5rem; font-weight: 700; }

/* 전 단계 공개 표 — 과정(행) × 단계(열). 좁은 화면에서는 가로 스크롤 */
.promo-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.promo-table { width: 100%; min-width: 27rem; border-collapse: collapse; font-size: .82rem; }
/* 헤더는 3단(이름 / 마감일 / 한정·배지)을 모든 칸이 공유한다. 없는 슬롯도 빈 채로
   자리를 지켜야 단계 이름이 한 줄에 놓인다 — min-height 가 그 자리를 만든다.
   vertical-align 을 bottom 으로 두면 내용이 적은 칸의 이름이 아래로 내려간다. */
.promo-table thead th { padding: .5rem .5rem .55rem; text-align: center; vertical-align: top; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--hairline); }
.pt-corner { color: var(--ink-faint); font-weight: 700; font-size: .74rem; text-align: left !important; }
.pt-corner .pt-stage { color: var(--ink-faint); font-size: .74rem; }
.pt-stage { display: block; font-family: var(--serif); font-weight: 700; color: var(--ink); font-size: .78rem; line-height: 1.3; }
.pt-until { display: block; min-height: 1.05rem; font-size: .7rem; line-height: 1.5; color: var(--ink-faint); margin-top: .15rem; }
/* 한정 문구와 배지를 한 줄에 가운데로. flex 로 잡아야 둘의 세로 위치가 어긋나지 않는다
   (inline-block 끼리 margin-top 이 다르면 한쪽만 내려간다). */
.pt-meta { display: flex; align-items: center; justify-content: center; gap: .3rem; min-height: 1.25rem; margin-top: .2rem; }
.pt-meta .p-badge { margin-top: 0; }
.pt-limit { display: inline-block; font-size: .66rem; font-weight: 700; color: var(--urgent); }
.promo-table tbody th.pt-row { text-align: left; font-family: var(--serif); font-weight: 700; color: var(--ink); padding: .55rem .5rem; border-bottom: 1px solid var(--hairline); white-space: nowrap; }
.promo-table tbody td { padding: .55rem .5rem; text-align: center; border-bottom: 1px solid var(--hairline); color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.promo-table .p-closed { color: #B7BDC6; }
.promo-table tbody td.p-closed { text-decoration: line-through; }
.promo-table .p-current { background: rgba(20, 84, 92, .06); }
.promo-table tbody td.p-current { color: var(--ink); font-weight: 800; }
.pt-spa td, .pt-spa th { font-size: .74rem; line-height: 1.45; }
.p-badge { display: inline-block; background: var(--mist); color: var(--ink-faint); font-size: .66rem; font-weight: 800; padding: .06rem .45rem; border-radius: 999px; text-decoration: none; margin-top: .25rem; }
.p-badge-now { background: var(--coral); color: var(--paper); }
.promo-notes { font-size: .75rem; color: var(--ink-faint); margin-top: .8rem; }

.courses { max-width: 34rem; margin: 0 auto; display: grid; gap: 1rem; }
.course { border: 1px solid var(--hairline); padding: 1.15rem 1.25rem; background: #FDFCF9; }
.course.hot { border: 1.5px solid var(--teal); position: relative; }
.hot-badge { position: absolute; top: -0.7rem; left: 1rem; background: var(--teal); color: var(--paper); font-size: .66rem; font-weight: 800; padding: .16rem .6rem; border-radius: 999px; }
.course-head { display: flex; justify-content: space-between; align-items: baseline; }
.course-head strong { font-family: var(--serif); font-size: 1.08rem; color: var(--ink); }
.course-head em { font-style: normal; font-size: 1.2rem; font-weight: 800; color: var(--teal); }
.course-note { font-size: .78rem; color: var(--ink-faint); }
.course-rounds { margin-top: .55rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.course-rounds span { border: 1px solid var(--hairline); font-size: .78rem; padding: .18rem .55rem; color: var(--ink-soft); }
.course-rounds .r-closed { color: #B7BDC6; text-decoration: line-through; }
.course-extra { margin-top: .5rem; font-size: .78rem; color: var(--ink-faint); }
.urgency { text-align: center; margin: 1.5rem 0; font-size: .88rem; color: var(--urgent); }
.acc { max-width: 34rem; margin: 0 auto .6rem; border: 1px solid var(--hairline); padding: .85rem 1.15rem; font-size: .9rem; background: #FDFCF9; }
.acc summary { cursor: pointer; font-weight: 700; color: var(--ink); }
.acc ul { margin-top: .6rem; color: var(--ink-soft); padding-left: 1.1rem; }
.acc p { margin-top: .6rem; color: var(--ink-soft); }

/* 폼 오류 표시 (제출 실패 시에만 노출) */
.form-error {
  margin: 0 0 .9rem; padding: .7rem .9rem; font-size: .86rem;
  color: var(--urgent); background: rgba(166, 61, 47, .07);
  border: 1px solid rgba(166, 61, 47, .3); border-radius: 4px;
}
.cta-submit[disabled] { opacity: .6; cursor: progress; }

/* ⑩ FAQ (구 역설득 필터 섹션은 2026-08-13 삭제 — 3항을 FAQ로 통합) */
.faq .acc summary { color: var(--teal); }

/* ⑪ 폼 */
.apply { background: var(--paper-deep); }
.apply-sub { text-align: center; font-size: .9rem; color: var(--ink-soft); margin: -0.8rem 0 1.8rem; }
#consult-form { max-width: 27rem; margin: 0 auto; display: grid; gap: 1rem; }
#consult-form label { font-size: .84rem; font-weight: 700; color: var(--ink); display: grid; gap: .35rem; }
#consult-form .opt { font-weight: 400; color: var(--ink-faint); }
#consult-form input, #consult-form select, #consult-form textarea {
  font: inherit; font-size: .95rem; padding: .7rem .85rem;
  border: 1px solid var(--hairline); background: #FDFCF9; color: var(--ink); border-radius: 4px; width: 100%;
}
#consult-form input:focus, #consult-form select:focus, #consult-form textarea:focus { outline: 2px solid var(--teal); border-color: var(--teal); }
.hp { position: absolute !important; left: -9999px !important; }
.consent { border: 1px solid var(--hairline); background: #FDFCF9; padding: .9rem 1rem; font-size: .82rem; }
.consent-title { font-weight: 700; color: var(--ink); margin-bottom: .4rem; }
.req-mark { color: var(--urgent); }
.consent-details summary { cursor: pointer; color: var(--ink-faint); font-size: .78rem; }
.consent-body { white-space: pre-line; max-height: 11rem; overflow-y: auto; margin-top: .5rem; font-size: .74rem; color: var(--ink-soft); border: 1px solid var(--hairline); padding: .7rem; background: var(--paper); }
.consent-check { display: flex !important; flex-direction: row; align-items: center; gap: .5rem; margin-top: .7rem; font-size: .85rem !important; }
.consent-check input { width: auto !important; }
.cta-submit { width: 100%; font-size: 1.02rem; padding: 1rem; }
.micro { text-align: center; font-size: .78rem; color: var(--ink-faint); }
.micro strong { color: var(--ink-soft); }
.form-done { max-width: 27rem; margin: 0 auto; text-align: center; border: 1.5px solid var(--teal); background: #FDFCF9; padding: 2.2rem 1.6rem; }
.form-done h3 { color: var(--teal); margin-bottom: .7rem; }
.form-done p { font-size: .92rem; color: var(--ink-soft); }
.form-done a { color: var(--teal); font-weight: 700; }

/* 푸터 */
.foot { position: relative; text-align: center; padding: 2.6rem 1.4rem 5.5rem; font-size: .84rem; color: var(--ink-faint); }
.foot a { color: var(--ink-soft); }
.foot-note { margin-top: .6rem; font-size: .74rem; }

/* 고정 CTA 바 */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: flex; align-items: center; gap: .9rem; justify-content: center;
  background: rgba(27, 36, 48, .97); padding: .6rem 1rem;
  padding-bottom: calc(.6rem + env(safe-area-inset-bottom));
  transition: transform .25s ease;
}
.sticky-bar.hidden { transform: translateY(110%); }
.sticky-bar .cta { padding: .6rem 1.5rem; font-size: .9rem; }
.sticky-dday { font-size: .76rem; color: #F0B9A8; font-weight: 700; white-space: nowrap; }

/* 데스크톱: 중앙 칼럼 확장 */
@media (min-width: 900px) {
  section { padding: 5.2rem 2rem; }
  .hero-inner { padding-top: 4.5rem; }
  .review-cards { max-width: 60rem; grid-template-columns: repeat(3, 1fr); align-items: start; }
  .checks { max-width: 60rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .check { margin-bottom: 0; }
  .parent-bridge { grid-column: 1 / -1; }
}
