.home .hero { padding: 32px 0 36px; }
.home .hero__inner { gap: 26px; }
.home .hero__slogan { color: #2f7471; font-size: 15px; font-weight: 750; margin: 0 0 14px; }
.home .hero__gradeRange { font-size: 16px; font-weight: 750; color: #287471; margin: -8px 0 10px; }
.home .hero__entryActions { display: flex; align-items: flex-start; gap: 12px; }
.home .hero__entryActions > div { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.home .hero__entryActions .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 17px; font-size: 16px; text-align: center; }
.home .hero__entryActions span { color: #526b83; font-size: 12px; margin-top: 7px; text-align: center; }
.home .hero__expectation { color: #526b83; font-size: 13px; line-height: 1.65; margin: 14px 0 0; }
.home .hero__expectation a { display: inline-block; font-weight: 700; color: #287471; margin-top: 5px; text-underline-offset: 3px; }
.home .hero__tabletGroup { display: flex; flex-direction: column; align-items: center; gap: 26px; min-width: 0; }
.home .hero__tablet { width: 100%; max-width: 100%; transform: none; }
.home .hero__previewEntry { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.home .hero__previewEntry button { border: 1px solid #aac4c5; border-radius: 24px; padding: 10px 19px; min-height: 44px; background: #fffffff0; color: #286f6d; font-weight: 750; box-shadow: 0 3px 10px #264d5810; }
.home .hero__previewEntry > span { font-size: 13px; color: #526b83; }
.home .starting-snapshot { margin-top: 23px; padding: 17px 20px 14px; background: linear-gradient(125deg,#f4fbffec,#dbeeeeed); border: 1px solid #c8dde1; border-radius: 18px; box-shadow: 0 8px 18px #38586b0d; }
.home .snapshot-heading { display: flex; align-items: center; gap: 12px; }
.home .snapshot-heading img { width: 58px; height: 54px; object-fit: contain; }
.home .snapshot-heading p { margin: 0 0 3px; color: #347a78; font-size: 11px; letter-spacing: 1px; font-weight: 800; text-transform: uppercase; }
.home .snapshot-heading h2 { font-size: 23px; font-weight: 800; line-height: 1.2; margin: 0; color: #20365a; }
.home .snapshot-skills { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0 14px; }
.home .snapshot-skills dt { color: #497270; font-size: 13px; font-weight: 550; margin-bottom: 5px; }
.home .snapshot-skills dt span { margin-right: 5px; }
.home .snapshot-skills dd { font-size: 16px; font-weight: 700; margin: 0; color: #20365a; line-height: 1.4; }
.home .snapshot-next { padding-top: 11px; border-top: 1px solid #b9d5d8; display: flex; flex-direction: column; gap: 3px; }
.home .snapshot-next span { color: #497270; font-size: 13px; }
.home .snapshot-next strong { font-size: 16px; color: #20365a; }
.home .snapshot-footnote { font-size: 12px; color: #5b7181; margin: 10px 0 0; line-height: 1.5; }
.home .goal-shortcuts { padding: 30px 0; background: linear-gradient(#eff7f7,#f8fafb); }
.home .goal-shortcuts-heading { margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home .goal-shortcuts-heading h2 { font-size: 28px; font-weight: 800; line-height: 1.3; margin: 0; color: #20365a; }
.home .goal-shortcuts-heading nav { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.home .goal-shortcuts-heading a { font-size: 14px; white-space: nowrap; color: #287471; text-decoration: none; font-weight: 650; }
.home .goal-shortcuts-heading a:hover { text-decoration: underline; }
.home .goal-shortcuts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.home .goal-shortcut { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 14px 12px; background: linear-gradient(140deg,#fff,#eaf5fb); border: 1px solid #d3e4e9; border-radius: 14px; text-decoration: none; box-shadow: 0 4px 12px #294c6010; }
.home .goal-shortcut:nth-child(2) { background: linear-gradient(140deg,#fff,#e2f0ed); }
.home .goal-shortcut:nth-child(3) { background: linear-gradient(140deg,#fff,#f8ecdc); }
.home .goal-shortcut:nth-child(4) { background: linear-gradient(140deg,#fff,#e1eaf1); }
.home .goal-shortcut img { width: 47px; height: 50px; object-fit: contain; flex-shrink: 0; }
.home .goal-shortcut strong { font-size: 15px; display: block; color: #20365a; line-height: 1.35; }
.home .goal-shortcut small { display: block; color: #536f8b; font-size: 12px; line-height: 1.4; margin-top: 5px; }
.home .goal-shortcut > span:last-child { margin-left: auto; color: #347a78; font-size: 16px; }
.home .progressStrip__scene { height: 255px; overflow: visible; }
.home .progressStrip__inner { height: 190px; }
.home .progressStrip__marker .marker-caption { position: absolute; top: 51px; left: 50%; transform: translateX(-50%); width: 148px; text-align: center; font-size: 13px; font-weight: 700; line-height: 1.4; color: #20365a; background: #ffffffd9; border-radius: 7px; padding: 6px 8px; white-space: normal; }
.home-tour { width: min(1120px,calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 25px; border: 1px solid #cbd9e0; border-radius: 18px; color: #20365a; background: #f4f7f9; overflow-y: auto; }
.home-tour::backdrop { background: #142c4aba; }
.home-tour__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.home-tour__head p { margin: 0 0 5px; color: #287471; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.home-tour__head h2 { margin: 0; font-size: 28px; }
.home-tour__tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 12px; }
.home-tour__tabs button { border: 1px solid #c4d5de; background: #fff; color: #20365a; border-radius: 8px; padding: 10px 15px; min-height: 44px; font-weight: 650; }
.home-tour__tabs button[aria-selected=true] { background: #3e6f6b; color: #fff; border-color: #3e6f6b; }
.home-tour [data-tour-caption] { color: #526b83; }
.home-tour [data-tour-image] { display: block; width: 100%; height: auto; max-height: 680px; object-fit: contain; background: #fff; border: 1px solid #cbd9e0; border-radius: 12px; }
.home-tour__controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.home-tour__note { font-size: 12px; color: #526b83; margin: 12px 0 20px; }
.home-tour__enlarge { display: inline-block; padding: 10px 0 2px; color: #287471; font-size: 13px; text-underline-offset: 3px; }
@media(max-width:900px) { .home .goal-shortcuts-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:700px) {
    .home .hero__inner { grid-template-columns: 1fr; }
    .home .hero__entryActions > div { flex: 1; }
    .home .hero__entryActions .btn { min-height: 60px; width: 100%; font-size: 14px; padding: 10px; }
    .home .hero__entryActions span { font-size: 11px; }
    .home .hero__tabletGroup { max-width: 420px; margin: 12px auto 0; gap: 16px; }
    .home .progressStrip__marker .marker-caption { width: 80px; font-size: 11px; padding: 5px 3px; }
    .home .progressStrip__scene { height: 270px; }
    .home-tour { padding: 16px; }
    .home-tour__head h2 { font-size: 23px; }
    .home-tour__head .btn { padding: 8px; white-space: nowrap; }
    .home-tour__tabs button { font-size: 13px; padding: 8px 10px; }
}
@media(max-width:550px) {
    .home .goal-shortcuts-heading { display: block; }
    .home .goal-shortcuts-heading h2 { font-size: 25px; margin-bottom: 12px; }
    .home .goal-shortcuts-heading nav { align-items: flex-start; }
    .home .goal-shortcuts-grid { grid-template-columns: 1fr; }
    .home .starting-snapshot { padding: 15px; }
    .home .snapshot-heading h2 { font-size: 21px; }
}
@media(max-width:370px) {
    .home .snapshot-skills { grid-template-columns: 1fr; }
    .home .snapshot-heading img { width: 42px; height: 44px; }
    .home .snapshot-heading { gap: 8px; }
    .home .snapshot-heading h2 { font-size: 19px; }
    .home .progressStrip__marker .marker-caption { width: 62px; }
}
