﻿html { scroll-behavior: smooth; }
body { margin: 0; }
.nav-link { color: #334155; font-size: .95rem; font-weight: 800; transition: color .2s ease; }
.nav-link:hover { color: #076bd8; }
.menu-toggle { background: linear-gradient(135deg, #003f93, #076bd8); border: 0; border-radius: 14px; padding: 10px 12px; }
.menu-toggle span { background: #fff; border-radius: 999px; display: block; height: 3px; margin: 5px 0; width: 26px; }
#siteMenu.is-open { display: flex; }
.reveal { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.hero-slides { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.7); border-radius: 2rem; box-shadow: 0 24px 70px rgba(17,55,99,.14); overflow: hidden; padding: 12px; position: relative; }
.hero-slide-track { display: flex; transition: transform .55s ease; }
.hero-slide-track img { background: #fff; border-radius: 1.5rem; display: block; flex: 0 0 100%; object-fit: contain; width: 100%; }
.hero-slide-dots { align-items: center; bottom: 24px; display: flex; gap: 8px; justify-content: center; left: 0; position: absolute; right: 0; }
.hero-slide-dots span { background: rgba(255,255,255,.68); border-radius: 999px; box-shadow: 0 2px 8px rgba(7,26,61,.18); height: 8px; width: 8px; }
.hero-slide-dots span.active { background: #076bd8; width: 24px; }
.primary-btn, .primary-small { align-items: center; background: linear-gradient(135deg, #0577ed, #0057c8); border: 0; border-radius: 14px; color: #fff; cursor: pointer; display: inline-flex; font-weight: 800; justify-content: center; min-height: 48px; padding: 0 24px; text-align: center; }
.primary-small { min-height: 42px; padding: 0 18px; }
.secondary-btn { align-items: center; background: #fff; border: 1px solid #dce7f5; border-radius: 14px; color: #0759b8; cursor: pointer; display: inline-flex; font-weight: 800; justify-content: center; min-height: 48px; padding: 0 24px; text-align: center; }
.secondary-btn:disabled, .primary-btn:disabled { cursor: not-allowed; opacity: .55; }
.stat { border: 1px solid #dce7f5; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 14px 36px rgba(17,55,99,.08); padding: 16px; }
.stat strong { display: block; font-size: 1.7rem; font-weight: 900; letter-spacing: -.05em; }
.stat span { color: #607089; display: block; font-size: .78rem; font-weight: 800; margin-top: 2px; }
.section-kicker { color: #076bd8; font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-title { color: #071a3d; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; letter-spacing: -.06em; line-height: 1.05; }
.panel-card { background: rgba(255,255,255,.95); border: 1px solid #dce7f5; border-radius: 28px; box-shadow: 0 24px 70px rgba(17,55,99,.12); padding: 24px; }
.field { color: #64748b; display: grid; font-size: .78rem; font-weight: 900; gap: 7px; }
.field input, .field select, .field textarea, .input { background: #fbfdff; border: 1px solid #dce7f5; border-radius: 12px; color: #071a3d; min-height: 48px; padding: 0 14px; width: 100%; }
.field textarea { padding: 12px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { border-color: #076bd8; box-shadow: 0 0 0 4px rgba(7,107,216,.1); outline: none; }
.job-grid { display: grid; gap: 18px; grid-template-columns: repeat(1, minmax(0, 1fr)); }
.job-card { background: #fff; border: 1px solid #dce7f5; border-radius: 24px; cursor: pointer; min-height: 100%; padding: 22px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.job-card:hover, .job-card.active { border-color: rgba(7,107,216,.55); box-shadow: 0 14px 36px rgba(17,55,99,.1); transform: translateY(-3px); }
.job-icon { align-items: center; background: #eff6ff; border: 1px solid #dce7f5; border-radius: 14px; color: #076bd8; display: inline-flex; height: 42px; justify-content: center; margin-bottom: 16px; width: 42px; }
.job-icon svg { height: 22px; width: 22px; }
.chip { background: #eff6ff; border-radius: 999px; color: #345072; display: inline-flex; font-size: .73rem; font-weight: 900; padding: 7px 10px; }
.tab-button { border-bottom: 2px solid transparent; color: #607089; font-weight: 900; padding: 12px 0; white-space: nowrap; }
.tab-button.active { border-color: #076bd8; color: #076bd8; }
.detail-list { color: #607089; line-height: 1.75; list-style: disc; padding-left: 20px; }
.job-modal { align-items: center; background: rgba(7, 26, 61, .72); inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 75; }
.job-modal:not(.hidden) { display: flex; }
.job-modal-card { background: rgba(255,255,255,.98); border: 1px solid #dce7f5; border-radius: 28px; box-shadow: 0 28px 80px rgba(7,26,61,.32); max-height: calc(100vh - 36px); max-width: 720px; overflow-y: auto; padding: 24px; position: relative; width: min(100%, 720px); }
.job-modal-body { padding-top: 6px; }
.job-modal-close { align-items: center; background: #f1f7ff; border: 1px solid #dce7f5; border-radius: 999px; color: #071a3d; cursor: pointer; display: flex; font-size: 1.1rem; font-weight: 900; height: 42px; justify-content: center; position: absolute; right: 18px; top: 18px; width: 42px; }
.job-modal-close:hover { background: #e6f0ff; }
.job-empty { background: #fff; border: 1px dashed #dce7f5; border-radius: 24px; color: #607089; padding: 28px; }
.internship-panel { background: rgba(255,255,255,.92); border: 1px solid #dce7f5; border-radius: 28px; box-shadow: 0 24px 70px rgba(17,55,99,.11); display: grid; gap: 22px; padding: 24px; }
.internship-intro { align-content: start; background: linear-gradient(135deg, #f1f7ff, #fff); border: 1px solid #dce7f5; border-radius: 22px; display: grid; gap: 16px; padding: 22px; }
.internship-intro h3 { color: #071a3d; font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.08; margin: 0; }
.internship-intro p { color: #607089; line-height: 1.8; margin: 0; }
.internship-directory { display: grid; gap: 12px; }
.internship-directory article { background: #f8fbff; border: 1px solid #dce7f5; border-radius: 18px; padding: 16px; }
.internship-directory strong { color: #071a3d; display: block; font-size: 1.6rem; font-weight: 900; letter-spacing: -.04em; }
.internship-directory span { color: #607089; display: block; font-size: .82rem; font-weight: 900; margin-top: 4px; }
.campus-list, .person-list { background: #fff; border: 1px solid #dce7f5; border-radius: 22px; padding: 20px; }
.campus-list h4, .person-list h4 { color: #071a3d; font-size: 1.05rem; font-weight: 900; margin: 0 0 14px; }
.campus-list ul { display: grid; gap: 10px; list-style: none; margin: 0; max-height: 255px; overflow-y: auto; padding: 0 6px 0 0; }
.campus-list li { border-bottom: 1px solid #edf3fb; padding-bottom: 10px; }
.campus-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.campus-filter { align-items: center; background: transparent; border: 0; border-radius: 12px; cursor: pointer; display: flex; gap: 12px; justify-content: space-between; padding: 8px 10px; text-align: left; width: 100%; }
.campus-filter:hover, .campus-filter.active { background: #eff6ff; }
.campus-filter span { color: #345072; font-weight: 900; }
.campus-filter strong { color: #076bd8; font-size: .8rem; font-weight: 900; white-space: nowrap; }
.person-list { align-content: start; display: grid; }
.person-list p { color: #607089; line-height: 1.75; margin: 0 0 14px; }
.person-list div { display: flex; flex-wrap: wrap; gap: 10px; }
.person-list .campus-filter { border-radius: 999px; display: inline-flex; flex: 0 0 auto; padding: 8px 12px; width: auto; }
.campus-story-panel { align-content: start; background: #fff; border: 1px solid #dce7f5; border-radius: 22px; display: grid; gap: 18px; padding: 20px; scroll-margin-top: 96px; }
.campus-story-panel h4 { color: #071a3d; font-size: 1.3rem; font-weight: 900; margin: 4px 0 0; }
.campus-story-list { display: grid; gap: 12px; max-height: 430px; overflow-y: auto; padding-right: 6px; }
.campus-story-item { align-items: center; background: #f8fbff; border: 1px solid #edf3fb; border-radius: 16px; color: inherit; display: flex; gap: 14px; justify-content: space-between; padding: 14px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.campus-story-item:hover { border-color: rgba(7,107,216,.45); box-shadow: 0 14px 36px rgba(17,55,99,.08); transform: translateY(-2px); }
.campus-story-item strong { color: #071a3d; display: block; font-weight: 900; }
.campus-story-item span { color: #607089; display: block; font-size: .82rem; font-weight: 800; line-height: 1.5; margin-top: 4px; }
.campus-story-cta { color: #076bd8 !important; flex: 0 0 auto; font-size: .9rem !important; font-weight: 900 !important; margin-top: 0 !important; }
.carousel-shell { position: relative; }
.daily-carousel { --daily-image-height: clamp(260px, 28vw, 360px); align-items: stretch; display: flex; gap: 20px; overflow: hidden; scroll-behavior: smooth; }
.image-card { align-items: center; background: transparent; border: 0; border-radius: 28px; cursor: zoom-in; display: flex; flex: 0 0 100%; justify-content: center; min-height: var(--daily-image-height); overflow: visible; padding: 0; text-align: left; transition: transform .2s ease; width: 100%; }
.image-card:hover { transform: translateY(-3px); }
.image-card img { background: #fff; border: 1px solid #dce7f5; border-radius: 20px; box-shadow: 0 14px 36px rgba(17,55,99,.08); display: block; height: var(--daily-image-height); max-width: 100%; object-fit: contain; width: auto; }
.image-card:hover img { box-shadow: 0 20px 52px rgba(17,55,99,.14); }
.daily-skeleton { animation: pulse 1.2s ease-in-out infinite; background: linear-gradient(90deg, #eef6ff, #fff, #eef6ff); border: 1px solid #dce7f5; border-radius: 28px; min-height: 260px; }
.daily-image-fallback { outline: 2px solid rgba(7, 107, 216, .18); outline-offset: 3px; }
@keyframes pulse { 0%, 100% { opacity: .72; } 50% { opacity: 1; } }
.image-modal { align-items: center; background: rgba(7, 26, 61, .78); inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 80; }
.image-modal:not(.hidden) { display: flex; }
.modal-card { background: #fff; border-radius: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.35); margin: 0; max-height: calc(100vh - 48px); max-width: min(1040px, 100%); overflow: hidden; }
.modal-card img { background: #eef6ff; display: block; max-height: calc(100vh - 48px); object-fit: contain; width: 100%; }
.modal-close { background: #fff; border: 0; border-radius: 999px; color: #071a3d; cursor: pointer; font-size: 1.2rem; font-weight: 900; height: 44px; position: fixed; right: 20px; top: 20px; width: 44px; z-index: 90; }
.carousel-control { align-items: center; background: #fff; border: 1px solid #dce7f5; border-radius: 999px; box-shadow: 0 14px 36px rgba(17,55,99,.12); color: #076bd8; cursor: pointer; display: flex; font-size: 2rem; font-weight: 900; height: 48px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 48px; z-index: 5; }
.carousel-control--prev { left: -18px; }
.carousel-control--next { right: -18px; }
@media (min-width: 640px) { .job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .job-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .job-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 768px) { .image-card { flex-basis: calc((100% - 60px) / 4); } }
@media (min-width: 900px) { .internship-panel { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); } .internship-intro { grid-column: 1 / -1; } .internship-directory { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); } .campus-list { grid-column: 1 / 2; grid-row: 3 / 4; } .person-list { grid-column: 1 / 2; grid-row: 4 / 5; } .campus-story-panel { grid-column: 2 / 3; grid-row: 3 / 5; min-height: 100%; } }
@media (max-width: 640px) { .campus-story-item { align-items: flex-start; flex-direction: column; } }
@media (max-width: 640px) { .carousel-control { height: 42px; width: 42px; } .carousel-control--prev { left: -8px; } .carousel-control--next { right: -8px; } }
.step-dot { background: #f1f7ff; border-radius: 999px; color: #94a3b8; padding: 10px; }
.step-dot.active { background: #076bd8; color: #fff; }
.faq-item { background: #fff; border: 1px solid #dce7f5; border-radius: 20px; overflow: hidden; }
.faq-item button { align-items: center; display: flex; font-weight: 900; justify-content: space-between; padding: 18px 20px; text-align: left; width: 100%; }
.faq-item p { color: #607089; display: none; line-height: 1.75; padding: 0 20px 18px; }
.faq-item.open p { display: block; }
.faq-item.open span { transform: rotate(45deg); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { border-left: 2px solid #dce6f2; margin-left: 12px; padding: 0 0 22px 24px; position: relative; }
.timeline li::before { background: #fff; border: 2px solid #c7d6e7; border-radius: 50%; content: ''; height: 18px; left: -10px; position: absolute; top: 0; width: 18px; }
.timeline li.done::before { background: #35bc75; border-color: #35bc75; }
.timeline li.current::before { border-color: #076bd8; box-shadow: 0 0 0 5px rgba(7,107,216,.12); }
.timeline strong { display: block; font-size: .9rem; font-weight: 900; }
.timeline span { color: #607089; display: block; font-size: .78rem; margin-top: 4px; }
.toast { background: #071a3d; border-radius: 16px; bottom: 22px; box-shadow: 0 18px 48px rgba(7,26,61,.28); color: #fff; font-weight: 800; left: 50%; max-width: calc(100vw - 32px); padding: 14px 18px; position: fixed; transform: translateX(-50%); z-index: 60; }
.floating-wa { align-items: center; background: #25d366; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; bottom: 22px; box-shadow: 0 18px 42px rgba(7,26,61,.22); color: #fff; display: inline-flex; font-weight: 900; height: 56px; justify-content: center; left: 22px; padding: 0; position: fixed; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; width: 56px; z-index: 55; }
.floating-wa:hover { background: #1fbd5a; box-shadow: 0 22px 56px rgba(7,26,61,.28); transform: translateY(-3px); }
.floating-wa svg { fill: currentColor; height: 28px; width: 28px; }
@media (max-width: 640px) { .panel-card { padding: 18px; } .section-title { font-size: 2.2rem; } .job-card { padding: 18px; } .job-modal-card { border-radius: 22px; padding: 18px; } .job-modal-close { right: 12px; top: 12px; } }
@media (max-width: 640px) { .floating-wa { bottom: 16px; height: 52px; left: 16px; width: 52px; } .floating-wa svg { height: 26px; width: 26px; } }


