/* Academy: spacious, readable, and designed for touch first. */
.reviews-navigation { display:none; }
@media(max-width:700px) {
 .reviews-navigation { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:24px; }
 .reviews-navigation > div:first-child { display:grid; gap:5px; }
 .reviews-navigation span { font-size:14px; font-weight:600; color:#10244d; }
 .reviews-navigation small { font-size:12px; color:#5d6b80; }
 .reviews-arrows { display:flex; gap:8px; flex-shrink:0; }
 .reviews-arrows button { display:grid; place-items:center; width:44px; height:44px; border:1px solid #cbdcd5; border-radius:50%; background:#fffdf9; color:#10244d; font-size:23px; cursor:pointer; }
 .reviews-arrows button:disabled { opacity:.35; cursor:default; }
 .site-shell .reviews-navigation + .reviews-track { margin-top:16px; }
}
.site-shell .site-footer { color:#10244d; }
.site-shell .site-footer p,.site-shell .site-footer .footer-bottom { color:#5d6b80; }
.site-shell .site-footer .brand-mark img { filter:none; }
.site-shell .route-step .step-copy h3.step-verb { font-size:18px; color:#10244d; }
.site-shell .step-visual { min-height:180px; }
@media(max-width:700px) { .site-shell .step-visual { min-height:96px; } }
.site-shell .ecosystem-mini-list .ecosystem-item-copy span { font-size:16px; line-height:1.6; }
@media(max-width:700px) { .site-shell .reviews-track .review { flex-basis:100%; } }
.site-shell .method-heading { display:block; text-align:center; max-width:760px; margin-inline:auto; }
.site-shell .method-heading h2 { max-width:none; }
.site-shell .method-heading-side { max-width:560px; margin:20px auto 0; }
.site-shell .route-step h3.step-verb { color:#10244d; font-size:18px; letter-spacing:0; text-transform:none; margin-bottom:10px; }
.site-shell .outcomes-heading { display:block; text-align:center; }
.site-shell .outcomes-heading > p { max-width:580px; margin:18px auto 0; font-size:16px; line-height:1.7; }
.site-shell .ecosystem-continuation { text-align:center; }
.site-shell .ecosystem-continuation p { margin-inline:auto; }
.site-shell .review:nth-child(4) { grid-column:2 / span 2; }
.site-shell .review:nth-child(5) { grid-column:4 / span 2; }
.site-shell .review-expand { min-height:44px; margin-bottom:8px; }
.site-shell .faq-layout { max-width:1040px; }
@media(max-width:700px) {
 .site-shell .reviews-intro,.site-shell .ecosystem-item-copy > span,.site-shell .faq-heading > p { font-size:16px; }
 .site-shell .review { flex-basis:92%; }
 .site-shell .faq-item button { min-height:64px; }
 .site-shell .ecosystem-mini-item { border-radius:16px; background:#fffdf9; padding:16px; }
}
.ecosystem-compact { margin-top:40px; padding-top:32px; border-top:1px solid #e5dfd4; scroll-margin-top:90px; }
.ecosystem-continuation h3 { font-size:24px; margin:0 0 10px; }
.ecosystem-continuation p { color:#5d6b80; font-size:16px; line-height:1.7; max-width:650px; }
.ecosystem-mini-list { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:24px; }
.ecosystem-mini-item { display:flex; gap:12px; align-items:flex-start; min-width:0; }
.ecosystem-mini-item .ecosystem-item-art { width:56px; height:56px; flex-shrink:0; border-radius:14px; object-fit:cover; }
.ecosystem-mini-item .ecosystem-item-body { padding:0; display:block; }
.ecosystem-mini-item .ecosystem-icon { display:none; }
.ecosystem-mini-item h3 { font-size:15px; margin:4px 0 6px; letter-spacing:-.02em; }
.ecosystem-mini-item .ecosystem-item-copy > p { color:#b82f40; font-size:10px; }
.ecosystem-mini-item .ecosystem-item-copy > span { color:#5d6b80; font-size:16px; line-height:1.5; }
.trial-simple { text-align:center; max-width:720px; }
.trial-simple h2 { margin:14px auto 20px; }
.trial-description { max-width:540px; margin:0 auto 30px; font-size:17px; line-height:1.75; color:#5d6b80; }
.trial-free { font-size:32px; font-weight:700; margin:0 0 8px; }
.trial-monthly { font-size:17px; margin:0 0 24px; color:#5d6b80; }
.trial-monthly strong { color:#10244d; }
.trial-cancel { font-size:14px; margin:16px 0 0; color:#5d6b80; }
@media(max-width:900px) { .ecosystem-mini-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; } }
@media(max-width:700px) {
 .ecosystem-mini-list { grid-template-columns:1fr; gap:20px; }
 .ecosystem-mini-item .ecosystem-item-art { width:64px; height:64px; }
 .trial-simple .button { width:100%; }
 .site-shell .faq-layout { grid-template-columns:1fr; }
 .site-shell .hero { grid-template-columns:1fr; }
}
body:has(.site-shell) { min-width:0; }
.site-shell { background:#fffdf9; font-family:'Poppins',var(--font-poppins),sans-serif; color:#10244d; }
.site-shell h1,.site-shell h2,.site-shell h3 { font-weight:700; }
.site-shell .section-pad { padding-block:76px; }
.site-shell .hero { padding-block:64px 72px; }
.site-shell .hero h1 { font-size:clamp(38px,4.3vw,60px); line-height:1.1; letter-spacing:-.045em; }
.site-shell .hero-lede { font-size:17px; line-height:1.75; }
.site-shell .hero-photo { box-shadow:none; border-radius:28px; }
.site-shell .hero-visual { padding-bottom:0; }
.site-shell .hero-copy,.site-shell .hero-visual { min-width:0; }
.site-shell .button { min-height:50px; box-shadow:none; font-size:14px; }
.site-shell .hero-price-line { font-size:13px; }
.site-shell .hero-reassurance { font-size:13px; }
.academy-reviews { background:#f3f8f6; }
.academy-reviews h2 { max-width:680px; font-size:clamp(30px,3.3vw,44px); line-height:1.15; letter-spacing:-.035em; margin:12px 0 18px; }
.reviews-intro { color:#5d6b80; font-size:14px; }
.reviews-intro > span,.review-stars { color:#df9a14; letter-spacing:2px; }
.reviews-track { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:20px; margin-top:32px; }
.review { grid-column:span 2; border:1px solid #e5e9e3; border-radius:22px; background:#fffefa; padding:26px; display:flex; flex-direction:column; }
.review:nth-child(4),.review:nth-child(5) { grid-column:span 3; }
.review-author { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.review-author h3 { margin:0 0 3px; font-size:16px; letter-spacing:0; }
.review-avatar { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:#f8e3a3; flex-shrink:0; font-size:12px; font-weight:700; }
.review:nth-child(2n) .review-avatar { background:#d1ece8; }
.review:nth-child(3n) .review-avatar { background:#ffe0db; }
.review > p { font-size:15px; line-height:1.8; margin-bottom:22px; }
.review-source { margin-top:auto; font-size:12px; color:#65736b; text-decoration:underline; text-underline-offset:4px; }
.review > p { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:7; overflow:hidden; }
.review.review-expanded > p { display:block; }
.reviews-track { align-items:start; }
.review-expand { border:0; background:none; color:#10244d; padding:0; text-align:left; font-size:13px; font-weight:600; cursor:pointer; margin:0 0 20px; }
.reviews-footer { display:flex; justify-content:center; margin-top:28px; }
.swipe-hint { display:none; }
.site-shell .method { background:#fffdf9; color:#10244d; }
.site-shell .method::before,.site-shell .method::after { display:none; }
.site-shell .method h2,.site-shell .outcomes h2,.site-shell .ecosystem h2,.site-shell .offer h2,.site-shell .faq h2 { color:#10244d; font-size:clamp(30px,3.3vw,44px); line-height:1.16; letter-spacing:-.035em; }
.site-shell .method-heading-side { border:0; padding:0; }
.site-shell .method-heading-side p,.site-shell .step-copy > p:last-child { color:#5d6b80; font-size:16px; line-height:1.65; }
.site-shell .method .eyebrow,.site-shell .step-verb { color:#b82f40; }
.site-shell .route-step h3 { color:#10244d; font-size:20px; }
.site-shell .route-step { background:none; border:0; }
.site-shell .step-marker { border-color:#fffdf9; }
.site-shell .method-footer-note { color:#5d6b80; }
.site-shell .outcomes { background:#f9f5ed; }
.site-shell .outcome-card { background:#fffdf9; box-shadow:none; }
.site-shell .ecosystem { background:#fffdf9; }
.site-shell .ecosystem-item { box-shadow:none; background:#f3f8f6; }
.site-shell .ecosystem-item-art { max-height:180px; object-fit:cover; }
.site-shell .ecosystem-item-copy span { font-size:14px; line-height:1.6; }
.site-shell .offer { background:#f3f8f6; }
.site-shell .offer-card { box-shadow:none; background:none; border:0; }
.site-shell .offer-price { background:#fffdf9; border:1px solid #dde6de; color:#10244d; box-shadow:none; padding:32px; min-height:0; }
.site-shell .offer-price > strong { font-size:64px; color:#10244d; }
.site-shell .offer-price > p,.site-shell .offer-price > small,.site-shell .cancel-note { color:#5d6b80; }
.site-shell .offer-price .button { background:#f2384e; color:white; }
.site-shell .offer-copy ul { grid-template-columns:1fr; font-size:16px; line-height:1.6; }
.site-shell .faq { background:#fffdf9; }
.site-shell .faq-item button { font-size:16px; }
.site-shell .faq-answer p { font-size:16px; line-height:1.75; }
.site-shell .site-footer { background:#f9f5ed; }
.site-shell a:focus-visible,.site-shell button:focus-visible,.reviews-track:focus-visible { outline:3px solid #258d8b; outline-offset:5px; }
@media(max-width:700px) {
 .site-shell .page-width { width:calc(100% - 40px); }
 .site-shell .section-pad { padding-block:60px; }
 .site-shell .hero { padding-block:36px 52px; gap:30px; }
 .site-shell .hero h1 { font-size:38px; }
 .site-shell .hero-lede { font-size:17px; }
 .site-shell .hero-offer { margin-top:18px; }
 .site-shell .hero-photo { max-height:390px; }
 .site-shell .hero h1,.site-shell .hero-start,.site-shell .hero-destination { max-width:none; }
 .site-shell .button { min-height:50px; }
 .site-shell .hero-price-line { font-size:12px; line-height:1.9; }
 .reviews-track { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:14px; margin-right:-20px; padding:0 20px 16px 0; scrollbar-width:thin; }
 .review { flex:0 0 88%; scroll-snap-align:start; padding:22px; }
 .review > p { font-size:16px; line-height:1.75; }
 .reviews-footer { flex-direction:column; gap:20px; }
 .swipe-hint { display:block; font-size:12px; color:#65736b; }
 .reviews-footer .button { width:100%; }
 .site-shell .route-steps { grid-template-columns:1fr; gap:22px; }
 .site-shell .route-steps::before { display:none; }
 .site-shell .route-step { grid-template-columns:96px 1fr; gap:18px; padding:0; align-items:center; }
 .site-shell .step-visual img { width:96px; }
 .site-shell .step-copy > p:last-child { font-size:16px; }
 .site-shell .step-verb { font-size:11px; }
 .site-shell .route-step h3 { font-size:18px; }
 .site-shell .ecosystem-list { grid-template-columns:1fr; gap:14px; }
 .site-shell .ecosystem-item { display:grid; grid-template-columns:105px 1fr; align-items:center; border-radius:18px; }
 .site-shell .ecosystem-item-art { width:105px; height:120px; margin:0; }
 .site-shell .ecosystem-item-body { padding:16px; }
 .site-shell .ecosystem-icon { display:none; }
 .site-shell .outcome-grid { grid-template-columns:1fr; }
 .site-shell .offer-copy ul { font-size:16px; }
 .site-shell .faq-item button { font-size:16px; }
}
