/* Mahak Academy branded public UI */
.pcr-wrap{
  --pcr-navy:#043b7a;
  --pcr-navy-dark:#032f63;
  --pcr-yellow:#f6c900;
  --pcr-cream:#fff1b9;
  --pcr-cream-soft:#fff9e7;
  --pcr-orange:#f26a32;
  --pcr-text:#2d3748;
  --pcr-muted:#6b7280;
  --pcr-line:#e3e6eb;
  --pcr-surface:#ffffff;
  font-family:inherit,Tahoma,Arial,sans-serif;
  font-size:16px;
  max-width:980px;
  margin:32px auto;
  color:var(--pcr-text);
  line-height:1.95;
}
.pcr-card{background:var(--pcr-surface);border:1px solid var(--pcr-line);border-radius:16px;padding:24px;margin-bottom:18px;box-shadow:0 10px 30px rgba(28,39,60,.055)}
.pcr-card h2,.pcr-card h3{color:#27364b;letter-spacing:-.01em}
.pcr-intro-card{position:relative;overflow:hidden;padding:26px 28px 24px;border-top:4px solid var(--pcr-yellow);background:linear-gradient(135deg,#fff 0%,#fff 68%,var(--pcr-cream-soft) 100%)}
.pcr-intro-card:after{content:"";position:absolute;left:-56px;top:-66px;width:180px;height:180px;border-radius:50%;background:rgba(246,201,0,.10);pointer-events:none}
.pcr-intro-copy{position:relative;z-index:1}
.pcr-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--pcr-navy);font-size:13px;font-weight:800;margin-bottom:8px}
.pcr-kicker:before{content:"";width:9px;height:9px;border-radius:3px;background:var(--pcr-yellow);transform:rotate(45deg);flex:0 0 auto}
.pcr-intro-card h2{margin:0 0 6px;font-size:30px;line-height:1.7;font-weight:900}
.pcr-intro-card p{margin:0;color:var(--pcr-muted);font-size:15px}
.pcr-exam-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px;position:relative;z-index:1}
.pcr-exam-meta span{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--pcr-cream-soft);border:1px solid #f5e2a0;border-radius:12px;padding:9px 12px;color:var(--pcr-text)}
.pcr-exam-meta small{font-size:13px;color:var(--pcr-muted);font-weight:700}
.pcr-exam-meta strong{font-size:16px;color:var(--pcr-navy);white-space:nowrap}
.pcr-form{padding:0;overflow:hidden;border-color:#e0e3e8;box-shadow:0 12px 36px rgba(0,42,91,.07)}
.pcr-form-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px 20px;border-bottom:1px solid #eceef2;background:linear-gradient(90deg,#fff 0%,#fff 62%,#fffaf0 100%)}
.pcr-form-head-main{display:flex;align-items:center;gap:16px;flex:1 1 auto}
.pcr-form-step{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:9px 14px;border-radius:999px;background:#fff7da;border:1px solid #f0d97c;color:var(--pcr-navy);font-size:13px;font-weight:800}
.pcr-form-heading h3{margin:0 0 5px;font-size:26px;font-weight:900}
.pcr-form-heading p{margin:0;color:var(--pcr-muted);font-size:14px}
.pcr-form-mark{width:72px;height:72px;min-width:72px;border-radius:20px;background:linear-gradient(180deg,#fff6cf 0%,#ffeeb0 100%);display:flex;align-items:center;justify-content:center;border:1px solid #efcf5d;box-shadow:0 8px 18px rgba(246,201,0,.16)}
.pcr-form-mark svg{width:44px;height:44px;fill:none;stroke:var(--pcr-navy);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.pcr-form-mark svg .pcr-form-mark-accent{stroke:var(--pcr-orange);stroke-width:3.2}
.pcr-form .pcr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;padding:26px 28px 10px}
.pcr-form label.pcr-field{display:flex;flex-direction:column;gap:8px;font-weight:700;margin:0}
.pcr-label{display:flex;align-items:center;gap:5px;color:#354154;font-size:15px}
.pcr-label b{color:var(--pcr-orange);font-size:15px;line-height:1}
.pcr-form input[type=text],.pcr-form input[type=tel],.pcr-form input[type=url],.pcr-form input[type=number]{width:100%;height:54px;box-sizing:border-box;border:1px solid #d9dde4;border-radius:12px;padding:12px 15px;font:inherit;font-size:15px;font-weight:500;color:#263244;background:#fbfcfd;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.pcr-form input::placeholder{color:#9ca4af;opacity:1;font-size:14px}
.pcr-form input:hover{border-color:#bbc3ce;background:#fff}
.pcr-form input:focus{outline:0;border-color:var(--pcr-navy);background:#fff;box-shadow:0 0 0 3px rgba(246,201,0,.23)}
.pcr-form input:invalid:not(:placeholder-shown):not(:focus){border-color:#e1a28d}
.pcr-ltr-input{direction:ltr;text-align:left}
.pcr-eligibility-grid{padding-bottom:18px!important}
.pcr-eligibility-note{margin:0 28px 2px;padding:12px 14px;border-radius:11px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:13px;line-height:1.9}
.pcr-consent-box{margin:16px 28px 0;padding:14px 16px;background:var(--pcr-cream-soft);border:1px solid #f2e3a7;border-radius:12px}
.pcr-consent{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;font-weight:600!important;margin:0!important;color:#4b5563;font-size:14px;cursor:pointer}
.pcr-consent input{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;margin:4px 0 0;border:1.5px solid #9aa3ae;border-radius:5px;background:#fff;display:grid;place-content:center;cursor:pointer}
.pcr-consent input:before{content:"";width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) scale(0);transition:transform .12s ease;margin-top:-2px}
.pcr-consent input:checked{background:var(--pcr-navy);border-color:var(--pcr-navy)}
.pcr-consent input:checked:before{transform:rotate(-45deg) scale(1)}
.pcr-consent input:focus-visible{outline:3px solid rgba(246,201,0,.35);outline-offset:2px}
.pcr-form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 28px 26px}
.pcr-form-note{margin:0;color:#7b8490;font-size:13px;max-width:560px}
.pcr-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none!important;border:0;border-radius:12px;padding:12px 20px;min-height:52px;font:inherit;font-size:16px;font-weight:800;cursor:pointer;margin:4px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.pcr-btn-primary{background:var(--pcr-navy);color:#fff!important;box-shadow:0 5px 14px rgba(4,59,122,.18)}
.pcr-btn-primary:hover{background:var(--pcr-navy-dark);transform:translateY(-1px);box-shadow:0 7px 18px rgba(4,59,122,.24)}
.pcr-btn-primary:focus-visible{outline:3px solid rgba(246,201,0,.5);outline-offset:2px}
.pcr-btn-secondary{background:#eef1f5;color:#263244!important}
.pcr-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:var(--pcr-yellow);color:var(--pcr-navy-dark);flex:0 0 auto}
.pcr-btn-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.pcr-btn:disabled{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}
.pcr-notice{padding:14px 16px;border-radius:10px;margin:14px 0;font-size:14px}
.pcr-notice-error{background:#fff3ef;color:#8a2d14;border:1px solid #f1b29d}
.pcr-notice-success{background:#edf8f1;color:#166534;border:1px solid #a7d7b5}
.pcr-exam-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:12px;z-index:10;border-top:4px solid var(--pcr-yellow)}
.pcr-timer{font-weight:800;color:#b42318}
.pcr-question-number{font-size:14px;color:var(--pcr-navy);font-weight:800}
.pcr-question h3{font-size:21px;line-height:2}
.pcr-options{display:grid;gap:10px}
.pcr-option{display:flex;align-items:flex-start;gap:12px;border:1px solid #e2e5e9;border-radius:12px;padding:14px 16px;cursor:pointer;transition:border-color .15s ease,background .15s ease;font-size:15px}
.pcr-option:hover{background:var(--pcr-cream-soft);border-color:#edd474}
.pcr-option input{margin-top:7px;accent-color:var(--pcr-navy)}
.pcr-submit-card{text-align:center;border-top:4px solid var(--pcr-yellow)}
.pcr-result-card{text-align:center;border-top:4px solid var(--pcr-yellow)}
.pcr-result-message{max-width:760px;margin:12px auto 4px;padding:12px 16px;border-radius:11px;font-size:14px;line-height:1.9;font-weight:650}
.pcr-result-message-pass{background:#edf8f1;border:1px solid #a7d7b5;color:#166534}
.pcr-result-message-info{background:var(--pcr-cream-soft);border:1px solid #f2e3a7;color:#5b4a12}
.pcr-result-last-date{margin:4px 0 16px;color:#6b7280;font-size:13px}
.pcr-result-badge{width:82px;height:82px;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:50px;font-weight:900}
.pcr-pass .pcr-result-badge{background:#dcfce7;color:#166534}.pcr-fail .pcr-result-badge{background:#fee2e2;color:#991b1b}.pcr-score{font-size:56px;font-weight:900;margin:8px;color:var(--pcr-navy)}
.pcr-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.pcr-result-grid div{background:#f8f9fb;border-radius:12px;padding:16px}.pcr-result-grid span{display:block;color:#6b7280;font-size:14px}.pcr-result-grid strong{font-size:24px}.pcr-certificate-actions{border-top:1px solid #e5e7eb;padding-top:18px}.pcr-certificate-actions-simple{border-top:0;padding-top:8px}.pcr-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:12px 0}.pcr-review-item ul{margin:10px 0 0}.pcr-review-item li{padding:4px}.pcr-review-item .pcr-correct{color:#166534;font-weight:700}.pcr-review-item .pcr-wrong{color:#991b1b;text-decoration:line-through}.pcr-verified-card{text-align:center}.pcr-verified-icon{width:86px;height:86px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#dcfce7;color:#166534;font-size:52px;font-weight:900}.pcr-success-text{color:#166534}.pcr-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));text-align:right;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.pcr-details div{display:flex;justify-content:space-between;gap:16px;padding:11px 14px;border-bottom:1px solid #e5e7eb}.pcr-details div:nth-child(odd){border-left:1px solid #e5e7eb}.pcr-details dt{color:#6b7280}.pcr-details dd{margin:0;font-weight:700}.pcr-verify-form{max-width:560px;margin:auto}.pcr-verify-form label{margin-bottom:14px}
@media(max-width:900px){.pcr-exam-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
  .pcr-wrap{margin:18px auto;padding:0 10px}
  .pcr-form .pcr-grid,.pcr-details,.pcr-result-grid{grid-template-columns:1fr}
  .pcr-details div:nth-child(odd){border-left:0}
  .pcr-exam-toolbar{position:static;flex-direction:column;align-items:flex-start}
  .pcr-card{padding:17px;border-radius:13px}
  .pcr-wrap{font-size:15px}
  .pcr-intro-card{padding:20px 18px}
  .pcr-intro-card h2{font-size:24px}
  .pcr-exam-meta{grid-template-columns:1fr 1fr;gap:8px}
  .pcr-exam-meta span{flex-direction:column;align-items:flex-start;gap:0;padding:8px 10px}
  .pcr-form{padding:0}
  .pcr-form-head{padding:20px 18px 17px;align-items:flex-start;flex-direction:column}
  .pcr-form-head-main{width:100%;align-items:flex-start}
  .pcr-form-step{margin-right:88px}
  .pcr-form-mark{width:60px;height:60px;min-width:60px;border-radius:16px}
  .pcr-form-mark svg{width:36px;height:36px}
  .pcr-form .pcr-grid{padding:19px 18px 6px;gap:14px}
  .pcr-form-heading h3{font-size:22px}
  .pcr-form-heading p{font-size:13px}
  .pcr-label{font-size:14px}
  .pcr-form input[type=text],.pcr-form input[type=tel],.pcr-form input[type=url],.pcr-form input[type=number]{height:50px;font-size:14px}
  .pcr-consent-box{margin:13px 18px 0}
  .pcr-eligibility-note{margin:0 18px 2px;font-size:12px}
  .pcr-form-actions{padding:16px 18px 20px;flex-direction:column;align-items:stretch}
  .pcr-form-note{text-align:right}
  .pcr-form-actions .pcr-btn{width:100%;margin:0}
  .pcr-score{font-size:46px}
}
@media(max-width:430px){
  .pcr-exam-meta{grid-template-columns:1fr}
  .pcr-form-heading p{font-size:12px}
  .pcr-form-step{margin-right:0;align-self:flex-start}
  .pcr-form-mark{width:54px;height:54px;min-width:54px}
  .pcr-form-mark svg{width:32px;height:32px}
}
