/* ============================================================
   Texno Çinar — ANA SƏHİFƏ (index.html) stilləri
   ============================================================ */
.ph img{object-position:bottom center}
.home-body{
  --maxw:1180px;
}
/* personaj kəsik şəkilləri — heç vaxt kəsilməsin, bütöv göstər */
.hero-photo img,.plat-char img,.exam .av img{object-fit:contain}
.news-grid .date{margin-bottom:12px}

/* ============ HERO ============ */
.hero{position:relative;background:linear-gradient(180deg,#EDF6F0 0%, #F4F9F5 42%, #FFFFFF 100%);padding:56px 0 44px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center}
.hero h1{font-size:clamp(34px,4.3vw,52px);font-weight:800;letter-spacing:-.02em;color:var(--head)}
.hero .lead{font-size:16.5px;color:var(--body);margin:22px 0 26px;max-width:500px}
.badges{display:grid;grid-template-columns:repeat(4,auto);gap:20px 26px;margin-bottom:30px}
.badge{display:flex;align-items:center;gap:11px}
.badge .bi{width:40px;height:40px;border-radius:11px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;flex:none}
.badge .bi svg{width:19px;height:19px}
.badge b{display:block;font-size:14.5px;color:var(--head);font-weight:600;line-height:1.2}
.badge small{font-size:12px;color:var(--muted)}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}

/* hero visual */
.hero-vis{position:relative;min-height:520px}
.hero-photo{position:absolute;right:0;bottom:-44px;width:78%;height:560px;border-radius:24px 24px 0 0;--phbg:linear-gradient(160deg,#DDEBE1,#CFE6D8);--phemo:"🧑‍🎓";--phsize:110px}
.hero-photo::after{border-radius:24px}
.fcard{position:absolute;background:#fff;border-radius:16px;box-shadow:var(--shadow-card);padding:16px 18px;z-index:5}
.fcard .lbl{font-size:12px;color:var(--muted);font-weight:500}
.fc-score{top:18px;right:-64px;width:186px;text-align:center}
.ring{position:relative;width:112px;height:112px;margin:8px auto 6px}
.ring .val{position:absolute;inset:0;display:grid;place-items:center;font-size:26px;font-weight:800;color:var(--head)}
.fc-score .good{color:var(--green);font-weight:700;font-size:14px}
.fc-score .up{color:var(--green);font-size:12.5px;font-weight:600;margin-top:2px}
.fc-solved{left:-6px;top:250px;width:200px}
.fc-solved .big{font-size:30px;font-weight:800;color:var(--head);margin:4px 0 6px}
.fc-solved .chart{position:relative}
.fc-solved .pill{position:absolute;right:0;bottom:2px;background:var(--green-soft);color:var(--green-d);font-size:11.5px;font-weight:700;padding:2px 8px;border-radius:20px}
.fc-rank{right:-56px;top:330px;width:150px}
.fc-rank .big{font-size:26px;font-weight:800;color:var(--head);margin:3px 0}
.fc-rank .up{color:var(--green);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:4px}

/* ============ STATS ============ */
.stats{position:relative;margin-top:-4px;z-index:6}
.stats-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:26px 20px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:34px}
.stat{display:flex;align-items:center;gap:13px;justify-content:center;position:relative}
.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:44px;width:1px;background:var(--line-2)}
.stat .si{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;flex:none}
.stat .si svg{width:22px;height:22px}
.stat b{display:block;font-size:22px;font-weight:800;color:var(--head);line-height:1.1}
.stat small{font-size:12.5px;color:var(--muted)}
.si-g{background:var(--green-soft);color:var(--green)}
.si-b{background:var(--blue-soft);color:var(--blue)}
.si-p{background:var(--purple-soft);color:var(--purple)}

/* ============ SECTION HEAD ============ */
.sec{padding:52px 0}
.sec-t{text-align:center;margin-bottom:36px}
.sec-t h2{font-size:clamp(24px,3vw,32px);font-weight:700;display:inline-block}
.sec-t .u{display:block;width:54px;height:4px;background:var(--green);border-radius:3px;margin:12px auto 0}
.sec-head-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.sec-head-row .l{display:flex;flex-direction:column;gap:12px}
.sec-head-row h2{font-size:clamp(24px,3vw,32px)}
.sec-head-row .u{width:54px;height:4px;background:var(--green);border-radius:3px}
.link-all{color:var(--green);font-weight:600;font-size:14.5px;display:inline-flex;align-items:center;gap:7px}

/* ============ PLATFORMS ============ */
.plat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.plat{position:relative;border-radius:20px;border:1px solid var(--line);padding:26px 24px 0;overflow:hidden;min-height:290px;display:flex;flex-direction:column}
.plat.p-g{background:var(--green-tint)}
.plat.p-b{background:var(--blue-soft)}
.plat.p-p{background:var(--purple-soft)}
.plat-h{display:flex;align-items:center;gap:11px;margin-bottom:18px}
.plat-h .pic{width:40px;height:40px;border-radius:11px;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-sm)}
.plat-h .pic svg{width:21px;height:21px}
.plat-h h3{font-size:20px}
.plat.p-g h3,.plat.p-g .pic{color:var(--green)}
.plat.p-b h3,.plat.p-b .pic{color:var(--blue)}
.plat.p-p h3,.plat.p-p .pic{color:var(--purple)}
.plat ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;position:relative;z-index:3}
.plat li{display:flex;align-items:center;gap:9px;font-size:14px;color:#40484F;font-weight:500}
.plat li .ar{color:inherit;font-weight:700}
.plat.p-g li .ar{color:var(--green)} .plat.p-b li .ar{color:var(--blue)} .plat.p-p li .ar{color:var(--purple)}
.plat .plat-btn{margin:22px 0 26px;align-self:flex-start;position:relative;z-index:3}
.plat-char{position:absolute;right:-6px;bottom:0;width:168px;height:238px;--phemo:"🧑";--phsize:70px;background:transparent}
.plat-char::after{opacity:.85}
.plat.p-g .plat-char{--phemo:"👦"} .plat.p-b .plat-char{--phemo:"👩‍🏫"} .plat.p-p .plat-char{--phemo:"👨‍💼"}

/* ============ EXAMS ============ */
.exam-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 18px}
.exam{flex:0 1 calc(25% - 14px);max-width:240px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 12px 15px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:.2s}
.exam:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:transparent}
.exam .et{font-size:13.5px;font-weight:600;color:var(--head);min-height:34px;display:flex;align-items:center;justify-content:center;line-height:1.25}
.exam .av{width:98px;height:98px;border-radius:50%;margin:6px 0 14px;--phsize:40px}
.exam .av::after{border-radius:50%}
.exam .btn{width:100%;padding:9px;font-size:12.5px;border-radius:9px}
.exam .btn+.btn{margin-top:7px}

