/* 성장 유도용 컴포넌트. 공통 셸(l_container_*)은 structure/site-design에 맡긴다. */
:root {
  --growth-ink: #183347;
  --growth-teal: #087c78;
  --growth-soft: #edf6f5;
  --growth-line: #cfdddf;
  --growth-muted: #506574;
}
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #087c78;
  outline-offset: 4px;
}
[hidden] { display: none !important; }
.growth-hero, .growth-section, .growth-buy-intro, .growth-plans, .growth-faq, .growth-checkout {
  color: var(--growth-ink);
  font-size: 16px;
  line-height: 1.8;
}
.growth-hero { position: relative; padding: 36px 30px; background: #fff; border: 1px solid var(--growth-line); border-top: 5px solid var(--growth-teal); border-radius: 16px; margin: 12px 0 24px; }
.growth-hero h1 { font-size: clamp(28px, 3.3vw, 46px); font-weight: 800; line-height: 1.4; letter-spacing: -.04em; margin: 12px 0 20px; color: var(--growth-ink); }
.growth-kicker { color: var(--growth-teal); font-weight: 700; margin: 0; font-size: 14px; }
.growth-hero p { max-width: 42em; }
.growth-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 16px; align-items: center; }
.growth-button { display: inline-flex; justify-content: center; align-items: center; text-align: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--growth-teal); border-radius: 8px; background: var(--growth-teal); color: #fff !important; font: inherit; font-weight: 700; text-decoration: none !important; cursor: pointer; line-height: 1.5; }
.growth-button:hover { background: #05615e; }
.growth-button--secondary { background: #fff; color: var(--growth-ink) !important; border-color: var(--growth-line); }
.growth-button--secondary:hover { background: var(--growth-soft); }
.growth-note { font-size: 13px; color: var(--growth-muted); line-height: 1.8; margin-top: 12px; }
.growth-ticket { margin-top: 28px; border-top: 1px dashed #a7b8bd; padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.growth-ticket span { display: grid; place-items: center; width: 42px; height: 42px; background: #edf6f5; border-radius: 50%; color: #087c78; font-size: 20px; font-weight: 800; font-variant-numeric: tabular-nums; }
.growth-ticket small { margin-left: 6px; font-size: 12px; color: var(--growth-muted); }
.growth-game-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.growth-game-nav a { padding: 10px 14px; min-height: 44px; border: 1px solid var(--growth-line); border-radius: 6px; background: #fff; font-size: 14px; color: var(--growth-ink); text-decoration: none; }
.growth-game-nav, .lottery-game-card, #buyPlansSection, #buyTransferSection { scroll-margin-top: 80px; }
.growth-section { margin: 28px 0; padding: 28px; background: #fff; border-radius: 12px; border: 1px solid var(--growth-line); }
.growth-section h2, .growth-faq h2, .growth-plans h2 { font-size: 25px; line-height: 1.5; margin: 0 0 16px; font-weight: 800; }
.growth-section h3 { font-size: 18px; font-weight: 700; margin: 20px 0 8px; }
.growth-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; counter-reset: steps; }
.growth-steps li { counter-increment: steps; min-width: 0; }
.growth-steps li::before { content: counter(steps); width: 28px; height: 28px; display: inline-grid; place-items: center; background: var(--growth-soft); color: var(--growth-teal); border-radius: 50%; font-weight: 800; margin-bottom: 10px; }
.growth-steps strong { display: block; }
.growth-steps p { font-size: 14px; margin: 8px 0 0; color: var(--growth-muted); }
.growth-buy-intro { background: #fff; padding: 28px; margin: 0 0 24px; border-left: 5px solid var(--growth-teal); border-radius: 8px; }
.growth-buy-intro h2 { font-size: 28px; line-height: 1.5; font-weight: 800; margin-bottom: 12px; }
.growth-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 20px 0; }
.growth-plan { padding: 24px; background: #fff; border: 1px solid var(--growth-line); border-radius: 12px; }
.growth-plan:first-child { border: 2px solid var(--growth-teal); }
.growth-plan h3 { font-size: 22px; font-weight: 800; margin: 6px 0; }
.growth-price { font-size: 36px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.5; }
.growth-price small { font-size: 14px; font-weight: 400; }
.growth-plan .growth-button { width: 100%; box-sizing: border-box; margin-top: 20px; }
.growth-plan p { margin: 10px 0; }
.growth-comparison { width: 100%; border-collapse: collapse; font-size: 15px; margin: 20px 0 12px; }
.growth-comparison caption { text-align: left; font-size: 22px; font-weight: 800; padding-bottom: 16px; }
.growth-comparison th, .growth-comparison td { padding: 16px 10px; text-align: left; border-bottom: 1px solid var(--growth-line); }
.growth-comparison thead { background: var(--growth-soft); }
.growth-faq { margin: 32px 0; }
.growth-faq details { border-bottom: 1px solid var(--growth-line); padding: 16px 0; }
.growth-faq summary { cursor: pointer; padding: 8px 0; font-weight: 700; }
.growth-faq details p { margin: 12px 0; color: var(--growth-muted); }
.growth-checkout { background: var(--growth-soft); border: 1px solid var(--growth-line); border-radius: 10px; padding: 20px; margin: 20px 0; }
.growth-checkout strong { display: block; font-size: 20px; }
.growth-copy-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.growth-copy-actions button { font-size: 14px; padding: 10px 12px; }
.growth-selection { padding: 16px; border-left: 3px solid var(--growth-teal); margin: 16px 0; background: #fff; }
.growth-support { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 24px 0; font-size: 14px; }
.growth-support a { color: var(--growth-teal); text-decoration: underline; }
.page-buy .buy-member-fold:not([open]) > .buy-member-fold__inner { display: none; }
.page-buy .buy-transfer-main { grid-template-columns: 1fr; }
.page-buy .buy-transfer-form { background: #fff; }
.page-buy .buy-transfer-form input, .page-buy .buy-transfer-form select, .page-buy .buy-transfer-form textarea { font-size: 16px; min-height: 48px; }
.page-buy .buy-transfer-form textarea { resize: vertical; }
.page-buy .buy-transfer-submit { background: var(--growth-teal); }
.page-buy .buy-form-lead, .page-buy .buy-page-lead { line-height: 1.8; }
.page-buy .buy-payment-notice { background: #edf6f5; border: 1px solid var(--growth-line); }
.page-home .top-ambient { display: none; }
.page-home .reveal-on-scroll { opacity: 1; transform: none; }
.growth-trust { border-top: 1px solid var(--growth-line); padding-top: 16px; margin-top: 24px; }
.growth-article-cta { padding: 20px; margin: 28px 0; border: 1px solid var(--growth-line); background: var(--growth-soft); border-radius: 10px; font-size: 15px; line-height: 1.8; }
.growth-article-cta .growth-actions { margin: 12px 0 0; }
@media (min-width: 769px) and (max-width: 1150px) {
  .page-home .growth-hero h1 { font-size: 36px; }
}
@media (max-width: 768px) {
  .growth-hero { padding: 24px 20px; }
  .growth-hero h1 { font-size: clamp(25px, 7.2vw, 32px); }
  .growth-section, .growth-buy-intro { padding: 22px 18px; }
  .growth-plan-grid, .growth-steps { grid-template-columns: 1fr; }
  .growth-actions > .growth-button { width: 100%; box-sizing: border-box; }
  .growth-plan { padding: 22px; }
  .growth-comparison { font-size: 13px; }
  .growth-comparison th, .growth-comparison td { padding: 12px 6px; }
  .growth-ticket span { width: 32px; height: 32px; font-size: 16px; }
  .growth-ticket small { width: 100%; margin: 0; }
  .growth-buy-intro h2 { font-size: 25px; }
  .page-buy .buy-form-row--2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
