:root {
  --forest: #184f3d;
  --forest-deep: #0d3024;
  --cream: #f6f1e8;
  --cream-soft: #fcf8f0;
  --paper: #fffdf8;
  --orange: #F37021;
  --cream-warm: #ffd0b2;
  --ink: #17201d;
  --muted: #56635f;
  --line: #ded5c6;
  --forest-mist: #e8efe9;
  --forest-text: #28483e;
  --forest-pale: #e7eee8;
  --cream-highlight: #fff8ef;
  --forest-night: #09251c;
  --shadow: 0 18px 50px rgba(24, 79, 61, .12);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.hero {
  position: relative;
  display: grid;
  min-height: clamp(590px, 78vh, 760px);
  overflow: hidden;
  isolation: isolate;
  background: var(--forest-deep);
}
.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 29, 22, .9) 0%, rgba(7, 29, 22, .72) 48%, rgba(7, 29, 22, .35)),
              linear-gradient(0deg, rgba(7, 29, 22, .7), transparent 55%);
}
body.variant-b .hero::after {
  background: linear-gradient(90deg, rgba(7, 29, 22, .9) 0%, rgba(7, 29, 22, .68) 48%, rgba(7, 29, 22, .15)),
              linear-gradient(0deg, rgba(7, 29, 22, .64), transparent 55%);
}
.hero-inner {
  align-self: end;
  padding-block: clamp(72px, 10vw, 112px) clamp(54px, 8vw, 86px);
}
.brandline {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.brandline strong { color: #fff; }
h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.6vw, 68px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.18;
}
.hero-sub {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 2vw, 20px);
}
.hero-platform { margin: 18px 0 0; color: rgba(255, 255, 255, .8); font-size: 14px; }
.hero-platform a { color: #fff; font-weight: 750; text-underline-offset: 4px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 10px 24px rgba(24, 79, 61, .2); }
.hero .button-primary, .closing-section .button-primary { background: #fff; color: var(--forest-deep); }
.button-secondary { border-color: rgba(255, 255, 255, .52); background: rgba(255, 255, 255, .1); color: #fff; }
.email-card {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto;
  gap: 3px 12px;
  min-width: min(100%, 390px);
  padding: 11px 13px 10px 16px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  text-align: left;
}
.email-card-primary { background: #fff; color: var(--forest-deep); box-shadow: 0 10px 24px rgba(7, 29, 22, .22); }
.email-label { grid-column: 1 / -1; font-size: 11px; font-weight: 800; opacity: .72; }
.email-address { align-self: center; font-size: 14px; font-weight: 850; line-height: 1.3; user-select: text; }
.copy-email {
  grid-row: 2 / 4;
  grid-column: 2;
  align-self: center;
  min-width: 82px;
  padding: 9px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}
.email-mailto { grid-column: 1; width: max-content; font-size: 11px; opacity: .78; text-underline-offset: 3px; }
.offer-banner { padding-block: 30px; background: var(--orange); color: #fff; }
.offer-banner-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 30px; align-items: center; }
.offer-banner-copy h2 { color: #fff; font-size: clamp(25px, 3.4vw, 36px); }
.offer-banner-copy p { margin: 7px 0 0; color: rgba(255, 255, 255, .92); font-size: 15px; }
.offer-eligibility { display: block; margin-top: 7px; color: rgba(255, 255, 255, .86); font-size: 12px; font-weight: 750; }
.button-offer { grid-column: 2; grid-row: 1 / 3; background: #fff; color: var(--orange); box-shadow: 0 10px 24px rgba(113, 43, 0, .18); }
.section { padding-block: 78px; border-bottom: 1px solid var(--line); }
.section:last-child { border-bottom: 0; }
.section-head { max-width: 790px; margin-bottom: 32px; }
.kicker { margin: 0 0 8px; color: var(--forest); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
h2 { margin: 0; color: var(--forest); font-size: clamp(29px, 4vw, 43px); letter-spacing: -.028em; line-height: 1.25; }
.lead { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.empathy-section { padding-block: 54px; background: var(--forest); color: #fff; }
.empathy-section h2 { color: #fff; font-size: clamp(25px, 3.5vw, 36px); }
.empathy-section p { max-width: 880px; margin: 14px 0 0; color: rgba(255, 255, 255, .86); font-size: 17px; }
.problem-section { background: var(--cream-soft); }
.solution-map { display: grid; gap: 14px; }
.solution-row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) 44px minmax(0, 1.1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(24, 79, 61, .05);
}
.problem-side, .solution-side { min-width: 0; padding: 24px; }
.problem-side { background: var(--cream-highlight); }
.solution-side { background: var(--paper); }
.map-label { display: block; margin-bottom: 8px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.solution-row h3 { margin: 0; color: var(--ink); font-size: 19px; line-height: 1.48; }
.solution-row p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.solution-side h3 { color: var(--forest); }
.solution-arrow { display: grid; place-items: center; background: var(--forest-mist); color: var(--forest); font-size: 22px; font-weight: 900; }
.qualification-note { font-weight: 750; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.benefit-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(24, 79, 61, .05);
}
.benefit-card h3 { margin: 0 0 10px; color: var(--forest); font-size: 20px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 15px; }
.photo-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.photo-card {
  grid-column: span 6;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.photo-card:first-child:nth-last-child(3),
.photo-card:first-child:nth-last-child(3) ~ .photo-card { grid-column: span 4; }
.photo-card:only-child { grid-column: 1 / -1; }
.photo-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-card figcaption { padding: 15px 18px 17px; color: var(--muted); font-size: 14px; }
.trust-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, .18);
  box-shadow: var(--shadow);
}
.trust-section { background: var(--forest); color: #fff; }
.trust-section .kicker { color: rgba(255, 255, 255, .78); }
.trust-section h2 { color: #fff; }
.trust-item { min-width: 0; padding: 30px 26px; background: rgba(255, 255, 255, .07); }
.trust-item strong { display: block; color: #fff; font-size: clamp(22px, 3vw, 30px); line-height: 1.35; }
.trust-item span { display: block; margin-top: 8px; color: rgba(255, 255, 255, .72); font-size: 14px; }
.news-section { background: var(--cream-soft); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.news-card { min-width: 0; overflow: hidden; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.news-card > a { display: block; height: 100%; text-decoration: none; }
.news-media { max-height: 420px; overflow: hidden; background: var(--forest-mist); }
.news-card img { width: 100%; object-fit: cover; object-position: top; transition: transform .25s ease; }
.news-card-featured img { height: 380px; }
.news-card-compact img { height: 230px; }
.news-card a:hover img { transform: scale(1.015); }
.news-card figcaption { display: grid; gap: 7px; padding: 18px 20px 20px; }
.news-card figcaption strong { color: var(--forest); font-size: 17px; line-height: 1.45; }
.news-card figcaption span { color: var(--muted); font-size: 13px; }
.news-summary { margin: 5px 0 0; color: var(--ink); font-size: 14px; line-height: 1.55; }
.news-summary b { display: block; margin-bottom: 3px; color: var(--forest); font-size: 12px; }
.news-hint { color: var(--forest); font-size: 12px; font-weight: 800; }
.institution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.institution-group { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.institution-group h3 { margin: 0 0 14px; color: var(--forest); font-size: 18px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-width: 0; max-width: 100%; padding: 8px 11px; border-radius: 12px; background: var(--forest-mist); color: var(--forest-text); font-size: 14px; line-height: 1.45; }
.casebook-section { margin-top: 42px; }
.casebook-section h3 { margin: 0; color: var(--forest); font-size: 25px; }
.casebook-section > p { margin: 8px 0 0; color: var(--muted); }
.casebook-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.casebook-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream-soft); }
.pdf-icon { display: grid; width: 48px; height: 58px; place-items: center; border-radius: 8px; background: var(--forest); color: #fff; font-size: 12px; font-weight: 900; }
.casebook-copy strong { display: block; color: var(--forest); line-height: 1.45; }
.casebook-copy span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.download-link { color: var(--forest); font-size: 14px; font-weight: 850; text-underline-offset: 4px; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.price-card {
  position: relative;
  min-width: 0;
  padding: 24px 18px 21px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
}
.price-card.recommended { border: 2px solid var(--orange); padding: 23px 17px 20px; }
.badge {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}
.price-card h3 { margin: 0; color: var(--forest); font-size: 17px; }
.price { margin: 12px 0 0; color: var(--ink); font-size: 22px; font-weight: 850; line-height: 1.2; }
.credits { margin: 7px 0 0; color: var(--ink); font-size: 14px; font-weight: 800; }
.use-label { display: block; margin-top: 16px; color: var(--forest); font-size: 12px; font-weight: 850; }
.use { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.pricing-structure { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-bottom: 28px; border: 3px solid var(--forest); border-radius: 18px; background: var(--forest); }
.pricing-structure-item { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; min-width: 0; padding: 24px; background: var(--forest); color: #fff; }
.pricing-structure-item + .pricing-structure-item { border-left: 1px solid rgba(255, 255, 255, .28); }
.pricing-structure-item strong { font-size: 34px; line-height: 1; }
.pricing-structure-item span { font-size: 17px; font-weight: 800; line-height: 1.5; }
.included { margin: 24px 0 0; padding: 18px 20px; border-radius: 14px; background: var(--forest-pale); color: var(--forest); font-weight: 750; text-align: center; }
.pricing-advice { display: grid; justify-items: center; gap: 12px; margin-top: 20px; padding: 24px; border-radius: 17px; background: var(--forest-pale); color: var(--forest); text-align: center; }
.pricing-advice p { max-width: 860px; margin: 0; }
.pricing-advice strong { color: var(--forest-deep); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-step { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.process-number { display: block; color: var(--forest); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.process-step h3 { margin: 8px 0 0; color: var(--forest); font-size: 18px; line-height: 1.4; }
.process-step p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.platform-card {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.platform-card h2 { font-size: clamp(27px, 3.5vw, 38px); }
.platform-card p { margin: 14px 0 0; color: var(--muted); }
.platform-link { display: inline-block; margin-top: 14px; color: var(--forest); font-size: 17px; font-weight: 850; text-underline-offset: 5px; }
.product-shot { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--forest-mist); }
.product-shot a { display: block; text-decoration: none; }
.product-shot img { width: 100%; }
.product-shot figcaption { padding: 14px 18px 16px; color: var(--muted); font-size: 14px; }
.closing-section { background: var(--forest-deep); color: #fff; text-align: center; }
.closing-section h2 { max-width: 780px; margin-inline: auto; color: #fff; }
.closing-section p { max-width: 720px; margin: 16px auto 0; color: rgba(255, 255, 255, .78); }
.closing-section .kicker { color: rgba(255, 255, 255, .78); }
.closing-section .closing-extra { max-width: 820px; color: rgba(255, 255, 255, .9); font-weight: 700; }
.closing-section .cta-actions { justify-content: center; }
.closing-casebooks { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 18px; color: rgba(255, 255, 255, .8); font-size: 13px; }
.closing-casebooks a { color: #fff; font-weight: 800; text-underline-offset: 4px; }
.site-footer { padding-block: 28px; background: var(--forest-night); color: rgba(255, 255, 255, .65); font-size: 13px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; }
.site-footer strong { color: #fff; }
.site-footer a { color: #fff; text-underline-offset: 3px; }
.selector-hero { padding-block: clamp(70px, 10vw, 112px); background: var(--forest-deep); }
.selector-hero h1 { max-width: 980px; }
.selector-hero p { max-width: 760px; margin: 18px 0 0; color: rgba(255, 255, 255, .8); font-size: 18px; }
.selector-section { padding-block: 64px; }
.selector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.selector-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--paper); box-shadow: var(--shadow); }
.selector-card img { width: 100%; height: 230px; object-fit: cover; }
.selector-card-copy { display: grid; align-content: start; gap: 9px; min-height: 260px; padding: 22px; }
.selector-card-label { margin: 0; color: var(--forest); font-size: 13px; font-weight: 850; }
.selector-card h2 { font-size: 24px; }
.selector-card-copy > p:not(.selector-card-label) { margin: 0; color: var(--muted); font-size: 15px; }
.selector-card a { align-self: end; justify-self: start; margin-top: 8px; color: var(--forest); font-weight: 850; text-underline-offset: 5px; }
.selector-trust { padding-block: 19px; background: var(--forest); color: #fff; font-size: clamp(15px, 2.2vw, 19px); font-weight: 850; text-align: center; }
.selector-resources { background: var(--cream-soft); }
.selector-resources .casebook-section { margin-top: 0; }
.selector-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 28px; padding: 28px; border-radius: 20px; background: var(--forest-deep); color: #fff; }
.selector-cta h2 { color: #fff; font-size: clamp(26px, 3.5vw, 36px); }
.selector-cta p { margin: 8px 0 0; color: rgba(255, 255, 255, .78); }
.selector-cta .cta-actions { margin-top: 0; }
.compare-main { min-height: 100vh; padding-block: 38px; }
.compare-header { margin-bottom: 24px; }
.compare-header h1 { max-width: none; color: var(--forest); font-size: clamp(30px, 4.6vw, 48px); white-space: nowrap; }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.compare-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.compare-card img { width: 100%; height: 180px; aspect-ratio: 16 / 10; object-fit: cover; }
.compare-copy { padding: 18px; }
.compare-label { margin: 0 0 6px; color: var(--forest); font-size: 14px; font-weight: 850; }
.compare-card h2 { font-size: 20px; }
.compare-card p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.52; }
.compare-card .compare-quote { color: var(--ink); font-weight: 750; }
.compare-card .compare-diff { font-size: 13px; }
.compare-card a { display: inline-block; margin-top: 12px; color: var(--forest); font-weight: 850; text-underline-offset: 5px; }
.review-note { margin-top: 20px; padding: 18px 20px; border-left: 4px solid var(--forest); border-radius: 12px; background: var(--cream-highlight); color: var(--muted); }
@media (max-width: 980px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card:last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .selector-grid { grid-template-columns: 1fr; }
  .selector-card { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); }
  .selector-card img { height: 100%; min-height: 280px; }
}
@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 36px), 1120px); }
  .hero { min-height: 620px; }
  .hero::after,
  body.variant-b .hero::after { background: linear-gradient(0deg, rgba(7, 29, 22, .86) 0%, rgba(7, 29, 22, .6) 68%, rgba(7, 29, 22, .28)); }
  .hero-inner { padding-block: 82px 48px; }
  h1 { font-size: clamp(34px, 10.5vw, 48px); }
  .section { padding-block: 58px; }
  .benefit-grid, .trust-panel, .institution-grid, .compare-grid, .news-grid, .casebook-grid, .platform-card, .pricing-structure, .offer-banner-inner, .selector-cta { grid-template-columns: 1fr; }
  .photo-card, .photo-card:first-child:nth-last-child(3), .photo-card:first-child:nth-last-child(3) ~ .photo-card { grid-column: 1 / -1; }
  .trust-item { padding: 24px 22px; }
  .solution-row { grid-template-columns: 1fr; }
  .solution-arrow { min-height: 36px; }
  .news-card-featured img { height: min(110vw, 420px); }
  .news-card-compact img { height: min(72vw, 280px); }
  .pricing-structure-item + .pricing-structure-item { border-top: 1px solid rgba(255, 255, 255, .28); border-left: 0; }
  .button-offer { grid-column: 1; grid-row: auto; justify-self: start; }
  .selector-card { grid-template-columns: 1fr; }
  .selector-card img { height: 240px; min-height: 0; }
  .selector-card-copy { min-height: 0; }
}
@media (max-width: 480px) {
  .wrap { width: min(calc(100% - 32px), 1120px); }
  .hero { min-height: 650px; }
  .brandline { font-size: 13px; }
  .hero-sub, .empathy-section p, .lead { font-size: 16px; }
  .cta-actions { flex-direction: column; }
  .button { width: 100%; }
  .email-card { grid-template-columns: minmax(0, 1fr) auto; min-width: 0; width: 100%; }
  .benefit-card, .institution-group, .platform-card { padding: 21px; }
  .problem-side, .solution-side { padding: 20px; }
  .casebook-card { grid-template-columns: auto minmax(0, 1fr); padding: 17px; }
  .casebook-card .download-link { grid-column: 1 / -1; }
  .pricing-structure-item { padding: 20px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card:last-child { grid-column: auto; }
  .included { padding-inline: 15px; }
  .footer-inner { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .compare-main { padding-block: 24px; }
  .compare-header { margin-bottom: 18px; }
  .compare-header h1 { font-size: clamp(24px, 7vw, 32px); white-space: normal; }
  .compare-grid { gap: 14px; }
  .compare-card img { height: 160px; }
  .compare-copy { padding: 14px 16px 16px; }
  .compare-card p { margin-top: 7px; }
  .review-note { margin-top: 16px; padding: 15px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
@media print {
  .hero { min-height: 560px; }
  .section { break-inside: avoid; }
  .button { border-color: currentColor; box-shadow: none; }
}

/* ===== oneday 전용 ===== */
.fact-strip { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; padding-block: 17px; background: var(--forest); color: #fff; font-size: 15px; font-weight: 800; text-align: center; }
.fact-strip span b { color: var(--cream-warm); }
.journey-note { margin: 22px 0 0; padding: 16px 20px; border-left: 4px solid var(--orange); border-radius: 12px; background: var(--cream-highlight); color: var(--muted); font-size: 15px; }
.package-box { margin-top: 26px; padding: 26px; border: 2px solid var(--forest); border-radius: 18px; background: var(--paper); }
.package-box h3 { margin: 0 0 6px; color: var(--forest); font-size: 20px; }
.package-box ul { margin: 12px 0 0; padding-left: 20px; color: var(--ink); font-size: 15px; }
.package-box li { margin-top: 6px; }
.package-total { margin-top: 14px; color: var(--forest-deep); font-size: 18px; font-weight: 850; }
.refund-line { margin-top: 10px; padding: 14px 18px; border-radius: 12px; background: var(--forest-pale); color: var(--forest); font-weight: 750; font-size: 15px; }

/* ===== 보강 260721: 시간표·후기·프로필·역희소성 ===== */
.timetable-section { background: var(--cream-soft); }
.timeline { display: grid; gap: 10px; max-width: 900px; }
.timeline-row { display: grid; grid-template-columns: 150px 1fr; gap: 6px 18px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.timeline-row.highlight { border-left: 5px solid var(--orange); }
.timeline-row .time { color: var(--forest); font-size: 15px; font-weight: 850; }
.timeline-row h3 { margin: 0; color: var(--ink); font-size: 17px; }
.timeline-row p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 8px 24px rgba(24, 79, 61, .05); }
.review-card p { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.7; }
.review-card footer { margin-top: 14px; color: var(--forest); font-size: 13px; font-weight: 800; }
.profile-card2 { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 28px; align-items: center; padding: 32px; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.profile-card2 img { width: 100%; aspect-ratio: 4 / 3; border-radius: 16px; object-fit: cover; }
.profile-card2 h3 { margin: 0; color: var(--forest); font-size: 23px; }
.profile-card2 > div > p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }
.profile-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.profile-chips .chip { background: var(--forest-mist); color: var(--forest-text); font-size: 13px; font-weight: 750; }
.notfor-section { background: var(--forest); color: #fff; }
.notfor-section h2 { color: #fff; }
.notfor-section .kicker { color: rgba(255, 255, 255, .78); }
.notfor-list { display: grid; gap: 12px; max-width: 860px; margin: 26px 0 0; padding: 0; list-style: none; }
.notfor-list li { padding: 17px 21px; border-radius: 14px; background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .92); font-size: 15px; line-height: 1.65; }
.notfor-list li strong { color: #fff; }
.notfor-turn { max-width: 860px; margin: 22px 0 0; color: var(--cream-warm); font-size: 17px; font-weight: 800; }
.refund-box { margin-top: 18px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream-soft); color: var(--muted); font-size: 14px; line-height: 1.7; }
.refund-box strong { display: block; margin-bottom: 4px; color: var(--forest); }
@media (max-width: 980px) { .review-grid { grid-template-columns: 1fr; } .profile-card2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .timeline-row { grid-template-columns: 1fr; } }

/* ===== v4 260721: 문답 재설계·아코디언·배지 ===== */
.qa-list { display: grid; gap: 18px; }
.qa-item { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); overflow: hidden; border-radius: 18px; box-shadow: 0 8px 24px rgba(24, 79, 61, .07); }
.qa-q { position: relative; padding: 28px 24px 24px 34px; background: var(--cream-highlight); }
.qa-q::before { content: "\201C"; position: absolute; top: 8px; left: 13px; color: var(--orange); font-size: 46px; font-weight: 900; line-height: 1; }
.qa-quote { margin: 0; color: var(--ink); font-size: 19px; font-weight: 850; line-height: 1.5; }
.qa-sub { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.qa-a { padding: 26px; background: var(--forest); color: #fff; }
.qa-a h3 { margin: 0; color: var(--cream-warm); font-size: 17px; line-height: 1.5; }
.qa-a p { margin: 10px 0 0; color: rgba(255, 255, 255, .88); font-size: 14.5px; line-height: 1.72; }
.takeaway { display: inline-block; margin-top: 10px; padding: 5px 12px; border-radius: 999px; background: var(--forest); color: #fff; font-size: 12.5px; font-weight: 800; }
.faq-list { margin-top: 6px; }
details.faq-item { overflow: hidden; margin-top: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
details.faq-item summary { position: relative; padding: 17px 46px 17px 20px; color: var(--forest); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--orange); font-size: 22px; font-weight: 900; }
details.faq-item[open] summary::after { content: "\2212"; }
details.faq-item .faq-body { padding: 0 20px 18px; color: var(--muted); font-size: 14.5px; line-height: 1.75; }
@media (max-width: 760px) { .qa-item { grid-template-columns: 1fr; } .qa-q { padding: 24px 20px 18px 30px; } .qa-a { padding: 22px 20px; } }
