/* 设计风格：精致高级，暗蓝+金色强调，支持日夜切换 */
:root {
  --bg: #0b1220;
  --bg-soft: #0f172a;
  --text: #e5e7eb;
  --muted: #9aa4b2;
  --brand: #3b82f6; /* 蓝 */
  --accent: #f59e0b; /* 金 */
  --card: #0b1220cc;
  --border: #1f2937;
  --success: #22c55e;
  --danger: #ef4444;
}

html, body {background: var(--bg); color: var(--text); font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;}
* {box-sizing: border-box}
img {display:block; max-width:100%}

.container {max-width: 1200px; margin: 0 auto; padding: 0 16px}

/* 顶部栏 */
.top-bar {position: sticky; top: 0; z-index: 1000; backdrop-filter: saturate(180%) blur(10px); background: linear-gradient(90deg, #0b1220cc, #0b1220ee); border-bottom: 1px solid var(--border)}
.top-bar .top-bar-content {display:flex; align-items:center; justify-content:space-between; padding: 8px 0}
.top-bar-title {font-size: 14px; color: var(--accent); font-weight:800; text-align:left; letter-spacing:.5px; animation: title-glow 2.2s ease-in-out infinite}
@keyframes title-glow { 0% { text-shadow: 0 0 0 rgba(245,158,11,0); } 50% { text-shadow: 0 0 12px rgba(245,158,11,.6), 0 0 28px rgba(245,158,11,.25);} 100% { text-shadow: 0 0 0 rgba(245,158,11,0); } }
.top-bar-actions {display:flex; gap:12px; align-items:center}
.top-bar-actions .contact-pill {background: linear-gradient(90deg,#f59e0b,#fbbf24); border:1px solid #f59e0b; border-radius:999px; padding:6px 14px; color:#111827; font-weight:800}
.top-bar-actions a {color:#111827; text-decoration:none}
.theme-toggle {display:none}

/* 导航 */
.nav-menu {position: sticky; top: 44px; z-index: 999; background: var(--bg-soft); border-bottom:1px solid var(--border)}
.nav-menu .container {gap:12px}
.nav-menu .container {display:flex; align-items:center; justify-content:space-between; height:64px}
.nav-logo {height: 40px; width:auto}
.nav-links {display:flex; gap: 18px; align-items:center}
.nav-links a {color: var(--text); text-decoration:none; padding:10px 12px; border-radius:10px; transition:.2s}
.nav-links a:hover {color: #fff; background: #1f2937}
.mobile-menu-toggle {display:none; color: var(--text); background:transparent; border:none; font-size:22px}

@media (max-width: 920px){
  .nav-links {display:none}
  .mobile-menu-toggle{display:block}
}

/* Hero */
.hero-section {position: relative; min-height: 68vh; display:flex; align-items:center; background: radial-gradient(1000px 400px at 20% 10%, rgba(59,130,246,.25), transparent), radial-gradient(800px 400px at 80% 30%, rgba(245,158,11,.22), transparent), linear-gradient(180deg, #0b1220, #0f172a)}
.hero-overlay {position:absolute; inset:0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" opacity="0.06" width="100%" height="100%"><defs><pattern id="p" width="32" height="32" patternUnits="userSpaceOnUse"><path d="M0 32 L32 0 M-8 8 L8 -8 M24 40 L40 24" fill="none" stroke="%23ffffff" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23p)"/></svg>') center/contain no-repeat}
.hero-content {position:relative; padding: 72px 0}
.hero-title {font-size: 48px; font-weight:800; letter-spacing: .02em; background: linear-gradient(180deg,#fff,#9aa4b2); -webkit-background-clip:text; background-clip:text; color:transparent}
.cta-row {display:flex; gap:12px; margin-top:22px; flex-wrap:wrap}
.cta-button {display:inline-flex; align-items:center; justify-content:center; gap:8px; background: linear-gradient(90deg,#f59e0b,#fbbf24); color:#ffffff; padding:12px 18px; border-radius:12px; text-decoration:none; font-weight:800; box-shadow: 0 10px 30px rgba(245,158,11,.35); transition:.25s}
.cta-button:hover {transform: translateY(-2px); box-shadow: 0 16px 36px rgba(245,158,11,.5)}
@media (max-width: 920px){ .cta-row{gap:10px} }
.hero-subtitle {font-size: 20px; color: var(--muted); margin-top:6px}
.hero-slogan {margin-top: 14px; font-size: 18px; color:#cbd5e1}
.hero-badges {display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.badge {background: #111827; color:#d1d5db; border:1px solid var(--border); padding:6px 10px; border-radius:999px; font-size:13px}

/* section 通用 */
.section-header {text-align:center; margin-bottom: 28px}
.section-title {font-size: 30px; font-weight:800}
.section-subtitle {color: var(--muted)}
.title-underline {width: 80px; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); margin: 10px auto 0; border-radius:2px}

.intro-section {padding:56px 0 24px}
.intro-text {color:#cbd5e1; line-height:1.9; background: #0b1220; border:1px solid var(--border); padding:18px 20px; border-radius:14px}

/* Pathways */
.pathways-section {padding: 42px 0}
.pathways-grid {display:grid; grid-template-columns: repeat(3,1fr); gap:16px}
.pathway-card {background: var(--card); border:1px solid var(--border); border-radius:16px; padding:18px; transition:.25s; position:relative; overflow:hidden}
.pathway-card::after{content:""; position:absolute; inset:auto -30% -40% -30%; height:120px; background: radial-gradient(300px 80px at 50% 0, rgba(245,158,11,.18), transparent)}
.pathway-card:hover {transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,.35)}
.pathway-icon {font-size:28px; color: var(--accent)}
.pathway-title {margin:10px 0 8px; font-size:18px; font-weight:800}
.info-item {display:flex; gap:8px; align-items:flex-start; color:#cbd5e1; padding:6px 0}
.info-item i {color: var(--brand); margin-top:3px}
.info-item.highlight {background: rgba(245,158,11,.08); border-left:3px solid var(--accent); padding:10px; border-radius:8px}
.pathway-flow {display:flex; align-items:center; gap:8px; margin-top:8px; flex-wrap:wrap}
.flow-step {padding:8px 10px; border:1px dashed var(--border); border-radius:10px; background:#0f172a}

@media (max-width: 1024px){
  .pathways-grid {grid-template-columns:1fr}
}

/* Blueprint 3 - emphasize sub-pathways A and B */
.pathways-section .pathway-card .sub-pathway {
  position: relative;
  padding: 14px 16px;
  margin: 12px 0;
  background: #0f172a;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
  overflow: hidden;
}
.pathways-section .pathway-card .sub-pathway h4 {
  margin: 0 0 8px 0;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 方案A */
.pathways-section .pathway-card .sub-pathway:nth-of-type(1) {
  border-color: rgba(59,130,246,.35);
  box-shadow: 0 12px 28px rgba(59,130,246,.18);
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(1)::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 6px;
  background: linear-gradient(180deg,#3b82f6,#f59e0b);
  border-radius: 14px 0 0 14px;
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(1) h4 {
  background: linear-gradient(90deg,#93c5fd,#fcd34d);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(1) h4 i { color:#93c5fd }

/* 方案B */
.pathways-section .pathway-card .sub-pathway:nth-of-type(2) {
  border-color: rgba(139,92,246,.35);
  box-shadow: 0 12px 28px rgba(139,92,246,.18);
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(2)::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 6px;
  background: linear-gradient(180deg,#8b5cf6,#ec4899);
  border-radius: 14px 0 0 14px;
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(2) h4 {
  background: linear-gradient(90deg,#c4b5fd,#f9a8d4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pathways-section .pathway-card .sub-pathway:nth-of-type(2) h4 i { color:#c4b5fd }

/* ========== Universities Section - Complete Rewrite ========== */
.universities-section {padding: 42px 0}

/* Two-column container: A (left) and B (right) */
.universities-columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .universities-columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .universities-columns > .university-category {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 0;
    height: 100%;
  }
  .university-category.left-cat { order: 1; }
  .university-category.other-cat { order: 2; margin-left: auto; }
}

/* Category wrapper - both A and B */
.university-category {
  background: #0b1220;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Category title - red background */
.category-title {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #ef4444, #dc2626);
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.35);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}

.category-title i {
  color: #fff;
  font-size: 20px;
}

.category-desc {
  color: var(--muted);
  margin: 0 0 16px 0;
  line-height: 1.6;
}

.guarantee-badge {
  background: #064e3b;
  color: #a7f3d0;
  border: 1px solid #065f46;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-left: auto;
}

/* ========== Left Column (A) - Guaranteed Universities ========== */
.university-category.left-cat {
  /* Container holds title + three university cards */
}

.guaranteed-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.guaranteed-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.guaranteed-item.full-row {
  /* UCW spans full width - no special treatment needed in single column */
}

/* University card styling */
.university-card {
  background: #0b1220;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.university-card .university-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  background: linear-gradient(180deg, #0f172a, #0b1220);
  gap: 12px;
}

.university-info {
  flex: 1;
}

.university-name {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #f8fafc;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.uni-number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #1f2937;
  font-size: 14px;
  font-weight: 700;
}

.rating {
  font-size: 14px;
}

.university-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: #9aa4b2;
  font-size: 14px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.meta-item a {
  color: #93c5fd;
  text-decoration: none;
}

.meta-item a:hover {
  text-decoration: underline;
}

.meta-item.guarantee {
  color: #34d399;
  font-weight: 600;
}

.university-reputation {
  color: #a3e635;
  margin-top: 8px;
  font-size: 14px;
}

/* Toggle button for expanding programs */
.uni-toggle {
  background: #111827;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
  white-space: nowrap;
}

.uni-toggle:hover {
  background: #1f2937;
}

.uni-toggle i {
  margin-left: 6px;
  color: #93c5fd;
}

/* Programs container - hidden by default */
.programs-container {
  display: none;
  background: #111827;
}

.university-card.open .programs-container {
  display: block;
}

.program-category {
  border-top: 1px dashed var(--border);
  padding: 16px;
}

.program-category-title {
  font-weight: 800;
  color: #f8fafc;
  font-size: 16px;
  margin-bottom: 12px;
}

.program-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.program-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #0b1220;
}

.program-header {
  padding: 10px 12px;
  background: #111827;
  font-weight: 700;
  color: #f8fafc;
}

.program-details {
  padding: 12px;
}

.detail-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #cbd5e1;
  padding: 6px 0;
  line-height: 1.5;
}

.detail-row i {
  margin-top: 2px;
  flex-shrink: 0;
}

.majors .major-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.major-tag {
  background: #0f172a;
  border: 1px solid var(--border);
  color: #d1d5db;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
}

.credit-waiver {
  background: rgba(59, 130, 246, 0.08);
  border-left: 3px solid var(--brand);
  padding: 10px;
  border-radius: 8px;
}

/* University summary at bottom */
.uni-summary {
  background: #0f172a;
  padding: 12px 16px;
  color: #cbd5e1;
  line-height: 1.6;
  border-top: 1px solid var(--border);
}

/* Apply button bar */
.apply-bar {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  background: #0f172a;
  border-top: 1px solid var(--border);
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #111827;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.35);
  transition: 0.2s;
}

.apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.5);
}

/* ========== Right Column (B) - Other Universities ========== */
.university-category.other-cat {
  /* Container holds title + scrollable list */
}

/* Scrollable container for other universities - shows only 5 cards height */
.scroll-box {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #0f172a;
  padding: 12px;
}

@media (min-width: 1024px) {
  .scroll-box {
    /* Calculate height to show ~7 university cards */
    /* Each card is roughly ~140px, so 7 cards = 980px + gaps */
    max-height: 1050px;
  }
}

.scroll-box::-webkit-scrollbar {
  width: 10px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #1f2937;
  border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ef4444, #f59e0b);
  border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #dc2626, #f59e0b);
}

.other-universities-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* Brief university card */
.university-brief-card {
  text-align: left;
  background: #0b1220;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  position: relative;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.university-brief-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  border-color: #3b82f6;
}

.brief-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brief-uni-name {
  font-weight: 800;
  color: #f8fafc;
  font-size: 16px;
  margin: 0;
}

.brief-uni-name-cn {
  color: #9aa4b2;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.brief-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  color: #9aa4b2;
  font-size: 13px;
}

.brief-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.non-guarantee {
  color: #fca5a5;
}

.non-guarantee::after {
  content: " 本预科被承认，录取取决于申请竞争难度。";
  margin-left: 6px;
  color: #9aa4b2;
  font-size: 12px;
}

.brief-programs {
  color: #cbd5e1;
  font-size: 13px;
  margin: 0;
}

.brief-programs i {
  color: #93c5fd;
  margin-right: 4px;
}

.view-details {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 600;
}

.view-details i {
  margin-left: 4px;
  transition: 0.2s;
}

.university-brief-card.open .view-details i {
  transform: rotate(180deg);
}

/* Brief details expansion */
.university-brief-card.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.brief-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #111827;
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.brief-details.open {
  max-height: 3000px;
  padding: 16px;
}

/* Mobile adjustments */
@media (max-width: 1023px) {
  .universities-columns {
    grid-template-columns: 1fr;
  }
  
  .scroll-box {
    max-height: 600px;
  }
}


/* Advantages */
.advantages-section {padding: 42px 0}
.advantages-grid {display:grid; grid-template-columns: repeat(3,1fr); gap:12px}
.advantage-card {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:16px; transition:.25s}
.advantage-card:hover {transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.3)}
.advantage-icon {font-size:28px; color: var(--accent)}
.advantage-title {font-weight:800; margin:8px 0}
.advantage-desc {color:#cbd5e1}

@media (max-width: 920px){
  .advantages-grid {grid-template-columns:1fr}
}

/* Services */
.services-section {padding: 42px 0}
.services-grid {display:flex; flex-wrap:wrap; gap:12px; justify-content:center}
.service-card {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:16px; position:relative; flex: 0 1 calc((100% - 24px) / 3)}
.service-number {position:absolute; right:12px; top:10px; color:#1f2937; font-size:28px; font-weight:900}
.service-icon {font-size:26px; color: var(--brand)}
.service-title {font-weight:800; margin:8px 0; color:#f8fafc}
.service-list {list-style:none; padding:0; margin:0}
.service-list li {display:flex; gap:10px; color:#cbd5e1; padding:6px 0}
.service-list i {color:#34d399}

@media (max-width: 920px){
  .services-grid {justify-content:center}
  .service-card {flex: 1 1 100%}
}

/* Tuition */
.tuition-section {padding: 42px 0}
.tuition-grid {display:grid; grid-template-columns: repeat(4,1fr); gap:12px}
.tuition-card {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:16px; text-align:center}
.tuition-header {display:flex; flex-direction:column; align-items:center; gap:8px}
.tuition-header i {font-size:28px; color: var(--accent)}
.tuition-duration {color:#9aa4b2; margin:8px 0}
.tuition-price {display:flex; align-items:flex-end; justify-content:center; gap:4px}
.price-number {font-size:40px; font-weight:900; background: linear-gradient(180deg,#fde68a,#f59e0b); -webkit-background-clip:text; background-clip:text; color:transparent}
.price-unit {color:#fcd34d}

@media (max-width: 1024px){
  .tuition-grid {grid-template-columns:1fr}
}

/* Application */
.application-section {padding: 42px 0}
.application-flow {display:grid; grid-template-columns: repeat(2,1fr); gap:12px}
.flow-item {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:16px; display:flex; gap:12px}
.flow-number {font-weight:900; color:#93c5fd}
.flow-content h3 {margin:0 0 6px 0}
.flow-content p {color:#cbd5e1}

@media (max-width: 920px){
  .application-flow {grid-template-columns:1fr}
}

/* FAQ */
.faq-section {padding: 42px 0}
.faq-container {display:grid; grid-template-columns:1fr; gap:10px}
.faq-item {border:1px solid var(--border); border-radius:14px; overflow:hidden; background:#0b1220}
.faq-question {display:flex; align-items:center; justify-content:space-between; padding:12px; background:#111827; cursor:pointer}
.faq-answer {padding:12px; display:none; color:#cbd5e1}
.faq-item.open .faq-answer {display:block}

/* Visualization */
.viz-section {padding: 42px 0}
.mermaid {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:12px; display:flex; justify-content:center; align-items:center; overflow:auto; min-height: 620px;}

/* Brief details (下拉展开) */
.university-brief-card.open {border-bottom-left-radius:0; border-bottom-right-radius:0}
.brief-details {max-height: 0; overflow: hidden; transition: max-height .35s ease; margin-top:0; background:#111827; border:1px solid var(--border); border-top:0; border-radius: 0 0 14px 14px; padding:12px}
.brief-details.open {max-height: 2000px}

/* Contact */
.contact-section {padding: 42px 0}
.contact-content {display:grid; grid-template-columns: 1.2fr .8fr; gap:16px}
.contact-info, .cta-card {background:#0b1220; border:1px solid var(--border); border-radius:16px; padding:16px}
/* 模块化联系方式 */
.contact-grid {display:grid; grid-template-columns: repeat(2,1fr); gap:12px; margin-top:8px}
.contact-card {background:#0f172a; border:1px solid var(--border); border-radius:12px; padding:12px}
.contact-card h4 {margin:0 0 6px 0; color:#f8fafc}
.contact-card p {margin:2px 0; color:#cbd5e1}
.apply-btn.sm {padding:8px 12px; font-size:14px}

.cta-card {text-align:center}
.cta-card i {font-size:28px; color: var(--accent)}
.cta-card .cta-button {margin-top:12px}

@media (max-width: 920px){
  .contact-content {grid-template-columns:1fr}
}

/* Back to top */
.back-to-top {position:fixed; right:16px; bottom:16px; width:44px; height:44px; border-radius:12px; border:1px solid var(--border); background:#0b1220; color:#fff; display:none; align-items:center; justify-content:center; box-shadow: 0 10px 24px rgba(0,0,0,.35)}
.back-to-top.show {display:flex}

/* Footer */
.footer {border-top:1px solid var(--border); background:#0f172a; padding:16px 0; color:#9aa4b2; text-align:center}

/* Call-to-action */
.apply-bar {padding:12px; border-top:0; display:flex; justify-content:center; background:#0f172a; border-bottom-left-radius:18px; border-bottom-right-radius:18px; margin:0}
.apply-btn {display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 16px; border-radius:999px; text-decoration:none; font-weight:800; color:#111827; background: linear-gradient(90deg,#f59e0b,#fbbf24); box-shadow: 0 10px 24px rgba(245,158,11,.35)}
.apply-btn:hover {transform: translateY(-1px); box-shadow: 0 14px 30px rgba(245,158,11,.5)}

/* Modal */
.modal {position: fixed; inset:0; background: rgba(0,0,0,.5); display:none; align-items:center; justify-content:center; z-index: 2000}
.modal .modal-content {background:#0b1220; border:1px solid var(--border); border-radius:16px; width:min(900px, 92vw); max-height:80vh; overflow:auto; position:relative}
.modal-close {position:absolute; right:10px; top:10px; background:#111827; color:#fff; border:1px solid var(--border); width:36px; height:36px; border-radius:10px}

