.internal-page { color: #1a2944; }
.internal-page .container { max-width: 1120px; }
.internal-hero {
  overflow: hidden;
  padding: 26px 0 72px;
  background:
    radial-gradient(circle at 8% 30%, rgba(148, 102, 217, .18), transparent 26%),
    linear-gradient(120deg, #f6f1fc 0%, #fff 58%, #f0e8fb 100%);
}
.internal-breadcrumb { margin-bottom: 40px; font-size: 12px; }
.internal-breadcrumb a { color: #7653ba; }
.internal-breadcrumb .active { color: #758095; }
.internal-eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #7753be;
  background: #fff;
  box-shadow: 0 5px 16px rgba(7,31,70,.08);
  font-size: 13px;
  font-weight: 700;
}
.internal-hero h1 { max-width: 610px; margin-bottom: 20px; color: #08234d; font-size: clamp(40px,5vw,60px); font-weight: 800; letter-spacing: -.05em; line-height: 1.04; }
.internal-hero h1 span { color: #8c61d3; }
.internal-lead { max-width: 620px; margin-bottom: 30px; color: #59667d; font-size: 17px; line-height: 1.75; }
.hero-facts { display: flex; gap: 0; }
.hero-facts > div { min-width: 125px; padding: 0 22px; border-left: 1px solid #d9d0e8; }
.hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: 3px; color: #7650c5; font-size: 21px; font-weight: 800; }
.hero-facts span { color: #667188; font-size: 12px; }
.internal-visual { height: 470px; position: relative; isolation: isolate; }
.internal-visual::before { position: absolute; inset: 24px -22px -18px 35px; z-index: -1; border-radius: 34px; content: ""; background: linear-gradient(145deg,#8d61d5,#6f49be); opacity: .24; }
.internal-visual img { width: 100%; height: 100%; border-radius: 28px; object-fit: cover; box-shadow: 0 22px 45px rgba(7,31,70,.18); }
.internal-visual figcaption {
  align-items: center;
  display: flex;
  gap: 12px;
  position: absolute;
  right: -22px;
  bottom: 28px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 14px;
  color: #fff;
  background: rgba(7,31,70,.88);
  box-shadow: 0 12px 28px rgba(7,31,70,.2);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}
.internal-visual figcaption i { color: #b78bea; font-size: 23px; }
.internal-section { padding: 82px 0; }
.section-kicker { display: block; margin-bottom: 10px; color: #805ac8; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.internal-section h2 { margin-bottom: 22px; color: #08234d; font-size: clamp(30px,3.5vw,42px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.intro-section p, .impact-section p { color: #5c6679; font-size: 15px; line-height: 1.85; }
.history-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid #e6ddef; border-radius: 22px; background: #fff; box-shadow: 0 14px 35px rgba(7,31,70,.08); }
.history-card::after { position: absolute; width: 150px; height: 150px; right: -55px; bottom: -65px; border-radius: 50%; content: ""; background: #eee4fa; }
.history-year { display: block; margin-bottom: 12px; color: #8b61d1; font-size: 42px; font-weight: 800; letter-spacing: -.05em; }
.history-card h3 { margin-bottom: 14px; color: #09244d; font-size: 20px; font-weight: 800; }
.history-card p { color: #626c7e; font-size: 13px; line-height: 1.75; }
.affiliation { align-items: center; display: flex; gap: 12px; position: relative; z-index: 1; margin-top: 24px; color: #7852bf; font-weight: 800; }
.affiliation span { padding: 8px 12px; border-radius: 8px; background: #f1eafb; }
.purpose-section { background: #f8f7fb; }
.mission-panel { align-items: flex-start; display: grid; grid-template-columns: 76px 1fr; gap: 26px; margin-bottom: 38px; padding: 38px; border-radius: 24px; color: #fff; background: linear-gradient(135deg,#082650,#102f64); box-shadow: 0 18px 40px rgba(7,31,70,.18); }
.mission-panel h2 { max-width: 720px; margin-bottom: 13px; color: #fff; }
.mission-panel p { max-width: 850px; margin: 0; color: #dce4f2; font-size: 14px; line-height: 1.8; }
.mission-panel .section-kicker { color: #c29ce9; }
.mission-icon { align-items: center; display: flex; width: 70px; height: 70px; justify-content: center; border-radius: 18px; background: linear-gradient(145deg,#a576df,#744dbf); font-size: 31px; }
.values-grid { margin-top: 0; }
.value-card { padding: 28px; border: 1px solid #e7e2ed; border-radius: 18px; background: #fff; box-shadow: 0 9px 25px rgba(7,31,70,.05); }
.value-card > span { align-items: center; display: flex; width: 54px; height: 54px; justify-content: center; margin-bottom: 18px; border-radius: 15px; color: #835cc9; background: #efe8f9; font-size: 25px; }
.value-card h3 { margin-bottom: 10px; color: #0a254f; font-size: 18px; font-weight: 800; }
.value-card p { margin: 0; color: #687286; font-size: 13px; line-height: 1.7; }
.impact-section { background: #fff; }
.impact-list { display: grid; gap: 12px; }
.impact-list div { align-items: center; display: flex; gap: 12px; padding: 14px 16px; border: 1px solid #e7e1ef; border-radius: 12px; color: #24334d; background: #fff; box-shadow: 0 5px 15px rgba(7,31,70,.04); font-size: 13px; font-weight: 700; }
.impact-list i { color: #855ecd; font-size: 20px; }
.internal-cta { padding: 0 0 70px; }
.cta-panel { align-items: center; display: flex; justify-content: space-between; gap: 30px; padding: 38px 42px; border-radius: 24px; color: #fff; background: linear-gradient(135deg,#9366d7,#6e48bd); box-shadow: 0 18px 40px rgba(112,72,196,.25); }
.cta-panel span { display: block; margin-bottom: 7px; color: #eadff8; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cta-panel h2 { max-width: 620px; margin: 0; font-size: clamp(25px,3vw,35px); font-weight: 800; letter-spacing: -.035em; }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cta-actions .btn { padding: 11px 17px; border-radius: 9px; font-size: 12px; font-weight: 800; }
.cta-primary { color: #744bbe; background: #fff; }
.cta-primary:hover { color: #744bbe; background: #f6f1fb; }
.cta-secondary { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.cta-secondary:hover { color: #744bbe; background: #fff; }
@media (max-width: 991.98px) {
  .internal-hero { padding-bottom: 58px; }
  .internal-visual { height: 430px; }
  .internal-visual figcaption { right: 18px; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
  .internal-page .row { --bs-gutter-x: 1.5rem; }
  .internal-breadcrumb { margin-bottom: 30px; }
  .internal-hero h1 { font-size: 41px; }
  .hero-facts { flex-wrap: wrap; gap: 18px 0; }
  .hero-facts > div { min-width: 50%; }
  .hero-facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .internal-visual { height: 360px; }
  .internal-section { padding: 58px 0; }
  .mission-panel { grid-template-columns: 1fr; padding: 28px; }
  .cta-panel { padding: 30px 24px; }
  .cta-actions { width: 100%; flex-direction: column; }
}
