:root {
  color-scheme: light;
  --explore-ink: #20304e;
  --explore-muted: #667997;
  --explore-soft: #8b9ab4;
  --explore-line: #dfe8f5;
  --explore-surface: #ffffff;
  --explore-canvas: #f3f7fd;
  --explore-blue: #456ce4;
  --explore-blue-strong: #3159d5;
  --explore-blue-pale: #edf2ff;
  --explore-mint: #e6f7ef;
  --explore-peach: #fff0e7;
  --explore-yellow: #fff7d8;
  --explore-shadow: 0 18px 48px rgba(44, 65, 110, 0.1);
  --explore-radius: 26px;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--explore-ink);
  background:
    radial-gradient(circle at 7% 1%, rgba(116, 159, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 98% 31%, rgba(255, 212, 170, 0.2), transparent 25rem),
    var(--explore-canvas);
}

html.explore-modal-open,
html.explore-modal-open body { overflow: hidden; }

.explore-announcement,
.explore-announcement-image { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom)); background: rgba(21, 31, 57, .58); backdrop-filter: blur(7px); }
.explore-announcement__modal,
.explore-announcement-image > section { position: relative; width: min(410px, 100%); max-height: calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); overflow-y: auto; padding: 27px 23px 22px; border: 1px solid rgba(255,255,255,.88); border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(17, 28, 57, .28); text-align: center; }
.explore-announcement__modal h2,
.explore-announcement-image h2 { margin: 7px 30px 0; color: #263956; font-size: 23px; line-height: 1.35; }
.explore-announcement__modal > p { margin: 9px 0 0; color: #6e7e97; font-size: 13px; line-height: 1.65; }
.explore-announcement__close,
.explore-announcement-image section > button:first-child { position: absolute; top: 12px; right: 12px; display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 0; border-radius: 11px; color: #687892; background: #f1f4f9; font-size: 23px; line-height: 1; }
.explore-announcement__image { position: relative; display: block; width: min(250px, 100%); margin: 18px auto 0; padding: 8px; overflow: hidden; border: 1px solid #dfe7f3; border-radius: 17px; background: #fff; }
.explore-announcement__image img { display: block; width: 100%; aspect-ratio: 1; border-radius: 11px; object-fit: contain; background: #f5f7fb; }
.explore-announcement__image span { position: absolute; right: 15px; bottom: 15px; padding: 6px 9px; border-radius: 999px; color: #38537b; background: rgba(255,255,255,.94); box-shadow: 0 3px 12px rgba(31, 49, 88, .13); font-size: 10px; font-weight: 800; }
.explore-announcement__gate { color: #526fbd !important; font-weight: 750; }
.explore-announcement__confirm,
.explore-announcement-image section > button:last-child { width: min(250px, 100%); min-height: 45px; margin-top: 18px; padding: 9px 15px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(120deg, var(--explore-blue), var(--explore-blue-strong)); box-shadow: 0 8px 18px rgba(49, 84, 200, .22); font-size: 13px; font-weight: 800; }
.explore-announcement-image { z-index: 82; background: rgba(15, 24, 48, .76); }
.explore-announcement-image img { display: block; width: min(300px, 100%); max-height: 55dvh; margin: 17px auto 0; border: 1px solid #e1e7f1; border-radius: 15px; object-fit: contain; background: #fff; }
.explore-announcement-image p { min-height: 20px; margin: 12px 0 0; color: #697b96; font-size: 12px; font-weight: 700; line-height: 1.55; }
.explore-announcement-image section > button:last-child:disabled { color: #9ba8bc; background: #edf0f5; box-shadow: none; }

button,
input { font: inherit; }

button { cursor: pointer; }

a { color: inherit; text-decoration: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.explore-shell {
  width: min(1120px, calc(100% - 40px));
  padding: 20px 0 144px;
  margin: 0 auto;
}

.explore-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  margin-bottom: 30px;
}

.explore-brand,
.explore-header__actions,
.explore-hero__actions,
.explore-trust-row,
.explore-consult__actions,
.explore-question__form { display: flex; align-items: center; }

.explore-brand { gap: 10px; min-width: 0; }

.explore-brand__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(145deg, #5e86ff, #3154c8);
  box-shadow: 0 8px 18px rgba(49, 84, 200, 0.26);
}

.explore-brand__mark.has-image { background: #fff; }
.explore-brand__mark img { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.explore-brand__mark-text { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.explore-brand strong,
.explore-brand small { display: block; line-height: 1.2; }
.explore-brand strong { font-size: 15px; letter-spacing: 0.02em; }
.explore-brand small { margin-top: 3px; color: var(--explore-soft); font-size: 11px; }

.explore-header__actions { gap: 10px; }

.explore-share-school,
.explore-school-switch {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 13px 0 8px;
  border: 1px solid #dbe5f7;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.explore-share-school {
  color: #fff;
  border-color: #456be0;
  background: linear-gradient(135deg, #5b7ae4, #3f61ce);
  box-shadow: 0 8px 20px rgba(49, 84, 200, 0.18);
}

.explore-share-school:hover { transform: translateY(-1px); background: linear-gradient(135deg, #6483eb, #4567d5); }
.explore-share-school:focus-visible,
.explore-school-switch:focus-visible { outline: 3px solid rgba(69, 108, 228, 0.22); outline-offset: 2px; }

.explore-school-switch {
  color: #405fac;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(44, 65, 110, 0.07);
}

.explore-school-switch:hover { transform: translateY(-1px); border-color: #bfcff0; background: #fff; }

.explore-share-school__mark,
.explore-school-switch__mark {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #6689ee, #4265d5);
  font-size: 12px;
}

.explore-share-school__mark { color: #4867ce; background: rgba(255, 255, 255, 0.94); }

.explore-share-guide {
  position: fixed;
  z-index: 98;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
  background: rgba(17, 28, 57, 0.62);
  backdrop-filter: blur(8px);
}

.explore-share-guide__sheet {
  position: relative;
  width: min(400px, 100%);
  padding: 29px 23px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 28, 57, 0.3);
  text-align: center;
}

.explore-share-guide__sheet h2 { margin: 7px 28px 0; color: #263956; font-size: 23px; line-height: 1.35; }
.explore-share-guide__sheet > p:not(.explore-eyebrow) { margin: 9px 0 0; color: #6e7e97; font-size: 13px; line-height: 1.7; }

.explore-share-guide__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 11px;
  color: #687892;
  background: #f1f4f9;
  font-size: 23px;
  line-height: 1;
}

.explore-share-guide__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #5d7ee7, #3f60ce);
  box-shadow: 0 10px 22px rgba(55, 88, 202, 0.24);
  font-size: 24px;
  font-weight: 850;
}

.explore-share-guide__status {
  display: flex;
  min-height: 46px;
  margin-top: 17px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dce7fa;
  border-radius: 13px;
  color: #4562a5;
  background: #f4f7ff;
  font-size: 12px;
  line-height: 1.55;
}

.explore-share-guide__status > span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #e1a442; }
.explore-share-guide__status.is-ready { color: #267351; border-color: #cfeadd; background: #f0fbf6; }
.explore-share-guide__status.is-ready > span { background: #39b77d; }
.explore-share-guide__status.is-error { color: #a14b4b; border-color: #f0d5d5; background: #fff5f5; }
.explore-share-guide__status.is-error > span { background: #dc6868; }

.explore-share-guide__confirm {
  width: min(250px, 100%);
  min-height: 45px;
  margin-top: 18px;
  padding: 9px 15px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(120deg, var(--explore-blue), var(--explore-blue-strong));
  box-shadow: 0 8px 18px rgba(49, 84, 200, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.explore-school-picker {
  position: fixed;
  z-index: 96;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
  background: rgba(17, 28, 57, 0.58);
  backdrop-filter: blur(7px);
}

.explore-school-picker__sheet {
  width: min(520px, 100%);
  max-height: calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(17, 28, 57, 0.3);
}

.explore-school-picker__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.explore-school-picker__header h2 { margin: 5px 0 0; color: #263956; font-size: 25px; line-height: 1.25; }

.explore-school-picker__x {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: #687892;
  background: #f1f4f9;
  font-size: 25px;
  line-height: 1;
}

.explore-school-picker__description { margin: 12px 0 0; color: #6e7e97; font-size: 13px; line-height: 1.65; }

.explore-school-picker__search {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 0 15px;
  border: 1px solid #dfe7f3;
  border-radius: 15px;
  color: #8190a7;
  background: #f7f9fd;
}

.explore-school-picker__search:focus-within { border-color: #9fb5ec; box-shadow: 0 0 0 3px rgba(69, 108, 228, 0.1); }
.explore-school-picker__search input { width: 100%; min-width: 0; border: 0; outline: 0; color: #273a59; background: transparent; font-size: 14px; }
.explore-school-picker__search input::placeholder { color: #9aa7ba; }
.explore-school-picker__hint { margin: 9px 2px 0; color: #8795aa; font-size: 11px; line-height: 1.55; }

.explore-school-picker__list {
  max-height: min(390px, 46dvh);
  margin-top: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.explore-school-picker__item {
  width: 100%;
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border: 0;
  border-bottom: 1px solid #edf1f7;
  color: #263956;
  background: #fff;
  text-align: left;
}

.explore-school-picker__item:hover { background: #f7f9fe; }
.explore-school-picker__item.is-current { background: #f2f6ff; }
.explore-school-picker__avatar { display: grid; width: 44px; height: 44px; place-items: center; flex: 0 0 auto; border-radius: 14px; color: #3658c6; background: #eaf0ff; font-size: 17px; font-weight: 900; }
.explore-school-picker__copy { min-width: 0; flex: 1; }
.explore-school-picker__copy strong,
.explore-school-picker__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.explore-school-picker__copy strong { font-size: 14px; }
.explore-school-picker__copy small { margin-top: 5px; color: #8593a8; font-size: 11px; }
.explore-school-picker__badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; color: #3b66c7; background: #e8efff; font-size: 10px; font-weight: 800; }
.explore-school-picker__arrow { flex: 0 0 auto; color: #7789a7; font-size: 24px; }
.explore-school-picker__status { margin: 15px 0 0; color: #7d8ca2; font-size: 13px; line-height: 1.6; text-align: center; }
.explore-school-picker__status.is-error { color: #a96428; }
.explore-school-picker__cancel { width: 100%; min-height: 44px; margin-top: 14px; border: 1px solid #e1e7f1; border-radius: 13px; color: #697991; background: #fff; font-size: 13px; font-weight: 800; }

.explore-demo-label {
  padding: 7px 10px;
  border: 1px solid #f1cf86;
  border-radius: 999px;
  color: #9b6911;
  background: #fff7e5;
  font-size: 12px;
  font-weight: 700;
}

.explore-ask-link,
.explore-quiet-link,
.explore-inline-link {
  color: #4562b9;
  font-size: 14px;
  font-weight: 750;
}

.explore-ask-link {
  padding: 10px 13px;
  border: 1px solid #dbe5f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 160ms ease, background 160ms ease;
}

.explore-ask-link:hover { transform: translateY(-1px); background: #fff; }

.explore-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: clamp(24px, 5vw, 72px);
  min-height: 338px;
  padding: clamp(34px, 6vw, 64px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(220, 230, 248, 0.9);
  border-radius: 32px;
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  box-shadow: var(--explore-shadow);
}
.explore-hero.is-copy-only { grid-template-columns: minmax(0, 1fr); }
.explore-hero.is-carousel { display: block; min-height: 0; padding: 0; background: #e9eef8; }
.explore-hero.is-carousel::before, .explore-hero.is-carousel::after { display: none; }
.explore-hero-carousel { position: relative; width: 100%; overflow: hidden; border-radius: inherit; background: #e9eef8; touch-action: pan-y; }
.explore-hero-carousel__track { display: flex; width: 100%; transition: transform 420ms cubic-bezier(.22,.61,.36,1); will-change: transform; }
.explore-hero-carousel__slide { display: block; min-width: 100%; padding: 0; border: 0; background: #e9eef8; cursor: pointer; }
.explore-hero-carousel__slide img { display: block; width: 100%; aspect-ratio: 20 / 8; object-fit: cover; }
.explore-hero-carousel__dots { position: absolute; z-index: 2; left: 50%; bottom: 15px; display: flex; gap: 6px; transform: translateX(-50%); }
.explore-hero-carousel__dots:empty { display: none; }
.explore-hero-carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.58); box-shadow: 0 1px 4px rgba(20,35,64,.22); transition: width 180ms ease, background 180ms ease; }
.explore-hero-carousel__dots button.is-active { width: 22px; background: #fff; }
.explore-hero-carousel__contact { position: absolute; z-index: 2; right: 15px; bottom: 14px; display: inline-flex; min-height: 30px; padding: 0 10px; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.64); border-radius: 999px; color: #fff; background: rgba(25,43,80,.58); box-shadow: 0 5px 13px rgba(23,37,69,.18); backdrop-filter: blur(8px); font-size: 11px; font-weight: 750; pointer-events: none; }
.explore-hero-carousel__contact > span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 6px; color: #326f50; background: #fff; font-size: 10px; font-weight: 900; }

.explore-hero.has-hero-background {
  background-image: linear-gradient(112deg, rgba(255, 255, 255, var(--explore-hero-overlay-start, 0.88)), rgba(247, 250, 255, var(--explore-hero-overlay-end, 0.84))), var(--explore-hero-image);
  background-position: center;
  background-size: cover;
}

.explore-hero::before,
.explore-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.explore-hero::before {
  width: 340px;
  height: 340px;
  right: -110px;
  bottom: -224px;
  border: 54px solid rgba(161, 187, 255, 0.23);
}

.explore-hero::after {
  width: 130px;
  height: 130px;
  top: -76px;
  right: 29%;
  background: rgba(255, 215, 158, 0.19);
}

.explore-hero__copy { align-self: center; }

.explore-eyebrow {
  margin: 0 0 9px;
  color: #5f7bc8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.explore-hero h1,
.explore-section h2,
.explore-story h2,
.explore-consult h2,
.explore-question h2 { margin: 0; letter-spacing: -0.045em; }

.explore-hero h1 {
  max-width: 700px;
  font-size: clamp(39px, 5.1vw, 68px);
  line-height: 1.04;
}

.explore-hero h1 em {
  color: #486ce2;
  font-style: normal;
}

.explore-hero__school {
  margin: 0 0 10px;
  color: #375cbf;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.45;
}

.explore-hero__lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--explore-muted);
  font-size: 16px;
  line-height: 1.8;
}

.explore-hero__actions { gap: 19px; margin-top: 27px; flex-wrap: wrap; }

.explore-primary-button {
  min-height: 48px;
  padding: 0 19px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(120deg, var(--explore-blue), var(--explore-blue-strong));
  box-shadow: 0 11px 19px rgba(49, 84, 200, 0.2);
  font-size: 14px;
  font-weight: 780;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.explore-primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 25px rgba(49, 84, 200, 0.28); }

.explore-quiet-link { padding: 12px 0; border-bottom: 1px solid #b9c9ef; }

.explore-hero__note {
  align-self: end;
  padding: 23px;
  border: 1px solid rgba(203, 218, 252, 0.94);
  border-radius: 22px;
  background: rgba(240, 245, 255, 0.8);
  backdrop-filter: blur(9px);
}

.explore-hero__note-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 11px;
  color: #536fd7;
  background: #fff;
}

.explore-hero__note p { margin: 15px 0 4px; color: var(--explore-muted); font-size: 13px; line-height: 1.6; }
.explore-hero__note strong { display: block; font-size: 15px; line-height: 1.55; }

.explore-trust-row { gap: 8px; margin-top: 20px; flex-wrap: wrap; }

.explore-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border-radius: 9px;
  color: #54708e;
  background: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
}

.explore-trust-pill::before { width: 6px; height: 6px; content: ""; border-radius: 50%; background: #7bbf9e; }
.explore-trust-pill.is-pending::before { background: #dda343; }

.explore-section { margin-top: 76px; scroll-margin-top: 22px; }

.explore-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
}

.explore-section__heading > p { max-width: 330px; margin: 0 0 2px; color: var(--explore-muted); font-size: 13px; line-height: 1.65; text-align: right; }
.explore-section h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.16; }
.explore-priority__hint { max-width: 330px; margin: 0 0 2px; color: var(--explore-muted); font-size: 13px; line-height: 1.65; text-align: right; }

.explore-faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.explore-faq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  min-height: 104px;
  gap: 8px;
  padding: 12px 8px;
  overflow: hidden;
  border: 1px solid #dce5f5;
  border-radius: 17px;
  color: #344866;
  background: linear-gradient(135deg, #ffffff, #f6f9ff);
  box-shadow: 0 8px 19px rgba(49, 77, 132, 0.055);
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.explore-faq-card:hover { transform: translateY(-2px); border-color: #b7c8ed; box-shadow: 0 13px 24px rgba(49, 77, 132, 0.1); }
.explore-faq-card:active { transform: scale(.985); }
.explore-faq-card:focus-visible { outline: 3px solid rgba(72, 108, 226, .24); outline-offset: 3px; }
.explore-faq-card.is-direct { border-color: #cad8f6; background: #f8faff; }
.explore-faq-card.is-direct .explore-faq-card__icon { color: #365fd0; background: #e8efff; }
.explore-faq-card__icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 12px; color: #5473d4; background: #eaf0ff; font-size: 18px; }
.explore-faq-card__copy { display: grid; min-width: 0; gap: 3px; }
.explore-faq-card__copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #31425f; font-size: 13px; line-height: 1.35; text-align: center; }
.explore-faq-card__copy small, .explore-faq-card__arrow { display: none; }

body.is-faq-detail-open { overflow: hidden; }
.explore-faq-detail-backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(28, 39, 68, .42); backdrop-filter: blur(4px); }
.explore-faq-detail { position: fixed; z-index: 61; left: 50%; bottom: 24px; display: grid; width: min(620px, calc(100vw - 32px)); max-height: min(78dvh, 690px); transform: translateX(-50%); overflow: hidden auto; border: 1px solid rgba(225, 231, 243, .96); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(20, 31, 57, .28); }
.explore-faq-detail[hidden], .explore-faq-detail-backdrop[hidden] { display: none; }
.explore-faq-detail__handle { display: none; }
.explore-faq-detail__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 23px 24px 17px; border-bottom: 1px solid #e9edf5; }
.explore-faq-detail__header .explore-eyebrow { margin-bottom: 5px; color: #5474d9; }
.explore-faq-detail__header h2 { margin: 0; color: #263653; font-size: 23px; line-height: 1.28; }
.explore-faq-detail__close { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #4f5d73; background: #f1f4f8; font-size: 29px; line-height: 1; }
.explore-faq-detail__close:hover { background: #e6ebf5; }
.explore-faq-detail__close:focus-visible, .explore-faq-detail__close-action:focus-visible { outline: 3px solid rgba(70, 101, 211, .24); outline-offset: 3px; }
.explore-faq-detail__body { display: grid; gap: 16px; padding: 20px 24px 8px; }
.explore-faq-detail__question { margin: 0; color: #51647f; font-size: 14px; font-weight: 740; line-height: 1.65; }
.explore-faq-detail__answer { padding: 17px; border: 1px solid #e2e8f5; border-radius: 16px; background: #f8faff; }
.explore-faq-detail__answer > span { display: inline-flex; margin-bottom: 9px; color: #476ad4; font-size: 12px; font-weight: 850; }
.explore-faq-detail__answer p { margin: 0; color: #2d3e59; font-size: 15px; line-height: 1.8; white-space: pre-wrap; }
.explore-faq-detail__images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.explore-faq-detail__images[hidden] { display: none; }
.explore-faq-detail__images img { display: block; width: 100%; aspect-ratio: 1.35; border-radius: 14px; object-fit: cover; background: #eff3fa; }
.explore-faq-detail__close-action { width: calc(100% - 48px); min-height: 46px; margin: 16px 24px 24px; border: 0; border-radius: 13px; color: #fff; background: #4264d0; font: inherit; font-size: 14px; font-weight: 820; box-shadow: 0 8px 17px rgba(53, 84, 181, .2); }
.explore-faq-detail__close-action:active { transform: scale(.985); }

.explore-priority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.explore-priority-card {
  position: relative;
  display: flex;
  min-height: 235px;
  padding: 20px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 22px;
  color: var(--explore-ink);
  text-align: left;
  background: var(--explore-surface);
  box-shadow: 0 10px 30px rgba(49, 77, 132, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.explore-priority-card:hover,
.explore-priority-card[aria-pressed="true"] { transform: translateY(-3px); border-color: #b9caef; box-shadow: 0 15px 30px rgba(49, 77, 132, 0.12); }

.explore-priority-card::after {
  position: absolute;
  width: 115px;
  height: 115px;
  right: -39px;
  bottom: -45px;
  content: "";
  border: 22px solid currentColor;
  border-radius: 50%;
  opacity: 0.09;
}

.explore-priority-card--dorm { color: #bd775b; background: linear-gradient(145deg, #fffdfb, #fff2ea); }
.explore-priority-card--academic { color: #4969c9; background: linear-gradient(145deg, #fcfdff, #edf3ff); }
.explore-priority-card--route { color: #2b9b79; background: linear-gradient(145deg, #fdfffe, #e9f9f2); }
.explore-priority-card--prepare { color: #a3781b; background: linear-gradient(145deg, #fffefd, #fff7df); }
.explore-priority-card--roommate { color: #8c5fb6; background: linear-gradient(145deg, #fffdff, #f5edff); }

.explore-priority-card__top,
.explore-priority-card__bottom { position: relative; z-index: 1; width: 100%; }
.explore-priority-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.explore-priority-card__index { color: currentColor; font-size: 12px; font-weight: 850; letter-spacing: 0.12em; }

.explore-priority-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  color: #60708d;
  background: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 760;
}

.explore-priority-card h3 { max-width: 190px; margin: 31px 0 8px; color: var(--explore-ink); font-size: 19px; letter-spacing: -0.03em; line-height: 1.25; }
.explore-priority-card p { margin: 0; color: #72819b; font-size: 12px; line-height: 1.65; }

.explore-priority-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 18px; color: #475875; font-size: 12px; font-weight: 750; }
.explore-priority-card__arrow { font-size: 19px; line-height: 1; }
.explore-priority-card__compact { display: none; }
.explore-priority-card__compact-action { display: none; }

.explore-story {
  position: relative;
  min-height: 340px;
  margin-top: 22px;
  overflow: hidden;
  scroll-margin-top: 22px;
  border: 1px solid #dae5f5;
  border-radius: var(--explore-radius);
  background: var(--explore-surface);
  box-shadow: 0 16px 38px rgba(49, 77, 132, 0.07);
}

.explore-story__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  min-height: 340px;
}

.explore-story__copy { padding: clamp(29px, 4vw, 52px); }

.explore-story__status {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 9px;
  color: #5273ad;
  background: #edf3ff;
  font-size: 11px;
  font-weight: 750;
}

.explore-story__status.is-pending { color: #9c741c; background: #fff7df; }
.explore-story h2 { max-width: 540px; margin-top: 17px; font-size: clamp(27px, 3.2vw, 41px); line-height: 1.13; }
.explore-story__lead { max-width: 550px; margin: 15px 0 0; color: var(--explore-muted); font-size: 14px; line-height: 1.75; }

.explore-story__checks { display: grid; gap: 9px; padding: 0; margin: 22px 0 0; list-style: none; }
.explore-story__checks li { display: flex; gap: 9px; align-items: flex-start; color: #51637f; font-size: 13px; line-height: 1.55; }
.explore-story__checks li::before { content: "✓"; color: #4c73df; font-weight: 900; }

.explore-story__actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 24px; }

.explore-story__action {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 15px;
  border-radius: 13px;
  color: #fff;
  background: var(--explore-blue);
  box-shadow: 0 9px 17px rgba(69, 108, 228, 0.19);
  font-size: 13px;
  font-weight: 780;
}

.explore-story__hint { color: #6c7f9e; font-size: 12px; font-weight: 650; }

.explore-story__visual {
  position: relative;
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  background: #edf3ff;
}

.explore-story__visual::before,
.explore-story__visual::after { position: absolute; content: ""; border-radius: 50%; }
.explore-story__visual::before { width: 335px; height: 335px; background: rgba(111, 145, 244, 0.18); transform: translate(28%, -25%); }
.explore-story__visual::after { width: 220px; height: 220px; background: rgba(255, 255, 255, 0.64); transform: translate(-58%, 52%); }
.explore-story__visual--dorm { background: linear-gradient(145deg, #f9e2d5, #fff8f3); }
.explore-story__visual--dorm::before { background: rgba(207, 141, 107, 0.18); }
.explore-story__visual--route { background: linear-gradient(145deg, #e0f8ed, #f6fffb); }
.explore-story__visual--route::before { background: rgba(77, 183, 145, 0.18); }
.explore-story__visual--prepare { background: linear-gradient(145deg, #fff4d2, #fffbef); }
.explore-story__visual--prepare::before { background: rgba(238, 184, 62, 0.16); }
.explore-story__visual--roommate { background: linear-gradient(145deg, #f3e8ff, #fffaff); }
.explore-story__visual--roommate::before { background: rgba(156, 105, 208, 0.18); }

.explore-story__image {
  position: absolute;
  z-index: 2;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: cover;
  border-radius: 19px;
  box-shadow: 0 17px 35px rgba(61, 56, 64, 0.16);
}

.explore-visual-card {
  position: relative;
  z-index: 1;
  width: min(272px, calc(100% - 44px));
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(50, 77, 130, 0.1);
  backdrop-filter: blur(8px);
}

.explore-visual-card__symbol { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; color: #4e6edf; background: #edf2ff; font-size: 20px; font-weight: 850; }
.explore-story__visual--dorm .explore-visual-card__symbol { color: #b76c51; background: #fff0e8; }
.explore-story__visual--route .explore-visual-card__symbol { color: #268d6c; background: #e8f8ef; }
.explore-story__visual--prepare .explore-visual-card__symbol { color: #a57415; background: #fff4d4; }
.explore-story__visual--roommate .explore-visual-card__symbol { color: #8152aa; background: #f0e3ff; }
.explore-visual-card strong { display: block; margin-top: 17px; font-size: 18px; letter-spacing: -0.03em; }
.explore-visual-card p { margin: 7px 0 0; color: #71819b; font-size: 12px; line-height: 1.6; }

.explore-inline-link { white-space: nowrap; }

.explore-campus__heading-actions { display: flex; align-items: center; gap: 13px; }
.explore-campus__expand,
.explore-campus__swipe-hint { display: none; }

.explore-campus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.explore-campus-card {
  position: relative;
  display: flex;
  min-height: 234px;
  padding: 21px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #e0e8f5;
  border-radius: 21px;
  background: #fff;
}

.explore-campus-card--preview { justify-content: flex-start; padding: 0; }
.explore-campus-card__media { position: relative; display: block; height: 166px; overflow: hidden; color: inherit; background: #edf2f7; }
.explore-campus-card__preview-image,
.explore-campus-card__preview-fallback { display: grid; width: 100%; height: 100%; flex: 0 0 auto; place-items: center; object-fit: cover; background: #edf2f7; transition: transform 180ms ease; }
.explore-campus-card__preview-fallback { font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 33px; }
.explore-campus-card__preview-fallback--dorm { background: linear-gradient(135deg, #fff0e7, #f7efff); }
.explore-campus-card__preview-fallback--map { background: linear-gradient(135deg, #e8f8ef, #eef6ff); }
.explore-campus-card__preview-fallback--bedding { background: linear-gradient(135deg, #fff2e6, #f3f0ff); }
.explore-campus-card__media:hover .explore-campus-card__preview-image { transform: scale(1.035); }
.explore-campus-card__media-action { position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 999px; color: #334967; background: rgba(255, 255, 255, 0.9); box-shadow: 0 5px 13px rgba(33, 50, 81, 0.13); font-size: 11px; font-weight: 800; }
.explore-campus-card--preview .explore-campus-card__content { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 15px 16px 17px; }
.explore-campus-card--preview h3 { margin-top: 9px; }
.explore-campus-card--preview .explore-campus-card__link { margin-top: auto; padding-top: 12px; }

.explore-campus-card__content { position: relative; z-index: 1; }
.explore-campus-card__icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: auto; border-radius: 13px; color: #526bc8; background: #edf2ff; font-size: 18px; font-weight: 800; }
.explore-campus-card__tag { display: inline-flex; align-items: center; min-height: 23px; padding: 2px 7px; border-radius: 8px; color: #647896; background: #f1f5fb; font-size: 10px; font-weight: 760; }
.explore-campus-card h3 { margin: 12px 0 7px; font-size: 19px; letter-spacing: -0.03em; line-height: 1.2; }
.explore-campus-card p { margin: 0; color: #7686a0; font-size: 12px; line-height: 1.63; }
.explore-campus-card__link { display: inline-flex; margin-top: 15px; color: #496bd5; font-size: 12px; font-weight: 780; }

.explore-roommate { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 17px; align-items: center; margin-top: 28px; padding: 20px 22px; border: 1px solid #d7e3fb; border-radius: 19px; background: linear-gradient(125deg, #f2f7ff, #f7fbff 62%, #effaf6); }
.explore-home-interaction { margin-top: 28px; padding: 20px; border: 1px solid #d7e3fb; border-radius: 19px; background: #f8fbff; }
.explore-home-interaction__heading h2 { margin: 0; color: #344866; font-size: 20px; }
.explore-home-interaction__heading > p:last-child { margin: 6px 0 0; color: #71829b; font-size: 13px; }
.explore-home-interaction__items { display: grid; gap: 12px; margin-top: 14px; }
.explore-home-interaction__item .explore-roommate { margin-top: 0; }
.explore-roommate__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; color: #4276dd; background: #e5efff; font-size: 24px; font-weight: 900; }
.explore-roommate__copy { min-width: 0; }
.explore-roommate__copy .explore-eyebrow { margin-bottom: 5px; }
.explore-roommate h2 { margin: 0; color: #344866; font-size: 19px; letter-spacing: -.035em; }
.explore-roommate p:not(.explore-eyebrow) { margin: 6px 0 0; color: #71829b; font-size: 12px; line-height: 1.58; }
.explore-roommate__action { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 12px; border-radius: 12px; color: #fff; background: #4e7de1; box-shadow: 0 7px 14px rgba(66,113,210,.17); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.explore-gift { border-color: #eadfbe; background: #fffaf0; }
.explore-gift .explore-roommate__icon { color: #8d681d; background: #fff0c8; }
.explore-gift .explore-roommate__action { background: #315fd7; }

.explore-prepare { padding: clamp(25px, 3.4vw, 36px); border: 1px solid #dce7f7; border-radius: var(--explore-radius); background: rgba(255, 255, 255, 0.82); }
.explore-prepare .explore-section__heading { align-items: center; margin-bottom: 20px; }
.explore-prepare__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #cfdbf7;
  border-radius: 12px;
  background: #f8faff;
  box-shadow: 0 5px 13px rgba(53, 85, 159, 0.06);
}
.explore-prepare__action:hover { border-color: #aebfea; background: #fff; }

.explore-prepare-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; counter-reset: prepare; }

.explore-prepare-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  border: 1px solid #e1e9f7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f9fbff);
  counter-increment: prepare;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.explore-prepare-item:hover { border-color: #c4d3f3; box-shadow: 0 9px 20px rgba(52, 79, 144, 0.08); transform: translateY(-2px); }
.explore-prepare-item::before { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 13px; border-radius: 11px; color: #fff; content: counter(prepare); background: #6c89e8; box-shadow: 0 6px 12px rgba(93, 121, 220, 0.18); font-size: 12px; font-weight: 800; }
.explore-prepare-item h3 { margin: 0; font-size: 16px; line-height: 1.4; letter-spacing: -0.025em; }
.explore-prepare-item p { flex: 1; min-height: 0; margin: 8px 0 13px; color: #72829b; font-size: 12px; line-height: 1.65; }
.explore-prepare-item a { display: inline-flex; align-items: center; align-self: flex-start; gap: 4px; min-height: 34px; padding: 0 9px; border: 1px solid #d8e2f5; border-radius: 9px; color: #526fc9; background: #fff; font-size: 12px; font-weight: 780; }
.explore-prepare-item a:hover { border-color: #b8c9ec; background: #f6f8ff; }

.explore-consult {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
  padding: 25px 27px;
  border: 1px solid #cadbf8;
  border-radius: 23px;
  background: linear-gradient(118deg, #edf3ff, #fbfcff);
}

.explore-consult__badge { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, #7795ef, #4f6cda); font-size: 21px; font-weight: 850; box-shadow: 0 9px 19px rgba(76, 104, 214, 0.23); }
.explore-consult .explore-eyebrow { margin-bottom: 5px; }
.explore-consult h2 { font-size: 22px; line-height: 1.25; }
.explore-consult p:not(.explore-eyebrow) { margin: 7px 0 0; color: #6c7d99; font-size: 13px; line-height: 1.6; }
.explore-consult__actions { justify-content: flex-end; gap: 13px; }

.explore-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #9cb4ee;
  border-radius: 12px;
  color: #4764c7;
  background: #fff;
  font-size: 13px;
  font-weight: 780;
  text-align: center;
  white-space: nowrap;
}

.explore-question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  gap: 38px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  margin-top: 20px;
  scroll-margin-top: 20px;
  overflow: hidden;
  border-radius: var(--explore-radius);
  color: #f8fbff;
  background: linear-gradient(135deg, #334d91, #486ada 72%, #5e85f1);
  box-shadow: 0 18px 42px rgba(54, 85, 171, 0.22);
}

.explore-question__orb { position: absolute; width: 230px; height: 230px; right: -65px; top: -120px; border: 38px solid rgba(255, 255, 255, 0.11); border-radius: 50%; }
.explore-question .explore-eyebrow { color: #cbd8ff; }
.explore-question h2 { max-width: 450px; font-size: clamp(27px, 3vw, 39px); line-height: 1.15; }
.explore-question p:not(.explore-eyebrow) { max-width: 440px; margin: 14px 0 0; color: #e1e8ff; font-size: 13px; line-height: 1.7; }

.explore-question__form { position: relative; z-index: 1; gap: 7px; padding: 7px; border: 1px solid rgba(255, 255, 255, 0.31); border-radius: 16px; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(8px); }
.explore-question__form input { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 13px; }
.explore-question__form input::placeholder { color: rgba(233, 240, 255, 0.72); }
.explore-question__form button { flex: 0 0 auto; height: 42px; padding: 0 13px; border: 0; border-radius: 11px; color: #3554b5; background: #fff; font-size: 13px; font-weight: 780; }
.explore-question__form button:disabled { cursor: wait; opacity: 0.72; }

.explore-answer {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
  scroll-margin-top: 20px;
  border: 1px solid #d8e4f8;
  border-radius: var(--explore-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(49, 77, 132, 0.09);
}

.explore-answer[hidden] { display: none; }

.explore-answer__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.explore-answer__heading .explore-eyebrow { margin-bottom: 8px; }
.explore-answer__heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -0.04em; line-height: 1.2; }

.explore-answer__back {
  min-height: 40px;
  padding: 0 13px;
  flex: 0 0 auto;
  border: 1px solid #cbd9f4;
  border-radius: 12px;
  color: #4e6dca;
  background: #f9fbff;
  font-size: 13px;
  font-weight: 760;
}

.explore-answer__back:hover { border-color: #aebfea; background: #fff; }

.explore-answer__question {
  max-width: 760px;
  margin: 20px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #6b88e7;
  border-radius: 0 12px 12px 0;
  color: #50627e;
  background: #f4f7fe;
  font-size: 14px;
  line-height: 1.65;
}

.explore-answer__reply {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.explore-answer__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #6388f2, #4163cf);
  box-shadow: 0 7px 15px rgba(64, 94, 190, 0.19);
  font-size: 14px;
  font-weight: 850;
}

.explore-answer__body { min-width: 0; }
.explore-answer__status { margin: 1px 0 10px; color: #5871ba; font-size: 12px; font-weight: 760; }

.explore-answer__content {
  min-height: 50px;
  padding: 18px 19px;
  border: 1px solid #e0e8f7;
  border-radius: 16px;
  color: #344762;
  background: #fbfcff;
  font-size: 15px;
  line-height: 1.9;
  white-space: pre-wrap;
}

.explore-answer__content.is-typing { cursor: pointer; }
.explore-answer__content.is-typing::after { content: ""; display: inline-block; width: 2px; height: 1em; margin-left: 3px; vertical-align: -0.12em; background: #5d7ee1; }

.explore-answer__images { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.explore-answer__images:empty { display: none; }
.explore-answer__images img { display: block; width: 100%; aspect-ratio: 1.35; border: 1px solid #e1e9f6; border-radius: 12px; object-fit: cover; }

.explore-answer__meta { margin-top: 11px; color: #73829a; font-size: 12px; line-height: 1.65; }
.explore-answer__related { margin-top: 17px; }
.explore-answer__related > p { margin: 0 0 8px; color: #697b98; font-size: 12px; font-weight: 760; }
.explore-answer__related-list { display: flex; flex-wrap: wrap; gap: 8px; }
.explore-answer__related-list button { min-height: 34px; max-width: 100%; padding: 6px 10px; overflow: hidden; border: 1px solid #d7e2f7; border-radius: 10px; color: #4e6fc9; background: #f7f9ff; font-size: 12px; font-weight: 730; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.explore-answer__related-list button:hover { border-color: #b9caef; background: #fff; }

.explore-footer { display: flex; gap: 10px; justify-content: center; align-items: center; padding: 30px 0 0; color: #8b99ad; font-size: 12px; text-align: center; }
.explore-footer p { margin: 0; }
.explore-footer .filing-record { margin: 0; }
.explore-footer .filing-record a { color: inherit; }

.explore-bottom-nav {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: max(15px, env(safe-area-inset-bottom));
  display: grid;
  width: min(496px, calc(100% - 28px));
  min-height: 62px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 5px;
  transform: translateX(-50%);
  border: 1px solid rgba(218, 228, 246, 0.92);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 34px rgba(38, 58, 104, 0.18);
  backdrop-filter: blur(18px);
}

.explore-bottom-nav button,
.explore-bottom-nav a { display: grid; min-width: 0; min-height: 49px; place-items: center; gap: 2px; padding: 5px 2px; border: 0; border-radius: 15px; color: #7c8aa4; background: transparent; font-size: 10px; font-weight: 720; }
.explore-bottom-nav span { font-size: 17px; line-height: 1; }
.explore-bottom-nav button.is-active { color: #4262ce; background: #edf2ff; }
.explore-bottom-nav a { color: #fff; background: linear-gradient(140deg, #5577e6, #4263cf); box-shadow: 0 5px 11px rgba(62, 93, 204, 0.19); }

.explore-toast {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 94px;
  max-width: calc(100% - 38px);
  padding: 10px 13px;
  transform: translateX(-50%);
  border-radius: 11px;
  color: #fff;
  background: rgba(31, 45, 75, 0.92);
  box-shadow: 0 10px 24px rgba(32, 43, 71, 0.23);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1080px) {
  .explore-priority-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .explore-hero { grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; }
  .explore-priority-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .explore-faq-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
  .explore-priority-card { min-height: 210px; }
  .explore-campus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .explore-prepare-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .explore-prepare-item { min-height: 176px; padding: 16px; }
  .explore-consult { grid-template-columns: auto minmax(0, 1fr); }
  .explore-consult__actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .explore-shell { width: min(100% - 28px, 560px); padding-top: 13px; }
  .explore-header { margin-bottom: 18px; }
  .explore-demo-label { display: none; }
  .explore-hero { grid-template-columns: 1fr; min-height: 0; padding: 31px 24px 22px; border-radius: 27px; }
  .explore-hero::before { width: 250px; height: 250px; right: -95px; bottom: -186px; border-width: 39px; }
  .explore-hero__lead { margin-top: 15px; font-size: 14px; }
  .explore-hero__note { padding: 16px 17px; }
  .explore-hero__note p { margin-top: 10px; }
  .explore-trust-row { margin-top: 13px; }
  .explore-section { margin-top: 52px; }
  .explore-section__heading { display: block; margin-bottom: 16px; }
  .explore-section__heading > p { margin-top: 9px; text-align: left; }
  .explore-inline-link { display: inline-flex; margin-top: 12px; }
  .explore-priority__hint { display: block; max-width: 146px; margin: 0; color: #7183a2; font-size: 10px; line-height: 1.45; text-align: right; }
  .explore-priority::after { display: none; }
  .explore-priority-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 7px 0 0;
    margin: 0;
    overflow: visible;
  }
  .explore-priority-card {
    min-width: 0;
    min-height: 108px;
    padding: 8px 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(220, 229, 245, 0.92);
    border-radius: 15px;
    box-shadow: 0 7px 15px rgba(49, 77, 132, 0.065);
    text-align: center;
    touch-action: manipulation;
  }
  .explore-priority-card::after,
  .explore-priority-card__top,
  .explore-priority-card__middle,
  .explore-priority-card__bottom { display: none; }
  .explore-priority-card__compact { position: relative; display: grid; width: 100%; place-items: center; gap: 5px; }
  .explore-priority-card__compact-icon {
    position: relative;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 13px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    font-weight: 900;
  }
  .explore-priority-card__compact-icon::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    background: #58b98b;
  }
  .explore-priority-card.is-pending .explore-priority-card__compact-icon::after { background: #d6a844; }
  .explore-priority-card__compact-label { display: block; color: #344866; font-size: 11px; font-weight: 820; line-height: 1.2; word-break: break-word; }
  .explore-priority-card__compact-action { display: none; }
  .explore-priority-card.is-pending { opacity: 0.78; }
  .explore-story__content { grid-template-columns: 1fr; }
  .explore-story__copy { padding: 28px 23px; }
  .explore-story__visual { min-height: 216px; }
  .explore-story__image { width: calc(100% - 32px); height: calc(100% - 28px); }
  .explore-campus-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .explore-campus-card { min-height: 207px; padding: 16px; border-radius: 18px; }
  .explore-campus-card--preview { padding: 0; }
  .explore-campus-card__preview-image,
  .explore-campus-card__preview-fallback { height: 92px; }
  .explore-campus-card--preview .explore-campus-card__content { padding: 13px 14px 15px; }
  .explore-campus-card h3 { font-size: 17px; }
  .explore-roommate { grid-template-columns: auto minmax(0, 1fr); gap: 12px; padding: 17px; border-radius: 17px; }
  .explore-roommate__icon { width: 42px; height: 42px; border-radius: 14px; font-size: 20px; }
  .explore-roommate h2 { font-size: 17px; }
  .explore-roommate__action { grid-column: 1 / -1; justify-content: center; width: 100%; }
  .explore-prepare { padding: 20px; border-radius: 20px; }
  .explore-prepare .explore-section__heading { margin-bottom: 16px; }
  .explore-prepare__action { width: 100%; min-height: 44px; margin-top: 14px; }
  .explore-prepare-list { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
  .explore-prepare-item { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 12px; min-height: 0; padding: 16px; border-radius: 14px; }
  .explore-prepare-item::before { grid-row: 1 / span 2; margin: 0; }
  .explore-prepare-item h3 { align-self: center; font-size: 15px; }
  .explore-prepare-item p { grid-column: 2; margin: 6px 0 0; font-size: 12px; }
  .explore-prepare-item a { grid-column: 2; min-height: 32px; margin-top: 10px; }
  .explore-consult { grid-template-columns: auto minmax(0, 1fr); padding: 20px; }
  .explore-consult__badge { width: 42px; height: 42px; border-radius: 14px; }
  .explore-consult h2 { font-size: 19px; }
  .explore-consult__actions { grid-column: 1 / -1; width: 100%; }
  .explore-copy-button { width: 100%; min-height: 42px; }
  .explore-question { grid-template-columns: 1fr; gap: 24px; padding: 29px 23px; margin-top: 18px; }
  .explore-question__form { width: 100%; }
  .explore-answer { padding: 23px 20px; border-radius: 21px; }
  .explore-answer__heading { display: block; }
  .explore-answer__back { width: 100%; margin-top: 14px; }
  .explore-answer__question { margin-top: 16px; font-size: 13px; }
  .explore-answer__reply { gap: 10px; margin-top: 17px; }
  .explore-answer__content { padding: 16px; font-size: 14px; }
  .explore-answer__images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .explore-footer { display: block; padding-top: 26px; line-height: 1.9; }
}

@media (max-width: 390px) {
  .explore-header__actions { gap: 4px; }
  .explore-ask-link { padding: 9px 10px; font-size: 12px; }
  .explore-hero h1 { font-size: 36px; }
  .explore-hero__actions { grid-template-columns: 1fr; gap: 7px; }
  .explore-primary-button { width: 100%; }
  .explore-priority-card__top { align-items: flex-start; }
  .explore-priority-card__status { display: none; }
  .explore-campus-grid { grid-template-columns: 1fr; }
  .explore-question__form { display: grid; grid-template-columns: 1fr; padding: 8px; }
  .explore-question__form button { width: 100%; }
  .explore-answer__reply { grid-template-columns: 1fr; }
  .explore-answer__avatar { width: 34px; height: 34px; border-radius: 11px; }
  .explore-answer__images { grid-template-columns: 1fr; }
}

/* 手机首页：保留现有数据与入口，但将常用动作集中在拇指易触达的首屏区域。 */
@media (max-width: 680px) {
  html { scroll-padding-bottom: 92px; }

  body { background: #f4f6fc; }

  .explore-shell {
    width: min(100% - 24px, 560px);
    padding: 10px 0 106px;
  }

  .explore-header {
    min-height: 46px;
    margin: 0 2px 12px;
  }

  .explore-brand { gap: 8px; flex: 1 1 auto; max-width: none; }
  .explore-brand > span:last-child { min-width: 0; }
  .explore-brand__mark { width: 34px; height: 34px; border-radius: 11px; font-size: 16px; }
  .explore-brand strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
  .explore-brand small { display: none; }
  .explore-header__actions { flex: 0 0 auto; gap: 6px; }
  .explore-share-school,
  .explore-school-switch { min-height: 38px; padding: 0 10px 0 7px; border-radius: 11px; font-size: 12px; }
  .explore-share-school__mark,
  .explore-school-switch__mark { width: 25px; height: 25px; border-radius: 8px; font-size: 11px; }

  .explore-share-guide { align-items: end; padding: 0; }
  .explore-share-guide__sheet {
    width: 100%;
    padding: 26px 20px calc(20px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 25px 25px 0 0;
  }

  .explore-school-picker { align-items: end; padding: 0; }
  .explore-school-picker__sheet {
    width: 100%;
    max-height: 86dvh;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -18px 70px rgba(17, 28, 57, 0.28);
  }
  .explore-school-picker__list { max-height: 42dvh; }
  .explore-school-picker__item { min-height: 68px; }
  .explore-ask-link { min-height: 36px; padding: 0 11px; border-radius: 11px; font-size: 12px; white-space: nowrap; }
  .explore-ask-link span { display: none; }

  .explore-hero {
    display: block;
    min-height: 0;
    padding: 18px;
    border-radius: 23px;
    background: linear-gradient(135deg, #fff, #edf3ff);
    box-shadow: 0 12px 28px rgba(49, 77, 132, 0.1);
  }

  .explore-hero.is-carousel { padding: 0; }
  .explore-hero-carousel__slide img { aspect-ratio: 16 / 7; }
  .explore-hero-carousel__contact { right: 10px; bottom: 10px; min-height: 28px; max-width: calc(100% - 104px); padding: 0 9px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .explore-hero-carousel__dots { left: 13px; bottom: 18px; transform: none; }

  .explore-hero.has-hero-background {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, var(--explore-hero-overlay-start, 0.88)), rgba(246, 249, 255, var(--explore-hero-overlay-end, 0.84))), var(--explore-hero-image);
  }

  .explore-hero::before,
  .explore-hero::after { display: none; }
  .explore-hero .explore-eyebrow { margin-bottom: 5px; font-size: 10px; letter-spacing: 0.08em; }
  .explore-hero__school { margin-bottom: 7px; color: #4768c9; font-size: 12px; line-height: 1.35; }
  .explore-hero h1 { max-width: 285px; font-size: clamp(27px, 8vw, 33px); line-height: 1.1; }
  .explore-hero__lead {
    max-width: 285px;
    margin-top: 9px;
    color: #5e7091;
    font-size: 12px;
    line-height: 1.5;
  }
  /* 首屏内容由后台维护；手机端也必须完整显示，不能为了压缩高度而隐藏。 */
  .explore-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-top: 15px;
  }
  .explore-primary-button,
  .explore-quiet-link {
    display: flex;
    min-height: 44px;
    padding: 7px 9px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  .explore-primary-button { box-shadow: 0 8px 16px rgba(49, 84, 200, 0.18); }
  .explore-quiet-link { border: 1px solid #c8d7fa; background: rgba(255, 255, 255, 0.72); }
  .explore-hero__note {
    padding: 11px 12px;
    margin-top: 10px;
    border: 1px solid rgba(203, 218, 252, 0.92);
    border-radius: 14px;
    background: rgba(247, 250, 255, 0.78);
    backdrop-filter: blur(7px);
  }
  .explore-hero__note-icon { display: none; }
  .explore-hero__note p { display: block; margin: 0; color: #637695; font-size: 11px; line-height: 1.45; }
  .explore-hero__note strong { display: block; margin-top: 4px; color: #30476f; font-size: 12px; line-height: 1.45; }
  .explore-trust-row { gap: 5px; margin-top: 9px; flex-wrap: nowrap; overflow: hidden; }
  .explore-trust-pill { min-width: 0; padding: 5px 7px; overflow: hidden; border: 1px solid rgba(206, 219, 245, 0.82); background: rgba(255, 255, 255, 0.78); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

  .explore-question {
    display: block;
    padding: 12px;
    margin-top: 10px;
    border-radius: 17px;
    box-shadow: 0 10px 22px rgba(54, 85, 171, 0.16);
  }
  .explore-question__orb { display: none; }
  .explore-question .explore-eyebrow { margin: 0 0 2px; color: #cad8ff; font-size: 10px; letter-spacing: 0.06em; }
  .explore-question h2 { font-size: 16px; line-height: 1.35; letter-spacing: -0.025em; }
  .explore-question p:not(.explore-eyebrow) { display: none; }
  .explore-question__form { display: flex; width: 100%; gap: 4px; padding: 4px; margin-top: 8px; border-radius: 12px; }
  .explore-question__form input { height: 36px; padding: 0 8px; flex: 1 1 auto; font-size: 12px; }
  .explore-question__form button { width: auto; height: 36px; padding: 0 10px; border-radius: 9px; font-size: 12px; white-space: nowrap; }

  .explore-roommate {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 10px 11px;
    margin-top: 10px;
    border-radius: 15px;
    box-shadow: 0 7px 15px rgba(55, 88, 151, 0.06);
  }
  .explore-roommate__icon { width: 36px; height: 36px; border-radius: 11px; font-size: 18px; }
  .explore-roommate__copy .explore-eyebrow,
  .explore-roommate__copy p:not(.explore-eyebrow) { display: none; }
  .explore-roommate h2 { overflow: hidden; font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
  .explore-roommate__action { grid-column: auto; width: auto; min-height: 35px; padding: 0 9px; border-radius: 10px; font-size: 11px; box-shadow: none; }

  .explore-section { margin-top: 26px; }
  .explore-priority { margin-top: 20px; }
  .explore-section__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
  .explore-section__heading > p { display: none; }
  .explore-section .explore-eyebrow { margin-bottom: 3px; font-size: 10px; letter-spacing: 0.07em; }
  .explore-section h2 { font-size: 19px; letter-spacing: -0.035em; }
  .explore-inline-link { margin-top: 0; font-size: 11px; }

  .explore-faq { margin-top: 25px; }
  .explore-faq-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .explore-faq-card { min-height: 72px; gap: 5px; padding: 8px 3px; border-radius: 13px; }
  .explore-faq-card__icon { width: 27px; height: 27px; border-radius: 9px; font-size: 14px; }
  .explore-faq-card__copy strong { font-size: 10px; line-height: 1.25; }

  .explore-faq-detail { bottom: 0; width: 100%; max-height: min(84dvh, 760px); border-width: 1px 0 0; border-radius: 23px 23px 0 0; }
  .explore-faq-detail__handle { display: block; width: 38px; height: 4px; margin: 10px auto -3px; border-radius: 999px; background: #d9e0ea; }
  .explore-faq-detail__header { padding: 19px 18px 15px; }
  .explore-faq-detail__header h2 { font-size: 20px; }
  .explore-faq-detail__close { width: 36px; height: 36px; font-size: 27px; }
  .explore-faq-detail__body { gap: 13px; padding: 16px 18px 5px; }
  .explore-faq-detail__question { font-size: 13px; }
  .explore-faq-detail__answer { padding: 15px; border-radius: 14px; }
  .explore-faq-detail__answer p { font-size: 14px; line-height: 1.75; }
  .explore-faq-detail__images { gap: 8px; }
  .explore-faq-detail__images img { border-radius: 11px; }
  .explore-faq-detail__close-action { width: calc(100% - 36px); min-height: 44px; margin: 14px 18px max(16px, env(safe-area-inset-bottom)); border-radius: 12px; font-size: 13px; }

  .explore-priority__hint { display: block; max-width: 146px; margin: 0; color: #7183a2; font-size: 10px; line-height: 1.45; text-align: right; }
  .explore-priority::after { display: none; }
  .explore-priority-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 7px 0 0;
    margin: 0;
    overflow: visible;
  }
  .explore-priority-card {
    min-width: 0;
    min-height: 108px;
    padding: 8px 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(220, 229, 245, 0.92);
    border-radius: 15px;
    box-shadow: 0 7px 15px rgba(49, 77, 132, 0.065);
    text-align: center;
    touch-action: manipulation;
  }
  .explore-priority-card::after,
  .explore-priority-card__top,
  .explore-priority-card__middle,
  .explore-priority-card__bottom { display: none; }
  .explore-priority-card__compact { position: relative; display: grid; width: 100%; place-items: center; gap: 5px; }
  .explore-priority-card__compact-icon {
    position: relative;
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 13px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    font-weight: 900;
  }
  .explore-priority-card__compact-icon::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    background: #58b98b;
  }
  .explore-priority-card.is-pending .explore-priority-card__compact-icon::after { background: #d6a844; }
  .explore-priority-card__compact-label { display: block; color: #344866; font-size: 11px; font-weight: 820; line-height: 1.2; word-break: break-word; }
  .explore-priority-card__compact-action { display: none; }
  .explore-priority-card.is-pending { opacity: 0.78; }
  .explore-story { display: none; }

  .explore-campus { margin-top: 28px; }
  .explore-campus .explore-section__heading { align-items: flex-end; }
  .explore-campus__heading-actions { gap: 7px; }
  .explore-campus__more-link { display: none; }
  .explore-campus__expand {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid #d3def6;
    border-radius: 10px;
    color: #496bd5;
    background: #fff;
    box-shadow: 0 4px 10px rgba(48, 81, 157, 0.06);
    font-size: 10px;
    font-weight: 820;
    white-space: nowrap;
  }
  .explore-campus__swipe-hint {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 9px;
    color: #7d8eaa;
    font-size: 10px;
    font-weight: 700;
  }
  .explore-campus__swipe-hint span { color: #5d7ce0; font-size: 13px; }
  .explore-campus-grid {
    display: flex;
    width: calc(100% + 12px);
    gap: 12px;
    padding: 0 12px 7px 0;
    margin-right: -12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .explore-campus-grid::-webkit-scrollbar { display: none; }
  .explore-campus-card {
    min-width: 0;
    min-height: 282px;
    flex: 0 0 min(76vw, 300px);
    border-radius: 20px;
    box-shadow: 0 9px 19px rgba(50, 74, 121, 0.08);
    scroll-snap-align: start;
  }
  .explore-campus-card--preview { padding: 0; }
  .explore-campus-card__media { height: 156px; }
  .explore-campus-card__preview-image,
  .explore-campus-card__preview-fallback { height: 100%; }
  .explore-campus-card__media-action { right: 11px; bottom: 11px; min-height: 30px; padding: 0 10px; font-size: 11px; }
  .explore-campus-card--preview .explore-campus-card__content { padding: 13px 14px 15px; }
  .explore-campus-card__tag { min-height: 21px; padding: 2px 7px; border-radius: 8px; font-size: 9px; }
  .explore-campus-card h3 { margin: 8px 0 5px; font-size: 16px; line-height: 1.25; }
  .explore-campus-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 11px; line-height: 1.5; }
  .explore-campus-card__link { margin-top: auto; padding-top: 9px; font-size: 11px; }
  .explore-campus-grid.is-expanded {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
    margin-right: 0;
    overflow: visible;
  }
  .explore-campus-grid.is-expanded .explore-campus-card { min-height: 302px; flex: none; }
  .explore-campus-grid.is-expanded .explore-campus-card__media { height: 184px; }

  .explore-prepare { padding: 15px; border-radius: 18px; }
  .explore-prepare .explore-section__heading { display: flex; margin-bottom: 12px; }
  .explore-prepare__action { width: auto; min-height: 34px; padding: 0 9px; margin: 0; border-radius: 10px; font-size: 10px; }
  .explore-prepare-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0; }
  .explore-prepare-item { display: flex; min-height: 104px; padding: 9px; border-radius: 12px; }
  .explore-prepare-item::before { width: 24px; height: 24px; margin-bottom: 7px; border-radius: 8px; font-size: 10px; }
  .explore-prepare-item h3 { font-size: 12px; line-height: 1.35; }
  .explore-prepare-item p { display: none; }
  .explore-prepare-item a { min-height: 26px; padding: 0; margin-top: auto; border: 0; background: transparent; font-size: 10px; }

  .explore-consult { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; padding: 14px; margin-top: 26px; border-radius: 17px; }
  .explore-consult__badge { width: 36px; height: 36px; border-radius: 11px; font-size: 16px; }
  .explore-consult .explore-eyebrow { margin-bottom: 3px; }
  .explore-consult h2 { font-size: 15px; line-height: 1.35; }
  .explore-consult p:not(.explore-eyebrow) { display: none; }
  .explore-consult__actions { grid-column: 1 / -1; width: 100%; justify-content: stretch; }
  .explore-copy-button { width: 100%; min-height: 39px; border-radius: 11px; font-size: 12px; }

  .explore-bottom-nav {
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 5px 7px max(5px, env(safe-area-inset-bottom));
    transform: none;
    border-width: 1px 0 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -9px 24px rgba(38, 58, 104, 0.11);
  }
  .explore-bottom-nav button,
  .explore-bottom-nav a { min-height: 46px; border-radius: 12px; touch-action: manipulation; }
  .explore-toast { bottom: 78px; }
}

@media (max-width: 350px) {
  .explore-share-school,
  .explore-school-switch { gap: 4px; padding-right: 7px; font-size: 10px; }
  .explore-hero { padding: 14px; }
  .explore-hero__actions { margin-top: 11px; }
  .explore-hero__note { padding: 9px 10px; margin-top: 8px; }
  .explore-hero__note p { font-size: 10px; line-height: 1.35; }
  .explore-hero__note strong { margin-top: 3px; font-size: 11px; line-height: 1.35; }
  .explore-trust-row { margin-top: 7px; }
  .explore-question { padding: 10px; margin-top: 8px; }
  .explore-question__form { margin-top: 6px; }
  .explore-faq-grid {
    display: flex;
    gap: 6px;
    padding-bottom: 3px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .explore-faq-grid::-webkit-scrollbar { display: none; }
  .explore-faq-card { flex: 0 0 56px; scroll-snap-align: start; }
  .explore-priority-card__compact-label { font-size: 9px; }
  .explore-roommate__action { padding: 0 7px; }
}

@media (max-width: 390px) {
  .explore-hero__actions { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
.explore-class-lookup { border-color: #d8e5f0; background: linear-gradient(125deg, #f4f8ff, #fbfdff 62%, #f3faf7); }
.explore-class-lookup .explore-roommate__icon { color: #2f6b63; background: #e1f2ed; }
.explore-class-lookup .explore-roommate__action { background: #2f6b63; }
