/* ─────────────────────────────────────────────────────────────
 *  GENERATED — do not edit by hand.
 *  Section styles lifted from the former country-*.html subpages and
 *  scoped to the countries.html detail panel. Rebuild with
 *  scratchpad/build_country_content.py if the source pages return.
 * ───────────────────────────────────────────────────────────── */

.cv-country-content .stat-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08);}
.cv-country-content .stat-row:last-child { border-bottom: none; padding-bottom: 0;}
.cv-country-content .stat-icon { flex-shrink: 0; width: 36px; display: flex; align-items: center; justify-content: center; color: var(--yellow);}
.cv-country-content .stat-icon svg { width: 20px; height: 20px;}
.cv-country-content .stat-label { font-size: 11px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; font-family: var(--font-ui); font-weight: 600;}
.cv-country-content .stat-value { font-size: 14px; font-weight: 600; color: white;}
.cv-country-content .counsellor-notice { padding: 32px 0; background: #FFFBEE; border-bottom: 1px solid #FFE08A;}
.cv-country-content .counsellor-notice-inner { display: flex; align-items: flex-start; gap: 20px; background: var(--yellow-pale); border: 1px solid rgba(255,184,0,.2); border-radius: 14px; padding: 24px 28px;}
.cv-country-content .counsellor-notice-icon { flex-shrink: 0; color: var(--yellow); margin-top: 2px;}
.cv-country-content .counsellor-notice-body { flex: 1;}
.cv-country-content .counsellor-notice-badge { display: inline-flex; align-items: center; gap: 6px; background: #FFFBEE; border: 1px solid #FFE08A; color: #9A6700; border-radius: 100px; padding: 3px 12px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font-ui); margin-bottom: 10px;}
.cv-country-content .counsellor-notice-badge::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #FFB800;}
.cv-country-content .counsellor-notice-title { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px;}
.cv-country-content .counsellor-notice-text { font-size: 14px; color: var(--text-body); line-height: 1.7;}
.cv-country-content .counsellor-notice-cta { flex-shrink: 0; align-self: center;}
.cv-country-content .quick-facts { padding: 80px 0; background: var(--light);}
.cv-country-content .section-header { text-align: center; margin-bottom: 52px;}
.cv-country-content .section-header h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: var(--text-dark); margin-top: 12px; letter-spacing: -.025em;}
.cv-country-content .section-header p { font-size: 16px; color: var(--text-body); margin-top: 10px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7;}
.cv-country-content .facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;}
.cv-country-content .fact-card { background: white; border-radius: 16px; padding: 28px 22px; border: 1px solid var(--border); text-align: center;}
.cv-country-content .fact-icon { width: 32px; height: 32px; margin-bottom: 12px; color: var(--primary);}
.cv-country-content .fact-icon svg { width: 100%; height: 100%;}
.cv-country-content .fact-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); margin-bottom: 8px; font-family: var(--font-ui);}
.cv-country-content .fact-value { font-family: var(--font-ui); font-size: 18px; font-weight: 800; color: var(--text-dark);}
.cv-country-content .fact-sub { font-size: 12px; color: var(--slate); margin-top: 4px;}
.cv-country-content .study-perks { padding: 80px 0; background: white;}
.cv-country-content .perks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
.cv-country-content .perk-card { background: var(--light); border-radius: 16px; padding: 32px 26px; border: 1px solid var(--border); transition: transform .2s, box-shadow .2s, border-color .2s;}
.cv-country-content .perk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(27,43,94,.1); border-color: var(--primary);}
.cv-country-content .perk-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--primary-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--primary);}
.cv-country-content .perk-icon-wrap.orange { background: var(--orange-pale); color: var(--orange);}
.cv-country-content .perk-icon-wrap.navy { background: #EEF1F9; color: var(--navy);}
.cv-country-content .perk-icon-wrap.yellow { background: var(--yellow-pale); color: #9A6700;}
.cv-country-content .perk-card h3 { font-family: var(--font-ui); font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px;}
.cv-country-content .perk-card p { font-size: 14px; color: var(--text-body); line-height: 1.7;}
.cv-country-content .perk-highlight { display: inline-block; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--primary); background: var(--primary-pale); padding: 3px 10px; border-radius: 6px; margin-top: 10px;}
.cv-country-content .life-section { padding: 80px 0; background: var(--light);}
.cv-country-content .life-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;}
.cv-country-content .life-text h2 { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--text-dark); letter-spacing: -.02em; margin-top: 12px; margin-bottom: 16px;}
.cv-country-content .life-text p { font-size: 15px; color: var(--text-body); line-height: 1.75; margin-bottom: 16px;}
.cv-country-content .life-items { display: flex; flex-direction: column; gap: 16px; margin-top: 24px;}
.cv-country-content .life-item { display: flex; gap: 16px; align-items: flex-start;}
.cv-country-content .life-item-icon { width: 44px; height: 44px; border-radius: 12px; background: white; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0;}
.cv-country-content .life-item-body h4 { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px;}
.cv-country-content .life-item-body p { font-size: 13px; color: var(--text-body); line-height: 1.6;}
.cv-country-content .life-stats-panel { background: var(--navy); border-radius: 16px; padding: 36px 32px;}
.cv-country-content .life-stats-panel h3 { font-family: var(--font-ui); font-size: 16px; font-weight: 700; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 24px;}
.cv-country-content .life-stat-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08);}
.cv-country-content .life-stat-name { flex: 1; min-width: 0; line-height: 1.4;}
.cv-country-content .life-stat-val { flex-shrink: 0; text-align: right; line-height: 1.4;}
.cv-country-content .life-stat-row:last-child { border-bottom: none;}
.cv-country-content .life-stat-name { font-size: 13px; color: rgba(255,255,255,.6);}
.cv-country-content .life-stat-val { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: white;}
.cv-country-content .life-stat-val.good { color: var(--yellow);}
@media (max-width: 1024px) {
  .cv-country-content .stat-row { flex: 0 0 auto; flex-direction: column; align-items: center; text-align: center; min-width: 80px; padding: 6px 10px; border-bottom: none; border-right: 1px solid rgba(255,255,255,.1); gap: 4px;}
  .cv-country-content .stat-row:last-child { border-right: none;}
  .cv-country-content .stat-label { font-size: 9px;}
  .cv-country-content .stat-value { font-size: 11px;}
  .cv-country-content .stat-icon { width: 24px;}
  .cv-country-content .stat-icon svg { width: 16px; height: 16px;}
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .perks-grid { grid-template-columns: 1fr 1fr;}
  .cv-country-content .life-grid { grid-template-columns: 1fr;}
  .cv-country-content .counsellor-notice-inner { flex-direction: column; gap: 16px;}
  .cv-country-content .counsellor-notice-cta { align-self: flex-start;}
}
@media (max-width: 768px) {
  .cv-country-content .perks-grid { grid-template-columns: 1fr;}
  .cv-country-content .section-header h2 { font-size: 28px;}
  .cv-country-content .perk-card p { font-size: 12px; display: block; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, margin-top 0.2s ease;}
  .cv-country-content .perk-card { padding: 20px 18px;}
  .cv-country-content .perk-card h3 { margin-bottom: 0;}
  .cv-country-content .section-header p { font-size: 13px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
}
@media (max-width: 480px) {
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 768px) {
  .cv-country-content .counsellor-notice-text { display: none;}
  .cv-country-content .counsellor-notice { padding: 12px 0;}
  .cv-country-content .counsellor-notice-inner { padding: 14px 16px; gap: 12px;}
  .cv-country-content .counsellor-notice-icon { display: none;}
  .cv-country-content .counsellor-notice-title { font-size: 13px; margin-bottom: 4px;}
  .cv-country-content .counsellor-notice-badge { font-size: 10px; padding: 2px 8px; margin-bottom: 6px;}
  .cv-country-content .counsellor-notice-cta .btn, .cv-country-content .counsellor-notice-cta a[href*="wa.me"] { width: 100%; text-align: center; display: block; box-sizing: border-box;}
}
@media (max-width: 768px) {
  .cv-country-content .perks-grid {
        display: flex !important; flex-wrap: nowrap !important;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 0 16px; scrollbar-width: none;
        align-items: flex-start;}
  .cv-country-content .perks-grid::-webkit-scrollbar { display: none;}
  .cv-country-content .perk-card {
        flex: 0 0 180px; width: 180px !important;
        scroll-snap-align: start; min-width: 0; overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.25s ease, border-color 0.25s ease;}
  .cv-country-content .perk-card .perk-highlight {
        display: inline-block; opacity: 0; max-height: 0;
        overflow: hidden; margin-top: 0;
        transition: opacity 0.2s ease 0.1s,
                    max-height 0.3s cubic-bezier(0.4,0,0.2,1) 0.05s,
                    margin-top 0.2s ease 0.05s;}
  .cv-country-content .perk-card.perk-expanded { border-color: var(--orange) !important; box-shadow: 0 4px 18px rgba(232,82,28,.18);}
  .cv-country-content .perk-card.perk-expanded p { max-height: 140px !important; opacity: 1 !important; margin-top: 8px !important;}
  .cv-country-content .perk-card.perk-expanded .perk-highlight { opacity: 1; max-height: 40px; margin-top: 10px;}
}
.cv-country-content .ossd-callout-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;}
@media (max-width: 768px) {
  .cv-country-content .ossd-callout-grid { grid-template-columns: 1fr;}
}
@media (max-width: 768px) {
  .cv-country-content .counsellor-notice-text { display: none;}
  .cv-country-content .counsellor-notice-cta .btn, .cv-country-content .counsellor-notice-cta a[href*="wa.me"] { width: 100%; text-align: center; display: block; box-sizing: border-box;}
}
.cv-country-content .quick-facts { padding: 80px 0; background: white;}
.cv-country-content .fact-card { background: var(--light); border-radius: 16px; padding: 28px 22px; border: 1px solid var(--border); text-align: center;}
.cv-country-content .fact-icon { width: 32px; height: 32px; margin-bottom: 12px; color: var(--orange);}
.cv-country-content .study-perks { padding: 80px 0; background: var(--light);}
.cv-country-content .perk-card { background: white; border-radius: 16px; padding: 32px 26px; border: 1px solid var(--border); transition: transform .2s, box-shadow .2s, border-color .2s;}
.cv-country-content .perk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,49,137,.1); border-color: var(--blue);}
.cv-country-content .perk-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px;}
.cv-country-content .perk-icon-wrap.orange { background: var(--orange-pale);}
.cv-country-content .perk-icon-wrap.navy { background: #EEF1F9;}
.cv-country-content .perk-icon-wrap.yellow { background: var(--yellow-pale);}
.cv-country-content .perk-highlight { display: inline-block; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--blue); background: var(--blue-pale); padding: 3px 10px; border-radius: 6px; margin-top: 10px;}
.cv-country-content .exams-section { padding: 80px 0; background: white;}
.cv-country-content .exams-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px;}
.cv-country-content .exam-card { background: var(--light); border-radius: 16px; padding: 32px; border: 1px solid var(--border);}
.cv-country-content .exam-card h3 { font-family: var(--font-ui); font-size: 20px; font-weight: 800; color: var(--text-dark); margin-bottom: 6px;}
.cv-country-content .exam-subtitle { font-size: 13px; color: var(--slate); margin-bottom: 16px; font-weight: 600;}
.cv-country-content .exam-card p { font-size: 14px; color: var(--text-body); line-height: 1.7; margin-bottom: 16px;}
.cv-country-content .exam-levels { display: flex; flex-wrap: wrap; gap: 8px;}
.cv-country-content .exam-level { font-family: var(--font-ui); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; background: white; border: 1px solid var(--border); color: var(--text-dark);}
.cv-country-content .exam-level.delf { background: var(--blue-pale); color: var(--blue); border-color: var(--blue-pale);}
.cv-country-content .exam-level.dalf { background: #FEE2E2; color: #991B1B; border-color: #FEE2E2;}
.cv-country-content .life-item-icon { width: 44px; height: 44px; border-radius: 12px; background: white; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;}
.cv-country-content .french-global { padding: 80px 0; background: white;}
.cv-country-content .global-banner { background: linear-gradient(135deg, #003189, #001a55); border-radius: 16px; padding: 52px; text-align: center;}
.cv-country-content .global-banner h2 { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: white; letter-spacing: -.02em; margin-bottom: 14px;}
.cv-country-content .global-banner p { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.7; max-width: 580px; margin: 0 auto 32px;}
.cv-country-content .global-stats { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap;}
.cv-country-content .global-stat { text-align: center;}
.cv-country-content .global-stat-value { font-family: var(--font-display); font-size: 40px; font-weight: 900; color: var(--yellow); line-height: 1; margin-bottom: 6px;}
.cv-country-content .global-stat-label { font-size: 13px; color: rgba(255,255,255,.6); max-width: 140px; margin: 0 auto; line-height: 1.4;}
@media (max-width: 1024px) {
  .cv-country-content .stat-row { flex: 0 0 auto; flex-direction: column; align-items: center; text-align: center; min-width: 80px; padding: 6px 10px; border-bottom: none; border-right: 1px solid rgba(255,255,255,.1); gap: 4px;}
  .cv-country-content .stat-row:last-child { border-right: none;}
  .cv-country-content .stat-label { font-size: 9px;}
  .cv-country-content .stat-value { font-size: 11px;}
  .cv-country-content .stat-icon { width: 24px;}
  .cv-country-content .stat-icon svg { width: 16px; height: 16px;}
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .perks-grid { grid-template-columns: 1fr 1fr;}
  .cv-country-content .life-grid { grid-template-columns: 1fr;}
  .cv-country-content .exams-grid { grid-template-columns: 1fr;}
  .cv-country-content .global-stats { gap: 32px;}
  .cv-country-content .sp-callout-grid { grid-template-columns: 1fr !important; gap: 32px !important;}
}
@media (max-width: 768px) {
  .cv-country-content .perks-grid { grid-template-columns: 1fr;}
  .cv-country-content .section-header h2 { font-size: 28px;}
  .cv-country-content .perk-card p { font-size: 12px; display: block; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, margin-top 0.2s ease;}
  .cv-country-content .perk-card { padding: 20px 18px;}
  .cv-country-content .perk-card h3 { margin-bottom: 0;}
  .cv-country-content .section-header p { font-size: 13px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
  .cv-country-content .global-banner { padding: 32px 24px;}
  .cv-country-content .global-banner h2 { font-size: 26px;}
  .cv-country-content .global-stat-value { font-size: 30px;}
  .cv-country-content .perks-grid {
        display: flex !important; flex-wrap: nowrap !important;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 0 16px; scrollbar-width: none;
        align-items: flex-start;}
  .cv-country-content .perks-grid::-webkit-scrollbar { display: none;}
  .cv-country-content .perk-card {
        flex: 0 0 180px; width: 180px !important;
        scroll-snap-align: start; min-width: 0; overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.25s ease, border-color 0.25s ease;}
  .cv-country-content .perk-card .perk-highlight {
        display: inline-block; opacity: 0; max-height: 0;
        overflow: hidden; margin-top: 0;
        transition: opacity 0.2s ease 0.1s,
                    max-height 0.3s cubic-bezier(0.4,0,0.2,1) 0.05s,
                    margin-top 0.2s ease 0.05s;}
  .cv-country-content .perk-card.perk-expanded { border-color: var(--orange) !important; box-shadow: 0 4px 18px rgba(232,82,28,.18);}
  .cv-country-content .perk-card.perk-expanded p { max-height: 140px !important; opacity: 1 !important; margin-top: 8px !important;}
  .cv-country-content .perk-card.perk-expanded .perk-highlight { opacity: 1; max-height: 40px; margin-top: 10px;}
}
.cv-country-content .perks { background: var(--light);}
@media (max-width: 768px) {
  .cv-country-content .perks-grid { grid-template-columns: 1fr;}
  .cv-country-content .section-header h2 { font-size: 28px;}
  .cv-country-content .perk-card p { font-size: 12px; display: block; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, margin-top 0.2s ease;}
  .cv-country-content .perk-card { padding: 20px 18px;}
  .cv-country-content .perk-card h3 { margin-bottom: 0;}
  .cv-country-content .section-header p { font-size: 13px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
  .cv-country-content .perks-grid {
        display: flex !important; flex-wrap: nowrap !important;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 0 16px; scrollbar-width: none;
        align-items: flex-start;}
  .cv-country-content .perks-grid::-webkit-scrollbar { display: none;}
  .cv-country-content .perk-card {
        flex: 0 0 180px; width: 180px !important;
        scroll-snap-align: start; min-width: 0; overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.25s ease, border-color 0.25s ease;}
  .cv-country-content .perk-card .perk-highlight {
        display: inline-block; opacity: 0; max-height: 0;
        overflow: hidden; margin-top: 0;
        transition: opacity 0.2s ease 0.1s,
                    max-height 0.3s cubic-bezier(0.4,0,0.2,1) 0.05s,
                    margin-top 0.2s ease 0.05s;}
  .cv-country-content .perk-card.perk-expanded { border-color: var(--orange) !important; box-shadow: 0 4px 18px rgba(232,82,28,.18);}
  .cv-country-content .perk-card.perk-expanded p { max-height: 140px !important; opacity: 1 !important; margin-top: 8px !important;}
  .cv-country-content .perk-card.perk-expanded .perk-highlight { opacity: 1; max-height: 40px; margin-top: 10px;}
  .cv-country-content .counsellor-notice-text { display: none;}
  .cv-country-content .counsellor-notice { padding: 12px 0;}
  .cv-country-content .counsellor-notice-inner { padding: 14px 16px; gap: 12px;}
  .cv-country-content .counsellor-notice-icon { display: none;}
  .cv-country-content .counsellor-notice-title { font-size: 13px; margin-bottom: 4px;}
  .cv-country-content .counsellor-notice-badge { font-size: 10px; padding: 2px 8px; margin-bottom: 6px;}
  .cv-country-content .counsellor-notice-cta a, .cv-country-content .counsellor-notice-cta .btn { display: block; width: 100%; text-align: center;}
}
.cv-country-content .perk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(27,43,94,.1); border-color: var(--orange);}
.cv-country-content .perk-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--orange-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--orange);}
.cv-country-content .perk-icon-wrap svg { width: 26px; height: 26px;}
.cv-country-content .perk-icon-wrap.green { background: var(--green-pale);}
.cv-country-content .perk-highlight { display: inline-block; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--green); background: var(--green-pale); padding: 3px 10px; border-radius: 6px; margin-top: 10px;}
.cv-country-content .life-section { padding: 80px 0; background: white;}
.cv-country-content .life-item-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--orange);}
.cv-country-content .life-item-icon svg { width: 20px; height: 20px;}
.cv-country-content .universities { padding: 80px 0; background: var(--light);}
.cv-country-content .uni-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px;}
.cv-country-content .uni-chip { background: white; border: 1px solid var(--border); border-radius: 100px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: var(--text-dark); font-family: var(--font-ui); transition: border-color .15s, background .15s;}
.cv-country-content .uni-chip:hover { border-color: var(--orange); background: var(--orange-pale); color: var(--orange);}
.cv-country-content .entry-pathways { padding: 80px 0; background: var(--light);}
.cv-country-content .pathway-eligibility { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 12px;}
.cv-country-content .elig-chip { display: inline-flex; align-items: center; gap: 10px; background: var(--light); border: 1px solid var(--border); border-radius: 100px; padding: 10px 20px; font-size: 14px; font-weight: 600; color: var(--text-dark); font-family: var(--font-ui);}
.cv-country-content .elig-chip svg { color: var(--green); flex-shrink: 0;}
.cv-country-content .pathway-note { text-align: center; font-size: 13px; color: var(--slate); margin-bottom: 40px;}
.cv-country-content .pathway-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px;}
@media (max-width: 720px) {
  .cv-country-content .pathway-routes { grid-template-columns: 1fr;}
}
.cv-country-content .route-card { background: white; border: 1px solid var(--border); border-radius: 16px; overflow: hidden;}
.cv-country-content .route-card-head { padding: 24px 28px;}
.cv-country-content .route-card-head.navy { background: var(--navy);}
.cv-country-content .route-card-head.orange { background: var(--orange);}
.cv-country-content .route-label { font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px;}
.cv-country-content .route-title { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: white; letter-spacing: -.02em; margin-bottom: 8px;}
.cv-country-content .route-desc { font-size: 13.5px; color: rgba(255,255,255,.75); line-height: 1.6;}
.cv-country-content .route-card-body { padding: 24px 28px; display: flex; flex-direction: column; gap: 16px; background: white;}
.cv-country-content .route-rule { background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px;}
.cv-country-content .route-rule-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px;}
.cv-country-content .route-rule-head svg { color: var(--orange); flex-shrink: 0;}
.cv-country-content .route-rule-title { font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--text-dark);}
.cv-country-content .route-rule-body { font-size: 13px; color: var(--text-body); line-height: 1.6;}
.cv-country-content .route-rule.highlight { border-color: rgba(232,82,28,.25); background: var(--orange-pale);}
.cv-country-content .route-rule.highlight .route-rule-head svg { color: var(--navy);}
.cv-country-content .route-cta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: var(--orange); text-decoration: none; margin-top: 4px;}
.cv-country-content .route-cta:hover { text-decoration: underline;}
.cv-country-content .costs { padding: 80px 0; background: white;}
.cv-country-content .costs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px;}
.cv-country-content .cost-block { background: var(--light); border-radius: 16px; padding: 32px; border: 1px solid var(--border);}
.cv-country-content .cost-block h3 { font-family: var(--font-ui); font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; display: flex; align-items: center; gap: 10px;}
.cv-country-content .cost-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border);}
.cv-country-content .cost-label { flex: 1; min-width: 0; line-height: 1.45;}
.cv-country-content .cost-amount { flex-shrink: 0; text-align: right; line-height: 1.45;}
.cv-country-content .cost-row:last-child { border-bottom: none;}
.cv-country-content .cost-label { font-size: 14px; color: var(--text-body);}
.cv-country-content .cost-amount { font-family: var(--font-ui); font-size: 14px; font-weight: 700; color: var(--text-dark);}
.cv-country-content .cost-amount.featured { color: var(--orange); font-size: 16px;}
@media (max-width: 1024px) {
  .cv-country-content .stat-row { flex: 0 0 auto; flex-direction: column; align-items: center; text-align: center; min-width: 80px; padding: 6px 10px; border-bottom: none; border-right: 1px solid rgba(255,255,255,.1); gap: 4px;}
  .cv-country-content .stat-row:last-child { border-right: none;}
  .cv-country-content .stat-label { font-size: 9px;}
  .cv-country-content .stat-value { font-size: 11px;}
  .cv-country-content .stat-icon { width: 24px;}
  .cv-country-content .stat-icon svg { width: 16px; height: 16px;}
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .perks-grid { grid-template-columns: 1fr 1fr;}
  .cv-country-content .life-grid { grid-template-columns: 1fr;}
  .cv-country-content .costs-grid { grid-template-columns: 1fr;}
}
@media (max-width: 768px) {
  .cv-country-content .facts-grid { grid-template-columns: 1fr 1fr;}
  .cv-country-content .perks-grid { grid-template-columns: 1fr;}
  .cv-country-content .section-header h2 { font-size: 28px;}
  .cv-country-content .perk-card p { font-size: 12px; display: block; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, margin-top 0.2s ease;}
  .cv-country-content .perk-card { padding: 20px 18px;}
  .cv-country-content .perk-card h3 { margin-bottom: 0;}
  .cv-country-content .section-header p { font-size: 13px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
  .cv-country-content .route-card-body { grid-template-columns: 1fr !important;}
  .cv-country-content .perks-grid {
        display: flex !important; flex-wrap: nowrap !important;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 0 16px; scrollbar-width: none;
        align-items: flex-start;}
  .cv-country-content .perks-grid::-webkit-scrollbar { display: none;}
  .cv-country-content .perk-card {
        flex: 0 0 180px; width: 180px !important;
        scroll-snap-align: start; min-width: 0; overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.25s ease, border-color 0.25s ease;}
  .cv-country-content .perk-card .perk-highlight {
        display: inline-block; opacity: 0; max-height: 0;
        overflow: hidden; margin-top: 0;
        transition: opacity 0.2s ease 0.1s,
                    max-height 0.3s cubic-bezier(0.4,0,0.2,1) 0.05s,
                    margin-top 0.2s ease 0.05s;}
  .cv-country-content .perk-card.perk-expanded { border-color: var(--orange) !important; box-shadow: 0 4px 18px rgba(232,82,28,.18);}
  .cv-country-content .perk-card.perk-expanded p { max-height: 140px !important; opacity: 1 !important; margin-top: 8px !important;}
  .cv-country-content .perk-card.perk-expanded .perk-highlight { opacity: 1; max-height: 40px; margin-top: 10px;}
}
@media (max-width: 480px) {
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .costs-grid { grid-template-columns: 1fr; gap: 16px;}
  .cv-country-content .cost-block { padding: 20px 18px;}
  .cv-country-content .cost-block h3 { font-size: 16px; margin-bottom: 14px;}
  .cv-country-content .cost-row { flex-direction: column; gap: 3px; padding: 10px 0;}
  .cv-country-content .cost-label { font-size: 13px;}
  .cv-country-content .cost-amount { text-align: left; font-size: 15px;}
  .cv-country-content .cost-amount.featured { font-size: 16px;}
}
.cv-country-content .study-perks { background: var(--light);}
.cv-country-content .universities { background: var(--white);}
@media (max-width: 768px) {
  .cv-country-content .counsellor-notice-text { display: none;}
  .cv-country-content .counsellor-notice { padding: 12px 0;}
  .cv-country-content .counsellor-notice-inner { padding: 14px 16px; gap: 12px;}
  .cv-country-content .counsellor-notice-icon { display: none;}
  .cv-country-content .counsellor-notice-title { font-size: 13px; margin-bottom: 4px;}
  .cv-country-content .counsellor-notice-badge { font-size: 10px; padding: 2px 8px; margin-bottom: 6px;}
  .cv-country-content .counsellor-notice .btn, .cv-country-content .counsellor-notice a[href*="wa.me"] { width: 100%; text-align: center; display: block;}
}
.cv-country-content .admissions-notice { background: var(--light); border-bottom: 1px solid var(--border); padding: 24px 0;}
.cv-country-content .admissions-notice-inner { display: flex; align-items: flex-start; gap: 16px; background: #EEF1F9; border: 1px solid rgba(27,43,94,.12); border-radius: 12px; padding: 20px 24px;}
.cv-country-content .admissions-notice-icon { flex-shrink: 0; color: var(--navy); margin-top: 1px;}
.cv-country-content .admissions-notice-body { flex: 1;}
.cv-country-content .admissions-notice-title { font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 5px;}
.cv-country-content .admissions-notice-text { font-size: 13px; color: var(--text-body); line-height: 1.65;}
.cv-country-content .programme-highlight { padding: 80px 0; background: white;}
.cv-country-content .prog-banner { background: linear-gradient(135deg, #C41E3A, #8B0000); border-radius: 16px; padding: 48px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;}
.cv-country-content .prog-banner h2 { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: white; letter-spacing: -.02em; margin-bottom: 12px;}
.cv-country-content .prog-banner p { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.7; max-width: 600px;}
.cv-country-content .prog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;}
.cv-country-content .prog-tag { background: rgba(255,255,255,.15); color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; padding: 5px 14px; font-size: 11px; font-weight: 600; font-family: var(--font-ui);}
.cv-country-content .prog-cta-box { text-align: center; flex-shrink: 0;}
.cv-country-content .prog-cta-box .big-stat { font-family: var(--font-display); font-size: 48px; font-weight: 900; color: var(--yellow); line-height: 1;}
.cv-country-content .prog-cta-box .big-label { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 4px; margin-bottom: 16px;}
.cv-country-content .perk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(27,43,94,.1); border-color: var(--red);}
.cv-country-content .perk-icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--red-pale); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px;}
.cv-country-content .perk-highlight { display: inline-block; font-family: var(--font-ui); font-size: 13px; font-weight: 700; color: var(--red); background: var(--red-pale); padding: 3px 10px; border-radius: 6px; margin-top: 10px;}
.cv-country-content .locations { padding: 80px 0; background: white;}
.cv-country-content .location-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px;}
.cv-country-content .location-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: transform .2s, box-shadow .2s;}
.cv-country-content .location-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(196,30,58,.12);}
.cv-country-content .location-thumb { height: 160px; display: flex; align-items: center; justify-content: center; font-size: 56px;}
.cv-country-content .location-body { padding: 24px;}
.cv-country-content .location-name { font-family: var(--font-ui); font-size: 22px; font-weight: 800; color: var(--text-dark); margin-bottom: 8px;}
.cv-country-content .location-desc { font-size: 14px; color: var(--text-body); line-height: 1.65; margin-bottom: 14px;}
.cv-country-content .location-highlights { display: flex; flex-direction: column; gap: 6px;}
.cv-country-content .location-highlight { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--text-body);}
.cv-country-content .location-highlight::before { content: '✓'; color: var(--red); font-weight: 700; flex-shrink: 0; margin-top: 1px;}
@media (max-width: 1024px) {
  .cv-country-content .stat-row { flex: 0 0 auto; flex-direction: column; align-items: center; text-align: center; min-width: 80px; padding: 6px 10px; border-bottom: none; border-right: 1px solid rgba(255,255,255,.1); gap: 4px;}
  .cv-country-content .stat-row:last-child { border-right: none;}
  .cv-country-content .stat-label { font-size: 9px;}
  .cv-country-content .stat-value { font-size: 11px;}
  .cv-country-content .stat-icon { width: 24px;}
  .cv-country-content .stat-icon svg { width: 16px; height: 16px;}
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .perks-grid { grid-template-columns: 1fr 1fr;}
  .cv-country-content .life-grid { grid-template-columns: 1fr;}
  .cv-country-content .prog-banner { grid-template-columns: 1fr;}
  .cv-country-content .location-cards { grid-template-columns: 1fr;}
}
@media (max-width: 768px) {
  .cv-country-content .perks-grid { grid-template-columns: 1fr;}
  .cv-country-content .section-header h2 { font-size: 28px;}
  .cv-country-content .perk-card p { font-size: 12px; display: block; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease, margin-top 0.2s ease;}
  .cv-country-content .perk-card { padding: 20px 18px;}
  .cv-country-content .perk-card h3 { margin-bottom: 0;}
  .cv-country-content .section-header p { font-size: 13px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
  .cv-country-content [style*="grid-template-columns:1fr auto"] { grid-template-columns: 1fr !important;}
  .cv-country-content .perks-grid {
        display: flex !important; flex-wrap: nowrap !important;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 12px; padding: 4px 0 16px; scrollbar-width: none;
        align-items: flex-start;}
  .cv-country-content .perks-grid::-webkit-scrollbar { display: none;}
  .cv-country-content .perk-card {
        flex: 0 0 180px; width: 180px !important;
        scroll-snap-align: start; min-width: 0; overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.25s ease, border-color 0.25s ease;}
  .cv-country-content .perk-card .perk-highlight {
        display: inline-block; opacity: 0; max-height: 0;
        overflow: hidden; margin-top: 0;
        transition: opacity 0.2s ease 0.1s,
                    max-height 0.3s cubic-bezier(0.4,0,0.2,1) 0.05s,
                    margin-top 0.2s ease 0.05s;}
  .cv-country-content .perk-card.perk-expanded { border-color: var(--orange) !important; box-shadow: 0 4px 18px rgba(232,82,28,.18);}
  .cv-country-content .perk-card.perk-expanded p { max-height: 140px !important; opacity: 1 !important; margin-top: 8px !important;}
  .cv-country-content .perk-card.perk-expanded .perk-highlight { opacity: 1; max-height: 40px; margin-top: 10px;}
}
@media (max-width: 480px) {
  .cv-country-content .facts-grid { grid-template-columns: repeat(2, 1fr);}
  .cv-country-content .prog-banner { padding: 28px 20px; border-radius: 16px;}
  .cv-country-content .prog-banner h2 { font-size: 22px;}
}