/* ============ NEWS (ana səhifə) ============ */
.home-news{padding:10px 24px 52px}
.home-news-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:32px;
}
.home-news-head h2{
  color:#07133c;
  font-size:clamp(34px,4vw,48px);
  font-weight:800;
  letter-spacing:0;
}
.home-news-head h2::after{
  content:"";
  display:block;
  width:54px;
  height:4px;
  margin-top:12px;
  border-radius:999px;
  background:var(--green);
}
.home-news-head p{
  margin:8px 0 0;
  color:#65708a;
  font-size:20px;
  font-weight:500;
  line-height:1.45;
}
.news-all-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:0 26px;
  border:1px solid #dfe9e3;
  border-radius:999px;
  color:#208d4f;
  background:#f3faf6;
  box-shadow:0 12px 26px rgba(25,48,36,.06);
  font-size:17px;
  font-weight:800;
  white-space:nowrap;
  transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;
}
.news-all-btn:hover{
  transform:translateY(-2px);
  border-color:#c9e9d4;
  background:#edf8f2;
  box-shadow:0 16px 34px rgba(25,48,36,.10);
}
.news-all-btn svg{width:22px;height:22px}
.news-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:28px;
}
.news-main,
.news-mini{
  background:#fff;
  border:1px solid #dfe7e3;
  box-shadow:0 18px 44px rgba(25,48,36,.08);
}
.news-main{
  overflow:hidden;
  border-radius:20px;
  display:flex;
  flex-direction:column;
}
.news-feature-media{
  height:294px;
  overflow:hidden;
  background:#0f795e;
}
.news-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:left center;
}
.news-feature-body{
  position:relative;
  z-index:2;
  flex:1;
  margin-top:-18px;
  padding:30px 34px 32px;
  border-radius:28px 28px 0 0;
  background:#fff;
}
.news-main .date,
.news-mini .date{
  margin-bottom:0;
  color:#6f7894;
  font-size:15px;
  font-weight:700;
}
.news-main .date svg,
.news-mini .date svg{
  width:19px;
  height:19px;
}
.news-main h3{
  max-width:720px;
  margin:16px 0 12px;
  color:#07133c;
  font-size:clamp(25px,2.35vw,32px);
  font-weight:800;
  line-height:1.22;
}
.news-main p{
  max-width:740px;
  margin:0 0 24px;
  color:#48577a;
  font-size:17px;
  line-height:1.55;
}
.news-read-btn{
  min-width:205px;
  min-height:56px;
  border-radius:999px;
  font-size:16px;
  font-weight:800;
}
.news-side{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.news-mini{
  position:relative;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:178px;
  overflow:hidden;
  border-radius:18px;
  padding:18px 74px 18px 22px;
  color:#07133c;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.news-mini:hover{
  transform:translateY(-4px);
  border-color:#cfe7d7;
  box-shadow:0 24px 54px rgba(25,48,36,.12);
}
.news-thumb{
  width:170px;
  height:124px;
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  flex:none;
}
.news-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.news-mini .nc{
  min-width:0;
  padding-right:0;
}
.news-mini-top{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 14px;
}
.news-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  line-height:1;
}
.news-pill.forum{color:#7c48e6;background:#eee5ff}
.news-pill.platform{color:#249052;background:#e8f7ed}
.news-pill.exam{color:#f08116;background:#fff0d9}
.news-mini h4{
  margin:13px 0 8px;
  color:#07133c;
  font-size:clamp(18px,1.45vw,22px);
  font-weight:800;
  line-height:1.25;
}
.news-mini p{
  margin:0;
  color:#435271;
  font-size:14.5px;
  line-height:1.5;
}
.home-news-empty{
  padding:36px 26px;
  border:1px solid #dfe7e3;
  border-radius:18px;
  background:#fff;
  text-align:center;
  box-shadow:0 18px 44px rgba(25,48,36,.08);
}
.home-news-empty h3{
  margin:0 0 8px;
  color:#07133c;
  font-size:24px;
}
.home-news-empty p{
  margin:0;
  color:#48577a;
  font-size:15px;
}
.news-arrow{
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid #dfe6e2;
  border-radius:50%;
  color:#07133c;
  background:#fff;
  box-shadow:0 8px 18px rgba(25,48,36,.05);
  transition:background .18s,color .18s,border-color .18s,transform .18s;
}
.news-arrow svg{width:20px;height:20px}
.news-mini:hover .news-arrow{
  transform:translate(3px,-50%);
  color:#fff;
  border-color:var(--green);
  background:var(--green);
}

/* ============ FEATURES BAR ============ */
.fbar{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:30px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.fb{display:flex;gap:14px}
.fb .fi{width:50px;height:50px;border-radius:13px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;flex:none}
.fb .fi svg{width:23px;height:23px}
.fb h4{font-size:15.5px;margin-bottom:5px;color:var(--head)}
.fb p{font-size:13px;color:var(--body);margin:0;line-height:1.5}

/* ============ VƏSAİTLƏR (nəşriyyat loqoları) ============ */
.pubs{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}
.pub{flex:0 1 300px;max-width:320px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 26px 26px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s,border-color .2s}
.pub:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#CDE7D6}
.pub .logo{height:112px;display:grid;place-items:center;margin-bottom:18px}
.pub .logo img{max-height:112px;max-width:190px;width:auto;object-fit:contain}
.pub h3{font-size:18px;margin-bottom:4px}
.pub .go{color:var(--green);font-weight:600;font-size:13.5px;display:inline-flex;align-items:center;gap:6px;margin-top:6px;transition:gap .15s}
.pub:hover .go{gap:9px}
body.dark .pub{background:var(--panel)}

/* ============ FAQ (3D accordion) ============ */
.home-faq{
  padding:16px 24px 52px;
}
.faq-panel{
  overflow:hidden;
  padding:48px 38px 30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 75% 8%, rgba(47,134,220,.09), transparent 300px),
    radial-gradient(circle at 12% 20%, rgba(46,158,88,.08), transparent 280px),
    linear-gradient(180deg,#f7fcf9,#f4faf7);
  box-shadow:0 22px 58px rgba(24,44,32,.08);
}
.faq-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  align-items:center;
  gap:32px;
  min-height:260px;
  margin-bottom:28px;
}
.faq-hero-copy h2{
  color:#07133c;
  font-size:clamp(34px,4vw,52px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.1;
}
.faq-hero-copy h2 span{
  color:#208d4f;
}
.faq-hero-copy i{
  display:block;
  width:64px;
  height:4px;
  margin:22px 0 24px;
  border-radius:999px;
  background:#208d4f;
}
.faq-hero-copy p{
  max-width:430px;
  margin:0;
  color:#07133c;
  font-size:20px;
  line-height:1.55;
}
.faq-hero-img{
  width:100%;
  max-height:250px;
  object-fit:contain;
  object-position:center;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 22px 26px rgba(26,68,48,.12));
}
.faq{
  width:100%;
  max-width:none;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.faq-item{
  overflow:hidden;
  border:1px solid rgba(223,232,228,.86);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(25,48,36,.06);
  transition:transform .18s,box-shadow .18s,border-color .18s;
}
.faq-item:hover,
.faq-item.open{
  transform:translateY(-2px);
  border-color:#cde7d6;
  box-shadow:0 20px 46px rgba(25,48,36,.10);
}
.faq-q{
  width:100%;
  min-height:82px;
  display:grid;
  grid-template-columns:70px 3px minmax(0,1fr) 42px;
  align-items:center;
  gap:16px;
  padding:8px 18px 8px 14px;
  border:0;
  background:none;
  color:#07133c;
  cursor:pointer;
  font-family:var(--font);
  text-align:left;
}
.faq-ico{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:18px;
  background:#f8fbf9;
  box-shadow:inset 0 0 0 1px rgba(223,232,228,.55);
}
.faq-ico img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.faq-line{
  width:3px;
  height:46px;
  border-radius:999px;
  background:var(--faq-line,#2ea85a);
}
.faq-title{
  min-width:0;
  color:#07133c;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
}
.faq-q:hover .faq-title,
.faq-item.open .faq-title{
  color:#16894a;
}
.faq-q .chev{
  position:relative;
  width:38px;
  height:38px;
  border-radius:16px;
  background:#edf6f1;
  flex:none;
}
.faq-q .chev::before,
.faq-q .chev::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:3px;
  border-radius:999px;
  background:#208d4f;
  transform:translate(-50%,-50%);
  transition:transform .2s,opacity .2s;
}
.faq-q .chev::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.faq-item.open .faq-q .chev{
  background:#208d4f;
}
.faq-item.open .faq-q .chev::before,
.faq-item.open .faq-q .chev::after{
  background:#fff;
}
.faq-item.open .faq-q .chev::after{
  opacity:0;
  transform:translate(-50%,-50%) rotate(90deg) scaleX(.2);
}
.faq-a{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .32s ease;
}
.faq-item.open .faq-a{
  grid-template-rows:1fr;
}
.faq-a-in{
  overflow:hidden;
}
.faq-a p{
  margin:0;
  padding:0 20px 20px 106px;
  color:#4a5775;
  font-size:14px;
  line-height:1.65;
}
.faq-a a{
  color:#16894a;
  font-weight:800;
}
.faq-support{
  display:grid;
  grid-template-columns:250px minmax(0,1fr) 280px;
  align-items:center;
  gap:26px;
  min-height:138px;
  margin-top:22px;
  overflow:hidden;
  border-radius:18px;
  background:
    radial-gradient(circle at 12% 50%, rgba(46,158,88,.12), transparent 210px),
    linear-gradient(90deg,#eef8f2,#f8fcfa);
  box-shadow:0 12px 28px rgba(25,48,36,.05);
}
.faq-support img{
  align-self:end;
  width:250px;
  height:166px;
  object-fit:cover;
  object-position:center bottom;
}
.faq-support h3{
  color:#07133c;
  font-size:24px;
  font-weight:800;
  line-height:1.25;
}
.faq-support p{
  margin:10px 0 0;
  color:#07133c;
  font-size:16px;
  line-height:1.55;
}
.faq-support-btn{
  min-height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-right:22px;
  padding:0 26px;
  border-radius:16px;
  color:#fff;
  background:#24954f;
  box-shadow:0 16px 28px rgba(36,149,79,.22);
  font-size:20px;
  font-weight:800;
  transition:transform .18s,background .18s;
}
.faq-support-btn:hover{
  transform:translateY(-2px);
  background:#1f8245;
}
.faq-support-btn b{
  font-size:32px;
  line-height:1;
  font-weight:500;
}
body.dark .faq-panel{background:linear-gradient(180deg,#15251b,#101b14)}
body.dark .faq-item,
body.dark .faq-support{background:var(--panel)}
body.dark .faq-item.open{border-color:#2E6B45}

/* ============ RESPONSIVE (ana səhifə) ============ */
@media(max-width:1080px){
  .exam{flex-basis:calc(33.33% - 12px)}
  .badges{grid-template-columns:repeat(2,auto)}
}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-vis{min-height:440px;margin-top:20px}
  .plat-grid{grid-template-columns:1fr}
  .stats-card{grid-template-columns:repeat(2,1fr);gap:24px 10px}
  .stat:nth-child(2)::after,.stat:nth-child(4)::after{display:none}
  .news-grid{grid-template-columns:1fr}
  .home-news-head{align-items:flex-start}
  .news-feature-media{height:300px}
  .news-mini{grid-template-columns:160px minmax(0,1fr)}
  .news-thumb{width:160px}
  .faq-panel{padding:34px 24px 26px}
  .faq-hero{grid-template-columns:1fr;gap:22px}
  .faq-hero-img{max-width:420px;justify-self:center}
  .faq{grid-template-columns:1fr}
  .faq-item.open{grid-row:auto}
  .faq-q{
    grid-template-columns:84px 3px minmax(0,1fr) 50px;
    gap:22px;
    padding:8px 34px 8px 18px;
  }
  .faq-ico{width:66px;height:66px}
  .faq-line{height:52px}
  .faq-title{font-size:19px}
  .faq-q .chev{width:42px;height:42px}
  .faq-a p{padding:0 90px 22px 130px;font-size:15px}
  .faq-support{grid-template-columns:190px minmax(0,1fr);padding-right:20px}
  .faq-support img{width:190px}
  .faq-support-btn{grid-column:2;margin:0 0 20px;justify-self:start}
  .fbar{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .exam{flex-basis:calc(50% - 9px)}
  .stats-card{grid-template-columns:1fr}
  .stat::after{display:none!important}
  .fbar{grid-template-columns:1fr}
  .hero-photo{width:100%;position:relative;bottom:0;height:360px}
  .fc-solved{left:0} .fc-rank{right:0}
  .home-news-head{flex-direction:column;margin-bottom:22px}
  .home-news{padding-left:16px;padding-right:16px}
  .home-news-head p{font-size:16px}
  .news-all-btn{width:100%;min-height:52px;font-size:15px}
  .news-feature-media{height:218px}
  .news-feature-body{padding:24px 20px 24px}
  .news-main h3{font-size:24px}
  .news-main p{font-size:15.5px}
  .news-read-btn{width:100%;min-width:0}
  .news-mini{
    grid-template-columns:112px minmax(0,1fr);
    gap:14px;
    min-height:0;
    padding:16px;
  }
  .news-thumb{width:112px;height:96px}
  .news-mini .nc{padding-right:42px}
  .news-mini .date{font-size:12.5px}
  .news-mini .date svg{width:15px;height:15px}
  .news-pill{min-height:25px;padding:0 9px;font-size:11px}
  .news-mini h4{margin:10px 0 6px;font-size:16.5px}
  .news-mini p{font-size:13px;line-height:1.45}
  .news-arrow{position:absolute;top:auto;right:16px;bottom:16px;width:38px;height:38px;transform:none}
  .news-mini:hover .news-arrow{transform:translateX(3px)}
  .news-arrow svg{width:17px;height:17px}
  .home-faq{padding-left:16px;padding-right:16px}
  .faq-panel{padding:28px 16px 20px;border-radius:24px}
  .faq-hero-copy h2{font-size:34px}
  .faq-hero-copy p{font-size:16px}
  .faq-hero-img{max-height:190px}
  .faq{gap:10px}
  .faq-q{
    grid-template-columns:58px 2px minmax(0,1fr) 38px;
    gap:12px;
    min-height:70px;
    padding:8px 12px 8px 10px;
  }
  .faq-ico{width:52px;height:52px;border-radius:14px}
  .faq-line{width:2px;height:40px}
  .faq-title{font-size:14.5px;line-height:1.35}
  .faq-q .chev{width:36px;height:36px;border-radius:13px}
  .faq-q .chev::before,
  .faq-q .chev::after{width:15px;height:2px}
  .faq-a p{padding:0 14px 18px 82px;font-size:13px}
  .faq-support{
    grid-template-columns:112px minmax(0,1fr);
    gap:12px;
    min-height:120px;
    padding:0 12px 12px 0;
  }
  .faq-support img{width:112px;height:118px}
  .faq-support h3{font-size:18px}
  .faq-support p{font-size:13px}
  .faq-support-btn{
    grid-column:1 / -1;
    width:100%;
    min-height:50px;
    margin:0;
    font-size:16px;
    border-radius:14px;
  }
}

/* ============ DARK MODE (ana səhifə) ============ */
body.dark .hero{background:linear-gradient(180deg,#14211A,#0F1713)}
body.dark .fcard,body.dark .stats-card,body.dark .exam,body.dark .news-main,body.dark .news-mini,body.dark .fbar,body.dark .plat-h .pic{background:var(--panel)}
body.dark .news-feature-body,body.dark .news-arrow{background:var(--panel)}
body.dark .news-all-btn{background:#14251b;border-color:#244b34}

/* ============ TOP SECTIONS REDESIGN (hero + online exams) ============ */
.home-userchip{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:5px 12px 5px 5px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#08163b;
  background:#fff;
  box-shadow:0 8px 20px rgba(24,44,32,.05);
  font-size:14px;
  font-weight:800;
}
.home-userchip svg{width:14px;height:14px;color:#47556c}
.home-avatar{
  width:36px;
  height:36px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dff1e6;
}
.home-avatar img{
  width:58px;
  max-width:none;
  transform:translateY(7px);
}
.home-bell{
  position:relative;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:12px;
  color:#273348;
  background:transparent;
  cursor:pointer;
  transition:background .18s,color .18s;
}
.home-bell:hover{background:var(--soft);color:var(--green)}
.home-bell svg{width:20px;height:20px}
.home-bell span{
  position:absolute;
  top:5px;
  right:5px;
  min-width:15px;
  height:15px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:999px;
  color:#fff;
  background:#ef342b;
  font-size:9px;
  font-weight:800;
  line-height:1;
}

.home-hero{
  padding:30px 0 32px;
  background:
    radial-gradient(circle at 83% 18%, rgba(46,158,88,.12), transparent 240px),
    linear-gradient(180deg,#fbfdfd 0,#f8fbfa 62%,#fff 100%);
}
.home-hero-grid{
  grid-template-columns:minmax(510px,.9fr) minmax(470px,1.1fr);
  min-height:390px;
  gap:24px;
  align-items:center;
}
.home-hero h1{
  color:#07133c;
  font-size:clamp(33px,3.35vw,40px);
  font-weight:800;
  line-height:1.16;
  letter-spacing:0;
}
.home-hero .lead{
  max-width:520px;
  margin:22px 0 26px;
  color:#3f4c67;
  font-size:16px;
  line-height:1.75;
}
.home-hero .hero-actions .btn{
  min-height:52px;
  padding:0 26px;
  border-radius:10px;
  font-size:14px;
  font-weight:800;
}
.home-hero .hero-actions .btn-green{
  background:linear-gradient(135deg,#34b962,#1f9c50);
  box-shadow:0 16px 24px -14px rgba(31,156,80,.9);
}
.title-rocket{
  display:inline-grid;
  width:.8em;
  height:.8em;
  vertical-align:.02em;
}
.title-rocket svg{width:100%;height:100%}
.home-hero-visual{
  position:relative;
  min-height:390px;
}
.hero-green-shape{
  position:absolute;
  inset:6px 0 6px 10px;
  border-radius:50% 42% 48% 45%;
  background:
    radial-gradient(circle at 82% 28%, rgba(46,158,88,.23) 0 7px, transparent 8px),
    radial-gradient(circle at 77% 48%, rgba(46,158,88,.26) 0 6px, transparent 7px),
    radial-gradient(circle at 65% 16%, rgba(46,158,88,.20) 0 5px, transparent 6px),
    linear-gradient(135deg,rgba(46,158,88,.08),rgba(46,158,88,.17));
}
.hero-dots{
  position:absolute;
  left:12px;
  top:142px;
  width:132px;
  height:132px;
  opacity:.42;
  background:radial-gradient(circle,#67c985 1.5px,transparent 2px) 0 0/14px 14px;
  -webkit-mask:radial-gradient(circle,#000 0 58%,transparent 70%);
  mask:radial-gradient(circle,#000 0 58%,transparent 70%);
}
.hero-student-wrap{
  position:absolute;
  right:134px;
  bottom:8px;
  width:300px;
  height:356px;
  overflow:hidden;
  z-index:3;
}
.hero-student-wrap img{
  width:100%;
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 24px 22px rgba(23,52,34,.16));
}
.hero-laptop{
  position:absolute;
  right:120px;
  bottom:10px;
  width:278px;
  z-index:5;
  filter:drop-shadow(0 18px 18px rgba(21,37,55,.2));
}
.hero-laptop svg{width:100%;height:auto}
.hero-book-stack{
  position:absolute;
  right:18px;
  bottom:12px;
  width:122px;
  height:92px;
  z-index:4;
}
.hero-book-stack span{
  position:absolute;
  left:0;
  right:0;
  height:18px;
  border-radius:6px;
  box-shadow:0 8px 15px rgba(30,55,42,.10);
}
.hero-book-stack span:nth-child(1){bottom:0;background:#3d84f5}
.hero-book-stack span:nth-child(2){bottom:18px;background:#f5862f}
.hero-book-stack span:nth-child(3){bottom:36px;background:#f5fbf0}
.hero-book-stack i{
  position:absolute;
  right:18px;
  bottom:54px;
  width:70px;
  height:14px;
  border-radius:999px;
  background:#9ed14f;
  transform:rotate(-10deg);
}
.hero-plant{
  position:absolute;
  left:92px;
  bottom:18px;
  width:58px;
  height:88px;
  z-index:4;
}
.hero-plant::after{
  content:"";
  position:absolute;
  left:13px;
  bottom:0;
  width:34px;
  height:34px;
  border-radius:7px 7px 14px 14px;
  background:#f6f8f8;
  box-shadow:0 8px 15px rgba(30,55,42,.10);
}
.hero-plant span,
.hero-plant i{
  position:absolute;
  bottom:28px;
  width:28px;
  height:48px;
  border-radius:100% 0 100% 0;
  background:#43b969;
}
.hero-plant span{left:7px;transform:rotate(-30deg)}
.hero-plant i{right:6px;transform:rotate(36deg)}
.hero-float{
  position:absolute;
  z-index:6;
  filter:drop-shadow(0 15px 16px rgba(27,52,40,.14));
}
.hero-float svg{display:block;width:100%;height:100%}
.hf-trophy{left:122px;top:22px;width:84px;height:84px;transform:rotate(7deg)}
.hf-target{left:96px;top:160px;width:94px;height:94px;transform:rotate(7deg)}
.hf-list{right:52px;top:26px;width:84px;height:84px;transform:rotate(-1deg)}
.hf-chart{right:-6px;top:160px;width:96px;height:96px;transform:rotate(8deg)}

.hero-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:18px;
}
.hero-shortcut{
  position:relative;
  min-height:230px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  overflow:hidden;
  padding:20px 22px;
  border:1px solid #dfe8e4;
  border-radius:16px;
  color:#07133c;
  background:
    radial-gradient(circle at 88% 15%, rgba(46,158,88,.10), transparent 90px),
    #fff;
  box-shadow:0 18px 42px rgba(25,48,36,.08);
  cursor:default;
  transition:border-color .2s,box-shadow .2s;
}
.hero-shortcut:hover{
  transform:none;
  border-color:#dfe8e4;
  box-shadow:0 18px 42px rgba(25,48,36,.08);
}
.hero-shortcut strong{
  position:relative;
  z-index:1;
  display:block;
  margin-top:126px;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
}
.hero-shortcut small{
  position:relative;
  z-index:1;
  color:#627089;
  font-size:13px;
  margin-top:8px;
}
.shortcut-art{
  position:absolute;
  left:50%;
  top:18px;
  width:122px;
  height:104px;
  transform:translateX(-50%);
}
.shortcut-art::before,
.shortcut-art::after{content:"";position:absolute}
.clipboard-art::before{
  left:22px;
  top:10px;
  width:74px;
  height:84px;
  border-radius:13px;
  background:#eaffef;
  box-shadow:inset 0 0 0 7px #3ebd69,0 14px 20px rgba(40,120,68,.13);
}
.clipboard-art::after{
  left:46px;
  top:0;
  width:34px;
  height:20px;
  border-radius:9px;
  background:#50c574;
  box-shadow:-16px 42px 0 -13px #38ad5e,-16px 58px 0 -13px #38ad5e,-16px 74px 0 -13px #38ad5e,28px 62px 0 -8px #f3b43e;
  transform:rotate(-1deg);
}
.trophy-art::before{
  left:27px;
  top:10px;
  width:68px;
  height:70px;
  border-radius:18px 18px 24px 24px;
  background:#ffc247;
  box-shadow:0 16px 0 -6px #8a51e8,0 30px 0 -8px #6f42d8,0 18px 24px rgba(103,62,190,.18);
}
.trophy-art::after{
  left:44px;
  top:70px;
  width:34px;
  height:16px;
  border-radius:6px;
  background:#ffd875;
  box-shadow:-34px -30px 0 -11px #ffc247,34px -30px 0 -11px #ffc247,48px -8px 0 -5px #8a51e8;
}
.video-art::before{
  left:18px;
  top:12px;
  width:86px;
  height:62px;
  border-radius:13px;
  background:linear-gradient(145deg,#5aa5ff,#2f7df4);
  box-shadow:0 14px 22px rgba(47,125,244,.18);
}
.video-art::after{
  left:52px;
  top:34px;
  border-left:22px solid #ffd9b1;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  filter:drop-shadow(0 4px 5px rgba(18,40,90,.16));
}
.chart-art::before{
  left:24px;
  bottom:10px;
  width:19px;
  height:44px;
  border-radius:9px;
  background:#ffa424;
  box-shadow:24px -20px 0 #ffb02e,48px -42px 0 #ffc13d,0 16px 22px rgba(240,128,24,.16);
}
.chart-art::after{
  left:14px;
  bottom:5px;
  width:86px;
  height:10px;
  border-radius:999px;
  background:#ffe2b6;
}

.stats{margin-top:26px}
.stats-card{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:center;
  margin-top:0;
  padding:0;
  border:0;
  border-radius:0;
  color:#07133c;
  background:transparent;
  box-shadow:none;
}
.stats-card .stat{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  min-height:122px;
  align-items:center;
  justify-content:stretch;
  gap:16px;
  overflow:hidden;
  padding:16px 18px;
  border:1px solid #dfe8e4;
  border-radius:16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(46,158,88,.10), transparent 74px),
    linear-gradient(180deg,#fff 0%,#f9fdfb 100%);
  box-shadow:0 16px 34px rgba(25,48,36,.08);
}
.stats-card .stat:not(:last-child)::after{
  display:none;
}
.stats-card .stat > div{min-width:0}
.stat-3d{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:18px;
  background:#f0fbf5;
}
.stat-purple .stat-3d{background:#f6f0ff}
.stat-blue .stat-3d{background:#edf5ff}
.stat-orange .stat-3d{background:#fff5e8}
.stat-3d img{
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  max-height:100%;
  object-fit:contain;
  filter:drop-shadow(0 16px 14px rgba(22,43,36,.16));
}
.stats-card b{
  color:#07133c;
  font-size:clamp(18px,1.45vw,22px);
  font-variant-numeric:tabular-nums;
  letter-spacing:0;
  white-space:nowrap;
}
.stats-card small{
  color:#53627a;
  font-size:13px;
  font-weight:800;
}

.home-exams{padding-left:24px;padding-right:24px;padding-bottom:30px}
#imtahanlar{scroll-margin-top:92px}
.exam-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
.exam-section-head h2{
  color:#07133c;
  font-size:clamp(25px,3vw,32px);
  font-weight:800;
}
.exam-section-head .u{
  display:block;
  width:54px;
  height:4px;
  margin-top:12px;
  border-radius:999px;
  background:var(--green);
}
.exam-tabs{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.exam-tabs[hidden],
.exam-class-view[hidden],
.exam-catalog-view[hidden]{
  display:none!important;
}
.exam-tabs button{
  min-width:94px;
  min-height:46px;
  padding:0 18px;
  border:1px solid #dde6e2;
  border-radius:11px;
  color:#07133c;
  background:#fff;
  box-shadow:0 8px 18px rgba(25,48,36,.06);
  cursor:pointer;
  font-family:var(--font);
  font-size:13px;
  font-weight:800;
  transition:background .18s,border-color .18s,color .18s,box-shadow .18s;
}
.exam-tabs button.active,
.exam-tabs button:hover{
  color:#14904d;
  border-color:#bfe7ce;
  background:#f3fbf6;
  box-shadow:0 10px 22px rgba(46,158,88,.10);
}
.class-pick-grid .exam{
  max-width:260px;
  border-radius:18px;
  padding:18px 14px;
  box-shadow:0 16px 34px rgba(25,48,36,.07);
}
.class-pick-grid .exam .av{
  width:120px;
  height:120px;
}
.class-pick-grid .exam button.btn{
  font-family:var(--font);
}
.catalog-toolbar{
  display:flex;
  justify-content:flex-start;
  margin:-4px 0 18px;
}
.catalog-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 15px;
  border:1px solid #dde6e2;
  border-radius:11px;
  color:#273348;
  background:#fff;
  box-shadow:0 8px 18px rgba(25,48,36,.06);
  cursor:pointer;
  font-family:var(--font);
  font-size:13px;
  font-weight:800;
}
.catalog-back:hover{color:#16884a;border-color:#cde7d6}
.catalog-back svg{width:17px;height:17px}
.online-exam-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.online-exam-card{
  position:relative;
  min-height:292px;
  overflow:hidden;
  padding:28px 24px 24px;
  border:1px solid #dfe8e4;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 42px rgba(25,48,36,.08);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.online-exam-card:hover{
  transform:translateY(-5px);
  border-color:#cde7d6;
  box-shadow:0 24px 54px rgba(25,48,36,.12);
}
.exam-label{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:7px;
  color:#fff;
  background:#2e9e58;
  font-size:11px;
  font-weight:800;
}
.exam-label.purple{background:#8b55e8}
.exam-label.blue{background:#2f7df4}
.exam-label.orange{background:#ed8018}
.exam-visual{
  position:absolute;
  top:22px;
  right:28px;
  width:152px;
  height:122px;
}
.exam-visual::before,
.exam-visual::after{content:"";position:absolute}
.online-exam-card h3{
  position:relative;
  z-index:2;
  max-width:220px;
  margin-top:100px;
  color:#07133c;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
}
.online-exam-card p{
  position:relative;
  z-index:2;
  max-width:270px;
  margin:10px 0 24px;
  color:#65708a;
  font-size:13px;
  line-height:1.55;
}
.exam-meta{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:13px;
  padding-right:44px;
  color:#07133c;
  font-size:11.5px;
  font-weight:800;
}
.exam-meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.exam-meta svg{width:14px;height:14px;color:#53637c}
.exam-meta b{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 10px;
  border-radius:999px;
  color:#f05b42;
  background:#fff0ed;
  font-size:11px;
}
.exam-meta b.free{
  color:#239455;
  background:#e9f8ee;
}
.exam-go{
  position:absolute;
  right:24px;
  bottom:24px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#24a75a;
  box-shadow:0 10px 18px rgba(36,167,90,.25);
}
.exam-go.purple{background:#8b55e8;box-shadow:0 10px 18px rgba(139,85,232,.25)}
.exam-go.blue{background:#2f7df4;box-shadow:0 10px 18px rgba(47,125,244,.25)}
.exam-go.orange{background:#ed8018;box-shadow:0 10px 18px rgba(237,128,24,.25)}
.exam-go svg{width:17px;height:17px}

.exam-clipboard::before{
  left:28px;
  top:7px;
  width:90px;
  height:104px;
  border-radius:14px;
  background:#edfdf2;
  box-shadow:inset 0 0 0 8px #42bc6b,0 15px 22px rgba(40,120,68,.14);
  transform:rotate(-3deg);
}
.exam-clipboard::after{
  left:58px;
  top:0;
  width:38px;
  height:22px;
  border-radius:9px;
  background:#55c879;
  box-shadow:-18px 46px 0 -14px #32a95b,-18px 66px 0 -14px #32a95b,-18px 86px 0 -14px #32a95b,44px 74px 0 -8px #b9bec5,54px 82px 0 -7px #b9bec5;
}
.exam-trophy::before{
  left:30px;
  top:10px;
  width:82px;
  height:82px;
  border-radius:20px 20px 28px 28px;
  background:#f8b52d;
  box-shadow:0 18px 0 -7px #8a55e8,0 34px 0 -10px #6e42d5,0 18px 24px rgba(103,62,190,.18);
}
.exam-trophy::after{
  left:51px;
  top:86px;
  width:38px;
  height:18px;
  border-radius:6px;
  background:#ffd36a;
  box-shadow:-44px -44px 0 -13px #f8b52d,44px -44px 0 -13px #f8b52d,-58px -7px 0 -9px #8b55e8,60px -22px 0 -10px #f28b16;
}
.exam-calculator::before{
  left:24px;
  top:0;
  width:96px;
  height:110px;
  border-radius:17px;
  background:linear-gradient(145deg,#4c9aff,#216ee4);
  box-shadow:0 16px 24px rgba(47,125,244,.18);
  transform:rotate(4deg);
}
.exam-calculator::after{
  left:42px;
  top:24px;
  width:17px;
  height:17px;
  border-radius:5px;
  background:#d8ecff;
  box-shadow:26px 0 0 #d8ecff,52px 0 0 #76d25e,0 27px 0 #d8ecff,26px 27px 0 #d8ecff,52px 27px 0 #ff9d28,0 54px 0 #d8ecff,26px 54px 0 #d8ecff,52px 54px 0 #ff9d28,91px 26px 0 -1px #ff8b21,88px 66px 0 -2px #f05b42;
}
.exam-summer::before{
  left:20px;
  top:10px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:#ffc928;
  box-shadow:0 14px 22px rgba(246,181,62,.18),56px 35px 0 -18px #dfe7e7,76px 48px 0 -17px #dfe7e7;
}
.exam-summer::after{
  left:86px;
  top:56px;
  width:44px;
  height:54px;
  border-radius:50% 0 50% 0;
  background:#49bf68;
  transform:rotate(24deg);
  box-shadow:-64px 26px 0 -15px #fff;
}
.exam-autumn::before{
  left:24px;
  top:54px;
  width:104px;
  height:34px;
  border-radius:8px;
  background:#3f8cf5;
  box-shadow:0 16px 0 -5px #f0a735,0 30px 0 -8px #7c5ce8;
}
.exam-autumn::after{
  left:24px;
  top:8px;
  width:54px;
  height:54px;
  border-radius:70% 0 70% 0;
  background:#ff7a2f;
  transform:rotate(-30deg);
  box-shadow:46px 4px 0 -4px #ffbf35,80px 14px 0 -8px #ffbf35;
}
.exam-podium::before{
  left:24px;
  bottom:8px;
  width:42px;
  height:62px;
  border-radius:10px;
  background:#6d51dd;
  box-shadow:42px -18px 0 #38b963,84px 2px 0 #f8ae23;
}
.exam-podium::after{
  left:70px;
  top:0;
  width:42px;
  height:42px;
  background:#ffc928;
  clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 94%,50% 72%,21% 94%,32% 57%,2% 35%,39% 35%);
  filter:drop-shadow(0 10px 12px rgba(246,181,62,.22));
}
.shortcut-img,
.exam-img{
  display:grid;
  place-items:center;
  pointer-events:none;
}
.shortcut-img::before,
.shortcut-img::after,
.exam-img::before,
.exam-img::after{
  display:none;
}
.shortcut-img{
  top:16px;
  width:154px;
  height:128px;
}
.shortcut-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 18px 18px rgba(22,43,36,.16));
}
.shortcut-tall img{
  width:auto;
  max-width:none;
  height:142px;
  transform:none;
}
.shortcut-wide img{
  transform:scale(1.02);
}
.hero-shortcut strong{
  margin-top:158px;
}
.exam-img{
  top:18px;
  left:50%;
  right:auto;
  width:170px;
  height:150px;
  z-index:1;
  transform:translateX(-50%);
}
.exam-img img{
  display:block;
  width:auto;
  max-width:none;
  height:166px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 20px 18px rgba(22,43,36,.16));
  transform:none;
}
.exam-img-wide{
  top:22px;
  left:50%;
  right:auto;
  width:182px;
  height:134px;
}
.exam-img-wide img{
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:contain;
  transform:scale(1.02);
}
.online-exam-card{
  min-height:356px;
}
.online-exam-card h3{
  max-width:none;
  margin-top:168px;
}
.online-exam-card p{
  max-width:none;
}
.all-exams-row{
  display:flex;
  justify-content:center;
  margin:26px 0 24px;
}
.all-exams-row .btn{
  min-height:48px;
  min-width:250px;
  font-size:14px;
  font-weight:800;
}
@media(max-width:1120px){
  .home-hero-grid{grid-template-columns:1fr;min-height:0}
  .home-hero-visual{min-height:430px}
  .hero-student-wrap{right:220px}
  .hero-laptop{right:196px}
  .hero-book-stack{right:100px}
  .hero-shortcuts{grid-template-columns:repeat(2,1fr)}
  .stats-card{grid-template-columns:repeat(2,1fr);gap:14px}
  .stats-card .stat:nth-child(2)::after,
  .stats-card .stat:nth-child(4)::after{display:none}
  .online-exam-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .home-userchip b,
  .home-userchip > svg,
  .home-bell{display:none}
  .home-userchip{padding:5px}
  .home-hero{padding-top:24px}
  .home-hero-visual{min-height:390px}
  .hf-chart{right:16px}
  .exam-section-head{align-items:flex-start;flex-direction:column}
  .exam-tabs{justify-content:flex-start}
}
@media(max-width:640px){
  .home-exams{padding-left:16px;padding-right:16px}
  .home-hero h1{font-size:34px}
  .home-hero .lead{font-size:14.5px}
  .home-hero .hero-actions .btn{width:100%}
  .home-hero-visual{min-height:350px;margin-top:8px}
  .hero-student-wrap{right:82px;width:250px;height:310px}
  .hero-laptop{right:70px;bottom:12px;width:236px}
  .hero-book-stack{right:8px;width:90px;transform:scale(.86);transform-origin:right bottom}
  .hero-plant{left:24px;transform:scale(.84);transform-origin:left bottom}
  .hf-trophy{left:28px;width:70px;height:70px}
  .hf-target{left:12px;top:150px;width:78px;height:78px}
  .hf-list{right:16px;width:70px;height:70px}
  .hf-chart{display:none}
  .hero-shortcuts,
  .online-exam-grid{grid-template-columns:1fr}
  .stats-card{grid-template-columns:1fr;padding:0;gap:12px}
  .stats-card .stat{justify-content:stretch}
  .stats-card .stat::after{display:none!important}
  .exam-tabs{width:100%;display:grid;grid-template-columns:repeat(2,1fr)}
  .exam-tabs button{min-width:0}
  .online-exam-card{min-height:310px}
  .exam-visual{right:12px;transform:scale(.88);transform-origin:right top}
  .exam-img{left:50%;right:auto;transform:translateX(-50%) scale(.9);transform-origin:center top}
  .home-exams .class-pick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px}
  .home-exams .class-pick-grid .exam{width:auto;max-width:none;min-width:0;padding:14px 10px}
  .home-exams .class-pick-grid .exam .et{min-height:34px;font-size:12.5px}
  .home-exams .class-pick-grid .exam .av{width:94px;height:94px;margin:6px 0 12px}
  .home-exams .class-pick-grid .exam .btn{min-height:44px;padding:8px 6px;font-size:11px}
  .home-news .news-mini{grid-template-columns:minmax(0,1fr);gap:14px;padding:16px 16px 64px}
  .home-news .news-thumb{width:100%;height:184px;border-radius:13px}
  .home-news .news-thumb img{object-fit:cover}
  .home-news .news-mini .nc{padding-right:0}
  .home-news .news-arrow{right:16px;bottom:16px}
}

/* ============ ADMIN IDARƏLİ ANA SƏHİFƏ SLAYDERİ ============ */
.home-hero{
  padding:14px 0 32px;
  background:#fff;
}
.home-slider{
  position:relative;
  width:100%;
  max-width:1410px;
  margin:0 auto;
  overflow:hidden;
  background:#edf4f0;
  touch-action:pan-y;
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
}
.home-slider-track{
  position:relative;
  display:flex;
  width:100%;
  aspect-ratio:2.8 / 1;
  transition:transform .52s cubic-bezier(.22,.75,.25,1);
  will-change:transform;
}
.home-slider-slide{
  position:relative;
  flex:0 0 100%;
  display:block;
  min-width:0;
}
.home-slider.is-dragging .home-slider-track{transition:none;cursor:grabbing}
.home-slider.is-dragging .home-slider-slide{user-select:none}
.home-slider-slide picture{display:block;width:100%;height:100%}
.home-slider-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  -webkit-user-drag:none;
}
.home-slider-arrow{
  position:absolute;
  z-index:2;
  top:50%;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  color:#173222;
  background:rgba(255,255,255,.84);
  box-shadow:0 8px 22px rgba(20,50,32,.15);
  cursor:pointer;
  transform:translateY(-50%);
}
.home-slider-arrow:hover{color:#fff;background:var(--green)}
.home-slider-arrow svg{width:22px;height:22px}
.home-slider-arrow.is-prev{left:22px}
.home-slider-arrow.is-next{right:22px}
.home-slider-dots{
  position:absolute;
  z-index:2;
  bottom:18px;
  left:50%;
  display:flex;
  gap:7px;
  transform:translateX(-50%);
}
.home-slider-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  box-shadow:0 1px 5px rgba(20,50,32,.28);
  cursor:pointer;
}
.home-slider-dots button.is-active{width:24px;background:var(--green)}

@media(max-width:640px){
  .home-hero{padding-bottom:0}
  .home-slider{max-width:none}
  .home-slider-track{aspect-ratio:auto}
  .home-slider-slide picture{height:auto}
  .home-slider-slide img{width:100%;height:auto;object-fit:contain}
  .home-slider-arrow{display:none}
  .home-slider-dots{bottom:9px}
  .home-slider-dots button{width:7px;height:7px}
  .home-slider-dots button.is-active{width:20px}
  .home-hero .hero-shortcuts,
  .home-hero .stats{display:none}
}

@media(prefers-reduced-motion:reduce){
  .home-slider-track{transition:none}
}
/* Forum 4 public ticket map */
.home-forum4{--forum-red:#b91c1c;--forum-red-dark:#7f1d1d;--forum-gold:#fbbf24;--forum-ink:#172033;position:relative;padding:42px 0 76px;background:linear-gradient(180deg,#fff 0%,#fff8f7 46%,#fff 100%)}
.home-forum4 .wrap{position:relative;z-index:1}
.home-forum4-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);align-items:center;min-height:390px;overflow:hidden;border-radius:32px;background:radial-gradient(circle at 86% 12%,rgba(251,191,36,.3),transparent 25%),linear-gradient(132deg,#7f1d1d 0%,#b91c1c 48%,#dc2626 100%);box-shadow:0 28px 70px rgba(127,29,29,.2)}
.home-forum4-hero:before,.home-forum4-hero:after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.home-forum4-hero:before{width:460px;height:460px;left:-220px;bottom:-300px}
.home-forum4-hero:after{width:260px;height:260px;right:-60px;top:-120px;border-width:42px}
.home-forum4-copy{padding:54px 0 54px 56px;color:#fff}
.home-forum4-kicker{display:inline-flex;align-items:center;min-height:32px;padding:7px 13px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.home-forum4-copy h2{max-width:680px;margin:16px 0 12px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.035em}
.home-forum4-copy h2 span{color:#fde68a}
.home-forum4-copy>p{max-width:650px;margin:0;color:rgba(255,255,255,.88);font-size:15px;line-height:1.75}
.home-forum4-meta{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.home-forum4-meta span{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(69,10,10,.18);color:#fff;font-size:12px}
.home-forum4-meta svg{width:18px;height:18px;flex:0 0 18px;color:#fde68a}
.home-forum4-meta b{font-weight:700}
.home-forum4-primary,.home-forum4-dialog-primary,.home-forum4-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:13px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.home-forum4-primary{gap:10px;padding:12px 18px;color:#7f1d1d;background:#fff;box-shadow:0 12px 28px rgba(69,10,10,.26)}
.home-forum4-primary svg{width:19px;height:19px}
.home-forum4-primary:hover{color:#7f1d1d;background:#fff7ed;box-shadow:0 16px 34px rgba(69,10,10,.33);transform:translateY(-2px)}
.home-forum4-art{position:relative;align-self:end;display:flex;align-items:flex-end;justify-content:center;height:100%;min-height:340px;padding:28px 34px 0 0}
.home-forum4-art img{position:relative;z-index:1;width:min(100%,410px);height:auto;max-height:360px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 28px rgba(69,10,10,.32))}
.home-forum4-art-glow{position:absolute;width:310px;height:310px;right:40px;bottom:26px;border-radius:50%;background:rgba(255,255,255,.12);box-shadow:0 0 0 28px rgba(255,255,255,.045)}
.home-forum4-hall{position:relative;margin-top:24px;padding:30px;border:1px solid #f3d6d2;border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(51,31,31,.1)}
.home-forum4-hall-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.home-forum4-live{display:inline-flex;align-items:center;gap:8px;color:#991b1b;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.home-forum4-live i{width:9px;height:9px;border:2px solid #fecaca;border-radius:50%;background:#dc2626;box-shadow:0 0 0 4px #fee2e2}
.home-forum4-hall h3{margin:8px 0 4px;color:var(--forum-ink);font-size:27px;letter-spacing:-.02em}
.home-forum4-hall-head p{margin:0;color:#64748b;font-size:13px;line-height:1.6}
.home-forum4-counts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.home-forum4-counts span{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 12px;border:1px solid #e2e8f0;border-radius:12px;color:#475569;background:#f8fafc;font-size:12px;font-weight:600;white-space:nowrap}
.home-forum4-counts b{color:#172033;font-size:15px;font-variant-numeric:tabular-nums}
.home-forum4-counts i{width:11px;height:11px;border-radius:50%}
.home-forum4-counts .is-free{background:#22c55e;box-shadow:0 0 0 3px #dcfce7}
.home-forum4-counts .is-sold{background:#64748b;box-shadow:0 0 0 3px #e2e8f0}
.home-forum4-legend{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:14px}
.home-forum4-legend-item{display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:12px;color:#334155;background:#fff;font-family:inherit;text-align:left;box-shadow:0 4px 12px rgba(15,23,42,.04)}
button.home-forum4-legend-item{cursor:pointer;transition:opacity .2s ease,border-color .2s ease,box-shadow .2s ease}
button.home-forum4-legend-item:hover{border-color:#fca5a5;box-shadow:0 7px 18px rgba(127,29,29,.09)}
.home-forum4-legend-item:not(.is-active){opacity:.44;background:#f8fafc}
.home-forum4-legend-item>i{width:20px;height:20px;flex:0 0 20px;border:3px solid #fff;border-radius:50%;background:var(--seat-color);box-shadow:0 0 0 1px rgba(15,23,42,.18)}
.home-forum4-legend-item>i.is-sold{background:#4b5563}
.home-forum4-legend-item span{display:grid;gap:1px}
.home-forum4-legend-item b{font-size:12px;line-height:1.2}
.home-forum4-legend-item small{color:#64748b;font-size:10px;line-height:1.2}
.home-forum4-legend-item.is-static{background:#f8fafc}
.home-forum4-map{overflow:hidden;border:1px solid #25254a;border-radius:20px;background:#12112b;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.home-forum4-map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding:8px 12px 8px 16px;border-bottom:1px solid rgba(255,255,255,.1);color:#cbd5e1;background:#1c1b3a}
.home-forum4-map-toolbar>span{font-size:11px;font-weight:600}
.home-forum4-map-toolbar>div{display:flex;gap:6px}
.home-forum4-map-toolbar button{display:grid;place-items:center;min-width:44px;height:44px;padding:0 9px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;background:rgba(255,255,255,.08);font-family:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}
.home-forum4-map-toolbar button:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.15)}
.home-forum4-map-toolbar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
.home-forum4-map-viewport{position:relative;min-height:350px;overflow:auto;cursor:grab;overscroll-behavior:contain;background:#12112b;scrollbar-color:#5b5b84 #171631;scrollbar-width:thin}
.home-forum4-map-viewport.is-dragging{cursor:grabbing;user-select:none}
.home-forum4-map-stage{width:900px;line-height:0;transition:width .2s ease}
.home-forum4-map-stage svg{display:block;width:100%;height:auto;background:#f1f1f1}
.home-forum4-map-stage svg g[id^="seat-"]{transition:opacity .18s ease,filter .18s ease;transform-box:fill-box;transform-origin:center;outline:none}
.home-forum4-map-stage svg g.is-unconfigured{display:none}
.home-forum4-map-stage svg g.is-available{cursor:pointer}
.home-forum4-map-stage svg g.is-available:hover{filter:brightness(1.12) drop-shadow(0 0 3px rgba(255,255,255,.9))}
.home-forum4-map-stage svg g.is-available:focus-visible path{stroke:#111827!important;stroke-width:3px!important;filter:drop-shadow(0 0 4px #fbbf24)}
.home-forum4-map-stage svg g.is-sold{cursor:not-allowed;opacity:.38}
.home-forum4-map-stage svg g.is-sold path{fill:#4b5563!important}
.home-forum4-map-stage svg g.is-filtered{pointer-events:none;opacity:.06}
.home-forum4-map-loading{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:350px;color:#fff;background:#12112b}
.home-forum4-map-loading[hidden]{display:none}
.home-forum4-map-loading>span{width:34px;height:34px;border:3px solid rgba(255,255,255,.16);border-top-color:#fbbf24;border-radius:50%;animation:homeForum4Spin .8s linear infinite}
.home-forum4-map-loading b{font-size:13px}
.home-forum4-map-loading.is-error>span{width:auto;height:auto;border:0;color:#cbd5e1;font-size:11px;animation:none}
.home-forum4-unavailable{display:flex;align-items:center;justify-content:center;gap:14px;min-height:180px;padding:24px;border:1px dashed #f1b9b4;border-radius:18px;color:#991b1b;background:#fff7f7;text-align:left}
.home-forum4-unavailable svg{width:34px;height:34px;flex:0 0 34px}
.home-forum4-unavailable div{display:grid;gap:3px}
.home-forum4-unavailable b{font-size:14px}
.home-forum4-unavailable span{color:#64748b;font-size:12px}
.home-forum4-tooltip{position:fixed;z-index:10010;display:grid;gap:4px;min-width:190px;padding:11px 13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;color:#fff;background:rgba(23,22,49,.95);box-shadow:0 14px 35px rgba(0,0,0,.3);pointer-events:none;backdrop-filter:blur(10px)}
.home-forum4-tooltip[hidden]{display:none}
.home-forum4-tooltip b{font-size:11px}
.home-forum4-tooltip span{color:#fde68a;font-size:12px;font-weight:800}
.home-forum4-tooltip.is-sold span{color:#fecaca}
body.home-forum4-modal-open{overflow:hidden}
.home-forum4-modal{position:fixed;inset:0;z-index:100050;display:grid;place-items:center;padding:20px}
.home-forum4-modal[hidden]{display:none}
.home-forum4-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.66);cursor:pointer;backdrop-filter:blur(5px)}
.home-forum4-dialog{position:relative;z-index:1;width:min(100%,460px);max-height:calc(100dvh - 40px);overflow:auto;padding:30px;border:1px solid #fff;border-radius:24px;background:#fff;box-shadow:0 32px 90px rgba(15,23,42,.35);text-align:center;animation:homeForum4DialogIn .24s ease-out}
.home-forum4-dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #e2e8f0;border-radius:50%;color:#475569;background:#f8fafc;cursor:pointer}
.home-forum4-dialog-close svg{width:20px;height:20px}
.home-forum4-seat-mark{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 14px;border:5px solid #fff;border-radius:20px;color:#fff;background:var(--selected-seat-color,#b91c1c);box-shadow:0 0 0 1px rgba(15,23,42,.12),0 12px 24px color-mix(in srgb,var(--selected-seat-color,#b91c1c) 32%,transparent)}
.home-forum4-seat-mark span{font-size:21px;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.3)}
.home-forum4-dialog-kicker{color:#b91c1c;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.home-forum4-dialog h3{margin:5px 0 18px;color:#172033;font-size:24px}
.home-forum4-seat-details{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.home-forum4-seat-details>div{display:grid;gap:4px;padding:12px 8px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}
.home-forum4-seat-details span{color:#64748b;font-size:10px;font-weight:600}
.home-forum4-seat-details b{color:#172033;font-size:15px;font-variant-numeric:tabular-nums}
.home-forum4-seat-details .is-price{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-color:#fecaca;background:#fff7f7;text-align:left}
.home-forum4-seat-details .is-price b{color:#b91c1c;font-size:22px}
.home-forum4-dialog-note{margin:14px 0 0;padding:12px 14px;border-radius:12px;color:#7f1d1d;background:#fef2f2;font-size:12px;font-weight:600;line-height:1.6}
.home-forum4-modal.is-sold .home-forum4-dialog-note{color:#475569;background:#f1f5f9}
.home-forum4-dialog-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;margin-top:18px}
.home-forum4-secondary{border:1px solid #dbe2ea;color:#334155;background:#fff;cursor:pointer}
.home-forum4-dialog-primary{padding:12px 18px;color:#fff;background:#b91c1c;box-shadow:0 10px 22px rgba(185,28,28,.24)}
.home-forum4-dialog-primary:hover{color:#fff;background:#991b1b;box-shadow:0 14px 28px rgba(153,27,27,.3);transform:translateY(-1px)}
.home-forum4-dialog-primary[hidden]{display:none}
.home-forum4 :is(a,button):focus-visible{outline:3px solid #fbbf24;outline-offset:3px}
@keyframes homeForum4Spin{to{transform:rotate(360deg)}}
@keyframes homeForum4DialogIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:900px){.home-forum4-hero{grid-template-columns:minmax(0,1fr) 280px}.home-forum4-copy{padding:44px 0 44px 38px}.home-forum4-art{padding-right:18px}.home-forum4-art img{max-height:310px}.home-forum4-hall{padding:24px}.home-forum4-hall-head{align-items:flex-start;flex-direction:column}.home-forum4-counts{justify-content:flex-start}}
@media(max-width:700px){.home-forum4{padding:28px 0 54px}.home-forum4-hero{display:flex;flex-direction:column;align-items:stretch;min-height:0;border-radius:24px}.home-forum4-copy{padding:30px 22px 10px}.home-forum4-kicker{font-size:10px}.home-forum4-copy h2{margin-top:13px;font-size:30px}.home-forum4-copy>p{font-size:13px}.home-forum4-meta{display:grid;grid-template-columns:1fr 1fr;margin:19px 0}.home-forum4-meta span:last-child{grid-column:1/-1}.home-forum4-primary{width:100%}.home-forum4-art{min-height:225px;padding:8px 18px 0}.home-forum4-art img{width:245px;max-height:235px}.home-forum4-art-glow{width:210px;height:210px;right:calc(50% - 105px);bottom:8px}.home-forum4-hall{margin-top:16px;padding:18px 14px;border-radius:22px}.home-forum4-hall h3{font-size:23px}.home-forum4-counts{width:100%;display:grid;grid-template-columns:1fr 1fr}.home-forum4-counts span{justify-content:center;padding-inline:8px}.home-forum4-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-forum4-legend-item{width:100%;padding-inline:9px}.home-forum4-map{border-radius:16px}.home-forum4-map-toolbar{align-items:flex-start;flex-direction:column;padding:10px}.home-forum4-map-toolbar>div{align-self:flex-end}.home-forum4-map-viewport{min-height:340px}.home-forum4-dialog{padding:27px 18px 20px;border-radius:22px}.home-forum4-seat-details{gap:6px}.home-forum4-dialog-actions{grid-template-columns:1fr}.home-forum4-dialog-actions .home-forum4-secondary{order:2}}
@media(max-width:390px){.home-forum4-copy{padding-inline:18px}.home-forum4-copy h2{font-size:27px}.home-forum4-meta{grid-template-columns:1fr}.home-forum4-meta span:last-child{grid-column:auto}.home-forum4-counts{grid-template-columns:1fr}.home-forum4-legend{grid-template-columns:1fr}.home-forum4-seat-details b{font-size:13px}}
@media(prefers-reduced-motion:reduce){.home-forum4 *{scroll-behavior:auto!important}.home-forum4-primary,.home-forum4-dialog-primary,.home-forum4-secondary,.home-forum4-map-stage,.home-forum4-map-stage svg g[id^="seat-"]{transition:none}.home-forum4-map-loading>span{animation:none}.home-forum4-dialog{animation:none}.home-forum4-primary:hover,.home-forum4-dialog-primary:hover{transform:none}}
