:root {
  --red: #bc002d;
  --red-dark: #9d0027;
  --green: #bc002d;
  --green-dark: #be0811;
  --navy: #061a36;
  --navy-2: #0c2748;
  --ink: #0b0d12;
  --muted: #5b6370;
  --line: #dce1e8;
  --soft: #f5f8fc;
  --orange: #bc002d;
  --orange-dark: #e95c19;
}

/* Biology & Medical Research page */
.bio-medical-page { color: var(--ink); background: #fff; }
.bio-hero { position: relative; min-height: 590px; display: flex; align-items: stretch; overflow: hidden; background: #061936 url("../images/hero-bg.jpg") center right / cover no-repeat; }
.bio-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,11,24,.96) 0%, rgba(4,20,41,.86) 38%, rgba(4,20,41,.2) 72%, rgba(4,20,41,.1) 100%), linear-gradient(180deg, rgba(188,0,45,.18), rgba(3,13,28,.3)); }
.bio-hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 34px; padding-top: 78px; padding-bottom: 28px; }
.bio-hero-copy { max-width: 720px; }
.bio-kicker, .bio-section-label, .bio-green-label { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 14px; color: var(--red); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.bio-kicker:after, .bio-section-label:after, .bio-green-label:after { content: ""; width: 42px; height: 3px; border-radius: 8px; background: var(--red); }
.bio-hero h1 { margin: 0; color: #fff; max-width: 620px; font-size: clamp(42px, 5vw, 40px); line-height: 1.05; font-weight: 900; }
.bio-hero-copy > p:not(.bio-kicker) { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.75; }
.bio-hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.bio-hero-actions .btn { min-width: 190px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 7px; font-weight: 800; }
.bio-quick-grid { display: grid; grid-template-columns: 1.25fr .9fr 1.25fr; gap: 14px; max-width: 950px; }
.bio-quick-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; min-height: 124px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.08); box-shadow: 0 18px 45px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.bio-quick-grid span, .bio-feature-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 0 0 8px rgba(188,0,45,.14);    font-size: 24px; }
.bio-quick-grid strong { display: block; color: #fff; font-weight: 900; }
.bio-quick-grid p { margin: 4px 0 0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.35; font-weight: 700; }
.bio-section { padding: 82px 0; }
.bio-muted-section, .bio-inclusions-section, .bio-faq-section { background: linear-gradient(180deg, #fff, #f7f9fc); }
.bio-overview-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1fr); gap: 64px; align-items: center; }
.bio-overview h2, .bio-title h2, .bio-final-copy h2 {     margin: 0 0 8px;
    color: #070b20;
    font-size: clamp(32px, 3.4vw, 32px);
    line-height: 1.08;
    font-weight: 900; }
.bio-overview p, .bio-title p, .bio-final-copy p { color: #3d4451; font-size: 17px; line-height: 1.75; }
.bio-overview-image { margin: 0; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 55px rgba(6,26,54,.16); }
.bio-overview-image img { width: 100%; height: 520px; object-fit: cover; display: block; }
.bio-observe { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--red); font-size: 24px; font-weight: 900; }
.bio-title {     text-align: center; margin: 0 auto 40px; }
.bio-title.text-center .bio-section-label { display: inline-flex; justify-content: center; }
.bio-title.text-center .bio-section-label:before, .bio-green-label:before { content: ""; width: 42px; height: 3px; border-radius: 8px; background: var(--red); }
.bio-title.text-center p:not(.bio-section-label) { max-width: 850px; margin-left: auto; margin-right: auto; }
.bio-highlight-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.bio-number-card { position: relative; min-height: 286px; padding: 36px 24px 24px; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(6,26,54,.08); }
.bio-card-num { position: absolute; top: 16px; left: 16px; min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 13px; font-weight: 900; }
.bio-number-card > i { display: block; margin: 22px 0 20px; color: var(--red); font-size: 38px; }
.bio-number-card h3, .bio-feature-card h3, .bio-itinerary-row h3, .bio-conduct-card h3 { margin: 0 0 12px; color: #070b20; font-size: 20px; line-height: 1.25; font-weight: 900; }
.bio-number-card p, .bio-feature-card p, .bio-itinerary-row p, .bio-itinerary-note, .bio-note { margin: 0; color: #3f4754; font-size: 15px; line-height: 1.6; }
.bio-note { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; margin-top: 22px; padding: 22px 26px; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; box-shadow: 0 18px 40px rgba(6,26,54,.07); }
.bio-note i { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--red); background: rgba(188,0,45,.08); font-size: 24px; }
.bio-itinerary { display: grid; gap: 12px; }
.bio-itinerary-row { display: grid;
    grid-template-columns: 84px 84px minmax(0, 1fr) 100px;
    gap: 18px;
    align-items: stretch;
    padding: 12px;
    border: 1px solid #e4e9f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 26, 54, .06); }
.bio-day { align-self: center; justify-self: center; padding: 10px 12px; border-radius: 6px; color: #fff; background: var(--red); font-weight: 900; font-size: 14px; }
.bio-day-icon { display: flex; align-items: center; justify-content: center; border-left: 2px solid rgba(188,0,45,.18); color: var(--red); font-size: 32px; }
.bio-day-copy { align-self: center; padding: 16px 0; }
.bio-itinerary-row img { width: 100%; min-height: 150px; height: 100%; object-fit: cover; border-radius: 7px; }
.bio-itinerary-note { margin-top: 18px; padding: 18px 22px; border-left: 4px solid var(--red); border-radius: 7px; background: rgba(188,0,45,.06); }
.bio-watermark { position: relative; overflow: hidden; background: #fff; }
.bio-watermark:after { content: ""; position: absolute; right: -120px; top: 35px; width: 420px; height: 420px; background: url("../images/mountain-bg.jpg") center / contain no-repeat; opacity: .12; pointer-events: none; }
.bio-outcome-grid, .bio-support-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.bio-feature-card {position: relative;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 24px;
    min-height: 204px;
    padding: 34px 32px;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(6, 26, 54, .07);
    overflow: hidden; }
.bio-feature-card:after { content: ""; position: absolute; right: -2px; bottom: -2px; width: 78px; height: 78px; border-radius: 80px 0 0 0; background: var(--red); }
.bio-feature-card span { display: block; margin-bottom: 6px; color: var(--red); font-size: 30px; font-weight: 900; }
.bio-inclusion-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px; }
.bio-inclusion-card { padding: 38px 44px; border: 1px solid #e1e7ef; border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(6,26,54,.08); }
.bio-inclusion-card h3 {     display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 900; }
.bio-inclusion-card h3 i { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; color: #fff; }
.bio-inclusion-card ul, .bio-conduct-card ul { list-style: none; margin: 0; padding: 0; }
.bio-inclusion-card li { display: grid; grid-template-columns: 32px 1fr; gap: 16px; align-items: center; padding: 13px 0; border-bottom: 1px dashed #dbe2eb; color: #151c2c; font-size: 18px; line-height: 1.35; }
.bio-inclusion-card li:last-child { border-bottom: 0; }
.bio-inclusion-card li span { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-size: 12px; }
.is-included { background: linear-gradient(135deg, rgba(15,153,72,.04), #fff); }
.is-included h3, .is-included li span { color: #098a3a; }
.is-included h3 i, .is-included li span { background: #098a3a; color: #fff; }
.is-excluded { border-color: rgba(188,0,45,.2); background: linear-gradient(135deg, rgba(188,0,45,.05), #fff); }
.is-excluded h3, .is-excluded li span { color: var(--red); }
.is-excluded h3 i, .is-excluded li span { background: var(--red); color: #fff; }
.bio-conduct-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.bio-conduct-card { overflow: hidden; border: 1px solid #dce4ef; border-radius: 8px; background: #fff; box-shadow: 0 20px 48px rgba(6,26,54,.1); }
.bio-conduct-card img { width: 100%; height: 250px; display: block; object-fit: cover; }
.bio-conduct-card h3 { display: flex; align-items: center; gap: 18px; margin: 0; padding: 14px 16px; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-dark)); font-size: 24px; }
.bio-conduct-card h3 span {     width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--red); }
.bio-conduct-card ul { padding: 22px 34px 30px; }
.bio-conduct-card li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px dashed #dbe2eb; color: #182033; font-size: 17px; line-height: 1.35; }
.bio-conduct-card li:last-child { border-bottom: 0; }
.bio-conduct-card li i { color: var(--red); font-size: 22px; }
.bio-faq-wrap { max-width: 1300px; }
.bio-faq-list { display: grid; gap: 22px; }
.bio-faq-item { border: 1px solid #dce4ef; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(6,26,54,.07); overflow: hidden; }
.bio-faq-item summary {     display: grid;
    grid-template-columns: 54px 1fr 24px;
    gap: 22px;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    color: #070b20;
    font-size: 20px;
    font-weight: 600;
    list-style: none; }
.bio-faq-item summary::-webkit-details-marker { display: none; }
.bio-faq-item summary span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--red); font-weight: 900; }
.bio-faq-item[open] summary i { transform: rotate(180deg); }
.bio-faq-answer {     display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0;
    align-items: center;
    padding: 14px 24px;
    border-top: 1px solid #e7edf5;
    background: rgba(188, 0, 45, .035); }
.bio-faq-answer i { color: var(--red); font-size: 28px; }
.bio-faq-answer p { margin: 0; color: #303846; font-size: 16px; line-height: 1.6; }
.bio-faq-note { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; margin-top: 28px; padding: 28px 34px; border: 1px solid rgba(188,0,45,.22); border-radius: 8px; background: #fff url("../images/mountain-bg.jpg") right bottom / 380px auto no-repeat; }
.bio-faq-note i { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 24px; }
.bio-faq-note p { margin: 0; color: #182033; font-size: 18px; }
.bio-final-cta { padding: 84px 0 72px; background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.77)), url("../images/collaborate-bg.jpg") center / cover no-repeat; }
.bio-final-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1fr); gap: 42px; align-items: center; }
.bio-final-copy h2 { font-size: clamp(44px, 5.4vw, 48px); }
.bio-final-copy h2 span { color: var(--red); }
.bio-final-grid > img { width: 100%; display: block; }
.bio-final-stats { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; margin-top: 34px; padding: 24px; border: 1px solid #e1e7ef; border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: 0 20px 50px rgba(6,26,54,.09); }
.bio-final-stats article { padding: 16px 22px; text-align: center; border-right: 1px solid #dce4ef; }
.bio-final-stats article:last-child { border-right: 0; }
.bio-final-stats i { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 50%; color: var(--red); background: rgba(188,0,45,.09); font-size: 28px; }
.bio-final-stats h3 { margin: 0 0 8px; color: #070b20; font-size: 19px; font-weight: 900; }
.bio-final-stats p { margin: 0; color: #3f4754; line-height: 1.4; }

@media (max-width: 1199px) {
  .collaboration-story-card {
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .collaboration-story-media {
    height: 280px;
  }

  .bio-highlight-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .bio-overview-grid, .bio-final-grid { grid-template-columns: 1fr; }
  .bio-quick-grid, .bio-outcome-grid, .bio-support-grid, .bio-conduct-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bio-itinerary-row { grid-template-columns: 82px 70px minmax(0,1fr); }
  .bio-itinerary-row img { grid-column: 2 / 4; height: 190px; }
  .bio-final-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .bio-hero { min-height: auto; background-position: 62% center; }
  .bio-hero-content, .bio-section, .bio-final-cta { padding-top: 58px; padding-bottom: 58px; }
  .bio-quick-grid, .bio-highlight-grid, .bio-outcome-grid, .bio-support-grid, .bio-inclusion-grid, .bio-conduct-grid, .bio-final-stats { grid-template-columns: 1fr; }
  .bio-quick-grid article, .bio-feature-card { grid-template-columns: 58px 1fr; }
  .bio-overview-image img { height: 320px; }
  .bio-itinerary-row { grid-template-columns: 1fr; }
  .bio-day, .bio-day-icon { justify-self: start; }
  .bio-day-icon { border-left: 0; width: 58px; height: 58px; border-radius: 50%; background: rgba(188,0,45,.08); }
  .bio-day-copy { padding: 0; }
  .bio-itinerary-row img { grid-column: auto; height: 190px; }
  .bio-inclusion-card, .bio-conduct-card ul, .bio-faq-item summary, .bio-faq-answer, .bio-faq-note { padding-left: 22px; padding-right: 22px; }
  .bio-inclusion-card h3, .bio-conduct-card h3 { font-size: 24px; }
  .bio-faq-item summary { grid-template-columns: 58px 1fr 18px; gap: 14px; font-size: 20px; }
  .bio-faq-item summary span { width: 52px; height: 52px; }
  .bio-faq-answer, .bio-faq-note, .bio-note { grid-template-columns: 1fr; }
  .bio-faq-answer i { font-size: 48px; }
  .bio-faq-answer p { font-size: 17px; }
  .bio-final-stats article { border-right: 0; border-bottom: 1px solid #dce4ef; }
  .bio-final-stats article:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  .bio-hero h1, .bio-final-copy h2 { font-size: 38px; }
  .bio-quick-grid article, .bio-feature-card { grid-template-columns: 1fr; }
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.home-section-head > div {
  max-width: 760px;
}

.home-section-head .lead-copy {
  margin-bottom: 0;
}

.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 58px;
  align-items: center;
}

.home-about-media {
  position: relative;
}

.home-about-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(12, 31, 55, .14);
}

.home-about-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 6px;
  padding: 22px 26px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(3, 18, 39, .18);
}

.home-about-card strong {
  color: var(--red);
  font-size: 22px;
  font-weight: 800;
}

.home-about-card span {
  color: #27313f;
  font-weight: 600;
}

.home-about-copy p:not(.section-kicker) {
  color: #333946;
  line-height: 1.75;
  margin-bottom: 18px;
}

.home-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-program-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(12, 31, 55, .11);
  transition: transform .25s ease, box-shadow .25s ease;
}

.home-program-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 46px rgba(12, 31, 55, .16);
}

.home-program-grid img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.home-program-grid article > div {
  padding: 26px 24px 24px;
}

.home-program-grid i {
      width: 32px;
    height: 32px;
    margin-bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0f2;
    color: var(--red);
    font-size: 15px;
}

.home-program-grid h3 {
   
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
}

.home-program-grid p {
   
  color: #445061;
  line-height: 1.68;
}

.home-program-grid a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-weight: 800;
}

.home-why {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.home-why .col-lg-4 > p:not(.section-kicker):not(.lead-copy) {
  color: #475161;
  line-height: 1.75;
  margin-bottom: 26px;
}

.gallery-preview {
  margin-top: 48px;
}

.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.gallery-preview-grid img {
  width: 100%;
  height: 416px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 31, 55, .1);
}

.gallery-hero {
  background-image: url("../images/experience-side.jpg");
}

.gallery-page-section {
  padding: 66px 0 54px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 16px;
}

.gallery-story-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #061a36;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(12, 31, 55, .12);
}

.gallery-story-card.wide {
  grid-column: span 1;
}

.gallery-story-card.tall {
  grid-row: span 2;
}

.gallery-story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.gallery-story-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 26, .05) 0%, rgba(4, 12, 26, .72) 100%);
  opacity: .92;
  transition: opacity .3s ease;
}

.gallery-zoom-icon {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .94);
  color: var(--red);
  font-size: 22px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.8);
  transition: opacity .3s ease, transform .3s ease;
}

.gallery-story-info {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  text-align: left;
}

.gallery-story-info small {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 800;
}

.gallery-story-info strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.gallery-story-card:hover img {
  transform: scale(1.08);
  opacity: .9;
}

.gallery-story-card:hover .gallery-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gallery-stories-section {
  padding: 56px 0 30px;
  background: #fff;
}

.gallery-story-voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-story-voices article {
  min-height: 285px;
  padding: 32px 28px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .08);
}

.gallery-story-voices article > i {
  color: var(--orange);
  font-size: 36px;
  margin-bottom: 18px;
}

.gallery-story-voices p {
  color: #394454;
  line-height: 1.75;
  margin-bottom: 22px;
}

.gallery-story-voices strong {
  display: block;
  color: var(--green);
  font-size: 17px;
  margin-bottom: 4px;
}

.gallery-story-voices span {
  color: #6a7380;
  font-weight: 600;
}

.home-collab {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.98)),
    url("../images/mountain-bg.jpg") right bottom / 520px auto no-repeat;
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.collab-grid article,
.process-grid article,
.faq-grid details,
.blog-grid article {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 31, 55, .1);
}

.collab-grid article {
  min-height: 250px;
  padding: 34px 30px;
  position:relative;
}

.collab-grid i {
 
}
.collab-grid span {
	position: absolute;
    top: 46px;
    background: #bc002d;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    left: 44px;
}
.collab-grid img { border-radius:8px;margin-bottom:10px;}
.collab-grid h3,
.process-grid h3,
.blog-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
}

.blog-grid h3 a {
  color: #101722;
}

.collab-grid p,
.process-grid p,
.blog-grid p,
.faq-grid p {
  color: #445061;
  line-height: 1.7;
  margin: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.process-grid article {
  position: relative;
  min-height: 255px;
  padding: 34px 24px 26px;
  border-top: 4px solid var(--red);
}

.process-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff0f2;
  color: var(--red);
  font-weight: 800;
}

.faq-grid {
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}

.faq-grid details {
  border: 1px solid #e2e7ee;
  padding: 0;
  overflow: hidden;
}

.faq-grid summary {
  cursor: pointer;
  padding: 22px 26px;
  color: #101722;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary:after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.faq-grid details[open] summary:after {
  content: "-";
}

.faq-grid p {
  padding: 0 26px 24px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-grid article {
  overflow: hidden;
}

.blog-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blog-grid article > div {
  padding: 24px 26px 28px;
}

.blog-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.blog-hero {
  background-image: url("../images/innovation.jpg");
}

.blog-page-section {
  padding: 58px 0 78px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
}

.blog-feature-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(12, 31, 55, .12);
}

.blog-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.blog-feature-copy {
  padding: 48px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-badge {
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 122, 67, .12), rgba(255, 116, 47, .14));
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #697482;
  font-size: 14px;
  font-weight: 700;
}

