    :root {
      --navy: #05245c;
      --blue: #0b66c3;
      --light-blue: #eaf5ff;
      --yellow: #ffd43b;
      --orange: #ff7a1a;
      --green: #20b84f;
      --text: #1f2a3d;
      --muted: #667085;
      --line: #dbe5f1;
      --bg: #f7fbff;
      --white: #ffffff;
      --shadow: 0 12px 30px rgba(5, 36, 92, .12);
      --radius: 20px;
    }
    * {
      box-sizing: border-box;
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.75;
      letter-spacing: .02em;
      padding-bottom: 74px;
    }
    img {
      max-width: 100%;
      display: block;
    }
    a {
      color: inherit;
      text-decoration: none;
    }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(219, 229, 241, .8);
    }
    .header-inner {
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      max-width: 1160px;
      margin: 0 auto;
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 900;
      color: var(--navy);
      letter-spacing: .03em;
    }
    .logo-mark {
      width: 36px;
      height: 36px;
      border: 2px solid var(--navy);
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 20px;
    }
    .logo-main {
      font-size: 22px;
      line-height: 1;
    }
    .logo-sub {
      display: block;
      font-size: 9px;
      font-weight: 700;
      margin-top: 2px;
    }
    .logo-img {
      width: 148px;
      height: auto;
      display: block;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .mini-btn {
      display: none;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      color: #fff;
      background: var(--green);
      box-shadow: 0 8px 18px rgba(32, 184, 79, .22);
    }
    .menu-button {
      width: 44px;
      height: 44px;
      border: 0;
      background: transparent;
      color: var(--navy);
      font-weight: 900;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
    }
    .drawer {
      display: none;
      background: var(--white);
      border-top: 1px solid var(--line);
      padding: 12px 16px 18px;
    }
    .drawer.is-open {
      display: block;
    }
    .drawer a {
      display: block;
      padding: 12px 8px;
      border-bottom: 1px solid var(--line);
      font-weight: 800;
      color: var(--navy);
    }
    .section {
      padding: 42px 18px;
    }
    .section-inner {
      max-width: 1160px;
      margin: 0 auto;
    }

.hero{
  position:relative;
  min-height:clamp(560px,68svh,720px);
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.12) 42%,rgba(255,255,255,.66) 100%),
    url("../img/hcg-hero-visual.png") center bottom/cover no-repeat;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.58),transparent 42%),
    linear-gradient(90deg,rgba(255,255,255,.48) 0%,rgba(255,255,255,.18) 42%,rgba(255,255,255,.05) 100%);
  z-index:1;
}

.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:120px;
  background:
    linear-gradient(
      180deg,
      rgba(247,251,255,0) 0%,
      rgba(247,251,255,.92) 100%
    );
  z-index:1;
}

.hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1400px;
  margin:0 auto;
  min-height:clamp(560px,68svh,720px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:86px clamp(30px,4vw,70px) 74px;
}

.hero-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  max-width:880px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.95);
  color:#21488f;
  font-size:clamp(10px,.82vw,12px);
  font-weight:800;
  line-height:1.7;
  letter-spacing:.08em;
  box-shadow:
    0 12px 30px rgba(5,36,92,.08),
    0 0 0 1px rgba(255,255,255,.6) inset;
}

.hero-title{
  max-width:760px;
  margin:clamp(24px,2.5vw,34px) auto 0;
  color:var(--navy);
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  font-size:clamp(28px,3.2vw,46px);
  line-height:1.65;
  font-weight:600;
  letter-spacing:.13em;
  position:relative;
  text-shadow:
    0 0 1px rgba(255,255,255,.95),
    0 0 8px rgba(255,255,255,.72),
    0 4px 14px rgba(255,255,255,.58),
    0 10px 30px rgba(5,36,92,.10);
}

