/* ══════════════════════════════════════════════════════════════════
   EUROSTAR YURTDIŞI EĞİTİM — Özbekistan Premium Portal
   Design System v5.0 | Timurid × Modern Academic
   ══════════════════════════════════════════════════════════════════ */

/* ── Reset ───────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

/* ── Design Tokens ───────────────────────────────────────────────── */
:root{
  /* Brand Colours */
  --navy:        #0f2347;
  --primary:     #1a3a6b;
  --primary-m:   #2453a0;
  --primary-l:   #2d5aa8;
  --primary-xl:  #e8eef8;
  --gold:        #f4a827;
  --gold-d:      #d4901a;
  --gold-l:      #fde68a;
  --gold-pale:   #fffbeb;
  --gold-grad:   linear-gradient(135deg,#f4a827 0%,#d4901a 100%);
  --uzb-grad:    linear-gradient(135deg,#0f2347 0%,#1a3a6b 50%,#2d5aa8 100%);
  --uzb-rich:    linear-gradient(135deg,#0a1628 0%,#1a3a6b 40%,#2453a0 75%,#1a5276 100%);

  /* Accent Colours */
  --red:         #e63946;
  --red-l:       #fee2e2;
  --green:       #059669;
  --green-l:     #d1fae5;
  --purple:      #7c3aed;
  --purple-l:    #ede9fe;
  --teal:        #0891b2;
  --teal-l:      #cffafe;
  --amber:       #f59e0b;
  --amber-l:     #fef3c7;
  --orange:      #ea580c;

  /* Neutrals */
  --surface:     #f8fafc;
  --surface2:    #f1f5f9;
  --cream:       #faf8f3;
  --border:      #e2e8f0;
  --border-d:    #cbd5e1;
  --text:        #1e293b;
  --text-m:      #64748b;
  --text-l:      #94a3b8;
  --white:       #ffffff;

  /* Shadows */
  --sh-xs:  0 1px 3px rgba(0,0,0,.06);
  --sh-sm:  0 2px 8px rgba(0,0,0,.08);
  --sh-md:  0 4px 20px rgba(0,0,0,.10);
  --sh-lg:  0 8px 36px rgba(0,0,0,.13);
  --sh-xl:  0 16px 56px rgba(0,0,0,.18);
  --sh-gold:0 8px 28px rgba(244,168,39,.35);
  --sh-navy:0 8px 28px rgba(26,58,107,.3);

  /* Radii */
  --r-xs: 6px;  --r-sm: 10px;  --r-md: 16px;  --r-lg: 22px;  --r-xl: 30px;

  /* Typography */
  --font-body:    'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-display: 'Playfair Display',Georgia,serif;
  --font-accent:  'Cinzel',serif;
}

html{scroll-behavior:smooth;}
body{font-family:var(--font-body);color:var(--text);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;}
button{cursor:pointer;font-family:inherit;border:none;}

/* ── Reveal Animation System ─────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}
.reveal.revealed{opacity:1;transform:translateY(0);}

/* ── Timurid Star Pattern (reusable) ─────────────────────────────── */
.timurid-pattern{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,4 47,28 72,28 52,44 60,68 40,54 20,68 28,44 8,28 33,28' fill='%23f4a827' opacity='0.08'/%3E%3C/svg%3E");
  background-size:80px 80px;
}

/* ══════════════════════════════════════════════════════════════════
   TOP ANNOUNCEMENT BAR
   ══════════════════════════════════════════════════════════════════ */
.top-announcement-bar{
  background:var(--uzb-rich);color:rgba(255,255,255,.85);
  overflow:hidden;position:relative;border-bottom:2px solid var(--gold);
}
.tab-inner{
  max-width:1320px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;height:38px;gap:12px;
}
.tab-marquee{
  flex:1;display:flex;align-items:center;gap:20px;
  animation:tab-slide 30s linear infinite;
  white-space:nowrap;font-size:12px;font-weight:600;
}
@keyframes tab-slide{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.tab-marquee i{color:var(--gold);margin-right:5px;}
.tab-sep{color:var(--gold);opacity:.4;}
.tab-close{
  background:none;border:none;color:rgba(255,255,255,.4);
  font-size:12px;cursor:pointer;padding:4px;flex-shrink:0;
  transition:color .15s;
}
.tab-close:hover{color:#fff;}

/* ══════════════════════════════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════════════════════════════ */
.navbar{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
  box-shadow:var(--sh-sm);
  transition:box-shadow .3s,background .3s;
}
.navbar.scrolled{
  background:rgba(255,255,255,.99);
  box-shadow:0 4px 30px rgba(26,58,107,.12);
}
.navbar-inner{
  max-width:1320px;margin:0 auto;
  display:flex;align-items:center;gap:12px;
  padding:0 24px;height:70px;
}
.navbar-brand{display:flex;align-items:center;gap:11px;flex-shrink:0;}
.brand-emblem{width:40px;height:40px;flex-shrink:0;}
.brand-emblem svg{width:100%;height:100%;filter:drop-shadow(0 2px 6px rgba(244,168,39,.4));}
.brand-text-wrap{}
.brand-name{font-family:var(--font-accent);font-size:15px;font-weight:700;color:var(--primary);letter-spacing:1.5px;line-height:1;}
.brand-sub{font-size:8px;font-weight:700;letter-spacing:2.5px;color:var(--text-m);text-transform:uppercase;margin-top:2px;}
.navbar-links{display:flex;align-items:center;gap:2px;margin-left:auto;}
.nav-link{
  display:flex;align-items:center;gap:7px;
  padding:8px 14px;border-radius:var(--r-sm);
  font-size:13.5px;font-weight:600;color:var(--text-m);
  transition:all .18s;position:relative;
}
.nav-link i{font-size:12px;}
.nav-link:hover{color:var(--primary);background:var(--primary-xl);}
.nav-active{color:var(--primary)!important;background:var(--primary-xl)!important;}
.nav-active::after{
  content:'';position:absolute;bottom:-1px;left:14px;right:14px;
  height:2px;background:var(--gold);border-radius:2px 2px 0 0;
}
.navbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.nav-wa-btn{
  width:38px;height:38px;border-radius:50%;
  background:#25d366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;transition:all .2s;
  box-shadow:0 2px 8px rgba(37,211,102,.3);
}
.nav-wa-btn:hover{transform:scale(1.1);box-shadow:0 4px 14px rgba(37,211,102,.45);}
.navbar-cta{
  display:flex;align-items:center;gap:8px;
  padding:10px 20px;border-radius:25px;
  background:var(--uzb-grad);color:#fff!important;
  font-size:13px;font-weight:700;white-space:nowrap;
  box-shadow:var(--sh-navy);transition:all .2s;
}
.navbar-cta:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(26,58,107,.4);}
.navbar-burger{
  display:none;background:none;border:none;
  font-size:22px;color:var(--primary);padding:8px;
}
.mobile-nav{
  display:none;flex-direction:column;
  background:var(--primary);border-top:none;
  padding:0 0 16px;
}
.mobile-nav.open{display:flex;}
.mob-nav-brand{
  display:flex;align-items:center;gap:10px;
  padding:16px 18px 14px;
  border-bottom:1px solid rgba(255,255,255,.1);
  font-family:var(--font-accent);font-size:13px;
  font-weight:700;color:var(--gold);letter-spacing:1px;
}
.mob-nav-brand svg{flex-shrink:0;}
.mob-nav-divider{height:1px;background:rgba(255,255,255,.1);margin:8px 0;}
.mobile-nav a{
  padding:13px 18px;font-size:15px;font-weight:600;
  color:rgba(255,255,255,.85);
  display:flex;align-items:center;gap:12px;transition:all .15s;
}
.mobile-nav a i{font-size:14px;color:rgba(255,255,255,.5);width:18px;}
.mobile-nav a:hover{color:#fff;background:rgba(255,255,255,.08);}
.mobile-wa{color:#4ade80!important;}
.mobile-wa i{color:#4ade80!important;}
.mobile-cta{
  margin:12px 18px 0;
  background:var(--gold-grad);color:var(--navy)!important;
  border-radius:var(--r-sm);
  justify-content:center;font-weight:800!important;
  padding:14px 18px!important;
}
.mobile-cta i{color:var(--navy)!important;}

/* ══════════════════════════════════════════════════════════════════
   CINEMATIC HOME HERO
   ══════════════════════════════════════════════════════════════════ */
.home-hero{
  position:relative;min-height:620px;
  background:var(--uzb-rich);
  display:flex;align-items:center;
  overflow:hidden;
}
.hero-bg-layer{
  position:absolute;inset:0;
  background:radial-gradient(ellipse at 80% 50%,rgba(36,83,160,.3) 0%,transparent 60%),
             radial-gradient(ellipse at 20% 80%,rgba(244,168,39,.08) 0%,transparent 50%);
  pointer-events:none;
}
.hero-geo-pattern{
  position:absolute;inset:0;pointer-events:none;opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpolygon points='50,5 58,30 85,30 64,48 72,73 50,57 28,73 36,48 15,30 42,30' fill='%23f4a827'/%3E%3C/svg%3E");
  background-size:100px 100px;
}
.hero-gradient-overlay{
  position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(10,22,40,.7) 0%,rgba(10,22,40,.2) 60%,transparent 100%);
}
.hero-inner{
  max-width:1320px;margin:0 auto;padding:80px 24px 70px;
  position:relative;z-index:1;width:100%;
  display:flex;align-items:center;gap:60px;
}
.hero-content{flex:1;min-width:0;}
.hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(244,168,39,.15);border:1px solid rgba(244,168,39,.4);
  padding:8px 18px;border-radius:30px;
  font-size:13px;font-weight:700;color:var(--gold-l);
  margin-bottom:28px;letter-spacing:.3px;
}
.hb-dot{
  width:8px;height:8px;background:var(--gold);
  border-radius:50%;animation:pulse-dot 2s infinite;
}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.hero-title{
  font-family:var(--font-display);
  font-size:clamp(36px,5.5vw,66px);
  font-weight:900;line-height:1.1;
  color:#fff;margin-bottom:22px;
}
.ht-line1{display:block;opacity:.9;}
.ht-line2{display:block;}
.ht-line2 em{color:var(--gold);font-style:normal;}
.hero-desc{
  font-size:17px;color:rgba(255,255,255,.82);
  line-height:1.8;margin-bottom:34px;max-width:580px;
}
.hero-desc strong{color:#fff;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px;}
.hero-btn-primary{
  display:inline-flex;align-items:center;gap:9px;
  padding:15px 30px;border-radius:32px;
  background:var(--gold-grad);color:var(--navy);
  font-size:15px;font-weight:800;
  box-shadow:var(--sh-gold);transition:all .22s;
}
.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(244,168,39,.5);}
.hero-btn-secondary{
  display:inline-flex;align-items:center;gap:9px;
  padding:15px 28px;border-radius:32px;
  background:rgba(255,255,255,.1);color:#fff;
  font-size:15px;font-weight:700;
  border:2px solid rgba(255,255,255,.3);transition:all .22s;
  backdrop-filter:blur(4px);
}
.hero-btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.6);transform:translateY(-2px);}
.hero-trust-row{
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;
  font-size:12.5px;color:rgba(255,255,255,.6);font-weight:600;
}
.htr-item{display:flex;align-items:center;gap:6px;}
.htr-item i{color:var(--gold);font-size:12px;}
.htr-sep{color:rgba(255,255,255,.3);}

/* Hero visual */
.hero-visual{
  flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:20px;
  position:relative;
}
/* Decorative rings behind the orb */
.hero-visual::before{
  content:'';position:absolute;
  width:280px;height:280px;border-radius:50%;
  border:1px solid rgba(244,168,39,.12);
  top:50%;left:50%;transform:translate(-50%,-56%) ;
  animation:orb-ring-pulse 3s ease-in-out infinite;
  pointer-events:none;
}
.hero-visual::after{
  content:'';position:absolute;
  width:340px;height:340px;border-radius:50%;
  border:1px solid rgba(244,168,39,.06);
  top:50%;left:50%;transform:translate(-50%,-56%);
  animation:orb-ring-pulse 3s ease-in-out infinite .7s;
  pointer-events:none;
}
@keyframes orb-ring-pulse{0%,100%{opacity:.4;transform:translate(-50%,-56%) scale(1)}50%{opacity:.8;transform:translate(-50%,-56%) scale(1.04)}}
.hero-orb-main{
  width:210px;height:210px;border-radius:50%;
  background:radial-gradient(circle at 40% 40%,rgba(244,168,39,.28) 0%,rgba(244,168,39,.08) 60%,transparent 100%);
  border:2px solid rgba(244,168,39,.3);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:4px;position:relative;
  box-shadow:0 0 80px rgba(244,168,39,.15),inset 0 0 40px rgba(244,168,39,.05);
  animation:orb-float 4s ease-in-out infinite;
  backdrop-filter:blur(4px);
}
@keyframes orb-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hom-flag{font-size:52px;margin-bottom:4px;}
.hom-country{font-size:13px;font-weight:800;color:#fff;letter-spacing:2px;}
.hom-tagline{font-size:10px;color:rgba(255,255,255,.6);font-weight:600;}
.hero-stat-chips{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:200px;}
.hsc{
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  border-radius:var(--r-md);padding:12px;text-align:center;
  backdrop-filter:blur(8px);
}
.hsc-num{font-size:22px;font-weight:900;color:#fff;line-height:1;margin-bottom:3px;}
.hsc-label{font-size:10.5px;color:rgba(255,255,255,.65);font-weight:600;}
.hero-scroll-hint{
  position:absolute;bottom:24px;left:50%;transform:translateX(-50%);
  color:rgba(255,255,255,.4);font-size:11px;font-weight:600;letter-spacing:2px;
  display:flex;flex-direction:column;align-items:center;gap:6px;
  text-transform:uppercase;
}
.scroll-arrow{
  width:16px;height:16px;border-right:2px solid rgba(255,255,255,.4);
  border-bottom:2px solid rgba(255,255,255,.4);
  transform:rotate(45deg);animation:scroll-bounce 1.6s infinite;
}
@keyframes scroll-bounce{0%,100%{transform:rotate(45deg) translate(0,0);opacity:.4}50%{transform:rotate(45deg) translate(4px,4px);opacity:1}}

/* ══════════════════════════════════════════════════════════════════
   SILK ROAD BAND
   ══════════════════════════════════════════════════════════════════ */
.silk-band{
  background:var(--navy);border-top:3px solid var(--gold);
  border-bottom:1px solid rgba(244,168,39,.15);
  overflow:hidden;
}
.silk-band-inner{
  display:flex;align-items:center;width:max-content;
  animation:silk-scroll 28s linear infinite;
}
.silk-band-inner:hover{animation-play-state:paused;}
@keyframes silk-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.sb-item{
  display:flex;align-items:center;gap:8px;
  padding:12px 24px;font-size:12.5px;font-weight:600;
  color:rgba(255,255,255,.75);white-space:nowrap;
}
.sb-item i{color:var(--gold);}
.sb-sep{color:var(--gold);font-size:9px;opacity:.5;padding:0 4px;}

/* ══════════════════════════════════════════════════════════════════
   ANIMATED STATS SECTION
   ══════════════════════════════════════════════════════════════════ */
.stats-section{background:var(--cream);border-bottom:1px solid var(--border);}
.stats-inner{
  max-width:1320px;margin:0 auto;padding:50px 24px;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0;
}
.stat-item{
  display:flex;flex-direction:column;align-items:center;
  text-align:center;padding:28px 16px;
  border-right:1px solid var(--border);
  transition:background .2s;
}
.stat-item:last-child{border-right:none;}
.stat-item:hover{background:white;}
.stat-icon-wrap{
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:20px;margin-bottom:14px;
}
.stat-num{
  font-family:var(--font-display);
  font-size:36px;font-weight:900;color:var(--primary);
  line-height:1;margin-bottom:6px;display:flex;align-items:baseline;gap:2px;
}
.stat-unit{font-size:18px;font-weight:700;color:var(--text-m);}
.stat-label{font-size:13.5px;font-weight:700;color:var(--text);margin-bottom:4px;}
.stat-sub{font-size:11.5px;color:var(--text-l);}

/* ══════════════════════════════════════════════════════════════════
   PARTNER LOGOS STRIP
   ══════════════════════════════════════════════════════════════════ */
.partner-logos-strip{
  background:#fff;border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  display:flex;align-items:center;gap:0;
  overflow:hidden;
}
.pls-label{
  flex-shrink:0;padding:0 24px;
  font-size:11px;font-weight:700;text-transform:uppercase;
  letter-spacing:2px;color:var(--text-l);white-space:nowrap;
  border-right:1px solid var(--border);
  min-width:140px;text-align:center;
}
.pls-track{flex:1;overflow:hidden;}
.pls-inner{
  display:flex;align-items:center;gap:0;
  width:max-content;
  animation:pls-scroll 35s linear infinite;
}
.pls-inner:hover{animation-play-state:paused;}
@keyframes pls-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.pls-logo{
  display:flex;align-items:center;gap:9px;
  padding:14px 22px;border-right:1px solid var(--border);
  transition:background .18s;white-space:nowrap;flex-shrink:0;
}
.pls-logo:hover{background:var(--primary-xl);}
.pls-emoji{font-size:22px;}
.pls-name{font-size:12px;font-weight:700;color:var(--text-m);}

/* ══════════════════════════════════════════════════════════════════
   CITY PILLS STRIP
   ══════════════════════════════════════════════════════════════════ */
.cities-strip{background:white;border-bottom:1px solid var(--border);padding:28px 0;}
.cs-wrap{max-width:1320px;margin:0 auto;padding:0 24px;}
.cs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.cs-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-m);display:flex;align-items:center;gap:7px;}
.cs-eyebrow i{color:var(--primary);}
.cs-link{font-size:13px;font-weight:700;color:var(--primary);opacity:.7;transition:opacity .15s;}
.cs-link:hover{opacity:1;text-decoration:underline;}
.city-pills-row{display:flex;gap:12px;flex-wrap:wrap;}
.city-pill{
  display:flex;align-items:center;gap:12px;
  background:var(--surface);border:1.5px solid var(--border);
  border-radius:var(--r-xl);padding:12px 20px;
  transition:all .22s;flex-shrink:0;
}
.city-pill:hover{
  border-color:var(--primary);background:var(--primary-xl);
  transform:translateY(-2px);box-shadow:var(--sh-md);
}
.cp-icon{font-size:26px;flex-shrink:0;}
.cp-info{display:flex;flex-direction:column;gap:1px;}
.cp-name{font-size:14px;font-weight:800;color:var(--primary);line-height:1;}
.cp-uni{font-size:11px;color:var(--text-l);}
.cp-cost-wrap{display:flex;flex-direction:column;align-items:flex-end;border-left:1px solid var(--border);padding-left:12px;}
.cp-cost{font-size:14px;font-weight:800;color:var(--green);line-height:1;}
.cp-month{font-size:10px;color:var(--text-l);}

/* ══════════════════════════════════════════════════════════════════
   SHARED SECTION COMPONENTS
   ══════════════════════════════════════════════════════════════════ */
.section-wrap{max-width:1320px;margin:0 auto;padding:0 24px;}
.section-head{text-align:center;margin-bottom:52px;}
.section-eyebrow{
  display:inline-flex;align-items:center;gap:7px;
  font-size:11.5px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:var(--gold-d);
  background:var(--gold-pale);border:1px solid var(--gold-l);
  padding:5px 16px;border-radius:20px;margin-bottom:16px;
}
.section-head h2{
  font-family:var(--font-display);
  font-size:clamp(26px,3.5vw,42px);font-weight:800;
  color:var(--primary);margin-bottom:14px;line-height:1.2;
}
.section-head p{font-size:16.5px;color:var(--text-m);max-width:620px;margin:0 auto;line-height:1.75;}
.section-cta-row{text-align:center;margin-top:44px;}
.btn-see-all{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 32px;border-radius:30px;
  background:var(--uzb-grad);color:#fff;
  font-size:14.5px;font-weight:700;
  box-shadow:var(--sh-navy);transition:all .22s;
}
.btn-see-all:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(26,58,107,.4);}

/* ══════════════════════════════════════════════════════════════════
   FEATURED CARDS
   ══════════════════════════════════════════════════════════════════ */
.featured-section{padding:84px 0;background:var(--surface);}
.feat-cards-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:22px;
}
.feat-card{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--sh-sm);transition:all .28s;display:block;
}
.feat-card:hover{box-shadow:var(--sh-xl);transform:translateY(-6px);border-color:var(--primary-l);}
.feat-card-hero{
  height:140px;position:relative;overflow:hidden;
}
.fch-pattern{
  position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,3 35,18 51,18 38,28 43,43 30,34 17,43 22,28 9,18 25,18' fill='%23ffffff' opacity='0.07'/%3E%3C/svg%3E");
  background-size:60px 60px;
}
.fch-content{
  position:absolute;inset:0;display:flex;
  align-items:flex-end;justify-content:space-between;
  padding:14px 16px;
}
.fch-logo{font-size:48px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));}
.fch-score-wrap{text-align:center;}
.fch-score{font-size:26px;font-weight:900;color:#fff;line-height:1;}
.fch-score-label{font-size:9px;color:rgba(255,255,255,.7);font-weight:700;letter-spacing:1px;}
.fch-type-tag{
  position:absolute;top:12px;left:12px;
  background:rgba(255,255,255,.22);backdrop-filter:blur(6px);
  color:#fff;font-size:10px;font-weight:700;
  padding:3px 10px;border-radius:20px;letter-spacing:.5px;
}
.fch-star-badge{
  position:absolute;top:12px;right:12px;
  background:var(--gold);color:var(--navy);
  font-size:10px;font-weight:800;padding:3px 9px;
  border-radius:20px;display:flex;align-items:center;gap:4px;
}
.feat-card-body{padding:18px;}
.fcb-name{font-size:15.5px;font-weight:800;color:var(--primary);margin-bottom:8px;line-height:1.3;}
.fcb-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--text-m);margin-bottom:10px;}
.fcb-meta i{color:var(--primary);opacity:.6;}
.fcb-levels{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px;}
.fcb-desc{font-size:12.5px;color:var(--text-m);line-height:1.6;margin-bottom:14px;}
.fcb-footer{display:flex;align-items:center;justify-content:space-between;}
.fcb-fee span{font-size:11.5px;color:var(--text-l);display:block;}
.fcb-fee strong{font-size:14px;color:var(--green);font-weight:800;}
.fcb-arrow{
  width:34px;height:34px;border-radius:50%;
  background:var(--primary);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;transition:all .2s;
}
.feat-card:hover .fcb-arrow{background:var(--gold);color:var(--navy);transform:translateX(3px);}