.blog-meta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.blog-feature-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 43px);
}

.blog-feature-copy > p:not(.blog-meta) {
  color: #445061;
  line-height: 1.75;
  margin-bottom: 24px;
}

.blog-topic-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 48px;
}

.blog-topic-row span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
  background: #fff;
  color: #17202c;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(12, 31, 55, .06);
}

.blog-topic-row i {
  color: var(--red);
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.blog-list-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .10);
  transition: transform .25s ease, box-shadow .25s ease;
}

.blog-list-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(12, 31, 55, .14);
}

.blog-list-media {
  display: block;
  overflow: hidden;
}

.blog-list-media img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-list-card:hover .blog-list-media img {
  transform: scale(1.06);
}

.blog-list-body {
  padding: 24px 26px 28px;
}

.blog-list-body > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-list-body h3 {
   
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.28;
}

.blog-list-body h3 a {
  color: #101722;
}

.blog-list-body > p:not(.blog-meta) {
  min-height: 78px;
  color: #445061;
  line-height: 1.68;
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--red);
  font-weight: 800;
}

.blog-detail-hero {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.blog-detail-bg,
.blog-detail-overlay {
  position: absolute;
  inset: 0;
}

.blog-detail-bg {
  background-position: center;
  background-size: cover;
}

.blog-detail-overlay {
  background: linear-gradient(90deg, rgba(4, 12, 26, .92) 0%, rgba(4, 12, 26, .72) 48%, rgba(4, 12, 26, .46) 100%);
}

.blog-detail-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 96px 0 58px;
}

.blog-detail-hero-content .section-kicker {
  color: var(--orange);
}

.blog-detail-hero-content h1 {
  max-width: 900px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(36px, 5vw, 36px);
  line-height: 1.06;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 26px;
}

.blog-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.blog-detail-meta i {
  color: var(--orange);
}

.blog-detail-section {
  padding: 66px 0 78px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.blog-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: start;
}

.blog-article {
  padding: 34px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(12, 31, 55, .10);
}

.blog-article-main {
  width: 100%;
  max-height: 470px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.blog-lead {
  color: #17202c;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 700;
}

.blog-article h2 {
  margin: 34px 0 14px;
  font-size: 30px;
}

.blog-article p {
  color: #445061;
  font-size: 17px;
  line-height: 1.85;
}

.blog-takeaway-box {
  margin-top: 34px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 122, 67, .08), rgba(255, 116, 47, .10));
}

.blog-takeaway-box h3 {
  margin-bottom: 18px;
}

.blog-takeaway-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-takeaway-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #303946;
  font-weight: 700;
  line-height: 1.6;
}

.blog-takeaway-box li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 22px;
}

.blog-side-card {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .10);
}

.blog-side-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
}

.blog-side-card p {
  color: #445061;
  line-height: 1.7;
}

.blog-side-card p i {
  width: 22px;
  color: var(--red);
}

.related-blog {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #e2e8ef;
}

.related-blog:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.related-blog img {
  width: 86px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.related-blog small {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.related-blog strong {
  display: block;
  color: #101722;
  line-height: 1.3;
}

.blog-plan-card {
  background:
    linear-gradient(180deg, rgba(4, 13, 30, .94), rgba(4, 13, 30, .86)),
    url("../images/day-7.jpg") center / cover no-repeat;
  color: #fff;
}

.blog-plan-card > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 22px;
}

.blog-plan-card h3,
.blog-plan-card p {
  color: #fff;
}

.about-hero {
  background-image: url("../images/experience-side.jpg");
}

.contact-hero {
  background-image: url("../images/breadcum-bg.jpg");
}

.about-page-section,
.contact-page-section {
  padding: 66px 0 58px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 74px;
  align-items: center;
}

.about-story-media {
  position: relative;
}

.about-story-media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(12, 31, 55, .14);
}

.about-floating-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  min-height: 118px;
  padding: 24px 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 38px rgba(4, 12, 26, .18);
}

.about-floating-card strong {
  display: block;
  color: var(--green);
  font-size: 28px;
  margin-bottom: 8px;
}

.about-floating-card span {
  color: #303946;
  font-weight: 700;
}

.about-story-copy h2 {
  font-size: clamp(32px, 3.4vw, 48px);
}

.about-story-copy p:not(.section-kicker) {
  color: #445061;
  line-height: 1.8;
}

.about-signature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-signature-row span {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(12, 31, 55, .06);
}

.about-signature-row i {
  color: var(--red);
}

.about-vision-section {
  padding: 28px 0 62px;
  background: #fff;
}

.about-vision-grid,
.about-values-grid,
.contact-card-grid {
  display: grid;
  gap: 24px;
}

.about-vision-grid {
  grid-template-columns: repeat(3, 1fr);
}

.about-vision-grid article,
.about-values-grid article,
.contact-card-grid a,
.contact-info-panel,
.contact-form-card,
.contact-map-panel {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .09);
}

.about-vision-grid article {
  min-height: 265px;
  padding: 34px 30px;
  border: 1px solid #e1e7ef;
}

.about-vision-grid i,
.about-values-grid i,
.contact-card-grid i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 122, 67, .12), rgba(255, 116, 47, .14));
  color: var(--green);
  font-size: 24px;
}

.about-vision-grid article:nth-child(2n) i,
.about-values-grid article:nth-child(2n) i,
.contact-card-grid a:nth-child(2n) i {
  color: var(--orange-dark);
}

.about-vision-grid article:nth-child(3n) i,
.about-values-grid article:nth-child(3n) i,
.contact-card-grid a:nth-child(3n) i {
  color: var(--red);
}

.about-vision-grid h3,
.about-values-grid h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.about-vision-grid p,
.about-values-grid p {
  color: #445061;
  line-height: 1.7;
}

