.tour-page { background: #f4f7fa; }
.tour-page main { padding-top: 76px; }
.tour-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.tour-intro { padding: 72px 0 60px; color: #fff; background: #102a4c; }
.tour-intro-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr); align-items: end; gap: 72px; }
.tour-intro .eyebrow.dark { justify-content: flex-start; color: #9dc4fb; }
.tour-intro h1 { max-width: 680px; margin: 0; font-size: 40px; line-height: 1.3; }
.tour-intro-layout > div > p:last-child { max-width: 690px; margin: 18px 0 0; color: #c4d3e5; font-size: 16px; line-height: 1.8; }
.tour-jump { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 8px; }
.tour-jump a { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 18px 14px; background: rgba(255, 255, 255, .06); transition: background .2s ease; }
.tour-jump a + a { border-left: 1px solid rgba(255, 255, 255, .16); }
.tour-jump a:hover { background: rgba(255, 255, 255, .13); }
.tour-jump svg { flex: 0 0 22px; width: 22px; color: #9dc4fb; }
.tour-jump span, .tour-jump small { display: block; min-width: 0; }
.tour-jump span { font-size: 13px; font-weight: 700; }
.tour-jump small { margin-bottom: 3px; color: #aebfd2; font-size: 11px; font-weight: 400; }

.tour-edition { scroll-margin-top: 74px; padding: 88px 0; background: #fff; }
.school-tour { background: #edf3f8; }
.edition-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: 72px; }
.edition-layout.reverse .edition-copy { order: 2; }
.edition-layout.reverse .real-preview { order: 1; }
.edition-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 15px; color: #2f6fce; font-size: 14px; font-weight: 800; }
.edition-label svg { width: 19px; }
.school-tour .edition-label { color: #17365f; }
.parent-tour .edition-label { color: #28706b; }
.edition-copy h2 { margin: 0; font-size: 32px; line-height: 1.4; }
.edition-summary { margin: 17px 0 0; color: #56657a; font-size: 15px; line-height: 1.8; }
.audience-line { margin-top: 20px; padding: 13px 15px; color: #44536a; border-left: 3px solid #2f6fce; background: #f4f8fe; font-size: 13px; line-height: 1.7; }
.school-tour .audience-line { border-left-color: #17365f; background: #fff; }
.parent-tour .audience-line { border-left-color: #347c78; background: #f1f8f7; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; border-top: 1px solid #dce3ec; border-left: 1px solid #dce3ec; }
.feature-list > div { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; min-width: 0; padding: 16px 14px; border-right: 1px solid #dce3ec; border-bottom: 1px solid #dce3ec; }
.feature-list > div > svg { width: 19px; height: 19px; margin-top: 1px; color: #2f6fce; }
.school-tour .feature-list > div > svg { color: #17365f; }
.parent-tour .feature-list > div > svg { color: #347c78; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { color: #26364c; font-size: 13px; line-height: 1.5; }
.feature-list small { margin-top: 4px; color: #6f7c8f; font-size: 12px; line-height: 1.6; }
.edition-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tour-primary, .tour-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 16px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.tour-primary { color: #fff; background: #2f6fce; }
.tour-primary.school { background: #17365f; }
.tour-primary.parent { background: #347c78; }
.tour-secondary { color: #43516a; border-color: #cbd6e3; background: #fff; }
.tour-primary:hover, .tour-secondary:hover { transform: translateY(-1px); }
.tour-secondary:hover { border-color: #91add2; }
.tour-primary svg, .tour-secondary svg { width: 17px; }

.product-preview, .real-preview { overflow: hidden; border: 1px solid #cfdbe8; border-radius: 8px; background: #fff; box-shadow: 0 22px 54px rgba(18, 42, 76, .14); }
.product-preview > header { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 16px 18px; color: #fff; background: #17365f; }
.product-preview > header > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: rgba(255, 255, 255, .12); }
.product-preview > header svg { width: 21px; }
.product-preview > header small, .product-preview > header strong { display: block; }
.product-preview > header small { color: #c6d7ea; font-size: 11px; }
.product-preview > header strong { margin-top: 3px; font-size: 14px; }
.product-preview > header em { padding: 5px 8px; color: #d8e7f8; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; font-size: 11px; font-style: normal; }
.preview-body { padding: 20px; }
.preview-focus { padding: 18px; border: 1px solid #cfe0f5; border-radius: 8px; background: #f0f6fe; }
.preview-focus small, .preview-focus strong { display: block; }
.preview-focus small { color: #587193; font-size: 11px; }
.preview-focus strong { margin-top: 5px; color: #18395f; font-size: 17px; line-height: 1.5; }
.preview-focus span { display: inline-flex; margin-top: 9px; padding: 4px 7px; color: #236354; border-radius: 5px; background: #dff1eb; font-size: 11px; font-weight: 700; }
.preview-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.preview-columns > div { padding: 16px; border: 1px solid #dde5ee; border-radius: 8px; }
.preview-columns svg { width: 20px; color: #2f6fce; }
.preview-columns strong { display: block; margin-top: 12px; font-size: 13px; }
.preview-columns p { margin: 7px 0 0; color: #35465d; font-size: 12px; font-weight: 700; }
.preview-columns small { display: block; margin-top: 7px; color: #758195; font-size: 11px; line-height: 1.6; }
.preview-flow { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 14px; padding: 13px 10px; color: #506077; border-top: 1px solid #dce3ec; font-size: 11px; font-weight: 700; }
.preview-flow span { min-width: 0; text-align: center; }
.preview-flow svg { flex: 0 0 14px; width: 14px; color: #96a5b7; }
.product-preview > footer { display: flex; align-items: center; gap: 7px; padding: 12px 18px; color: #64748a; border-top: 1px solid #e0e6ed; background: #f8fafc; font-size: 11px; line-height: 1.6; }
.product-preview > footer svg { flex: 0 0 16px; width: 16px; color: #347c78; }

.real-preview { margin: 0; }
.real-preview img { display: block; width: 100%; height: auto; }
.real-preview figcaption { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; padding: 15px 18px; border-top: 1px solid #dce3ec; }
.real-preview figcaption > span { display: inline-flex; align-items: center; gap: 7px; color: #17365f; font-size: 12px; font-weight: 800; white-space: nowrap; }
.real-preview figcaption svg { width: 17px; }
.real-preview figcaption p { margin: 0; color: #657287; font-size: 11px; line-height: 1.6; }
.real-preview figcaption strong { color: #26364c; }

.parent-preview > header { background: #155f59; }
.parent-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #d7e3e1; border-radius: 8px; }
.parent-tabs span { padding: 11px 6px; color: #687a78; border-right: 1px solid #d7e3e1; font-size: 11px; text-align: center; }
.parent-tabs span:last-child { border-right: 0; }
.parent-tabs .active { color: #155f59; background: #e9f5f3; font-weight: 800; }
.growth-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; margin-top: 14px; padding: 17px; border: 1px solid #d7e3e1; border-radius: 8px; }
.growth-item > svg { width: 22px; color: #347c78; }
.growth-item p { margin: 0; }
.growth-item small, .growth-item strong, .growth-item span { display: block; }
.growth-item small { color: #73817f; font-size: 11px; }
.growth-item strong { margin-top: 6px; color: #273b39; font-size: 13px; line-height: 1.6; }
.growth-item span { margin-top: 8px; color: #2d6f69; font-size: 11px; }
.boundary-box { margin-top: 12px; padding: 14px 15px; border-left: 3px solid #347c78; background: #edf7f5; }
.boundary-box.muted { border-left-color: #8d9aaa; background: #f3f5f7; }
.boundary-box strong { display: flex; align-items: center; gap: 7px; color: #245f5a; font-size: 12px; }
.boundary-box.muted strong { color: #59687a; }
.boundary-box strong svg { width: 16px; }
.boundary-box p { margin: 6px 0 0; color: #637471; font-size: 11px; line-height: 1.65; }

.compare-section { scroll-margin-top: 74px; padding: 88px 0; background: #f4f7fa; }
.compare-section .section-heading { margin-bottom: 36px; }
.compare-table-wrap { overflow-x: auto; border: 1px solid #d5dee9; border-radius: 8px; background: #fff; }
.compare-table-wrap table { width: 100%; min-width: 800px; border-collapse: collapse; }
.compare-table-wrap th, .compare-table-wrap td { padding: 17px 18px; border-bottom: 1px solid #dfe6ee; color: #526176; font-size: 13px; line-height: 1.6; text-align: left; }
.compare-table-wrap thead th { color: #324158; background: #edf2f7; font-size: 12px; }
.compare-table-wrap tbody th { color: #1f3552; font-size: 13px; white-space: nowrap; }
.compare-table-wrap tbody tr:last-child th, .compare-table-wrap tbody tr:last-child td { border-bottom: 0; }
.compare-note { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-top: 18px; padding: 17px 18px; color: #536278; border: 1px solid #d5dee9; border-radius: 8px; background: #fff; }
.compare-note > svg { width: 21px; color: #2f6fce; }
.compare-note p { margin: 0; font-size: 12px; line-height: 1.7; }
.compare-note a { color: #2f6fce; font-size: 12px; font-weight: 800; white-space: nowrap; }
.tour-closing { padding: 46px 0; color: #fff; background: #102a4c; }
.tour-closing .tour-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tour-closing small { color: #a8c3e3; font-size: 12px; }
.tour-closing h2 { margin: 7px 0 0; font-size: 24px; line-height: 1.45; }
.tour-closing a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.tour-closing a svg { width: 17px; }

@media (max-width: 980px) {
  .tour-page main { padding-top: 68px; }
  .tour-intro-layout, .edition-layout { grid-template-columns: 1fr; gap: 42px; }
  .edition-layout.reverse .edition-copy, .edition-layout.reverse .real-preview { order: initial; }
  .tour-jump { max-width: 620px; }
}

@media (max-width: 600px) {
  .tour-shell { width: calc(100% - 32px); }
  .tour-intro { padding: 54px 0 46px; }
  .tour-intro h1 { font-size: 30px; }
  .tour-intro-layout > div > p:last-child { font-size: 15px; }
  .tour-jump { grid-template-columns: 1fr; }
  .tour-jump a + a { border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; }
  .tour-edition, .compare-section { padding: 64px 0; }
  .edition-copy h2 { font-size: 25px; }
  .feature-list { grid-template-columns: 1fr; }
  .edition-cta { align-items: stretch; flex-direction: column; }
  .tour-primary, .tour-secondary { width: 100%; }
  .product-preview > header { grid-template-columns: 38px minmax(0, 1fr); }
  .product-preview > header em { display: none; }
  .preview-columns { grid-template-columns: 1fr; }
  .preview-flow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .preview-flow span { padding: 8px 6px; border: 1px solid #dce3ec; border-radius: 6px; background: #f8fafc; }
  .preview-flow svg { display: none; }
  .real-preview img { height: 220px; object-fit: cover; object-position: left top; }
  .real-preview figcaption { grid-template-columns: 1fr; gap: 7px; }
  .parent-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .parent-tabs span { border-bottom: 1px solid #d7e3e1; }
  .parent-tabs span:nth-child(2) { border-right: 0; }
  .parent-tabs span:nth-child(3), .parent-tabs span:nth-child(4) { border-bottom: 0; }
  .compare-note { grid-template-columns: 22px minmax(0, 1fr); }
  .compare-note a { grid-column: 2; }
  .tour-closing .tour-shell { align-items: stretch; flex-direction: column; }
  .tour-closing h2 { font-size: 21px; }
  .tour-closing a { justify-content: center; }
}