/* ══════════════════════════════════════════════════════════════════
   WHY SECTION
   ══════════════════════════════════════════════════════════════════ */
.why-section{padding:84px 0;background:#fff;}
.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;}
.why-card{
  background:var(--cream);border:1px solid var(--border);
  border-radius:var(--r-md);padding:32px 26px;
  transition:all .28s;position:relative;overflow:hidden;
}
.why-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:var(--uzb-grad);opacity:0;transition:opacity .28s;
}
.why-card:hover{
  background:#fff;border-color:var(--primary);
  box-shadow:var(--sh-lg);transform:translateY(-4px);
}
.why-card:hover::before{opacity:1;}
.why-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;}
.why-icon{
  width:54px;height:54px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;flex-shrink:0;
}
.why-badge{
  font-size:11px;font-weight:700;padding:4px 12px;
  border-radius:20px;
}
.why-card h3{font-size:16px;font-weight:800;color:var(--primary);margin-bottom:10px;}
.why-card p{font-size:13.5px;color:var(--text-m);line-height:1.75;}

/* ══════════════════════════════════════════════════════════════════
   NUMBERS BAND
   ══════════════════════════════════════════════════════════════════ */
.numbers-band{
  background:var(--uzb-rich);color:#fff;
  padding:80px 24px;position:relative;overflow:hidden;
}
.nb-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,4 47,26 70,26 52,40 59,62 40,50 21,62 28,40 10,26 33,26' fill='%23f4a827' opacity='0.05'/%3E%3C/svg%3E");
  background-size:80px 80px;
}
.nb-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1;}
.nb-head{text-align:center;margin-bottom:52px;}
.nb-head h2{
  font-family:var(--font-display);
  font-size:clamp(24px,3.5vw,38px);font-weight:800;
  margin-bottom:10px;
}
.nb-head p{font-size:15.5px;opacity:.75;max-width:520px;margin:0 auto;}
.nb-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:2px;
}
.nb-item{
  text-align:center;padding:36px 20px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  transition:background .2s;
}
.nb-item:hover{background:rgba(255,255,255,.1);}
.nb-num{
  font-family:var(--font-display);
  font-size:clamp(36px,4vw,52px);font-weight:900;
  color:var(--gold);line-height:1;margin-bottom:8px;
}
.nb-unit{font-size:18px;font-weight:600;opacity:.7;}
.nb-label{font-size:14px;font-weight:700;margin-bottom:5px;}
.nb-sub{font-size:12px;opacity:.6;}