.about-values-section {
  padding: 62px 0 64px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.about-values-grid {
  grid-template-columns: repeat(3, 1fr);
}

.about-values-grid article {
  min-height: 230px;
  padding: 30px 26px;
  border: 1px solid #e1e7ef;
}

.about-stats-section {
  padding: 18px 0 54px;
}

.about-stats-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(5, 20, 42, .96), rgba(8, 32, 63, .92)),
    url("../images/culture.jpg") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 18px 42px rgba(12, 31, 55, .16);
}

.about-stats-panel div {
  min-height: 190px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.about-stats-panel div:last-child {
  border-right: 0;
}

.about-stats-panel i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 22px;
}

.about-stats-panel strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.about-stats-panel span {
  line-height: 1.55;
  font-weight: 600;
}

.contact-card-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 34px;
}

.contact-card-grid a {
  min-height: 205px;
  padding: 30px 28px;
  border: 1px solid #e1e7ef;
  color: #101722;
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-card-grid a:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(12, 31, 55, .14);
}

.contact-card-grid span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-card-grid strong {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
}

.contact-card-grid small {
  color: #586474;
  font-weight: 600;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
}

.contact-info-panel {
  padding: 42px 36px;
  border: 1px solid #e1e7ef;
}

.contact-info-panel h2 {
  font-size: clamp(30px, 3vw, 36px);
}

.contact-info-panel > p:not(.section-kicker),
.contact-office-box p {
  color: #445061;
  line-height: 1.75;
}

.contact-office-box {
  margin-top: 28px;
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 122, 67, .08), rgba(255, 116, 47, .10));
}

.contact-office-box h3 {
  margin-bottom: 16px;
}

.contact-office-box p {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 700;
}

.contact-office-box i {
  color: var(--red);
  padding-top: 5px;
}

.contact-support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.contact-support-list span {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  font-weight: 800;
}

.contact-support-list i {
  color: var(--green);
}

.contact-form-card {
  padding: 36px;
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(7, 28, 58, .96), rgba(7, 28, 58, .91)),
    url("../images/program-side.jpg") center / cover no-repeat;
}

.contact-map-section {
  padding: 8px 0 78px;
}

.contact-map-panel {
  min-height: 235px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(90deg, rgba(4, 13, 30, .92), rgba(4, 13, 30, .72)),
    url("../images/day-2.jpg") center / cover no-repeat;
  color: #fff;
}

.contact-map-panel h2,
.contact-map-panel p {
  color: #fff;
}

.contact-map-panel p:not(.section-kicker) {
  max-width: 850px;
  line-height: 1.75;
}

.faq-hero {
  background-image: url("../images/breadcum-bg.jpg");
}

.faq-page-section {
  padding: 62px 0 72px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 54px;
}

.faq-category-grid article {
  min-height: 220px;
  padding: 30px 26px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.faq-category-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(12, 31, 55, .13);
}

.faq-category-grid i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 122, 67, .12), rgba(255, 116, 47, .14));
  color: var(--green);
  font-size: 24px;
}

.faq-category-grid article:nth-child(2n) i {
  color: var(--orange-dark);
}

.faq-category-grid article:nth-child(3n) i {
  color: var(--red);
}

.faq-category-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.faq-category-grid p {
  color: #445061;
  line-height: 1.7;
}

.faq-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.faq-group {
  padding: 28px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .08);
}

.faq-group h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 24px;
}

.faq-group h3:before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
}

.faq-group .faq-grid {
  max-width: none;
}

@media (max-width: 1199px) {
  .home-about-grid,
  .home-section-head {
    grid-template-columns: 1fr;
  }
  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-program-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-preview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .collab-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-about-media img {
    min-height: 340px;
  }
  .home-about-card {
    position: static;
    margin-top: 14px;
  }
  .home-program-grid,
  .process-grid,
  .gallery-preview-grid {
    grid-template-columns: 1fr;
  }
  .home-program-grid h3,
  .home-program-grid p {
    min-height: 0;
  }
  .collab-grid article,
  .process-grid article {
    min-height: 0;
    padding: 28px 22px;
  }
  .gallery-preview-grid img {
    height: 220px;
  }
  .faq-grid summary {
    padding: 18px 20px;
    font-size: 16px;
  }
  .faq-grid p {
    padding-inline: 20px;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page-container {
  width: min(100% - 64px, 1780px);
  margin-inline: auto;
}

.btn {
  min-height: 58px;
  padding: 15px 28px;
  border-radius: 6px;
  border-width: 1.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(255, 116, 47, .24);
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--red));
  border-color: var(--orange);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  border-color: var(--green);
  color: #fff;
}

.btn-outline-dark,
.btn-outline-primary {
  background: rgba(255,255,255,.82);
  border-color: #0b0d12;
  color: #0b0d12;
}

.btn-outline-primary {
  border-color: var(--green);
}

.btn-outline-dark:hover,
.btn-outline-primary:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.site-header {
  height: 99px;
  display: flex;
  align-items: center;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 10px 32px rgba(13, 31, 56, .07);
}

.navbar { width: 100%; padding: 0; }
.navbar-brand { width: 220px; padding: 0; }
.navbar-brand img { width: 220px; }
.navbar-nav { gap: 24px; }
.nav-link {
  position: relative;
  padding: 36px 0 !important;
  font-weight: 600;
  color: #090a0f;
  white-space: nowrap;
}
.nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
  transform: translateX(-50%);
  transition: width .25s ease;
}
.nav-link:hover,
.nav-link.active { color: var(--green); }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--green); }
.nav-link:hover:after,
.nav-link.active:after { width: 78px; }
.nav-cta { min-width: 246px; margin-left: 20px; }