.hero-title::after{
  content:"";
  position:absolute;
  inset:-18px -24px;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,.26) 0%,
      rgba(255,255,255,.10) 42%,
      transparent 78%
    );
  filter:blur(16px);
  z-index:-1;
  pointer-events:none;
}

.hero-copy{
  max-width:920px;
  margin:22px auto 0;
  padding:14px 22px;
  border-radius:18px;
  background:rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.38);
  color:var(--navy);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif;
  font-size:clamp(14px,1.18vw,18px);
  line-height:1.9;
  font-weight:800;
  letter-spacing:.03em;
  text-shadow:
    0 0 1px rgba(255,255,255,.85),
    0 3px 10px rgba(255,255,255,.34);
  box-shadow:
    0 14px 28px rgba(5,36,92,.06);
}


.hero-message{
  display:none;
}

.hero-cta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hero-cta .btn{
  position:relative;
  overflow:hidden;
  min-width:240px;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
  letter-spacing:.04em;
  box-shadow:0 18px 34px rgba(5,36,92,.12);
  backdrop-filter:blur(12px);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    opacity .25s ease;
}

.hero-cta .btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.22) 48%,
      rgba(255,255,255,0) 100%
    );
  transform:translateX(-120%);
  transition:transform .7s ease;
}

.hero-cta .btn:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 40px rgba(5,36,92,.18);
}

.hero-cta .btn:hover::before{
  transform:translateX(120%);
}

@media (max-width:1024px){

  .hero{
    min-height:620px;
    background-position:center bottom;
  }

  .hero-inner{
    min-height:620px;
    padding:88px 34px 58px;
  }

  .hero-title{
    max-width:680px;
    font-size:clamp(30px,4.6vw,46px);
    line-height:1.7;
  }

  .hero-copy{
    max-width:700px;
    font-size:clamp(13px,1.6vw,15px);
    line-height:2.05;
    padding:18px 22px;
  }
}

@media (max-width:768px){

  .hero{
    min-height:540px;
    background-position:center bottom;
  }

  .hero::before{
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,.76) 0%,
        rgba(255,255,255,.48) 42%,
        rgba(255,255,255,.64) 100%
      );
  }

  .hero::after{
    height:70px;
  }

  .hero-inner{
    min-height:540px;
    align-items:flex-start;
    text-align:left;
    justify-content:flex-start;
    padding:78px 22px 34px;
  }

  .hero-label{
    max-width:100%;
    font-size:10px;
    padding:8px 12px;
    line-height:1.6;
    letter-spacing:.04em;
    border-radius:16px;
  }

  .hero-title{
    max-width:100%;
    margin-left:0;
    margin-right:0;
    font-size:clamp(28px,8vw,38px);
    line-height:1.55;
    letter-spacing:.08em;
  }

  .hero-title::after{
    inset:-12px -14px;
  }

  .hero-copy{
    max-width:100%;
    margin-top:18px;
    padding:12px 14px;
    border-radius:14px;
    font-size:11px;
    line-height:1.75;
    font-weight:800;
    background:rgba(255,255,255,.18);
  }

  .hero-cta{
    width:100%;
    justify-content:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    gap:8px;
    margin-top:18px;
  }

  .hero-cta .btn{
    width:auto;
    min-width:160px;
    min-height:40px;
    padding:0 14px;
    font-size:11px;
    box-shadow:0 10px 20px rgba(5,36,92,.10);
  }
}