/* ══════════════════════════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════════════════════════ */
.testimonials-section{padding:84px 0;background:var(--surface);}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;}
.testimonial-card{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-lg);padding:28px;
  box-shadow:var(--sh-sm);transition:all .28s;
  position:relative;
}
.testimonial-card::before{
  content:'"';position:absolute;top:16px;right:22px;
  font-family:var(--font-display);font-size:80px;
  color:var(--primary);opacity:.06;line-height:1;
}
.testimonial-card:hover{box-shadow:var(--sh-lg);transform:translateY(-4px);}
.tc-stars{color:var(--gold);font-size:16px;letter-spacing:2px;margin-bottom:14px;}
.tc-text{
  font-size:14.5px;color:var(--text-m);line-height:1.8;
  margin-bottom:20px;font-style:italic;
}
.tc-author{display:flex;align-items:center;gap:12px;}
.tc-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--uzb-grad);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;font-weight:800;flex-shrink:0;
}
.tc-name{font-size:14px;font-weight:800;color:var(--primary);}
.tc-dept{font-size:12px;color:var(--text-l);}
.tc-year{margin-left:auto;font-size:12px;color:var(--text-l);font-weight:600;}

/* ══════════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════════ */
.faq-section{padding:84px 0;background:var(--cream);}
.faq-wrap{
  max-width:1100px;margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start;
}
.faq-left{}
.faq-left h2{
  font-family:var(--font-display);
  font-size:clamp(24px,3vw,36px);font-weight:800;
  color:var(--primary);margin:12px 0;line-height:1.2;
}
.faq-left p{font-size:15px;color:var(--text-m);line-height:1.7;margin-bottom:24px;}
.faq-wa-btn{
  display:inline-flex;align-items:center;gap:9px;
  padding:13px 24px;border-radius:25px;
  background:#25d366;color:#fff;
  font-size:14px;font-weight:700;transition:all .2s;
}
.faq-wa-btn:hover{background:#1eba57;transform:translateY(-1px);box-shadow:0 6px 18px rgba(37,211,102,.35);}
.faq-right{}
.faq-list{display:flex;flex-direction:column;gap:10px;}
.faq-item{background:#fff;border-radius:var(--r-sm);border:1px solid var(--border);overflow:hidden;}
.faq-q{
  width:100%;display:flex;align-items:center;gap:14px;
  padding:18px 20px;background:none;border:none;text-align:left;
  font-size:14.5px;font-weight:600;color:var(--text);cursor:pointer;
  transition:background .15s;
}
.faq-q:hover{background:var(--surface);}
.faq-q.open{background:var(--primary);color:#fff;}
.faq-num{
  font-family:var(--font-accent);font-size:12px;font-weight:700;
  color:var(--gold);opacity:.8;width:24px;flex-shrink:0;
}
.faq-q.open .faq-num{color:var(--gold);}
.faq-text{flex:1;}
.faq-arrow{font-size:13px;color:var(--text-l);transition:transform .25s;flex-shrink:0;}
.faq-q.open .faq-arrow{transform:rotate(45deg);color:var(--gold);}
.faq-a{
  max-height:0;overflow:hidden;
  font-size:14px;color:var(--text-m);line-height:1.8;
  transition:max-height .35s ease,padding .35s ease;
  border-top:1px solid transparent;
}
.faq-a.open{max-height:300px;padding:16px 20px 18px;border-top-color:var(--border);}

/* ══════════════════════════════════════════════════════════════════
   HOME CTA
   ══════════════════════════════════════════════════════════════════ */
.home-cta{background:var(--uzb-rich);color:#fff;padding:84px 0;position:relative;overflow:hidden;}
.hcta-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpolygon points='60,6 70,36 102,36 77,56 87,86 60,68 33,86 43,56 18,36 50,36' fill='%23f4a827' opacity='0.05'/%3E%3C/svg%3E");
  background-size:120px 120px;
}
.home-cta-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:1fr 400px;gap:64px;align-items:center;
  position:relative;z-index:1;
}
.hcta-icon-wrap{font-size:56px;margin-bottom:18px;}
.home-cta-inner h2{
  font-family:var(--font-display);
  font-size:clamp(24px,3.5vw,42px);font-weight:800;
  margin-bottom:14px;line-height:1.2;
}
.home-cta-inner > .hcta-left > p{font-size:17px;opacity:.82;line-height:1.75;margin-bottom:32px;}
.hcta-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hcta-btn-primary{
  display:inline-flex;align-items:center;gap:9px;
  padding:15px 30px;border-radius:30px;
  background:var(--gold-grad);color:var(--navy);
  font-size:15px;font-weight:800;
  box-shadow:var(--sh-gold);transition:all .22s;
}
.hcta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(244,168,39,.5);}
.hcta-btn-secondary{
  display:inline-flex;align-items:center;gap:9px;
  padding:15px 26px;border-radius:30px;
  background:rgba(255,255,255,.12);color:#fff;
  font-size:15px;font-weight:700;
  border:2px solid rgba(255,255,255,.3);transition:all .22s;
}
.hcta-btn-secondary:hover{background:rgba(255,255,255,.22);transform:translateY(-2px);}
.hcta-right{}
.hcta-features{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:var(--r-lg);padding:24px;margin-bottom:16px;
}
.hctaf{
  display:flex;align-items:center;gap:10px;
  padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08);
  font-size:14px;
}
.hctaf:last-child{border-bottom:none;padding-bottom:0;}
.hctaf i{color:var(--gold);font-size:14px;flex-shrink:0;}
.hcta-wa{
  display:flex;align-items:center;gap:12px;
  background:#25d366;border-radius:var(--r-md);
  padding:16px 20px;transition:all .2s;
}
.hcta-wa:hover{background:#1eba57;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.4);}
.hcta-wa i{font-size:26px;color:#fff;}
.hcta-wa strong{font-size:15px;font-weight:800;color:#fff;display:block;}
.hcta-wa span{font-size:13px;color:rgba(255,255,255,.8);}

/* ══════════════════════════════════════════════════════════════════
   PAGE HERO (Shared)
   ══════════════════════════════════════════════════════════════════ */
.page-hero{padding:64px 24px 52px;text-align:center;color:#fff;position:relative;overflow:hidden;}
.uzb-page-hero{background:var(--uzb-rich);}
.ph-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpolygon points='35,3 41,21 61,21 46,33 52,51 35,41 18,51 24,33 9,21 29,21' fill='%23f4a827' opacity='0.06'/%3E%3C/svg%3E");
  background-size:70px 70px;
}
.page-hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1;}
.ph-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(244,168,39,.18);border:1px solid rgba(244,168,39,.35);
  color:var(--gold-l);font-size:12.5px;font-weight:700;
  padding:6px 16px;border-radius:20px;margin-bottom:18px;
  letter-spacing:.5px;
}
.page-hero-inner h1{
  font-family:var(--font-display);
  font-size:clamp(28px,4.5vw,52px);font-weight:800;
  margin-bottom:16px;line-height:1.2;
}
.page-hero-inner > p{font-size:16.5px;opacity:.85;max-width:600px;margin:0 auto 34px;line-height:1.75;}
.ph-stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.phs{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);
  border-radius:var(--r-md);padding:14px 26px;text-align:center;min-width:120px;
}
.phs-n{font-size:24px;font-weight:900;color:var(--gold);line-height:1;margin-bottom:4px;}
.phs-l{font-size:11.5px;opacity:.75;font-weight:600;}

/* ══════════════════════════════════════════════════════════════════
   UNIVERSITIES LIST
   ══════════════════════════════════════════════════════════════════ */
