/* Landing and simple content pages */
.landing-hero { grid-template-columns: minmax(0, 1fr) 360px; align-items: stretch; gap: 24px; min-height: 0; }
.landing-hero > div:first-child { display: block; grid-column: auto; min-width: 0; }
.landing-hero h1 { margin: 0 0 10px; white-space: normal; }
.landing-hero p { max-width: 720px; margin: 0; }
.landing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.landing-actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 96px; height: 38px; padding: 0 16px; border: 1px solid #e1e7ef; border-radius: 8px; background: #fff; color: #334155; font-size: 14px; font-weight: 800; }
.landing-actions .member-primary-action { border-color: var(--blue); background: var(--blue); color: #fff; }
.landing-panel { display: block; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafafa; }
.landing-panel strong { display: block; margin-bottom: 10px; color: #111827; font-size: 16px; line-height: 1.4; }
.landing-panel ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.landing-panel li { color: #475569; font-size: 14px; line-height: 1.6; }
.landing-panel li::before { display: inline-block; width: 6px; height: 6px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--blue); content: ""; }
.service-plan-hero .landing-panel { display: none; }
.landing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: var(--inner); margin: 0 auto; padding: 24px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 8px 8px; background: #fff; }
.landing-grid a, .about-action-grid a, .member-desk-grid a { display: grid; gap: 8px; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff; }
.landing-grid a > [data-icon], .about-action-grid a > [data-icon], .member-desk-grid a > [data-icon] { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #f8fafc; color: #1269f3; mask: none; -webkit-mask: none; }
.landing-grid a > [data-icon]::after, .about-action-grid a > [data-icon]::after, .member-desk-grid a > [data-icon]::after { content: ""; display: block; width: 18px; height: 18px; background: currentColor; mask: var(--icon-url) center / contain no-repeat; -webkit-mask: var(--icon-url) center / contain no-repeat; }
.landing-grid a:nth-child(1) > [data-icon], .about-action-grid a:nth-child(1) > [data-icon], .member-desk-grid a:nth-child(1) > [data-icon] { background: #f8fafc; color: #1269f3; }
.landing-grid a:nth-child(2) > [data-icon], .about-action-grid a:nth-child(2) > [data-icon], .member-desk-grid a:nth-child(2) > [data-icon] { background: #f8fafc; color: #9333ea; }
.landing-grid a:nth-child(3) > [data-icon], .about-action-grid a:nth-child(3) > [data-icon], .member-desk-grid a:nth-child(3) > [data-icon] { background: #f8fafc; color: #059669; }
.landing-grid a:nth-child(4) > [data-icon], .about-action-grid a:nth-child(4) > [data-icon], .member-desk-grid a:nth-child(4) > [data-icon] { background: #f8fafc; color: #ea580c; }
.landing-grid strong, .about-action-grid strong, .member-desk-grid strong { font-size: 18px; }
.landing-grid span, .landing-grid em, .about-action-grid span, .member-desk-grid p { color: var(--muted); font-size: 14px; font-style: normal; }
.landing-content-card { width: var(--inner); margin: 0 auto; padding: 24px; border-top: 0; border-radius: 0 0 8px 8px; }
.about-main { width: var(--container); margin: 0 auto 24px; padding: 24px 34px 0; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; }
.about-content { display: grid; gap: 18px; padding: 24px; }
.about-title { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 8px; width: auto; min-height: 0; margin: 0; padding: 24px; border-radius: 8px; }
.about-value-card, .about-action-grid, .about-help-grid, .service-step-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.about-value-card > div, .about-detail-item, .about-platform-card, .about-wide-card { padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff; }
.about-value-card > div { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 6px 12px; align-items: center; }
.about-value-card [data-icon], .about-detail-item > [data-icon], .about-contact-strip [data-icon], .about-contact-card [data-icon] { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #f8fafc; color: var(--blue); mask: none; -webkit-mask: none; }
.about-value-card [data-icon]::after, .about-detail-item > [data-icon]::after, .about-contact-strip [data-icon]::after, .about-contact-card [data-icon]::after { content: ""; display: block; width: 19px; height: 19px; background: currentColor; mask: var(--icon-url) center / contain no-repeat; -webkit-mask: var(--icon-url) center / contain no-repeat; }
.about-value-card strong { color: #111827; font-size: 16px; line-height: 1.4; font-weight: 800; }
.about-value-card p { grid-column: 2; margin: 0; color: #64748b; font-size: 14px; line-height: 1.7; }
.about-platform-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; align-items: center; }
.about-platform-card h2, .about-detail-item h2, .about-side-card h2, .about-wide-card h2 { margin: 0 0 10px; color: #111827; font-size: 22px; line-height: 1.35; font-weight: 800; }
.about-platform-card p, .about-detail-item p { margin: 0; color: #475569; font-size: 14px; line-height: 1.8; }
.about-school-illustration { position: relative; height: 120px; border-radius: 8px; background: linear-gradient(180deg, #f8fafc 0%, #fafafa 100%); border: 1px solid var(--line-soft); overflow: hidden; }
.school-building { position: absolute; left: 50%; bottom: 20px; width: 94px; height: 62px; transform: translateX(-50%); border-radius: 8px 8px 3px 3px; background: var(--blue); }
.school-building::before { content: ""; position: absolute; left: 50%; top: -25px; width: 64px; height: 36px; transform: translateX(-50%); clip-path: polygon(50% 0, 100% 100%, 0 100%); background: #f97316; }
.school-building::after { content: ""; position: absolute; left: 18px; right: 18px; top: 18px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 18px 0 rgba(255,255,255,.78); }
.school-tree { position: absolute; bottom: 20px; width: 28px; height: 42px; }
.school-tree::before { content: ""; position: absolute; left: 9px; bottom: 0; width: 8px; height: 22px; border-radius: 999px; background: #94a3b8; }
.school-tree::after { content: ""; position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: #16a34a; }
.school-tree.left { left: 24px; }
.school-tree.right { right: 24px; }
.about-detail-card { display: grid; gap: 14px; }
.about-detail-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: start; }
.about-action-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-action-grid a { min-height: 150px; align-content: start; }
.about-action-grid b { align-self: end; color: var(--blue); font-size: 14px; }
.about-sidebar { display: grid; gap: 18px; }
.about-side-card { padding: 18px; }
.about-service-nav { display: grid; gap: 8px; }
.about-service-nav a { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 12px; border-radius: 8px; color: #334155; font-size: 14px; font-weight: 800; }
.about-service-nav a [data-icon] { width: 17px; height: 17px; color: currentColor; }
.about-service-nav a.active, .about-service-nav a:hover { background: var(--blue-soft); color: var(--blue); }
.about-contact-card { display: grid; gap: 12px; }
.about-contact-card p { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; align-items: start; margin: 0; color: #475569; font-size: 13px; line-height: 1.7; }
.about-contact-card p [data-icon] { width: 34px; height: 34px; }
.about-contact-card p [data-icon]::after { width: 18px; height: 18px; }
.about-contact-card b { color: #111827; }
.about-contact-card em { color: #64748b; font-style: normal; }
.about-contact-card > a { display: inline-flex; align-items: center; justify-content: center; height: 38px; border-radius: 8px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; }
.about-contact-strip, .about-help-card { margin-top: 18px; }
.about-contact-strip > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.about-contact-strip article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 6px 12px; align-items: start; padding: 14px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafafa; }
.about-contact-strip strong { color: #111827; font-size: 15px; line-height: 1.4; }
.about-contact-strip p { grid-column: 2; margin: 0; color: #64748b; font-size: 13px; line-height: 1.7; }
.about-help-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.about-help-grid section { display: grid; align-content: start; gap: 8px; padding: 14px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafafa; }
.about-help-grid h3 { margin: 0 0 4px; color: #111827; font-size: 15px; line-height: 1.4; }
.about-help-grid a { color: #475569; font-size: 13px; line-height: 1.5; }
.about-help-grid a:hover { color: var(--blue); }
.about-quick-band { display: none; }
.about-redesign-main { padding-top: 18px; }
.about-page-hero { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 28px; align-items: center; width: var(--inner); min-height: 188px; margin: 0 auto 22px; padding: 34px 42px; border-radius: 8px; background: linear-gradient(135deg, #0a73e8 0%, #128df4 52%, #22c7e8 100%); color: #fff; overflow: hidden; }
.about-page-hero span { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.14); font-size: 12px; line-height: 24px; font-weight: 800; }
.about-page-hero h1 { margin: 14px 0 10px; color: #fff; font-size: 34px; line-height: 1.25; font-weight: 800; letter-spacing: 0; }
.about-page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.8; }
.about-page-hero ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-page-hero li { min-height: 86px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.13); }
.about-page-hero strong { display: block; color: #fff; font-size: 26px; line-height: 1.2; font-weight: 800; }
.about-page-hero em { display: block; margin-top: 8px; color: rgba(255,255,255,.84); font-size: 13px; font-style: normal; }
.about-redesign-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; width: var(--inner); margin: 0 auto; align-items: start; }
.about-redesign-nav, .about-profile-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.about-redesign-nav { display: grid; gap: 2px; padding: 14px; }
.about-redesign-nav a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 14px; border-radius: 8px; color: #334155; font-size: 15px; font-weight: 800; }
.about-redesign-nav a [data-icon] { width: 18px; height: 18px; color: currentColor; }
.about-redesign-nav a.active, .about-redesign-nav a:hover { background: #eff6ff; color: var(--blue); }
.about-profile-panel { padding: 30px; }
.about-profile-head { padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }
.about-profile-head h2 { margin: 0 0 12px; color: #111827; font-size: 28px; line-height: 1.35; font-weight: 800; }
.about-profile-head p, .about-default-body p { margin: 0; color: #475569; font-size: 15px; line-height: 1.9; }
.about-default-body { display: grid; gap: 12px; padding: 22px 0; }
.about-redesign-values { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 20px; }
.about-redesign-values > div { background: #fafcff; }
.about-redesign-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-redesign-actions a { min-height: 154px; background: #fff; }
.contact-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.contact-method-grid article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; min-height: 168px; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafcff; }
.contact-method-grid [data-icon], .contact-process-list p::before { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #eff6ff; color: var(--blue); mask: none; -webkit-mask: none; }
.contact-method-grid [data-icon]::after { content: ""; display: block; width: 20px; height: 20px; background: currentColor; mask: var(--icon-url) center / contain no-repeat; -webkit-mask: var(--icon-url) center / contain no-repeat; }
.contact-method-grid strong { display: block; margin: 0 0 8px; color: #111827; font-size: 17px; line-height: 1.35; }
.contact-method-grid a { color: var(--blue); font-size: 14px; line-height: 1.5; font-weight: 800; overflow-wrap: anywhere; }
.contact-method-grid p { margin: 10px 0 0; color: #64748b; font-size: 13px; line-height: 1.7; }
.contact-process-panel { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.contact-process-panel h2 { margin: 0 0 14px; color: #111827; font-size: 22px; line-height: 1.35; font-weight: 800; }
.contact-process-list { display: grid; gap: 10px; }
.contact-process-list p { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 16px; align-items: center; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff; }
.contact-process-list strong { color: #111827; font-size: 14px; line-height: 1.5; }
.contact-process-list span { color: #64748b; font-size: 14px; line-height: 1.6; }
.contact-action-grid { margin-top: 22px; }
.info-statement-list { display: grid; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.info-statement-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafcff; }
.info-statement-list [data-icon] { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #eff6ff; color: var(--blue); mask: none; -webkit-mask: none; }
.info-statement-list [data-icon]::after { content: ""; display: block; width: 20px; height: 20px; background: currentColor; mask: var(--icon-url) center / contain no-repeat; -webkit-mask: var(--icon-url) center / contain no-repeat; }
.info-statement-list strong, .friend-link-grid strong { display: block; margin: 0 0 8px; color: #111827; font-size: 17px; line-height: 1.35; }
.info-statement-list p, .friend-link-grid p, .help-faq-grid p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.75; }
.friend-link-panel { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.friend-link-panel h2 { margin: 0 0 14px; color: #111827; font-size: 22px; line-height: 1.35; font-weight: 800; }
.friend-link-grid, .help-faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.friend-link-grid article, .help-faq-grid article { min-height: 142px; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fafcff; }
.help-faq-grid { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.help-faq-grid h2 { margin: 0 0 10px; color: #111827; font-size: 17px; line-height: 1.35; font-weight: 800; }
.legal-page main, .page-about-us main, .page-error main { width: var(--container); margin: 0 auto 24px; padding: 24px 34px 0; }

/* Search results */
.page-search-results .search-results-panel { padding: 0; border-radius: 0 0 8px 8px; background: #fff; overflow: hidden; }
.page-search-results .search-result-grid { display: grid; gap: 12px; padding: 20px 24px 24px; }
.page-search-results .search-result-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: 8px 18px; min-height: 118px; padding: 18px; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff; color: var(--text); }
.page-search-results .search-result-card:hover { border-color: var(--blue); color: var(--text); }
.page-search-results .search-result-card > span { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border: 1px solid var(--line-soft); border-radius: 999px; background: #fff; color: var(--blue); font-size: 13px; line-height: 24px; font-weight: 800; }
.page-search-results .search-result-card strong { grid-column: 1; min-width: 0; color: #111827; font-size: 18px; line-height: 1.45; font-weight: 800; }
.page-search-results .search-result-card p { grid-column: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.page-search-results .search-result-card em { grid-column: 2; grid-row: 2 / span 2; align-self: start; justify-self: end; display: inline-flex; align-items: center; height: 24px; padding: 0 8px; border: 1px solid var(--line-soft); border-radius: 999px; background: #fafafa; color: #475569; font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.page-search-results .search-result-empty, .page-search-results .content-empty.static-search-empty { display: grid; gap: 10px; min-height: 180px; align-content: center; padding: 28px; border: 1px dashed #d7dde6; border-radius: 8px; background: #fafafa; }
.page-search-results .search-result-empty strong, .page-search-results .content-empty.static-search-empty strong { color: #111827; font-size: 20px; line-height: 1.4; font-weight: 800; }
.page-search-results .search-result-empty p, .page-search-results .content-empty.static-search-empty p { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.page-search-results .search-pagination { padding: 0 24px 24px; }
@media (max-width: 760px) {
  .page-search-results .search-result-card { grid-template-columns: minmax(0, 1fr); }
  .page-search-results .search-result-card em { grid-column: 1; grid-row: auto; justify-self: start; }
}