.hero-section { position: relative; }
.hero-slide {
  position: relative;
  min-height: 890px;
  background-size: cover;
  background-position: center right;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 27%, rgba(255,255,255,.34) 49%, rgba(255,255,255,.02) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 890px;
  padding-top: 206px;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
.eyebrow {
  color: #10131a;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
.eyebrow span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 8px solid #fff;
  background: linear-gradient(135deg, var(--green), var(--orange), var(--red));
  box-shadow: 0 4px 18px rgba(255, 116, 47, .24);
}
.hero-content h1 {
      font-size: clamp(48px, 5vw, 60px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.hero-content h1 strong {
  color: var(--red);
  font-weight: 800;
  background: linear-gradient(90deg, var(--red), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-text {
  max-width: 595px;
  color: #333946;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 38px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; }
.trusted-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
  font-weight: 600;
}
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  background: linear-gradient(135deg, #e3b99e, #29364d);
}
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:nth-child(2) { background: linear-gradient(135deg, #dfe7f0, #8a4c32); }
.avatar-stack span:nth-child(3) { background: linear-gradient(135deg, #ffd3bd, #17233b); }
.hero-badges {
  position: absolute;
  right: 0;
  bottom: 96px;
  display: flex;
  gap: 22px;
}
.country-badge {
  min-width: 330px;
  min-height: 84px;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 28px;
  font-weight: 600;
  box-shadow: 0 16px 35px rgba(8, 19, 34, .15);
}
.country-badge img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

.feature-strip {
  margin-top: -40px;
  position: relative;
  z-index: 5;
  background: rgba(255,255,255,.96);
  border-radius: 9px;
  box-shadow: 0 18px 52px rgba(16, 33, 60, .12);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px 42px;
}
.feature-item {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-inline: 18px;
  border-right: 1px solid #cfd6df;
}
.feature-item:last-child { border-right: 0; }
.feature-item i {
  color: var(--green);
  font-size: 50px;
  width: 72px;
  text-align: center;
}
.feature-item h3,
.program-card h3,
.why-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 800;
}
.feature-item p { margin: 0; color: #3d4450; line-height: 1.7; }

.collaboration-stories-section {
  background: #fff;
}

.collaboration-story-list {
  display: grid;
  gap: 22px;
}

.collaboration-story-card {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 26px;
  padding: 18px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(6, 26, 54, .07);
}

.collaboration-story-media {
  position: relative;
  min-height: 0;
  height: 310px;
  border-radius: 8px;
  overflow: hidden;
}

.collaboration-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collaboration-story-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

.collaboration-story-body {
  align-self: center;
  padding: 4px 8px 4px 0;
}

.collaboration-story-body h3 {
  margin: 0 0 12px;
  color: #071225;
  font-size: clamp(22px, 1.65vw, 26px);
  line-height: 1.15;
  font-weight: 900;
}

.collaboration-story-body p {
  margin: 0 0 10px;
  color: #3d4451;
  font-size: 15px;
  line-height: 1.62;
}

.school-voices-section {
  padding: 76px 0 88px;
  background: #fff;
}

.school-detail-story-voices {
  padding: 64px 0 10px;
}

@media (min-width: 1200px) {
  .hero-slide,
  .hero-content {
    min-height: clamp(640px, calc(100vh - 99px), 760px);
  }

  .hero-content {
    padding-top: clamp(118px, 15vh, 170px);
  }

  .feature-strip {
    width: min(100% - 80px, 1540px);
    padding: 22px 34px;
  }
  .collaboration-story-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .collaboration-story-media {
    min-height: 220px;
  }

  .feature-item {
    gap: 20px;
    padding-inline: 18px;
  }
}

.section-pad { padding: 72px 0; }
.soft-bg { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
h2 {
  font-size: clamp(30px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.lead-copy {
  font-size: 18px;
  line-height: 1.75;
  color: #333946;
  margin-bottom: 30px;
}

.program-slider .slick-list { margin: 0 -14px; }
.program-slider,
.journey-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.program-slider .slick-list,
.journey-slider .slick-list {
  width: 100%;
}
.program-slider .slick-slide {     padding: 0 0;
    margin: 20px 8px; }
.program-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(12, 31, 55, .10);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.program-card:hover,
.why-card:hover,
.day-card:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(12, 31, 55, .15);
}
.program-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.program-card div { padding: 22px 24px 24px; }
.program-card p,
.why-card p { color: #2f3540; line-height: 1.65; margin: 0; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.why-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 55, .10);
  transition: transform .25s ease, box-shadow .25s ease;
}
.why-head { padding: 26px 24px 18px; min-height: 158px; }
.why-head i { color: var(--green); font-size: 36px; margin-bottom: 14px; }
.why-card img { width: 100%; height: 178px; object-fit: cover; }

.highlights { padding: 30px 0 58px; }
.highlight-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
}
.highlight-row a {
  min-height: 110px;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  border-right: 1px solid #e9e9ea;
  font-weight: 700;
  font-size: 14px;
  transition: color .25s ease, transform .25s ease;
}
.highlight-row a:last-child { border-right: 0; }
.highlight-row i { color: var(--orange); font-size: 30px; }
.highlight-row a:hover { color: var(--green); transform: translateY(-5px); }

.journey-panel {
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(12, 31, 55, .12);
  padding: 42px 40px 32px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 54px;
}
.journey-intro p:not(.section-kicker) { color: #262d38; line-height: 1.65; }
.journey-slider .slick-list { margin: 0 -10px; }
.journey-slider .slick-slide {    padding: 0;
    margin: 20px 4px; }
.day-card {
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(12,31,55,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.day-card img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: cover; }
.day-card h3 {
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  padding: 18px 10px 4px;
  margin: 0;
}
.day-card p {
  padding: 0 10px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
      min-height: 82px;
}
.slick-arrow {
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 19, 34, .18);
  color: transparent;
  position: absolute;
  top: 38%;
  right: -28px;
  z-index: 4;
  transition: transform .25s ease, background .25s ease;
}
.slick-arrow:before {
 
        content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0b0d12;
    font-size: 16px;
    right: 18px;
    position: absolute;
    top: 10px;
}
.slick-prev {
  right: auto;
  left: -28px;
}
.slick-prev:before { content: "\f053"; }
.slick-arrow:hover { background: var(--green); transform: scale(1.06); }
.slick-arrow:hover:before { color: #fff; }
.hero-slider .slick-arrow {
  display: block !important;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 16px 36px rgba(8, 19, 34, .22);
  backdrop-filter: blur(8px);
}
.hero-slider .slick-prev {
  left: auto;
  right: 104px;
}
.hero-slider .slick-arrow:hover {
  background: linear-gradient(135deg, var(--orange), var(--red));
  transform: translateY(-50%) scale(1.06);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial-card {
  background: #fff;
  border-radius: 8px;
  min-height: 282px;
  padding: 36px 28px;
  box-shadow: 0 8px 28px rgba(12,31,55,.10);
  transition: transform .25s ease, box-shadow .25s ease;
}
.testimonial-card > i {
  color: var(--green);
  font-size: 32px;
  margin-bottom: 18px;
}
.testimonial-card p {
  font-size: 14px;
  line-height: 1.85;
  min-height: 92px;
}
.testimonial-card div {
  
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  align-items: center;
}
.testimonial-card strong { display: block; font-size: 15px; }
.testimonial-card small { display: block; color: #3d4450; }
.person {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  grid-row: span 2;
  background: linear-gradient(135deg, #f5d4c3, #102646);
}
.p2 { background: linear-gradient(135deg, #b8d3f0, #102646); }
.p3 { background: linear-gradient(135deg, #f2c9a5, #364252); }
.experience-img {
  width: 100%;
  height: 100%;
  min-height: 282px;
  object-fit: cover;
  border-radius: 8px;
}

.plan-section {
  padding: 24px 0 78px;
  background: #fff;
}
.plan-card {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  background: #071c3a;
  display: grid;
  grid-template-columns: 45% 55%;
  color: #fff;
  position: relative;
  box-shadow: 0 12px 34px rgba(9, 28, 56, .14);
}
.plan-card:before {
  content: "";
  position: absolute;
  inset: 0 55% 0 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 34, .38), rgba(4, 15, 34, .82)),
    url("../images/ready-plan-bg.jpg") center left / cover no-repeat;
}
.plan-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 28, 58, .05) 0%, rgba(7, 28, 58, .76) 39%, #071c3a 54%, #071c3a 100%);
  pointer-events: none;
}
.plan-info {
  position: relative;
  z-index: 2;
  padding: 58px 46px 44px 338px;
}
.plan-info h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
}
.plan-info p { font-size: 18px; line-height: 1.65; }
.plan-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 28px;
  text-align: center;
}
.plan-icons span {
  border-right: 1px solid rgba(255,255,255,.25);
  font-size: 14px;
  line-height: 1.55;
}
.plan-icons span:last-child { border-right: 0; }
.plan-icons i {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--green);
  font-size: 24px;
}
.inquiry-form {
  position: relative;
  z-index: 2;
  padding: 36px 72px 28px 28px;
  align-self: center;
}
.inquiry-form label {
  width: 100%;
  min-height: 52px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  color: #10131a;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  border: 0;
  outline: 0;
  width: 100%;
  font: inherit;
  font-size: 14px;
  background: transparent;
  color: #111721;
}
.inquiry-form textarea { min-height: 58px; padding-top: 18px; resize: vertical; }
.inquiry-form button {
  min-width: 210px;
  min-height: 46px;
  padding: 12px 28px;
  margin: 16px auto 14px;
  display: flex;
}
.secure-note { text-align: center; font-size: 13px; margin: 0; color: rgba(255,255,255,.9); }

.site-footer {
  position: relative;
  margin:0;
  background: #061936 url("../images/footer-bg.jpg") bottom center / cover no-repeat;
  color: #fff;
  border-radius: 0;
  overflow: hidden;
}
.footer-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 13, 31, .94) 0%, rgba(3, 17, 38, .88) 54%, rgba(3, 17, 38, .58) 76%, rgba(3, 17, 38, .30) 100%),
    url("../images/footer-bg.jpg") bottom center / cover no-repeat;
  opacity: 1;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding: 68px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr 1.15fr;
  gap: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.footer-brand img {
  width: 260px;
  filter: brightness(0) invert(1);
  margin-bottom: 28px;
}
.footer-brand p,
.footer-col a,
.footer-contact p,
.footer-contact a {
  color: rgba(255,255,255,.9);
  line-height: 1.75;
}
.footer h3,
.site-footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 28px;
  position: relative;
}
.site-footer h3:after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
  margin-top: 16px;
}
.socials { display: flex; gap: 16px; }
.socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.38);
  display: grid;
  place-items: center;
  color: #fff;
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}
.socials a:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-4px);
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.footer-col a,
.footer-links a {
  display: block;
  color: rgba(255,255,255,.9);
  margin-bottom: 20px;
  transition: color .2s ease, transform .2s ease;
  text-decoration: none;
}
.footer-col a:before,
.footer-links a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--orange);
  margin-right: 12px;
}
.footer-col a:hover,
.footer-links a:hover { color: #fff; transform: translateX(4px); }
.footer-contact p,
.footer-contact a {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}
.footer-contact i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--orange);
  display: grid;
  place-items: center;
}
.footer-contact strong { display: block; color: #fff; }
.footer-bottom {
  min-height: 92px;
  border-top: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.footer-bottom p { margin: 0; }
.footer-bottom nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-bottom nav a { color: rgba(255,255,255,.9); }
.footer-bottom span { color: var(--orange); }

.inner-banner {
  position: relative;
  min-height: 226px;
  background: url("../images/breadcum-bg.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 14, 33, .78), rgba(4, 14, 33, .46) 48%, rgba(4, 14, 33, .66));
}

.inner-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 34px 0 28px;
}

.banner-line {
  width: 98px;
  height: 3px;
  display: block;
  margin-bottom: 28px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
}

.inner-banner h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 38px);
  line-height: 1;
  font-weight: 800;
}

.breadcrumb-pill {
  width: fit-content;
   
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  backdrop-filter: blur(10px);
}

.breadcrumb-pill a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.breadcrumb-pill span {
  color: rgba(255, 255, 255, .72);
}

.breadcrumb-pill strong {
  color: var(--orange);
  font-weight: 700;
}

.programs-page-section {
  padding: 34px 0 78px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
}

.section-title {
  max-width: 780px;
  margin: 0 auto 34px;
}

.section-title .section-kicker {
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.section-title .section-kicker:after {
  content: "";
  width: 44px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
}

.section-title h2 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: clamp(30px, 3vw, 42px);
}

.section-title p:last-child {
  color: #626a76;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.program-tabs {
  display: grid;
  grid-template-columns: .85fr 1.45fr 1.25fr 1.25fr 1.45fr 1.2fr;
  align-items: center;
  margin-bottom: 30px;
  gap: 0;
}

.program-tabs a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 18px;
  border-right: 1px solid #dce2ea;
  font-weight: 700;
  white-space: nowrap;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.program-tabs a:last-child {
  border-right: 0;
}

.program-tabs a i {
  color: #141a24;
  font-size: 20px;
}

.program-tabs a.active {
  min-height: 56px;
  border-radius: 12px;
  border-right: 0;
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff;
  box-shadow: 0 12px 26px rgba(198, 0, 50, .22);
}

.program-tabs a.active i {
  color: #fff;
}

.program-tabs a:not(.active):hover {
  color: var(--green);
  transform: translateY(-3px);
}

.program-tabs a:not(.active):hover i {
  color: var(--green);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.program-list-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(12, 31, 55, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.program-list-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(12, 31, 55, .18);
}

.program-list-media {
  height: 214px;
  position: relative;
}

.program-list-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-icon {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 24px;
  bottom: -36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--green);
  border: 1px solid rgba(8, 122, 67, .08);
  box-shadow: 0 10px 28px rgba(12, 31, 55, .16);
  font-size: 28px;
}

.program-list-body {
  padding: 30px 22px 18px;
}

.program-list-body h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 800;
  color: #111722;
}

.program-list-body p {
  min-height: 92px;
  margin: 0 0 20px;
  color: #59616e;
  font-size: 16px;
  line-height: 1.72;
}

.program-meta {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 0 18px;
  color: #111722;
  font-weight: 600;
}

.program-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.program-meta span + span {
  position: relative;
}

.program-meta span + span:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: -14px;
  background: #d9dfe7;
}

.program-meta i {
  color: #17202c;
}

.program-details-btn {
  min-height: 50px;
  border: 1.5px solid var(--red);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--red);
  font-weight: 800;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.program-details-btn:hover {
  background: linear-gradient(135deg, var(--orange), var(--red));
  border-color: var(--orange);
  color: #fff;
  transform: translateY(-3px);
}

.why-hero-banner {
  min-height: 430px;
  position: relative;
  background: url("../images/breadcum-bg.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.why-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 26, .82) 0%, rgba(4, 12, 26, .52) 45%, rgba(4, 12, 26, .34) 100%);
}

.why-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 22px;
}

.why-hero-content h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(38px, 4vw, 38px);
  line-height: 1;
  font-weight: 800;
}

.why-title-line,
.copy-line {
  width: 46px;
  height: 3px;
  display: block;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
}

.why-hero-content p {
   
  margin: 18px 0 30px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.why-breadcrumb {
  width: fit-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  color: #111722;
  box-shadow: 0 10px 26px rgba(4, 12, 26, .16);
}

.why-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.why-breadcrumb span {
  color: #8c929c;
}

.why-breadcrumb strong {
  color: var(--green);
  font-weight: 700;
}

.why-intro-section {
  padding: 58px 0 46px;
  background: #fff;
}

.why-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 88px;
  align-items: center;
  margin-bottom: 48px;
}

.why-intro-copy h2 {
   
  margin-bottom: 20px;
  font-size: clamp(30px, 3vw, 43px);
}

.why-intro-copy > p:not(.section-kicker) {
  
  color: #59616d;
  line-height: 1.8;
  margin-bottom: 26px;
}

.why-pill-row {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 34px;
  margin-top: 32px;
}

.why-pill-row span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  color: #131923;
}

.why-pill-row i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(8, 122, 67, .12), rgba(255, 116, 47, .14));
  color: var(--green);
  font-size: 21px;
}

.why-pill-row span:nth-child(2) i {
  background: linear-gradient(135deg, rgba(255, 116, 47, .16), rgba(198, 0, 50, .10));
  color: var(--orange-dark);
}

.why-pill-row span:nth-child(3) i {
  background: linear-gradient(135deg, rgba(198, 0, 50, .12), rgba(8, 122, 67, .10));
  color: var(--red);
}

.why-video-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(12, 31, 55, .14);
}

.why-video-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.why-video-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 26, .12);
}

.play-btn {
  width: 74px;
  height: 74px;
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  color: var(--green);
  font-size: 24px;
  box-shadow: 0 16px 36px rgba(4, 12, 26, .22);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: linear-gradient(135deg, var(--green), var(--orange), var(--red));
  color: #fff;
}

.why-reasons .section-title {
  margin-bottom: 28px;
}

.why-reasons .section-title .section-kicker {
  color: var(--green);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.reason-grid article {
  min-height: 270px;
  padding: 30px 22px 26px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 55, .07);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}

.reason-grid article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
  opacity: 0;
  transition: opacity .25s ease;
}

.reason-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 42px rgba(12, 31, 55, .12);
}

.reason-grid article:hover:before {
  opacity: 1;
}

.reason-grid i {
  color: var(--green);
  font-size: 43px;
  margin-bottom: 22px;
}

.reason-grid article:nth-child(2n) i {
  color: var(--orange);
}

.reason-grid article:nth-child(3n) i {
  color: var(--red);
}

.reason-grid h3 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.reason-grid p {
  margin: 0;
  color: #59616d;
  font-size: 14px;
  line-height: 1.7;
}

.japan-stats-section {
  padding: 18px 0 74px;
}

.japan-stats-panel {
  min-height: 198px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(5, 20, 42, .96), rgba(8, 32, 63, .92)),
    url("../images/culture.jpg") center / cover no-repeat;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  color: #fff;
  box-shadow: 0 18px 42px rgba(12, 31, 55, .16);
}

.stat-item {
  min-height: 132px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 26px;
  border-right: 1px solid rgba(255,255,255,.22);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--green);
  font-size: 22px;
  margin-bottom: 15px;
}