.unis-layout{
  max-width:1320px;margin:0 auto;padding:32px 24px;
  display:grid;grid-template-columns:290px 1fr;gap:28px;
}
.filter-sidebar{display:flex;flex-direction:column;gap:16px;}
.filter-box{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-md);overflow:hidden;box-shadow:var(--sh-xs);
}
.filter-box-head{
  background:var(--uzb-grad);color:#fff;
  padding:14px 18px;font-size:13.5px;font-weight:700;
  display:flex;align-items:center;gap:8px;
}
.filter-box-body{padding:18px;}
.filter-group{margin-bottom:20px;}
.filter-group:last-of-type{margin-bottom:0;}
.fg-label{
  font-size:11px;font-weight:700;text-transform:uppercase;
  letter-spacing:1.2px;color:var(--text-m);margin-bottom:10px;
  display:flex;align-items:center;gap:6px;
}
.fopt{
  display:flex;align-items:center;gap:8px;
  font-size:13.5px;color:var(--text);
  padding:6px 8px;border-radius:var(--r-xs);cursor:pointer;
  transition:background .15s;
}
.fopt:hover{background:var(--surface2);}
.fopt input{accent-color:var(--primary);cursor:pointer;}
.filter-reset{
  width:100%;padding:10px;margin-top:14px;
  background:none;border:1.5px solid var(--border);
  border-radius:var(--r-sm);font-size:13px;font-weight:600;
  color:var(--text-m);transition:all .15s;
  display:flex;align-items:center;justify-content:center;gap:7px;
}
.filter-reset:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-xl);}
.filter-cta-box{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-md);padding:22px;text-align:center;
}
.fcb-emoji{font-size:38px;margin-bottom:12px;}
.filter-cta-box h3{font-size:15px;font-weight:800;color:var(--primary);margin-bottom:8px;line-height:1.3;}
.filter-cta-box p{font-size:13px;color:var(--text-m);line-height:1.6;margin-bottom:14px;}
.wa-sidebar-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:11px;border-radius:var(--r-sm);
  background:#25d366;color:#fff;font-size:13.5px;font-weight:700;
  transition:all .18s;
}
.wa-sidebar-btn:hover{background:#1eba57;transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,211,102,.3);}
.unis-main{min-width:0;}
.unis-toolbar{
  display:flex;align-items:center;justify-content:space-between;
  gap:14px;margin-bottom:22px;flex-wrap:wrap;
}
.ut-left{display:flex;align-items:baseline;gap:6px;}
.ut-count{font-size:20px;font-weight:900;color:var(--primary);}
.ut-sub{font-size:13px;color:var(--text-l);}
.ut-search-wrap{
  display:flex;align-items:center;gap:10px;
  flex:1;max-width:380px;
  background:#fff;border:1.5px solid var(--border);
  border-radius:30px;padding:0 16px;
  transition:border-color .18s,box-shadow .18s;
}
.ut-search-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(26,58,107,.1);}
.ut-search-wrap i{color:var(--text-l);font-size:14px;flex-shrink:0;}
.uni-search{
  flex:1;padding:10px 0;border:none;
  font-size:14px;font-family:inherit;color:var(--text);background:transparent;
}
.uni-search:focus{outline:none;}
.uni-cards-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(265px,1fr));
  gap:20px;
}
.uni-card{
  background:#fff;border:1.5px solid var(--border);
  border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--sh-sm);transition:all .28s;display:block;
}
.uni-card:hover{box-shadow:var(--sh-xl);transform:translateY(-5px);border-color:var(--primary-l);}
.uc-hero{height:120px;position:relative;overflow:hidden;}
.uch-pattern{
  position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpolygon points='25,2 29,16 43,16 33,25 37,39 25,31 13,39 17,25 7,16 21,16' fill='%23ffffff' opacity='0.07'/%3E%3C/svg%3E");
  background-size:50px 50px;
}
.uc-hero-content{
  position:absolute;inset:0;display:flex;
  align-items:flex-end;justify-content:space-between;padding:10px 14px;
}
.uc-logo{font-size:40px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.3));}
.uc-score-badge{
  background:rgba(255,255,255,.22);backdrop-filter:blur(6px);
  border:2px solid;border-radius:var(--r-sm);
  padding:5px 10px;text-align:center;line-height:1;
}
.uc-score-badge span{font-size:20px;font-weight:900;color:#fff;display:block;}
.uc-score-badge small{font-size:10px;color:rgba(255,255,255,.7);}
.uc-type-pill{
  position:absolute;top:10px;left:10px;
  background:rgba(255,255,255,.22);backdrop-filter:blur(6px);
  color:#fff;font-size:9.5px;font-weight:700;
  padding:2px 9px;border-radius:20px;letter-spacing:.5px;text-transform:uppercase;
}
.uc-feat-pill{
  position:absolute;top:10px;right:10px;
  background:var(--gold);color:var(--navy);
  font-size:9.5px;font-weight:800;padding:2px 8px;border-radius:20px;
  display:flex;align-items:center;gap:3px;
}
.uc-body{padding:14px 16px;}
.uc-name{font-size:14.5px;font-weight:800;color:var(--primary);margin-bottom:7px;line-height:1.3;}
.uc-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:11.5px;color:var(--text-m);margin-bottom:8px;}
.uc-meta i{color:var(--primary);opacity:.55;}
.uc-desc{font-size:12px;color:var(--text-m);line-height:1.6;margin-bottom:9px;}
.uc-levels{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px;}
.uc-langs{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:10px;}
.lang-chip{
  font-size:10px;background:var(--surface2);
  color:var(--text-m);padding:2px 8px;border-radius:10px;font-weight:500;
}
.uc-footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--border);}
.ucf-fee span{font-size:11px;color:var(--text-l);}
.ucf-fee strong{font-size:13px;color:var(--green);font-weight:800;}
.ucf-cta{
  font-size:12px;font-weight:700;color:var(--primary);
  display:flex;align-items:center;gap:5px;
}
.uni-card:hover .ucf-cta i{transform:translateX(4px);}
.ucf-cta i{transition:transform .2s;}
.no-results{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:14px;padding:80px 24px;text-align:center;color:var(--text-m);
}
.no-results i{font-size:48px;opacity:.25;}
.no-results h3{font-size:20px;font-weight:800;color:var(--primary);}
.no-results p{font-size:14.5px;max-width:360px;}

/* ══════════════════════════════════════════════════════════════════
   LEVEL BADGES
   ══════════════════════════════════════════════════════════════════ */
.lbadge{display:inline-block;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;letter-spacing:.3px;}
.lbadge-Tıp           {background:#fee2e2;color:#b91c1c;}
.lbadge-Lisans        {background:var(--primary-xl);color:var(--primary);}
.lbadge-YüksekLisans  {background:var(--purple-l);color:var(--purple);}
.lbadge-Doktora       {background:var(--green-l);color:#065f46;}

/* ══════════════════════════════════════════════════════════════════
   UNIVERSITY DETAIL
   ══════════════════════════════════════════════════════════════════ */
.uni-hero{
  min-height:400px;color:#fff;
  display:flex;align-items:flex-end;
  padding:56px 24px 40px;position:relative;overflow:hidden;
}
.uh-pattern,.uh-overlay{position:absolute;inset:0;pointer-events:none;}
.uh-pattern{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,3 35,18 50,18 38,27 43,42 30,34 17,42 22,27 10,18 25,18' fill='%23fff' opacity='0.06'/%3E%3C/svg%3E");
  background-size:60px 60px;
}
.uh-overlay{background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.4) 100%);}
.uni-hero-inner{max-width:1320px;margin:0 auto;width:100%;position:relative;z-index:1;}
.uh-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:10px;}
.back-btn{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);
  padding:9px 18px;border-radius:20px;font-size:13px;font-weight:600;
  color:#fff;transition:all .18s;backdrop-filter:blur(4px);
}
.back-btn:hover{background:rgba(255,255,255,.28);}
.uh-breadcrumb{font-size:12.5px;color:rgba(255,255,255,.65);display:flex;align-items:center;gap:7px;}
.uh-breadcrumb i{font-size:10px;}
.uh-main{display:flex;align-items:flex-end;gap:28px;flex-wrap:wrap;}
.uh-logo{font-size:72px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));flex-shrink:0;}
.uh-info{flex:1;min-width:0;}
.uh-type{
  display:inline-block;font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:1px;
  background:rgba(244,168,39,.25);border:1px solid rgba(244,168,39,.4);
  color:var(--gold-l);padding:4px 12px;border-radius:20px;margin-bottom:10px;
}
.uh-name{
  font-family:var(--font-display);
  font-size:clamp(22px,4vw,44px);font-weight:800;margin-bottom:6px;line-height:1.15;
}
.uh-en{font-size:15px;opacity:.72;margin-bottom:14px;font-weight:500;}
.uh-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;margin-bottom:14px;}
.uh-meta span{display:flex;align-items:center;gap:6px;}
.uh-meta i{color:var(--gold);opacity:.8;}
.uh-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px;}
.detail-tag{
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);
  color:#fff;font-size:11px;font-weight:600;padding:4px 11px;border-radius:20px;
}
.uh-actions{display:flex;gap:10px;flex-wrap:wrap;}
.uha-primary{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 24px;border-radius:25px;
  background:var(--gold-grad);color:var(--navy);
  font-size:14px;font-weight:800;transition:all .2s;
}
.uha-primary:hover{transform:translateY(-1px);box-shadow:var(--sh-gold);}
.uha-outline{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 20px;border-radius:25px;
  background:rgba(255,255,255,.14);color:#fff;
  font-size:13.5px;font-weight:700;
  border:1.5px solid rgba(255,255,255,.3);transition:all .2s;
  backdrop-filter:blur(4px);
}
.uha-outline:hover{background:rgba(255,255,255,.24);}
.uh-score-card{
  background:rgba(255,255,255,.14);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.22);
  border-radius:var(--r-lg);padding:22px 28px;text-align:center;
  flex-shrink:0;
}
.uhsc-num{
  font-family:var(--font-display);
  font-size:54px;font-weight:900;color:var(--gold);line-height:1;margin-bottom:4px;
}
.uhsc-label{font-size:12px;opacity:.8;font-weight:700;margin-bottom:6px;}
.uhsc-sub{font-size:11px;opacity:.65;max-width:140px;text-align:center;line-height:1.4;}

/* Uni detail layout */
.uni-detail-layout{
  max-width:1320px;margin:0 auto;padding:32px 24px;
  display:grid;grid-template-columns:1fr 340px;gap:26px;
}
.uni-detail-main{min-width:0;display:flex;flex-direction:column;gap:22px;}
.uni-detail-sidebar{display:flex;flex-direction:column;gap:18px;}

.detail-card{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-md);padding:26px;
  box-shadow:var(--sh-xs);
}
.dc-title{
  font-size:17px;font-weight:800;color:var(--primary);
  margin-bottom:18px;display:flex;align-items:center;gap:9px;
}
.dc-title i{color:var(--gold);}
.dc-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:18px;}
.dc-title-row .dc-title{margin-bottom:0;}
.see-all-link{font-size:13px;font-weight:600;color:var(--primary);opacity:.7;}
.see-all-link:hover{opacity:1;text-decoration:underline;}

.detail-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.detail-desc{font-size:15px;color:var(--text-m);line-height:1.85;margin-bottom:16px;}
.acc-row{display:flex;flex-wrap:wrap;gap:8px;}
.acc-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--gold-pale);border:1px solid var(--gold-l);
  color:var(--gold-d);font-size:11.5px;font-weight:700;
  padding:5px 12px;border-radius:20px;
}
.check-list{list-style:none;display:flex;flex-direction:column;gap:9px;}
.check-list li{
  display:flex;align-items:flex-start;gap:10px;
  font-size:13.5px;color:var(--text-m);line-height:1.65;
}
.check-list li i{color:var(--green);margin-top:3px;flex-shrink:0;font-size:13px;}
.check-list li span{flex:1;}

/* Program table */
.prog-level-block{margin-bottom:20px;}
.plb-head{
  color:#fff;padding:13px 18px;border-radius:var(--r-sm) var(--r-sm) 0 0;
  font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;
}
.plb-count{background:rgba(255,255,255,.22);border-radius:20px;padding:2px 12px;font-size:12px;margin-left:auto;}
.prog-table-wrap{overflow-x:auto;}
.prog-table{width:100%;border-collapse:collapse;}
.prog-table th{
  background:var(--surface2);text-align:left;
  padding:10px 14px;font-size:11.5px;font-weight:700;
  color:var(--text-m);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;
}
.prog-table td{padding:11px 14px;border-bottom:1px solid var(--border);font-size:13px;vertical-align:middle;}
.prog-row:hover td{background:var(--surface);}
.pn{font-weight:700;color:var(--text);margin-bottom:2px;}
.pf{font-size:11.5px;color:var(--text-l);}
.lb{display:inline-block;font-size:10.5px;background:var(--surface2);color:var(--text-m);padding:2px 8px;border-radius:10px;margin:1px;}
.dur-chip{background:var(--primary-xl);color:var(--primary);font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:10px;}
.prog-fee{font-weight:800;color:var(--green);white-space:nowrap;}
.prog-fee span{font-size:11px;font-weight:500;color:var(--text-l);}
.av-open{color:var(--green);font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px;}
.av-closed{color:var(--red);font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px;}
.prog-apply{
  padding:6px 14px;border-radius:20px;
  background:var(--primary);color:#fff;
  font-size:11.5px;font-weight:700;
  transition:all .18s;white-space:nowrap;
}
.prog-apply:hover{background:var(--navy);transform:translateY(-1px);}

