:root {
      --navy: #071936;
      --blue: #1e40af;
      --blue-2: #3b82f6;
      --cyan: #06b6d4;
      --green: #10b981;
      --gold: #f59e0b;
      --red: #ef4444;
      --text: #0f172a;
      --muted: #475569;
      --soft: #f8fafc;
      --white: #ffffff;
      --line: rgba(30,64,175,.14);
      --glass: rgba(255,255,255,.80);
      --shadow-sm: 0 8px 22px rgba(15, 23, 42, .08);
      --shadow-md: 0 18px 50px rgba(15, 23, 42, .12);
      --shadow-lg: 0 28px 80px rgba(30, 64, 175, .20);
      --radius: 30px;
      --container: 1200px;
      --side: clamp(18px, 4vw, 34px);
      --ease: cubic-bezier(.2,.8,.2,1);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      min-width: 320px;
      overflow-x: hidden;
      font-family: 'Manrope', 'Plus Jakarta Sans', Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 4% 0%, rgba(6,182,212,.12), transparent 28rem),
        radial-gradient(circle at 96% 10%, rgba(59,130,246,.13), transparent 26rem),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f8fafc 100%);
      line-height: 1.7;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    img, svg, video, iframe { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    button { cursor: pointer; border: none; }
    ::selection { background: rgba(59, 130, 246, .20); color: var(--navy); }
    ::-webkit-scrollbar { width: 10px; }
    ::-webkit-scrollbar-track { background: #eef6ff; }
    ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--blue), var(--cyan)); border-radius: 999px; border: 2px solid #eef6ff; }

    .container { width: min(100% - (var(--side) * 2), var(--container)); margin-inline: auto; }
    .wide-container { width: min(100% - (var(--side) * 2), 1400px); margin-inline: auto; }
    .section { padding: clamp(54px, 7vw, 92px) 0; position: relative; }
    .section-title { max-width: 770px; margin: 0 auto 38px; text-align: center; }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 7px 14px; border-radius: 999px;
      background: rgba(30, 64, 175, .08); color: var(--blue);
      border: 1px solid rgba(30, 64, 175, .12);
      font-weight: 900; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
    }
    .section-title h2, .hero-title, .page-hero h1 {
      font-family: 'Plus Jakarta Sans', 'Manrope', sans-serif;
      font-weight: 900;
      letter-spacing: -.045em;
      color: var(--navy);
      line-height: 1.08;
    }
    .section-title h2 { font-size: clamp(2rem, 4vw, 3.15rem); margin: 14px 0 12px; }
    .section-title p { color: var(--muted); font-size: clamp(.98rem, 1.4vw, 1.08rem); }

    .topbar {
      position: relative;
      z-index: 70;
      background:
        radial-gradient(circle at 10% 50%, rgba(245,158,11,.26), transparent 34%),
        linear-gradient(90deg, #0f172a, var(--blue), #0f172a);
      color: #fff;
      border-bottom: 1px solid rgba(251,191,36,.35);
      font-size: .78rem;
    }
    .topbar::after {
      content: ''; position: absolute; inset: auto 0 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), #fff, var(--gold), transparent);
      opacity: .75;
    }
    .topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
    .topbar-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; min-width: 0; }
    .topbar-pill {
      display: inline-flex; align-items: center; gap: 7px; min-height: 25px;
      padding: 5px 11px; border-radius: 999px;
      background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(12px); white-space: nowrap;
    }
    .topbar-pill i { color: #fbbf24; }
    .topbar-clock { background: rgba(255,255,255,.92); color: #172554; font-weight: 900; letter-spacing: .04em; }

    .site-header {
      position: sticky; top: 0; z-index: 60;
      background: rgba(255, 255, 255, .83);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(226, 232, 240, .86);
      box-shadow: 0 8px 28px rgba(15,23,42,.06);
      transition: box-shadow .35s var(--ease), background .35s var(--ease);
    }
    .site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); }
    .navbar { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
    .brand-logo {
      width: 56px; height: 56px; border-radius: 18px; overflow: hidden; flex: 0 0 auto;
      display: grid; place-items: center; background: #fff;
      border: 1px solid rgba(30,64,175,.16);
      box-shadow: 0 12px 28px rgba(30,64,175,.16);
      transition: transform .35s var(--ease), box-shadow .35s var(--ease);
    }
    .brand:hover .brand-logo { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 18px 38px rgba(30,64,175,.22); }
    .brand-logo img { width: 100%; height: 100%; object-fit: cover; }
    .brand-title { display: block; font-weight: 900; line-height: 1.05; color: var(--navy); letter-spacing: -.02em; font-size: 1.07rem; }
    .brand-subtitle { display: block; color: var(--green); font-weight: 900; font-size: .72rem; letter-spacing: .035em; text-transform: uppercase; margin-top: 4px; }
    .nav-links { display: flex; align-items: center; list-style: none; gap: clamp(10px, 1.5vw, 19px); }
    .nav-link {
      position: relative; display: inline-flex; align-items: center; gap: 7px;
      padding: 11px 3px; color: #334155; font-size: .89rem; font-weight: 900;
      transition: color .28s var(--ease), transform .28s var(--ease);
      background: transparent;
    }
    .nav-link::after {
      content: ''; position: absolute; left: 3px; right: 3px; bottom: 6px; height: 3px;
      border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--cyan));
      transform: scaleX(0); transform-origin: center; transition: transform .32s var(--ease);
    }
    .nav-link:hover, .nav-link.active { color: var(--blue); transform: translateY(-1px); }
    .nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
    .nav-cta {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 12px 18px; border-radius: 999px;
      background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; font-weight: 900;
      box-shadow: 0 12px 30px rgba(30,64,175,.25);
      transition: transform .32s var(--ease), box-shadow .32s var(--ease);
    }
    .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(30,64,175,.32); }
    .menu-toggle {
      display: none; width: 46px; height: 46px; border-radius: 15px;
      background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff;
      box-shadow: 0 12px 28px rgba(30,64,175,.24);
      align-items: center; justify-content: center;
    }

    .page { display: none; min-height: calc(100vh - 116px); }
    .page.is-active { display: block; animation: pageIn .55s var(--ease) both; }
    @keyframes pageIn { from { opacity: 0; transform: translateY(16px); filter: blur(4px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }

    .page-hero {
      position: relative;
      overflow: hidden;
      padding: clamp(42px, 6vw, 72px) 0;
      background:
        linear-gradient(135deg, rgba(7,25,54,.96), rgba(30,64,175,.91)),
        radial-gradient(circle at top right, rgba(6,182,212,.28), transparent 30rem);
      color: #fff;
    }
    .page-hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        linear-gradient(120deg, transparent 0 28%, rgba(255,255,255,.08) 28% 29%, transparent 29% 100%),
        radial-gradient(circle at 15% 20%, rgba(251,191,36,.18), transparent 18rem);
      pointer-events: none;
    }
    .page-hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: center; }
    .page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 4.8rem); margin: 12px 0 14px; }
    .page-hero p { color: rgba(255,255,255,.82); max-width: 720px; font-size: clamp(1rem, 1.5vw, 1.15rem); }
    .breadcrumb { display: flex; align-items: center; gap: 8px; color: #bfdbfe; font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
    .hero-badge-card {
      position: relative;
      padding: 22px;
      border-radius: 28px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: 0 28px 80px rgba(0,0,0,.22);
      backdrop-filter: blur(18px);
    }
    .hero-badge-card img { width: 105px; height: 105px; border-radius: 26px; object-fit: cover; margin-bottom: 14px; box-shadow: 0 18px 38px rgba(0,0,0,.18); }
    .hero-badge-card strong { color: #fff; font-size: 1.2rem; display: block; margin-bottom: 4px; }
    .hero-badge-card span { color: #bfdbfe; font-weight: 800; }

    .home-hero {
      min-height: calc(100vh - 116px);
      display: grid; align-items: center;
      padding: clamp(58px, 8vw, 112px) 0 clamp(70px, 7vw, 108px);
      overflow: hidden;
      position: relative;
    }
    .home-hero::before {
      content: ''; position: absolute; inset: -20% -10% auto auto; width: 46vw; height: 46vw; min-width: 320px; min-height: 320px;
      background: radial-gradient(circle, rgba(6,182,212,.22), transparent 65%);
      filter: blur(6px); pointer-events: none; animation: floatOrb 8s ease-in-out infinite alternate;
    }
    @keyframes floatOrb { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-18px,24px,0) scale(1.05); } }
    .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 6vw, 76px); align-items: center; position: relative; z-index: 1; }
    .hero-kicker {
      display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px;
      border: 1px solid rgba(30,64,175,.15); background: rgba(255,255,255,.78); color: var(--blue); font-weight: 900; box-shadow: var(--shadow-sm);
      animation: softPop .8s var(--ease) both;
    }
    @keyframes softPop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
    .hero-title { margin: 18px 0 18px; font-size: clamp(2.75rem, 6vw, 6.4rem); }
    .text-gradient { background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green)); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .hero-desc { color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.19rem); max-width: 660px; }
    .hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 28px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      padding: 13px 20px; border-radius: 999px; font-weight: 900;
      transition: transform .32s var(--ease), box-shadow .32s var(--ease), background .32s var(--ease), color .32s var(--ease);
      -webkit-tap-highlight-color: transparent;
    }
    .btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 14px 35px rgba(30,64,175,.27); }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(30,64,175,.35); }
    .btn-outline { background: rgba(255,255,255,.78); color: var(--blue); border: 1px solid rgba(30,64,175,.18); box-shadow: var(--shadow-sm); }
    .btn-outline:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--shadow-md); }

    .hero-card {
      position: relative; border-radius: 38px; overflow: hidden; min-height: 510px;
      background: linear-gradient(135deg, rgba(7,25,54,.96), rgba(30,64,175,.88));
      box-shadow: var(--shadow-lg);
      transform: perspective(900px) rotateY(-3deg) rotateX(2deg);
      transition: transform .55s var(--ease), box-shadow .55s var(--ease);
    }
    .hero-card:hover { transform: perspective(900px) rotateY(0) rotateX(0) translateY(-4px); box-shadow: 0 34px 90px rgba(30,64,175,.28); }
    .hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,25,54,.12), rgba(7,25,54,.82)); z-index: 1; }
    .hero-card::after { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 999px; right: -70px; top: -70px; background: rgba(251,191,36,.22); filter: blur(18px); z-index: 2; }
    .hero-card img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; opacity: .58; transform: scale(1.05); animation: slowZoom 9s ease-in-out infinite alternate; }
    @keyframes slowZoom { from { transform: scale(1.03); } to { transform: scale(1.11); } }
    .hero-card-content { position: absolute; inset: auto 28px 28px; z-index: 3; color: #fff; }
    .hero-card-content h3 { color: #fff; font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1.1; margin-bottom: 10px; }
    .hero-card-content p { color: rgba(255,255,255,.78); }
    .hero-floating {
      position: absolute; z-index: 4; top: 24px; left: 24px;
      padding: 14px 16px; border-radius: 22px; background: rgba(255,255,255,.93); color: var(--navy);
      box-shadow: 0 18px 38px rgba(15,23,42,.18); font-weight: 900;
      display: flex; align-items: center; gap: 11px; animation: floatMini 4s ease-in-out infinite;
    }
    @keyframes floatMini { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    .hero-floating i { width: 38px; height: 38px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--gold), var(--green)); }

    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -44px; position: relative; z-index: 3; }
    .stat-card, .card, .soft-card {
      border-radius: var(--radius); background: rgba(255,255,255,.92); border: 1px solid var(--line);
      box-shadow: var(--shadow-sm); backdrop-filter: blur(16px);
      transition: transform .36s var(--ease), box-shadow .36s var(--ease), border-color .36s var(--ease);
    }
    .stat-card { padding: 24px; text-align: center; }
    .stat-card:hover, .card:hover, .soft-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(30,64,175,.24); }
    .stat-card h3 { color: var(--blue); font-size: clamp(1.45rem, 2.6vw, 2.4rem); font-weight: 900; line-height: 1; }
    .stat-card p { color: var(--muted); font-weight: 800; margin-top: 8px; font-size: .9rem; }

    .quick-pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .quick-card { padding: 26px; position: relative; overflow: hidden; min-height: 198px; }
    .quick-card::before { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 999px; background: rgba(59,130,246,.09); right: -34px; top: -34px; transition: transform .5s var(--ease); }
    .quick-card:hover::before { transform: scale(1.35); }
    .icon-box {
      width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
      color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 14px 30px rgba(30,64,175,.24); margin-bottom: 18px;
    }
    .quick-card h3, .card h3, .soft-card h3 { color: var(--navy); font-weight: 900; letter-spacing: -.025em; line-height: 1.15; }
    .quick-card p, .card p, .soft-card p { color: var(--muted); margin-top: 10px; }

    .info-strip {
      display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
      border-radius: 30px; padding: 24px;
      background: linear-gradient(135deg, #0f172a, #1e40af);
      color: #fff; overflow: hidden; position: relative; box-shadow: var(--shadow-lg);
    }
    .info-strip::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 0%, rgba(251,191,36,.22), transparent 24rem); pointer-events: none; }
    .info-strip > * { position: relative; z-index: 1; }
    .info-strip i { width: 64px; height: 64px; display: grid; place-items: center; background: rgba(255,255,255,.12); border-radius: 22px; color: #fbbf24; font-size: 1.8rem; }
    .info-strip h3 { color: #fff; font-size: 1.35rem; font-weight: 900; }
    .info-strip p { color: rgba(255,255,255,.78); margin-top: 4px; }

    .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: start; }
    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .card { padding: 28px; }
    .soft-card { padding: 24px; }
    .data-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-sm); background: #fff; }
    .data-table tr { border-bottom: 1px solid rgba(226,232,240,.9); }
    .data-table tr:last-child { border-bottom: none; }
    .data-table td { padding: 15px 18px; vertical-align: top; }
    .data-table td:first-child { width: 38%; font-weight: 900; color: var(--navy); background: rgba(30,64,175,.04); }
    .vision-card { border-left: 5px solid var(--blue); }
    .list-check { list-style: none; display: grid; gap: 12px; }
    .list-check li { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); }
    .list-check i { color: var(--green); margin-top: 5px; }

    .feature-card { position: relative; overflow: hidden; }
    .feature-card .icon-box { margin-bottom: 16px; }
    .feature-card h3 { font-size: 1.15rem; }
    .feature-card::after { content: ''; position: absolute; width: 86px; height: 86px; border-radius: 999px; right: -30px; bottom: -30px; background: rgba(6,182,212,.10); transition: transform .45s var(--ease); }
    .feature-card:hover::after { transform: scale(1.6); }

    .program-card { overflow: hidden; padding: 0; }
    .program-image { height: 190px; background: linear-gradient(135deg, #dbeafe, #ecfeff); position: relative; overflow: hidden; }
    .program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
    .program-card:hover .program-image img { transform: scale(1.08); }
    .program-body { padding: 24px; }
    .pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 6px 10px; font-size: .75rem; font-weight: 900; color: var(--blue); background: rgba(30,64,175,.08); border: 1px solid rgba(30,64,175,.12); }

    .facility-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: stretch; }
    .facility-main { min-height: 410px; border-radius: 34px; overflow: hidden; position: relative; background: #dbeafe; box-shadow: var(--shadow-md); }
    .facility-main img { width: 100%; height: 100%; object-fit: cover; min-height: 410px; transition: transform .8s var(--ease); }
    .facility-main:hover img { transform: scale(1.06); }
    .facility-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(7,25,54,.74)); }
    .facility-main-content { position: absolute; inset: auto 28px 28px; z-index: 1; color: #fff; }
    .facility-main-content h3 { color: #fff; font-size: 2rem; }
    .facility-main-content p { color: rgba(255,255,255,.78); }
    .facility-list { display: grid; gap: 14px; }
    .facility-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 18px; }
    .facility-item i { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); }

    .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .gallery-item { position: relative; border-radius: 28px; overflow: hidden; min-height: 260px; background: #dbeafe; box-shadow: var(--shadow-sm); cursor: pointer; }
    .gallery-item img, .gallery-item video { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; transition: transform .75s var(--ease), filter .75s var(--ease); }
    .gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,25,54,.82)); opacity: .92; }
    .gallery-caption { position: absolute; inset: auto 18px 18px; z-index: 1; color: #fff; transform: translateY(6px); transition: transform .45s var(--ease); }
    .gallery-caption h3 { color: #fff; font-size: 1.1rem; font-weight: 900; }
    .gallery-caption p { color: rgba(255,255,255,.78); font-size: .9rem; margin-top: 3px; }
    .gallery-item:hover img, .gallery-item:hover video { transform: scale(1.08); filter: saturate(1.08); }
    .gallery-item:hover .gallery-caption { transform: translateY(0); }

    .news-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
    .headline-card { min-height: 430px; position: relative; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-md); background: #dbeafe; }
    .headline-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .8s var(--ease); }
    .headline-card:hover img { transform: scale(1.06); }
    .headline-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(7,25,54,.88)); }
    .headline-content { position: absolute; inset: auto 28px 28px; z-index: 1; color: #fff; }
    .headline-content h3 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.08; margin: 10px 0; }
    .headline-content p { color: rgba(255,255,255,.80); }
    .mini-news { display: grid; gap: 14px; }
    .mini-news .soft-card { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 12px; align-items: center; }
    .mini-news img { width: 90px; height: 90px; border-radius: 18px; object-fit: cover; background: #dbeafe; }
    .mini-news h3 { font-size: 1rem; }
    .mini-news p { font-size: .87rem; margin-top: 4px; }

    .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
    .contact-list { display: grid; gap: 14px; }
    .contact-item { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.86); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
    .contact-item i { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
    .contact-form { display: grid; gap: 14px; }
    .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .contact-form input, .contact-form textarea {
      width: 100%; border: 1px solid rgba(148,163,184,.34); border-radius: 18px; padding: 14px 16px; background: rgba(255,255,255,.88); color: var(--text);
      outline: none; transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
    }
    .contact-form textarea { min-height: 156px; resize: vertical; }
    .contact-form input:focus, .contact-form textarea:focus { border-color: rgba(30,64,175,.48); box-shadow: 0 0 0 5px rgba(30,64,175,.09); transform: translateY(-1px); }
    .map-card iframe { width: 100%; height: 330px; border: 0; border-radius: 26px; filter: saturate(1.02); }

    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }

    .back-top {
      position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 48px; height: 48px; border-radius: 17px;
      display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff; box-shadow: var(--shadow-md);
      opacity: 0; transform: translateY(14px) scale(.94); pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease);
    }
    .back-top.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
    .back-top:hover { transform: translateY(-3px) scale(1.03); }

    footer { background: #071936; color: #cbd5e1; padding: 42px 0 24px; margin-top: 40px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 24px; }
    footer h3 { color: #fff; margin-bottom: 13px; font-weight: 900; }
    footer p, footer a { color: #cbd5e1; }
    footer a:hover { color: #fff; }
    .footer-links { list-style: none; display: grid; gap: 8px; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 26px; padding-top: 18px; text-align: center; font-size: .9rem; color: #94a3b8; }

    .modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(7,25,54,.72); backdrop-filter: blur(8px); }
    .modal.show { display: grid; animation: fadeOnly .25s var(--ease) both; }
    @keyframes fadeOnly { from { opacity: 0; } to { opacity: 1; } }
    .modal-card { position: relative; max-width: 980px; width: 100%; border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.33); animation: modalIn .35s var(--ease) both; }
    @keyframes modalIn { from { transform: translateY(18px) scale(.97); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
    .modal-card img, .modal-card video { width: 100%; max-height: 72vh; object-fit: contain; background: #0f172a; }
    #modalVideo { display: none; }
    .modal-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border-radius: 16px; background: rgba(255,255,255,.92); color: var(--navy); box-shadow: var(--shadow-sm); }

    @media (max-width: 1120px) {
      .nav-links, .nav-cta { display: none; }
      .menu-toggle { display: inline-flex; }
      .mobile-menu {
        position: fixed; left: var(--side); right: var(--side); top: 126px; z-index: 55;
        padding: 14px; border-radius: 24px; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: var(--shadow-md); backdrop-filter: blur(18px);
        transform: translateY(-12px) scale(.98); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease);
      }
      .mobile-menu.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
      .mobile-menu .nav-link { display: flex; width: 100%; padding: 13px 14px; border-radius: 16px; }
      .mobile-menu .nav-link::after { display: none; }
      .mobile-menu .nav-link.active, .mobile-menu .nav-link:hover { background: rgba(30,64,175,.08); }
    }
    @media (min-width: 1121px) { .mobile-menu { display: none; } }
    @media (max-width: 930px) {
      .topbar { display: none; }
      .home-hero { min-height: auto; }
      .hero-grid, .page-hero-content, .grid-2, .facility-grid, .news-layout, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
      .hero-card { min-height: 420px; transform: none; }
      .hero-card img { min-height: 420px; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
      .quick-pages, .grid-3, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .grid-4 { grid-template-columns: repeat(2, 1fr); }
      .page { min-height: auto; }
      .page-hero { padding-top: 48px; }
      .mobile-menu { top: 88px; }
    }
    @media (max-width: 640px) {
      :root { --side: 16px; }
      .navbar { height: 72px; }
      .brand-logo { width: 48px; height: 48px; border-radius: 16px; }
      .brand-title { font-size: .98rem; }
      .brand-subtitle { font-size: .62rem; }
      .hero-title { font-size: clamp(2.45rem, 14vw, 4rem); }
      .hero-actions { flex-direction: column; }
      .btn { width: 100%; }
      .hero-card, .hero-card img { min-height: 360px; }
      .hero-floating { top: 16px; left: 16px; right: 16px; }
      .stats-grid, .quick-pages, .grid-3, .grid-4, .gallery-grid, .form-row { grid-template-columns: 1fr; }
      .info-strip { grid-template-columns: 1fr; text-align: left; }
      .data-table td { display: block; width: 100% !important; }
      .data-table td:first-child { padding-bottom: 6px; }
      .mini-news .soft-card { grid-template-columns: 1fr; }
      .mini-news img { width: 100%; height: 170px; }
      .footer-grid { gap: 28px; }
      .mobile-menu { left: 14px; right: 14px; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    }

    /* =========================================================
       PATCH TAMPILAN AWAL
       Tetap 1 file + halaman terpisah, tetapi visual dikembalikan
       ke gaya awal: clean, putih-biru, hero logo card, tidak terlalu
       gelap/berat, transisi tetap smooth dan natural.
       ========================================================= */
    :root {
      --navy: #0a192f;
      --blue: #1e40af;
      --blue-2: #3b82f6;
      --cyan: #06b6d4;
      --green: #10b981;
      --gold: #f59e0b;
      --text: #0f172a;
      --muted: #475569;
      --soft: #f8fafc;
      --white: #ffffff;
      --line: rgba(30,64,175,.14);
      --shadow-sm: 0 8px 22px rgba(15, 23, 42, .08);
      --shadow-md: 0 18px 50px rgba(15, 23, 42, .12);
      --shadow-lg: 0 28px 80px rgba(30, 64, 175, .20);
      --radius: 28px;
      --container: 1180px;
      --side: clamp(18px, 4vw, 34px);
      --ease: cubic-bezier(.2,.8,.2,1);
    }

    html { scroll-padding-top: 118px; }
    body {
      background:
        radial-gradient(circle at 4% 0%, rgba(6,182,212,.12), transparent 28rem),
        radial-gradient(circle at 96% 10%, rgba(59,130,246,.12), transparent 26rem),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 44%, #f8fafc 100%) !important;
      color: var(--text);
    }

    .wide-container { width: min(100% - (var(--side) * 2), 1360px); }
    .container { width: min(100% - (var(--side) * 2), var(--container)); }
    .section { padding: clamp(72px, 8vw, 108px) 0; }
    .section-title { max-width: 760px; margin-bottom: 44px; }
    .eyebrow { font-weight: 800; font-size: .82rem; letter-spacing: .04em; }

    .site-header {
      background: rgba(255,255,255,.82);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(226,232,240,.86);
      box-shadow: 0 8px 28px rgba(15,23,42,.05);
    }
    .site-header.is-scrolled { background: rgba(255,255,255,.95); box-shadow: var(--shadow-md); }
    .navbar { height: 78px; }
    .nav-links { gap: clamp(12px, 2vw, 26px); }
    .nav-link { padding: 10px 0; font-size: .94rem; font-weight: 800; }
    .nav-link::after { left: 0; right: 0; bottom: 4px; }
    .brand-subtitle { color: var(--green); font-weight: 800; }

    .page { min-height: calc(100vh - 116px); }
    .page.is-active { animation: pageInAwal .48s var(--ease) both; }
    @keyframes pageInAwal {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .home-hero {
      min-height: calc(100vh - 116px);
      display: grid;
      align-items: center;
      padding: clamp(70px, 9vw, 120px) 0 clamp(82px, 8vw, 120px);
      overflow: hidden;
      position: relative;
      background: transparent;
    }
    .home-hero::before,
    .home-hero::after {
      content: '';
      position: absolute;
      border-radius: 999px;
      filter: blur(2px);
      pointer-events: none;
      animation: floatSoft 9s var(--ease) infinite alternate;
    }
    .home-hero::before {
      width: 460px;
      height: 460px;
      right: -160px;
      top: 40px;
      background: rgba(59,130,246,.12);
    }
    .home-hero::after {
      width: 280px;
      height: 280px;
      left: -120px;
      bottom: 60px;
      background: rgba(6,182,212,.13);
      animation-delay: -2s;
    }
    .hero-grid { grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 6vw, 76px); }
    .hero-kicker {
      background: rgba(255,255,255,.72);
      box-shadow: var(--shadow-sm);
      font-weight: 800;
    }
    .hero-title { font-size: clamp(3rem, 8vw, 6.8rem); margin: 18px 0 12px; }
    .hero-title .text-gradient { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--navy); }
    .hero-subtitle { color: var(--blue); font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 900; line-height: 1.35; margin-bottom: 22px; }
    .hero-desc { max-width: 720px; font-size: clamp(1rem, 1.35vw, 1.14rem); margin-bottom: 32px; }
    .hero-actions { margin-top: 0; gap: 14px; }
    .hero-note { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #64748b; font-weight: 700; }
    .hero-note i { color: var(--gold); }

    .hero-card {
      position: relative;
      min-height: 420px;
      border-radius: 36px;
      padding: clamp(22px, 4vw, 34px);
      background: linear-gradient(145deg, rgba(255,255,255,.90), rgba(239,246,255,.88));
      border: 1px solid rgba(30,64,175,.14);
      box-shadow: var(--shadow-lg);
      overflow: visible;
      display: grid;
      align-content: center;
      justify-items: center;
      text-align: center;
      transform: none;
      isolation: isolate;
    }
    .hero-card:hover { transform: translateY(-4px); box-shadow: 0 34px 90px rgba(30,64,175,.24); }
    .hero-card::before {
      content: '';
      position: absolute;
      inset: -35% -10% auto;
      height: 74%;
      background: radial-gradient(circle, rgba(6,182,212,.25), transparent 62%);
      animation: shimmerMove 6s linear infinite alternate;
      z-index: -1;
    }
    .hero-card::after { display: none; }
    .hero-card img {
      width: clamp(180px, 26vw, 260px);
      height: clamp(180px, 26vw, 260px);
      min-height: 0;
      object-fit: cover;
      border-radius: 50%;
      background: #fff;
      padding: 14px;
      border: 1px solid rgba(30,64,175,.16);
      box-shadow: 0 20px 56px rgba(30,64,175,.20);
      opacity: 1;
      transform: none;
      animation: floatSoft 5.5s var(--ease) infinite alternate;
    }
    .hero-card-content {
      position: relative;
      inset: auto;
      z-index: 2;
      color: var(--text);
      margin-top: 22px;
      max-width: 430px;
    }
    .hero-card-content h3 { color: var(--navy); font-size: 1.4rem; line-height: 1.25; margin-bottom: 8px; }
    .hero-card-content p { color: var(--muted); }
    .hero-floating {
      top: 36px;
      left: -12px;
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(30,64,175,.12);
      color: var(--navy);
      border-radius: 22px;
      box-shadow: var(--shadow-md);
      animation: floatSoft 6.5s var(--ease) infinite alternate;
    }
    .hero-floating i { background: transparent; color: var(--blue); width: auto; height: auto; font-size: 1.2rem; }

    .stats-grid { margin-top: -44px; gap: 18px; }
    .stat-card, .card, .soft-card {
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(30,64,175,.11);
      box-shadow: var(--shadow-sm);
      border-radius: var(--radius);
      backdrop-filter: blur(16px);
    }
    .stat-card:hover, .card:hover, .soft-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(30,64,175,.24); }
    .stat-card h3 { color: var(--blue); }

    .page-hero {
      position: relative;
      overflow: hidden;
      padding: clamp(62px, 8vw, 96px) 0 clamp(34px, 4vw, 52px);
      background:
        radial-gradient(circle at 92% 18%, rgba(59,130,246,.11), transparent 28rem),
        radial-gradient(circle at 8% 6%, rgba(6,182,212,.11), transparent 22rem),
        linear-gradient(180deg, rgba(239,246,255,.58), rgba(255,255,255,.86));
      color: var(--text);
      border-bottom: 1px solid rgba(30,64,175,.08);
    }
    .page-hero::before {
      content: '';
      position: absolute;
      width: 340px;
      height: 340px;
      right: -130px;
      top: -120px;
      border-radius: 999px;
      background: rgba(6,182,212,.14);
      animation: floatSoft 9s var(--ease) infinite alternate;
      pointer-events: none;
    }
    .page-hero-content { grid-template-columns: 1.08fr .48fr; }
    .page-hero h1 { color: var(--navy); font-size: clamp(2.25rem, 5vw, 4.15rem); margin: 12px 0 14px; }
    .page-hero p { color: var(--muted); }
    .breadcrumb { color: var(--blue); }
    .hero-badge-card {
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(30,64,175,.12);
      box-shadow: var(--shadow-md);
      color: var(--text);
      backdrop-filter: blur(16px);
    }
    .hero-badge-card strong { color: var(--navy); }
    .hero-badge-card span { color: var(--muted); }
    .hero-badge-card > i { color: var(--blue) !important; }
    .hero-badge-card img { border-radius: 50%; background: #fff; padding: 7px; }

    .info-strip,
    .info-banner {
      background:
        radial-gradient(circle at 84% 30%, rgba(6,182,212,.24), transparent 32%),
        linear-gradient(135deg, var(--navy), var(--blue));
      border-radius: 34px;
    }

    .gallery-item { border-radius: 28px; }
    footer { background: #0a192f; margin-top: 0; }

    @keyframes floatSoft {
      from { transform: translate3d(0,0,0); }
      to { transform: translate3d(0,-12px,0); }
    }
    @keyframes shimmerMove {
      from { transform: translateX(-12px) rotate(0deg); }
      to { transform: translateX(12px) rotate(4deg); }
    }

    @media (max-width: 980px) {
      .nav-links { gap: 16px; }
      .hero-grid, .page-hero-content { grid-template-columns: 1fr; }
      .hero-card { min-height: 390px; }
      .page-hero { padding-top: 48px; }
    }

    @media (max-width: 680px) {
      .topbar { display: none; }
      .navbar { height: 72px; }
      .mobile-menu { top: 72px; }
      .hero-title { font-size: clamp(2.35rem, 15vw, 4.2rem); }
      .hero-card { min-height: 340px; }
      .hero-card img { width: 170px; height: 170px; }
      .hero-floating { top: 16px; left: 16px; right: 16px; justify-content: center; }
    }

  

    /* =========================================================
       PATCH REVISI: mobile/desktop beranda sama, jam tampil di mobile,
       ruang kosong atas dikurangi, ekskul/MPLS/fasilitas dirapikan.
       ========================================================= */
    .home-hero {
      min-height: auto !important;
      padding: clamp(34px, 5vw, 64px) 0 clamp(58px, 7vw, 88px) !important;
    }
    .stats-grid { margin-top: 0 !important; }
    .topbar { display: block !important; }
    .topbar-inner { min-height: 38px; }
    .mpls-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .mpls-order-card { margin-top: 24px; }
    .mpls-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .mpls-step {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 14px;
      padding: 18px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(239,246,255,.92), rgba(255,255,255,.94));
      border: 1px solid rgba(30,64,175,.12);
      box-shadow: 0 10px 28px rgba(15,23,42,.06);
      transition: transform .32s var(--ease), box-shadow .32s var(--ease);
    }
    .mpls-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
    .mpls-step strong {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      color: #fff;
      font-weight: 900;
      box-shadow: 0 12px 25px rgba(30,64,175,.22);
    }
    .mpls-step h4 { color: var(--navy); font-size: 1rem; margin-bottom: 4px; }
    .mpls-step p { margin: 0; color: var(--muted); font-size: .92rem; }
    .schedule-note { margin-top: 18px; color: #64748b; font-size: .92rem; font-style: italic; }
    .rules-card { margin-top: 24px; background: linear-gradient(135deg, #fff7ed, #ffffff) !important; }
    .rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }

    @media (max-width: 930px) {
      .topbar { display: block !important; }
      .topbar-inner { justify-content: center; min-height: 40px; }
      .topbar-group:first-child { display: none; }
      .topbar-group:last-child { width: 100%; justify-content: center; flex-wrap: nowrap; }
      .home-hero { padding-top: 26px !important; }
      .mobile-menu { top: 118px !important; }
    }

    @media (max-width: 680px) {
      .topbar { display: block !important; font-size: .68rem; }
      .topbar-inner { min-height: 42px; padding-top: 5px; padding-bottom: 5px; }
      .topbar-pill { padding: 5px 8px; min-height: 24px; }
      .topbar-group:last-child .topbar-pill:first-child span { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .topbar-clock { min-width: 92px; justify-content: center; }
      .navbar { height: 72px; }
      .mobile-menu { top: 116px !important; }
      .home-hero { padding-top: 22px !important; }
      .hero-note { align-items: flex-start; }
      .mpls-detail-grid, .mpls-timeline, .rules-grid { grid-template-columns: 1fr; }
      .program-card .program-image { min-height: 180px; }
    }