.stat-item:nth-child(2n) i {
  color: var(--orange);
}

.stat-item:nth-child(3n) i {
  color: var(--red);
}

.stat-item strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 10px;
}

.stat-item span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.more-education-section {
  padding: 54px 0 34px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.more-education-grid {
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: 76px;
  align-items: center;
}

.education-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
  margin-bottom: 18px;
}

.education-copy > p:not(.section-kicker) {
  max-width: 440px;
  margin-bottom: 28px;
  color: #59616d;
  line-height: 1.75;
}

.education-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.education-copy li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
}

.education-copy li i {
  width: 26px;
  height: 26px;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 12px;
}

.education-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .8fr;
  gap: 16px;
}

.education-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(12, 31, 55, .10);
}

.gallery-main {
  height: 328px;
}

.education-gallery > div {
  display: grid;
  gap: 16px;
}

.education-gallery > div img {
  height: 156px;
}

.dot-pattern {
  width: 78px;
  height: 72px;
  position: absolute;
  right: 205px;
  bottom: -30px;
  background-image: radial-gradient(var(--orange) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
}

.testimonial-band {
  min-height: 142px;
  margin-top: 64px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(8, 122, 67, .08) 0%, #fff 46%, rgba(255, 116, 47, .10) 100%);
  display: grid;
  grid-template-columns: 92px 94px 1fr 320px;
  align-items: center;
  gap: 28px;
  padding: 26px 46px;
  box-shadow: 0 12px 32px rgba(198, 0, 50, .08);
  position: relative;
}

.testimonial-band > i {
  color: var(--orange);
  font-size: 50px;
}

.student-avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: url("../images/confidence.jpg") center / cover no-repeat;
  box-shadow: 0 8px 22px rgba(12, 31, 55, .16);
}

.testimonial-band p {
  margin: 0;
  color: #333946;
  line-height: 1.8;
}

.testimonial-name {
  min-height: 70px;
  border-left: 1px solid #d9dfe7;
  padding-left: 46px;
}

.testimonial-name strong {
  display: block;
  color: var(--green);
  font-size: 17px;
  margin-bottom: 8px;
}

.testimonial-name span {
  color: #333946;
  line-height: 1.55;
}

.why-cta {
  padding: 34px 0 78px;
}

.why-cta-panel {
  min-height: 205px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(4, 13, 30, .92), rgba(4, 13, 30, .72)),
    url("../images/day-7.jpg") center / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 22px;
}

.why-cta-panel h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 38px);
}

.why-cta-panel p {
  margin: 0 0 22px;
  font-weight: 500;
}

.why-cta-panel .btn {
  min-height: 48px;
  padding: 12px 28px;
}

.why-learning-hero {
  min-height: 560px;
  background-image: url("../images/program-side.jpg");
}

.why-learning-hero .why-hero-overlay {
  background: linear-gradient(90deg, rgba(4, 12, 26, .92) 0%, rgba(4, 12, 26, .72) 45%, rgba(4, 12, 26, .30) 100%);
}

.why-hero-label {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-learning-hero .why-hero-content h1 {
  
  line-height: 1.08;
}

.why-learning-hero .why-hero-content > p:not(.why-hero-label) {
  max-width: 740px;
}

.why-hero-actions {
  margin-bottom: 24px;
}

.why-image-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: #17202c;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(4, 12, 26, .18);
}

.why-image-note i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--green), var(--orange));
  color: #fff;
}

.why-pillar-grid {
  grid-template-columns: repeat(3, 1fr);
}

.why-pillar-grid article {
  min-height: 315px;
}

.why-purpose-section {
  padding: 58px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.why-purpose-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.why-compare-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(12, 31, 55, .10);
}

.why-compare-card > div {
  padding: 34px 32px;
}

.why-compare-card > div:last-child {
  background: linear-gradient(180deg, rgba(8, 122, 67, .08), rgba(255, 116, 47, .08));
  border-left: 1px solid #e1e7ef;
}

.why-compare-card h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.why-compare-card ul,
.why-values-grid article p,
.why-audience-grid article p,
.why-support-grid article p {
  margin: 0;
}

.why-compare-card ul {
  padding: 0;
  list-style: none;
}

.why-compare-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #4d5663;
  line-height: 1.65;
}

.why-compare-card li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--green);
}

.why-compare-card > div:first-child li:before {
  content: "\f068";
  color: var(--orange-dark);
}

.why-values-section {
  padding-top: 62px;
}

.why-values-grid,
.why-audience-grid,
.why-support-grid {
  display: grid;
  gap: 22px;
}

.why-values-grid {
  grid-template-columns: repeat(4, 1fr);
}

.why-values-grid article,
.why-audience-grid article,
.why-support-grid article {
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 31, 55, .07);
}

.why-values-grid article {
  padding: 26px 22px;
}

.why-values-grid i,
.why-audience-grid i,
.why-support-grid i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(8, 122, 67, .12), rgba(255, 116, 47, .14));
  color: var(--green);
  font-size: 20px;
}

.why-values-grid article:nth-child(2n) i,
.why-audience-grid article:nth-child(2n) i,
.why-support-grid article:nth-child(2n) i {
  color: var(--orange-dark);
}

.why-values-grid article:nth-child(3n) i,
.why-audience-grid article:nth-child(3n) i,
.why-support-grid article:nth-child(3n) i {
  color: var(--red);
}

.why-values-grid h3,
.why-audience-grid h3,
.why-support-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.why-values-grid p,
.why-audience-grid p,
.why-support-grid p {
  color: #59616d;
  font-size: 14px;
  line-height: 1.7;
}

.why-audience-section {
  padding: 58px 0;
  background: #fff;
}

.why-audience-grid {
  grid-template-columns: repeat(5, 1fr);
}

.why-audience-grid article {
  padding: 28px 22px;
}

.why-difference-section {
  padding: 12px 0 44px;
}

.why-difference-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 56px;
  align-items: start;
  padding: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(8, 122, 67, .08), #fff 48%, rgba(198, 0, 50, .06));
  box-shadow: 0 18px 44px rgba(12, 31, 55, .08);
}

.why-support-grid {
  grid-template-columns: repeat(2, 1fr);
}

.why-support-grid article {
  padding: 24px;
}

.why-cta-panel {
  min-height: 255px;
}

.why-cta-panel p {
  max-width: 940px;
}

.why-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.why-cta-panel .btn-outline-dark {
  border-color: rgba(255, 255, 255, .9);
  color: #fff;
}

.why-cta-panel .btn-outline-dark:hover {
  border-color: var(--orange);
  color: #fff;
}

.school-hero-banner {
  min-height: 370px;
  position: relative;
  background: url("../images/breadcum-bg.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.school-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 26, .86), rgba(4, 12, 26, .54) 50%, rgba(4, 12, 26, .34));
}

.school-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.school-line {
  width: 98px;
  height: 3px;
  display: block;
  margin-bottom: 26px;
  background: linear-gradient(90deg, var(--green), var(--orange), var(--red));
}

.school-line.small {
  width: 62px;
  margin: 0 0 22px;
}

.school-hero-content h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.school-hero-content p {
  max-width: 620px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.school-breadcrumb {
  width: fit-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
  color: #111722;
  box-shadow: 0 10px 26px rgba(4, 12, 26, .16);
}

.school-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.school-breadcrumb span {
  color: #8c929c;
}

.school-breadcrumb strong {
  color: var(--green);
  font-weight: 800;
}

.school-partners-section {
  padding: 40px 0 74px;
  background: #fff;
}

.school-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.school-title .section-kicker {
  color: var(--green);
}

.school-title h2 {
  margin-bottom: 12px;
}

.school-title p:last-child {
  max-width: 630px;
  margin-inline: auto;
}

.school-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.school-card {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(12, 31, 55, .13);
  border: 1px solid #e4e9f0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.school-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 46px rgba(12, 31, 55, .18);
}

.school-media {
  height: 184px;
  position: relative;
  overflow: hidden;
}

.school-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.school-card:hover .school-media img {
  transform: scale(1.06);
}

.school-media:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .68));
}

.school-media span {
  position: absolute;
  left: 22px;
  bottom: 13px;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.school-media span i {
  margin-right: 6px;
}

.school-body {
  padding: 22px 20px 18px;
}

.school-body h3 {
  
  margin: 0 0 16px;
  color: #111722;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 800;
}

.school-body p {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin: 0 0 18px;
  color: #4e5765;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.school-body p i {
  color: var(--green);
}

.visit-date {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(8, 122, 67, .08), rgba(255, 116, 47, .10), rgba(198, 0, 50, .08));
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.school-body a {
  min-height: 46px;
  border: 1.5px solid var(--red);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.school-body a:hover {
  background: linear-gradient(135deg, var(--green), var(--orange), var(--red));
  border-color: var(--green);
  color: #fff;
  transform: translateY(-3px);
}

.school-visit-cta {
  min-height: 125px;
  margin-top: 26px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 116px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 24px 44px 24px 28px;
  background:
    linear-gradient(90deg, rgba(8, 122, 67, .08), rgba(255, 255, 255, .94) 48%, rgba(255, 116, 47, .13)),
    url("../images/mountain-bg.jpg") bottom right / 360px auto no-repeat;
  box-shadow: 0 14px 34px rgba(12, 31, 55, .09);
  border: 1px solid #eef1f5;
}

.school-cta-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1.5px solid var(--orange);
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fff;
  font-size: 38px;
}

.school-visit-cta h2 {
  margin: 0 0 8px;
  font-size: 27px;
}

.school-visit-cta p {
  max-width: 700px;
  margin: 0;
  color: #4e5765;
  font-weight: 500;
}

.school-visit-cta .btn {
  min-width: 190px;
  min-height: 54px;
}

.school-detail-hero {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  color: #fff;
}

.school-detail-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 14, 32, .98) 0%, rgba(5, 22, 45, .9) 34%, rgba(5, 22, 45, .42) 66%, rgba(5, 22, 45, .28) 100%),
    linear-gradient(180deg, rgba(4, 14, 32, .12), rgba(4, 14, 32, .8));
}

.school-detail-hero-content {
  position: relative;
  z-index: 2;
  padding: 72px 0;
}

.school-detail-kicker {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 14px;
  text-transform: uppercase;
  color: #ff1c28;
  font-size: 14px;
  font-weight: 800;
}

.school-detail-kicker:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #ff1c28;
}

.school-detail-kicker span {
  color: #fff;
}

.school-detail-hero h1 {
  max-width: 850px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(42px, 4.5vw, 60px);
  line-height: 1.16;
  font-weight: 800;
}

.school-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 34px;
}

.school-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 22px;
  border-right: 1px solid rgba(255,255,255,.34);
  font-weight: 700;
}

.school-detail-meta span:last-child {
  border-right: 0;
}

.school-detail-meta i,
.school-detail-info i,
.journey-voices .section-kicker,
.voice-copy > i,
.outcome-grid i {
  color: #bc002d;
}

.school-detail-intro {
  max-width: 530px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.94);
  font-size: 18px;
  line-height: 1.7;
}

.school-detail-info {
  width: min(100%, 610px);
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.school-detail-info div {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-content: center;
  column-gap: 14px;
  padding: 18px 28px;
}

.school-detail-info div + div {
  border-left: 1px solid rgba(255,255,255,.24);
}

.school-detail-info i {
  grid-row: span 2;
  align-self: center;
  font-size: 26px;
}

.school-detail-info span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}

.school-detail-info strong {
  color: #fff;
  font-size: 16px;
}

.school-detail-section {
  padding: 46px 0 70px;
  background: #fff;
}

.photo-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: 0 0 18px;
  box-shadow: 0 8px 24px rgba(12, 31, 55, .13);
  cursor: pointer;
}

.photo-card img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.photo-card span {
  position: absolute;
  inset: 0 0 48px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 32px;
  background: rgba(3, 14, 32, .42);
  opacity: 0;
  transition: opacity .25s ease;
}