/* Faculties */
.faculties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;}
.faculty-card{
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--r-sm);padding:16px;transition:all .2s;
}
.faculty-card:hover{border-color:var(--primary);background:#fff;box-shadow:var(--sh-sm);}
.faculty-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;}
.faculty-name{font-size:13.5px;font-weight:800;color:var(--primary);}
.fac-intl{
  background:var(--teal-l);color:var(--teal);
  font-size:12px;padding:3px 8px;border-radius:10px;
}
.faculty-field{font-size:12px;color:var(--text-m);margin-bottom:8px;display:flex;align-items:center;gap:5px;}
.faculty-progs{display:flex;flex-wrap:wrap;gap:4px;}
.faculty-progs span{font-size:10.5px;background:var(--surface2);color:var(--text-m);padding:2px 7px;border-radius:8px;}

/* Scorecard */
.sticky-card{position:sticky;top:90px;}
.overall-big{text-align:center;margin-bottom:20px;}
.ob-ring{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
  width:90px;height:90px;border-radius:50%;
  border:5px solid var(--gold);margin-bottom:8px;}
.ob-num{font-family:var(--font-display);font-size:32px;font-weight:900;color:var(--primary);line-height:1;}
.ob-max{font-size:12px;color:var(--text-l);}
.ob-label{font-size:12px;color:var(--text-m);font-weight:700;}
.scores-list{display:flex;flex-direction:column;gap:12px;}
.score-row{display:flex;align-items:center;gap:10px;}
.score-label{font-size:12px;font-weight:600;color:var(--text);width:106px;flex-shrink:0;display:flex;align-items:center;gap:6px;}
.score-label i{font-size:11px;color:var(--primary);opacity:.6;}
.score-label span{flex:1;}
.score-bar{flex:1;height:7px;background:var(--border);border-radius:4px;overflow:hidden;}
.score-fill{height:100%;border-radius:4px;transition:width .6s ease;}
.score-num{font-size:13px;font-weight:800;width:28px;text-align:right;}

/* Req grid */
.req-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:16px;}
.req-item{
  display:flex;align-items:center;gap:7px;
  font-size:12px;padding:7px 10px;border-radius:var(--r-xs);font-weight:600;
}
.req-yes{background:var(--green-l);color:#065f46;}
.req-yes i{color:var(--green);}
.req-no{background:var(--surface2);color:var(--text-l);text-decoration:line-through;opacity:.65;}
.req-details{border-top:1px solid var(--border);padding-top:14px;display:flex;flex-direction:column;gap:10px;}
.rd-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;}
.rd-item i{color:var(--primary);opacity:.55;margin-top:3px;flex-shrink:0;}
.rd-item > div{display:flex;flex-direction:column;gap:2px;}
.rd-item strong{color:var(--text);font-weight:700;}
.rd-item span{color:var(--text-m);}

/* City cost card */
.city-cost-card{
  background:#fff;border:1px solid var(--border);
  border-radius:var(--r-md);overflow:hidden;box-shadow:var(--sh-xs);
}
.ccc-head{
  background:var(--uzb-grad);color:#fff;
  padding:14px 18px;display:flex;align-items:center;gap:12px;
}
.ccc-head span{font-size:24px;}
.ccc-head strong{font-size:15px;font-weight:800;display:block;}
.ccc-head span+div span{font-size:12px;opacity:.8;}
.ccc-items{padding:12px 16px;}
.ccc-item{
  display:flex;align-items:center;justify-content:space-between;
  padding:8px 0;border-bottom:1px solid var(--border);font-size:13px;
}
.ccc-item:last-child{border-bottom:none;}
.ccc-item span{color:var(--text-m);display:flex;align-items:center;gap:7px;}
.ccc-item span i{color:var(--primary);opacity:.5;width:14px;}
.ccc-item strong{color:var(--text);font-weight:800;}
.ccc-total{
  display:flex;justify-content:space-between;align-items:center;
  background:var(--primary-xl);padding:12px 16px;font-size:14px;
}
.ccc-total span{color:var(--primary);font-weight:700;}
.ccc-total strong{color:var(--primary);font-size:17px;font-weight:900;}
.ccc-link{
  display:flex;align-items:center;justify-content:center;gap:6px;
  padding:10px;font-size:12.5px;font-weight:700;color:var(--primary);
  border-top:1px solid var(--border);transition:background .15s;
}
.ccc-link:hover{background:var(--primary-xl);}

/* CTA sidebar */
.cta-sidebar-card{
  background:var(--uzb-rich);color:#fff;
  border-radius:var(--r-md);padding:24px;text-align:center;
}
.csc-head{margin-bottom:18px;}
.csc-emoji{font-size:40px;margin-bottom:12px;}
.csc-head h3{font-size:17px;font-weight:800;margin-bottom:8px;}
.csc-head p{font-size:13px;opacity:.8;line-height:1.6;}
.csc-apply{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:13px;border-radius:var(--r-sm);
  background:var(--gold-grad);color:var(--navy);
  font-size:14px;font-weight:800;margin-bottom:10px;
  transition:all .18s;
}
.csc-apply:hover{transform:translateY(-1px);box-shadow:var(--sh-gold);}
.csc-wa{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:13px;border-radius:var(--r-sm);
  background:#25d366;color:#fff;font-size:14px;font-weight:700;
  margin-bottom:14px;transition:all .18s;
}
.csc-wa:hover{background:#1eba57;transform:translateY(-1px);}
.csc-trust{display:flex;justify-content:center;gap:16px;font-size:11.5px;opacity:.7;}
.csc-trust span{display:flex;align-items:center;gap:5px;}

/* ══════════════════════════════════════════════════════════════════
   PROGRAMS PAGE
   ══════════════════════════════════════════════════════════════════ */
.programs-hero{
  min-height:300px;color:#fff;
  display:flex;align-items:flex-end;
  padding:52px 24px 36px;position:relative;overflow:hidden;
}
.ph-bg-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,3 35,18 51,18 38,28 43,43 30,34 17,43 22,28 9,18 25,18' fill='%23fff' opacity='0.06'/%3E%3C/svg%3E");
  background-size:60px 60px;
}
.ph-nav{margin-bottom:22px;}
.ph-content{display:flex;align-items:flex-end;gap:22px;flex-wrap:wrap;}
.ph-logo{font-size:58px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.3));flex-shrink:0;}
.ph-info{flex:1;min-width:0;}
.ph-inner h1{
  font-family:var(--font-display);
  font-size:clamp(20px,3.5vw,38px);font-weight:800;margin-bottom:4px;
}
.ph-sub{font-size:15px;opacity:.78;margin-bottom:16px;}
.ph-level-stats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px;}
.pp-stat{
  background:rgba(255,255,255,.16);border-width:2px;border-style:solid;
  border-radius:var(--r-sm);padding:8px 16px;
  display:flex;align-items:center;gap:10px;backdrop-filter:blur(4px);
}
.pps-n{font-size:22px;font-weight:900;line-height:1;}
.pps-l{font-size:12px;opacity:.75;}
.ph-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px;opacity:.8;}
.ph-meta span{display:flex;align-items:center;gap:6px;}

.programs-page-content{max-width:1100px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:30px;}
.prog-section{}
.ps-header{
  color:#fff;padding:18px 22px;border-radius:var(--r-md) var(--r-md) 0 0;
  display:flex;align-items:center;justify-content:space-between;
}
.psh-left{display:flex;align-items:center;gap:14px;}
.psh-left i{font-size:20px;opacity:.9;}
.psh-title{font-size:16px;font-weight:800;}
.psh-desc{font-size:12.5px;opacity:.8;margin-top:2px;}
.psh-count{font-size:28px;font-weight:900;text-align:center;line-height:1;}
.psh-count span{font-size:11px;display:block;opacity:.8;margin-top:2px;}
.prog-cards-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));
  gap:14px;padding:16px;
  background:var(--surface);border:1px solid var(--border);border-top:none;
  border-radius:0 0 var(--r-md) var(--r-md);
}
.pdc{background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden;box-shadow:var(--sh-xs);transition:all .22s;}
.pdc:hover{box-shadow:var(--sh-lg);transform:translateY(-2px);}
.pdc-head{padding:16px;border-bottom:1px solid var(--border);}
.pdc-chip{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:8px;}
.pdc-name{font-size:15px;font-weight:800;color:var(--text);margin-bottom:4px;line-height:1.3;}
.pdc-faculty{font-size:11.5px;color:var(--text-m);display:flex;align-items:center;gap:5px;}
.pdc-body{padding:14px 16px;}
.pdc-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:10px;}
.pds{display:flex;align-items:flex-start;gap:7px;font-size:12px;}
.pds-icon{font-size:13px;margin-top:1px;flex-shrink:0;}
.pds>div{display:flex;flex-direction:column;}
.pds span{font-size:10.5px;color:var(--text-l);}
.pds strong{color:var(--text);font-weight:700;font-size:12.5px;}
.pdc-note{font-size:12px;color:var(--text-m);background:var(--surface);border-radius:6px;padding:8px 10px;display:flex;align-items:flex-start;gap:6px;line-height:1.5;margin-bottom:8px;}
.pdc-note i{color:var(--primary);opacity:.6;flex-shrink:0;margin-top:2px;}
.pdc-thesis,.thesis-yes,.thesis-no{font-size:12px;font-weight:600;padding:5px 10px;border-radius:6px;display:flex;align-items:center;gap:6px;}
.thesis-yes{background:var(--purple-l);color:var(--purple);}
.thesis-no{background:var(--surface2);color:var(--text-m);}
.pdc-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid var(--border);background:var(--surface);}
.pdc-open{color:var(--green);font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:5px;}
.pdc-closed{color:var(--red);font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:5px;}
.pdc-apply{padding:7px 16px;border-radius:20px;background:var(--primary);color:#fff;font-size:12px;font-weight:700;transition:all .18s;display:flex;align-items:center;gap:6px;}
.pdc-apply:hover{background:var(--navy);transform:translateY(-1px);}

.programs-cta-bar{background:var(--uzb-rich);padding:22px 24px;position:sticky;bottom:0;z-index:50;border-top:1px solid rgba(255,255,255,.1);}
.pcb-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.pcb-text{display:flex;flex-direction:column;gap:3px;}
.pcb-text strong{font-size:15px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px;}
.pcb-text span{font-size:13px;color:rgba(255,255,255,.75);}
.pcb-actions{display:flex;gap:10px;flex-wrap:wrap;}
.pcb-apply{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:25px;background:var(--gold-grad);color:var(--navy);font-size:14px;font-weight:800;transition:all .2s;}
.pcb-apply:hover{transform:translateY(-1px);box-shadow:var(--sh-gold);}
.pcb-wa{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;background:#25d366;color:#fff;font-size:14px;font-weight:700;transition:all .2s;}
.pcb-wa:hover{background:#1eba57;transform:translateY(-1px);}

/* ══════════════════════════════════════════════════════════════════
   CITIES PAGE
   ══════════════════════════════════════════════════════════════════ */
.cities-page-nav{background:var(--navy);padding:14px 24px;overflow-x:auto;}
.cpn-inner{max-width:1100px;margin:0 auto;display:flex;gap:8px;flex-wrap:nowrap;}
.cpn-link{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 18px;border-radius:20px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.8);font-size:13px;font-weight:600;
  white-space:nowrap;transition:all .2s;
}
.cpn-link:hover{background:rgba(244,168,39,.2);border-color:rgba(244,168,39,.4);color:var(--gold-l);}

.cities-page-content{max-width:1100px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:32px;}
.city-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-sm);transition:box-shadow .28s;}
.city-card:hover{box-shadow:var(--sh-lg);}
.cc-hero{position:relative;background:var(--uzb-rich);color:#fff;padding:28px 28px 18px;}
.cc-hero-bg{position:absolute;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpolygon points='35,3 41,21 61,21 46,33 52,51 35,41 18,51 24,33 9,21 29,21' fill='%23f4a827'/%3E%3C/svg%3E");background-size:70px 70px;pointer-events:none;}
.cc-hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:18px;margin-bottom:14px;}
.cc-icon{font-size:50px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3));flex-shrink:0;}
.cc-title-wrap{flex:1;}
.cc-name{font-family:var(--font-display);font-size:28px;font-weight:800;margin-bottom:4px;}
.cc-pop{font-size:13px;opacity:.75;display:flex;align-items:center;gap:7px;}
.cc-pop i{color:var(--gold);opacity:.8;}
.cc-monthly-badge{
  background:var(--gold);color:var(--navy);
  border-radius:var(--r-md);padding:10px 18px;text-align:center;flex-shrink:0;
}
.cmb-top{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.7;}
.cmb-num{font-size:22px;font-weight:900;line-height:1;}
.cc-tags-row{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap;}
.cct{
  font-size:12px;color:rgba(255,255,255,.75);
  background:rgba(255,255,255,.1);
  padding:4px 12px;border-radius:20px;
  display:flex;align-items:center;gap:6px;
}
.cc-body{padding:24px 28px;}
.cc-desc{font-size:14.5px;color:var(--text-m);line-height:1.8;margin-bottom:22px;}
.cc-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:24px;}
.ccig-item{display:flex;align-items:flex-start;gap:10px;background:var(--surface);border-radius:var(--r-sm);padding:14px;}
.ccig-item i{color:var(--primary);margin-top:2px;flex-shrink:0;font-size:15px;}
.ccig-item>div{display:flex;flex-direction:column;gap:3px;}
.ccig-item strong{font-size:13px;color:var(--text);}
.ccig-item span{font-size:12px;color:var(--text-m);line-height:1.5;}

