:root{
  --space:#06101f;--space2:#0b1c34;--space3:#102d55;--blue:#0878ff;--blue2:#3b82ff;--cyan:#46d9ff;--gold:#f5c66b;--green:#12a86b;--red:#f43f5e;--orange:#f59e0b;--text:#081422;--muted:#5b6b82;--line:#dce7f3;--card:#fff;--soft:#f4f8fc;--footer:#03101f;--shadow:0 28px 80px rgba(3,16,34,.16)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--soft);color:var(--text)}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.topbar{height:76px;background:rgba(7,16,30,.96);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,82px);position:sticky;top:0;z-index:60;backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:112px;max-height:50px;object-fit:contain;opacity:.92}.nav{display:flex;gap:24px;align-items:center}.nav a{color:#fff;text-decoration:none;font-size:14px;font-weight:800;opacity:.9;padding:28px 0 23px;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{color:#7bb8ff;border-bottom-color:var(--blue)}.actions{display:flex;align-items:center;gap:12px}.langBtn,.searchBtn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.searchBtn{width:42px;height:42px;display:grid;place-items:center;padding:0}.loginBtn,.primaryBtn{background:linear-gradient(135deg,var(--blue),#0a63dd);color:#fff;border:0;border-radius:13px;padding:13px 20px;text-decoration:none;font-weight:900;display:inline-flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 18px 34px rgba(8,120,255,.28)}.ghostBtn{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);color:#fff;border-radius:13px;padding:13px 20px;text-decoration:none;font-weight:900;display:inline-flex;gap:10px;align-items:center}.goldBtn{background:linear-gradient(135deg,#f5c66b,#e09a27);color:#07101e;border:0;border-radius:13px;padding:13px 20px;text-decoration:none;font-weight:950;display:inline-flex;gap:10px;align-items:center}.menuBtn{display:none;border:0;background:transparent;color:white;font-size:30px}.mobilePanel{display:none}
.cinematicHero{position:relative;min-height:calc(100vh - 76px);background:radial-gradient(circle at 72% 42%,rgba(52,126,218,.75),transparent 28%),linear-gradient(110deg,#06101f 0%,#07162b 47%,#102e57 100%);color:#fff;overflow:hidden}.cinematicHero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.65) 1px,transparent 1px);background-size:52px 52px;opacity:.16;animation:stars 22s linear infinite}.cinematicHero:after{content:"";position:absolute;right:-6vw;bottom:-20vh;width:min(900px,70vw);height:min(520px,42vw);border-radius:50% 50% 0 0;background:radial-gradient(circle at 45% 15%,rgba(255,255,255,.9) 0 1.2%,transparent 1.4%),radial-gradient(circle at 58% 25%,rgba(255,205,95,.75) 0 1%,transparent 1.2%),radial-gradient(circle at 68% 33%,rgba(255,205,95,.6) 0 .8%,transparent 1%),linear-gradient(180deg,#377dd0 0%,#12345f 42%,#071321 85%);box-shadow:0 -30px 70px rgba(72,154,255,.36);opacity:.92;animation:earth 9s ease-in-out infinite}.heroContent{position:relative;z-index:2;min-height:calc(100vh - 76px);display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:56px;align-items:center;padding:clamp(60px,8vw,110px) clamp(24px,6vw,96px)}.heroText{max-width:780px}.kicker{display:inline-flex;gap:9px;align-items:center;border:1px solid rgba(91,171,255,.5);background:rgba(45,120,210,.15);border-radius:999px;padding:9px 14px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#a9d4ff}.cinematicHero h1{font-size:clamp(46px,6.4vw,92px);line-height:.95;letter-spacing:-.06em;margin:22px 0 22px}.cinematicHero h1 span{color:#3b82ff}.cinematicHero p{font-size:clamp(18px,1.6vw,23px);line-height:1.65;color:#d9e7f6;max-width:780px}.heroCtas{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.glassCard{position:relative;background:rgba(5,17,33,.68);border:1px solid rgba(105,168,255,.32);border-radius:22px;padding:32px;backdrop-filter:blur(16px);box-shadow:var(--shadow)}.glassCard b{font-size:54px;color:#4c9cff}.glassCard p{font-size:18px}.orbit{position:absolute;border:1px solid rgba(245,198,107,.35);border-radius:50%;right:15vw;bottom:14vh;width:310px;height:150px;transform:rotate(-8deg);z-index:1}.orbit:before{content:"";position:absolute;top:50%;left:-4px;width:10px;height:10px;background:var(--gold);border-radius:50%;box-shadow:0 0 18px var(--gold);animation:satellite 6s linear infinite}.satellite{position:absolute;z-index:3;right:23vw;top:26vh;width:44px;height:18px;border-radius:6px;background:linear-gradient(90deg,#d8e6f7,#79b7ff);box-shadow:0 0 28px rgba(105,168,255,.65);animation:fly 14s linear infinite}.satellite:before,.satellite:after{content:"";position:absolute;top:4px;width:28px;height:10px;background:#2b7de9}.satellite:before{left:-32px}.satellite:after{right:-32px}@keyframes stars{to{background-position:120px 80px}}@keyframes earth{50%{transform:translateY(-10px)}}@keyframes satellite{to{transform:translateX(310px)}}@keyframes fly{0%{transform:translate(120px,-80px) rotate(-14deg);opacity:0}20%,80%{opacity:1}100%{transform:translate(-900px,260px) rotate(-14deg);opacity:0}}
.stats{position:relative;z-index:5;margin:-54px clamp(20px,6vw,96px) 28px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.stat{padding:24px 30px;border-right:1px solid var(--line);display:flex;align-items:center;gap:16px}.stat:last-child{border-right:0}.statIcon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-size:22px}.stat b{font-size:28px;color:var(--blue)}.stat small{display:block;color:#33435a}.section{padding:72px clamp(20px,6vw,96px)}.sectionHeader{text-align:center;max-width:820px;margin:0 auto 34px}.eyebrow{color:var(--blue);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.sectionHeader h2{font-size:clamp(34px,4vw,56px);margin:10px 0;letter-spacing:-.045em}.sectionHeader p{font-size:18px;line-height:1.7;color:var(--muted)}.dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.tile{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:255px;box-shadow:0 18px 54px rgba(5,20,45,.06);text-decoration:none;color:var(--text);transition:.22s}.tile:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.tileHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.tile h3{font-size:20px;margin:0;line-height:1.22}.tile p{color:#4a5d73;line-height:1.58}.tileIcon{font-size:26px;color:var(--blue)}.arrow{color:var(--blue);font-size:24px}.ticks{display:flex;align-items:center;justify-content:space-between;margin-top:18px;border-top:2px solid #dbe6f2;padding-top:13px}.ticks span{font-size:12px;font-weight:900;color:#6c7b8e}.ticks .active{background:var(--blue);color:#fff;border-radius:999px;padding:10px}.miniBox{border:1px solid #e0e9f5;border-radius:14px;padding:15px;margin-top:16px}.term{border:1px solid #e4edf7;border-radius:12px;padding:11px}.term b{color:#0b64dd}.mapMini{height:138px;background:radial-gradient(circle,#f5fbff,#dfeef9);border-radius:18px;position:relative;overflow:hidden}.mapMini:after{content:"";position:absolute;inset:28px;background:linear-gradient(25deg,transparent 4%,#52c680 5% 14%,transparent 15% 20%,#52c680 21% 38%,transparent 39% 44%,#f5b23b 45% 52%,transparent 53% 58%,#52c680 59% 74%,#f24a4a 75% 78%,#52c680 79%);clip-path:polygon(1% 40%,16% 18%,30% 25%,40% 12%,55% 27%,68% 18%,98% 42%,84% 56%,72% 52%,63% 68%,48% 55%,33% 68%,18% 55%)}.eventBox{background:#ffecec;border:1px solid #ffc9c9;border-radius:16px;padding:18px}.avatars{display:flex;gap:8px;margin:13px 0}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.16)}.avatar img{width:100%;height:100%;object-fit:cover}.progress{height:9px;background:#e7eef7;border-radius:999px;overflow:hidden}.progress b{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan))}.expertRow{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid #e6eef8;text-decoration:none}.expertRow img{width:42px;height:42px;border-radius:50%;object-fit:cover}.compareTable{width:100%;border-collapse:collapse;font-size:13px}.compareTable td,.compareTable th{border:1px solid #e1e9f3;padding:8px;text-align:center}.aboutSection{background:#fff}.aboutGrid{display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:start}.aboutText p{font-size:18px;line-height:1.8;color:#42546b}.focusList{display:grid;gap:14px}.focusItem{background:#f6f9fd;border:1px solid #e0eaf6;border-radius:18px;padding:18px}.focusItem b{display:block;margin-bottom:6px}.pageHero{background:radial-gradient(circle at 70% 30%,rgba(28,90,170,.85),transparent 34%),linear-gradient(180deg,#06101f,#0c213e);color:white;padding:76px clamp(20px,6vw,96px) 64px;position:relative;overflow:hidden}.pageHero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.55) 1px,transparent 1px);background-size:50px 50px;opacity:.15}.pageHero>*{position:relative}.pageHero h1{font-size:clamp(42px,5.8vw,76px);line-height:1;letter-spacing:-.055em;margin:18px 0}.pageHero p{font-size:20px;color:#dce9f8;line-height:1.6;max-width:900px}.pageWrap{padding:38px clamp(20px,6vw,96px) 78px}.pageGrid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 16px 48px rgba(5,20,45,.06)}.span3{grid-column:span 3}.span4{grid-column:span 4}.span6{grid-column:span 6}.span8{grid-column:span 8}.span12{grid-column:1/-1}.filterBar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.filterBar input,.filterBar select,.formControl{border:1px solid #d7e2ee;border-radius:12px;padding:13px 14px;background:#fff;min-width:220px}.timelineFull{position:relative;padding-left:28px}.timelineFull:before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:2px;background:#cfe0f4}.timelineFull article{position:relative;margin-bottom:18px;padding:20px;background:#fff;border:1px solid #e0e8f3;border-radius:18px}.timelineFull article:before{content:"";position:absolute;left:-28px;top:26px;width:18px;height:18px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 6px #e4f1ff}.mapInteractive{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.mapCanvas{height:470px;border-radius:26px;background:radial-gradient(circle at 50% 46%,#f7fcff 0 34%,#d7ecfb 35% 63%,#b9d8ef 64%);position:relative;overflow:hidden;border:1px solid #d8e8f8}.mapCanvas:before{content:"";position:absolute;inset:48px;background:linear-gradient(25deg,transparent 3%,#54c584 4% 12%,transparent 13% 17%,#54c584 18% 27%,transparent 28% 33%,#f5be38 34% 40%,transparent 41% 45%,#54c584 46% 56%,#ef4d4d 57% 59%,#54c584 60% 76%,transparent 77%),linear-gradient(150deg,transparent 2%,#54c584 3% 8%,transparent 9% 18%,#54c584 19% 31%,transparent 32% 42%,#f5be38 43% 47%,transparent 48% 55%,#54c584 56% 66%,transparent 67%);clip-path:polygon(1% 39%,13% 18%,26% 25%,35% 13%,48% 25%,62% 18%,79% 24%,98% 40%,86% 58%,72% 51%,62% 69%,48% 54%,33% 67%,16% 55%)}.countryPin{position:absolute;border:0;color:#fff;border-radius:999px;padding:7px 10px;font-weight:950;font-size:12px;box-shadow:0 8px 20px rgba(8,120,255,.25);background:var(--blue)}.countryPin.full{background:var(--green)}.countryPin.partial{background:#e79a13}.countryPin.no{background:#e94444}.countryCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:15px}.countryCard{border:1px solid #e2ebf5;border-radius:16px;background:#fff;padding:16px}.status{font-weight:950}.status.full{color:#0b9d62}.status.partial{color:#d68100}.status.no{color:#d71920}.articleList{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.articleCard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 14px 42px rgba(5,20,45,.06)}.articleCard h3{font-size:22px;margin:8px 0}.articleCard p{line-height:1.65;color:#46586d}.meta{color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.expertGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.expertCard{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.expertPhoto{height:270px;background:#dfe8f2}.expertPhoto img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.expertCard:nth-child(2) .expertPhoto img{object-position:center 12%}.expertCard:nth-child(3) .expertPhoto img{object-position:center 18%}.expertCard .body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}.expertCard h3{margin:0;font-size:22px}.expertCard p{margin:0;color:#46586d;line-height:1.55}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.chips span{background:#eef6ff;border:1px solid #d7eafe;color:#0b64dd;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.linkedinBtn{margin-top:10px;text-decoration:none;background:#0a66c2;color:white;border-radius:12px;padding:11px 14px;font-weight:900;text-align:center}.learningGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.lesson{border:1px solid #e0e9f5;background:#f8fbff;border-radius:14px;padding:14px;margin:12px 0}.lesson .kind{color:var(--blue);font-weight:900;font-size:12px;text-transform:uppercase}.quizBox{margin-top:18px;border:1px solid #e2ebf6;border-radius:16px;padding:18px;background:#fff}.quizBox button{margin:6px 6px 0 0}.adminLayout{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 76px)}.adminSide{background:#07101e;color:#fff;padding:28px;display:flex;flex-direction:column;gap:12px}.adminSide a{color:#dfeaff;text-decoration:none;padding:10px;border-radius:10px}.adminSide a:hover{background:rgba(255,255,255,.08)}.adminMain{padding:34px}.adminForm{display:grid;gap:13px}.adminForm input,.adminForm textarea,.adminForm select{border:1px solid #d7e2ee;border-radius:12px;padding:13px 14px}.adminForm button,.newsletter button{background:var(--blue);color:#fff;border:0;border-radius:12px;padding:13px 16px;font-weight:900}.adminTable{width:100%;border-collapse:collapse}.adminTable th,.adminTable td{border-bottom:1px solid #e2ebf6;padding:12px;text-align:left}.dangerBtn{border:0;background:#fee2e2;color:#b91c1c;border-radius:9px;padding:8px 10px}.notice{background:#fff7df;border:1px solid #f3d28a;border-radius:14px;padding:14px;color:#61430a}.chatBox{height:340px;overflow:auto;border:1px solid #d9e5f2;border-radius:18px;padding:18px;background:#f7fbff}.bubble{max-width:78%;padding:13px 15px;border-radius:16px;background:#e9f3ff;margin-bottom:12px;line-height:1.55}.bubble.me{margin-left:auto;background:#0b73f6;color:#fff}.newsletter{display:flex;gap:10px;margin-top:12px}.newsletter input{flex:1;border:1px solid #24425f;background:#071a2e;color:#fff;border-radius:12px;padding:14px}.footer{background:#03101f;color:#d8e6f7;padding:38px clamp(20px,6vw,96px) 24px}.footerTop{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1.6fr;gap:34px}.footer img{width:130px;opacity:.9}.footer p{line-height:1.7;color:#b7c7da}.footer h4{color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.footer a{display:block;color:#dce8f6;text-decoration:none;margin:8px 0}.socials{display:flex;gap:10px;margin-top:14px}.socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#10243d;color:white;margin:0;text-decoration:none;font-weight:900}.partners{border-top:1px solid rgba(255,255,255,.09);margin-top:34px;padding-top:22px;display:flex;align-items:center;gap:34px;flex-wrap:wrap;font-weight:950}.empty{background:#fff;border:1px dashed #cbd9e8;border-radius:16px;padding:24px;color:#627287}.toast{position:fixed;right:24px;bottom:24px;background:#07101e;color:#fff;padding:14px 18px;border-radius:14px;z-index:80;box-shadow:var(--shadow)}
@media(max-width:1180px){.dashboard{grid-template-columns:repeat(2,1fr)}.heroContent{grid-template-columns:1fr}.glassCard{max-width:560px}.stats{grid-template-columns:repeat(3,1fr)}.expertGrid,.learningGrid{grid-template-columns:repeat(2,1fr)}.footerTop{grid-template-columns:1fr 1fr}.aboutGrid{grid-template-columns:1fr}.mapInteractive{grid-template-columns:1fr}.span3,.span4,.span6,.span8{grid-column:1/-1}}
@media(max-width:820px){.topbar{height:auto;min-height:70px}.nav{display:none}.menuBtn{display:block}.mobilePanel.open{display:flex;position:fixed;left:0;right:0;top:70px;background:#07101e;z-index:70;padding:20px;flex-direction:column;gap:10px;border-bottom:1px solid rgba(255,255,255,.1)}.mobilePanel a{color:#fff;text-decoration:none;padding:12px;border-radius:10px;background:rgba(255,255,255,.05)}.actions .searchBtn{display:none}.cinematicHero{min-height:auto}.heroContent{min-height:auto;padding:50px 20px 110px}.cinematicHero h1{font-size:44px}.heroCtas{flex-direction:column}.stats{grid-template-columns:1fr;margin:-40px 20px 20px}.stat{border-right:0;border-bottom:1px solid var(--line)}.dashboard,.expertGrid,.learningGrid{grid-template-columns:1fr}.section{padding:50px 20px}.pageHero{padding:50px 20px}.pageWrap{padding:24px 20px 60px}.footerTop{grid-template-columns:1fr}.adminLayout{grid-template-columns:1fr}.adminSide{position:static}.newsletter{flex-direction:column}.partners{gap:16px}.brand img{width:88px}.loginBtn{padding:11px 13px}.mapCanvas{height:360px}.expertPhoto{height:320px}}
/* v6 premium hero and polish */
.topbar .actions .searchBtn + a + a, .instagramTop, .igTop{display:none!important}
.cinematicHero{position:relative;min-height:82vh;background:#030914;color:#fff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.spaceVideo{position:absolute;inset:0;background:radial-gradient(circle at 67% 35%,rgba(0,113,255,.28),transparent 24%),linear-gradient(100deg,#020715 0%,#07182d 42%,#051024 100%)}
.spaceVideo:before{content:"";position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=2400&q=90');background-size:cover;background-position:center;opacity:.34;filter:saturate(1.2) contrast(1.1)}
.starLayer{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.85) 1px,transparent 1.4px),radial-gradient(rgba(90,166,255,.55) 1px,transparent 1.4px);background-size:80px 80px,132px 132px;background-position:0 0,35px 50px;opacity:.55;animation:starDrift 40s linear infinite}
.earthHD{position:absolute;right:-12vw;bottom:-28vw;width:min(92vw,1200px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.35),transparent 8%),url('https://images.unsplash.com/photo-1614730321146-b6fa6a46bcb4?auto=format&fit=crop&w=1600&q=90');background-size:cover;background-position:center;box-shadow:0 0 90px rgba(50,150,255,.75),inset 35px 20px 80px rgba(255,255,255,.18),inset -120px -60px 140px #01030a;opacity:.95;transform:rotate(-14deg)}
.earthHD:before{content:"";position:absolute;inset:-12px;border-radius:50%;border:2px solid rgba(81,174,255,.35);filter:blur(.2px)}
.orbit{position:absolute;right:4vw;bottom:12vw;width:520px;height:230px;border:1px solid rgba(255,190,87,.42);border-radius:50%;transform:rotate(-19deg);opacity:.9}.orbit2{width:670px;height:330px;right:-1vw;bottom:7vw;opacity:.32}.satellite{position:absolute;right:32vw;top:23vh;font-size:34px;filter:drop-shadow(0 0 18px #7fc6ff);animation:satMove 10s ease-in-out infinite}.heroContent{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,720px) minmax(300px,500px);gap:8vw;align-items:center;min-height:82vh;padding:110px clamp(24px,6vw,110px) 120px}.heroCopy h1{font-size:clamp(52px,7vw,112px);line-height:.92;letter-spacing:-.07em;margin:20px 0;background:linear-gradient(180deg,#fff,#d6e9ff 58%,#4ea0ff);-webkit-background-clip:text;color:transparent}.heroCopy p{font-size:clamp(19px,2vw,26px);line-height:1.55;color:#d7e8fb;max-width:680px}.pill{display:inline-flex;border:1px solid rgba(99,181,255,.55);background:rgba(5,20,40,.55);backdrop-filter:blur(16px);padding:10px 16px;border-radius:999px;color:#eaf5ff;font-weight:850;letter-spacing:.03em}.glassCard{background:linear-gradient(145deg,rgba(6,22,42,.72),rgba(7,34,64,.52));border:1px solid rgba(101,174,255,.42);box-shadow:0 30px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(20px);border-radius:28px;padding:34px;color:#fff}.glassCard span{font-size:80px;line-height:.7;color:#54a6ff}.glassCard p{font-size:22px;line-height:1.65;font-weight:700}.heroCtas{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.primaryBtn,.ghostBtn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:14px;padding:14px 22px;font-weight:950}.primaryBtn{background:linear-gradient(135deg,#0b73f6,#0067e8);color:white;box-shadow:0 16px 36px rgba(5,114,255,.32)}.ghostBtn{color:white;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.05)}.featureSplit{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;background:linear-gradient(180deg,#fff,#f4f8fd)}.featureSplit h2{font-size:clamp(36px,4vw,62px);line-height:1.02;margin:8px 0}.featureSplit p{font-size:19px;line-height:1.8;color:#44566c}.featureCards{display:grid;gap:18px}.featureCards article{background:#07182e;color:#fff;border:1px solid rgba(70,160,255,.25);border-radius:24px;padding:28px;box-shadow:0 18px 48px rgba(7,24,46,.16)}.featureCards b{display:block;font-size:24px;margin-bottom:8px}.featureCards span{color:#b8d3f3}.aboutLong p{font-size:20px;line-height:1.85;color:#34495f}.articleCard{position:relative;overflow:hidden}.articleCard:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(#0b73f6,#30d5c8)}.courseCard{border-top:4px solid #0b73f6}.mapCanvas{background:radial-gradient(circle at 50% 42%,#faffff 0 32%,#d3ecff 33% 60%,#9dc8ea 61% 100%)}
@keyframes satMove{0%,100%{transform:translate(0,0) rotate(-12deg)}50%{transform:translate(-42px,24px) rotate(8deg)}}@keyframes starDrift{from{background-position:0 0,35px 50px}to{background-position:800px 800px,835px 850px}}
@media(max-width:900px){.heroContent{grid-template-columns:1fr;min-height:auto;padding:70px 22px 96px}.earthHD{right:-48vw;bottom:-35vw;width:125vw}.glassCard{max-width:100%}.featureSplit{grid-template-columns:1fr}.cinematicHero{min-height:auto}.heroCopy h1{font-size:48px}.satellite{display:none}}

/* v9: Fotoğraflı profesyonel ana sayfa düzeni */
.photoHome{background:linear-gradient(180deg,#f7fbff,#ffffff)}
.leadNewsGrid{display:grid;grid-template-columns:1.25fr .85fr;grid-auto-rows:minmax(245px,auto);gap:22px}
.leadNewsCard{position:relative;overflow:hidden;border-radius:26px;min-height:245px;color:white;background:#07182e;box-shadow:0 24px 70px rgba(5,20,45,.18);display:flex;align-items:flex-end;text-decoration:none;border:1px solid rgba(255,255,255,.08)}
.leadNewsCard.big{grid-row:span 2;min-height:515px}
.leadNewsCard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.04)}
.leadNewsCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,20,.05),rgba(2,8,20,.88));z-index:1}
.leadNewsCard>div{position:relative;z-index:2;padding:28px;max-width:720px}
.leadNewsCard span{display:inline-flex;background:rgba(11,115,246,.9);color:white;border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.leadNewsCard h3{font-size:clamp(24px,3vw,44px);line-height:1.05;margin:0 0 12px;letter-spacing:-.035em;color:white}
.leadNewsCard p{font-size:16px;line-height:1.65;color:#e8f3ff;margin:0 0 14px}
.leadNewsCard a{color:white;font-weight:950;text-decoration:none}
.visualModules{background:#fff}
.visualGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.visualCard{position:relative;overflow:hidden;border-radius:24px;min-height:330px;background:#07182e;color:white;text-decoration:none;display:flex;align-items:flex-end;box-shadow:0 24px 70px rgba(5,20,45,.16);transition:.22s}
.visualCard:hover{transform:translateY(-6px)}
.visualCard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82}
.visualCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(2,8,20,.92));z-index:1}
.visualCard div{position:relative;z-index:2;padding:26px}
.visualCard b{display:block;font-size:27px;margin-bottom:10px;color:white}
.visualCard p{color:#dcecff;line-height:1.6;margin:0}
@media(max-width:900px){.leadNewsGrid,.visualGrid{grid-template-columns:1fr}.leadNewsCard.big{min-height:420px}.leadNewsCard{min-height:320px}}

/* v10 premium homepage upgrade */
.premiumHero .heroBrief{transform:translateY(-8px)}
.premiumStats{backdrop-filter:blur(18px)}
.editorialHome{padding-top:96px;background:linear-gradient(180deg,#f5f9ff 0%,#ffffff 100%)}
.newsDesk{background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%)}
.newsDeskGrid{display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:stretch}
.deskMain{position:relative;overflow:hidden;border-radius:28px;min-height:430px;color:white;display:flex;align-items:flex-end;background:#07182e;box-shadow:0 28px 80px rgba(6,18,38,.16)}
.deskMain img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.86;filter:saturate(1.08) contrast(1.05)}
.deskMain:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,28,.05),rgba(4,13,28,.9));z-index:1}
.deskMain>div{position:relative;z-index:2;padding:32px;max-width:760px}
.deskMain h3{font-size:clamp(30px,4vw,54px);line-height:1.04;letter-spacing:-.04em;margin:12px 0;color:#fff}
.deskMain p{font-size:18px;line-height:1.7;color:#e7f2ff}
.deskSide{display:grid;gap:16px}
.deskSide a{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e1eaf5;border-radius:20px;padding:22px;text-decoration:none;color:#07182e;box-shadow:0 16px 50px rgba(5,20,45,.07);transition:.2s}
.deskSide a:hover{transform:translateY(-4px);border-color:#0b73f6}
.deskSide b{font-size:20px}.deskSide span{color:#5b6b82;line-height:1.5}
.ecosystem{background:#07101f;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;overflow:hidden}
.ecosystem:before{content:"";position:absolute;right:-15%;top:-30%;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(46,145,255,.22),transparent 60%)}
.ecoText,.ecoCards{position:relative;z-index:2}.ecoText h2{font-size:clamp(36px,4.5vw,64px);line-height:1.02;letter-spacing:-.05em;margin:10px 0}.ecoText p{font-size:19px;line-height:1.75;color:#c7d7ec;max-width:760px}
.ecoCards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ecoCards article{min-height:150px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:24px;backdrop-filter:blur(14px)}.ecoCards b{display:block;font-size:28px;color:#fff;margin-bottom:8px}.ecoCards span{color:#c7d7ec;line-height:1.55}
.educationPreview{background:#fff}.coursePreviewGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.coursePreviewGrid article{background:linear-gradient(180deg,#ffffff,#f6faff);border:1px solid #dfe8f4;border-radius:24px;padding:28px;box-shadow:0 18px 54px rgba(5,20,45,.06);min-height:260px;position:relative;overflow:hidden}.coursePreviewGrid article:before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(11,115,246,.09)}.coursePreviewGrid span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#eaf4ff;color:#0b73f6;font-weight:950;margin-bottom:16px}.coursePreviewGrid h3{font-size:24px;margin:0 0 12px}.coursePreviewGrid p{color:#4e6075;line-height:1.65}.coursePreviewGrid small{display:block;margin-top:18px;color:#0b73f6;font-weight:900}.centerCta{text-align:center;margin-top:28px}
@media(max-width:980px){.newsDeskGrid,.ecosystem,.coursePreviewGrid{grid-template-columns:1fr}.deskMain{min-height:380px}.ecoCards{grid-template-columns:1fr}.editorialHome{padding-top:60px}}


/* UZAYA v15 A+B Hybrid Homepage */
.abHome{background:#f4f8fc;color:#081422}
.abHero{position:relative;background:#050d1a;color:#fff;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.abHeroBg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,26,.96) 0%,rgba(5,13,26,.76) 36%,rgba(5,13,26,.2) 100%),url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=2400&q=92');background-size:cover;background-position:center}
.abHeroBg:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.75) 1px,transparent 1.4px);background-size:70px 70px;opacity:.18;animation:stars 35s linear infinite}
.abHeroContent{position:relative;z-index:2;min-height:560px;display:grid;grid-template-columns:minmax(360px,720px) minmax(330px,470px);gap:70px;align-items:center;padding:70px clamp(24px,6vw,96px) 42px}
.abHeroText h1{font-size:clamp(44px,5.8vw,82px);line-height:1.02;letter-spacing:-.06em;margin:22px 0 18px;color:#fff}
.abHeroText h1 span{color:#4d95ff;display:block}
.abHeroText p{font-size:20px;line-height:1.65;color:#dbe9fb;max-width:680px}
.abWeekCard{background:rgba(6,18,35,.72);border:1px solid rgba(122,180,255,.28);border-radius:22px;box-shadow:0 25px 80px rgba(0,0,0,.28);backdrop-filter:blur(18px);overflow:hidden}
.weekTop{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.10);font-size:18px}
.weekTop span{opacity:.7}
.weekBody{display:grid;grid-template-columns:135px 1fr;gap:18px;padding:22px}
.weekBody img{width:135px;height:135px;object-fit:cover;border-radius:16px}
.weekBody h3{margin:5px 0 10px;color:#4d95ff;font-size:24px}
.weekBody p{color:#d5e5f7;line-height:1.55;margin:0 0 12px}
.weekBody a{display:inline-flex;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);padding:11px 14px;border-radius:12px;color:#fff;text-decoration:none;font-weight:900}
.abTrustStrip{position:relative;z-index:3;margin:0 clamp(20px,6vw,96px) 24px;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(120,170,230,.22);background:rgba(6,18,35,.72);backdrop-filter:blur(16px);border-radius:16px;overflow:hidden}
.abTrustStrip div{padding:18px 20px;border-right:1px solid rgba(255,255,255,.10)}
.abTrustStrip div:last-child{border-right:0}
.abTrustStrip b{display:block;margin-bottom:6px;color:#fff}
.abTrustStrip span{font-size:13px;line-height:1.45;color:#c6d9ef}
.abMainGrid{display:grid;grid-template-columns:1.1fr 1.55fr 1.05fr;gap:20px;padding:34px clamp(20px,5vw,72px)}
.abPanel{background:#fff;border:1px solid #dce7f3;border-radius:20px;box-shadow:0 18px 60px rgba(3,16,34,.08);padding:22px}
.abPanelHead{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}
.abPanelHead h2{margin:0;font-size:24px;letter-spacing:-.025em}
.abPanelHead h2:after{content:"";display:block;width:26px;height:3px;background:#0878ff;border-radius:10px;margin-top:8px}
.abPanelHead a{color:#0878ff;text-decoration:none;font-weight:850;font-size:14px}
.agendaList{display:grid;gap:16px}
.agendaList article{display:grid;grid-template-columns:132px 1fr;gap:14px;border-bottom:1px solid #e4edf7;padding-bottom:16px}
.agendaList article:last-child{border-bottom:0}
.agendaList img{width:132px;height:92px;object-fit:cover;border-radius:12px}
.agendaList span{display:inline-flex;background:#0878ff;color:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:950}
.agendaList h3{font-size:17px;margin:5px 0 6px;line-height:1.25}
.agendaList p{font-size:13px;line-height:1.45;color:#42546b;margin:0 0 7px}
.agendaList small{color:#7a8899}
.educationPanel{grid-column:span 1}
.courseCardsHome{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.courseCardsHome article{border:1px solid #e0e9f5;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(3,16,34,.06)}
.courseCardsHome img{height:138px;width:100%;object-fit:cover;display:block}
.courseCardsHome article>span{display:inline-flex;margin:12px 14px 0;background:#0878ff;color:#fff;border-radius:8px;padding:5px 9px;font-weight:950;font-size:12px}
.courseCardsHome h3{margin:10px 14px 6px;font-size:20px}
.courseCardsHome p{margin:0 14px 10px;color:#42546b;line-height:1.45;font-size:14px}
.courseMeta{display:flex;gap:7px;flex-wrap:wrap;margin:0 14px 11px}
.courseMeta small{background:#eef4fb;border-radius:8px;padding:5px 7px;color:#31445d;font-weight:800}
.courseCardsHome b{display:block;color:#0878ff;font-size:24px;margin:0 14px 10px}
.courseCardsHome a{display:flex;margin:0 14px 14px;background:#0878ff;color:#fff;border-radius:10px;padding:12px;text-decoration:none;font-weight:950;justify-content:center}
.educationBadges{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;border-top:1px solid #e4edf7;padding-top:14px}
.educationBadges span{font-size:13px;color:#33465c;font-weight:850}
.expertMiniList{display:grid;gap:0}
.expertMiniList a{display:grid;grid-template-columns:62px 1fr 34px;align-items:center;gap:13px;text-decoration:none;color:#081422;padding:13px 0;border-bottom:1px solid #e4edf7}
.expertMiniList a:last-child{border-bottom:0}
.expertMiniList img{width:58px;height:58px;border-radius:50%;object-fit:cover;object-position:center top;background:#eef4fb}
.expertMiniList b{display:block;font-size:16px}
.expertMiniList span{display:block;color:#42546b;font-size:13px;margin-top:3px}
.expertMiniList em{font-style:normal;width:32px;height:32px;border:1px solid #dce7f3;border-radius:50%;display:grid;place-items:center;color:#0878ff}
.abQuickRow{display:grid;grid-template-columns:repeat(4,1fr) 1.45fr;gap:0;margin:0 clamp(20px,5vw,72px) 34px;background:#07101f;border-radius:18px;overflow:hidden;box-shadow:0 18px 60px rgba(3,16,34,.18)}
.abQuickRow>a,.abNewsletter{padding:24px 26px;color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.09)}
.abQuickRow b{display:block;font-size:17px;margin-bottom:8px}
.abQuickRow span{display:block;color:#c8d7e8;font-size:14px;line-height:1.45}
.abQuickRow em{font-style:normal;float:right;color:#7db5ff;font-size:24px}
.abNewsletter{background:linear-gradient(135deg,#0c4db8,#0878ff)}
.abNewsletter div{display:flex;gap:8px;margin-top:12px}
.abNewsletter input{flex:1;border:0;border-radius:999px;padding:12px 14px}
.abNewsletter button{border:0;border-radius:50%;width:42px;height:42px;background:#fff;color:#0878ff;font-weight:950}
@media(max-width:1150px){.abHeroContent{grid-template-columns:1fr}.abTrustStrip{grid-template-columns:repeat(2,1fr)}.abMainGrid{grid-template-columns:1fr}.abQuickRow{grid-template-columns:1fr}.abQuickRow>a,.abNewsletter{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}}
@media(max-width:760px){.abHeroContent{padding:45px 20px 28px}.abHeroText h1{font-size:42px}.weekBody{grid-template-columns:1fr}.weekBody img{width:100%;height:180px}.abTrustStrip{grid-template-columns:1fr;margin:0 20px 20px}.abMainGrid{padding:25px 20px}.courseCardsHome{grid-template-columns:1fr}.agendaList article{grid-template-columns:1fr}.agendaList img{width:100%;height:170px}.abQuickRow{margin:0 20px 30px}}


/* UZAYA v17 Premium polish */
.abHero{min-height:690px}
.abHeroContent{padding-top:88px;padding-bottom:36px;min-height:520px}
.abHeroText{transform:translateY(-18px)}
.abHeroText .pill{box-shadow:0 0 0 1px rgba(125,181,255,.26),0 14px 40px rgba(8,120,255,.18)}
.abHeroText h1{max-width:760px;text-shadow:0 18px 55px rgba(0,0,0,.48)}
.abHeroText p{max-width:760px;text-shadow:0 10px 35px rgba(0,0,0,.55)}
.abHeroBg{filter:saturate(1.15) contrast(1.08)}
.abHeroBg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 66% 40%,rgba(8,120,255,.28),transparent 32%),radial-gradient(circle at 18% 25%,rgba(93,165,255,.18),transparent 28%);mix-blend-mode:screen}
.abHeroBg:after{animation:stars 40s linear infinite}
@keyframes stars{from{background-position:0 0}to{background-position:800px 600px}}
.abWeekCard{transform:translateY(-8px);transition:.28s ease}
.abWeekCard:hover{transform:translateY(-14px);box-shadow:0 34px 100px rgba(8,120,255,.22)}
.abTrustStrip{margin-top:-8px}
.abTrustStrip div{transition:.25s ease}
.abTrustStrip div:hover{background:rgba(8,120,255,.13);transform:translateY(-2px)}
.premiumHeroWidgets{position:relative;z-index:5;display:grid;grid-template-columns:1fr 1.2fr;gap:18px;margin:0 clamp(20px,6vw,96px) 34px}
.countdownCard,.aiMiniCard{border:1px solid rgba(125,181,255,.26);background:linear-gradient(135deg,rgba(6,18,35,.86),rgba(8,44,88,.76));backdrop-filter:blur(18px);border-radius:18px;padding:22px;color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.20)}
.countdownCard span{display:inline-flex;color:#7db5ff;font-weight:950;letter-spacing:.08em;font-size:12px}
.countdownCard h3{margin:8px 0 15px;font-size:24px}
.countdownGrid{display:grid;grid-template-columns:auto auto auto auto auto auto;gap:8px 10px;align-items:end}
.countdownGrid b{font-size:28px;color:#fff}
.countdownGrid small{color:#b8cde8;font-weight:850;margin-right:8px}
.aiMiniCard{text-decoration:none;display:flex;flex-direction:column;gap:8px}
.aiMiniCard b{font-size:22px}
.aiMiniCard span{color:#cfe0f5;line-height:1.55}
.aiMiniCard em{font-style:normal;color:#7db5ff;font-weight:950}
.abPanel{transition:.28s ease}
.abPanel:hover{box-shadow:0 28px 90px rgba(3,16,34,.13);transform:translateY(-3px)}
.agendaList article,.courseCardsHome article,.expertMiniList a{transition:.28s ease}
.agendaList article:hover{transform:translateX(7px);background:#f8fbff;border-radius:14px;padding:10px 10px 16px}
.agendaList article:hover img{filter:saturate(1.12) contrast(1.08)}
.courseCardsHome article:hover{transform:translateY(-7px);box-shadow:0 24px 70px rgba(8,120,255,.16);border-color:#9dccff}
.courseCardsHome img{transition:.35s ease}
.courseCardsHome article:hover img{transform:scale(1.035);filter:saturate(1.13)}
.courseCardsHome article{overflow:hidden}
.courseCardsHome a{box-shadow:0 14px 34px rgba(8,120,255,.22);transition:.22s ease}
.courseCardsHome a:hover{filter:brightness(1.05);transform:translateY(-2px)}
.expertMiniList a:hover{background:#f7fbff;border-radius:14px;padding-left:10px;padding-right:10px}
.expertMiniList img{box-shadow:0 6px 20px rgba(3,16,34,.12);transition:.28s ease}
.expertMiniList a:hover img{transform:scale(1.08)}
.expertMiniList a:after{content:"LinkedIn";justify-self:end;background:#0a66c2;color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:950;opacity:0;transform:translateX(10px);transition:.22s ease}
.expertMiniList a:hover:after{opacity:1;transform:translateX(0)}
.expertMiniList a:hover em{display:none}
.abQuickRow{transition:.28s ease}
.abQuickRow:hover{box-shadow:0 28px 90px rgba(3,16,34,.24)}
.fadeUpCard{animation:fadeUpCard .55s ease both}
@keyframes fadeUpCard{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.moduleHero,.expertsHero,.trainingHero{box-shadow:inset 0 -1px rgba(255,255,255,.08)}
.trainingModalCard{box-shadow:0 40px 140px rgba(3,16,34,.38)!important}
.trainingForm .applyBtn,.applyBtn{box-shadow:0 16px 45px rgba(8,120,255,.22)}
@media(max-width:1150px){.premiumHeroWidgets{grid-template-columns:1fr}.abHeroText{transform:none}}
@media(max-width:760px){.abHero{min-height:auto}.premiumHeroWidgets{margin:0 20px 24px}.countdownGrid{grid-template-columns:auto auto auto auto auto auto}.countdownGrid b{font-size:22px}.abHeroText h1{font-size:40px}}


/* UZAYA v18 Space Law Test Embed */
.space-law-test-section{position:relative;padding:110px 0;background:radial-gradient(circle at top right,rgba(8,120,255,.15),transparent 25%),linear-gradient(180deg,#06111f 0%,#091a2d 100%);overflow:hidden}
.space-law-test-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:30px 30px;opacity:.25}
.test-wrapper{position:relative;z-index:2;width:min(1380px,92%);margin:0 auto}
.test-header{text-align:center;margin-bottom:50px}
.test-pill{display:inline-flex;padding:10px 18px;border-radius:999px;background:rgba(18,119,255,.15);border:1px solid rgba(125,181,255,.35);color:#7db5ff;font-size:12px;font-weight:900;letter-spacing:.08em}
.test-header h2{margin-top:22px;font-size:clamp(38px,5vw,72px);line-height:1;color:#fff;font-weight:950;letter-spacing:-.045em}
.test-header p{max-width:860px;margin:22px auto 0;color:#bfd2e8;font-size:18px;line-height:1.8}
.test-grid{display:grid;grid-template-columns:420px 1fr;gap:28px;align-items:start}
.test-info-card,.test-form-card{background:rgba(8,18,35,.72);border:1px solid rgba(125,181,255,.16);border-radius:28px;backdrop-filter:blur(16px);box-shadow:0 30px 80px rgba(0,0,0,.28)}
.test-info-card{padding:38px;position:sticky;top:110px}
.test-icon{width:80px;height:80px;border-radius:24px;display:grid;place-items:center;font-size:36px;background:linear-gradient(135deg,#0d5eff,#4cc9ff);margin-bottom:26px}
.test-info-card h3{color:#fff;font-size:32px;margin-bottom:18px}
.test-info-card p{color:#c9d7e7;line-height:1.8;margin-bottom:26px}
.test-info-card ul{list-style:none;padding:0;margin:0 0 30px}
.test-info-card li{color:#dce8f7;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.test-badges{display:flex;gap:10px;flex-wrap:wrap}
.test-badges span{padding:10px 16px;border-radius:999px;background:rgba(18,119,255,.14);color:#7db5ff;font-size:13px;font-weight:800}
.test-form-card{overflow:hidden;padding:12px}
.test-form-card iframe{border-radius:18px;background:#fff}
@media(max-width:1100px){.test-grid{grid-template-columns:1fr}.test-info-card{position:relative;top:auto}}
@media(max-width:768px){.space-law-test-section{padding:80px 0}.test-info-card,.test-form-card{border-radius:22px}.test-info-card{padding:26px}.test-header h2{font-size:42px}}


/* UZAYA v19 Photo Gallery */
.galleryHero{
  background:radial-gradient(circle at 72% 30%,rgba(8,120,255,.36),transparent 35%),linear-gradient(135deg,#06101f,#123f78);
  color:#fff;padding:92px clamp(20px,6vw,96px) 78px;position:relative;overflow:hidden
}
.galleryHero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.45) 1px,transparent 1px);background-size:54px 54px;opacity:.15}
.galleryHero>*{position:relative}
.galleryHero h1{font-size:clamp(42px,6vw,78px);letter-spacing:-.055em;line-height:.98;margin:16px 0}
.galleryHero p{font-size:20px;line-height:1.65;color:#dce9f8;max-width:920px}
.galleryWrap{background:#f4f8fc;padding:50px clamp(20px,6vw,96px) 80px}
.galleryIntro{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;margin-bottom:26px}
.galleryPanel{background:#fff;border:1px solid #dce7f3;border-radius:24px;padding:26px;box-shadow:0 18px 60px rgba(3,16,34,.08)}
.galleryPanel h2{margin:0 0 12px;font-size:32px;letter-spacing:-.035em}
.galleryPanel p{color:#42546b;line-height:1.75}
.galleryChips{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.galleryChips span{background:#eef6ff;border:1px solid #d7eafe;color:#0b64dd;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850}
.galleryFrameShell{background:#07101f;border-radius:28px;padding:16px;box-shadow:0 28px 90px rgba(3,16,34,.18);border:1px solid rgba(125,181,255,.22);overflow:hidden}
.galleryToolbar{display:flex;align-items:center;justify-content:space-between;color:#dbe8f8;padding:10px 10px 18px}
.galleryToolbar b{font-size:18px}
.galleryToolbar a{background:#0878ff;color:#fff;text-decoration:none;border-radius:12px;padding:11px 14px;font-weight:950}
.galleryFrame{
  width:100%;height:920px;border:0;border-radius:18px;background:#fff;display:block
}
.galleryMasonryPreview{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.galleryPreviewCard{position:relative;border-radius:22px;min-height:230px;overflow:hidden;background:linear-gradient(135deg,#07101f,#123f78);color:#fff;box-shadow:0 18px 60px rgba(3,16,34,.12)}
.galleryPreviewCard:before{content:"";position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=900&q=90');background-size:cover;background-position:center;opacity:.48;transition:.35s}
.galleryPreviewCard:nth-child(2):before{background-image:url('https://images.unsplash.com/photo-1517976487492-5750f3195933?auto=format&fit=crop&w=900&q=90')}
.galleryPreviewCard:nth-child(3):before{background-image:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=90')}
.galleryPreviewCard:hover:before{transform:scale(1.08);opacity:.6}
.galleryPreviewCard div{position:absolute;inset:auto 0 0 0;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.galleryPreviewCard h3{margin:0 0 8px;font-size:24px}
.galleryPreviewCard p{margin:0;color:#dce9f8;line-height:1.5}
@media(max-width:980px){.galleryIntro{grid-template-columns:1fr}.galleryMasonryPreview{grid-template-columns:1fr}.galleryFrame{height:760px}}


/* UZAYA v20 Real NASA Cinematic Gallery */
.realGalleryHero{
  min-height:520px;
  color:#fff;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(3,10,22,.98),rgba(3,10,22,.72),rgba(3,10,22,.42)),
    url('/assets/gallery/jakarta-gnss-calistay-1.jpg');
  background-size:cover;
  background-position:center;
  display:grid;
  align-items:center;
  padding:90px clamp(20px,6vw,96px);
}
.realGalleryHero:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 30%,rgba(8,120,255,.28),transparent 32%),
             radial-gradient(circle at 20% 20%,rgba(255,255,255,.12),transparent 22%);
}
.realGalleryHero:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.7) 1px,transparent 1px);
  background-size:62px 62px;
  opacity:.16;
}
.realGalleryHeroContent{position:relative;z-index:2;max-width:980px}
.realGalleryHero h1{
  font-size:clamp(48px,7vw,96px);
  line-height:.95;
  letter-spacing:-.065em;
  margin:18px 0;
  text-shadow:0 20px 70px rgba(0,0,0,.5);
}
.realGalleryHero p{font-size:21px;line-height:1.7;color:#dce9f8;max-width:780px}
.galleryStats{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.galleryStats span{
  background:rgba(6,18,35,.72);
  border:1px solid rgba(125,181,255,.22);
  backdrop-filter:blur(14px);
  border-radius:16px;
  padding:14px 18px;
  font-weight:900;
  color:#fff;
}
.realGalleryWrap{
  background:#04101f;
  padding:42px clamp(20px,5vw,72px) 78px;
  color:#fff;
}
.galleryControlBar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:28px;
}
.galleryControlBar h2{font-size:32px;margin:0;letter-spacing:-.035em}
.galleryFilters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.galleryFilters button{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(125,181,255,.22);
  color:#dce9f8;
  border-radius:999px;
  padding:10px 15px;
  font-weight:900;
  cursor:pointer;
}
.galleryFilters button.active,
.galleryFilters button:hover{background:#0878ff;color:#fff}
.realMasonry{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:18px;
}
.realPhotoCard{
  grid-column:span 4;
  min-height:320px;
  position:relative;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(125,181,255,.18);
  background:#07101f;
  box-shadow:0 22px 70px rgba(0,0,0,.34);
  cursor:pointer;
}
.realPhotoCard.featured{grid-column:span 8;min-height:440px}
.realPhotoCard.tall{grid-row:span 2;min-height:520px}
.realPhotoCard img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
  transition:.45s ease;
}
.realPhotoCard:hover img{transform:scale(1.06);filter:saturate(1.12) contrast(1.05)}
.realPhotoCard:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 35%,rgba(0,0,0,.88));
}
.realPhotoCardContent{
  position:absolute;
  inset:auto 0 0 0;
  z-index:2;
  padding:24px;
}
.realPhotoCardContent span{
  display:inline-flex;
  background:#0878ff;
  color:#fff;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:950;
  margin-bottom:12px;
}
.realPhotoCardContent h3{
  margin:0 0 10px;
  font-size:clamp(21px,2.2vw,34px);
  line-height:1.08;
}
.realPhotoCardContent p{
  color:#dce9f8;
  margin:0;
  line-height:1.5;
  max-width:760px;
}
.realPhotoCardContent small{
  display:block;
  color:#9fc6ff;
  margin-top:10px;
  font-weight:850;
}
.galleryLightbox{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.88);
  z-index:200;
  align-items:center;
  justify-content:center;
  padding:30px;
}
.galleryLightbox.open{display:flex}
.lightboxInner{
  width:min(1280px,96vw);
  max-height:92vh;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:18px;
  align-items:stretch;
}
.lightboxInner img{
  width:100%;
  max-height:92vh;
  object-fit:contain;
  background:#000;
  border-radius:18px;
}
.lightboxInfo{
  background:#07101f;
  border:1px solid rgba(125,181,255,.22);
  border-radius:18px;
  padding:24px;
  color:#fff;
}
.lightboxInfo h2{margin-top:0}
.lightboxInfo p{color:#dce9f8;line-height:1.65}
.lightboxInfo button{
  background:#0878ff;
  color:#fff;
  border:0;
  border-radius:12px;
  padding:12px 16px;
  font-weight:950;
  cursor:pointer;
}
@media(max-width:1100px){
  .galleryControlBar{align-items:flex-start;flex-direction:column}
  .realPhotoCard,.realPhotoCard.featured{grid-column:span 6}
  .lightboxInner{grid-template-columns:1fr}
}
@media(max-width:720px){
  .realPhotoCard,.realPhotoCard.featured,.realPhotoCard.tall{grid-column:span 12;min-height:360px}
  .realGalleryHero{min-height:auto;padding:70px 20px}
  .realGalleryWrap{padding:30px 20px 60px}
}


/* UZAYA v21 Countries UNOOSA Dashboard */
.countriesPageV21{background:#030b16;color:#fff;min-height:100vh}
.countriesTopV21{display:grid;grid-template-columns:340px 1fr 330px;gap:18px;padding:22px clamp(16px,2vw,26px) 14px;background:#030b16}
.countriesIntroV21{padding-top:16px}
.countriesIntroV21 h1{font-size:34px;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}
.countriesIntroV21 p{color:#d2e0f0;line-height:1.65;font-size:14px}
.countryStatsV21{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0 14px}
.countryStatsV21 div{background:rgba(8,25,46,.82);border:1px solid rgba(125,181,255,.18);border-radius:12px;padding:13px;text-align:center}
.countryStatsV21 b{font-size:27px;display:block;color:#fff}
.countryStatsV21 span{font-size:12px;color:#c3d3e7}
.turkeyNoteV21{background:linear-gradient(135deg,rgba(8,120,255,.17),rgba(8,25,46,.75));border:1px solid rgba(125,181,255,.18);border-radius:12px;padding:12px;color:#dce9f8;font-size:13px;display:flex;gap:8px;align-items:center}
.realMapV21{position:relative;min-height:480px;border:1px solid rgba(125,181,255,.20);border-radius:18px;overflow:hidden;background:#06101f;box-shadow:0 28px 90px rgba(0,0,0,.32)}
.realMapV21:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,22,.05),rgba(3,11,22,.1)),url('https://images.unsplash.com/photo-1614730321146-b6fa6a46bcb4?auto=format&fit=crop&w=2200&q=90');background-size:cover;background-position:center;filter:saturate(1.25) contrast(1.06) brightness(.76)}
.realMapV21:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(84,161,255,.8) 1px,transparent 1px);background-size:56px 56px;opacity:.12}
.mapControlsV21{position:absolute;top:16px;right:16px;z-index:3;display:flex;gap:10px}
.mapControlsV21 button,.mapZoomV21 button{background:rgba(3,11,22,.72);border:1px solid rgba(125,181,255,.25);color:#fff;border-radius:10px;padding:10px 13px;font-weight:850;backdrop-filter:blur(14px)}
.mapZoomV21{position:absolute;left:16px;top:170px;z-index:3;display:grid;gap:8px}
.mapLegendV21{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:3;display:flex;gap:18px;flex-wrap:wrap;background:rgba(3,11,22,.78);border:1px solid rgba(125,181,255,.25);border-radius:14px;padding:13px 18px;backdrop-filter:blur(16px);font-size:13px}
.mapLegendV21 span{display:flex;gap:8px;align-items:center;color:#e2edf9}
.dotV21{width:14px;height:14px;border-radius:50%;display:inline-block}
.dot-full{background:#5bbf4a}.dot-strong{background:#2674df}.dot-partial{background:#f6bc35}.dot-none{background:#e0443e}.dot-unknown{background:#9098a4}
.hotspotV21{position:absolute;z-index:4;width:15px;height:15px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 5px rgba(255,255,255,.12),0 0 22px rgba(255,255,255,.5);cursor:pointer;transition:.2s}
.hotspotV21:hover{transform:scale(1.35)}
.hs-turkiye{left:56%;top:41%;background:#5bbf4a}.hs-usa{left:18%;top:39%;background:#2674df}.hs-france{left:49%;top:38%;background:#2674df}.hs-china{left:73%;top:45%;background:#f6bc35}.hs-india{left:68%;top:52%;background:#5bbf4a}.hs-japan{left:82%;top:45%;background:#5bbf4a}.hs-russia{left:66%;top:29%;background:#2674df}.hs-saudi{left:60%;top:50%;background:#2674df}.hs-brazil{left:31%;top:65%;background:#2674df}
.countryPanelV21{background:linear-gradient(180deg,rgba(8,25,46,.96),rgba(3,11,22,.96));border:1px solid rgba(125,181,255,.20);border-radius:18px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.26)}
.countryPanelHeadV21{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}
.countryPanelHeadV21 h2{margin:0;font-size:28px}.flagV21{font-size:28px;margin-right:8px}
.badgeV21{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950}
.badge-full{background:rgba(91,191,74,.20);color:#9bf08a}.badge-strong{background:rgba(38,116,223,.22);color:#82b7ff}.badge-partial{background:rgba(246,188,53,.20);color:#ffd875}.badge-none{background:rgba(224,68,62,.20);color:#ff8d88}
.metaV21{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;color:#d2e0f0;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:14px}
.treatyListV21{display:grid;gap:10px;margin-top:16px}
.treatyRowV21{display:grid;grid-template-columns:28px 1fr 54px auto;gap:10px;align-items:center;color:#e5eef8;font-size:13px}
.checkV21,.crossV21,.signV21,.withdrawV21{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:950}
.checkV21{background:#4ca840}.crossV21{background:#e0443e}.signV21{background:#2674df}.withdrawV21{background:#a82d28}
.countriesBodyV21{display:grid;grid-template-columns:230px 1fr 330px;gap:14px;padding:0 clamp(16px,2vw,26px) 28px}
.filterV21,.tableShellV21,.rankV21,.sourceBoxV21{background:rgba(8,25,46,.72);border:1px solid rgba(125,181,255,.18);border-radius:16px;box-shadow:0 20px 70px rgba(0,0,0,.22)}
.filterV21{padding:16px}.filterV21 h3{margin:0 0 14px}.filterV21 input,.filterV21 select{width:100%;background:#061421;border:1px solid rgba(125,181,255,.18);border-radius:10px;color:#fff;padding:12px;margin-bottom:12px}
.filterV21 button{width:100%;background:#124fba;color:#fff;border:0;border-radius:10px;padding:13px;font-weight:950}
.tableShellV21{padding:16px;overflow:hidden}
.tableHeaderV21{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.tableHeaderV21 h2{margin:0}.tableHeaderV21 p{margin:4px 0 0;color:#93a8bd;font-size:13px}
.countryTableV21{width:100%;border-collapse:collapse;font-size:13px}.countryTableV21 th{color:#c8d8ea;text-align:left;font-size:12px;padding:10px;border-bottom:1px solid rgba(255,255,255,.09)}.countryTableV21 td{padding:10px;border-bottom:1px solid rgba(255,255,255,.07);color:#edf4ff}.countryTableV21 tr{cursor:pointer}.countryTableV21 tr:hover{background:rgba(8,120,255,.10)}
.statusIconV21{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:950}
.rankV21{padding:16px}.rankV21 h3{margin:0 0 14px}.rankItemV21{display:grid;grid-template-columns:24px 1fr 92px 42px;gap:8px;align-items:center;margin:12px 0;font-size:12px}.barV21{height:6px;border-radius:999px;background:#14304a;overflow:hidden}.barV21 span{display:block;height:100%;background:#77c754}
.sourceBoxV21{grid-column:1/-1;padding:18px;display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center}.sourceBoxV21 p{color:#d2e0f0;line-height:1.55;margin:4px 0 0}.sourceBoxV21 a{color:#7db5ff;text-decoration:none;font-weight:950}
@media(max-width:1200px){.countriesTopV21,.countriesBodyV21{grid-template-columns:1fr}.realMapV21{min-height:420px}.sourceBoxV21{grid-template-columns:1fr}}
@media(max-width:760px){.countryTableV21{font-size:11px}.countryTableV21 th:nth-child(3),.countryTableV21 td:nth-child(3),.countryTableV21 th:nth-child(4),.countryTableV21 td:nth-child(4){display:none}.countriesTopV21{padding:12px}.countriesBodyV21{padding:0 12px 20px}.mapLegendV21{position:relative;left:auto;bottom:auto;transform:none;margin:350px 12px 12px}.realMapV21{min-height:520px}.countriesIntroV21 h1{font-size:28px}}


/* UZAYA v23 Local Canvas Globe Fix */
.globeCanvasShellV23{min-height:640px!important;position:relative;background:#020b16!important}
.globeCanvasShellV23:before,.globeCanvasShellV23:after{display:none!important}
#uzayaGlobeCanvas{position:absolute;inset:0;width:100%;height:100%;cursor:grab;touch-action:none}
#uzayaGlobeCanvas:active{cursor:grabbing}
.globeInstructionV23{position:absolute;left:50%;bottom:58px;transform:translateX(-50%);z-index:8;background:rgba(3,11,22,.78);border:1px solid rgba(125,181,255,.25);border-radius:999px;padding:10px 16px;color:#dce9f8;font-size:13px;backdrop-filter:blur(14px);white-space:nowrap}
.globeCanvasShellV23 .mapLegendV21{bottom:18px!important;z-index:9}
@media(max-width:760px){.globeCanvasShellV23{min-height:520px!important}.globeInstructionV23{bottom:72px;max-width:92%;white-space:normal;text-align:center}}


/* UZAYA v24 HD Globe Upgrade */
.globeCanvasShellV23{min-height:720px!important;background:radial-gradient(circle at center,rgba(14,72,130,.18),#020b16 58%,#01050c)!important}
#uzayaGlobeCanvas{filter:saturate(1.12) contrast(1.05)}
.globeInstructionV23{bottom:64px!important;background:rgba(3,11,22,.72)!important;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.globeCanvasShellV23 .mapLegendV21{bottom:22px!important}
@media(max-width:760px){.globeCanvasShellV23{min-height:560px!important}}


/* UZAYA v25 Final TR/EN */
.langToggle,#langBtn{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(125,181,255,.22);
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
  margin-right:10px;
}
.langToggle:hover,#langBtn:hover{background:rgba(8,120,255,.18)}
.countryPanelV21 .badge-full{white-space:nowrap}


/* UZAYA v26 Photorealistic Globe Image */
.photoGlobeShellV26{
  min-height:690px!important;
  background:#010712!important;
  position:relative;
  overflow:hidden;
}
.photoGlobeShellV26:before,
.photoGlobeShellV26:after{
  display:none!important;
}
.photoGlobeStageV26{
  position:absolute;
  inset:0;
  overflow:hidden;
  cursor:grab;
  background:
    radial-gradient(circle at 54% 42%,rgba(35,120,255,.22),transparent 38%),
    #010712;
}
.photoGlobeStageV26:active{cursor:grabbing}
.photoGlobeStageV26:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.45) 1px,transparent 1px);
  background-size:54px 54px;
  opacity:.18;
  z-index:1;
  pointer-events:none;
}
.photoEarthV26{
  position:absolute;
  left:50%;
  top:48%;
  width:min(1000px,92%);
  max-width:none;
  transform:translate(0,0) scale(1);
  translate:-50% -50%;
  transform-origin:center center;
  filter:saturate(1.13) contrast(1.08) brightness(1.02) drop-shadow(0 0 70px rgba(80,170,255,.34));
  transition:filter .25s ease;
  z-index:2;
  user-select:none;
  pointer-events:none;
}
.photoGlobeStageV26:after{
  content:"";
  position:absolute;
  left:50%;
  top:48%;
  width:min(1060px,98%);
  aspect-ratio:1/1;
  translate:-50% -50%;
  border-radius:50%;
  box-shadow:
    inset -80px -40px 130px rgba(0,0,0,.55),
    0 0 90px rgba(61,146,255,.32),
    0 0 180px rgba(20,90,180,.24);
  z-index:3;
  pointer-events:none;
}
.countryMarkerV26{
  position:absolute;
  z-index:5;
  width:15px;
  height:15px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 0 0 5px rgba(255,255,255,.14),0 0 18px currentColor;
  cursor:pointer;
  transform:translate(-50%,-50%);
  transition:scale .2s ease, box-shadow .2s ease;
}
.countryMarkerV26:hover{
  scale:1.32;
  box-shadow:0 0 0 7px rgba(255,255,255,.18),0 0 28px currentColor;
}
.countryMarkerV26.full{background:#5bbf4a;color:#5bbf4a}
.countryMarkerV26.strong{background:#2674df;color:#2674df}
.countryMarkerV26.partial{background:#f6bc35;color:#f6bc35}
.countryMarkerV26.none{background:#e0443e;color:#e0443e}
/* marker positions are tuned for the photorealistic globe image crop */
.m-turkiye{left:55.5%;top:38.6%}
.m-france{left:44.5%;top:33.8%}
.m-germany{left:47.8%;top:31.8%}
.m-italy{left:48.2%;top:37.5%}
.m-uk{left:42.2%;top:29.5%}
.m-russia{left:61.5%;top:25.5%}
.m-saudi{left:58.8%;top:48.5%}
.m-india{left:70.7%;top:51.5%}
.m-china{left:78.5%;top:38.8%}
.m-japan{left:89.0%;top:37.2%}
.m-usa{left:10.0%;top:42.8%}
.m-brazil{left:24.5%;top:69.5%}
.photoGlobeShellV26 .mapControlsV21,
.photoGlobeShellV26 .mapZoomV21,
.photoGlobeShellV26 .globeInstructionV23,
.photoGlobeShellV26 .mapLegendV21{
  z-index:9;
}
@media(max-width:760px){
  .photoGlobeShellV26{min-height:560px!important}
  .photoEarthV26{width:1050px}
}


/* UZAYA v27 Rotating Photorealistic Globe */
.rotatingGlobeShellV27{
  min-height:700px!important;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 45%,rgba(31,110,210,.22),transparent 36%),
    radial-gradient(circle at 50% 45%,rgba(31,110,210,.12),transparent 54%),
    #010711!important;
}
.rotatingGlobeShellV27:before,
.rotatingGlobeShellV27:after{display:none!important}
.rotatingGlobeStageV27{
  position:absolute;
  inset:0;
  overflow:hidden;
  cursor:grab;
  background-image:radial-gradient(rgba(255,255,255,.36) 1px,transparent 1px);
  background-size:58px 58px;
}
.rotatingGlobeStageV27:active{cursor:grabbing}
.realisticSphereV27{
  --bgx:50%;
  --bgy:49%;
  --zoom:1;
  position:absolute;
  left:50%;
  top:49%;
  width:min(720px,76vh);
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    radial-gradient(circle at 28% 25%,rgba(255,255,255,.18),transparent 16%),
    url('/assets/globe/realistic-earth-dashboard.jpg');
  background-size:178% 118%;
  background-position:var(--bgx) var(--bgy);
  background-repeat:no-repeat;
  transform:translate(-50%,-50%) scale(var(--zoom));
  transform-origin:center;
  box-shadow:
    inset -90px -42px 130px rgba(0,0,0,.68),
    inset 30px 18px 60px rgba(255,255,255,.12),
    0 0 0 2px rgba(117,192,255,.8),
    0 0 70px rgba(75,160,255,.48),
    0 0 180px rgba(40,110,220,.28);
  transition:box-shadow .2s ease;
  z-index:2;
}
.realisticSphereV27:before{
  content:"";
  position:absolute;
  inset:-18px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(80,170,255,.18),transparent 68%);
  filter:blur(8px);
  z-index:-1;
}
.realisticSphereV27:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:
    linear-gradient(115deg,rgba(255,255,255,.18),transparent 32%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.68)),
    radial-gradient(circle at 36% 22%,rgba(255,255,255,.16),transparent 22%);
  pointer-events:none;
}
.markerLayerV27{
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
}
.rotMarkerV27{
  position:absolute;
  width:15px;
  height:15px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.95);
  pointer-events:auto;
  cursor:pointer;
  box-shadow:0 0 0 5px rgba(255,255,255,.14),0 0 20px currentColor;
}
.rotMarkerV27:hover{scale:1.25}
.rotMarkerV27.full{background:#5bbf4a;color:#5bbf4a}
.rotMarkerV27.strong{background:#2674df;color:#2674df}
.rotMarkerV27.partial{background:#f6bc35;color:#f6bc35}
.rotMarkerV27.none{background:#e0443e;color:#e0443e}
.rotatingGlobeShellV27 .mapControlsV21,
.rotatingGlobeShellV27 .mapZoomV21,
.rotatingGlobeShellV27 .globeInstructionV23,
.rotatingGlobeShellV27 .mapLegendV21{z-index:10}
@media(max-width:760px){
  .rotatingGlobeShellV27{min-height:560px!important}
  .realisticSphereV27{width:min(520px,88vw)}
}


/* UZAYA v28 Synced Globe Markers */
.markerLayerV27{
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
}
.rotMarkerV28{
  position:absolute;
  width:15px;
  height:15px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.95);
  pointer-events:auto;
  cursor:pointer;
  box-shadow:0 0 0 5px rgba(255,255,255,.13),0 0 22px currentColor;
  transition:box-shadow .2s ease, opacity .2s ease;
}
.rotMarkerV28:hover{
  box-shadow:0 0 0 7px rgba(255,255,255,.18),0 0 34px currentColor;
}
.rotMarkerV28.full{background:#5bbf4a;color:#5bbf4a}
.rotMarkerV28.strong{background:#2674df;color:#2674df}
.rotMarkerV28.partial{background:#f6bc35;color:#f6bc35}
.rotMarkerV28.none{background:#e0443e;color:#e0443e}

/* keep old v27 markers from affecting v28 */
.rotMarkerV27{display:none!important}


/* UZAYA v29 True 3D WebGL Globe */
.true3dGlobeShellV29{
  min-height:720px!important;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 45%,rgba(37,116,223,.25),transparent 38%),
    radial-gradient(circle at 50% 50%,rgba(40,120,255,.10),transparent 58%),
    #010711!important;
}
.true3dGlobeShellV29:before,
.true3dGlobeShellV29:after{display:none!important}
.true3dGlobeStageV29{
  position:absolute;
  inset:0;
  overflow:hidden;
  cursor:grab;
  background-image:
    radial-gradient(rgba(255,255,255,.35) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(35,120,255,.13),transparent 58%);
  background-size:58px 58px,100% 100%;
}
.true3dGlobeStageV29:active{cursor:grabbing}
#true3dGlobeCanvas{
  width:100%;
  height:100%;
  display:block;
}
.globeLoadingV29{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  color:#dce9f8;
  background:rgba(3,11,22,.72);
  border:1px solid rgba(125,181,255,.25);
  border-radius:999px;
  padding:12px 18px;
  z-index:2;
  pointer-events:none;
}
.true3dGlobeShellV29 .mapControlsV21,
.true3dGlobeShellV29 .mapZoomV21,
.true3dGlobeShellV29 .globeInstructionV23,
.true3dGlobeShellV29 .mapLegendV21{z-index:10}
@media(max-width:760px){.true3dGlobeShellV29{min-height:560px!important}}


/* UZAYA v30 HD True 3D Clickable Globe */
.true3dGlobeShellV29{
  background:
    radial-gradient(circle at 50% 42%,rgba(80,170,255,.28),transparent 36%),
    radial-gradient(circle at 50% 50%,rgba(40,120,255,.13),transparent 62%),
    #010711!important;
}
#true3dGlobeCanvas{filter:saturate(1.12) contrast(1.04)}
.globeLoadingV29{box-shadow:0 18px 60px rgba(0,0,0,.32)}


/* UZAYA v32 Airtable CMS helpers */
.cms-card{border:1px solid rgba(125,181,255,.16);border-radius:20px;background:rgba(5,14,28,.72);overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.18)}
.cms-card img{width:100%;height:180px;object-fit:cover;display:block}
.cms-card div,.cms-card figcaption{padding:18px}
.cms-card h3{margin:6px 0 8px}
.cms-card p,.cms-card small,.cms-card span{color:#b8cde8;line-height:1.5}
.cms-card a{color:#58a6ff;font-weight:900;text-decoration:none}
.cms-meta{color:#58a6ff!important;font-size:12px;font-weight:900;text-transform:uppercase}


/* UZAYA v33 Airtable Live Site Binding */
.cms-live-section{
  padding:44px clamp(18px,5vw,80px);
  background:#f5f8fc;
}
.cms-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 24px;
}
.cms-section-head h2{
  margin:0;
  color:#06101f;
  font-size:clamp(24px,3vw,36px);
}
.cms-section-head span{
  display:block;
  width:34px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:#0878ff;
}
.cms-section-head a{
  color:#0878ff;
  font-weight:950;
  text-decoration:none;
}
.cms-live-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.cms-live-card{
  background:#fff;
  border:1px solid rgba(8,65,130,.12);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 24px 80px rgba(4,23,49,.10);
  color:#06101f;
}
.cms-live-card img,.cms-image-fallback{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  background:linear-gradient(135deg,#06101f,#164e92);
}
.cms-live-card div,.cms-live-card figcaption{
  padding:20px;
}
.cms-live-card h3{
  margin:8px 0 10px;
  font-size:21px;
  color:#06101f;
}
.cms-live-card p,.cms-live-card small,.cms-live-card span{
  color:#40516a;
  line-height:1.55;
}
.cms-live-card a{
  display:inline-flex;
  margin-top:14px;
  color:#0878ff;
  font-weight:950;
  text-decoration:none;
}
.cms-meta{
  display:inline-flex;
  color:#0878ff!important;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.cms-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0!important;
  margin-top:12px;
}
.cms-badges b{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#eef5ff;
  color:#06101f;
  font-size:13px;
}
.cms-live-expert{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
}
.cms-live-expert img,.cms-avatar-fallback{
  width:78px;
  height:78px;
  border-radius:50%;
  object-fit:cover;
  background:#06101f;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:950;
  flex:0 0 auto;
}
.cms-live-expert div{
  padding:0;
}
.cms-live-gallery figcaption{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.cms-country-table-wrap{
  overflow:auto;
  background:#fff;
  border-radius:22px;
  border:1px solid rgba(8,65,130,.12);
}
.cms-country-table{
  width:100%;
  border-collapse:collapse;
  min-width:920px;
}
.cms-country-table th,.cms-country-table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(8,65,130,.09);
  text-align:left;
  color:#06101f;
}
.cms-country-table th{
  background:#eef5ff;
  font-weight:950;
}
.cms-status{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
}
.cms-status.full{background:#43b653}
.cms-status.strong{background:#2674df}
.cms-status.partial{background:#f0a720}
.cms-status.none{background:#d94b4b}
.cms-status.unknown{background:#8793a1}
@media(max-width:1000px){
  .cms-live-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .cms-live-grid{grid-template-columns:1fr}
  .cms-section-head{align-items:flex-start;flex-direction:column}
}


/* UZAYA v34 News Detail */
.cms-live-news{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}
.cms-live-news:hover{transform:translateY(-4px);box-shadow:0 30px 90px rgba(4,23,49,.16)}
.cms-live-news a{position:relative;z-index:2}


/* UZAYA v35 Preserve Existing Layout */
.cms-inline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px}
.cms-inline-card{background:#fff;border:1px solid rgba(8,65,130,.12);border-radius:22px;overflow:hidden;box-shadow:0 24px 80px rgba(4,23,49,.10);color:#06101f}
.cms-inline-news{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}
.cms-inline-news:hover{transform:translateY(-4px);box-shadow:0 30px 90px rgba(4,23,49,.16)}
.cms-inline-card img,.cms-inline-image{width:100%;height:180px;object-fit:cover;display:block;background:linear-gradient(135deg,#06101f,#164e92)}
.cms-inline-card div,.cms-inline-card figcaption{padding:18px}
.cms-inline-card h3{margin:8px 0 10px;color:#06101f}
.cms-inline-card p,.cms-inline-card small,.cms-inline-card span{color:#40516a;line-height:1.55}
.cms-inline-card a{display:inline-flex;margin-top:12px;color:#0878ff;font-weight:950;text-decoration:none}
.cms-meta{display:inline-flex;color:#0878ff!important;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.cms-inline-badges{display:flex;gap:8px;flex-wrap:wrap;padding:0!important;margin-top:12px}
.cms-inline-badges b{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef5ff;color:#06101f;font-size:13px}
.cms-inline-expert{display:flex;align-items:center;gap:14px;padding:14px}
.cms-inline-expert img,.cms-inline-avatar{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#06101f;color:#fff;display:grid;place-items:center;font-weight:950;font-size:26px;flex:0 0 auto}
.cms-inline-expert div{padding:0}
@media(max-width:1000px){.cms-inline-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.cms-inline-grid{grid-template-columns:1fr}}


/* UZAYA v36 Home Layout Matched Airtable */
.cms-home-news-list{display:flex;flex-direction:column;gap:14px}
.cms-home-news-item{display:grid;grid-template-columns:122px 1fr;gap:16px;padding:0 0 14px;border-bottom:1px solid rgba(8,65,130,.10);cursor:pointer}
.cms-home-news-item img{width:122px;height:86px;border-radius:13px;object-fit:cover;display:block}
.cms-home-news-item h3{margin:6px 0 6px;font-size:18px;line-height:1.15;color:#06101f}
.cms-home-news-item p{margin:0 0 7px;color:#40516a;font-size:14px;line-height:1.45}
.cms-home-news-item time{color:#70819a;font-size:13px}
.cms-pill{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;background:#0878ff;color:#fff!important;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.03em}
.cms-home-training-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cms-home-training-card{background:#fff;border:1px solid rgba(8,65,130,.13);border-radius:20px;overflow:hidden;box-shadow:0 18px 58px rgba(4,23,49,.09)}
.cms-home-training-card img{width:100%;height:145px;object-fit:cover;display:block}
.cms-home-training-card div{padding:16px}
.cms-home-training-card h3{margin:12px 0 8px;color:#06101f;font-size:22px;line-height:1.18}
.cms-home-training-card p{color:#40516a;font-size:14px;line-height:1.48}
.cms-training-meta{display:flex!important;gap:7px;flex-wrap:wrap;margin:12px 0;padding:0!important}
.cms-training-meta b{display:inline-flex;padding:6px 8px;border-radius:8px;background:#eef5ff;color:#06101f;font-size:12px}
.cms-price{display:block;color:#0878ff;font-size:26px;font-weight:950;margin:8px 0 12px}
.cms-primary-btn{display:flex;justify-content:center;align-items:center;background:#0878ff;color:#fff!important;text-decoration:none;font-weight:950;border-radius:12px;padding:13px 14px}
.cms-home-expert-list{display:flex;flex-direction:column}
.cms-home-expert-row{display:grid;grid-template-columns:54px 1fr 34px;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(8,65,130,.10)}
.cms-home-expert-row img,.cms-home-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#06101f;color:#fff;display:grid;place-items:center;font-weight:950}
.cms-home-expert-row h3{margin:0 0 4px;font-size:16px;color:#06101f}
.cms-home-expert-row p{margin:0;color:#40516a;font-size:13px}
.cms-home-expert-row a,.cms-home-expert-row span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid rgba(8,120,255,.22);color:#0878ff;text-decoration:none;font-weight:950}
.cms-home-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.cms-home-gallery-card{margin:0;background:#fff;border-radius:18px;overflow:hidden;border:1px solid rgba(8,65,130,.13)}
.cms-home-gallery-card img{width:100%;height:160px;object-fit:cover;display:block}
.cms-home-gallery-card figcaption{padding:14px;display:flex;flex-direction:column;gap:4px}
.cms-home-gallery-card span{color:#40516a;font-size:13px}
@media(max-width:900px){.cms-home-training-grid,.cms-home-gallery-grid{grid-template-columns:1fr}.cms-home-news-item{grid-template-columns:96px 1fr}.cms-home-news-item img{width:96px;height:76px}}


/* UZAYA v37 Legal Portal */
.trusted-source-link{color:inherit;text-decoration:none}
.trusted-source-link:hover{color:#58a6ff}
@media print{
  .topbar,.actions{display:none!important}
  body{background:#fff!important}
  .detailHero{background:#fff!important;color:#06101f!important;padding:20px!important}
  .detailHero p,.detailMeta span{color:#06101f!important}
  .detailWrap{margin:0!important}
  .detailCard{box-shadow:none!important;border:0!important}
}


/* UZAYA v38 Polished Home */
.cms-home-news-list{display:flex;flex-direction:column;gap:14px}
.cms-home-news-item{display:grid;grid-template-columns:122px 1fr;gap:16px;padding:0 0 14px;border-bottom:1px solid rgba(8,65,130,.10);cursor:pointer}
.cms-home-news-item img{width:122px;height:86px;border-radius:13px;object-fit:cover;display:block}
.cms-home-news-item h3{margin:6px 0 6px;font-size:18px;line-height:1.15;color:#06101f}
.cms-home-news-item p{margin:0 0 7px;color:#40516a;font-size:14px;line-height:1.45}
.cms-home-news-item time{color:#70819a;font-size:13px}
.cms-pill{display:inline-flex;width:max-content;padding:5px 9px;border-radius:999px;background:#0878ff;color:#fff!important;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.03em}
.cms-home-training-wrap{display:flex;flex-direction:column;gap:16px}
.cms-home-training-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cms-home-training-card{background:#fff;border:1px solid rgba(8,65,130,.13);border-radius:20px;overflow:hidden;box-shadow:0 18px 58px rgba(4,23,49,.09)}
.cms-home-training-card img{width:100%;height:145px;object-fit:cover;display:block}
.cms-home-training-card div{padding:16px}
.cms-home-training-card h3{margin:12px 0 8px;color:#06101f;font-size:22px;line-height:1.18}
.cms-home-training-card p{color:#40516a;font-size:14px;line-height:1.48}
.cms-training-meta,.cms-training-support{display:flex!important;gap:7px;flex-wrap:wrap;margin:12px 0;padding:0!important}
.cms-training-meta b,.cms-training-support span{display:inline-flex;padding:6px 8px;border-radius:8px;background:#eef5ff;color:#06101f;font-size:12px;font-weight:850}
.cms-price{display:block;color:#0878ff;font-size:26px;font-weight:950;margin:8px 0 12px}
.cms-primary-btn{display:flex;justify-content:center;align-items:center;background:#0878ff;color:#fff!important;text-decoration:none;font-weight:950;border-radius:12px;padding:13px 14px}
.cms-training-note,.cms-expert-note{background:#f3f7ff;border:1px solid rgba(8,120,255,.14);border-radius:16px;padding:14px 16px;color:#40516a}
.cms-training-note strong,.cms-expert-note strong{display:block;color:#06101f;margin-bottom:4px}
.cms-training-note p,.cms-expert-note p{margin:0;font-size:14px;line-height:1.5}
.cms-home-expert-wrap{display:flex;flex-direction:column;gap:16px}
.cms-home-expert-list{display:flex;flex-direction:column}
.cms-home-expert-row{display:grid;grid-template-columns:54px 1fr 34px;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(8,65,130,.10)}
.cms-home-expert-row img,.cms-home-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#06101f;color:#fff;display:grid;place-items:center;font-weight:950}
.cms-home-expert-row h3{margin:0 0 4px;font-size:16px;color:#06101f}
.cms-home-expert-row p{margin:0;color:#40516a;font-size:13px}
.cms-home-expert-row a,.cms-home-expert-row span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid rgba(8,120,255,.22);color:#0878ff;text-decoration:none;font-weight:950}
.trusted-source-clickable{cursor:pointer}
.trusted-source-clickable:hover{filter:brightness(1.08)}
@media(max-width:900px){.cms-home-training-grid{grid-template-columns:1fr}.cms-home-news-item{grid-template-columns:96px 1fr}.cms-home-news-item img{width:96px;height:76px}}


/* UZAYA v39 click + legal logo fixes */
.trusted-source-clickable{cursor:pointer}
.trusted-source-clickable:hover{filter:brightness(1.06)}
.cms-home-news-item{position:relative;z-index:2}
body:has(.legalHero) .topbar .logo,
body:has(.detailHero) .topbar .logo{width:116px!important;max-height:46px!important;height:auto!important;object-fit:contain!important}


/* UZAYA v40 Airtable Motion + SEO polish */
.cms-home-news-item,
.cms-home-training-card,
.cms-home-expert-row,
.cms-home-gallery-card,
.cms-inline-card,
.legalCard,
.card,
.feature-card,
.program-card,
.news-card,
.expert-card {
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, filter .28s ease;
  will-change: transform;
}
.cms-home-news-item:hover,
.cms-home-training-card:hover,
.cms-home-expert-row:hover,
.cms-home-gallery-card:hover,
.cms-inline-card:hover,
.legalCard:hover,
.card:hover,
.feature-card:hover,
.program-card:hover,
.news-card:hover,
.expert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 80px rgba(4,23,49,.16);
  border-color: rgba(8,120,255,.28);
}
.cms-home-news-item img,
.cms-home-training-card img,
.cms-home-gallery-card img,
.cms-inline-card img,
.card img,
.program-card img,
.news-card img {
  transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .35s ease;
}
.cms-home-news-item:hover img,
.cms-home-training-card:hover img,
.cms-home-gallery-card:hover img,
.cms-inline-card:hover img,
.card:hover img,
.program-card:hover img,
.news-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}
.cms-home-news-item,
.cms-home-training-card,
.cms-home-expert-row,
.cms-home-gallery-card {
  animation: uzayaFadeUp .55s ease both;
}
.cms-home-news-item:nth-child(2),
.cms-home-training-card:nth-child(2),
.cms-home-expert-row:nth-child(2),
.cms-home-gallery-card:nth-child(2){animation-delay:.06s}
.cms-home-news-item:nth-child(3),
.cms-home-expert-row:nth-child(3),
.cms-home-gallery-card:nth-child(3){animation-delay:.12s}
.cms-home-news-item:nth-child(4),
.cms-home-expert-row:nth-child(4),
.cms-home-gallery-card:nth-child(4){animation-delay:.18s}
@keyframes uzayaFadeUp{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  .cms-home-news-item,
  .cms-home-training-card,
  .cms-home-expert-row,
  .cms-home-gallery-card,
  .cms-inline-card,
  .legalCard,
  .card,
  .feature-card,
  .program-card,
  .news-card,
  .expert-card,
  .cms-home-news-item img,
  .cms-home-training-card img,
  .cms-home-gallery-card img,
  .cms-inline-card img{
    transition:none!important;
    animation:none!important;
    transform:none!important;
  }
}


/* UZAYA v43 Weekly Feature + News Order */
.cms-weekly-feature{display:grid;grid-template-columns:minmax(140px,38%) 1fr;gap:18px;align-items:stretch;background:#fff;border:1px solid rgba(8,65,130,.13);border-radius:22px;overflow:hidden;box-shadow:0 22px 70px rgba(4,23,49,.10);cursor:pointer;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s cubic-bezier(.2,.8,.2,1)}
.cms-weekly-feature:hover{transform:translateY(-5px);box-shadow:0 30px 90px rgba(4,23,49,.16)}
.cms-weekly-feature img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block}
.cms-weekly-feature div{padding:22px}
.cms-weekly-feature h3{margin:12px 0 10px;color:#06101f;font-size:clamp(22px,2.4vw,32px);line-height:1.08}
.cms-weekly-feature p{color:#40516a;line-height:1.55}
.cms-weekly-feature time{display:block;margin-top:12px;color:#70819a;font-size:13px}
@media(max-width:700px){.cms-weekly-feature{grid-template-columns:1fr}.cms-weekly-feature img{height:210px}}


/* UZAYA v44 Filled News + Strong Weekly */
.cms-home-news-list{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  min-height:520px;
}
.cms-home-news-item{
  display:grid!important;
  grid-template-columns:122px 1fr!important;
  gap:16px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid rgba(8,65,130,.10)!important;
  cursor:pointer!important;
}
.cms-home-news-item img{
  width:122px!important;
  height:86px!important;
  border-radius:13px!important;
  object-fit:cover!important;
  display:block!important;
}
.cms-home-news-item h3{
  margin:6px 0 6px!important;
  font-size:18px!important;
  line-height:1.15!important;
  color:#06101f!important;
}
.cms-home-news-item p{
  margin:0 0 7px!important;
  color:#40516a!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.cms-home-news-item time{
  color:#70819a!important;
  font-size:13px!important;
}
.cms-weekly-feature{
  display:grid!important;
  grid-template-columns:minmax(140px,38%) 1fr!important;
  gap:18px!important;
  align-items:stretch!important;
  background:#fff!important;
  border:1px solid rgba(8,65,130,.13)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 22px 70px rgba(4,23,49,.10)!important;
  cursor:pointer!important;
}
.cms-weekly-feature img{
  width:100%!important;
  height:100%!important;
  min-height:210px!important;
  object-fit:cover!important;
  display:block!important;
}
.cms-weekly-feature div{padding:22px!important}
.cms-weekly-feature h3{
  margin:12px 0 10px!important;
  color:#06101f!important;
  font-size:clamp(22px,2.4vw,32px)!important;
  line-height:1.08!important;
}
.cms-weekly-feature p{color:#40516a!important;line-height:1.55!important}
.cms-weekly-feature time{display:block!important;margin-top:12px!important;color:#70819a!important;font-size:13px!important}
@media(max-width:700px){
  .cms-home-news-item{grid-template-columns:96px 1fr!important}
  .cms-home-news-item img{width:96px!important;height:76px!important}
  .cms-weekly-feature{grid-template-columns:1fr!important}
  .cms-weekly-feature img{height:210px!important}
}


/* UZAYA v47 Home News Image Fix */
.cms-home-news-list-v47{display:flex!important;flex-direction:column!important;gap:14px!important;min-height:650px!important}
.cms-home-news-item-v47{display:grid!important;grid-template-columns:132px 1fr!important;gap:16px!important;padding:0 0 14px!important;border-bottom:1px solid rgba(8,65,130,.12)!important;cursor:pointer!important;align-items:start!important}
.cms-home-news-item-v47 img{width:132px!important;height:92px!important;border-radius:14px!important;object-fit:cover!important;display:block!important;background:#071426!important}
.cms-home-news-item-v47 h3{margin:4px 0 7px!important;font-size:18px!important;line-height:1.15!important;color:#06101f!important}
.cms-home-news-item-v47 p{margin:0 0 7px!important;color:#40516a!important;font-size:14px!important;line-height:1.45!important}
.cms-home-news-item-v47 time{color:#70819a!important;font-size:13px!important}
.cms-home-news-item-v47:hover h3{color:#0878ff!important}
@media(max-width:700px){.cms-home-news-item-v47{grid-template-columns:104px 1fr!important;gap:12px!important}.cms-home-news-item-v47 img{width:104px!important;height:78px!important}.cms-home-news-item-v47 h3{font-size:16px!important}.cms-home-news-item-v47 p{font-size:13px!important}}


/* UZAYA v50 Clean News Layout */
.uzaya-v50-news-page main{
  background:#eef4fb!important;
  min-height:100vh!important;
}
.uzaya-v50-news-hero{
  background:
    radial-gradient(circle at 85% 10%, rgba(45,126,255,.32), transparent 34%),
    linear-gradient(135deg,#06101f 0%,#0b2342 55%,#071426 100%)!important;
  color:#fff!important;
  padding:72px 0 44px!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
.uzaya-v50-container{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
}
.uzaya-v50-news-hero h1{
  font-size:58px!important;
  line-height:1!important;
  margin:0 0 18px!important;
  color:#fff!important;
  letter-spacing:-.04em!important;
}
.uzaya-v50-news-hero p{
  margin:0!important;
  color:#d8e8ff!important;
  font-size:19px!important;
}
.uzaya-v50-news-section{
  padding:48px 0 72px!important;
}
.uzaya-v50-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px!important;
}
.uzaya-v50-card{
  background:#fff!important;
  border:1px solid rgba(8,65,130,.16)!important;
  border-radius:16px!important;
  overflow:hidden!important;
  box-shadow:0 14px 38px rgba(11,35,66,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:420px!important;
  cursor:pointer!important;
  transition:transform .18s ease, box-shadow .18s ease!important;
}
.uzaya-v50-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 22px 55px rgba(11,35,66,.14)!important;
}
.uzaya-v50-img-wrap{
  height:190px!important;
  background:#071426!important;
  overflow:hidden!important;
}
.uzaya-v50-img-wrap img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.uzaya-v50-body{
  padding:20px 22px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  flex:1!important;
}
.uzaya-v50-category{
  align-self:flex-start!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#e8f2ff!important;
  color:#0878ff!important;
  font-weight:800!important;
  font-size:12px!important;
}
.uzaya-v50-card h3{
  margin:0!important;
  color:#071426!important;
  font-size:21px!important;
  line-height:1.24!important;
  letter-spacing:-.02em!important;
}
.uzaya-v50-card p{
  margin:0!important;
  color:#40516a!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.uzaya-v50-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:auto!important;
  padding-top:8px!important;
}
.uzaya-v50-meta time{
  color:#70819a!important;
  font-size:14px!important;
}
.uzaya-v50-meta a{
  color:#0878ff!important;
  font-weight:800!important;
  text-decoration:none!important;
  font-size:14px!important;
}
.uzaya-v50-home-news{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  margin-top:18px!important;
}
.uzaya-v50-home-item{
  display:grid!important;
  grid-template-columns:132px 1fr!important;
  gap:16px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid rgba(8,65,130,.12)!important;
  cursor:pointer!important;
  align-items:start!important;
}
.uzaya-v50-home-item img{
  width:132px!important;
  height:92px!important;
  object-fit:cover!important;
  border-radius:14px!important;
  background:#071426!important;
}
.uzaya-v50-home-item h3{
  margin:0 0 7px!important;
  color:#06101f!important;
  font-size:18px!important;
  line-height:1.2!important;
}
.uzaya-v50-home-item p{
  margin:0 0 8px!important;
  color:#40516a!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.uzaya-v50-home-item time{
  color:#70819a!important;
  font-size:13px!important;
}
@media(max-width:980px){
  .uzaya-v50-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .uzaya-v50-container{width:min(100% - 28px,1180px)!important}
  .uzaya-v50-news-hero{padding:46px 0 32px!important}
  .uzaya-v50-news-hero h1{font-size:42px!important}
  .uzaya-v50-grid{grid-template-columns:1fr!important;gap:20px!important}
  .uzaya-v50-card{min-height:auto!important}
  .uzaya-v50-img-wrap{height:180px!important}
  .uzaya-v50-home-item{grid-template-columns:104px 1fr!important;gap:12px!important}
  .uzaya-v50-home-item img{width:104px!important;height:78px!important}
}


/* UZAYA v53 Professional News Redesign */
.agendaListPro{display:flex!important;flex-direction:column!important;gap:14px!important}
.agendaCardPro{display:grid!important;grid-template-columns:128px 1fr!important;gap:16px!important;align-items:stretch!important;padding:0 0 14px!important;border-bottom:1px solid rgba(8,65,130,.12)!important;cursor:pointer!important;background:transparent!important;box-shadow:none!important;transition:transform .2s ease!important}
.agendaCardPro:hover{transform:translateY(-2px)!important}.agendaCardPro img{width:128px!important;height:92px!important;border-radius:14px!important;object-fit:cover!important;display:block!important;background:#071426!important}.agendaCardPro h3{margin:4px 0 7px!important;color:#06101f!important;font-size:18px!important;line-height:1.2!important}.agendaCardPro p{margin:0 0 7px!important;color:#40516a!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.agendaCardPro small{color:#70819a!important;font-size:13px!important}.agendaCardPro span{display:inline-flex!important;width:max-content!important;background:#0878ff!important;color:white!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:900!important;margin-bottom:5px!important}.agendaCardPro:hover h3{color:#0878ff!important}
.newsLeadPro{margin-bottom:28px!important}.newsLeadPro article{display:grid!important;grid-template-columns:1.12fr .88fr!important;gap:0!important;background:#fff!important;border:1px solid rgba(8,65,130,.14)!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 22px 70px rgba(4,23,49,.10)!important;cursor:pointer!important}.newsLeadPro img{width:100%!important;height:430px!important;object-fit:cover!important;background:#071426!important}.newsLeadPro div{padding:34px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.newsLeadPro span,.newsCardPro span{display:inline-flex!important;width:max-content!important;background:#e8f2ff!important;color:#0878ff!important;padding:7px 11px!important;border-radius:999px!important;font-weight:900!important;font-size:12px!important}.newsLeadPro h2{font-size:36px!important;line-height:1.08!important;color:#06101f!important;margin:18px 0 14px!important;letter-spacing:-.04em!important}.newsLeadPro p{color:#40516a!important;line-height:1.6!important;font-size:16px!important}.newsLeadPro small{color:#70819a!important;margin-top:12px!important}.newsToolbarPro{display:flex!important;justify-content:flex-end!important;margin:0 0 18px!important}.newsToolbarPro select{border:1px solid rgba(8,65,130,.18)!important;border-radius:12px!important;padding:12px 14px!important;background:#fff!important;color:#06101f!important;font-weight:800!important}.newsGridPro{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.newsCardPro{background:#fff!important;border:1px solid rgba(8,65,130,.14)!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 18px 58px rgba(4,23,49,.08)!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;min-height:420px!important;transition:transform .2s ease,box-shadow .2s ease!important}.newsCardPro:hover{transform:translateY(-4px)!important;box-shadow:0 28px 76px rgba(4,23,49,.14)!important}.newsCardPro img{width:100%!important;height:190px!important;object-fit:cover!important;background:#071426!important}.newsCardPro div{padding:20px!important;display:flex!important;flex-direction:column!important;gap:12px!important;flex:1!important}.newsCardPro h3{margin:0!important;color:#06101f!important;font-size:21px!important;line-height:1.24!important}.newsCardPro p{margin:0!important;color:#40516a!important;font-size:14px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.newsCardPro footer{margin-top:auto!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important}.newsCardPro small{color:#70819a!important}.newsCardPro em{color:#0878ff!important;font-style:normal!important;font-weight:900!important;font-size:13px!important}
@media(max-width:1000px){.newsLeadPro article{grid-template-columns:1fr!important}.newsLeadPro img{height:280px!important}.newsGridPro{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){.agendaCardPro{grid-template-columns:100px 1fr!important;gap:12px!important}.agendaCardPro img{width:100px!important;height:78px!important}.agendaCardPro h3{font-size:16px!important}.newsGridPro{grid-template-columns:1fr!important}.newsLeadPro h2{font-size:28px!important}.newsLeadPro div{padding:22px!important}}


/* UZAYA v54 home news only */
.uzaya-v54-home-news{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:16px!important}
.uzaya-v54-home-item{display:grid!important;grid-template-columns:128px 1fr!important;gap:16px!important;padding:14px 0!important;border-bottom:1px solid rgba(8,65,130,.14)!important;cursor:pointer!important;align-items:start!important}
.uzaya-v54-home-item img{width:128px!important;height:88px!important;object-fit:cover!important;border-radius:12px!important;background:#071426!important}
.uzaya-v54-home-item h3{font-size:18px!important;line-height:1.22!important;margin:0 0 7px!important;color:#071426!important}
.uzaya-v54-home-item p{font-size:14px!important;line-height:1.45!important;margin:0 0 8px!important;color:#40516a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v54-home-item time{font-size:13px!important;color:#70819a!important}
@media(max-width:640px){.uzaya-v54-home-item{grid-template-columns:98px 1fr!important;gap:12px!important}.uzaya-v54-home-item img{width:98px!important;height:72px!important}.uzaya-v54-home-item h3{font-size:16px!important}}


/* UZAYA v55 agency home news */
.uzaya-v55-home-news{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:16px!important}
.uzaya-v55-home-item{display:grid!important;grid-template-columns:128px 1fr!important;gap:16px!important;padding:14px 0!important;border-bottom:1px solid rgba(8,65,130,.14)!important;cursor:pointer!important;align-items:start!important}
.uzaya-v55-home-item img{width:128px!important;height:88px!important;object-fit:cover!important;border-radius:12px!important;background:#071426!important}
.uzaya-v55-home-item span{display:inline-flex!important;margin-bottom:5px!important;color:#0878ff!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important}
.uzaya-v55-home-item h3{font-size:18px!important;line-height:1.22!important;margin:0 0 7px!important;color:#071426!important}
.uzaya-v55-home-item p{font-size:14px!important;line-height:1.45!important;margin:0 0 8px!important;color:#40516a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v55-home-item time{font-size:13px!important;color:#70819a!important}
@media(max-width:640px){.uzaya-v55-home-item{grid-template-columns:98px 1fr!important;gap:12px!important}.uzaya-v55-home-item img{width:98px!important;height:72px!important}.uzaya-v55-home-item h3{font-size:16px!important}}


/* UZAYA v57 final home panels */
.uzaya-v57-panels-row{align-items:stretch!important}
.uzaya-v57-panel{min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}
.uzaya-v57-news-panel,.uzaya-v57-education-panel,.uzaya-v57-experts-panel{max-height:620px!important}
.uzaya-v57-education-panel,.uzaya-v57-experts-panel{justify-content:flex-start!important;padding-bottom:20px!important}
.uzaya-v57-home-news{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:14px!important}
.uzaya-v57-news-row{display:grid!important;grid-template-columns:112px 1fr!important;gap:13px!important;padding:11px 0!important;border-bottom:1px solid rgba(8,65,130,.12)!important;cursor:pointer!important;align-items:start!important}
.uzaya-v57-news-row:first-child{padding-top:0!important}.uzaya-v57-news-row:last-child{border-bottom:0!important;padding-bottom:0!important}
.uzaya-v57-news-row img{width:112px!important;height:78px!important;border-radius:12px!important;object-fit:cover!important;background:#071426!important;display:block!important}
.uzaya-v57-news-row span{display:inline-flex!important;color:#0878ff!important;font-size:10.5px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important;margin-bottom:4px!important}
.uzaya-v57-news-row h3{margin:0 0 5px!important;color:#06101f!important;font-size:16px!important;line-height:1.18!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v57-news-row p{margin:0 0 5px!important;color:#40516a!important;font-size:12.5px!important;line-height:1.34!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v57-news-row time{color:#70819a!important;font-size:12px!important}
.uzaya-v57-education-panel img,.uzaya-v57-experts-panel img{max-height:150px!important;object-fit:cover!important}
.uzaya-v57-education-panel p,.uzaya-v57-experts-panel p{margin-bottom:8px!important}
@media(max-width:900px){.uzaya-v57-news-panel,.uzaya-v57-education-panel,.uzaya-v57-experts-panel{max-height:none!important}}
@media(max-width:640px){.uzaya-v57-news-row{grid-template-columns:96px 1fr!important}.uzaya-v57-news-row img{width:96px!important;height:70px!important}.uzaya-v57-news-row h3{font-size:15px!important}}


/* v58 news fixes */
.uzaya-v57-home-news .uzaya-v57-news-row:nth-child(n+4){display:none!important}
.uzaya-v57-news-panel{max-height:560px!important;overflow:hidden!important}


/* UZAYA v59 real news homepage fix */
.uzaya-v59-news-panel{max-height:560px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.uzaya-v59-home-news{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:14px!important}
.uzaya-v59-news-row{display:grid!important;grid-template-columns:128px 1fr!important;gap:16px!important;padding:13px 0!important;border-bottom:1px solid rgba(8,65,130,.12)!important;cursor:pointer!important;align-items:start!important}
.uzaya-v59-news-row:first-child{padding-top:0!important}.uzaya-v59-news-row:last-child{border-bottom:0!important}
.uzaya-v59-news-row img{width:128px!important;height:88px!important;object-fit:cover!important;border-radius:12px!important;background:#071426!important}
.uzaya-v59-news-row span{display:inline-flex!important;color:#0878ff!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;margin-bottom:4px!important}
.uzaya-v59-news-row h3{margin:0 0 5px!important;font-size:17px!important;line-height:1.18!important;color:#071426!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v59-news-row p{margin:0 0 6px!important;font-size:13px!important;line-height:1.35!important;color:#40516a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v59-news-row time{font-size:12px!important;color:#70819a!important}
.uzaya-v57-home-news,.uzaya-v58-home-news{display:none!important}
@media(max-width:640px){.uzaya-v59-news-row{grid-template-columns:96px 1fr!important}.uzaya-v59-news-row img{width:96px!important;height:70px!important}}


/* UZAYA v60 force homepage news */
.uzaya-v60-news-panel{
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
.uzaya-v60-home-news{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  margin-top:14px!important;
  flex:1 1 auto!important;
}
.uzaya-v60-news-row{
  display:grid!important;
  grid-template-columns:128px 1fr!important;
  gap:16px!important;
  padding:14px 0!important;
  border-bottom:1px solid rgba(8,65,130,.12)!important;
  cursor:pointer!important;
  align-items:start!important;
}
.uzaya-v60-news-row:first-child{padding-top:0!important}
.uzaya-v60-news-row:last-child{border-bottom:0!important}
.uzaya-v60-news-row img{
  width:128px!important;
  height:88px!important;
  object-fit:cover!important;
  border-radius:12px!important;
  background:#071426!important;
}
.uzaya-v60-news-row span{
  display:inline-flex!important;
  color:#0878ff!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  margin-bottom:4px!important;
}
.uzaya-v60-news-row h3{
  margin:0 0 6px!important;
  font-size:17px!important;
  line-height:1.18!important;
  color:#071426!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.uzaya-v60-news-row p{
  margin:0 0 7px!important;
  font-size:13px!important;
  line-height:1.36!important;
  color:#40516a!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.uzaya-v60-news-row time{font-size:12px!important;color:#70819a!important}
@media(max-width:640px){
  .uzaya-v60-news-panel{height:auto!important;min-height:0!important;max-height:none!important}
  .uzaya-v60-news-row{grid-template-columns:96px 1fr!important}
  .uzaya-v60-news-row img{width:96px!important;height:70px!important}
}


/* UZAYA v61 gerçek haberler ana sayfa */
.uzaya-v61-news-panel{height:560px!important;min-height:560px!important;max-height:560px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.uzaya-v61-home-news{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:14px!important;flex:1!important}
.uzaya-v61-news-row{display:grid!important;grid-template-columns:128px 1fr!important;gap:16px!important;padding:14px 0!important;border-bottom:1px solid rgba(8,65,130,.12)!important;cursor:pointer!important;align-items:start!important}
.uzaya-v61-news-row:first-child{padding-top:0!important}.uzaya-v61-news-row:last-child{border-bottom:0!important}
.uzaya-v61-news-row img{width:128px!important;height:88px!important;object-fit:cover!important;border-radius:12px!important;background:#071426!important}
.uzaya-v61-news-row span{display:inline-flex!important;color:#0878ff!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;margin-bottom:4px!important}
.uzaya-v61-news-row h3{margin:0 0 6px!important;font-size:17px!important;line-height:1.18!important;color:#071426!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v61-news-row p{margin:0 0 7px!important;font-size:13px!important;line-height:1.36!important;color:#40516a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.uzaya-v61-news-row time{font-size:12px!important;color:#70819a!important}
@media(max-width:640px){.uzaya-v61-news-panel{height:auto!important;min-height:0!important;max-height:none!important}.uzaya-v61-news-row{grid-template-columns:96px 1fr!important}.uzaya-v61-news-row img{width:96px!important;height:70px!important}}