.photo-card strong {
  display: block;
  padding: 14px 12px 0;
  color: #111722;
  font-size: 15px;
  font-weight: 800;
}

.photo-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.photo-card:hover span {
  opacity: 1;
}

.journey-voices {
  margin-top: 42px;
  padding: 46px 56px;
  border-radius: 12px;
  background: radial-gradient(circle at 18% 0%, rgba(198, 0, 50, .16), transparent 30%), #03152d;
  color: #fff;
  box-shadow: 0 18px 38px rgba(3, 18, 39, .18);
}

.journey-voices h2 {
  color: #fff;
}

.voice-slider {
  min-width: 0;
}

.voice-slider .slick-list {
  margin: 0 -8px;
}

.voice-slider article {
  padding: 0 8px;
}

.voice-slide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 76px;
  align-items: center;
}

.voice-slider .slick-arrow {
  top: 50%;
  background: transparent;
  border: 1px solid #bc002d;
  box-shadow: none;
  transform: translateY(-50%);
}

.voice-slider .slick-prev {
  left: -34px;
}

.voice-slider .slick-next,
.voice-slider .slick-arrow:not(.slick-prev) {
  right: -34px;
}

.voice-slider .slick-arrow:before {
  color: #ff1c28;
}

.voice-slider .slick-arrow:hover {
  background: #bc002d;
  transform: translateY(-50%) scale(1.04);
}

.voice-slider .slick-arrow:hover:before {
  color: #fff;
}

.voice-slider .slick-dots {
  position: static;
  display: flex;
  gap: 14px;
  margin: 24px 0 0 calc(50% + 38px);
  padding: 0;
  list-style: none;
}

.voice-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.voice-slider .slick-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: transparent;
  padding: 0;
}

.voice-slider .slick-dots button:before {
  display: none;
}

.voice-slider .slick-dots .slick-active button {
  background: #bc002d;
}

.video-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  background: #000;
  padding: 0;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: .86;
}

.video-thumb span {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #c60032;
  font-size: 30px;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}

.voice-copy {
  font-size: 21px;
  line-height: 1.8;
}

.voice-copy > i {
  font-size: 42px;
  margin-bottom: 14px;
}

.voice-copy strong {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.learning-outcomes {
  padding-top: 42px;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.outcome-grid div {
  min-height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  border-right: 1px solid #cfd6df;
  font-weight: 800;
}

.outcome-grid div:last-child {
  border-right: 0;
}

.outcome-grid i {
  font-size: 40px;
}

.school-detail-cta {
  margin-top: 34px;
  min-height: 136px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px 56px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 232, 235, .98), rgba(255, 244, 244, .92)),
    url("../images/mountain-bg.jpg") right bottom / 440px auto no-repeat;
}

.school-detail-cta-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  font-size: 34px;
}

.school-detail-cta h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.school-detail-cta p {
  max-width: 720px;
  margin: 0;
  color: #303846;
  font-weight: 600;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(2, 8, 18, .88);
}

.media-modal.is-open {
  display: flex;
}

.media-modal figure {
  width: min(100%, 980px);
  margin: 0;
  color: #fff;
}

.media-modal img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 56px rgba(0,0,0,.45);
}

.media-modal figcaption {
  padding-top: 16px;
  text-align: center;
  font-weight: 700;
}

.modal-close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 24px;
  right: 28px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #061a36;
  font-size: 22px;
}

.video-frame {
  width: min(100%, 980px);
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 56px rgba(0,0,0,.45);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.program-detail-hero {
  position: relative;
  min-height: 560px;
  background-size: cover;
  background-position: center right;
  color: #fff;
  display: flex;
  align-items: center;
}

.program-detail-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 25, .99) 0%, rgba(3, 16, 34, .92) 34%, rgba(3, 16, 34, .36) 68%, rgba(3, 16, 34, .08) 100%),
    linear-gradient(180deg, rgba(4, 14, 32, .04), rgba(4, 14, 32, .72));
}

.program-detail-hero-content {
  position: relative;
  z-index: 2;
  padding: 54px 0 46px;
}

.program-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 46px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 700;
}

.program-detail-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.program-detail-breadcrumb span {
  color: rgba(255,255,255,.58);
}

.program-detail-kicker {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: #ff1c28;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.program-detail-kicker:after,
.program-about-copy h2:after,
.program-itinerary h2:after,
.sidebar-card h3:after,
.program-highlights-detail h2:after,
.program-gallery-section h2:after {
  content: "";
  width: 44px;
  height: 3px;
  display: block;
  margin-top: 12px;
  background: #ff1c28;
}

.program-detail-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.18;
  font-weight: 800;
}

.program-detail-intro {
  max-width: 610px;
  margin: 0 0 34px;
  color: rgba(255,255,255,.93);
  font-size: 18px;
  line-height: 1.72;
}

.program-detail-meta {
  width: min(100%, 690px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.program-detail-meta div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: center;
  column-gap: 12px;
  min-height: 82px;
  padding: 16px 22px;
}

.program-detail-meta div + div {
  border-left: 1px solid rgba(255,255,255,.12);
}

.program-detail-meta i {
  grid-row: span 2;
  align-self: center;
  color: #ff1c28;
  font-size: 25px;
}

.program-detail-meta span {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 700;
}

.program-detail-meta strong {
  color: #fff;
  font-size: 15px;
}

.program-detail-section {
  padding: 58px 0 70px;
  background: #fff;
}

.program-about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 520px) 1fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 54px;
}

.program-about-copy h2,
.program-itinerary h2,
.program-highlights-detail h2,
.program-gallery-section h2 {
  margin: 0 0 24px;
  font-size: 25px;
}

.program-about-copy p {
  margin: 0;
  color: #313946;
  line-height: 1.85;
  font-weight: 500;
}

.program-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.program-stat-grid article {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  padding: 22px;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(12, 31, 55, .1);
}

.program-stat-grid article + article {
  margin-left: -1px;
}

.program-stat-grid i,
.program-highlight-row i,
.apply-card > i {
  color: #ff1c28;
}

.program-stat-grid i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0f2;
  font-size: 26px;
}

.program-stat-grid strong {
  color: #ff1c28;
  font-size: 16px;
  line-height: 1.4;
}

.program-stat-grid span {
  color: #4e5663;
  font-size: 13px;
  font-weight: 600;
}

.program-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.itinerary-table {
  overflow: hidden;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  background: #fff;
}

.itinerary-table article {
  display: grid;
  grid-template-columns: 62px 90px 220px 1fr;
  align-items: stretch;
  min-height: 74px;
}

.itinerary-table article + article {
  border-top: 1px solid #e1e5ec;
}

.itinerary-table span,
.itinerary-table strong,
.itinerary-table b,
.itinerary-table p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 20px;
}

.itinerary-table span {
  justify-content: center;
  padding-inline: 12px;
}

.itinerary-table span i {
  width: 38px;
  height: 38px;
  border: 2px solid #ff1c28;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ff1c28;
  font-size: 15px;
}

.itinerary-table strong,
.itinerary-table b {
  border-left: 1px solid #e1e5ec;
  font-size: 14px;
}

.itinerary-table p {
  border-left: 1px solid #e1e5ec;
  color: #343c49;
  line-height: 1.65;
  font-size: 14px;
}

.program-sidebar {
  display: grid;
  gap: 38px;
}

.sidebar-card {
  padding: 34px 36px;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 31, 55, .09);
}

.sidebar-card h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 800;
}

.sidebar-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-card li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  color: #111722;
  font-size: 15px;
  font-weight: 700;
}

.sidebar-card li i {
  color: #ff1c28;
  margin-top: 4px;
}

.apply-card > i {
  font-size: 42px;
  margin-bottom: 18px;
}

.apply-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
}

.apply-card p {
  color: #3c4450;
  line-height: 1.65;
}

.apply-card .btn {
  min-height: 50px;
  padding: 12px 24px;
}

.program-highlights-detail {
  padding-top: 50px;
}

.program-highlight-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.program-highlight-row div {
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  border-right: 1px solid #ccd3dc;
}

.program-highlight-row div:last-child {
  border-right: 0;
}

.program-highlight-row i {
  font-size: 42px;
  margin-bottom: 4px;
}

.program-highlight-row strong {
  font-size: 25px;
  line-height: 1.1;
}

.program-highlight-row span {
  color: #303846;
  font-size: 13px;
  font-weight: 600;
}

.program-gallery-section {
  padding-top: 34px;
}

.program-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.program-gallery-card {
  position: relative;
  overflow: hidden;
  height: 280px;
  border: 0;
  border-radius: 6px;
  background: #061a36;
  padding: 0;
  cursor: pointer;
}

.program-gallery-card.wide {
  grid-column: span 2;
}

.program-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.program-gallery-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(3, 14, 32, .48);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: opacity .25s ease;
}

.program-gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.program-gallery-card:hover span {
  opacity: 1;
}

.program-detail-cta {
  margin-top: 46px;
  min-height: 132px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px 56px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 232, 235, .98), rgba(255, 244, 244, .94)),
    url("../images/mountain-bg.jpg") right bottom / 430px auto no-repeat;
}

.program-detail-cta-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #ff1c28;
  font-size: 36px;
  box-shadow: 0 10px 26px rgba(198, 0, 50, .12);
}

.program-detail-cta h2 {
  margin: 0 0 8px;
  font-size: 25px;
}