.cc-cost-section{background:var(--cream);border-radius:var(--r-md);padding:20px;margin-bottom:20px;}
.ccs-title{font-size:15px;font-weight:800;color:var(--primary);margin-bottom:16px;display:flex;align-items:center;gap:8px;}
.ccs-title i{color:var(--gold);}
.cost-bars{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;}
.cost-bar-item{display:flex;align-items:center;gap:12px;}
.cbi-label{width:110px;font-size:12.5px;color:var(--text-m);display:flex;align-items:center;gap:6px;flex-shrink:0;}
.cbi-label i{color:var(--primary);width:14px;text-align:center;font-size:12px;}
.cbi-bar-wrap{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden;}
.cbi-bar{height:100%;background:var(--uzb-grad);border-radius:4px;transition:width .6s ease;}
.cbi-val{width:70px;text-align:right;font-size:12.5px;font-weight:700;color:var(--primary);flex-shrink:0;}
.cost-total-row{
  display:flex;justify-content:space-between;align-items:center;
  background:var(--primary-xl);border:1.5px solid var(--primary);
  border-radius:var(--r-sm);padding:12px 16px;font-size:14px;
}
.cost-total-row span{color:var(--primary);font-weight:700;}
.cost-total-row strong{color:var(--primary);font-size:16px;font-weight:900;}
.cost-total-row small{font-size:11px;font-weight:500;opacity:.7;}

.cc-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px;}
.cc-pros h4,.cc-cons h4{font-size:13.5px;font-weight:800;margin-bottom:10px;display:flex;align-items:center;gap:7px;}
.cc-pros h4{color:var(--green);}
.cc-cons h4{color:var(--orange);}
.cc-pros h4 i{color:var(--green);}
.cc-cons h4 i{color:var(--orange);}
.cc-pros ul,.cc-cons ul{list-style:none;display:flex;flex-direction:column;gap:6px;}
.cc-pros li,.cc-cons li{font-size:13px;color:var(--text-m);padding-left:16px;position:relative;line-height:1.5;}
.cc-pros li::before{content:'✓ ';color:var(--green);font-weight:700;position:absolute;left:0;}
.cc-cons li::before{content:'! ';color:var(--orange);font-weight:700;position:absolute;left:0;}

.cc-unis-section{border-top:1px solid var(--border);padding-top:18px;margin-bottom:18px;}
.cc-unis-section h4{font-size:14px;font-weight:800;color:var(--primary);margin-bottom:12px;display:flex;align-items:center;gap:7px;}
.cc-uni-links{display:flex;flex-wrap:wrap;gap:8px;}
.city-uni-link{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--primary-xl);color:var(--primary);
  border:1px solid rgba(26,58,107,.15);
  border-radius:20px;padding:8px 16px;
  font-size:13px;font-weight:600;transition:all .2s;
}
.city-uni-link span{font-size:13px;}
.city-uni-link:hover{background:var(--primary);color:#fff;}

.cc-footer-cta{text-align:center;}
.ccfc-btn{
  display:inline-flex;align-items:center;gap:9px;
  padding:13px 28px;border-radius:25px;
  background:var(--uzb-grad);color:#fff;
  font-size:14px;font-weight:800;
  box-shadow:var(--sh-navy);transition:all .22s;
}
.ccfc-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(26,58,107,.4);}

/* ══════════════════════════════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════════════════════════════ */
.contact-hero{
  background:var(--uzb-rich);padding:64px 24px 52px;
  color:#fff;text-align:center;position:relative;overflow:hidden;
}
.contact-hero-pattern{
  position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cpolygon points='35,3 41,21 61,21 46,33 52,51 35,41 18,51 24,33 9,21 29,21' fill='%23f4a827' opacity='0.05'/%3E%3C/svg%3E");
  background-size:70px 70px;
}
.contact-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:1;}
.ch-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(244,168,39,.18);border:1px solid rgba(244,168,39,.35);
  color:var(--gold-l);font-size:12.5px;font-weight:700;
  padding:6px 18px;border-radius:20px;margin-bottom:20px;
}
.contact-hero-inner h1{
  font-family:var(--font-display);
  font-size:clamp(26px,4.5vw,48px);font-weight:800;margin-bottom:14px;line-height:1.2;
}
.contact-hero-inner h1 span{color:var(--gold);}
.contact-hero-inner > p{font-size:16.5px;opacity:.83;max-width:520px;margin:0 auto 36px;line-height:1.75;}
.ch-stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.chs{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--r-md);padding:14px 24px;text-align:center;}
.chs-n{font-size:28px;font-weight:900;color:var(--gold);line-height:1;margin-bottom:3px;}
.chs-l{font-size:11.5px;opacity:.75;}

.wa-mega-bar{background:#25d366;padding:20px 24px;}
.wmb-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.wmb-left{display:flex;align-items:center;gap:14px;}
.wmb-icon{width:52px;height:52px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;}
.wmb-title{font-size:16px;font-weight:800;color:#fff;}
.wmb-sub{font-size:13px;color:rgba(255,255,255,.8);}
.wmb-btn{
  display:inline-flex;align-items:center;gap:9px;
  background:#fff;color:#25d366;
  padding:13px 26px;border-radius:30px;
  font-size:14.5px;font-weight:800;flex-shrink:0;
  transition:all .2s;box-shadow:0 4px 14px rgba(0,0,0,.1);
}
.wmb-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.18);}