@media (max-width:480px){

  .hero{
    min-height:500px;
  }

  .hero-inner{
    min-height:500px;
    padding:72px 18px 28px;
  }

  .hero-title{
    font-size:27px;
    line-height:1.5;
  }

  .hero-copy{
    max-width:100%;
    font-size:10px;
    line-height:1.8;
    padding:12px 14px;
  }

  .hero-cta .btn{
    min-width:146px;
    min-height:38px;
    font-size:10px;
    padding:0 12px;
  }
}
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 52px;
      padding: 12px 18px;
      border-radius: 999px;
      font-weight: 900;
      box-shadow: 0 10px 22px rgba(5, 36, 92, .12);
      text-align: center;
      white-space: nowrap;
    }
    .btn-yellow {
      background: var(--yellow);
      color: var(--navy);
    }
    .btn-green {
      background: var(--green);
      color: #fff;
    }
    .btn-navy {
      background: var(--navy);
      color: #fff;
    }
    .anchor-nav {
      background: var(--white);
      border-bottom: 1px solid var(--line);
      overflow: auto;
      white-space: nowrap;
      position: sticky;
      top: 64px;
      z-index: 900;
    }
    .anchor-nav-inner {
      display: flex;
      gap: 4px;
      padding: 10px 14px;
      max-width: 1160px;
      margin: 0 auto;
    }
    .anchor-nav a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 10px 12px;
      border-radius: 999px;
      background: var(--light-blue);
      color: var(--navy);
      font-size: 12px;
      font-weight: 900;
    }
    .section-head {
      margin-bottom: 22px;
    }

.news-ticker-section{
  position:relative;
  z-index:2;
  padding:18px 18px 0;
  background:var(--bg);
}

.news-ticker-inner{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border:1px solid rgba(219,229,241,.95);
  border-radius:20px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(5,36,92,.08);
}

.news-ticker-head{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

.news-ticker-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}

.news-ticker-title{
  color:var(--navy);
  font-size:13px;
  font-weight:900;
}

.news-ticker-wrap{
  min-width:0;
  display:grid;
  grid-template-columns:34px 1fr 34px;
  align-items:center;
  gap:8px;
}

.news-ticker-viewport{
  overflow:hidden;
  min-width:0;
}

.news-ticker-list{
  display:flex;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
  transition:transform .55s cubic-bezier(.22,1,.36,1);
}

.news-ticker-item{
  flex:0 0 100%;
  min-width:100%;
  display:flex;
  align-items:center;
  gap:14px;
  white-space:nowrap;
  overflow:hidden;
}

.news-ticker-item time{
  flex:0 0 auto;
  color:var(--blue);
  font-size:13px;
  font-weight:950;
  letter-spacing:.04em;
}

.news-ticker-item a{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#344054;
  font-size:14px;
  font-weight:800;
}

.news-ticker-item a:hover{
  color:var(--blue);
}

.news-arrow{
  width:34px;
  height:34px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--navy);
  font-size:24px;
  font-weight:700;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(5,36,92,.08);
  transition:transform .2s ease,background .2s ease,color .2s ease;
}

.news-arrow:hover{
  transform:translateY(-1px);
  background:var(--navy);
  color:#fff;
}

