body:has(.test-briefing) .topbar,
body:has(.test-briefing) footer,
body:has(.exam-shell) .topbar,
body:has(.exam-shell) footer{display:none}

.test-briefing{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(520px,1.08fr) minmax(480px,.92fr);
  background:#eef5fa;
  font-family:"Plus Jakarta Sans","Inter",sans-serif;
}
.briefing-visual{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  color:#fff;
  background:#062d55;
}
.briefing-bg{
  position:absolute;
  inset:0;
  background-image:linear-gradient(105deg,rgba(2,22,45,.98),rgba(5,54,96,.82) 52%,rgba(9,124,193,.42)),url("hero-atekmar-pentaru.png");
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.briefing-pattern{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 12%,rgba(255,194,71,.24),transparent 25%),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:auto,72px 72px,72px 72px;
}
.briefing-content{
  position:relative;
  z-index:1;
  min-height:100vh;
  padding:38px 7.2%;
  display:flex;
  flex-direction:column;
}
.test-brand,
.exam-brand{
  display:flex;
  align-items:center;
  gap:13px;
  color:inherit;
  text-decoration:none;
}
.test-brand img,
.exam-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
}
.test-brand span,
.exam-brand span{display:flex;flex-direction:column}
.test-brand b{font-size:24px;font-weight:950;letter-spacing:-.7px}
.test-brand small{font-size:11px;color:#c4d8e8;font-weight:800}
.briefing-copy{
  margin:auto 0;
  max-width:660px;
}
.briefing-copy>span,
.briefing-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ffc247;
  font-size:12px;
  font-weight:950;
  letter-spacing:1.8px;
}
.briefing-copy>span:before,
.briefing-kicker:before{
  content:"";
  width:34px;
  height:2px;
  border-radius:99px;
  background:#ffc247;
}
.briefing-copy h1{
  margin:20px 0 18px;
  max-width:650px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-2.7px;
  font-weight:950;
}
.briefing-copy p{
  max-width:540px;
  color:#d8e8f2;
  font-size:16px;
  line-height:1.8;
  font-weight:650;
}
.candidate-card{
  width:min(100%,430px);
  margin-top:32px;
  padding:16px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:rgba(255,255,255,.09);
  box-shadow:0 22px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(12px);
}
.candidate-card>b,
.exam-user>b{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#ffc247,#ffb12f);
  color:#062d55;
  font-weight:950;
}
.candidate-card span,
.exam-user span{display:flex;flex-direction:column;min-width:0}
.candidate-card small{font-size:10px;color:#9ad9ff;font-weight:950;letter-spacing:1px}
.candidate-card strong{margin:4px 0;color:#fff;font-size:15px;font-weight:950}
.candidate-card em{color:#bdd2df;font-size:12px;font-style:normal;font-weight:750}
.briefing-footer{
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:#9fb8c9;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.briefing-panel{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:48px;
  background:
    radial-gradient(circle at 100% 0,rgba(11,124,193,.16),transparent 32%),
    linear-gradient(145deg,#fff,#eef6fb);
}
.briefing-card{
  width:min(520px,100%);
  padding:34px;
  border:1px solid #d6e6f0;
  border-radius:30px;
  background:rgba(255,255,255,.96);
  box-shadow:0 30px 85px rgba(6,45,85,.14);
}
.test-back{
  display:inline-flex;
  margin-bottom:24px;
  color:#6c8394;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
.briefing-card h2{
  margin:10px 0;
  color:#062d55;
  font-size:32px;
  line-height:1.18;
  letter-spacing:-1.1px;
  font-weight:950;
}
.briefing-card>p{
  margin:0 0 22px;
  color:#63798a;
  font-size:14px;
  line-height:1.7;
  font-weight:650;
}
.test-information{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.test-information>div{
  padding:14px 12px;
  border:1px solid #dceaf2;
  border-radius:18px;
  background:#f7fbfe;
  display:flex;
  align-items:center;
  gap:10px;
}
.test-information i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e7f5fd;
  color:#0871b5;
  font-style:normal;
  font-size:17px;
}
.test-information span{display:flex;flex-direction:column}
.test-information small{color:#7e91a0;font-size:10px;font-weight:950;letter-spacing:.8px}
.test-information b{color:#062d55;font-size:13px;font-weight:950}
.exam-rules{
  margin:24px 0;
  padding:20px;
  border:1px solid #e0edf4;
  border-radius:22px;
  background:linear-gradient(180deg,#f8fcfe,#f2f8fc);
}
.exam-rules h3{
  margin:0 0 14px;
  color:#062d55;
  font-size:17px;
}
.exam-rules>div{
  display:grid;
  grid-template-columns:36px 1fr;
  gap:11px;
  align-items:start;
  margin:11px 0;
}
.exam-rules>div b{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#062d55;
  color:#ffc247;
  font-size:11px;
}
.exam-rules>div span{color:#526b7d;font-size:13px;line-height:1.55;font-weight:700}
.readiness{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}
.readiness span{color:#177c55;font-size:13px;font-weight:950}
.readiness span i{
  display:inline-block;
  width:9px;
  height:9px;
  margin-right:8px;
  border-radius:50%;
  background:#2fbd7b;
  box-shadow:0 0 0 5px rgba(47,189,123,.13);
}
.readiness small{color:#8494a0;font-size:12px;font-weight:750}
.start-exam{
  min-height:58px;
  justify-content:space-between;
  padding:0 22px!important;
  border-radius:18px!important;
}
.test-warning{
  margin:14px 0 0!important;
  color:#8295a4!important;
  text-align:center!important;
  font-size:12px!important;
}

.exam-shell{
  min-height:100vh;
  background:
    radial-gradient(circle at 100% 0,rgba(11,124,193,.18),transparent 30%),
    linear-gradient(180deg,#f4f9fc,#eaf3f8);
  font-family:"Plus Jakarta Sans","Inter",sans-serif;
}
.exam-toolbar{
  position:sticky;
  top:0;
  z-index:20;
  height:84px;
  padding:0 34px;
  display:grid;
  grid-template-columns:260px 1fr 210px;
  align-items:center;
  border-bottom:1px solid #d9e8f1;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
}
.exam-brand{color:#062d55}
.exam-brand img{width:48px;height:48px}
.exam-brand b{font-size:16px;font-weight:950}
.exam-brand small{font-size:11px;color:#6b8190;font-weight:850}
.exam-title{text-align:center;display:flex;flex-direction:column;gap:4px}
.exam-title span{color:#0b7cc1;font-size:11px;font-weight:950;letter-spacing:1.5px}
.exam-title b{color:#062d55;font-size:15px;font-weight:950}
.exam-clock{text-align:right}
.exam-clock>small{display:block;margin-bottom:5px;color:#7a8f9e;font-size:10px;font-weight:950;letter-spacing:1.2px}
.exam-clock .timer{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:108px;
  min-height:42px;
  border-radius:15px;
  background:linear-gradient(135deg,#062d55,#0b7cc1);
  color:#fff;
  font-size:18px;
  font-weight:950;
  box-shadow:0 14px 34px rgba(11,124,193,.24);
}
.exam-layout{
  display:grid;
  grid-template-columns:286px minmax(0,1fr);
}
.exam-sidebar{
  position:sticky;
  top:84px;
  height:calc(100vh - 84px);
  padding:26px 22px;
  background:linear-gradient(180deg,#062d55,#082443);
  color:#fff;
  overflow:auto;
}
.exam-user{
  display:flex;
  gap:12px;
  align-items:center;
  padding-bottom:22px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.exam-user strong{color:#fff;font-size:14px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.exam-user small{color:#b9cfdf;font-size:11px;font-weight:800}
.answer-progress{margin:24px 0}
.answer-progress>div{display:flex;justify-content:space-between;gap:12px;color:#dceaf4;font-size:12px;font-weight:900}
.answer-progress i{
  display:block;
  height:8px;
  margin-top:12px;
  border-radius:99px;
  overflow:hidden;
  background:rgba(255,255,255,.14);
}
.answer-progress em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffc247,#1bb7ff)}
.question-nav>span{
  display:block;
  color:#ffc247;
  font-size:11px;
  font-weight:950;
  letter-spacing:1.4px;
}
.question-nav>div{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:14px;
}
.question-nav a{
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  color:#d2e3ee;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
}
.question-nav a.answered{background:#ffc247;color:#062d55;border-color:#ffc247}
.exam-side-note{
  margin-top:24px;
  padding:16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.06);
}
.exam-side-note b{font-size:13px}
.exam-side-note p{margin:6px 0 0;color:#bdd2df;font-size:12px;line-height:1.55}
.exam-content{padding:34px}
.exam-content form{width:min(900px,100%);margin:auto}
.exam-instruction{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:20px;
  padding:16px 18px;
  border:1px solid #dceaf3;
  border-radius:20px;
  background:#fff;
  color:#062d55;
  box-shadow:0 18px 45px rgba(6,45,85,.055);
}
.exam-instruction span{
  padding:8px 11px;
  border-radius:999px;
  background:#eaf6fd;
  color:#0b7cc1;
  font-size:11px;
  font-weight:950;
  letter-spacing:1px;
}
.exam-instruction b{font-size:13px}
.premium-question{
  display:block;
  padding:0;
  margin-bottom:20px;
  border:1px solid #d9e8f1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 22px 60px rgba(6,45,85,.07);
  overflow:hidden;
}
.question-header{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:18px 22px;
  border-bottom:1px solid #e5eef4;
  background:#fbfdff;
}
.question-header span{color:#0b7cc1;font-size:12px;font-weight:950;letter-spacing:1.3px}
.question-header small{color:#8394a2;font-size:12px;font-weight:850}
.premium-question>h3{
  margin:0;
  padding:24px 26px 14px;
  color:#062d55;
  font-size:20px;
  line-height:1.55;
  font-weight:900;
}
.premium-options{padding:0 26px 26px}
.premium-options .option{display:block;margin:11px 0;cursor:pointer}
.premium-options .option input{display:none}
.premium-options .option span{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:58px;
  padding:13px 16px;
  border:1px solid #dfeaf1;
  border-radius:18px;
  background:#fbfdff;
  color:#263f53;
  font-weight:750;
  transition:.2s ease;
}
.premium-options .option span>b{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eaf6fd;
  color:#0b7cc1;
  font-weight:950;
}
.premium-options .option span>em{
  font-style:normal;
  line-height:1.45;
}
.premium-options .option span>i{
  margin-left:auto;
  display:none;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:#ffc247;
  color:#062d55;
  font-style:normal;
  font-weight:950;
}
.premium-options .option:hover span{border-color:#9fd3f1;box-shadow:0 12px 28px rgba(11,124,193,.08)}
.premium-options .option input:checked+span{
  border-color:#0b7cc1;
  background:#eef8fe;
}
.premium-options .option input:checked+span b{background:#0b7cc1;color:#fff}
.premium-options .option input:checked+span i{display:grid}
.exam-submit-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:24px;
  padding:24px;
  border-radius:26px;
  background:linear-gradient(135deg,#062d55,#0b5e97);
  color:#fff;
  box-shadow:0 24px 70px rgba(6,45,85,.18);
}
.exam-submit-box b{font-size:20px}
.exam-submit-box p{margin:5px 0 0;color:#c4d9e8;font-size:13px}
.exam-submit-box .btn{border-radius:16px;min-height:50px}

@media(max-width:980px){
  .test-briefing{grid-template-columns:1fr}
  .briefing-visual,
  .briefing-content{min-height:520px}
  .briefing-copy{margin:56px 0}
  .exam-layout{grid-template-columns:1fr}
  .exam-sidebar{position:relative;top:auto;height:auto}
}
@media(max-width:700px){
  .briefing-panel{padding:24px 16px}
  .briefing-card{padding:25px 19px;border-radius:24px}
  .briefing-copy h1{font-size:38px;letter-spacing:-1.5px}
  .test-information{grid-template-columns:1fr}
  .exam-toolbar{grid-template-columns:1fr auto;height:auto;min-height:78px;padding:14px 18px}
  .exam-title{display:none}
  .exam-content{padding:18px}
  .exam-submit-box{flex-direction:column;align-items:flex-start}
}