.offices-section{padding:60px 0;background:var(--surface);}
.offices-inner{max-width:1320px;margin:0 auto;padding:0 24px;}
.turkey-map-strip{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 36px;}
.tms-city{
  background:#fff;border:1px solid var(--border);
  border-radius:20px;padding:6px 16px;
  font-size:13px;font-weight:600;color:var(--text-m);
  display:flex;align-items:center;gap:6px;
}
.tms-city i{color:var(--red);font-size:11px;}
.offices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;}
.office-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-xs);transition:all .28s;}
.office-card:hover{box-shadow:var(--sh-lg);transform:translateY(-4px);}
.office-head{padding:20px;color:#fff;display:flex;align-items:center;gap:12px;}
.oh-city-badge{font-size:28px;}
.oh-city{font-size:18px;font-weight:800;}
.oh-tag{font-size:11px;opacity:.8;font-weight:600;}
.office-body{padding:18px 20px;}
.ob-address{display:flex;align-items:flex-start;gap:9px;margin-bottom:12px;font-size:13px;color:var(--text-m);line-height:1.5;}
.ob-address i{color:var(--primary);margin-top:3px;flex-shrink:0;}
.ob-street{color:var(--text);}
.ob-district{font-size:12px;color:var(--text-l);}
.ob-phones{display:flex;flex-direction:column;gap:7px;margin-bottom:12px;}
.office-phone{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;color:var(--primary);transition:color .15s;}
.office-phone i{font-size:12px;opacity:.7;}
.office-phone:hover{color:var(--primary-m);text-decoration:underline;}
.ob-map{display:flex;align-items:center;justify-content:center;gap:7px;background:var(--primary-xl);color:var(--primary);border-radius:var(--r-sm);padding:10px 14px;font-size:13px;font-weight:700;transition:all .18s;}
.ob-map:hover{background:var(--primary);color:#fff;}

/* Process steps */
.contact-process-section{padding:72px 0;background:#fff;}
.process-steps{
  display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  gap:0;align-items:center;
}
.ps-step{text-align:center;padding:24px 20px;}
.pss-num{font-family:var(--font-accent);font-size:13px;font-weight:700;color:var(--gold);letter-spacing:1px;margin-bottom:14px;}
.pss-icon{
  width:64px;height:64px;border-radius:50%;
  background:var(--primary-xl);color:var(--primary);
  display:flex;align-items:center;justify-content:center;
  font-size:24px;margin:0 auto 14px;
  transition:all .3s;
}
.ps-step:hover .pss-icon{background:var(--primary);color:#fff;transform:scale(1.1);}
.ps-step h3{font-size:15px;font-weight:800;color:var(--primary);margin-bottom:8px;}
.ps-step p{font-size:13px;color:var(--text-m);line-height:1.6;}
.ps-arrow{color:var(--border-d);font-size:20px;padding:0 8px;}

.contact-cta{background:var(--uzb-rich);padding:72px 24px;text-align:center;color:#fff;}
.ccs-inner{max-width:580px;margin:0 auto;}
.ccs-icon{font-size:52px;margin-bottom:18px;}
.contact-cta h2{font-family:var(--font-display);font-size:clamp(22px,3.5vw,38px);font-weight:800;margin-bottom:14px;}
.contact-cta p{font-size:16px;opacity:.83;margin-bottom:30px;line-height:1.75;}
.ccs-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.ccs-wa{display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:30px;background:#25d366;color:#fff;font-size:15px;font-weight:800;transition:all .22s;}
.ccs-wa:hover{background:#1eba57;transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,211,102,.4);}
.ccs-apply{display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:30px;background:var(--gold-grad);color:var(--navy);font-size:15px;font-weight:800;transition:all .22s;}
.ccs-apply:hover{transform:translateY(-2px);box-shadow:var(--sh-gold);}

/* ══════════════════════════════════════════════════════════════════
   MODAL
   ══════════════════════════════════════════════════════════════════ */
.modal-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(10,22,40,.75);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:20px;}
.modal-overlay.active{display:flex;}
.modal{background:#fff;border-radius:var(--r-xl);width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 30px 80px rgba(0,0,0,.4);animation:modal-in .28s cubic-bezier(.34,1.56,.64,1);}
@keyframes modal-in{from{opacity:0;transform:scale(.92) translateY(28px)}to{opacity:1;transform:scale(1) translateY(0)}}
.modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 18px;background:var(--uzb-rich);color:#fff;border-radius:var(--r-xl) var(--r-xl) 0 0;}
.modal-head-content{display:flex;align-items:center;gap:14px;}
.modal-head-icon{font-size:36px;}
.modal-title{font-size:17px;font-weight:800;margin-bottom:3px;}
.modal-subtitle{font-size:13px;opacity:.78;}
.modal-close{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.18);border:none;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .15s;flex-shrink:0;}
.modal-close:hover{background:rgba(255,255,255,.35);}
.modal-body{padding:22px 24px;}
.selected-uni-info{background:var(--primary-xl);border:1px solid rgba(26,58,107,.2);border-radius:var(--r-sm);padding:10px 14px;font-size:13.5px;color:var(--primary);margin-bottom:16px;display:flex;align-items:center;gap:8px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:0;}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;}
.form-group label{font-size:13px;font-weight:700;color:var(--text);}
.req{color:var(--red);}
.form-group input,.form-group select,.form-group textarea{padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--r-sm);font-size:14px;font-family:inherit;transition:border-color .18s;color:var(--text);background:#fff;}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(26,58,107,.1);}
.submit-btn{width:100%;padding:14px;margin-top:8px;background:var(--uzb-grad);color:#fff;border:none;border-radius:var(--r-md);font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:9px;transition:all .2s;}
.submit-btn:hover{opacity:.92;transform:translateY(-1px);}
.form-privacy{font-size:12px;color:var(--text-l);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px;}
.submit-success{text-align:center;padding:24px 0;display:flex;flex-direction:column;align-items:center;gap:12px;}
.ss-check{width:70px;height:70px;border-radius:50%;background:var(--green-l);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:28px;}
.submit-success h3{font-size:20px;font-weight:800;color:var(--primary);}
.submit-success p{font-size:14px;color:var(--text-m);line-height:1.6;}
.btn-modal-close{padding:11px 28px;border-radius:30px;background:var(--primary);color:#fff;border:none;font-size:14px;font-weight:700;margin-top:6px;transition:all .18s;}
.btn-modal-close:hover{background:var(--navy);}

/* ══════════════════════════════════════════════════════════════════
   WA FLOAT
   ══════════════════════════════════════════════════════════════════ */
.wa-float{
  position:fixed;bottom:28px;right:28px;z-index:800;
  width:62px;height:62px;border-radius:50%;
  background:#25d366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:30px;box-shadow:0 4px 24px rgba(37,211,102,.55);
  transition:all .22s;
}
.wa-float:hover{transform:scale(1.12);box-shadow:0 10px 36px rgba(37,211,102,.65);}
.wa-pulse{
  position:absolute;width:100%;height:100%;border-radius:50%;
  background:#25d366;animation:wa-pulse 2.2s infinite;z-index:-1;
}
@keyframes wa-pulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.5);opacity:0}100%{transform:scale(1.5);opacity:0}}
.wa-tooltip{
  position:absolute;right:calc(100% + 12px);
  background:#25d366;color:#fff;
  font-size:12.5px;font-weight:700;white-space:nowrap;
  padding:7px 14px;border-radius:20px;
  opacity:0;pointer-events:none;transition:opacity .2s;
  box-shadow:0 3px 10px rgba(0,0,0,.15);
}
.wa-float:hover .wa-tooltip{opacity:1;}

/* ══════════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════════ */
.footer-top-band{background:#25d366;padding:18px 24px;}
.ftb-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.ftb-left{display:flex;align-items:center;gap:12px;color:#fff;}
.ftb-left i{font-size:26px;}
.ftb-left strong{font-size:15px;font-weight:800;display:block;}
.ftb-left span{font-size:12.5px;opacity:.85;}
.ftb-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#25d366;padding:11px 24px;border-radius:25px;font-size:13.5px;font-weight:800;flex-shrink:0;transition:all .2s;}
.ftb-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.1);}

.footer-main{background:var(--navy);}
.footer-inner{max-width:1320px;margin:0 auto;padding:52px 24px 24px;}
.footer-grid{display:grid;grid-template-columns:1.9fr 1fr 1fr 1fr;gap:44px;margin-bottom:40px;}
.footer-logo-wrap{display:flex;align-items:center;gap:11px;margin-bottom:16px;}
.footer-logo-wrap svg{width:34px;height:34px;flex-shrink:0;}
.footer-name{font-family:var(--font-accent);font-size:14px;font-weight:700;color:#fff;letter-spacing:1.5px;line-height:1;}
.footer-sub{font-size:8px;font-weight:700;letter-spacing:2.5px;color:rgba(255,255,255,.45);text-transform:uppercase;margin-top:2px;}
.footer-brand p{font-size:13.5px;line-height:1.75;color:rgba(255,255,255,.65);margin-bottom:18px;}
.footer-trust-badges{display:flex;flex-direction:column;gap:7px;}
.ftb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:rgba(255,255,255,.6);}
.ftb i{color:var(--gold);font-size:12px;}

.footer-col h4{
  font-family:var(--font-accent);
  font-size:11px;font-weight:700;color:#fff;
  text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;
  display:flex;align-items:center;gap:8px;
}
.footer-col h4 i{color:var(--gold);}
.footer-col a{display:flex;align-items:center;gap:7px;font-size:13.5px;color:rgba(255,255,255,.6);margin-bottom:9px;transition:color .15s;}
.footer-col a i{font-size:10px;color:var(--gold);opacity:.6;}
.footer-col a:hover{color:var(--gold);}
.footer-see-all{color:var(--gold)!important;font-weight:700!important;margin-top:4px;}
.footer-social{display:flex;gap:8px;margin-top:16px;}
.fsoc{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;transition:all .2s;
}
.fsoc-wa{background:rgba(37,211,102,.18);color:#25d366;}
.fsoc-wa:hover{background:#25d366;color:#fff;}
.fsoc-ig{background:rgba(231,100,88,.18);color:#e76458;}
.fsoc-ig:hover{background:#e76458;color:#fff;}
.fsoc-yt{background:rgba(255,70,70,.18);color:#ff4646;}
.fsoc-yt:hover{background:#ff4646;color:#fff;}

.footer-offices-strip{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  background:rgba(255,255,255,.05);border-radius:var(--r-sm);
  padding:14px 18px;margin-bottom:22px;
  font-size:13px;color:rgba(255,255,255,.6);
}
.fos-label{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.8);font-weight:700;flex-shrink:0;}
.fos-label i{color:var(--gold);}
.fos-cities{flex:1;}
.fos-link{display:flex;align-items:center;gap:5px;color:var(--gold);font-size:12.5px;font-weight:700;margin-left:auto;flex-shrink:0;}
.fos-link:hover{text-decoration:underline;}

.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;font-size:12px;color:rgba(255,255,255,.35);}
.footer-disclaimer{opacity:.7;}

/* ══════════════════════════════════════════════════════════════════
   404
   ══════════════════════════════════════════════════════════════════ */
.not-found{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:60px 24px;position:relative;overflow:hidden;}
.nf-pattern{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,4 47,26 70,26 52,40 59,62 40,50 21,62 28,40 10,26 33,26' fill='%231a3a6b'/%3E%3C/svg%3E");background-size:80px 80px;}
.nf-inner{text-align:center;max-width:460px;position:relative;z-index:1;}
.nf-glyph{font-size:72px;margin-bottom:14px;}
.nf-404{font-family:var(--font-display);font-size:120px;font-weight:900;color:var(--primary);line-height:1;margin-bottom:12px;opacity:.15;}
.nf-inner h1{font-size:28px;font-weight:800;color:var(--primary);margin-bottom:12px;margin-top:-60px;}
.nf-inner p{font-size:15.5px;color:var(--text-m);margin-bottom:32px;line-height:1.7;}
.nf-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.btn-home{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:25px;background:var(--primary);color:#fff;font-size:14px;font-weight:700;transition:all .2s;}
.btn-home:hover{background:var(--navy);transform:translateY(-1px);box-shadow:var(--sh-navy);}
.btn-unis{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:25px;background:var(--surface2);color:var(--text);border:1.5px solid var(--border);font-size:14px;font-weight:700;transition:all .2s;}
.btn-unis:hover{background:var(--primary-xl);border-color:var(--primary);color:var(--primary);}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════ */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px;}
  .uni-detail-layout{grid-template-columns:1fr;}
  .uni-detail-sidebar{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;}
  .home-cta-inner{grid-template-columns:1fr;gap:36px;}
  .faq-wrap{grid-template-columns:1fr;gap:32px;}
  .detail-grid-2{grid-template-columns:1fr;}
}
@media(max-width:900px){
  .unis-layout{grid-template-columns:1fr;}
  .filter-sidebar{flex-direction:row;overflow-x:auto;gap:14px;}
  .filter-box{flex-shrink:0;min-width:220px;}
  .hero-inner{flex-direction:column;gap:32px;}
  .hero-visual{width:100%;justify-content:center;}
  .process-steps{grid-template-columns:1fr 1fr;gap:16px;}
  .ps-arrow{display:none;}
  .cc-pros-cons{grid-template-columns:1fr;}
  .pdc-stats{grid-template-columns:1fr 1fr;}
}
@media(max-width:768px){
  .navbar-links,.navbar-cta,.nav-wa-btn{display:none;}
  .navbar-burger{display:flex;align-items:center;justify-content:center;}
  .hero-title{font-size:clamp(30px,7vw,44px);}
  .feat-cards-grid,.why-grid,.testimonials-grid{grid-template-columns:1fr 1fr;}
  .stats-inner{grid-template-columns:repeat(3,1fr);}
  .stat-item{border-right:none;border-bottom:1px solid var(--border);}
  .stat-item:nth-child(3n){border-right:none;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-offices-strip{flex-direction:column;align-items:flex-start;}
  .fos-link{margin-left:0;}
  .cc-hero-content{flex-wrap:wrap;}
  .cc-monthly-badge{margin-left:0;}
  .offices-grid{grid-template-columns:1fr 1fr;}
  .pdc-stats{grid-template-columns:1fr;}
}
@media(max-width:540px){
  .feat-cards-grid,.why-grid,.testimonials-grid{grid-template-columns:1fr;}
  .offices-grid{grid-template-columns:1fr;}
  .uni-cards-grid{grid-template-columns:1fr;}
  .prog-cards-grid{grid-template-columns:1fr;}
  .hero-actions,.hcta-actions,.hcta-btns{flex-direction:column;align-items:stretch;}
  .hero-stat-chips{width:100%;}
  .ph-stats,.ch-stats{flex-wrap:wrap;}
  .phs,.chs{flex:1;min-width:120px;}
  .stats-inner{grid-template-columns:repeat(2,1fr);}
  .req-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .cc-info-grid{grid-template-columns:1fr;}
  .uh-main{flex-direction:column;align-items:flex-start;}
  .uh-score-card{width:100%;}
  .wmb-inner{flex-direction:column;}
  .ccs-actions{flex-direction:column;align-items:stretch;}
}
@media(max-width:420px){
  .navbar-inner{padding:0 14px;}
  .home-hero{min-height:auto;}
  .hero-orb-main{width:150px;height:150px;}
  .hom-flag{font-size:38px;}
  .silk-band-inner{flex-direction:column;gap:0;}
  .city-pills-row{flex-direction:column;}
  .city-pill{width:100%;}
  .top-announcement-bar{display:none;}
}
@media(max-width:768px){
  .tab-marquee span:nth-child(n+8){display:none;}
}

/* ══════════════════════════════════════════════════════════════════
   IMAGE SYSTEM v5.1 — Photo enrichment for all pages
   ══════════════════════════════════════════════════════════════════ */

/* ── Global image base ───────────────────────────────────────────── */
.ph-photo-bg,
.hero-photo-bg,
.uh-photo-bg,
.prh-photo-bg,
.contact-hero-photo{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  pointer-events:none;
  z-index:0;
}
.ph-photo-overlay,
.hero-photo-overlay,
.uh-photo-overlay,
.prh-photo-overlay,
.contact-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(10,22,40,.82) 0%,rgba(26,58,107,.72) 60%,rgba(10,22,40,.55) 100%);
  pointer-events:none;
  z-index:1;
}

/* ── Hero background photo ───────────────────────────────────────── */
.hero-photo-bg{
  background-size:cover;
  background-position:center 30%;
  filter:saturate(0.9) brightness(0.85);
}
/* Make geo-pattern and gradient overlay sit above photo */
.home-hero .hero-bg-layer,
.home-hero .hero-geo-pattern,
.home-hero .hero-gradient-overlay,
.home-hero .hero-inner,
.home-hero .hero-scroll-hint{
  z-index:2;
  position:relative;
}

/* ── Hero orb photo ──────────────────────────────────────────────── */
.hero-orb-main{
  position:relative;
  overflow:hidden;
}
.hero-orb-photo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  border-radius:50%;
  z-index:0;
  opacity:.55;
  filter:saturate(0.7) brightness(0.7);
}
.hom-overlay{
  position:absolute;inset:0;
  background:radial-gradient(circle,rgba(10,22,40,.3) 0%,rgba(10,22,40,.6) 100%);
  border-radius:50%;
  z-index:1;
}
.hero-orb-main .hom-flag,
.hero-orb-main .hom-country,
.hero-orb-main .hom-tagline{
  position:relative;z-index:2;
}

/* ── Photo gallery strip ─────────────────────────────────────────── */
.photo-gallery-strip{
  background:#0a1628;
  overflow:hidden;
  padding:0;
}
.pgs-inner{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;
  gap:3px;
  max-height:280px;
}
.pgs-item{
  position:relative;
  overflow:hidden;
}
.pgs-item img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease,filter .5s ease;
  filter:saturate(0.85) brightness(0.9);
}
.pgs-item:hover img{
  transform:scale(1.06);
  filter:saturate(1.1) brightness(1.0);
}
.pgs-caption{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.7));
  color:#fff;font-size:11px;font-weight:700;
  padding:18px 10px 8px;
  letter-spacing:.5px;
  text-transform:uppercase;
  opacity:0;
  transition:opacity .3s;
}
.pgs-item:hover .pgs-caption{opacity:1;}
@media(max-width:900px){
  .pgs-inner{grid-template-columns:1fr 1fr 1fr;max-height:none;}
  .pgs-item--wide{grid-column:span 3;}
}
@media(max-width:540px){
  .pgs-inner{grid-template-columns:1fr 1fr;max-height:none;}
  .pgs-item--wide{grid-column:span 2;}
  .pgs-caption{opacity:1;}
}

/* ── Featured card photo ─────────────────────────────────────────── */
.feat-card-hero{
  position:relative;
  overflow:hidden;
}
.fch-photo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  opacity:.45;
  filter:saturate(0.6) brightness(0.65);
  transition:opacity .4s,transform .4s;
}
.feat-card:hover .fch-photo{
  opacity:.55;
  transform:scale(1.04);
}
.fch-photo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.55) 100%);
  z-index:1;
}
.feat-card-hero .fch-pattern,
.feat-card-hero .fch-content,
.feat-card-hero .fch-type-tag,
.feat-card-hero .fch-star-badge{
  position:relative;z-index:2;
}