@media (max-width:768px){
  .news-ticker-section{
    padding:14px 14px 0;
  }

  .news-ticker-inner{
    grid-template-columns:1fr;
    gap:10px;
    padding:13px 12px;
    border-radius:18px;
  }

  .news-ticker-head{
    justify-content:space-between;
  }

  .news-ticker-wrap{
    grid-template-columns:30px 1fr 30px;
    gap:6px;
  }

  .news-arrow{
    width:30px;
    height:30px;
    font-size:21px;
  }

  .news-ticker-item{
    gap:9px;
  }

  .news-ticker-item time{
    font-size:12px;
  }

  .news-ticker-item a{
    font-size:13px;
  }
}

    .eyebrow {
      color: var(--blue);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    h2 {
      margin: 4px 0 8px;
      color: var(--navy);
      font-size: clamp(26px, 7vw, 42px);
      line-height: 1.25;
      font-weight: 950;
    }
    .lead {
      margin: 0;
      color: var(--muted);
      font-weight: 700;
    }
    .card-scroll {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 82%;
      gap: 14px;
      overflow-x: auto;
      padding: 4px 4px 16px;
      scroll-snap-type: x mandatory;
    }
    .world-card,
    .program-card,
    .report-card,
    .voice-card {
      display: flex;
      flex-direction: column;
      scroll-snap-align: start;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .world-card:hover,
    .program-card:hover,
    .report-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 34px rgba(5, 36, 92, .16);
    }
    .world-card img,
    .program-card img,
    .report-card img {
      height: 170px;
      width: 100%;
      flex-shrink: 0;
      object-fit: cover;
    }
    .card-body {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 18px;
    }
    .tag {
      display: inline-flex;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      color: #fff;
      background: var(--blue);
    }
    .tag.orange {
      background: var(--orange);
    }
    .tag.green {
      background: var(--green);
    }
    .tag.yellow {
      background: var(--yellow);
      color: var(--navy);
    }
    .card-title {
      margin: 10px 0 6px;
      color: var(--navy);
      font-size: 20px;
      line-height: 1.4;
      font-weight: 950;
    }
    .card-text {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }
    .program-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin: 12px 0;
    }
    .program-meta span {
      padding: 4px 8px;
      border-radius: 999px;
      background: var(--light-blue);
      color: var(--navy);
      font-size: 12px;
      font-weight: 900;
    }
    .program-list {
      padding-left: 1.2em;
      margin: 10px 0 16px;
      font-size: 14px;
      font-weight: 700;
    }
    .outline-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 42px;
      margin-top: auto;
      border: 2px solid var(--blue);
      border-radius: 999px;
      color: var(--blue);
      font-weight: 900;
      font-size: 14px;
      transition: background .2s ease, color .2s ease;
    }
    .outline-btn:hover {
      background: var(--blue);
      color: #fff;
    }
    .outline-mini-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 32px;
      padding: 0 12px;
      margin-top: 10px;
      border: 2px solid var(--blue);
      border-radius: 999px;
      color: var(--blue);
      font-weight: 900;
      font-size: 12px;
    }
    .message-block {
      background: linear-gradient(135deg, #fff, #eaf5ff);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 26px 20px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .message-block p {
      margin: 0;
      font-weight: 800;
    }
    .message-photo {
      margin-top: 18px;
      border-radius: 20px;
      overflow: hidden;
    }
    .message-photo img {
      height: 220px;
      width: 100%;
      object-fit: cover;
    }
    .timeline {
      position: relative;
      display: grid;
      gap: 14px;
      margin-top: 16px;
    }
    .timeline-item {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 18px;
      box-shadow: var(--shadow);
    }
    .timeline-year {
      display: inline-flex;
      background: var(--navy);
      color: #fff;
      padding: 4px 12px;
      border-radius: 999px;
      font-weight: 950;
      font-size: 12px;
      margin-bottom: 8px;
    }
    .support-grid,
    .stats-grid,
    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .support-card,
    .stat-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 16px 12px;
      text-align: center;
      box-shadow: var(--shadow);
    }
    .support-icon {
      font-size: 28px;
      margin-bottom: 4px;
    }
    .support-card strong,
    .stat-card strong {
      display: block;
      color: var(--navy);
      font-size: 15px;
      line-height: 1.4;
    }
    .support-card span,
    .stat-card span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      margin-top: 4px;
    }
    .school-section {
      background: linear-gradient(135deg, var(--navy), #063c92);
      color: #fff;
      padding: 44px 18px;
    }
    .school-box {
      max-width: 1160px;
      margin: 0 auto;
    }
    .school-section h2 {
      color: #fff;
    }
    .school-section .lead {
      color: rgba(255,255,255,.84);
    }
    .check-list {
      display: grid;
      gap: 10px;
      margin: 22px 0;
      padding: 0;
      list-style: none;
    }
    .check-list li {
      position: relative;
      padding-left: 30px;
      font-weight: 800;
    }
    .check-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--yellow);
      font-weight: 950;
    }
    .sns-grid {
      display: grid;
      gap: 16px;
    }
    .sns-panel {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 18px;
      box-shadow: var(--shadow);
    }
    /* インスタの角丸 */
    .thumbnail-wrapper .thumbnail .thumbnail-image .object-fit {
      border-radius: 10px;
    }
    .insta-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-top: 14px;
    }
    .insta-grid img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 12px;
    }
    .x-post {
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
    }
    .x-post:last-child {
      border-bottom: 0;
    }
    .x-post strong {
      display: block;
      color: var(--navy);
      font-size: 14px;
    }
    .x-post p {
      margin: 4px 0 0;
      font-size: 13px;
      color: var(--muted);
      font-weight: 700;
    }
    .voice-card {
      padding: 18px;
    }
    .before-after {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 10px;
      margin-top: 14px;
    }
    .ba-box {
      background: var(--light-blue);
      border-radius: 16px;
      padding: 14px;
      min-height: 110px;
    }
    .ba-box strong {
      display: block;
      color: var(--navy);
      font-size: 18px;
      margin-bottom: 4px;
    }
    .arrow {
      color: var(--blue);
      font-size: 24px;
      font-weight: 950;
    }
    details {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 0 16px;
      box-shadow: var(--shadow);
    }
    details + details {
      margin-top: 10px;
    }
    summary {
      cursor: pointer;
      padding: 16px 0;
      color: var(--navy);
      font-weight: 900;
      list-style: none;
    }
    summary::-webkit-details-marker {
      display: none;
    }
    details p {
      margin: 0;
      padding: 0 0 16px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }
    .final-cta {
      background: linear-gradient(135deg, #fff, #eaf5ff);
      border-radius: 30px;
      padding: 28px 18px;
      text-align: center;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }
    .footer {
      background: var(--navy);
      color: rgba(255,255,255,.86);
      padding: 34px 18px 92px;
      font-size: 13px;
    }
    .footer-inner {
      max-width: 1160px;
      margin: 0 auto;
    }
    .footer strong {
      color: #fff;
      font-size: 20px;
    }
    .fixed-cta {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1200;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      background: var(--white);
      border-top: 1px solid var(--line);
      box-shadow: 0 -10px 26px rgba(5,36,92,.14);
    }
    .fixed-cta a {
      min-height: 64px;
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 950;
      color: var(--navy);
    }
    .fixed-cta a:nth-child(1) {
      background: var(--green);
      color: #fff;
    }
    .fixed-cta a:nth-child(2) {
      background: var(--yellow);
    }
    .fixed-cta a:nth-child(3) {
      background: var(--navy);
      color: #fff;
    }

    .map-section-box {
      margin-top: 18px;
      background: linear-gradient(135deg, #ffffff, #eef7ff);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 22px 16px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .world-map-wrap {
      position: relative;
      min-height: 330px;
      margin-top: 18px;
      border-radius: 24px;
      background: linear-gradient(180deg, #f9fdff, #eaf5ff);
      border: 1px solid #cfe0f2;
      overflow: hidden;
    }
    .world-map-img {
      position: absolute;
      inset: 22px 12px;
      width: calc(100% - 24px);
      height: calc(100% - 44px);
      object-fit: contain;
      opacity: .42;
      filter: saturate(.9) contrast(1.08);
    }
    .map-label {
      position: absolute;
      z-index: 2;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 8px 12px;
      color: var(--navy);
      font-size: 12px;
      font-weight: 950;
      box-shadow: 0 10px 22px rgba(5, 36, 92, .14);
      white-space: nowrap;
    }
    .map-label::before {
      content: "";
      display: inline-block;
      width: 9px;
      height: 9px;
      margin-right: 6px;
      border-radius: 50%;
      background: var(--orange);
    }
    .map-label.cebu {
      left: 63%;
      top: 55%;
    }
    .map-label.sg {
      left: 61%;
      top: 65%;
    }
    .map-label.sv {
      left: 12%;
      top: 44%;
    }
    .map-label.london {
      left: 44%;
      top: 33%;
    }
    .map-note {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 16px;
    }
    .map-note-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 12px;
    }
    .map-note-card strong {
      display: block;
      color: var(--navy);
      font-size: 14px;
      line-height: 1.4;
    }
    .map-note-card span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      margin-top: 3px;
    }
    .feature-ribbon {
      display: grid;
      gap: 12px;
    }
    .feature-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 18px;
      box-shadow: var(--shadow);
    }
    .feature-card .num {
      display: inline-grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--navy);
      color: #fff;
      font-weight: 950;
      margin-bottom: 10px;
    }
    .feature-card h3 {
      margin: 0 0 6px;
      color: var(--navy);
      font-size: 18px;
      line-height: 1.45;
      font-weight: 950;
    }
    .feature-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }
    .voice-grid {
      display: grid;
      gap: 14px;
    }
    .real-voice-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 16px;
      box-shadow: var(--shadow);
    }
    .voice-person {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
    .voice-person img {
      width: 58px;
      height: 58px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid var(--light-blue);
    }
    .voice-person strong {
      display: block;
      color: var(--navy);
      font-size: 15px;
      font-weight: 950;
    }
    .voice-person span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }
    .real-voice-card p {
      margin: 0;
      font-size: 14px;
      color: #344054;
      font-weight: 700;
    }
    .columns-grid {
      display: grid;
      gap: 14px;
    }
    .column-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: var(--shadow);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .column-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(5, 36, 92, .16);
      }
    .column-card-link {
        display: block;
        height: 100%;
        color: inherit;
        text-decoration: none;
    }
      .column-card-link:hover {
        color: inherit;
        text-decoration: none;
      }
    .column-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }
    .column-card .card-body {
      padding: 16px;
    }
    .column-cat {
      display: inline-flex;
      padding: 4px 9px;
      border-radius: 999px;
      background: var(--light-blue);
      color: var(--navy);
      font-size: 11px;
      font-weight: 950;
    }
    .column-card h3 {
      margin: 9px 0 6px;
      color: var(--navy);
      font-size: 18px;
      line-height: 1.45;
      font-weight: 950;
    }
    .column-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }
    .line-appeal {
      background: linear-gradient(135deg, #0eb84f, #0a8e3f);
      color: #fff;
      border-radius: 28px;
      padding: 24px 18px;
      box-shadow: 0 18px 36px rgba(32, 184, 79, .26);
    }
    .line-appeal h2 {
      color: #fff;
      margin-bottom: 10px;
    }
    .line-appeal p {
      margin: 0;
      font-weight: 800;
      color: rgba(255,255,255,.92);
    }
    .line-appeal ul {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
    }
    .line-appeal li {
      position: relative;
      padding-left: 28px;
      font-weight: 900;
    }
    .line-appeal li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #fff266;
    }
    @media (min-width: 760px) {
      .map-note {
        grid-template-columns: repeat(4, 1fr);
      }
      .feature-ribbon {
        grid-template-columns: repeat(4, 1fr);
      }
      .voice-grid {
        grid-template-columns: repeat(5, 1fr);
      }
      .columns-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      body {
        padding-bottom: 0;
      }
      .mini-btn {
        display: inline-flex;
      }
      .card-scroll {
        grid-auto-flow: initial;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
      }
      .programs .card-scroll {
        grid-template-columns: repeat(3, 1fr);
      }
      .message-block {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 26px;
        align-items: center;
      }
      .message-photo {
        margin-top: 0;
      }
      .support-grid {
        grid-template-columns: repeat(6, 1fr);
      }
      .stats-grid {
        grid-template-columns: repeat(4, 1fr);
      }
      .timeline {
        grid-template-columns: repeat(4, 1fr);
      }
      .sns-grid {
        grid-template-columns: 1fr 1fr;
      }
      .faq-grid {
        grid-template-columns: 1fr 1fr;
      }
      .fixed-cta {
        display: none;
      }
    }
