/* ============================================================
   Research Whales — Shared Stylesheet
   All 11 pages use this single stylesheet.
   ============================================================ */

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1F2937;
  background: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
input, select, textarea { font-family: inherit; font-size: 14px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; line-height: 1.25; color: #1F2937; }
p { margin: 0; }

/* --- Layout --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.page { min-height: 100vh; display: flex; flex-direction: column; }
.page-body { flex: 1; }

/* ============================================================
   HEADER (used on all pages)
   ============================================================ */
.header { background: #FFFFFF; border-bottom: 1px solid #F3F4F6; padding: 18px 0; position: relative; z-index: 10; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 50px; width: auto; }
.nav { display: flex; gap: 40px; flex: 1; justify-content: center; }
.nav a { font-size: 15px; color: #1F2937; padding: 8px 0; position: relative; transition: color .15s; font-weight: 400; }
.nav a:hover { color: #5B21B6; }
.nav a.active { color: #5B21B6; font-weight: 500; }
.nav a.active::after { content: ''; position: absolute; bottom: -12px; left: 0; right: 0; height: 2px; background: #5B21B6; border-radius: 1px; }
.header-right { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.saved-link { display: flex; align-items: center; gap: 7px; font-size: 14px; color: #1F2937; cursor: pointer; transition: color .15s; }
.saved-link:hover { color: #7C3AED; }
.saved-link i { color: #1F2937; font-size: 18px; }
.avatar-wrap { display: flex; align-items: center; gap: 6px; cursor: pointer; padding: 4px 10px 4px 4px; border: 1px solid #E5E7EB; border-radius: 999px; transition: border-color .15s; }
.avatar-wrap:hover { border-color: #C4B5FD; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 12px; }
.avatar-wrap .ti-chevron-down { font-size: 14px; color: #6B7280; }
.header-back { display: flex; align-items: center; gap: 6px; font-size: 14px; color: #5B21B6; font-weight: 500; cursor: pointer; }
.header-back i { font-size: 18px; }

/* ============================================================
   HERO (gradient banner — used on most pages)
   ============================================================ */
.hero { background: linear-gradient(135deg, #1E1B4B 0%, #3B1A77 50%, #5B21B6 100%); color: #FFFFFF; padding: 56px 0 64px; position: relative; overflow: hidden; }
.hero-sm { padding: 36px 0 40px; }
.hero-lg { padding: 72px 0 80px; }
.hero::before { content: ''; position: absolute; right: -100px; top: 50%; transform: translateY(-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(236,72,153,0.18) 0%, transparent 60%); pointer-events: none; }
.hero-decoration { position: absolute; right: 40px; bottom: -20px; width: 280px; height: 240px; pointer-events: none; opacity: 0.5; z-index: 1; }
.hero-decoration svg { width: 100%; height: 100%; }
.hero-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; position: relative; z-index: 2; }
.hero-inner.col { flex-direction: column; align-items: flex-start; gap: 16px; }
.hero-text h1 { color: #FFFFFF; font-size: 42px; font-weight: 700; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 14px; }
.hero-text p { font-size: 16px; color: #DDD6FE; line-height: 1.55; max-width: 540px; }
.hero-text p strong { color: #FFFFFF; font-weight: 500; }
.hero h1.sm { font-size: 32px; }

/* Hero stat cards (Page 1) */
.stat-cards { display: flex; gap: 14px; flex-shrink: 0; }
.stat-card { background: rgba(255,255,255,0.04); border: 1.5px solid rgba(255,255,255,0.18); border-radius: 12px; padding: 18px 28px; text-align: center; min-width: 110px; }
.stat-card i { color: #FFFFFF; font-size: 22px; display: block; margin-bottom: 8px; }
.stat-card .num { font-size: 26px; font-weight: 700; line-height: 1; margin-bottom: 6px; color: #FFFFFF; }
.stat-card .lbl { font-size: 13px; color: #DDD6FE; font-weight: 400; }

/* Hero trust row (Page 6 - Consult) */
.hero-trust-row { display: flex; gap: 28px; margin-top: 18px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #FFFFFF; }
.hero-trust-item i { font-size: 18px; color: #C4B5FD; }

/* Hero breadcrumb (Page 2 - Program details) */
.breadcrumb { font-size: 13px; color: #C4B5FD; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: #C4B5FD; cursor: pointer; }
.breadcrumb a:hover { color: #FFFFFF; }
.breadcrumb .sep { color: rgba(255,255,255,0.4); }
.breadcrumb .current { color: #FFFFFF; }

/* Hero meta row (Page 11 - Confirmation) */
.confirm-meta { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 16px; color: #5B21B6; margin-top: 8px; flex-wrap: wrap; }
.confirm-meta-item { display: flex; align-items: center; gap: 8px; }
.confirm-meta-item i { font-size: 18px; color: #6B7280; }

/* ============================================================
   SEARCH BAR (Page 1, Page 10)
   ============================================================ */
.search-section { margin-top: -28px; position: relative; z-index: 5; }
.search-section.no-overlap { margin-top: 32px; }
.search-input-wrap { background: #FFFFFF; border-radius: 12px; box-shadow: 0 12px 32px rgba(30,27,75,0.10); padding: 6px; display: flex; align-items: center; }
.search-input-wrap i { font-size: 22px; color: #9CA3AF; margin: 0 12px 0 18px; }
.search-input-wrap input { flex: 1; border: none; outline: none; padding: 18px 12px; font-size: 15px; color: #1F2937; background: transparent; }
.search-input-wrap input::placeholder { color: #9CA3AF; }

/* Active filter chips (Page 10) */
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.filter-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: #F3E8FF; color: #5B21B6; font-size: 14px; font-weight: 500; border-radius: 999px; cursor: pointer; transition: background .15s; }
.filter-chip:hover { background: #E9D5FF; }
.filter-chip i { font-size: 16px; }

/* ============================================================
   FILTERS (Page 1)
   ============================================================ */
.filters { margin-top: 22px; }
.filter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.filter-grid-2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: center; }
.filter-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.filter-card:hover { border-color: #C4B5FD; box-shadow: 0 2px 8px rgba(124,58,237,0.06); }
.filter-icon { width: 36px; height: 36px; border-radius: 8px; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.filter-text { flex: 1; min-width: 0; }
.filter-label { font-size: 11px; color: #6B7280; line-height: 1; margin-bottom: 5px; }
.filter-value { font-size: 14px; color: #1F2937; font-weight: 500; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.filter-card .ti-chevron-down { color: #9CA3AF; font-size: 18px; flex-shrink: 0; }
.clear-all { display: flex; align-items: center; justify-content: flex-end; gap: 6px; color: #7C3AED; font-size: 14px; font-weight: 500; cursor: pointer; padding: 0 8px; }
.clear-all i { font-size: 16px; }

/* ============================================================
   RESULTS (Page 1)
   ============================================================ */
.results-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 18px; }
.result-count { font-size: 15px; color: #4B5563; }
.result-count strong { color: #1F2937; font-weight: 600; }
.sort-wrap { display: flex; align-items: center; gap: 12px; }
.sort-label { font-size: 14px; color: #6B7280; }
.sort-select { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 8px; padding: 10px 36px 10px 14px; font-size: 14px; color: #1F2937; font-weight: 500; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; min-width: 160px; }

/* Result card (Page 1) */
.result-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 24px; margin-bottom: 14px; display: grid; grid-template-columns: 140px 1fr 220px; gap: 28px; transition: border-color .15s, box-shadow .15s; }
.result-card:hover { border-color: #DDD6FE; box-shadow: 0 4px 16px rgba(124,58,237,0.06); }
.uni-logo-col { position: relative; display: flex; flex-direction: column; align-items: center; }
.qs-badge { position: absolute; top: 4px; right: -4px; background: #F3E8FF; color: #5B21B6; font-size: 12px; font-weight: 600; padding: 4px 11px; border-radius: 14px; z-index: 2; }
.qs-badge.qs-na { background: #F3F4F6; color: #6B7280; }
.uni-logo-box { width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; padding: 6px; }
.uni-logo-box svg { max-width: 100%; max-height: 100%; }
.uni-name-small { margin-top: 6px; font-size: 9px; color: #1E3A8A; text-align: center; line-height: 1.3; font-weight: 700; letter-spacing: 0.4px; }
.uni-name-small em { font-style: italic; }
.result-content { min-width: 0; }
.uni-name { font-size: 20px; font-weight: 600; color: #5B21B6; margin: 0 0 7px; line-height: 1.2; }
.location { font-size: 14px; color: #6B7280; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.location i { font-size: 16px; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.tag { display: inline-block; padding: 5px 12px; border-radius: 5px; font-size: 12px; font-weight: 500; line-height: 1.4; }
.tag-gray { background: #F3F4F6; color: #4B5563; }
.tag-purple { background: #EDE9FE; color: #5B21B6; }
.tag-green { background: #D1FAE5; color: #065F46; }
.tag-amber { background: #FEF3C7; color: #92400E; }
.tag-red { background: #FEE2E2; color: #991B1B; }
.program-desc { font-size: 15px; color: #1F2937; margin: 0 0 18px; line-height: 1.5; font-weight: 500; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 16px; border-top: 1px solid #F3F4F6; }
.stat-item { font-size: 12px; }
.stat-item .stat-label { color: #6B7280; margin-bottom: 6px; font-size: 13px; }
.stat-item .stat-value { color: #1F2937; font-weight: 500; font-size: 14px; }
.stat-item .stat-value.purple { color: #7C3AED; font-weight: 600; }
.difficulty-dots { display: flex; gap: 4px; align-items: center; height: 18px; }
.difficulty-dot { width: 10px; height: 10px; border-radius: 50%; background: #E5E7EB; }
.difficulty-dot.on { background: #F59E0B; }

/* Match score column (right side of result card) */
.match-col { display: flex; flex-direction: column; gap: 12px; }
.match-block { padding-bottom: 8px; }
.match-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.match-label { font-size: 14px; color: #6B7280; }
.match-score { font-size: 22px; font-weight: 700; color: #1F2937; }
.match-bar { height: 5px; background: #F3E8FF; border-radius: 3px; overflow: hidden; }
.match-bar-fill { height: 100%; background: #7C3AED; border-radius: 3px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all .15s; cursor: pointer; white-space: nowrap; line-height: 1; }
.btn i { font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary { background: #7C3AED; color: #FFFFFF; }
.btn-primary:hover { background: #6D28D9; }
.btn-outline { background: #FFFFFF; color: #7C3AED; border: 1px solid #DDD6FE; }
.btn-outline:hover { background: #FAF5FF; border-color: #C4B5FD; }
.btn-ghost { background: #FFFFFF; color: #4B5563; border: 1px solid #E5E7EB; }
.btn-ghost:hover { background: #F9FAFB; border-color: #D1D5DB; }
.btn-white { background: #FFFFFF; color: #5B21B6; border: 1px solid #FFFFFF; }
.btn-white:hover { background: #FAF5FF; }
.btn-pink { background: #EC4899; color: #FFFFFF; }
.btn-pink:hover { background: #DB2777; }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }

/* ============================================================
   PAGINATION (Page 1)
   ============================================================ */
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 36px 0 32px; }
.page-btn { min-width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #4B5563; cursor: pointer; border: 1px solid transparent; font-weight: 500; padding: 0 6px; }
.page-btn:hover { background: #F3E8FF; color: #7C3AED; }
.page-btn.active { background: #7C3AED; color: #FFFFFF; }
.page-btn.active:hover { background: #6D28D9; }
.page-btn.dots { cursor: default; color: #9CA3AF; }
.page-btn.dots:hover { background: transparent; color: #9CA3AF; }
.page-btn.arrow { color: #6B7280; }
.page-btn i { font-size: 18px; }

/* ============================================================
   BOTTOM CTA (used on most pages)
   ============================================================ */
.bottom-cta { background: linear-gradient(90deg, #FAF5FF 0%, #FCE7F3 100%); border: 1px solid #E9D5FF; border-radius: 14px; padding: 22px 28px; display: flex; align-items: center; gap: 20px; margin-bottom: 48px; margin-top: 16px; }
.cta-icon { width: 50px; height: 50px; border-radius: 50%; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.cta-icon.solid { background: #7C3AED; color: #FFFFFF; }
.cta-text { flex: 1; }
.cta-text h4 { font-size: 17px; font-weight: 600; margin: 0 0 4px; color: #1F2937; }
.cta-text p { font-size: 14px; color: #4B5563; margin: 0; line-height: 1.5; }

/* ============================================================
   PAGE 2: PROGRAM DETAILS
   ============================================================ */
.details-grid { display: grid; grid-template-columns: 1fr 340px; gap: 28px; padding: 32px 0 56px; align-items: start; }
.details-main { display: flex; flex-direction: column; gap: 16px; }
.details-sidebar { position: sticky; top: 24px; }
.section-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 24px; }
.section-card-title { font-size: 18px; font-weight: 600; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #1F2937; }
.section-card-title i { color: #7C3AED; font-size: 20px; }
.uni-header-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 24px; display: flex; gap: 20px; align-items: flex-start; }
.uni-header-card .uni-logo-box { width: 90px; height: 90px; flex-shrink: 0; }
.uni-header-card .uni-info { flex: 1; min-width: 0; }
.uni-header-card .uni-info .uni-name { font-size: 22px; margin-bottom: 8px; }
.uni-header-qs { background: #F3E8FF; color: #5B21B6; padding: 8px 14px; border-radius: 8px; text-align: center; flex-shrink: 0; }
.uni-header-qs .lbl { font-size: 11px; font-weight: 500; color: #7C3AED; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 4px; }
.uni-header-qs .val { font-size: 20px; font-weight: 700; line-height: 1; }
.about-text { font-size: 14px; color: #4B5563; line-height: 1.7; margin: 0; }

.kv-list { display: flex; flex-direction: column; }
.kv { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-size: 14px; border-bottom: 1px solid #F3F4F6; }
.kv:last-child { border-bottom: none; }
.kv .k { color: #4B5563; }
.kv .v { color: #1F2937; font-weight: 500; text-align: right; }
.kv .v.green { color: #047857; font-weight: 600; }

.funding-callout { background: #ECFDF5; border-left: 4px solid #10B981; padding: 14px 16px; border-radius: 6px; margin-bottom: 14px; display: flex; gap: 12px; align-items: center; }
.funding-callout i { color: #10B981; font-size: 22px; flex-shrink: 0; }
.funding-callout .ftext { display: flex; flex-direction: column; gap: 2px; }
.funding-callout .ftext .title { font-size: 14px; font-weight: 600; color: #065F46; }
.funding-callout .ftext .sub { font-size: 13px; color: #047857; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 18px; }
.timeline-step { text-align: center; padding: 12px 8px; position: relative; }
.timeline-step:not(:last-child)::after { content: ''; position: absolute; top: 24px; right: -50%; width: 100%; height: 0; border-top: 2px dashed #DDD6FE; transform: translateX(0); z-index: 0; }
.timeline-num { width: 38px; height: 38px; border-radius: 50%; background: #7C3AED; color: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; position: relative; z-index: 1; }
.timeline-num.dim { background: #DDD6FE; color: #7C3AED; }
.timeline-step .lbl { font-size: 13px; font-weight: 600; margin-top: 10px; color: #1F2937; }
.timeline-step .sub { font-size: 12px; color: #6B7280; margin-top: 2px; }

/* Sidebar match panel */
.match-panel { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 22px; }
.match-panel-top { text-align: center; padding-bottom: 18px; border-bottom: 1px solid #F3F4F6; }
.match-panel-top .lbl { font-size: 13px; color: #6B7280; margin-bottom: 8px; font-weight: 500; }
.match-panel-top .score { font-size: 38px; font-weight: 700; color: #7C3AED; line-height: 1; margin-bottom: 12px; }
.match-panel-top .bar { height: 6px; background: #F3E8FF; border-radius: 3px; overflow: hidden; margin-bottom: 10px; }
.match-panel-top .bar-fill { height: 100%; background: #7C3AED; border-radius: 3px; }
.match-panel-top .desc { font-size: 13px; color: #047857; font-weight: 500; }
.match-panel .kv-list { padding: 14px 0; border-bottom: 1px solid #F3F4F6; margin-bottom: 14px; }
.match-panel .kv { padding: 10px 0; }
.match-panel .kv .k { display: flex; align-items: center; gap: 8px; }
.match-panel .kv .k i { color: #6B7280; font-size: 16px; }
.match-panel-actions { display: flex; flex-direction: column; gap: 8px; }
.match-panel-actions .btn { width: 100%; padding: 13px; }

/* ============================================================
   PAGE 3: SAVED PROGRAMS
   ============================================================ */
.saved-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 22px; margin-bottom: 14px; display: grid; grid-template-columns: 110px 1fr auto auto; gap: 24px; align-items: center; }
.saved-card .uni-logo-box { width: 100px; height: 100px; }
.saved-card .uni-info .uni-name { font-size: 20px; margin-bottom: 6px; }
.saved-card .uni-info .location { margin-bottom: 10px; }
.saved-match { text-align: center; }
.saved-match .score { font-size: 28px; font-weight: 700; color: #7C3AED; line-height: 1; margin-bottom: 4px; }
.saved-match .lbl { font-size: 12px; color: #6B7280; }
.saved-actions { display: flex; flex-direction: column; gap: 8px; }
.saved-actions .btn { min-width: 130px; }

/* ============================================================
   PAGE 4: COMPARE PROGRAMS
   ============================================================ */
.compare-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 32px 0 0; }
.compare-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 22px; position: relative; }
.compare-card.best { border: 2px solid #7C3AED; }
.compare-card .best-fit-badge { position: absolute; top: 12px; left: 12px; background: #7C3AED; color: #FFFFFF; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 6px; display: flex; align-items: center; gap: 4px; letter-spacing: 0.5px; }
.compare-card .best-fit-badge i { font-size: 13px; }
.compare-card-top { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 16px; }
.compare-card-top .uni-logo-box { width: 80px; height: 80px; }
.compare-card-top h3 { font-size: 17px; font-weight: 600; text-align: center; line-height: 1.3; color: #1F2937; }
.compare-card-top .loc { font-size: 13px; color: #6B7280; text-align: center; }
.compare-match-box { background: #F9FAFB; border-radius: 10px; padding: 18px 16px; text-align: center; }
.compare-match-box.purple { background: #FAF5FF; }
.compare-match-box .lbl { font-size: 11px; color: #6B7280; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 6px; font-weight: 500; }
.compare-match-box .score { font-size: 30px; font-weight: 700; color: #7C3AED; line-height: 1; margin-bottom: 6px; }
.compare-match-box .desc { font-size: 13px; color: #047857; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 4px; }
.compare-match-box .desc i { font-size: 14px; }
.compare-match-box .desc.warn { color: #B45309; }

.compare-table { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; margin-top: 14px; overflow: hidden; }
.compare-row { display: grid; grid-template-columns: 160px 1fr 1fr 1fr; border-bottom: 1px solid #F3F4F6; }
.compare-row:last-child { border-bottom: none; }
.compare-row > div { padding: 14px 18px; font-size: 14px; }
.compare-row .clabel { background: #F9FAFB; font-weight: 500; color: #6B7280; }
.compare-cell { color: #1F2937; }
.compare-cell.highlight { background: #FAF5FF; font-weight: 600; color: #5B21B6; }
.compare-cell.best { color: #5B21B6; font-weight: 600; display: flex; align-items: center; gap: 4px; }
.compare-cell.best i { color: #7C3AED; font-size: 14px; }
.compare-actions { display: grid; grid-template-columns: 160px 1fr 1fr 1fr; gap: 0; margin-top: 16px; padding: 0 18px; }
.compare-actions > .btn { margin: 0 4px; }
.compare-down-arrow { display: flex; justify-content: center; padding: 24px 0; }
.compare-down-arrow .arrow-circle { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #E5E7EB; display: flex; align-items: center; justify-content: center; color: #6B7280; cursor: pointer; }
.compare-down-arrow .arrow-circle:hover { border-color: #C4B5FD; color: #7C3AED; }

/* ============================================================
   PAGE 5: QUIZ
   ============================================================ */
.quiz-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 18px; padding: 36px; max-width: 720px; margin: -32px auto 48px; position: relative; z-index: 5; box-shadow: 0 8px 24px rgba(30,27,75,0.06); }
.quiz-progress { display: flex; gap: 6px; margin-bottom: 24px; }
.quiz-progress-step { flex: 1; height: 5px; background: #E5E7EB; border-radius: 3px; }
.quiz-progress-step.done, .quiz-progress-step.current { background: #7C3AED; }
.quiz-step-label { font-size: 12px; color: #7C3AED; font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 10px; }
.quiz-question { font-size: 24px; font-weight: 600; color: #1F2937; margin-bottom: 8px; line-height: 1.3; }
.quiz-subtitle { font-size: 14px; color: #6B7280; margin-bottom: 24px; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.quiz-option { border: 1.5px solid #E5E7EB; border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; cursor: pointer; transition: all .15s; }
.quiz-option:hover { border-color: #DDD6FE; }
.quiz-option.selected { border-color: #7C3AED; background: #FAF5FF; border-width: 2px; padding: 17px 19px; }
.quiz-radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #D1D5DB; flex-shrink: 0; position: relative; transition: border-color .15s; }
.quiz-option.selected .quiz-radio { border-color: #7C3AED; }
.quiz-option.selected .quiz-radio::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background: #7C3AED; }
.quiz-option-text { flex: 1; }
.quiz-option-title { font-size: 16px; font-weight: 600; color: #1F2937; margin-bottom: 4px; }
.quiz-option-desc { font-size: 13px; color: #6B7280; line-height: 1.4; }
.quiz-count { background: #F3E8FF; color: #5B21B6; padding: 5px 12px; border-radius: 6px; font-size: 13px; font-weight: 500; flex-shrink: 0; }
.quiz-count.muted { background: #F3F4F6; color: #6B7280; }
.quiz-actions { display: flex; justify-content: space-between; align-items: center; }

/* ============================================================
   PAGE 6: BOOK CONSULT
   ============================================================ */
.consult-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-top: -32px; position: relative; z-index: 5; padding-bottom: 24px; }
.consult-form-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; padding: 28px; }
.consult-form-title { font-size: 20px; font-weight: 600; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; color: #1F2937; }
.consult-form-title i { color: #7C3AED; font-size: 22px; }
.consult-form-sub { font-size: 14px; color: #6B7280; margin-bottom: 22px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-grid-3 { display: grid; grid-template-columns: 130px 1fr; gap: 14px; margin-bottom: 14px; }
.form-field { display: flex; flex-direction: column; }
.form-label { font-size: 13px; font-weight: 500; color: #374151; margin-bottom: 6px; }
.form-input { width: 100%; padding: 12px 14px; border: 1px solid #D1D5DB; border-radius: 8px; font-size: 14px; color: #1F2937; outline: none; transition: border-color .15s; box-sizing: border-box; }
.form-input:focus { border-color: #7C3AED; box-shadow: 0 0 0 3px rgba(124,58,237,0.1); }
.form-input::placeholder { color: #9CA3AF; }
.form-input-with-icon { position: relative; }
.form-input-with-icon .form-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #6B7280; font-size: 18px; pointer-events: none; }
.form-input-with-icon .form-input { padding-left: 42px; }
.form-input-with-flag { position: relative; padding-left: 38px; }
.form-input-with-flag .flag { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 18px; }
textarea.form-input { resize: vertical; min-height: 100px; padding: 12px 14px; }
.textarea-counter { font-size: 12px; color: #9CA3AF; text-align: right; margin-top: 4px; }
.form-checkbox-row { display: flex; align-items: center; gap: 10px; margin: 18px 0 14px; cursor: pointer; }
.form-checkbox { width: 20px; height: 20px; border-radius: 5px; border: 2px solid #D1D5DB; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .15s; }
.form-checkbox.checked { background: #7C3AED; border-color: #7C3AED; }
.form-checkbox.checked i { color: #FFFFFF; font-size: 14px; }
.form-checkbox-row .label { font-size: 14px; color: #1F2937; }
.privacy-notice { background: #FAF5FF; border-radius: 8px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #5B21B6; margin-top: 6px; }
.privacy-notice i { color: #7C3AED; font-size: 16px; flex-shrink: 0; }

.slot-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; padding: 24px; margin-bottom: 14px; }
.slot-card-title { font-size: 18px; font-weight: 600; display: flex; align-items: center; gap: 10px; color: #1F2937; }
.slot-card-title i { color: #7C3AED; font-size: 22px; }
.slot-card-sub { font-size: 13px; color: #6B7280; margin: 6px 0 16px; }
.date-picker { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 14px; }
.date-cell { padding: 10px 4px; border: 1px solid #E5E7EB; border-radius: 8px; text-align: center; cursor: pointer; transition: all .15s; }
.date-cell:hover { border-color: #C4B5FD; }
.date-cell.selected { background: #FAF5FF; border-color: #7C3AED; border-width: 2px; padding: 9px 3px; }
.date-cell .dow { font-size: 11px; color: #6B7280; margin-bottom: 4px; font-weight: 500; }
.date-cell.selected .dow { color: #7C3AED; }
.date-cell .day { font-size: 16px; font-weight: 700; color: #1F2937; }
.date-cell.selected .day { color: #7C3AED; }
.time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.time-slot { padding: 11px; border: 1px solid #E5E7EB; border-radius: 8px; font-size: 14px; color: #1F2937; cursor: pointer; text-align: center; transition: all .15s; font-weight: 500; }
.time-slot:hover { border-color: #C4B5FD; color: #7C3AED; }
.time-slot.selected { background: #7C3AED; color: #FFFFFF; border-color: #7C3AED; }
.time-slot.selected i { font-size: 14px; }

.benefits-card { background: #FAF5FF; border: 1px solid #E9D5FF; border-radius: 16px; padding: 22px; }
.benefits-card-title { font-size: 16px; font-weight: 600; color: #5B21B6; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.benefits-card-title i { font-size: 20px; }
.benefits-list { display: flex; flex-direction: column; gap: 12px; }
.benefit-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #1F2937; line-height: 1.5; }
.benefit-item .check { color: #7C3AED; font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.consult-confirm { display: flex; flex-direction: column; align-items: center; padding: 12px 0 24px; gap: 10px; }
.consult-confirm-note { font-size: 13px; color: #6B7280; display: flex; align-items: center; gap: 6px; }
.consult-confirm-note i { font-size: 16px; color: #6B7280; }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 22px 0 48px; }
.trust-item { background: #FAF5FF; border: 1px solid #E9D5FF; border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; }
.trust-item .icon-w { width: 38px; height: 38px; border-radius: 8px; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.trust-item .text { font-size: 13px; color: #1F2937; line-height: 1.4; }
.trust-item .text strong { display: block; font-weight: 600; color: #5B21B6; }

/* ============================================================
   PAGE 7: SIGN IN
   ============================================================ */
.signin-bg { background: linear-gradient(180deg, #FAF5FF 0%, #FFFFFF 100%); min-height: calc(100vh - 90px); padding: 56px 0 80px; position: relative; overflow: hidden; }
.signin-bg::before { content: ''; position: absolute; right: -80px; top: 100px; width: 400px; height: 500px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 500'%3E%3Cpath d='M50,250 Q150,150 250,200 Q350,250 320,400 Q250,480 150,440 Q50,400 50,250 Z' stroke='rgba(124,58,237,0.08)' stroke-width='1.5' fill='none'/%3E%3Cpath d='M100,300 Q180,200 280,250' stroke='rgba(124,58,237,0.06)' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat center; pointer-events: none; }
.signin-wrap { max-width: 460px; margin: 0 auto; position: relative; z-index: 1; }
.signin-title-block { text-align: center; margin-bottom: 28px; }
.signin-title-block h1 { font-size: 28px; font-weight: 700; color: #1F2937; margin: 0 0 8px; }
.signin-title-block p { font-size: 15px; color: #6B7280; margin: 0; }
.signin-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; padding: 32px; box-shadow: 0 4px 16px rgba(30,27,75,0.04); }
.signin-tabs { display: flex; padding: 4px; background: #F3F4F6; border-radius: 10px; margin-bottom: 24px; }
.signin-tab { flex: 1; padding: 12px; font-size: 14px; font-weight: 500; color: #6B7280; cursor: pointer; border-radius: 8px; transition: all .15s; text-align: center; border: 1px solid transparent; }
.signin-tab.active { background: #FFFFFF; color: #5B21B6; box-shadow: 0 1px 3px rgba(0,0,0,0.06); border-color: #DDD6FE; }
.signin-form { display: flex; flex-direction: column; gap: 18px; }
.signin-form .form-field-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.signin-form .form-field-row .form-label { margin-bottom: 0; }
.signin-form .forgot-link { font-size: 13px; color: #7C3AED; font-weight: 500; cursor: pointer; }
.signin-form .forgot-link:hover { text-decoration: underline; }
.signin-divider { display: flex; align-items: center; gap: 14px; margin: 20px 0 18px; }
.signin-divider .line { flex: 1; height: 1px; background: #E5E7EB; }
.signin-divider .text { font-size: 13px; color: #9CA3AF; font-weight: 500; }
.social-btn { width: 100%; padding: 13px; border: 1px solid #E5E7EB; border-radius: 10px; background: #FFFFFF; font-size: 14px; font-weight: 500; color: #1F2937; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: all .15s; margin-bottom: 10px; }
.social-btn:hover { background: #F9FAFB; border-color: #D1D5DB; }
.social-btn .gicon { width: 20px; height: 20px; }
.social-btn .liicon { width: 22px; height: 22px; background: #0A66C2; color: #FFFFFF; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.terms-text { text-align: center; font-size: 13px; color: #6B7280; margin-top: 22px; }
.terms-text a { color: #7C3AED; cursor: pointer; }
.terms-text a:hover { text-decoration: underline; }

/* ============================================================
   PAGE 8: ABOUT US
   ============================================================ */
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: -50px 0 56px; position: relative; z-index: 5; }
.about-stat-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 24px 28px; display: flex; align-items: center; gap: 18px; box-shadow: 0 4px 12px rgba(30,27,75,0.04); }
.about-stat-icon { width: 52px; height: 52px; border-radius: 50%; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.about-stat-text .num { font-size: 32px; font-weight: 700; color: #1F2937; line-height: 1; }
.about-stat-text .lbl { font-size: 14px; color: #1F2937; margin-top: 4px; font-weight: 500; }
.about-stat-text .sub { font-size: 12px; color: #9CA3AF; margin-top: 4px; }

.section-title { font-size: 28px; font-weight: 700; color: #1F2937; margin: 0 0 8px; }
.section-subtitle { font-size: 15px; color: #6B7280; margin: 0 0 24px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 56px; }
.team-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 28px 24px; }
.team-avatar-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; }
.team-avatar.gradient-1 { background: linear-gradient(135deg, #EC4899 0%, #7C3AED 100%); }
.team-avatar.gradient-2 { background: linear-gradient(135deg, #3B82F6 0%, #1E1B4B 100%); }
.team-avatar.gradient-3 { background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%); }
.team-name { font-size: 18px; font-weight: 700; color: #1F2937; margin: 0 0 4px; }
.team-role { font-size: 14px; color: #6B7280; }
.team-tag { display: inline-block; background: #F3E8FF; color: #5B21B6; font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.team-bio { font-size: 14px; color: #4B5563; line-height: 1.6; margin: 0 0 18px; }
.team-linkedin { width: 32px; height: 32px; border: 1px solid #E5E7EB; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #0A66C2; font-size: 16px; cursor: pointer; transition: all .15s; }
.team-linkedin:hover { background: #0A66C2; color: #FFFFFF; border-color: #0A66C2; }

.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 32px; }
.testimonial-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; padding: 28px; display: flex; gap: 18px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; background: #F3E8FF; color: #5B21B6; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.testimonial-avatar.alt { background: #DBEAFE; color: #1E40AF; }
.testimonial-content { flex: 1; }
.testimonial-quote { font-size: 14px; color: #1F2937; line-height: 1.7; margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid #F3F4F6; }
.testimonial-meta .name { font-size: 14px; font-weight: 600; color: #5B21B6; margin-bottom: 2px; }
.testimonial-meta .info { font-size: 13px; color: #6B7280; }

/* World map decoration on hero */
.world-map-decor { position: absolute; right: 0; top: 0; width: 56%; height: 100%; pointer-events: none; opacity: 0.85; z-index: 1; }

/* ============================================================
   PAGE 9: RESOURCES
   ============================================================ */
.resource-filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 32px 0 24px; }
.resource-chip { padding: 10px 20px; border: 1px solid #E5E7EB; border-radius: 999px; font-size: 14px; font-weight: 500; color: #4B5563; cursor: pointer; transition: all .15s; background: #FFFFFF; }
.resource-chip:hover { border-color: #C4B5FD; color: #7C3AED; }
.resource-chip.active { background: #FAF5FF; border-color: #7C3AED; color: #5B21B6; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 32px; }
.resource-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 14px; overflow: hidden; cursor: pointer; transition: all .15s; }
.resource-card:hover { border-color: #C4B5FD; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,27,75,0.08); }
.resource-thumb { height: 140px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; }
.resource-thumb i { font-size: 56px; }
.resource-thumb.purple { background: linear-gradient(135deg, #7C3AED 0%, #C026D3 100%); }
.resource-thumb.navy { background: linear-gradient(135deg, #1E1B4B 0%, #4C1D95 100%); }
.resource-thumb.blue { background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%); }
.resource-thumb.green { background: linear-gradient(135deg, #10B981 0%, #047857 100%); }
.resource-thumb.pink { background: linear-gradient(135deg, #EC4899 0%, #BE185D 100%); }
.resource-thumb.amber { background: linear-gradient(135deg, #F59E0B 0%, #B45309 100%); }
.resource-body { padding: 18px 20px 20px; }
.resource-tag { display: inline-block; padding: 4px 10px; border-radius: 5px; font-size: 11px; font-weight: 600; margin-bottom: 12px; }
.resource-card h3 { font-size: 17px; font-weight: 700; line-height: 1.3; color: #1F2937; margin: 0 0 8px; }
.resource-card p { font-size: 13px; color: #6B7280; margin: 0 0 14px; line-height: 1.5; }
.resource-card .read-link { font-size: 14px; color: #7C3AED; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.resource-card .read-link i { font-size: 16px; transition: transform .15s; }
.resource-card:hover .read-link i { transform: translateX(3px); }

.newsletter-card { background: linear-gradient(135deg, #1E1B4B 0%, #4C1D95 100%); border-radius: 16px; padding: 26px 32px; display: flex; align-items: center; gap: 22px; margin-bottom: 56px; position: relative; overflow: hidden; }
.newsletter-card::before { content: ''; position: absolute; right: -100px; top: -50px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(236,72,153,0.15) 0%, transparent 60%); pointer-events: none; }
.newsletter-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #FFFFFF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 28px; }
.newsletter-text { flex: 1; }
.newsletter-text h3 { font-size: 20px; font-weight: 700; color: #FFFFFF; margin: 0 0 4px; }
.newsletter-text p { font-size: 14px; color: #C4B5FD; margin: 0; line-height: 1.5; }
.newsletter-form { display: flex; gap: 8px; align-items: center; flex-shrink: 0; position: relative; z-index: 1; }
.newsletter-input { padding: 12px 16px; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.08); border-radius: 8px; color: #FFFFFF; font-size: 14px; width: 220px; outline: none; }
.newsletter-input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-input:focus { border-color: #FFFFFF; }
.newsletter-fineprint { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #C4B5FD; margin-top: 8px; }
.newsletter-fineprint i { font-size: 13px; }

/* ============================================================
   PAGE 10: EMPTY STATE
   ============================================================ */
.empty-state { text-align: center; padding: 64px 24px 56px; background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; margin-top: 24px; }
.empty-state-icon { width: 96px; height: 96px; border-radius: 50%; background: #F3E8FF; color: #7C3AED; display: inline-flex; align-items: center; justify-content: center; font-size: 44px; margin-bottom: 24px; position: relative; }
.empty-state-icon::before { content: ''; position: absolute; width: 6px; height: 6px; background: #C4B5FD; border-radius: 50%; top: 8px; right: -2px; }
.empty-state-icon::after { content: ''; position: absolute; width: 4px; height: 4px; background: #C4B5FD; border-radius: 50%; bottom: 14px; left: -4px; }
.empty-state h2 { font-size: 24px; font-weight: 700; color: #1F2937; margin-bottom: 8px; }
.empty-state p { font-size: 15px; color: #6B7280; max-width: 480px; margin: 0 auto 28px; line-height: 1.5; }
.empty-state-actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.empty-state-suggestions { background: #FAF5FF; border: 1px solid #E9D5FF; border-radius: 14px; padding: 22px; max-width: 540px; margin: 0 auto; text-align: left; }
.empty-state-suggestions-title { font-size: 14px; font-weight: 600; color: #5B21B6; display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.empty-state-suggestions-title i { font-size: 18px; }
.suggestion-item { display: flex; align-items: center; gap: 14px; background: #FFFFFF; border: 1px solid #F3E8FF; border-radius: 10px; padding: 14px 18px; margin-bottom: 8px; cursor: pointer; transition: all .15s; }
.suggestion-item:hover { border-color: #C4B5FD; }
.suggestion-icon { width: 32px; height: 32px; border-radius: 8px; background: #F3E8FF; color: #7C3AED; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.suggestion-text { flex: 1; font-size: 14px; color: #1F2937; }
.suggestion-results { color: #7C3AED; font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 4px; }
.suggestion-results i { font-size: 16px; }

/* ============================================================
   PAGE 11: CONFIRMATION
   ============================================================ */
.confirm-bg { background: linear-gradient(180deg, #FAF5FF 0%, #FFFFFF 60%, #FFFFFF 100%); min-height: calc(100vh - 90px); padding: 64px 0 80px; position: relative; overflow: hidden; }
.confirm-bg::before { content: ''; position: absolute; left: -100px; top: 100px; width: 300px; height: 400px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400'%3E%3Cpath d='M50,200 Q120,100 220,150 Q280,250 240,350 Q150,400 80,350 Q20,300 50,200 Z' stroke='rgba(124,58,237,0.06)' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat; pointer-events: none; }
.confirm-wrap { text-align: center; position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.confirm-check-icon { width: 110px; height: 110px; border-radius: 50%; background: #7C3AED; color: #FFFFFF; display: inline-flex; align-items: center; justify-content: center; font-size: 56px; margin-bottom: 28px; position: relative; box-shadow: 0 8px 32px rgba(124,58,237,0.3); }
.confirm-check-icon::before { content: '•'; position: absolute; color: #C4B5FD; font-size: 8px; top: -8px; right: 12px; }
.confirm-check-icon::after { content: '•'; position: absolute; color: #EC4899; font-size: 6px; bottom: 0; left: -10px; }
.confirm-spark-1 { position: absolute; top: -10px; left: -16px; color: #C4B5FD; font-size: 14px; }
.confirm-spark-2 { position: absolute; top: 40px; right: -16px; color: #EC4899; font-size: 12px; }
.confirm-spark-3 { position: absolute; bottom: 0; left: 16px; color: #7C3AED; font-size: 16px; }
.confirm-spark-4 { position: absolute; top: 16px; right: 24px; color: #C4B5FD; font-size: 10px; }
.confirm-title { font-size: 36px; font-weight: 700; color: #1E1B4B; margin-bottom: 14px; }
.confirm-meta-line { display: flex; align-items: center; justify-content: center; gap: 28px; margin-bottom: 36px; flex-wrap: wrap; font-size: 16px; color: #1F2937; }
.confirm-meta-line .item { display: flex; align-items: center; gap: 8px; }
.confirm-meta-line .item i { font-size: 18px; color: #6B7280; }

.confirm-card { background: #FFFFFF; border: 1px solid #E5E7EB; border-radius: 16px; padding: 32px 36px; text-align: left; margin-bottom: 28px; }
.confirm-card-label { font-size: 13px; font-weight: 700; color: #5B21B6; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 22px; }
.confirm-step { display: flex; gap: 18px; margin-bottom: 20px; }
.confirm-step:last-child { margin-bottom: 0; }
.confirm-step-num { width: 36px; height: 36px; border-radius: 50%; background: #7C3AED; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.confirm-step-num.dim { background: #DDD6FE; color: #7C3AED; }
.confirm-step-content { flex: 1; padding-top: 6px; }
.confirm-step-title { font-size: 16px; font-weight: 600; color: #1F2937; margin-bottom: 4px; }
.confirm-step-desc { font-size: 14px; color: #6B7280; line-height: 1.5; }

.confirm-buttons { display: flex; gap: 12px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.confirm-buttons .btn { padding: 14px 22px; }
.confirm-reschedule { font-size: 14px; color: #6B7280; }
.confirm-reschedule a { color: #7C3AED; font-weight: 600; cursor: pointer; }
.confirm-reschedule a:hover { text-decoration: underline; }

/* ============================================================
   FOOTER (used on Quiz, Resources)
   ============================================================ */
.site-footer { background: #FFFFFF; border-top: 1px solid #F3F4F6; padding: 28px 0; margin-top: auto; }
.site-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.site-footer-logo { display: flex; align-items: center; gap: 10px; }
.site-footer-logo img { height: 36px; }
.site-footer-copyright { font-size: 13px; color: #9CA3AF; }
.site-footer-links { display: flex; gap: 28px; }
.site-footer-links a { font-size: 13px; color: #4B5563; cursor: pointer; }
.site-footer-links a:hover { color: #7C3AED; }
.site-footer-social { display: flex; align-items: center; gap: 12px; }
.site-footer-social .label { font-size: 13px; color: #6B7280; }
.site-footer-social a { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #4B5563; cursor: pointer; transition: all .15s; }
.site-footer-social a:hover { color: #7C3AED; background: #F3E8FF; }

/* ============================================================
   UTILITIES
   ============================================================ */
.text-purple { color: #7C3AED !important; }
.flex-spacer { flex: 1; }
.mb-0 { margin-bottom: 0 !important; }
.mt-2 { margin-top: 16px; }
.mt-4 { margin-top: 32px; }
.mb-2 { margin-bottom: 16px; }
.mb-4 { margin-bottom: 32px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .container { padding: 0 20px; }
  .nav { display: none; }
  .header-inner { gap: 14px; }
  .hero { padding: 40px 0 48px; }
  .hero-text h1 { font-size: 28px; }
  .hero-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .filter-grid, .filter-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .result-card { grid-template-columns: 1fr; gap: 18px; }
  .uni-logo-col { flex-direction: row; justify-content: flex-start; align-items: center; gap: 16px; }
  .uni-logo-box { width: 80px; height: 80px; }
  .qs-badge { position: static; margin-left: auto; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .results-header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .bottom-cta { flex-direction: column; text-align: center; align-items: stretch; }
  .details-grid { grid-template-columns: 1fr; }
  .details-sidebar { position: static; }
  .saved-card { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .saved-card .uni-logo-box { margin: 0 auto; }
  .saved-actions { flex-direction: row; justify-content: center; }
  .compare-cards { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 130px 1fr; }
  .compare-row > div { padding: 10px 14px; }
  .compare-actions { grid-template-columns: 1fr; }
  .consult-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-card { flex-direction: column; align-items: flex-start; }
  .newsletter-form { flex-direction: column; align-items: stretch; width: 100%; }
  .newsletter-input { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero-text h1 { font-size: 24px; }
  .stat-cards { width: 100%; gap: 8px; }
  .stat-card { flex: 1; min-width: 0; padding: 14px; }
  .resource-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .confirm-title { font-size: 26px; }
  .confirm-card { padding: 24px 20px; }
  .signin-card { padding: 24px 20px; }
}