.program-detail-cta p {
  margin: 0;
  color: #303846;
  font-weight: 600;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-content > * {
  animation: fadeUp .75s ease both;
}
.hero-content > *:nth-child(2) { animation-delay: .08s; }
.hero-content > *:nth-child(3) { animation-delay: .16s; }
.hero-content > *:nth-child(4) { animation-delay: .24s; }

@media (max-width: 1500px) {
  .page-container { width: min(100% - 56px, 1420px); }
  .site-header { height: 88px; }
  .navbar-brand,
  .navbar-brand img { width: 178px; }
  .navbar-nav { gap: 16px; }
  .nav-link { font-size: 15px; padding: 31px 0 !important; }
  .nav-link:hover:after,
  .nav-link.active:after { width: 56px; }
  .nav-cta { min-width: 196px; min-height: 56px; margin-left: 14px; padding-inline: 22px; }
  .hero-slide,
  .hero-content { min-height: 680px; }
  .hero-content { padding-top: 126px; }
  .hero-content h1 { font-size: 56px; max-width: 670px; }
  .hero-text { max-width: 560px; font-size: 18px; margin-bottom: 30px; }
  .feature-strip {
    width: min(100% - 56px, 1420px);
    margin-top: -54px;
    padding: 18px 24px;
  }
  .feature-item { gap: 18px; padding-inline: 16px; }
  .feature-item i { width: 56px; font-size: 44px; }
  .feature-item h3 { font-size: 17px; margin-bottom: 6px; }
  .feature-item p { font-size: 15px; line-height: 1.55; }
  .plan-card { grid-template-columns: 48% 52%; }
  .plan-card:before { inset: 0 52% 0 0; }
  .plan-card:after {
    background: linear-gradient(90deg, rgba(7, 28, 58, .04) 0%, rgba(7, 28, 58, .72) 38%, #071c3a 52%, #071c3a 100%);
  }
  .plan-info { padding: 48px 34px 40px 230px; }
  .plan-info h2 { font-size: 29px; }
  .plan-info p { font-size: 15px; }
  .plan-icons span { font-size: 12px; }
  .plan-icons i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .inquiry-form { padding: 34px 48px 28px 16px; }
  .footer-top { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
  .programs-grid { gap: 24px; }
  .program-list-body h3 { font-size: 21px; }
  .program-list-body p { font-size: 15px; }
  .program-tabs a { padding-inline: 12px; font-size: 14px; }
  .why-intro-grid { gap: 58px; }
  .reason-grid { gap: 18px; }
  .reason-grid article { padding-inline: 16px; }
  .testimonial-band { grid-template-columns: 72px 86px 1fr 270px; }
  .school-grid { gap: 18px; }
  .school-body h3 { font-size: 19px; }
  .school-visit-cta { grid-template-columns: 104px 1fr auto; }
}

@media (max-width: 1199px) {
  .site-header { height: auto; min-height: 92px; }
  .navbar { padding: 18px 0; }
  .navbar-brand,
  .navbar-brand img { width: 190px; }
  .navbar-collapse {
    margin-top: 18px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(12,31,55,.12);
  }
  .nav-link { padding: 12px 0 !important; }
  .nav-link:after { display: none; }
  .nav-cta { margin: 12px 0 0; width: 100%; }
  .feature-strip,
  .why-grid,
  .highlight-row,
  .testimonial-grid,
  .gallery-story-voices,
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(2n),
  .highlight-row a:nth-child(2n) { border-right: 0; }
  .journey-panel,
  .plan-card,
  .footer-top { grid-template-columns: 1fr; }
  .plan-card:before {
    inset: 0;
  }
  .plan-card:after {
    background: linear-gradient(180deg, rgba(5, 18, 38, .62) 0%, rgba(5, 18, 38, .92) 46%, #071c3a 100%);
  }
  .plan-info { padding: 46px 40px 12px; }
  .inquiry-form { padding: 30px 40px 42px; }
  .program-tabs {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 0 10px;
    scrollbar-width: thin;
  }
  .program-tabs a {
    flex: 0 0 auto;
    border: 1px solid #dce2ea;
    border-radius: 10px;
  }
  .programs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-feature-card,
  .blog-detail-grid,
  .about-story-grid,
  .contact-main-grid,
  .contact-map-panel {
    grid-template-columns: 1fr;
  }
  .blog-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-vision-grid,
  .about-values-grid,
  .contact-card-grid,
  .faq-category-grid,
  .about-stats-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-page-grid {
    grid-template-columns: 1fr;
  }
  .about-stats-panel div:nth-child(2n) {
    border-right: 0;
  }
  .blog-sidebar {
    position: static;
  }
  .gallery-page-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-story-card.wide {
    grid-column: span 2;
  }
  .why-intro-grid,
  .more-education-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .why-purpose-grid,
  .why-difference-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .why-values-grid,
  .why-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .japan-stats-panel { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2n) { border-right: 0; }
  .stat-item:last-child {
    grid-column: span 2;
    border-top: 1px solid rgba(255,255,255,.22);
  }
  .testimonial-band {
    grid-template-columns: 70px 86px 1fr;
  }
  .testimonial-name {
    grid-column: 3;
    border-left: 0;
    padding-left: 0;
  }
  .school-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .school-visit-cta {
    grid-template-columns: 92px 1fr;
    padding: 24px 28px;
  }
  .school-visit-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
  .school-detail-hero {
    min-height: 560px;
    background-position: center;
  }
  .photo-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .voice-slide-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .journey-voices {
    padding: 36px 32px;
  }
  .voice-slider .slick-prev {
    left: -22px;
  }
  .voice-slider .slick-next,
  .voice-slider .slick-arrow:not(.slick-prev) {
    right: -22px;
  }
  .voice-slider .slick-dots {
    margin-left: 0;
    justify-content: center;
  }
  .outcome-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .outcome-grid div:nth-child(3n) {
    border-right: 0;
  }
  .school-detail-cta {
    grid-template-columns: 92px 1fr;
    padding: 24px 28px;
  }
  .school-detail-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
  .program-detail-hero {
    min-height: 520px;
    background-position: center;
  }
  .program-about-grid,
  .program-content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .program-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .program-stat-grid article + article {
    margin-left: 0;
  }
  .program-highlight-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .program-highlight-row div:nth-child(3n) {
    border-right: 0;
  }
  .program-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .program-detail-cta {
    grid-template-columns: 92px 1fr;
    padding: 24px 28px;
  }
  .program-detail-cta .btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .page-container { width: min(100% - 28px, 1780px); }
  .hero-slide,
  .hero-content { min-height: 720px; }
  .hero-content { padding-top: 64px; }
  .hero-content h1 { font-size: 43px; }
  .hero-text { font-size: 18px; }
  .hero-actions .btn { width: 100%; }
  .hero-badges {
    position: static;
    margin-top: 28px;
    flex-direction: column;
  }
  .country-badge { min-width: 0; width: 100%; }
  .feature-strip {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .feature-item { border-right: 0; border-bottom: 1px solid #dce1e8; padding: 20px 0; }
  .feature-item:last-child { border-bottom: 0; }
  .why-grid,
  .highlight-row,
  .testimonial-grid,
  .gallery-story-voices,
  .footer-links,
  .plan-icons { grid-template-columns: 1fr; }
  .highlight-row a { border-right: 0; border-bottom: 1px solid #dce1e8; }
  .journey-panel { padding: 28px 18px; gap: 28px; }
  .plan-card { min-height: 0; }
  .plan-info,
  .inquiry-form { padding-inline: 22px; }
  .plan-info h2 { font-size: 28px; }
  .slick-arrow { width: 52px; height: 52px; right: -8px; }
  .slick-prev { left: -8px; }
  .hero-slider .slick-arrow {
    top: auto;
    bottom: 260px;
    right: 22px;
  }
  .hero-slider .slick-prev {
    left: auto;
    right: 86px;
  }
  .hero-slider .slick-arrow:hover {
    transform: scale(1.06);
  }
  .plan-icons span { border-right: 0; }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }
  .footer-bottom nav { gap: 16px; }
  .inner-banner { min-height: 220px; }
  .inner-banner h1 { font-size: 42px; }
  .breadcrumb-pill {
    min-height: 46px;
    gap: 12px;
    padding: 10px 16px;
  }
  .programs-page-section { padding: 38px 0 54px; }
  .section-title { margin-bottom: 34px; }
  .section-title p:last-child { font-size: 16px; }
  .programs-grid { grid-template-columns: 1fr; gap: 22px; }
  .program-list-media { height: 220px; }
  .program-list-body p { min-height: 0; }
  .blog-page-section,
  .blog-detail-section,
  .about-page-section,
  .contact-page-section,
  .faq-page-section {
    padding: 38px 0 54px;
  }
  .blog-feature-copy,
  .blog-article,
  .blog-side-card {
    padding: 24px 20px;
  }
  .blog-feature-media img {
    min-height: 260px;
  }
  .blog-topic-row {
    justify-content: flex-start;
    margin-bottom: 34px;
  }
  .blog-list-grid {
    grid-template-columns: 1fr;
  }
  .blog-list-body h3,
  .blog-list-body > p:not(.blog-meta) {
    min-height: 0;
  }
  .blog-detail-hero {
    min-height: 500px;
  }
  .blog-detail-hero-content {
    padding: 70px 0 44px;
  }
  .blog-detail-hero-content h1 {
    font-size: 38px;
  }
  .blog-lead {
    font-size: 18px;
  }
  .blog-article h2 {
    font-size: 25px;
  }
  .about-story-media img {
    min-height: 340px;
  }
  .about-floating-card {
    position: static;
    margin-top: 14px;
  }
  .about-vision-grid,
  .about-values-grid,
  .contact-card-grid,
  .faq-category-grid,
  .contact-support-list,
  .about-stats-panel {
    grid-template-columns: 1fr;
  }
  .faq-group {
    padding: 22px 18px;
  }
  .faq-grid summary {
    padding: 18px 20px;
    font-size: 16px;
  }
  .faq-grid p {
    padding: 0 20px 20px;
  }
  .about-stats-panel div,
  .about-stats-panel div:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .about-stats-panel div:last-child {
    border-bottom: 0;
  }
  .contact-info-panel,
  .contact-form-card,
  .contact-map-panel {
    padding: 26px 20px;
  }
  .contact-map-panel .btn {
    justify-self: start;
  }
  .gallery-page-section {
    padding: 38px 0 42px;
  }
  .gallery-page-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 245px;
  }
  .gallery-story-card.wide,
  .gallery-story-card.tall {
    grid-column: auto;
    grid-row: auto;
  }
  .gallery-stories-section {
    padding: 38px 0 18px;
  }
  .why-hero-banner { min-height: 390px; }
  .why-learning-hero { min-height: 560px; }
  .why-hero-content p { font-size: 15px; }
  .why-intro-section { padding: 42px 0 34px; }
  .why-pill-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .why-video-card img { height: 245px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 0; }
  .why-compare-card,
  .why-values-grid,
  .why-audience-grid,
  .why-support-grid {
    grid-template-columns: 1fr;
  }
  .why-compare-card > div:last-child {
    border-left: 0;
    border-top: 1px solid #e1e7ef;
  }
  .why-purpose-section,
  .why-audience-section {
    padding: 42px 0;
  }
  .why-difference-panel {
    padding: 28px 20px;
  }
  .japan-stats-section { padding-bottom: 44px; }
  .japan-stats-panel { grid-template-columns: 1fr; }
  .stat-item,
  .stat-item:nth-child(2n),
  .stat-item:last-child {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .stat-item:first-child { border-top: 0; }
  .education-gallery { grid-template-columns: 1fr; }
  .education-gallery > div { grid-template-columns: 1fr 1fr; }
  .gallery-main { height: 240px; }
  .education-gallery > div img { height: 130px; }
  .dot-pattern { display: none; }
  .testimonial-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    text-align: center;
  }
  .testimonial-band > i,
  .student-avatar {
    margin-inline: auto;
  }
  .testimonial-name {
    grid-column: auto;
  }
  .why-cta { padding-bottom: 54px; }
  .school-hero-banner { min-height: 360px; }
  .school-hero-content h1 { font-size: 38px; }
  .school-hero-content p { font-size: 15px; }
  .school-partners-section { padding: 34px 0 54px; }
  .school-grid { grid-template-columns: 1fr; }
  .school-body h3 { min-height: 0; }
  .school-visit-cta {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 28px 22px;
  }
  .school-visit-cta .btn {
    grid-column: auto;
    justify-self: center;
  }
  .school-detail-hero {
    min-height: 0;
  }
  .school-detail-hero-content {
    padding: 56px 0;
  }
  .school-detail-hero h1 {
    font-size: 35px;
  }
  .school-detail-meta {
    gap: 14px;
    margin-bottom: 24px;
  }
  .school-detail-meta span {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .school-detail-intro {
    font-size: 16px;
  }
  .school-detail-info {
    grid-template-columns: 1fr;
  }
  .school-detail-info div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.24);
  }
  .school-detail-section {
    padding: 34px 0 52px;
  }
  .photo-highlight-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }
  .photo-card img {
    height: 220px;
  }
  .journey-voices {
    margin-top: 30px;
    padding: 28px 20px;
  }
  .voice-slide-grid {
    gap: 24px;
  }
  .voice-slider .slick-arrow {
    display: none !important;
  }
  .voice-copy {
    font-size: 17px;
  }
  .video-thumb span {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }
  .outcome-grid div,
  .outcome-grid div:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid #cfd6df;
  }
  .outcome-grid div:last-child {
    border-bottom: 0;
  }
  .school-detail-cta {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 28px 22px;
  }
  .school-detail-cta .btn {
    grid-column: auto;
    justify-self: center;
  }
  .modal-close {
    top: 14px;
    right: 14px;
  }
  .program-detail-hero {
    min-height: 0;
  }
  .program-detail-hero-content {
    padding: 38px 0 46px;
  }
  .program-detail-breadcrumb {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
    font-size: 13px;
  }
  .program-detail-hero h1 {
    font-size: 35px;
  }
  .program-detail-intro {
    font-size: 16px;
  }
  .program-detail-meta {
    grid-template-columns: 1fr;
  }
  .program-detail-meta div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .program-detail-section {
    padding: 38px 0 54px;
  }
  .program-stat-grid,
  .program-highlight-row,
  .program-gallery-grid {
    grid-template-columns: 1fr;
  }
  .program-stat-grid article {
    min-height: 150px;
  }
  .itinerary-table article {
    grid-template-columns: 56px 1fr;
  }
  .itinerary-table b,
  .itinerary-table p {
    grid-column: 2;
    border-left: 1px solid #e1e5ec;
  }
  .itinerary-table p {
    padding-top: 0;
  }
  .sidebar-card {
    padding: 28px 24px;
  }
  .program-highlight-row div,
  .program-highlight-row div:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid #ccd3dc;
  }
  .program-highlight-row div:last-child {
    border-bottom: 0;
  }
  .program-gallery-card,
  .program-gallery-card.wide {
    grid-column: auto;
    height: 180px;
  }
  .program-detail-cta {
}
  .program-detail-cta .btn {
    grid-column: auto;
    justify-self: center;
  }
}


/* --- Team Section --- */
.team-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(188,0,45,0.03) 0%, transparent 70%);
  pointer-events: none;
}

