:root {
  color-scheme: light;
  --ink: #20242a;
  --muted: #6b7280;
  --line: #e9edf2;
  --paper: #f6f7f8;
  --white: #ffffff;
  --coral: #ff5a5f;
  --coral-deep: #e84a4f;
  --coral-soft: #fff0ef;
  --blue: #6388bd;
  --teal: #0d9488;
  --dark: #22252b;
  --shadow: 0 16px 42px rgba(29, 38, 49, 0.12);
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

section[id],
footer[id] {
  scroll-margin-top: 142px;
}

[data-training-tabs] {
  overflow-x: hidden;
}

.container {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.topbar {
  background: #f3f4f6;
  color: #4b5563;
  font-size: 14px;
}

.topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  gap: 24px;
}

.topbar-inner span:nth-child(2) {
  text-align: center;
}

.topbar-inner a {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
  color: var(--coral);
  font-size: 18px;
}

.topbar-inner svg {
  width: 22px;
  height: 22px;
  padding: 3px;
  border: 1px solid var(--coral);
  border-radius: 999px;
}

.nav-shell {
  background: var(--white);
  transition: padding-bottom 0.18s ease;
}

.nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 106px;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.brand-logo {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(135deg, var(--coral), #ff7b63);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-logo-image {
  display: block;
  width: 138px;
  height: auto;
  flex: 0 0 auto;
  border-radius: 14px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  font-size: 24px;
  line-height: 1.1;
}

.brand-copy small {
  max-width: none;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 2px;
  margin-left: auto;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  display: grid;
  min-height: 106px;
  place-items: center;
  padding: 0 12px;
  color: #333842;
  font-size: 16px;
  white-space: nowrap;
}

.nav-item > a:hover,
.nav-item > a:focus-visible,
.nav-item.active > a,
.nav-item > a.is-current {
  color: var(--coral);
  outline: none;
}

.has-menu:hover > a,
.has-menu:focus-within > a {
  color: var(--coral);
}

.has-mega:hover > a,
.has-mega:focus-within > a {
  color: var(--coral);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  display: grid;
  min-width: 136px;
  padding: 8px 0;
  background: var(--coral);
  color: #fff;
  opacity: 0;
  transform: translate(-50%, 8px);
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.dropdown::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--coral);
  transform: translateX(-50%) rotate(45deg);
}

.has-menu:hover .dropdown,
.has-menu:focus-within .dropdown,
.has-menu.expanded .dropdown {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.dropdown a {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 0 24px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.dropdown a:hover,
.dropdown a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.mega-site-nav {
  align-items: stretch;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  display: none;
  width: min(760px, calc(100vw - 40px));
  padding-top: 10px;
  opacity: 0;
  transform: translate(-50%, 8px);
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-item:last-child .mega-menu {
  right: 0;
  left: auto;
  transform: translateY(8px);
}

.nav-item:last-child .mega-menu::before {
  right: 42px;
  left: auto;
  transform: rotate(45deg);
}

.mega-menu::before {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--white);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -1px -1px 0 rgba(15, 23, 42, 0.06);
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.expanded .mega-menu {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-item:last-child:hover .mega-menu,
.nav-item:last-child:focus-within .mega-menu,
.nav-item:last-child.expanded .mega-menu {
  transform: translateY(0);
}

.mega-menu-inner {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mega-menu-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.mega-menu-heading strong {
  font-size: 18px;
}

.mega-menu-heading span {
  color: var(--muted);
  font-size: 13px;
}

.mega-menu-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mega-menu-links a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

.mega-menu-links a:hover,
.mega-menu-links a:focus-visible {
  border-color: rgba(255, 90, 95, 0.32);
  color: var(--coral);
  outline: none;
}

@media (min-width: 981px) {
  .nav-shell:has(.has-mega:hover),
  .nav-shell:has(.has-mega:focus-within),
  .nav-shell:has(.has-mega.expanded) {
    padding-bottom: 310px;
  }
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #111827;
}

.hero-bg,
.hero-overlay,
.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.96) contrast(1.02);
  animation: heroFade 18s infinite;
}

.hero-image.first {
  animation-delay: 0s;
}

.hero-image.second {
  animation-delay: 6s;
}

.hero-image.third {
  animation-delay: 12s;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 240, 239, 0.7) 31%, rgba(255, 255, 255, 0.08) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.22));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-eyebrow {
  margin: 0 0 16px;
  padding: 8px 14px;
  background: rgba(255, 90, 95, 0.1);
  color: var(--coral);
  font-weight: 800;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: #8c3e4c;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}

.hero p:not(.hero-eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #5b3642;
  font-size: 22px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 18px;
  height: 18px;
}

.btn.primary {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 90, 95, 0.25);
}

.btn.outline {
  border-color: rgba(255, 90, 95, 0.45);
  background: rgba(255, 255, 255, 0.78);
  color: var(--coral);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(31, 41, 55, 0.55);
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-arrow.prev {
  left: 5%;
}

.hero-arrow.next {
  right: 5%;
}

.hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.hero-dots .active {
  background: var(--coral);
}

.float-tools {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 70;
  display: grid;
  background: rgba(40, 40, 40, 0.62);
}

.float-tools a {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.float-tools svg {
  width: 28px;
  height: 28px;
}

.contact-widget {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 90;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.contact-widget button,
.contact-widget a {
  display: grid;
  place-items: center;
  width: 58px;
  min-height: 58px;
  border: 0;
  background: rgba(35, 37, 42, 0.92);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  transition: background 0.2s ease;
}

.contact-widget button:hover,
.contact-widget button:focus-visible,
.contact-widget a:hover,
.contact-widget a:focus-visible {
  background: var(--coral);
  outline: none;
}

.contact-widget svg {
  width: 26px;
  height: 26px;
}

.contact-widget span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(6px);
}

.lead-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(520px, 100%);
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}

.lead-modal-card h2 {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 1.15;
}

.lead-modal-card label {
  display: grid;
  gap: 8px;
}

.lead-modal-card label span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.lead-modal-card input,
.lead-modal-card select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  outline: none;
}

.lead-modal-card input:focus,
.lead-modal-card select:focus {
  border-color: rgba(255, 90, 95, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 90, 95, 0.08);
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  cursor: pointer;
}

.lead-form-tip {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 44px 0 22px;
  text-align: center;
}

.section-title span {
  color: #e60012;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.78;
}

.section-title h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
}

.section-title p {
  margin: 4px 0 0;
  color: #1f2937;
  font-size: 16px;
}

.section-title.compact {
  padding-top: 62px;
}

.service-section {
  position: relative;
  padding-bottom: 74px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 248, 0.92)),
    url("assets/hero-training.png") center / cover fixed;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 18px;
  width: min(1140px, calc(100% - 64px));
  margin: 0 auto;
}

.service-tabs button {
  display: grid;
  min-height: 148px;
  place-items: center;
  gap: 12px;
  border: 0;
  border-radius: 16px 16px 0 0;
  background: #ff7742;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.service-tabs button.active {
  background: var(--blue);
}

.service-tabs button:hover {
  transform: translateY(-4px);
}

.service-tabs svg {
  width: 58px;
  height: 58px;
}