/* ── University cards photo ──────────────────────────────────────── */
.uc-hero{
  position:relative;
  overflow:hidden;
}
.uc-photo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  opacity:.4;
  filter:saturate(0.6) brightness(0.65);
  transition:opacity .4s,transform .4s;
}
.uni-card:hover .uc-photo{
  opacity:.52;
  transform:scale(1.05);
}
.uc-photo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.5) 100%);
  z-index:1;
}
.uc-hero .uch-pattern,
.uc-hero .uc-hero-content,
.uc-hero .uc-type-pill,
.uc-hero .uc-feat-pill{
  position:relative;z-index:2;
}

/* ── University detail hero photo ────────────────────────────────── */
.uni-hero{position:relative;overflow:hidden;}
.uh-photo-bg{
  filter:saturate(0.75) brightness(0.6);
  background-attachment:local;
}
.uh-photo-overlay{
  background:linear-gradient(135deg,rgba(10,22,40,.88) 0%,rgba(26,58,107,.75) 55%,rgba(10,22,40,.55) 100%);
}
.uni-hero .uh-pattern,
.uni-hero .uh-overlay,
.uni-hero .uni-hero-inner{
  position:relative;z-index:2;
}

/* ── Campus photo banner in detail card ──────────────────────────── */
.detail-card--campus{overflow:hidden;}
.campus-photo-banner{
  position:relative;
  height:180px;
  overflow:hidden;
  border-radius:var(--r-md) var(--r-md) 0 0;
  margin:-24px -24px 20px;
}
.campus-photo-banner img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(0.85) brightness(0.9);
  transition:transform .5s;
}
.detail-card--campus:hover .campus-photo-banner img{transform:scale(1.04);}
.cpb-overlay{
  position:absolute;inset:0;
  background:linear-gradient(transparent 40%,rgba(0,0,0,.65));
  display:flex;align-items:flex-end;padding:14px 18px;
}
.cpb-label{
  color:#fff;font-size:12px;font-weight:700;
  letter-spacing:.7px;text-transform:uppercase;
  display:flex;align-items:center;gap:6px;
}
.cpb-label i{color:var(--gold);}

/* ── Programs hero photo ─────────────────────────────────────────── */
.programs-hero{position:relative;overflow:hidden;}
.prh-photo-bg{
  filter:saturate(0.7) brightness(0.55);
}
.programs-hero .ph-bg-pattern,
.programs-hero .ph-inner{
  position:relative;z-index:2;
}

/* ── Program section header photo ───────────────────────────────── */
.prog-section .ps-header{
  position:relative;
  overflow:hidden;
  min-height:90px;
}
.psh-photo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  opacity:.25;
  filter:saturate(0.5) brightness(0.6);
}
.psh-photo-overlay{
  position:absolute;inset:0;
  background:inherit;
  z-index:1;
  opacity:.75;
}
.ps-header .psh-left,
.ps-header .psh-count{
  position:relative;z-index:2;
}

/* ── Why section photo panel ─────────────────────────────────────── */
.why-photo-layout{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:40px;
  align-items:start;
}
.why-photo-panel{
  position:sticky;top:100px;
  display:flex;flex-direction:column;gap:10px;
}
.wpp-main{
  position:relative;
  border-radius:var(--r-lg);
  overflow:hidden;
  height:280px;
}
.wpp-main img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(0.9) brightness(0.95);
  transition:transform .5s;
}
.why-photo-panel:hover .wpp-main img{transform:scale(1.04);}
.wpp-badge{
  position:absolute;bottom:14px;left:14px;
  background:rgba(10,22,40,.85);backdrop-filter:blur(8px);
  color:var(--gold);font-size:11.5px;font-weight:700;
  padding:6px 14px;border-radius:20px;
  border:1px solid rgba(244,168,39,.3);
  display:flex;align-items:center;gap:6px;
}
.wpp-badge i{font-size:10px;}
.wpp-side{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;
}
.wpp-sub{
  position:relative;border-radius:var(--r-md);overflow:hidden;height:130px;
}
.wpp-sub img{
  width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(0.85) brightness(0.9);
  transition:transform .4s;
}
.wpp-sub:hover img{transform:scale(1.06);}
.wpp-sub-label{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.7));
  color:#fff;font-size:11px;font-weight:700;
  padding:18px 10px 8px;text-align:center;
  letter-spacing:.4px;
}
@media(max-width:1100px){
  .why-photo-layout{grid-template-columns:1fr;}
  .why-photo-panel{position:static;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  .wpp-main{height:200px;grid-column:span 2;}
  .wpp-side{grid-column:span 2;}
}
@media(max-width:540px){
  .why-photo-panel{display:none;}
}

/* ── Testimonials with photo background ──────────────────────────── */
.testimonials-section{
  position:relative;
  overflow:hidden;
}
.tm-photo-layer{
  position:absolute;inset:0;
  background-image:var(--tm-bg);
  background-size:cover;
  background-position:center;
  filter:saturate(0.4) brightness(0.35);
  pointer-events:none;
  z-index:0;
}
.tm-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(248,250,252,.97) 0%,rgba(241,245,249,.95) 100%);
  pointer-events:none;
  z-index:1;
}

/* ── City card photos ────────────────────────────────────────────── */
.cc-hero{position:relative;overflow:hidden;}
.cc-hero-photo{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  filter:saturate(0.8) brightness(0.7);
  transition:transform .5s ease;
}
.city-card:hover .cc-hero-photo{transform:scale(1.04);}
.cc-hero-photo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.6) 100%);
  z-index:1;
}
.cc-hero .cc-hero-bg,
.cc-hero .cc-hero-content,
.cc-hero .cc-tags-row{
  position:relative;z-index:2;
}
/* Ensure text stays white over photo */
.cc-hero-content .cc-name{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);}
.cc-hero-content .cc-pop{color:rgba(255,255,255,.85);}
.cc-hero-content .cc-icon{filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));}

/* ── Contact hero photo ───────────────────────────────────────────── */
.contact-hero{position:relative;overflow:hidden;}
.contact-hero-photo{
  background-size:cover;
  background-position:center;
  filter:saturate(0.7) brightness(0.55);
}
.contact-hero-overlay{
  background:linear-gradient(135deg,rgba(10,22,40,.88) 0%,rgba(26,58,107,.78) 55%,rgba(10,22,40,.6) 100%);
}
.contact-hero .contact-hero-pattern,
.contact-hero .contact-hero-inner{
  position:relative;z-index:2;
}

/* ── Contact photos band ──────────────────────────────────────────── */
.contact-photos-band{
  background:#0a1628;
  overflow:hidden;
}
.cpb-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:3px;
  max-height:240px;
}
.cpb-photo{
  position:relative;overflow:hidden;
}
.cpb-photo--tall{grid-row:span 1;}
.cpb-photo img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  filter:saturate(0.8) brightness(0.85);
  transition:transform .5s,filter .5s;
}
.cpb-photo:hover img{
  transform:scale(1.07);
  filter:saturate(1) brightness(1);
}
.cpb-photo-label{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.7));
  color:#fff;font-size:11px;font-weight:700;
  padding:16px 8px 7px;text-align:center;
  letter-spacing:.5px;text-transform:uppercase;
  opacity:0;transition:opacity .3s;
}
.cpb-photo:hover .cpb-photo-label{opacity:1;}
@media(max-width:900px){
  .cpb-row{grid-template-columns:repeat(3,1fr);max-height:none;}
}
@media(max-width:540px){
  .cpb-row{grid-template-columns:repeat(2,1fr);max-height:none;}
  .cpb-photo-label{opacity:1;}
}

/* ── Page hero photo backgrounds (all page heroes) ───────────────── */
.page-hero.uzb-page-hero{position:relative;overflow:hidden;}
.page-hero.uzb-page-hero .ph-pattern,
.page-hero.uzb-page-hero .page-hero-inner{
  position:relative;z-index:2;
}

/* ── Lazy loading fade-in ─────────────────────────────────────────── */
img[loading="lazy"]{
  opacity:0;
  transition:opacity .4s ease;
}
img[loading="lazy"].loaded{opacity:1;}

/* ── Prevent layout shift for photo containers ───────────────────── */
.fch-photo-overlay + .fch-pattern{pointer-events:none;}

/* ══════════════════════════════════════════════════════════════════
   LAZY LOAD SCRIPT HELPER (inline in global JS)
   ══════════════════════════════════════════════════════════════════ */