.team-section::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6,26,54,0.03) 0%, transparent 70%);
  pointer-events: none;
}

.team-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px;
}

.team-header .section-kicker {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.team-header h2 {
  font-size: clamp(32px, 3.5vw, 42px);
  font-weight: 900;
  color: var(--navy);
  margin: 0 0 16px;
  line-height: 1.2;
}

.team-header p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.team-grid {
  display: grid;
  gap: 30px;
}

.team-grid.crew-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.team-grid.mentors-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-card {
  background: #ffffff;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  padding: 40px 24px 34px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(6, 26, 54, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-card.crew-card {
  border-top: 4px solid var(--red);
}

.team-card.mentor-card {
  border-top: 4px solid var(--navy);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(6, 26, 54, 0.08);
  border-color: rgba(188, 0, 45, 0.15);
}

.team-card.mentor-card:hover {
  border-color: rgba(6, 26, 54, 0.15);
}

.team-img-wrapper {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
  padding: 4px;
  background: #ffffff;
  box-shadow: 0 0 0 2px #e5eaf2;
  transition: all 0.4s ease;
}

.team-card.crew-card .team-img-wrapper {
  box-shadow: 0 0 0 2px rgba(188, 0, 45, 0.15);
}

.team-card.mentor-card .team-img-wrapper {
  box-shadow: 0 0 0 2px rgba(6, 26, 54, 0.15);
}

.team-card:hover .team-img-wrapper {
  transform: scale(1.05);
}

.team-card.crew-card:hover .team-img-wrapper {
  box-shadow: 0 0 0 3px var(--red);
}

.team-card.mentor-card:hover .team-img-wrapper {
  box-shadow: 0 0 0 3px var(--navy);
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team-name {
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.team-card:hover .team-name {
  color: var(--red);
}

.team-card.mentor-card:hover .team-name {
  color: var(--navy-2);
}

.team-role {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
  line-height: 1.4;
}

.team-card.mentor-card .team-role {
  color: var(--navy-2);
}

.team-role span {
  display: block;
}

.team-role small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.5;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f0f4f9;
}

.team-socials a {
  color: var(--muted);
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.team-socials a:hover {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-3px);
}

/* Responsive adjustments for team */
@media (max-width: 1199px) {
  .team-grid.mentors-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .team-grid.crew-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    gap: 30px;
  }
  .team-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .team-grid.crew-grid,
  .team-grid.mentors-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    gap: 40px;
  }
  .team-section {
    padding: 60px 0;
  }
}


@media (max-width: 1919px) {
.day-card p {
    padding: 0 10px 11px;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    min-height: 126px;
}
.slick-arrow {
    width: 45px;
    height: 45px;
	}
.home-program-grid h3 {
    margin: 0 0 8px;
    font-size: 16px;
}
.home-program-grid p { font-size:12px;}
.btn {
    min-height: 44px;
    padding: 10px 24px;}
.hero-content h1 {
        font-size: 42px;}
	.hero-text { font-size:14px;}
.feature-item h3 { font-size: 12px;}
.feature-item p { font-size: 11px;}
.why-head {
    padding: 26px 14px 18px;}
	.program-card p, .why-card p { font-size:12px;}
	.feature-item h3, .program-card h3, .why-card h3 {
    font-size: 14px;
    margin: 0 0 8px;}
	.lead-copy {
    font-size: 14px;    margin-bottom: 14px;}
	.home-why .col-lg-4 > p:not(.section-kicker):not(.lead-copy) { font-size:14px;}
	.process-grid article { padding:20px 16px 18px;}
	.collab-grid h3, .process-grid h3, .blog-grid h3 {
    margin: 0 0 10px;
    font-size: 18px;}
	.collab-grid p, .process-grid p, .blog-grid p, .faq-grid p { font-size:14px;}
	.testimonial-card {     padding: 20px 16px;}
	.testimonial-card p {
    font-size: 12px;}
	.contact-card-grid strong { font-size:16px;}
	.contact-info-panel h2 {
    font-size: clamp(30px, 3vw, 24px);
}
.contact-info-panel > p:not(.section-kicker), .contact-office-box p {
    font-size: 14px;}
}

/* --- Business Support Page --- */
.biz-hero {
  position: relative;
  background: #061936 url("../images/biz-hero.jpg") center center / cover no-repeat;
  min-height: 520px;
}
.biz-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  background: rgba(188, 0, 45, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(188, 0, 45, 0.2);
}
.biz-hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  max-width: 820px;
  margin-top: 15px;
}
.biz-hero-sublead {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
  max-width: 820px;
  margin-top: 10px;
}
.biz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Introduction / Pillars Section */
.biz-intro-section {
  padding: 80px 0;
  background: #ffffff;
}
.biz-pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 45px;
}
.biz-pillar-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.biz-pillar-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 26, 54, 0.08);
  border-color: var(--red);
}
.biz-pillar-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(188, 0, 45, 0.2);
}
.biz-pillar-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.3;
}
.biz-pillar-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* Services Overview Section */
.biz-services-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}
.biz-service-block {
  margin-bottom: 70px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(6, 26, 54, 0.04);
}
.biz-service-block:last-child {
  margin-bottom: 0;
}
.biz-service-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: start;
}
.biz-service-grid.reverse {
  grid-template-columns: 420px 1fr;
}
.biz-service-grid.reverse .biz-service-copy {
  order: 2;
}
.biz-service-grid.reverse .biz-service-media {
  order: 1;
}
.biz-service-badge {
  display: inline-block;
  background: var(--navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.biz-service-copy h3 {
  font-size: 26px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 4px;
}
.biz-service-copy h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 16px;
}
.biz-service-copy p {
  font-size: 15px;
  color: #3f4754;
  line-height: 1.65;
}
.biz-feature-list {
  margin-top: 20px;
  background: #f8fafc;
  padding: 20px 24px;
  border-radius: 10px;
  border-left: 4px solid var(--red);
}
.biz-feature-list h5 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.biz-feature-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}
.biz-feature-list li {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.biz-feature-list li i {
  color: var(--red);
  margin-top: 3px;
  font-size: 12px;
  flex: 0 0 auto;
}

.biz-scenario-box {
  margin-top: 20px;
  background: rgba(188, 0, 45, 0.04);
  border: 1px dashed rgba(188, 0, 45, 0.25);
  padding: 18px 22px;
  border-radius: 10px;
}
.biz-scenario-box strong {
  display: block;
  color: var(--red);
  font-size: 14px;
  margin-bottom: 4px;
}
.biz-scenario-box p {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.biz-scenario-box small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.biz-suitable-box, .biz-note-card, .biz-diff-box, .biz-engagement-box {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.5;
}
.biz-suitable-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}
.biz-suitable-box strong { color: #15803d; }
.biz-note-card {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
}
.biz-note-card strong { color: #1d4ed8; }
.biz-diff-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}
.biz-diff-box strong { color: #b45309; }
.biz-engagement-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: var(--navy);
}

.biz-workflow-pills {
  margin-top: 20px;
  background: #f1f5f9;
  padding: 16px 20px;
  border-radius: 10px;
}
.biz-workflow-pills strong {
  display: block;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 10px;
}
.pills-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.pills-row span {
  background: #ffffff;
  color: var(--navy);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.pills-row i {
  color: var(--red);
  font-size: 12px;
}

.biz-tags-wrap {
  margin-top: 20px;
}
.biz-tags-wrap h5 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags-container span {
  background: rgba(6, 26, 54, 0.05);
  color: var(--navy);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(6, 26, 54, 0.1);
}

.biz-service-media {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(6, 26, 54, 0.1);
}
.biz-service-media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

/* Process Section */
.biz-process-section {
  padding: 80px 0;
  background: #ffffff;
}
.biz-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.biz-process-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.biz-process-card:hover {
  background: #ffffff;
  border-color: var(--red);
  box-shadow: 0 10px 25px rgba(188, 0, 45, 0.1);
  transform: translateY(-5px);
}
.biz-process-card .step-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--red);
  display: block;
  margin-bottom: 8px;
  opacity: 0.8;
}
.biz-process-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.biz-process-card p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

/* Why JIITECH Section */
.biz-why-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}
.biz-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.biz-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 26px;
  box-shadow: 0 6px 20px rgba(6, 26, 54, 0.03);
  transition: all 0.3s ease;
}
.biz-why-card.full-width {
  grid-column: span 3;
}
.biz-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--red);
  box-shadow: 0 12px 30px rgba(6, 26, 54, 0.08);
}
.biz-why-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(188, 0, 45, 0.08);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.biz-why-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.biz-why-card p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

/* Real Business Situations Section */
.biz-scenarios-section {
  padding: 80px 0;
  background: #ffffff;
}
.biz-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.scenario-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.scenario-card.highlight {
  grid-column: span 3;
  background: linear-gradient(135deg, rgba(188,0,45,0.04), rgba(6,26,54,0.03));
  border: 1px solid rgba(188,0,45,0.2);
}
.scenario-card:hover {
  background: #ffffff;
  border-color: var(--navy);
  box-shadow: 0 10px 25px rgba(6, 26, 54, 0.06);
}
.scenario-card i {
  font-size: 26px;
  color: var(--red);
  margin-bottom: 14px;
  display: block;
}
.scenario-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.4;
}
.scenario-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* CTA & Form Section */
.biz-cta-section {
  padding: 60px 0 90px;
}
.biz-cta-panel {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border-radius: 16px;
  padding: 60px 50px;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(6, 26, 54, 0.2);
}
.biz-cta-intro .section-kicker {
  color: var(--red);
  font-size: 13px;
  letter-spacing: 2px;
}
.biz-cta-intro h2 {
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 4px;
}
.biz-cta-intro h3 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}
.biz-cta-intro p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin: 0 auto 12px;
}
.biz-support-line {
  font-size: 15px;
  font-weight: 700;
  color: var(--red) !important;
  margin-bottom: 35px !important;
}

.biz-form-wrap {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.biz-inquiry-form .form-label {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--navy);
  margin-bottom: 6px;
}
.biz-inquiry-form .form-control,
.biz-inquiry-form .form-select {
  border: 1px solid #dce1e8;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}
.biz-inquiry-form .form-control:focus,
.biz-inquiry-form .form-select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(188, 0, 45, 0.15);
}

/* Responsive adjustments for Business Support */
@media (max-width: 1199px) {
  .biz-pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .biz-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .biz-service-grid, .biz-service-grid.reverse {
    grid-template-columns: 1fr;
  }
  .biz-service-grid.reverse .biz-service-copy { order: 1; }
  .biz-service-grid.reverse .biz-service-media { order: 2; }
  .biz-service-media { position: relative; top: 0; }
}
@media (max-width: 991px) {
  .biz-pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .biz-why-grid, .biz-scenarios-grid { grid-template-columns: repeat(2, 1fr); }
  .biz-why-card.full-width, .scenario-card.highlight { grid-column: span 2; }
}
@media (max-width: 767px) {
  .biz-pillars-grid, .biz-process-grid, .biz-why-grid, .biz-scenarios-grid { grid-template-columns: 1fr; }
  .biz-why-card.full-width, .scenario-card.highlight { grid-column: span 1; }
  .biz-feature-list ul { grid-template-columns: 1fr; }
  .biz-cta-panel { padding: 35px 20px; }
  .biz-form-wrap { padding: 25px 18px; }
  .biz-service-block { padding: 24px 18px; }
}