.service-panels {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.service-panel {
  display: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: center;
  padding: 30px;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.service-panel.active {
  display: grid;
}

.service-media {
  overflow: hidden;
  min-height: 420px;
  background: #f2f2f2;
}

.service-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.service-copy {
  padding-right: 10px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--coral);
  font-weight: 800;
}

.service-copy h3 {
  margin: 0;
  color: #e35b66;
  font-size: 42px;
  line-height: 1.15;
}

.service-copy p:not(.kicker) {
  margin: 18px 0 0;
  color: #1f2937;
  font-size: 18px;
}

.service-copy hr {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #e5e7eb;
}

.service-copy h4 {
  margin: 0 0 14px;
  font-size: 22px;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pill-grid span {
  display: grid;
  min-height: 46px;
  place-items: center;
  border: 1px solid #5596ff;
  border-radius: 4px;
  background: #fff1ef;
  color: var(--coral);
  font-weight: 700;
}

.college-section {
  padding-bottom: 84px;
  background: #fff;
}

.college-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.college-grid article {
  background: #fff;
  text-align: center;
}

.college-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.college-grid h3 {
  margin: 18px 0 0;
  color: #555;
  font-size: 20px;
  font-weight: 500;
}

.news-section {
  position: relative;
  padding: 72px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    url("assets/exam-recognition.jpg") center / cover;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 46px;
  align-items: center;
}

.feature-card {
  overflow: hidden;
  background: #8b8b8b;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.feature-card p {
  margin: 0;
  padding: 14px 18px;
  color: #fff;
  font-weight: 700;
}

.news-card {
  min-height: 360px;
  padding: 24px 0;
}

.news-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.news-tabs button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.news-tabs button.active {
  background: var(--coral);
  color: #fff;
}

.news-card h2 {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center;
}

.news-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.news-card a {
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card a::before {
  content: "•";
  margin-right: 8px;
  color: #1d4ed8;
}

.news-card time {
  color: #9ca3af;
}

.about-strip {
  padding: 70px 0;
  background: #fff;
}

.about-strip-inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.about-strip h2 {
  margin: 0;
  font-size: 36px;
}

.about-strip p {
  margin: 0;
  color: var(--muted);
}

.booking-section {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.18)),
    url("assets/hero-training.png") center / cover;
}

.page-hero {
  padding: 72px 0 36px;
  background:
    linear-gradient(180deg, rgba(255, 250, 249, 0.96), rgba(255, 255, 255, 0.92)),
    url("assets/hero-training.png") center / cover;
}

.page-hero-inner {
  max-width: 980px;
}

.page-hero h1 {
  margin: 0;
  color: var(--dark);
  font-size: 52px;
  line-height: 1.1;
}

.page-hero p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.content-section,
.listing-section,
.related-section {
  padding: 34px 0 72px;
  background: #fff;
}

.content-panel,
.listing-layout,
.related-inner {
  display: grid;
  gap: 22px;
}

.content-panel {
  max-width: 980px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.listing-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.listing-card time {
  color: var(--coral);
  font-size: 14px;
}

.listing-card h2 {
  margin: 10px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.listing-card p {
  margin: 0;
  color: var(--muted);
}

.related-inner h2 {
  margin: 0;
  font-size: 28px;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.related-links a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.related-links a:hover,
.related-links a:focus-visible {
  border-color: rgba(255, 90, 95, 0.28);
  color: var(--coral);
  outline: none;
}

.query-section {
  padding: 42px 0 78px;
  background: #fff;
}

.query-card {
  display: grid;
  gap: 22px;
  max-width: 1080px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.query-card h2 {
  margin: 0;
  font-size: 34px;
}

.query-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.query-card--official {
  gap: 24px;
}

.official-query-actions {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.official-query-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.official-query-frame-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.official-query-frame {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  background: #fff;
}

.query-form {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, .8fr) minmax(180px, .6fr) auto;
  gap: 12px;
}

.query-form input {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  outline: none;
}

.query-form input:focus {
  border-color: rgba(255, 90, 95, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 90, 95, 0.08);
}

.query-meta {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.query-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.query-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.query-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.query-item dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.query-item div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
}

.query-item dt {
  color: var(--muted);
  font-size: 13px;
}

.query-item dd {
  margin: 0;
  font-weight: 700;
}

.query-empty {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--coral-soft);
  color: var(--coral-deep);
  font-weight: 800;
}

.booking-overlay {
  display: grid;
  min-height: 640px;
  place-items: center;
  padding: 70px 24px;
}

.booking-card {
  width: min(1120px, 100%);
  padding: 58px 50px 48px;
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
  backdrop-filter: blur(10px);
}

.booking-card h2 {
  margin: 0;
  font-size: 38px;
}

.booking-card > p {
  margin: 10px 0 38px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.booking-card label {
  display: grid;
  gap: 8px;
  text-align: left;
}

.booking-card label span {
  color: var(--muted);
  font-size: 14px;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
  width: 100%;
  border: 0;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.booking-card input,
.booking-card select {
  height: 50px;
  padding: 0 14px;
}

.booking-card textarea {
  min-height: 120px;
  padding: 14px;
  resize: vertical;
}

.message-field {
  margin-top: 20px;
}

.submit-btn {
  width: min(200px, 100%);
  margin-top: 20px;
}

.form-tip {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.branch-section {
  padding: 72px 0;
  background: #fff;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.placeholder-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.placeholder-grid h2 {
  margin: 0 0 12px;
}

.placeholder-grid p {
  color: var(--muted);
}

.site-footer {
  background: #23252a;
  color: rgba(255, 255, 255, 0.86);
}

.footer-inner {
  display: grid;
  gap: 30px;
  padding: 46px 0 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand .brand-logo-image {
  width: 128px;
  border-radius: 12px;
}

.footer-brand strong {
  display: block;
  font-size: 22px;
}

.footer-brand p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-grid div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid h3 {
  margin: 0 0 14px;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.copyright {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

@keyframes heroFade {
  0%,
  28% {
    opacity: 1;
  }
  34%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1280px) {
  .container {
    width: min(var(--max), calc(100% - 48px));
  }

  .nav-item > a {
    padding: 0 8px;
    font-size: 14px;
  }

  .service-tabs {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
  }

  .college-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
  }

  .topbar-inner span:nth-child(2),
  .topbar-inner a {
    justify-self: start;
    text-align: left;
  }

  .nav-inner {
    min-height: 82px;
  }

  .brand-logo-image {
    width: 110px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    width: min(360px, calc(100vw - 48px));
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-item > a {
    min-height: 46px;
    justify-content: start;
    padding: 0 14px;
  }

  .dropdown {
    position: static;
    display: none;
    min-width: 0;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .dropdown::before {
    display: none;
  }

  .has-menu:hover .dropdown,
  .has-menu:focus-within .dropdown,
  .has-menu.expanded .dropdown {
    display: grid;
    transform: none;
  }

  .mega-menu {
    position: static;
    display: none;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .mega-menu::before {
    display: none;
  }

  .has-mega:hover .mega-menu,
  .has-mega:focus-within .mega-menu,
  .has-mega.expanded .mega-menu {
    display: block;
    transform: none;
  }

  .mega-menu-inner {
    padding: 12px;
    border-radius: 12px;
  }

  .mega-menu-links {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-content {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .service-panel,
  .news-layout,
  .about-strip-inner,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-panel {
    gap: 28px;
  }

  .pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-layout,
  .related-links,
  .query-list,
  .query-form {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  section[id],
  footer[id] {
    scroll-margin-top: 116px;
  }

  .topbar {
    font-size: 12px;
  }

  .topbar-inner {
    min-height: 0;
    gap: 2px;
    padding: 6px 0;
  }

  .topbar-inner span:first-child {
    display: none;
  }

  .topbar-inner a {
    gap: 7px;
    font-size: 15px;
    font-weight: 900;
  }

  .topbar-inner svg {
    width: 18px;
    height: 18px;
  }

  .nav-inner {
    min-height: 78px;
    gap: 12px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-logo-image {
    width: 82px;
    border-radius: 10px;
  }

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

  .brand-copy strong {
    font-size: 21px;
    line-height: 1.1;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .site-nav {
    top: calc(100% + 6px);
    right: 14px;
    width: calc(100vw - 28px);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
  }

  .hero,
  .hero-content {
    min-height: 560px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p:not(.hero-eyebrow) {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .hero-arrow {
    display: none;
  }

  .float-tools {
    display: none;
  }

  .contact-widget {
    top: auto;
    right: 14px;
    bottom: 14px;
    grid-template-columns: repeat(3, 46px);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.22);
  }

  .contact-widget button,
  .contact-widget a,
  .contact-widget button:hover,
  .contact-widget button:focus-visible,
  .contact-widget a:hover,
  .contact-widget a:focus-visible {
    width: 46px;
    min-height: 46px;
    padding: 0;
  }

  .contact-widget svg {
    width: 21px;
    height: 21px;
  }

  .contact-widget span {
    position: absolute;
  }

  .section-title span {
    font-size: 56px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 28px, 520px);
    gap: 10px;
  }

  .service-tabs button {
    min-height: 112px;
    border-radius: 12px;
  }

  .service-tabs svg {
    width: 42px;
    height: 42px;
  }

  .service-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .service-media,
  .service-media img {
    min-height: 260px;
  }

  .service-copy h3 {
    font-size: 30px;
  }

  .college-grid,
  .placeholder-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .news-card li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .booking-card {
    padding: 32px 18px;
  }

  .booking-card h2 {
    font-size: 28px;
  }

  .lead-modal {
    padding: 14px;
  }

  .lead-modal-card,
  .query-card {
    padding: 22px;
  }

  .official-query-frame {
    min-height: 780px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* ===== Redesigned home page ===== */
.home-page { background: #fff; }
.home-hero { position: relative; overflow: hidden; min-height: 720px; color: #fff; background: #111827; }
.home-hero-bg, .home-hero-bg::after, .home-hero-bg img { position: absolute; inset: 0; }
.home-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) contrast(1.04); }
.home-hero-bg::after { content: ""; background: radial-gradient(circle at 16% 18%, rgba(255,90,95,.45), transparent 32%), linear-gradient(105deg, rgba(9,18,33,.96) 0%, rgba(15,27,47,.84) 48%, rgba(15,27,47,.38) 100%); }
@media (min-width: 721px) {
  .home-hero-bg::after { background: radial-gradient(circle at 16% 18%, rgba(255,90,95,.28), transparent 30%), linear-gradient(100deg, rgba(5,12,24,.98) 0%, rgba(8,16,31,.94) 36%, rgba(15,27,47,.72) 60%, rgba(15,27,47,.36) 100%); }
}
.home-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) 420px; gap: 54px; align-items: center; min-height: 720px; padding: 82px 0; }
.home-eyebrow, .home-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--coral); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-eyebrow { padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.12); color: #ffd9d4; backdrop-filter: blur(10px); text-transform: none; letter-spacing: 0; }
.home-eyebrow svg { width: 18px; height: 18px; }
.home-hero h1 { max-width: 860px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.04; font-weight: 950; letter-spacing: -0.05em; text-wrap: balance; overflow-wrap: anywhere; word-break: normal; }
.home-hero-text { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.8; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.home-light-btn { border-color: rgba(255,255,255,.34) !important; background: rgba(255,255,255,.12) !important; color: #fff !important; backdrop-filter: blur(12px); }
.home-trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.home-trust-row span { padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.78); }
.home-trust-row strong { color: #fff; font-size: 20px; }
.home-hero-card { padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(255,255,255,.14); box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.home-card-head span { color: #ffd9d4; font-weight: 900; }
.home-card-head strong { display: block; margin-top: 10px; font-size: 30px; line-height: 1.2; }
.home-card-head p { margin: 12px 0 0; color: rgba(255,255,255,.75); }
.home-fast-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.home-fast-links button { min-height: 52px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.12); color: #fff; font-weight: 800; cursor: pointer; }
.home-fast-links button:hover { background: var(--coral); }
.home-phone { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 16px; border-radius: 16px; background: #fff; color: var(--ink); font-weight: 900; }
.home-phone svg { color: var(--coral); }
.home-section { padding: 88px 0; }
.home-section-title { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.home-section-title.left { margin-left: 0; text-align: left; }
.home-section-title p { margin: 0 0 8px; color: var(--coral); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.home-section-title h2, .home-about-copy h2, .home-process h2, .home-honor h2, .home-news-card h2, .home-cta-card h2 { margin: 0; color: var(--ink); font-size: clamp(32px,4vw,48px); line-height: 1.15; letter-spacing: -0.035em; }
.home-section-title span, .home-about-copy p, .home-process p, .home-honor p, .home-cta-card p { display: block; margin-top: 14px; color: var(--muted); font-size: 17px; }
.home-feature-strip { padding: 0; background: linear-gradient(180deg,#fff,#f8fafc); }
.home-feature-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: -54px; }
.home-feature-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(15,23,42,.1); }
.home-feature-grid article > svg, .home-course-card > svg { display: grid; width: 48px; height: 48px; padding: 11px; border-radius: 16px; background: var(--coral-soft); color: var(--coral); }
.home-entry-grid svg { width: 25px; height: 25px; color: var(--coral); }
.home-feature-grid h3 { margin: 18px 0 8px; font-size: 22px; }
.home-feature-grid p, .home-course-card p { margin: 0; color: var(--muted); }
.home-courses { background: #f7f8fb; }
.home-course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.home-course-card { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 16px 42px rgba(15,23,42,.06); transition: transform .2s ease, box-shadow .2s ease; }
.home-course-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(15,23,42,.12); }
.home-course-card h3 { margin: 18px 0 10px; font-size: 24px; line-height: 1.25; }
.home-course-card:not(.featured) { display: grid; grid-template-rows: 190px auto; overflow: hidden; padding: 0; }
.home-course-card:not(.featured) > div { padding: 20px 22px 22px; }
.home-course-card .course-thumb { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; background: #eef2f7; }
.home-course-card[href="course_housekeeping_worker.html"] .course-thumb { object-position: center 42%; }
.home-course-card[href="course_nursery.html"] .course-thumb { object-position: center 42%; }
.home-course-card[href="course_eldercare.html"] .course-thumb { object-position: center 40%; }
.home-course-card[href="course_long_term_care.html"] .course-thumb { object-position: center 34%; }
.home-course-card[href="course_syb.html"] .course-thumb { object-position: center 38%; }
.home-course-card.featured { grid-row: span 2; display: grid; grid-template-rows: 260px auto; overflow: hidden; padding: 0; background: var(--ink); color: #fff; }
.home-course-card.featured img { width: 100%; height: 100%; object-fit: cover; }
.home-course-card.featured div { padding: 28px; }
.home-course-card.featured small { color: #ffd0cc; font-weight: 900; }
.home-course-card.featured p { color: rgba(255,255,255,.72); }
.home-about-grid, .home-process-grid, .home-honor-grid, .home-news-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; align-items: center; }
.home-about-media { position: relative; min-height: 0; }
.home-about-main { width: 100%; height: 560px; object-fit: cover; border-radius: 36px; box-shadow: 0 24px 70px rgba(15,23,42,.16); }
.home-about-small { position: absolute; right: 0; bottom: 0; width: 46%; min-height: 230px; object-fit: cover; border: 10px solid #fff; border-radius: 30px; box-shadow: 0 24px 70px rgba(15,23,42,.14); }
.home-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.home-metrics div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.home-metrics strong { display: block; color: var(--coral); font-size: 34px; line-height: 1; font-variant-numeric: tabular-nums; }
.home-metrics span { color: var(--muted); font-size: 14px; }
.home-services { background: #111827; color: #fff; }
.home-services .home-section-title h2 { color: #fff; }
.home-services .home-section-title span { color: rgba(255,255,255,.65); }
.home-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-service-grid a { position: relative; display: flex; min-height: 280px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px; border-radius: 28px; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)), var(--bg) var(--pos, center)/cover; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transition: transform .2s ease; }
.home-service-grid a:hover { transform: translateY(-5px); }
.home-service-grid span { font-size: 26px; font-weight: 950; }
.home-service-grid em { color: rgba(255,255,255,.75); font-style: normal; }
.home-process { background: #fff7f5; }
.home-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.home-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 0 18px; padding: 22px; border: 1px solid #ffd8d4; border-radius: 22px; background: #fff; }
.home-steps span { grid-row: span 2; color: var(--coral); font-size: 28px; font-weight: 950; }
.home-steps strong { font-size: 22px; }
.home-steps p { margin: 4px 0 0; }
.home-honor { position: relative; overflow: hidden; isolation: isolate; }
.home-honor::before { content: ""; position: absolute; inset: -22px; z-index: 0; background: url('assets/home-honor-bg-real.png') center/cover no-repeat; filter: blur(9px) saturate(1.05); transform: scale(1.04); }
.home-honor::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(245,247,250,.74), rgba(245,247,250,.66)); }
.home-honor .container { position: relative; z-index: 1; }
.home-honor-grid img { width: 100%; border-radius: 32px; box-shadow: 0 24px 70px rgba(15,23,42,.16); }
.home-honor-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 24px 0 30px; }
.home-honor-list span { padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.75); backdrop-filter: blur(6px); color: var(--ink); font-weight: 800; }
.home-news-cta { background: linear-gradient(135deg,#f8fafc,#fff1ef); }
.home-news-card, .home-cta-card { padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 18px 50px rgba(15,23,42,.08); }
.home-entry-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.home-entry-grid a { display: flex; align-items: center; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; font-weight: 900; }
.home-entry-grid a:hover { color: var(--coral); border-color: rgba(255,90,95,.35); }
.home-cta-card { background: #20242a; color: #fff; }
.home-cta-card h2 { color: #fff; }
.home-cta-card p { color: rgba(255,255,255,.72); margin-bottom: 26px; }

@media (max-width: 1180px) {
  .home-hero-inner, .home-about-grid, .home-process-grid, .home-honor-grid, .home-news-grid { grid-template-columns: 1fr; }
  .home-hero-card { max-width: 620px; }
  .home-feature-grid, .home-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  body {
    padding-bottom: 64px;
  }

  .home-hero { min-height: auto; }
  .home-hero-bg img { object-position: 58% center; }
  .home-hero-bg::after { background: linear-gradient(180deg, rgba(16,24,39,.88) 0%, rgba(32,36,42,.82) 46%, rgba(32,36,42,.96) 100%); }
  .home-hero-inner { display: block; min-height: auto; padding: 34px 0 40px; }
  .home-eyebrow { margin-bottom: 14px; padding: 8px 12px; font-size: 13px; line-height: 1.35; }
  .home-hero h1 { max-width: 100%; font-size: 28px; line-height: 1.2; letter-spacing: 0; text-wrap: auto; word-break: keep-all; overflow-wrap: anywhere; white-space: normal; }
  .home-hero-copy { min-width: 0; }
  .home-hero-text { margin-top: 16px; font-size: 15px; line-height: 1.78; word-break: keep-all; overflow-wrap: anywhere; }
  .home-hero-actions { display: grid; gap: 12px; margin-top: 24px; }
  .home-hero-actions .btn { min-height: 52px; border-radius: 999px; }
  .home-trust-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 24px; }
  .home-trust-row span { min-height: 58px; padding: 8px 10px; border-radius: 18px; font-size: 12px; line-height: 1.35; }
  .home-trust-row strong { display: block; font-size: 18px; line-height: 1.05; }
  .home-hero-card { margin-top: 24px; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.12); }
  .home-card-head strong { margin-top: 5px; font-size: 22px; }
  .home-card-head p { margin-top: 8px; font-size: 14px; line-height: 1.65; }
  .home-fast-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 16px; }
  .home-fast-links button { min-height: 42px; border-radius: 12px; font-size: 14px; }
  .home-phone { margin-top: 12px; padding: 12px; border-radius: 14px; font-size: 14px; }
  .home-fast-links, .home-feature-grid, .home-course-grid, .home-service-grid, .home-metrics, .home-honor-list, .home-entry-grid { grid-template-columns: 1fr; }
  .home-section { padding: 46px 0; }
  .home-section-title { margin-bottom: 24px; text-align: left; }
  .home-section-title p { font-size: 12px; letter-spacing: .08em; }
  .home-section-title h2, .home-about-copy h2, .home-process h2, .home-honor h2, .home-news-card h2, .home-cta-card h2 { font-size: 26px; line-height: 1.18; letter-spacing: 0; }
  .home-section-title span, .home-about-copy p, .home-process p, .home-honor p, .home-cta-card p { font-size: 15px; line-height: 1.75; }
  .home-feature-grid { gap: 10px; margin-top: 0; padding: 18px 0 0; }
  .home-feature-grid article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 4px 12px; padding: 16px; border-radius: 18px; box-shadow: 0 10px 28px rgba(15,23,42,.08); }
  .home-feature-grid article > svg { grid-row: span 2; width: 42px; height: 42px; padding: 10px; border-radius: 14px; }
  .home-feature-grid h3 { margin: 0; font-size: 18px; }
  .home-feature-grid p { font-size: 14px; line-height: 1.65; }
  .home-course-grid, .home-service-grid { gap: 14px; }
  .home-course-card:not(.featured) { grid-template-rows: 164px auto; border-radius: 22px; }
  .home-course-card.featured { grid-row: auto; grid-template-rows: 220px auto; }
  .home-course-card h3 { margin: 14px 0 8px; font-size: 20px; }
  .home-course-card:not(.featured) > div, .home-course-card.featured div { padding: 18px; }
  .home-about-media { min-height: auto; }
  .home-about-main, .home-about-small { position: static; width: 100%; height: auto; min-height: 0; margin-top: 12px; border: 0; border-radius: 20px; }
  .home-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .home-metrics div { padding: 14px; border-radius: 16px; }
  .home-metrics strong { font-size: 26px; }
  .home-service-grid a { min-height: 186px; padding: 18px; border-radius: 22px; }
  .home-service-grid span { font-size: 22px; }
  .home-steps li { grid-template-columns: 1fr; }
  .home-honor-list { gap: 8px; }
  .home-honor-list span { padding: 12px 14px; font-size: 14px; }
  .home-news-card, .home-cta-card { padding: 22px; border-radius: 22px; }
  .home-entry-grid a { padding: 14px; border-radius: 14px; }
}


/* ===== News center detail pages ===== */
.news-detail-page { background: #fff; }
.news-detail-hero { position: relative; overflow: hidden; background: #111827; color: #fff; }
.news-detail-hero-bg, .news-detail-hero-bg::after, .news-detail-hero-bg img { position: absolute; inset: 0; }
.news-detail-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04) contrast(1.03); }
.news-detail-hero-bg::after { content: ""; background: radial-gradient(circle at 14% 20%, rgba(255,90,95,.42), transparent 32%), linear-gradient(105deg, rgba(15,23,42,.96), rgba(15,23,42,.84) 48%, rgba(15,23,42,.55)); }
.news-detail-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 48px; align-items: center; min-height: 480px; padding: 78px 0; }
.news-detail-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.12); color: #ffd5d1; font-weight: 900; }
.news-detail-eyebrow svg { width: 18px; height: 18px; }
.news-detail-hero h1 { max-width: 800px; margin: 0; font-size: clamp(42px,6vw,70px); line-height: 1.05; font-weight: 950; letter-spacing: -0.045em; }
.news-detail-hero p:not(.news-detail-eyebrow) { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.8; }
.news-detail-nav { padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.13); box-shadow: 0 28px 80px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.news-detail-nav strong { display: block; margin-bottom: 14px; font-size: 20px; }
.news-detail-nav div { display: grid; gap: 10px; }
.news-detail-nav a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-weight: 800; }
.news-detail-nav a.active, .news-detail-nav a:hover { background: #fff; color: var(--coral); }
.news-detail-nav svg { width: 18px; height: 18px; }
.news-detail-section { padding: 76px 0; }
.news-detail-section.alt { background: #f8fafc; }
.news-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; align-items: stretch; }
.notice-page { background: linear-gradient(180deg, #fff 0%, #fff 34%, #f6f8fb 100%); }
.notice-page .news-detail-hero { background: #0f172a; }
.notice-page .news-detail-hero-bg::after { background: radial-gradient(circle at 18% 18%, rgba(255,90,95,.42), transparent 28%), radial-gradient(circle at 86% 16%, rgba(15,118,110,.28), transparent 30%), linear-gradient(105deg, rgba(8,13,24,.98), rgba(15,23,42,.88) 48%, rgba(15,23,42,.52)); }
.notice-official-section { background: linear-gradient(180deg, #f8fafc, #fff); }
.notice-official-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: stretch; }
.notice-bulletin-card { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(280px, .72fr); gap: 28px; padding: 34px; overflow: hidden; border: 1px solid rgba(15,23,42,.08); border-radius: 34px; background: radial-gradient(circle at 0% 0%, rgba(255,90,95,.12), transparent 34%), #fff; box-shadow: 0 24px 70px rgba(15,23,42,.1); }
.notice-release-card { position: relative; isolation: isolate; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,251,248,.94)); }
.notice-release-card::before { content: ""; position: absolute; inset: 14px; z-index: -1; border: 1px solid rgba(15,23,42,.06); border-radius: 26px; pointer-events: none; }
.notice-bulletin-copy { display: grid; align-content: center; min-width: 0; }
.notice-label { display: inline-flex; width: fit-content; min-height: 34px; align-items: center; margin: 0 0 14px; padding: 0 12px; border-radius: 999px; background: rgba(255,90,95,.1); color: var(--coral); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.notice-bulletin-copy h2 { margin: 0; color: var(--ink); font-size: clamp(32px,4vw,48px); line-height: 1.12; letter-spacing: -0.04em; }
.notice-meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px; }
.notice-meta-row span { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border: 1px solid rgba(15,23,42,.06); border-radius: 999px; background: #f8fafc; color: #475569; font-size: 14px; font-weight: 800; }
.notice-meta-row svg { width: 16px; height: 16px; color: var(--coral); }
.notice-bulletin-copy > p:not(.notice-label) { margin: 0 0 14px; color: #334155; font-size: 17px; line-height: 1.95; }
.notice-article-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 10px 0 8px; }
.notice-article-list div { padding: 16px; border: 1px solid rgba(15,23,42,.07); border-radius: 18px; background: linear-gradient(180deg, #fff, #f8fafc); }
.notice-article-list b { display: block; color: var(--ink); font-size: 17px; }
.notice-article-list span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.notice-feature-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.notice-bulletin-media { position: relative; min-height: 420px; margin: 0; overflow: hidden; border-radius: 26px; background: #111827; box-shadow: 0 18px 54px rgba(15,23,42,.16); }
.notice-bulletin-media img { width: 100%; height: 100%; object-fit: cover; }
.notice-bulletin-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(15,23,42,.78)); }
.notice-bulletin-media figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; display: grid; gap: 5px; color: #fff; }
.notice-bulletin-media strong { font-size: 24px; line-height: 1.2; }
.notice-bulletin-media span { color: rgba(255,255,255,.78); line-height: 1.6; }
.notice-quick-card { padding: 28px; border: 1px solid rgba(15,23,42,.08); border-radius: 30px; background: #20242a; color: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.14); }
.notice-quick-card h3 { margin: 0 0 18px; color: #fff; font-size: 26px; }
.notice-quick-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.notice-quick-card li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.08); }
.notice-quick-card svg { width: 20px; height: 20px; margin-top: 2px; color: #ffd5d1; }
.notice-quick-card span { color: rgba(255,255,255,.78); line-height: 1.7; }
.notice-index-card { display: grid; align-content: start; gap: 12px; background: radial-gradient(circle at 100% 0%, rgba(255,90,95,.22), transparent 34%), linear-gradient(145deg, #101827, #20242a); }
.notice-index-card p { margin: 0; color: #ffd5d1; font-size: 13px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.notice-index-card h3 { margin-bottom: 8px; }
.notice-index-card a { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 4px 12px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.08); color: #fff; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.notice-index-card a:hover { transform: translateY(-3px); border-color: rgba(255,213,209,.36); background: rgba(255,255,255,.13); }
.notice-index-card a span { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(255,255,255,.12); color: #ffd5d1; font-weight: 950; }
.notice-index-card a strong { color: #fff; font-size: 16px; line-height: 1.45; }
.notice-index-card a small { color: rgba(255,255,255,.62); font-size: 13px; }
.notice-entry-section { background: linear-gradient(180deg, #f8fafc, #fff); }
.notice-entry-grid .news-detail-card { border-color: rgba(15,23,42,.07); background: linear-gradient(180deg, #fff, #fffaf8); }
.notice-visual-section { background: linear-gradient(180deg, #fff, #f8fafc); }
.notice-visual-layout { display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); gap: 38px; align-items: center; }
.notice-visual-copy { position: sticky; top: 110px; align-self: start; padding: 34px; border: 1px solid rgba(15,23,42,.08); border-radius: 30px; background: linear-gradient(145deg, #20242a, #111827); color: #fff; box-shadow: 0 22px 66px rgba(15,23,42,.16); }
.notice-visual-copy p { margin: 0 0 10px; color: #ffd5d1; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.notice-visual-copy h2 { margin: 0; color: #fff; font-size: clamp(30px,4vw,44px); line-height: 1.16; letter-spacing: -0.035em; }
.notice-visual-copy span { display: block; margin-top: 16px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.9; }
.notice-visual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(230px, auto); gap: 16px; }
.notice-visual-card { position: relative; min-height: 250px; margin: 0; overflow: hidden; border-radius: 26px; background: #111827; box-shadow: 0 18px 50px rgba(15,23,42,.12); }
.notice-visual-card.tall { grid-row: span 2; min-height: 520px; }
.notice-visual-card.wide { grid-column: span 2; min-height: 300px; }
.notice-visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.notice-visual-card:hover img { transform: scale(1.035); }
.notice-visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(15,23,42,.8)); pointer-events: none; }
.notice-visual-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; display: grid; gap: 5px; color: #fff; }
.notice-visual-card strong { font-size: 22px; line-height: 1.2; }
.notice-visual-card span { color: rgba(255,255,255,.78); line-height: 1.55; }
.notice-process-section { background: linear-gradient(180deg, #fff, #f8fafc); }
.news-showcase-section { background: linear-gradient(180deg, #fff, #f8fafc); }
.news-showcase { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr); gap: 40px; align-items: center; }
.news-showcase-copy { display: grid; align-content: center; min-height: 520px; padding: 38px; border: 1px solid rgba(15,23,42,.08); border-radius: 28px; background: #fff; box-shadow: 0 18px 54px rgba(15,23,42,.08); }
.news-showcase-copy p { margin: 0 0 10px; color: var(--coral); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.news-showcase-copy h2 { margin: 0; color: var(--ink); font-size: 42px; line-height: 1.15; letter-spacing: 0; }
.news-showcase-copy span { display: block; margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.news-showcase-gallery { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .74fr); grid-template-rows: repeat(2, minmax(220px, 1fr)); gap: 16px; }
.news-showcase-photo { position: relative; min-height: 220px; margin: 0; overflow: hidden; border-radius: 24px; background: #111827; box-shadow: 0 18px 46px rgba(15,23,42,.16); }
.news-showcase-photo.large { grid-row: span 2; min-height: 540px; }
.news-showcase-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.02); transition: transform .35s ease; }
.news-showcase-photo:hover img { transform: scale(1.035); }
.news-showcase-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(15,23,42,.76)); pointer-events: none; }
.news-showcase-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; display: grid; gap: 4px; color: #fff; }
.news-showcase-photo figcaption strong { font-size: 22px; line-height: 1.2; }
.news-showcase-photo figcaption span { color: rgba(255,255,255,.78); line-height: 1.55; }
.news-feature-panel { display: grid; grid-template-columns: minmax(0,1fr) 220px; gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg,#fff,#fff7f6); box-shadow: 0 18px 52px rgba(15,23,42,.08); }
.news-feature-copy p, .news-section-head p, .news-cta-inner p { margin: 0 0 10px; color: var(--coral); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.news-feature-copy h2, .news-section-head h2, .news-cta-inner h2 { margin: 0; color: var(--ink); font-size: clamp(30px,4vw,44px); line-height: 1.16; letter-spacing: -0.035em; }
.news-feature-copy span, .news-section-head span, .news-cta-inner span { display: block; margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.news-feature-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.news-feature-stat { display: grid; place-items: center; align-content: center; padding: 22px; border-radius: 24px; background: #20242a; color: #fff; text-align: center; }
.news-feature-stat b { display: block; color: #fff; font-size: 70px; line-height: 1; }
.news-feature-stat span { font-weight: 900; }
.news-feature-stat small { margin-top: 12px; color: rgba(255,255,255,.62); line-height: 1.6; }
.news-side-card { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 18px 52px rgba(15,23,42,.06); }
.news-side-card h3 { margin: 0 0 18px; font-size: 24px; }
.news-side-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.news-side-card li { padding: 13px 14px; border-radius: 14px; background: #f8fafc; color: #475569; font-weight: 700; }
.news-section-head { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.news-section-head.left { margin: 0; text-align: left; }
.news-detail-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.news-detail-card { display: grid; align-content: start; min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 14px 40px rgba(15,23,42,.06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.news-detail-card:hover { transform: translateY(-5px); border-color: rgba(255,90,95,.35); box-shadow: 0 22px 58px rgba(15,23,42,.12); }
.news-detail-card svg { width: 46px; height: 46px; padding: 10px; border-radius: 16px; background: var(--coral-soft); color: var(--coral); }
.news-detail-card strong { margin-top: 20px; color: var(--ink); font-size: 22px; line-height: 1.25; }
.news-detail-card span { margin-top: 10px; color: var(--muted); line-height: 1.75; }
.news-process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.news-timeline { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.news-timeline li { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 34px rgba(15,23,42,.05); }
.news-timeline b { color: var(--coral); font-size: 22px; }
.news-timeline span { color: #475569; line-height: 1.75; }
.news-post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 26px; }
.news-post-card { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(180deg,#ffffff,#fff9f7); box-shadow: 0 16px 42px rgba(15,23,42,.06); }
.news-post-card.with-cover { grid-template-columns: minmax(0,1.15fr) 220px; align-items: stretch; }
.news-post-card-copy { display: grid; gap: 14px; min-width: 0; }
.news-post-card-media { overflow: hidden; border-radius: 20px; min-height: 180px; background: #f8fafc; }
.news-post-card-media img { width: 100%; height: 100%; object-fit: cover; }
.news-post-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 14px; }
.news-post-category { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; background: var(--coral-soft); color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.news-post-pin { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border-radius: 999px; background: rgba(13,148,136,.12); color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.news-post-card h3 { margin: 0; color: var(--ink); font-size: clamp(24px,3vw,30px); line-height: 1.22; letter-spacing: -0.03em; }
.news-post-summary { margin: 0; color: #475569; line-height: 1.85; }
.news-post-content { color: #334155; line-height: 1.9; }
.news-post-content p { margin: 0; }
.news-post-content .btn { margin-top: 6px; }
.news-post-content details { border-top: 1px solid var(--line); padding-top: 14px; }
.news-post-content summary { cursor: pointer; color: var(--coral); font-weight: 900; list-style: none; }
.news-post-content summary::-webkit-details-marker { display: none; }
.news-post-content details[open] summary { margin-bottom: 12px; }
.news-post-empty { margin-top: 22px; padding: 18px 20px; border: 1px dashed rgba(255,90,95,.22); border-radius: 20px; background: #fff; color: var(--muted); }
.news-post-empty[hidden] { display: none; }
.news-article-side { display: grid; gap: 16px; }
.news-article-meta-box { display: grid; gap: 10px; margin-top: 8px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.82); }
.news-article-meta-box span, .news-article-meta-box small { display: inline-flex; align-items: center; gap: 8px; }
.news-article-shell { max-width: 920px; margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(180deg,#ffffff,#fff9f7); box-shadow: 0 18px 48px rgba(15,23,42,.08); }
.news-article-content { display: grid; gap: 18px; color: #334155; font-size: 18px; line-height: 1.95; }
.news-article-content p { margin: 0; }
.news-article-pagination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.news-article-pagination[hidden] { display: none; }
.news-article-pagination-card { display: grid; gap: 8px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.news-article-pagination-card:hover { transform: translateY(-3px); border-color: rgba(255,90,95,.28); box-shadow: 0 14px 32px rgba(15,23,42,.08); }
.news-article-pagination-card small { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-article-pagination-card strong { color: var(--ink); font-size: 18px; line-height: 1.5; }
.news-bottom-cta { padding-top: 0; }
.news-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 36px; border-radius: 30px; background: #20242a; color: #fff; box-shadow: 0 22px 70px rgba(15,23,42,.16); }
.news-cta-inner h2 { color: #fff; }
.news-cta-inner span { color: rgba(255,255,255,.68); }
@media (max-width: 1180px) {
  .news-detail-hero-inner, .news-detail-layout, .news-showcase, .news-process-layout { grid-template-columns: 1fr; }
  .notice-official-layout, .notice-bulletin-card, .notice-visual-layout { grid-template-columns: 1fr; }
  .notice-article-list { grid-template-columns: 1fr; }
  .news-detail-nav { max-width: 720px; }
  .news-detail-grid, .news-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .notice-visual-copy { position: static; }
  .news-showcase-copy { min-height: auto; }
}
@media (max-width: 720px) {
  .news-detail-hero-inner { min-height: auto; padding: 54px 0; min-width: 0; overflow: hidden; }
  .news-detail-page, .news-detail-page section { overflow-x: hidden; }
  .news-detail-hero h1 { font-size: 34px; letter-spacing: 0; word-break: break-all; overflow-wrap: anywhere; max-width: 100%; }
  .news-detail-hero p:not(.news-detail-eyebrow) { font-size: 16px; word-break: break-all; overflow-wrap: anywhere; max-width: 100%; }
  .news-detail-nav { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; padding: 16px; border-radius: 20px; }
  .news-detail-nav a { width: 100%; min-width: 0; }
  .news-detail-section { padding: 52px 0; }
  .news-feature-panel, .news-feature-copy, .news-showcase-copy, .news-showcase-gallery, .news-side-card, .news-section-head, .news-detail-card, .news-process-layout, .news-cta-inner, .news-post-card, .notice-bulletin-card, .notice-bulletin-copy, .notice-quick-card, .notice-visual-copy, .notice-visual-grid, .notice-visual-card { max-width: 100%; min-width: 0; overflow: hidden; }
  .news-feature-copy h2, .news-showcase-copy h2, .news-section-head h2, .news-cta-inner h2, .notice-bulletin-copy h2, .notice-visual-copy h2 { max-width: 100%; font-size: 28px; letter-spacing: 0; word-break: break-all; overflow-wrap: anywhere; }
  .news-feature-copy span, .news-showcase-copy span, .news-section-head span, .news-cta-inner span, .news-detail-card span, .news-post-summary, .news-post-content, .notice-bulletin-copy p, .notice-quick-card span, .notice-visual-copy span, .notice-visual-card span { word-break: break-all; overflow-wrap: anywhere; }
  .news-feature-actions .btn { width: 100%; min-width: 0; }
  .news-feature-panel, .news-showcase-gallery, .news-detail-grid, .news-process-layout, .news-post-grid, .news-post-card.with-cover, .notice-official-layout, .notice-bulletin-card, .notice-visual-layout, .notice-visual-grid, .notice-article-list { grid-template-columns: minmax(0, 1fr); }
  .news-showcase-copy { padding: 22px; border-radius: 22px; }
  .news-showcase-photo, .news-showcase-photo.large { min-height: 260px; grid-row: auto; border-radius: 18px; }
  .notice-bulletin-card, .notice-quick-card, .notice-visual-copy { padding: 22px; border-radius: 22px; }
  .notice-bulletin-media { min-height: 280px; border-radius: 18px; }
  .notice-meta-row span { width: 100%; }
  .notice-feature-actions .btn { width: 100%; min-width: 0; }
  .notice-visual-card, .notice-visual-card.tall, .notice-visual-card.wide { grid-column: auto; grid-row: auto; min-height: 260px; border-radius: 18px; }
  .news-feature-panel { padding: 22px; border-radius: 22px; }
  .news-feature-stat { min-height: 180px; }
  .news-detail-card { min-height: auto; }
  .news-post-card { padding: 20px; border-radius: 22px; }
  .news-post-card-media { min-height: 220px; }
  .news-article-shell { padding: 22px; border-radius: 24px; }
  .news-article-content { font-size: 16px; }
  .news-article-pagination { grid-template-columns: 1fr; }
  .news-timeline li { grid-template-columns: 1fr; }
  .news-cta-inner { display: grid; padding: 24px; border-radius: 24px; }
}

/* ===== Industry news feature page ===== */
.industry-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 18%, #f8fbff 100%);
}

.industry-hero {
  background: #07152c;
}

.industry-hero .news-detail-hero-bg::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(59, 130, 246, 0.42), transparent 30%),
    linear-gradient(110deg, rgba(3, 11, 24, 0.94), rgba(7, 24, 49, 0.86) 46%, rgba(7, 24, 49, 0.46));
}

.industry-hero-copy {
  max-width: 820px;
}

.industry-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.industry-light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.industry-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.industry-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
}

.industry-hero-metrics div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(6, 25, 54, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.industry-hero-metrics dt {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.industry-hero-metrics dd {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.industry-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.industry-hero-panel p,
.industry-manifesto p,
.industry-note strong,
.industry-story-card figcaption span,
.industry-pillar small {
  letter-spacing: 0.08em;
}

.industry-hero-panel p {
  margin: 0 0 10px;
  color: #9cc7ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-hero-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.industry-hero-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.industry-hero-panel li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(5, 17, 36, 0.26);
}

.industry-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.industry-hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.industry-panel-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.7;
}

.industry-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.industry-subnav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.industry-subnav a.active,
.industry-subnav a:hover {
  border-color: rgba(37, 99, 235, 0.18);
  background: #0f274b;
  color: #fff;
}

.industry-subnav svg {
  width: 18px;
  height: 18px;
}

.industry-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.industry-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #475569;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.industry-article-meta b {
  color: #0f172a;
}

.industry-article-meta svg {
  width: 16px;
  height: 16px;
  color: #2563eb;
}

.industry-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 28px;
  align-items: start;
}

.industry-manifesto {
  padding: 38px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.12), transparent 32%),
    linear-gradient(145deg, #ffffff, #f7fbff);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.industry-manifesto p {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-manifesto h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.industry-manifesto > span {
  display: block;
  margin-top: 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.9;
}

.industry-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.industry-signal-grid article {
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.industry-signal-grid strong {
  display: block;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.3;
}

.industry-signal-grid span {
  display: block;
  margin-top: 10px;
  color: #64748b;
  line-height: 1.8;
}

.industry-note {
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.24), transparent 34%),
    linear-gradient(180deg, #0f274b, #0a1c36);
  color: #fff;
  box-shadow: 0 20px 62px rgba(15, 23, 42, 0.14);
}

.industry-note strong {
  display: block;
  font-size: 24px;
  line-height: 1.35;
}

.industry-note ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.industry-note li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.industry-note-foot {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.industry-story-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.12), transparent 26%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 22%, #ffffff 100%);
}

.industry-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.industry-story-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #0b1a33;
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.16);
}

.industry-story-card.consulting {
  grid-column: 1 / span 7;
  min-height: 420px;
}

.industry-story-card.training {
  grid-column: 8 / span 5;
  min-height: 420px;
}

.industry-story-card.classroom {
  grid-column: 1 / span 5;
}

.industry-story-card.visit {
  grid-column: 6 / span 7;
}

.industry-story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
  transition: transform 0.4s ease;
}

.industry-story-card:hover img {
  transform: scale(1.03);
}

.industry-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 28, 54, 0.02), rgba(10, 28, 54, 0.1) 44%, rgba(4, 13, 28, 0.82) 100%);
}

.industry-story-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: #fff;
}

.industry-story-card figcaption span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-story-card strong {
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
}

.industry-story-card small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.75;
}

.industry-pillars-layout,
.industry-process-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 46px;
  align-items: start;
}

.industry-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.industry-pillar {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.industry-pillar svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.industry-pillar small {
  display: block;
  margin-top: 18px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-pillar h3 {
  margin: 10px 0 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.28;
}

.industry-pillar p {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.industry-feed {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #ffffff);
}

.industry-cta .news-cta-inner {
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.22), transparent 30%),
    linear-gradient(120deg, #0a1c36, #10284c 60%, #173866);
}

@media (max-width: 1180px) {
  .industry-hero-metrics,
  .industry-signal-grid,
  .industry-pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-overview-grid,
  .industry-pillars-layout,
  .industry-process-grid,
  .industry-story-grid {
    grid-template-columns: 1fr;
  }

  .industry-story-card.consulting,
  .industry-story-card.training,
  .industry-story-card.classroom,
  .industry-story-card.visit {
    grid-column: auto;
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .industry-hero-actions .btn,
  .industry-subnav a {
    width: 100%;
  }

  .industry-article-meta span {
    width: 100%;
    justify-content: flex-start;
  }

  .industry-hero-metrics,
  .industry-signal-grid,
  .industry-pillars-grid {
    grid-template-columns: 1fr;
  }

  .industry-hero-panel,
  .industry-manifesto,
  .industry-note,
  .industry-pillar {
    padding: 22px;
    border-radius: 24px;
  }

  .industry-manifesto h2,
  .industry-hero-panel h2 {
    font-size: 28px;
    letter-spacing: 0;
  }

  .industry-story-card,
  .industry-story-card.consulting,
  .industry-story-card.training,
  .industry-story-card.classroom,
  .industry-story-card.visit {
    min-height: 280px;
    border-radius: 22px;
  }

  .industry-story-card figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .industry-story-card strong {
    font-size: 24px;
  }
}

/* ===== Public welfare page ===== */
.public-welfare-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 90, 95, 0.12), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(13, 148, 136, 0.1), transparent 28%),
    linear-gradient(180deg, #fff8f6 0%, #ffffff 22%, #f7fbfa 100%);
}

.public-welfare-hero {
  background: #20242a;
}

.public-welfare-hero .news-detail-hero-bg::after {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 90, 95, 0.46), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(13, 148, 136, 0.34), transparent 30%),
    linear-gradient(108deg, rgba(32, 36, 42, 0.96), rgba(32, 36, 42, 0.84) 48%, rgba(32, 36, 42, 0.48));
}

.public-welfare-hero-copy {
  max-width: 820px;
}

.public-welfare-hero h1,
.public-welfare-hero-panel h2,
.public-welfare-manifesto h2,
.public-welfare-pillar h3,
.public-welfare-page .news-section-head h2,
.public-welfare-page .news-cta-inner h2 {
  letter-spacing: 0;
}

.public-welfare-hero-panel p,
.public-welfare-manifesto p,
.public-welfare-note strong,
.public-welfare-story-card figcaption span,
.public-welfare-pillar small,
.public-welfare-page .news-section-head p,
.public-welfare-page .news-cta-inner p {
  letter-spacing: 0;
}

.public-welfare-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.public-welfare-light {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.public-welfare-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.public-welfare-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
}

.public-welfare-hero-metrics div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(32, 36, 42, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.public-welfare-hero-metrics dt {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.public-welfare-hero-metrics dd {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.public-welfare-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.public-welfare-hero-panel p {
  margin: 0 0 10px;
  color: #ffd5d1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-welfare-hero-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.2;
}

.public-welfare-hero-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.public-welfare-hero-panel li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(32, 36, 42, 0.28);
}

.public-welfare-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.public-welfare-hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.public-welfare-panel-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.public-welfare-subnav,
.public-welfare-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.public-welfare-subnav {
  margin-bottom: 28px;
}

.public-welfare-subnav a,
.public-welfare-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.public-welfare-subnav a.active,
.public-welfare-subnav a:hover {
  border-color: rgba(255, 90, 95, 0.28);
  background: var(--coral);
  color: #fff;
}

.public-welfare-subnav svg,
.public-welfare-article-meta svg {
  width: 18px;
  height: 18px;
}

.public-welfare-article-meta {
  margin-bottom: 26px;
}

.public-welfare-article-meta span {
  min-height: 42px;
  padding: 0 14px;
  color: #475569;
  font-weight: 700;
}

.public-welfare-article-meta b {
  color: #0f172a;
}

.public-welfare-article-meta svg {
  color: var(--teal);
}

.public-welfare-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 28px;
  align-items: start;
}

.public-welfare-manifesto {
  padding: 38px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 148, 136, 0.11), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255, 90, 95, 0.08), transparent 32%),
    linear-gradient(145deg, #ffffff, #fffaf8);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.public-welfare-manifesto p,
.public-welfare-pillar small,
.public-welfare-page .news-section-head p,
.public-welfare-page .news-cta-inner p {
  color: var(--coral);
}

.public-welfare-manifesto p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-welfare-manifesto h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.14;
}

.public-welfare-manifesto > span {
  display: block;
  margin-top: 18px;
  color: #475569;
  font-size: 17px;
  line-height: 1.9;
}

.public-welfare-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.public-welfare-signal-grid article {
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.public-welfare-signal-grid strong {
  display: block;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.3;
}

.public-welfare-signal-grid span {
  display: block;
  margin-top: 10px;
  color: #64748b;
  line-height: 1.8;
}

.public-welfare-note {
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 90, 95, 0.28), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(13, 148, 136, 0.22), transparent 36%),
    linear-gradient(180deg, #20242a, #27313a);
  color: #fff;
  box-shadow: 0 20px 62px rgba(15, 23, 42, 0.14);
}

.public-welfare-note strong {
  display: block;
  font-size: 24px;
  line-height: 1.35;
}

.public-welfare-note ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.public-welfare-note li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.public-welfare-note-foot {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.public-welfare-story-section {
  background:
    radial-gradient(circle at 88% 0%, rgba(13, 148, 136, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8f6 0%, #ffffff 34%, #f7fbfa 100%);
}

.public-welfare-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.public-welfare-story-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #20242a;
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.16);
}

.public-welfare-story-card.community {
  grid-column: 1 / span 7;
  min-height: 420px;
}

.public-welfare-story-card.childcare {
  grid-column: 8 / span 5;
  min-height: 420px;
}

.public-welfare-story-card.eldercare {
  grid-column: 1 / span 4;
}

.public-welfare-story-card.donation {
  grid-column: 5 / span 4;
}

.public-welfare-story-card.sanitation {
  grid-column: 9 / span 4;
}

.public-welfare-story-card.rural {
  grid-column: 1 / span 12;
  min-height: 360px;
}

.public-welfare-story-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
  transition: transform 0.4s ease;
}

.public-welfare-story-card:hover img {
  transform: scale(1.03);
}

.public-welfare-story-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(32, 36, 42, 0.02), rgba(32, 36, 42, 0.08) 44%, rgba(32, 36, 42, 0.82) 100%);
}

.public-welfare-story-card figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: #fff;
}

.public-welfare-story-card figcaption span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffd5d1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-welfare-story-card strong {
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
}

.public-welfare-story-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.public-welfare-pillars-layout,
.public-welfare-process-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 46px;
  align-items: start;
}

.public-welfare-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.public-welfare-pillar {
  padding: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #fffaf8);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.public-welfare-pillar svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  border-radius: 16px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--teal);
}

.public-welfare-pillar small {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-welfare-pillar h3 {
  margin: 10px 0 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.28;
}

.public-welfare-pillar p {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.public-welfare-feed {
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.74), #ffffff);
}

.public-welfare-cta .news-cta-inner {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 90, 95, 0.28), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(13, 148, 136, 0.24), transparent 32%),
    linear-gradient(120deg, #20242a, #2f3941 62%, #33443f);
}

@media (max-width: 1180px) {
  .public-welfare-hero-metrics,
  .public-welfare-signal-grid,
  .public-welfare-pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-welfare-overview-grid,
  .public-welfare-pillars-layout,
  .public-welfare-process-grid,
  .public-welfare-story-grid {
    grid-template-columns: 1fr;
  }

  .public-welfare-story-card.community,
  .public-welfare-story-card.childcare,
  .public-welfare-story-card.eldercare,
  .public-welfare-story-card.donation,
  .public-welfare-story-card.sanitation,
  .public-welfare-story-card.rural {
    grid-column: auto;
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .public-welfare-hero-actions .btn,
  .public-welfare-subnav a {
    width: 100%;
  }

  .public-welfare-article-meta span {
    width: 100%;
    justify-content: flex-start;
  }

  .public-welfare-hero-metrics,
  .public-welfare-signal-grid,
  .public-welfare-pillars-grid {
    grid-template-columns: 1fr;
  }

  .public-welfare-hero-panel,
  .public-welfare-manifesto,
  .public-welfare-note,
  .public-welfare-pillar {
    padding: 22px;
    border-radius: 24px;
  }

  .public-welfare-manifesto h2,
  .public-welfare-hero-panel h2 {
    font-size: 28px;
  }

  .public-welfare-story-card,
  .public-welfare-story-card.community,
  .public-welfare-story-card.childcare,
  .public-welfare-story-card.eldercare,
  .public-welfare-story-card.donation,
  .public-welfare-story-card.sanitation,
  .public-welfare-story-card.rural {
    min-height: 280px;
    border-radius: 22px;
  }

  .public-welfare-story-card figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .public-welfare-story-card strong {
    font-size: 24px;
  }
}

/* ===== Live-in nanny detail page ===== */
.live-in-nanny-page {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf9 44%, #ffffff 100%);
  color: var(--ink);
}

.live-in-nanny-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background: #121b24;
  color: #fff;
}

.live-in-nanny-hero-bg,
.live-in-nanny-hero-bg::after,
.live-in-nanny-hero-bg img {
  position: absolute;
  inset: 0;
}

.live-in-nanny-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.live-in-nanny-hero-bg::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 22, 29, 0.96) 0%, rgba(12, 22, 29, 0.82) 37%, rgba(12, 22, 29, 0.32) 72%, rgba(12, 22, 29, 0.08) 100%);
}

.live-in-nanny-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  min-height: 690px;
  padding: 86px 0;
}

.live-in-nanny-hero-copy {
  max-width: 760px;
}

.live-in-nanny-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #d4f7ef;
  font-size: 14px;
  font-weight: 950;
}

.live-in-nanny-kicker svg {
  width: 18px;
  height: 18px;
}

.live-in-nanny-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.live-in-nanny-hero-copy > p:not(.live-in-nanny-kicker) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  line-height: 1.82;
}

.live-in-nanny-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.live-in-nanny-ghost {
  border-color: rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.live-in-nanny-ghost:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.live-in-nanny-hero-panel {
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: rgba(10, 22, 30, 0.46);
  box-shadow: 0 28px 82px rgba(0,0,0,0.22);
  backdrop-filter: blur(18px);
}

.live-in-nanny-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.live-in-nanny-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.live-in-nanny-hero-panel li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 60px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
}

.live-in-nanny-hero-panel span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(20, 184, 166, 0.18);
  color: #99f6e4;
  font-weight: 950;
}

.live-in-nanny-hero-panel b {
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
}

.live-in-nanny-trust {
  border-bottom: 1px solid rgba(15,23,42,0.06);
  background: #f7fbfa;
}

.live-in-nanny-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 0;
}

.live-in-nanny-trust-grid div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 3px 12px;
  align-items: center;
  min-width: 0;
}

.live-in-nanny-trust-grid svg {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 14px;
  background: #fff;
  color: #0d9488;
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}

.live-in-nanny-trust-grid strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.25;
}

.live-in-nanny-trust-grid span {
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.live-in-nanny-section {
  padding: 78px 0;
}

.live-in-nanny-section-alt {
  background:
    radial-gradient(circle at 100% 0%, rgba(20,184,166,0.12), transparent 28%),
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
}

.live-in-nanny-section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.live-in-nanny-section-head.left {
  margin-bottom: 28px;
}

.live-in-nanny-section-head p,
.live-in-nanny-boundary > div > p,
.live-in-nanny-cta-inner p {
  margin: 0 0 10px;
  color: #0d9488;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-in-nanny-section-head h2,
.live-in-nanny-boundary h2,
.live-in-nanny-cta-inner h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.live-in-nanny-section-head span,
.live-in-nanny-cta-inner span {
  display: block;
  margin-top: 16px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.9;
}

.live-in-nanny-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.live-in-nanny-fit-grid article,
.live-in-nanny-standard-grid article,
.live-in-nanny-flow-list li,
.live-in-nanny-boundary-grid article {
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15,23,42,0.06);
}

.live-in-nanny-fit-grid article {
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.live-in-nanny-fit-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(13,148,136,0.26);
  box-shadow: 0 22px 54px rgba(15,23,42,0.11);
}

.live-in-nanny-fit-grid svg,
.live-in-nanny-standard-grid svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(13,148,136,0.1);
  color: #0d9488;
}

.live-in-nanny-fit-grid article:nth-child(2) svg,
.live-in-nanny-standard-grid article:nth-child(2) svg,
.live-in-nanny-standard-grid article:nth-child(5) svg {
  background: rgba(255,90,95,0.1);
  color: var(--coral);
}

.live-in-nanny-fit-grid article:nth-child(3) svg,
.live-in-nanny-standard-grid article:nth-child(3) svg,
.live-in-nanny-standard-grid article:nth-child(6) svg {
  background: rgba(99,136,189,0.12);
  color: #6388bd;
}

.live-in-nanny-fit-grid article:nth-child(4) svg,
.live-in-nanny-standard-grid article:nth-child(4) svg {
  background: rgba(140,90,43,0.11);
  color: #8c5a2b;
}

.live-in-nanny-fit-grid h3,
.live-in-nanny-standard-grid h3 {
  margin: 18px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.live-in-nanny-fit-grid p,
.live-in-nanny-standard-grid p,
.live-in-nanny-boundary-grid span {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.78;
}

.live-in-nanny-standard {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: center;
}

.live-in-nanny-photo-card {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #111827;
  box-shadow: 0 26px 70px rgba(15,23,42,0.14);
}

.live-in-nanny-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-in-nanny-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(15,23,42,0.82));
}

.live-in-nanny-photo-card figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  gap: 6px;
  color: #fff;
}

.live-in-nanny-photo-card strong {
  font-size: 24px;
  line-height: 1.2;
}

.live-in-nanny-photo-card span {
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
}

.live-in-nanny-standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.live-in-nanny-standard-grid article {
  padding: 22px;
}

.live-in-nanny-standard-grid h3 {
  margin-top: 16px;
  font-size: 20px;
}

.live-in-nanny-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: start;
}

.live-in-nanny-flow .btn {
  margin-top: 26px;
}

.live-in-nanny-flow-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.live-in-nanny-flow-list li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 5px 18px;
  padding: 22px;
}

.live-in-nanny-flow-list b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #10222b;
  color: #99f6e4;
  font-size: 20px;
}

.live-in-nanny-flow-list strong {
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.live-in-nanny-flow-list span {
  color: #64748b;
  line-height: 1.75;
}

.live-in-nanny-boundary-section {
  padding-top: 0;
}

.live-in-nanny-boundary {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,90,95,0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f7fbfa);
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
}

.live-in-nanny-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.live-in-nanny-boundary-grid article {
  padding: 18px;
}

.live-in-nanny-boundary-grid strong {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
}

.live-in-nanny-boundary-grid span {
  display: block;
  font-size: 15px;
}

.live-in-nanny-cta {
  padding: 0 0 78px;
}

.live-in-nanny-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(20,184,166,0.22), transparent 30%),
    linear-gradient(120deg, #111827, #17323a 58%, #0f766e);
  color: #fff;
  box-shadow: 0 26px 72px rgba(15,23,42,0.18);
}

.live-in-nanny-cta-inner h2 {
  color: #fff;
}

.live-in-nanny-cta-inner span {
  max-width: 760px;
  color: rgba(255,255,255,0.72);
}

.live-in-nanny-cta-inner p {
  color: #99f6e4;
}

@media (max-width: 1180px) {
  .live-in-nanny-hero-inner,
  .live-in-nanny-standard,
  .live-in-nanny-flow,
  .live-in-nanny-boundary {
    grid-template-columns: 1fr;
  }

  .live-in-nanny-hero-panel {
    max-width: 680px;
  }

  .live-in-nanny-fit-grid,
  .live-in-nanny-trust-grid,
  .live-in-nanny-boundary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-in-nanny-photo-card {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .live-in-nanny-page,
  .live-in-nanny-page section {
    overflow-x: hidden;
  }

  .live-in-nanny-hero,
  .live-in-nanny-hero-inner {
    min-height: auto;
  }

  .live-in-nanny-hero-bg img {
    object-position: 60% center;
  }

  .live-in-nanny-hero-bg::after {
    background: linear-gradient(90deg, rgba(12,22,29,0.96), rgba(12,22,29,0.82));
  }

  .live-in-nanny-hero-inner {
    gap: 28px;
    padding: 58px 0 64px;
  }

  .live-in-nanny-hero h1,
  .live-in-nanny-section-head h2,
  .live-in-nanny-boundary h2,
  .live-in-nanny-cta-inner h2 {
    font-size: 32px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .live-in-nanny-hero-copy > p:not(.live-in-nanny-kicker),
  .live-in-nanny-section-head span,
  .live-in-nanny-cta-inner span {
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .live-in-nanny-actions .btn,
  .live-in-nanny-cta-inner .btn {
    width: 100%;
  }

  .live-in-nanny-hero-panel,
  .live-in-nanny-boundary,
  .live-in-nanny-cta-inner {
    padding: 22px;
    border-radius: 16px;
  }

  .live-in-nanny-hero-panel {
    display: none;
  }

  .live-in-nanny-trust-grid,
  .live-in-nanny-fit-grid,
  .live-in-nanny-standard-grid,
  .live-in-nanny-boundary-grid {
    grid-template-columns: 1fr;
  }

  .live-in-nanny-section {
    padding: 54px 0;
  }

  .live-in-nanny-photo-card {
    min-height: 420px;
    border-radius: 14px;
  }

  .live-in-nanny-flow-list li {
    grid-template-columns: 1fr;
  }

  .live-in-nanny-flow-list b {
    grid-row: auto;
  }

  .live-in-nanny-cta {
    padding-bottom: 54px;
  }

  .live-in-nanny-cta-inner {
    display: grid;
  }
}

/* ===== Home storage service detail page ===== */
.home-storage-page,
.home-storage-page h1,
.home-storage-page h2,
.home-storage-page h3,
.home-storage-page p,
.home-storage-page span,
.home-storage-page a,
.home-storage-page strong,
.home-storage-page b {
  letter-spacing: 0;
}

.home-storage-page {
  overflow: hidden;
  background: #fffaf7;
  color: #17211c;
}

.home-storage-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  background: #17211c;
  color: #fff;
}

.home-storage-hero-media,
.home-storage-hero-media::after,
.home-storage-hero-media img {
  position: absolute;
  inset: 0;
}

.home-storage-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.home-storage-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(11, 19, 16, 0.94) 0%, rgba(24, 38, 31, 0.82) 44%, rgba(24, 38, 31, 0.24) 100%);
}

.home-storage-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: end;
  gap: 56px;
  min-height: 620px;
  padding: 72px 0 78px;
}

.home-storage-hero-copy {
  max-width: 780px;
}

.home-storage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #c8f2df;
  font-weight: 900;
}

.home-storage-kicker svg {
  width: 18px;
  height: 18px;
}

.home-storage-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.home-storage-hero-copy > p:not(.home-storage-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  line-height: 1.9;
}

.home-storage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-storage-hero .btn.primary,
.home-storage-page .btn.primary {
  border: 0;
  background: linear-gradient(135deg, #e05b4f, #0f9f88);
  box-shadow: 0 16px 38px rgba(15, 159, 136, 0.22);
}

.home-storage-ghost {
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.home-storage-ghost:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.home-storage-hero-panel {
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(8, 18, 15, 0.72);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
}

.home-storage-hero-panel strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.home-storage-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-storage-hero-panel li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.home-storage-hero-panel span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(200, 242, 223, 0.14);
  color: #c8f2df;
  font-weight: 950;
}

.home-storage-hero-panel b {
  color: rgba(255,255,255,0.9);
  line-height: 1.45;
}

.home-storage-trust {
  border-bottom: 1px solid rgba(15,23,42,0.07);
  background: #fff;
}

.home-storage-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.home-storage-trust-grid div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
  min-height: 128px;
  padding: 26px 22px;
  background: #fff;
}

.home-storage-trust-grid svg {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 8px;
  background: #eef8f4;
  color: #0f9f88;
}

.home-storage-trust-grid div:nth-child(2) svg {
  background: #fff0ec;
  color: #e05b4f;
}

.home-storage-trust-grid div:nth-child(3) svg {
  background: #eef2f7;
  color: #486581;
}

.home-storage-trust-grid div:nth-child(4) svg {
  background: #f4f0e8;
  color: #9a6a2f;
}

.home-storage-trust-grid strong {
  color: #111827;
  font-size: 18px;
}

.home-storage-trust-grid span {
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.home-storage-subnav {
  position: sticky;
  top: 80px;
  z-index: 40;
  border-bottom: 1px solid rgba(15,23,42,0.08);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
}

.home-storage-subnav .container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.home-storage-subnav a {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f4f7f4;
  color: #53615c;
  font-weight: 900;
}

.home-storage-subnav a:hover {
  background: #18342e;
  color: #fff;
}

.home-storage-section {
  padding: 78px 0;
  background: #fff;
}

.home-storage-section-alt {
  background: #f5faf8;
}

.home-storage-section-head {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-storage-section-head.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.home-storage-section-head p,
.home-storage-standard > div > p,
.home-storage-local-copy p,
.home-storage-cta-inner p {
  margin: 0 0 10px;
  color: #0f9f88;
  font-weight: 950;
}

.home-storage-section-head h2,
.home-storage-standard h2,
.home-storage-local-copy h2,
.home-storage-cta-inner h2 {
  margin: 0;
  color: #111827;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.home-storage-section-head span,
.home-storage-local-copy span,
.home-storage-cta-inner span {
  display: block;
  margin-top: 16px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.85;
}

.home-storage-fit-grid,
.home-storage-service-grid {
  display: grid;
  gap: 18px;
}

.home-storage-fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-storage-fit-grid article,
.home-storage-service-grid article,
.home-storage-flow-list li,
.home-storage-standard-grid article {
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15,23,42,0.05);
}

.home-storage-fit-grid article,
.home-storage-service-grid article {
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-storage-fit-grid article:hover,
.home-storage-service-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(15,159,136,0.24);
  box-shadow: 0 24px 58px rgba(15,23,42,0.08);
}

.home-storage-fit-grid svg,
.home-storage-service-grid svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 8px;
  background: #eef8f4;
  color: #0f9f88;
}

.home-storage-fit-grid article:nth-child(2) svg,
.home-storage-service-grid article:nth-child(2) svg,
.home-storage-service-grid article:nth-child(5) svg {
  background: #fff0ec;
  color: #e05b4f;
}

.home-storage-fit-grid article:nth-child(3) svg,
.home-storage-service-grid article:nth-child(3) svg,
.home-storage-service-grid article:nth-child(6) svg {
  background: #eef2f7;
  color: #486581;
}

.home-storage-fit-grid article:nth-child(4) svg,
.home-storage-service-grid article:nth-child(4) svg {
  background: #f4f0e8;
  color: #9a6a2f;
}

.home-storage-fit-grid h3,
.home-storage-service-grid h3 {
  margin: 18px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.home-storage-fit-grid p,
.home-storage-service-grid p,
.home-storage-standard-grid span {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.75;
}

.home-storage-service {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: center;
}

.home-storage-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  margin: 0;
  border-radius: 8px;
  background: #0f172a;
  box-shadow: 0 28px 72px rgba(15,23,42,0.16);
}

.home-storage-photo-card img,
.home-storage-local-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-storage-photo-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(7, 17, 14, 0.86));
}

.home-storage-photo-card figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff;
}

.home-storage-photo-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.25;
}

.home-storage-photo-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.home-storage-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-storage-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 46px;
  align-items: start;
}

.home-storage-flow .btn {
  margin-top: 26px;
}

.home-storage-flow-content {
  display: grid;
  gap: 18px;
}

.home-storage-flow-content img {
  width: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15,23,42,0.12);
}

.home-storage-flow-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-storage-flow-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 20px;
}

.home-storage-flow-list b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #eef8f4;
  color: #0f9f88;
  font-size: 20px;
}

.home-storage-flow-list strong {
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.home-storage-flow-list span {
  color: #64748b;
  line-height: 1.75;
}

.home-storage-standard-section {
  background: #17211c;
  color: #fff;
}

.home-storage-standard {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
  gap: 42px;
  align-items: start;
}

.home-storage-standard h2,
.home-storage-cta-inner h2 {
  color: #fff;
}

.home-storage-standard > div > p,
.home-storage-cta-inner p {
  color: #c8f2df;
}

.home-storage-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-storage-standard-grid article {
  padding: 22px;
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  box-shadow: none;
}

.home-storage-standard-grid strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.home-storage-standard-grid span {
  display: block;
  color: rgba(255,255,255,0.72);
}

.home-storage-local {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.home-storage-local-copy h2 {
  max-width: 720px;
}

.home-storage-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-storage-local-photo {
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(15,23,42,0.13);
}

.home-storage-cta {
  padding: 0 0 78px;
  background: #fff;
}

.home-storage-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 34px;
  border-radius: 8px;
  background: #17211c;
  color: #fff;
}

.home-storage-cta-inner span {
  max-width: 760px;
  color: rgba(255,255,255,0.74);
}

.home-storage-page .related-section {
  background: #fff;
}

@media (max-width: 1180px) {
  .home-storage-hero-inner,
  .home-storage-service,
  .home-storage-flow,
  .home-storage-standard,
  .home-storage-local {
    grid-template-columns: 1fr;
  }

  .home-storage-hero-panel {
    max-width: 680px;
  }

  .home-storage-fit-grid,
  .home-storage-trust-grid,
  .home-storage-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-storage-photo-card {
    min-height: 520px;
  }

  .home-storage-local-photo {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .home-storage-page,
  .home-storage-page section {
    overflow-x: hidden;
  }

  .home-storage-hero,
  .home-storage-hero-inner {
    min-height: auto;
  }

  .home-storage-hero-media img {
    object-position: 64% center;
  }

  .home-storage-hero-media::after {
    background: linear-gradient(90deg, rgba(11, 19, 16, 0.96), rgba(24, 38, 31, 0.8));
  }

  .home-storage-hero-inner {
    gap: 28px;
    padding: 58px 0 64px;
  }

  .home-storage-hero h1,
  .home-storage-section-head h2,
  .home-storage-standard h2,
  .home-storage-local-copy h2,
  .home-storage-cta-inner h2 {
    font-size: 32px;
    line-height: 1.18;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .home-storage-hero-copy > p:not(.home-storage-kicker),
  .home-storage-section-head span,
  .home-storage-local-copy span,
  .home-storage-cta-inner span {
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .home-storage-actions .btn,
  .home-storage-local-actions .btn,
  .home-storage-cta-inner .btn {
    width: 100%;
    min-width: 0;
  }

  .home-storage-hero-panel {
    display: none;
  }

  .home-storage-subnav {
    top: 72px;
  }

  .home-storage-trust-grid,
  .home-storage-fit-grid,
  .home-storage-service-grid,
  .home-storage-standard-grid {
    grid-template-columns: 1fr;
  }

  .home-storage-trust-grid div {
    min-height: auto;
    padding: 20px;
  }

  .home-storage-section {
    padding: 54px 0;
  }

  .home-storage-photo-card {
    min-height: 420px;
  }

  .home-storage-flow-list li {
    grid-template-columns: 1fr;
  }

  .home-storage-flow-list b {
    grid-row: auto;
  }

  .home-storage-local-photo {
    min-height: 280px;
  }

  .home-storage-cta {
    padding-bottom: 54px;
  }

  .home-storage-cta-inner {
    display: grid;
    padding: 24px;
  }
}

/* ===== Family care consulting detail page ===== */
.care-consulting-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 95, 0.08), transparent 28%),
    radial-gradient(circle at 100% 3%, rgba(13, 148, 136, 0.08), transparent 30%),
    linear-gradient(180deg, #f7faf7 0%, #fff 28%, #f6f8fb 100%);
}

.care-consulting-page h1,
.care-consulting-page h2,
.care-consulting-page h3,
.care-consulting-page p,
.care-consulting-page span,
.care-consulting-page a,
.care-consulting-page small {
  letter-spacing: 0;
}

.care-consulting-hero {
  background: #1f2a2a;
}

.care-consulting-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 90, 95, 0.22), transparent 26%),
    linear-gradient(100deg, rgba(18, 28, 28, 0.86), rgba(18, 28, 28, 0.62) 43%, rgba(18, 28, 28, 0.18) 74%);
  pointer-events: none;
}

.care-consulting-hero > img {
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}

.care-consulting-kicker {
  color: #fff;
}

.care-consulting-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

.care-consulting-hero .btn.primary,
.care-consulting-page .btn.primary {
  border: 0;
  background: linear-gradient(135deg, var(--coral), #ef7b5f);
  color: #fff;
  box-shadow: 0 18px 40px rgba(255, 90, 95, 0.22);
}

.care-consulting-hero .btn.outline {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.care-consulting-metrics > div {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.care-consulting-anchor {
  position: relative;
  z-index: 4;
}

.care-consulting-anchor .container {
  scrollbar-width: thin;
}

.care-consulting-anchor a {
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.care-consulting-anchor a:hover {
  transform: translateY(-1px);
}

.care-consulting-section {
  position: relative;
}

.care-consulting-section h2 {
  color: #20242a;
  line-height: 1.16;
  text-wrap: balance;
}

.care-consulting-section article,
.care-consulting-section [class*="rounded-[2rem]"],
.care-consulting-section [class*="rounded-[2.2rem]"],
.care-consulting-section [class*="rounded-3xl"] {
  border-radius: 22px;
}

.care-consulting-section img {
  filter: saturate(1.02) contrast(1.01);
}

.care-consulting-section [class*="text-[#3f6e62]"],
.care-consulting-section [class*="text-[#6f8f65]"] {
  color: var(--teal);
}

.care-consulting-section [class*="bg-[#192421]"] {
  background: linear-gradient(145deg, #20242a, #253734);
}

.care-consulting-section [class*="bg-[#f7faf5]"],
.care-consulting-section [class*="bg-[#f4f7f4]"] {
  background: #f8fafc;
}

.care-consulting-section [class*="ring-[#dbe4d7]"] {
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  --tw-ring-shadow: 0 0 #0000;
}

.care-consulting-section ul {
  padding-left: 0;
  list-style: none;
}

.care-consulting-section li {
  position: relative;
  padding-left: 18px;
}

.care-consulting-section li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--coral);
  content: "";
}

.care-consulting-section .grid > article:hover {
  transform: translateY(-3px);
}

.care-consulting-page .related-section {
  background: #f8fafc;
}

@media (max-width: 720px) {
  .care-consulting-hero .container {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .care-consulting-hero h1 {
    font-size: 34px;
    line-height: 1.16;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .care-consulting-hero p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .care-consulting-metrics {
    grid-template-columns: 1fr;
  }

  .care-consulting-page .btn {
    width: 100%;
    min-width: 0;
  }

  .care-consulting-anchor .container {
    width: min(100% - 28px, var(--max));
  }

  .care-consulting-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .care-consulting-section h2 {
    font-size: 28px;
  }

  .care-consulting-section .flex {
    min-width: 0;
  }
}

/* ===== Principal message page ===== */
.principal-message-section .content-panel {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 90, 95, 0.12), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(99, 136, 189, 0.13), transparent 40%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.08);
}

.principal-message-card {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.principal-message-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.principal-message-figure img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.principal-message-figure figcaption {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #fff, #fff8f8);
}

.principal-message-figure figcaption strong {
  font-size: 22px;
  color: var(--ink);
}

.principal-message-figure figcaption span {
  color: var(--muted);
  font-size: 14px;
}

.principal-message-kicker {
  display: inline-flex;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--coral-soft);
  color: var(--coral);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.principal-message-body h2 {
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.principal-message-lead {
  margin-top: 0;
  color: #374151;
  font-weight: 700;
}

.principal-message-body p {
  color: #374151;
  line-height: 1.9;
}

.principal-message-body h3 {
  margin: 24px 0 12px;
  font-size: 24px;
  color: var(--ink);
}

.principal-message-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.principal-message-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(255, 90, 95, 0.2);
  border-radius: 14px;
  background: #fff;
  color: #374151;
}

.principal-message-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral), #ff7b63);
  box-shadow: 0 0 0 4px rgba(255, 90, 95, 0.14);
}

.principal-message-signoff {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed #d1d5db;
}

.principal-message-signoff p {
  margin: 0;
  font-weight: 800;
  color: #1f2937;
}

.principal-message-signoff time {
  display: inline-block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.principal-message-actions {
  margin-top: 26px;
}

@media (max-width: 980px) {
  .principal-message-card {
    grid-template-columns: 1fr;
  }

  .principal-message-figure {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .principal-message-section .content-panel {
    border-radius: 22px;
  }

  .principal-message-card {
    gap: 22px;
  }

  .principal-message-body h2 {
    font-size: 30px;
    letter-spacing: 0;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .principal-message-body h3 {
    font-size: 22px;
  }
}

/* ===== Principal page full-width background ===== */
.principal-page {
  background:
    radial-gradient(1280px 520px at 50% -140px, rgba(125, 146, 182, 0.24), transparent 60%),
    linear-gradient(180deg, #e8edf5 0%, #dde5f0 45%, #e6edf6 100%);
}

.principal-page main {
  position: relative;
  isolation: isolate;
}

.principal-page main::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(940px 420px at 12% 36%, rgba(255,255,255,0.30), transparent 72%),
    radial-gradient(840px 400px at 88% 42%, rgba(255,255,255,0.22), transparent 70%),
    linear-gradient(180deg, rgba(120,142,174,0.08), rgba(120,142,174,0.04));
}

/* ===== Principal message premium (v3) ===== */
.principal-message-premium .content-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(1300px 560px at -14% -20%, rgba(255,255,255,0.24), transparent 64%),
    radial-gradient(820px 430px at 108% 114%, rgba(186, 214, 255, 0.22), transparent 62%),
    linear-gradient(142deg, #0f1a2d 0%, #182844 42%, #223a5a 72%, #1a304b 100%);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.24),
    inset 0 -1px 0 rgba(255,255,255,0.08),
    0 32px 88px rgba(2, 8, 23, 0.34);
}

.principal-message-premium .content-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(116deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 40%),
    radial-gradient(520px 240px at 20% 10%, rgba(255,255,255,0.12), transparent 74%);
}

.principal-message-premium .content-panel::after {
  content: "";
  position: absolute;
  inset: -110px -90px auto auto;
  width: 400px;
  height: 400px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 72%);
  filter: blur(8px);
}

.principal-message-premium .principal-message-card {
  position: relative;
  z-index: 1;
}

.principal-message-premium .principal-message-figure {
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 20px 54px rgba(3, 7, 18, 0.45);
}

.principal-message-premium .principal-message-figure figcaption {
  background: linear-gradient(180deg, #0f172a, #1e293b);
}

.principal-message-premium .principal-message-figure figcaption strong {
  color: #fff;
}

.principal-message-premium .principal-message-figure figcaption span {
  color: rgba(255,255,255,0.75);
}

.principal-message-premium .principal-message-body {
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.985), rgba(255,255,255,0.93));
  backdrop-filter: blur(10px) saturate(128%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 -1px 0 rgba(255,255,255,0.48),
    0 18px 42px rgba(15,23,42,0.20);
}

.principal-message-premium .principal-message-kicker {
  background: rgba(255,90,95,0.13);
}

.principal-message-premium .principal-message-list li {
  background: linear-gradient(180deg, #fff, #fff5f4);
}

@media (max-width: 720px) {
  .principal-message-premium .principal-message-body {
    padding: 20px;
  }
}

/* ===== Campus environment detail page ===== */
.campus-page {
  background: #f7f8fa;
  color: #1f2933;
}

.campus-page .btn {
  min-height: 48px;
  border-radius: 8px;
  font-weight: 900;
}

.campus-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background: #0e1723;
  color: #fff;
}

.campus-hero-bg,
.campus-hero-bg::after,
.campus-hero-bg img {
  position: absolute;
  inset: 0;
}

.campus-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.05);
}

.campus-hero-bg::after {
  content: "";
  background:
    linear-gradient(105deg, rgba(7, 13, 23, 0.96) 0%, rgba(13, 24, 38, 0.88) 44%, rgba(13, 24, 38, 0.38) 100%),
    linear-gradient(0deg, rgba(7, 13, 23, 0.72), rgba(7, 13, 23, 0.04) 44%);
}

.campus-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
  min-height: 690px;
  padding: 86px 0;
}

.campus-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.campus-breadcrumb a {
  color: rgba(255,255,255,0.88);
}

.campus-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255,255,255,0.35);
}

.campus-kicker {
  margin: 0;
  color: #ff6b6f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.campus-hero h1,
.campus-section-heading h2,
.campus-tour-copy h2,
.campus-standards h2,
.campus-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.12;
}

.campus-hero h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 950;
}

.campus-hero-text {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: 20px;
  line-height: 1.85;
}

.campus-hero-actions,
.campus-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.campus-hero .btn.outline,
.campus-cta .btn.outline {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.campus-hero-phone {
  white-space: nowrap;
}

.campus-hero-panel {
  display: grid;
  gap: 16px;
}

.campus-hero-panel figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 26px 80px rgba(0,0,0,0.24);
  backdrop-filter: blur(14px);
}

.campus-hero-panel img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.campus-hero-panel figcaption {
  padding: 14px 16px;
  color: rgba(255,255,255,0.86);
  font-weight: 900;
}

.campus-overview,
.campus-tour,
.campus-gallery-section,
.campus-standards,
.campus-cta {
  padding: 86px 0;
}

.campus-section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.campus-section-heading h2,
.campus-tour-copy h2,
.campus-standards h2,
.campus-cta h2 {
  margin-top: 12px;
  color: #17202c;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 950;
}

.campus-section-heading p:not(.campus-kicker),
.campus-tour-copy > p,
.campus-standards p,
.campus-cta p {
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.85;
}

.campus-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.campus-feature-grid article,
.campus-standard-list article {
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.08);
}

.campus-feature-grid article {
  padding: 26px;
}

.campus-feature-grid i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #fff1f0;
  color: var(--coral);
  font-size: 21px;
}

.campus-feature-grid h3,
.campus-route-list h3,
.campus-standard-list h3 {
  margin: 18px 0 0;
  color: #182230;
  font-size: 20px;
  font-weight: 950;
}

.campus-feature-grid p,
.campus-route-list p,
.campus-standard-list p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.78;
}

.campus-tour {
  background:
    linear-gradient(180deg, #fff, #f8fafc);
}

.campus-tour-layout,
.campus-standards-layout,
.campus-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.campus-route-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.campus-route-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  background: #fff;
}

.campus-route-list span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #182230;
  color: #fff;
  font-weight: 950;
}

.campus-route-list h3 {
  margin-top: 0;
}

.campus-tour-media {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #121926;
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.18);
}

.campus-tour-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.campus-tour-media figcaption {
  padding: 18px 22px;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
}

.campus-gallery-section {
  background: #eef3f7;
}

.campus-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 16px;
}

.campus-gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
}

.campus-gallery-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.campus-gallery-item.is-tall {
  grid-row: span 2;
}

.campus-gallery-item button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.campus-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.campus-gallery-item:hover img,
.campus-gallery-item:focus-within img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.campus-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 18px 16px;
  background: linear-gradient(0deg, rgba(6, 12, 22, 0.88), rgba(6, 12, 22, 0));
  color: #fff;
  font-weight: 950;
  pointer-events: none;
}

.campus-standards {
  background:
    linear-gradient(135deg, #111827 0%, #162133 58%, #183a3b 100%);
  color: #fff;
}

.campus-standards .campus-kicker,
.campus-cta .campus-kicker {
  color: #ffb3aa;
}

.campus-standards h2,
.campus-standards p,
.campus-cta h2,
.campus-cta p {
  color: #fff;
}

.campus-standards p,
.campus-cta p {
  color: rgba(255,255,255,0.78);
}

.campus-standard-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.campus-standard-list article {
  padding: 24px;
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  box-shadow: none;
}

.campus-standard-list h3 {
  margin-top: 0;
  color: #fff;
}

.campus-standard-list p {
  color: rgba(255,255,255,0.74);
}

.campus-cta {
  position: relative;
  overflow: hidden;
  background: #20242a;
}

.campus-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32,36,42,0.98), rgba(32,36,42,0.82) 48%, rgba(32,36,42,0.58)),
    url("assets/campus-environment/campus-environment-08.png") center / cover;
}

.campus-cta-inner {
  position: relative;
  z-index: 1;
}

.campus-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.campus-related {
  background: #fff;
}

.campus-lightbox-open {
  overflow: hidden;
}

.campus-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(7, 12, 21, 0.92);
}

.campus-lightbox[hidden] {
  display: none;
}

.campus-lightbox figure {
  width: min(1120px, 100%);
  max-height: calc(100vh - 72px);
  margin: 0;
}

.campus-lightbox img {
  width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 34px 110px rgba(0,0,0,0.5);
}

.campus-lightbox figcaption {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.campus-lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  cursor: pointer;
}

.campus-lightbox-close svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1120px) {
  .campus-hero-inner,
  .campus-tour-layout,
  .campus-standards-layout,
  .campus-cta-inner {
    grid-template-columns: 1fr;
  }

  .campus-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .campus-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .campus-hero {
    min-height: auto;
  }

  .campus-hero-inner {
    min-height: auto;
    padding: 54px 0 64px;
  }

  .campus-hero h1 {
    font-size: 38px;
  }

  .campus-hero-text,
  .campus-section-heading p:not(.campus-kicker),
  .campus-tour-copy > p,
  .campus-standards p,
  .campus-cta p {
    font-size: 16px;
    line-height: 1.78;
  }

  .campus-hero-actions,
  .campus-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .campus-hero-panel,
  .campus-feature-grid,
  .campus-standard-list,
  .campus-gallery {
    grid-template-columns: 1fr;
  }

  .campus-hero-panel img {
    height: 210px;
  }

  .campus-overview,
  .campus-tour,
  .campus-gallery-section,
  .campus-standards,
  .campus-cta {
    padding: 58px 0;
  }

  .campus-route-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
  }

  .campus-tour-media img {
    height: 320px;
  }

  .campus-gallery {
    grid-auto-rows: 240px;
  }

  .campus-gallery-item.is-large,
  .campus-gallery-item.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .campus-lightbox {
    padding: 18px;
  }

  .campus-lightbox-close {
    top: 12px;
    right: 12px;
  }
}
