.guide-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: min(1120px, calc(100% - 32px)); min-height: 70px; margin: 0 auto; border-bottom: 1px solid rgba(91, 132, 128, .22); }
.guide-home { text-decoration: none; }
.guide-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.guide-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; min-height: 500px; padding: 58px 0 44px; }
.guide-hero h1 { margin: 0; font-size: clamp(36px, 5.6vw, 66px); line-height: 1.08; }
.guide-hero h1 em { color: var(--orange); font-style: normal; }
.guide-hero p:not(.eyebrow) { color: #536176; font-size: 16px; line-height: 1.9; }
.guide-hero > div > small { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; }
.guide-hero > img { width: 100%; height: auto; border: 8px solid #fffdf7; border-radius: 18px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.guide-cta { display: inline-block; width: auto; min-width: 260px; margin-top: 14px; padding: 14px 22px; text-align: center; text-decoration: none; }
.guide-index { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 253, 247, .88); box-shadow: var(--shadow); }
.guide-index a { padding: 11px; border-radius: 9px; background: #f4f8e8; color: #347b76; font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; }
.guide-section { padding: 78px 0 16px; scroll-margin-top: 20px; }
.section-label { margin: 0 0 8px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.guide-section h2 { margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.25; }
.section-lead { max-width: 720px; color: var(--muted); line-height: 1.8; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.coverage-grid article { min-height: 190px; padding: 22px; border: 1px solid rgba(76, 117, 107, .22); border-radius: 14px; background: rgba(255, 253, 247, .94); box-shadow: 0 7px 18px rgba(39, 48, 69, .1); }
.coverage-grid span { color: var(--orange); font-size: 11px; font-weight: 900; }
.coverage-grid h3 { margin: 12px 0 8px; font-size: 20px; }
.coverage-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.sample-list { display: grid; gap: 14px; margin-top: 26px; }
.sample-card { padding: 22px; border-left: 6px solid var(--teal); border-radius: 8px 14px 14px 8px; background: #fffdf7; box-shadow: 0 7px 18px rgba(39, 48, 69, .1); }
.sample-question { margin: 0 0 16px; font-family: Georgia, serif; font-size: 21px; font-weight: 700; line-height: 1.45; }
.sample-card ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.sample-card li { padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fffaf0; color: #536176; }
.sample-answer { margin: 16px 0 0; padding: 12px; border-radius: 8px; background: #eaf6df; color: #456256; font-size: 13px; line-height: 1.65; }
.smart-section, .game-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.smart-section > div > p:last-child, .game-section p, .game-section li { color: var(--muted); line-height: 1.8; }
.smart-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.smart-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 4px 12px; padding: 16px; border-radius: 12px; background: #fffdf7; box-shadow: 0 5px 14px rgba(39, 48, 69, .1); counter-increment: step; }
.smart-steps li::before { grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sun); content: counter(step); font-weight: 900; }
.smart-steps strong { font-size: 15px; }.smart-steps span { color: var(--muted); font-size: 12px; }
.game-section { margin-top: 54px; padding: 44px; border-radius: 20px; background: linear-gradient(145deg, #fff7d9, #e8f5df); box-shadow: var(--shadow); }
.game-section img { justify-self: center; width: min(210px, 70%); height: auto; filter: drop-shadow(0 14px 3px rgba(65, 73, 59, .18)); }
.guide-final { margin: 78px 0 30px; padding: 42px; border-radius: 18px; background: #2f5262; color: #eff8ea; text-align: center; }
.guide-final p { margin: 0; font-size: clamp(19px, 3vw, 28px); font-weight: 900; }
.guide-footer { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: center; width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 42px; color: var(--muted); font-size: 11px; }
.guide-footer a { color: #347b76; }
@media (max-width: 760px) {
  .guide-topbar { min-height: 60px; }.guide-topbar .brand strong { font-size: 12px; }.guide-home { padding: 8px 10px; font-size: 11px; }
  .guide-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 36px; }.guide-hero > img { order: -1; border-width: 5px; border-radius: 12px; transform: none; }
  .guide-hero h1 { font-size: clamp(34px, 11vw, 50px); }.guide-hero p:not(.eyebrow) { font-size: 14px; }
  .guide-cta { width: 100%; min-width: 0; }
  .guide-index { grid-template-columns: 1fr 1fr; }
  .guide-section { padding-top: 58px; }.coverage-grid { grid-template-columns: 1fr; }.coverage-grid article { min-height: 0; }
  .sample-card { padding: 16px; }.sample-question { font-size: 18px; }.sample-card ol { grid-template-columns: 1fr 1fr; }
  .smart-section, .game-section { grid-template-columns: 1fr; }.game-section { padding: 28px 20px; }.game-section img { width: 130px; }
  .guide-final { padding: 30px 18px; }
}
