/*
Theme Name: GK Panda Custom Homepage
Theme URI: https://gkpanda.com/
Description: Custom GK Panda homepage built as a GeneratePress child theme.
Author: GK Panda
Template: generatepress
Version: 1.0.0
Text Domain: gkpanda-child
*/


:root{
  --navy:#071b41;--blue:#1261a0;--sky:#eaf4ff;--yellow:#f5a623;
  --text:#172b4d;--muted:#6d7d93;--white:#fff;--border:#e5edf6;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#f7faff;line-height:1.5}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--navy);color:#dceaff;font-size:13px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:20px}
header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900;color:var(--navy)}
.logo-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;display:grid;place-items:center;font-size:21px}
.logo span{color:var(--yellow)}
.menu{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600;color:#41536d}
.menu a:hover{color:var(--blue)}
.nav-actions{display:flex;gap:10px;align-items:center}
.search-btn,.menu-btn{border:1px solid var(--border);background:#fff;border-radius:10px;padding:10px 13px;cursor:pointer}
.menu-btn{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:10px;font-weight:750;font-size:14px;border:0;cursor:pointer}
.btn-primary{background:var(--yellow);color:#172b4d}
.btn-dark{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--blue)}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#071b41,#0d407b 70%,#1261a0);color:#fff}
.hero .container{min-height:570px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;padding:75px 0}
.badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:8px 14px;border-radius:40px;color:#ffd166;font-size:13px;font-weight:700;margin-bottom:22px}
.hero h1{font-size:clamp(40px,5vw,66px);line-height:1.08;letter-spacing:-2px;margin-bottom:20px}
.hero h1 span{display:block;color:#ffc857}
.hero p{font-size:17px;color:#dbeaff;max-width:570px;margin-bottom:28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:25px}
.hero-trust{display:flex;gap:20px;flex-wrap:wrap;color:#e4efff;font-size:13px}
.hero-trust span{display:flex;align-items:center;gap:6px}
.hero-visual{position:relative;height:410px}
.dashboard{position:absolute;top:30px;left:35px;right:20px;padding:23px;border:1px solid rgba(255,255,255,.25);border-radius:23px;background:rgba(255,255,255,.13);backdrop-filter:blur(18px);box-shadow:0 25px 70px rgba(0,0,0,.25)}
.dash-head,.dash-row{display:flex;justify-content:space-between;align-items:center}
.dash-head{font-weight:800;font-size:18px;margin-bottom:24px}
.dash-score{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.1);padding:15px;border-radius:14px;margin-bottom:17px}
.score-circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:6px solid #ffc857;font-weight:900}
.dash-score small,.dash-score strong{display:block}
.dash-score small{color:#cbdcf2;font-size:12px}.dash-score strong{font-size:17px}
.dash-label{font-size:12px;color:#dbeaff;margin-bottom:8px}
.progress{height:9px;background:rgba(255,255,255,.2);border-radius:20px;overflow:hidden;margin-bottom:22px}
.progress div{width:78%;height:100%;background:linear-gradient(90deg,#ffd166,#f5a623)}
.task{padding:13px 14px;border-radius:12px;background:rgba(255,255,255,.1);margin-top:10px;font-size:13px;display:flex;justify-content:space-between}
.task b{color:#ffd166}
.float{position:absolute;background:#fff;color:var(--text);padding:14px 17px;border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,.2);font-size:13px}
.float strong{display:block;font-size:17px}.float small{color:var(--muted)}
.float.one{top:0;right:0}.float.two{bottom:18px;left:0}
.blob{position:absolute;border-radius:50%;pointer-events:none}.blob.one{width:300px;height:300px;right:-100px;bottom:-160px;background:rgba(255,200,87,.13)}.blob.two{width:180px;height:180px;left:-100px;top:-90px;border:35px solid rgba(255,255,255,.05)}
.section{padding:75px 0}.section-head{text-align:center;max-width:680px;margin:0 auto 35px}.eyebrow{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:1.4px;font-size:12px;margin-bottom:10px}.section h2{font-size:34px;line-height:1.2;margin-bottom:12px}.section-head p{color:var(--muted)}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}
.quick-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px 12px;text-align:center;transition:.25s;box-shadow:0 5px 18px rgba(23,43,77,.03)}
.quick-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(23,43,77,.1)}
.quick-icon{font-size:30px;margin-bottom:10px}.quick-card strong{font-size:14px;display:block}.quick-card small{color:var(--muted);font-size:11px}
.exam-section{background:#eef6ff}.exam-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.exam-card{background:#fff;border:1px solid var(--border);border-radius:17px;padding:22px;position:relative;overflow:hidden}
.exam-card:after{content:"";position:absolute;width:75px;height:75px;border-radius:50%;background:#eaf4ff;right:-22px;top:-22px}
.exam-card .icon{font-size:28px;margin-bottom:12px}.exam-card h3{font-size:17px;margin-bottom:7px}.exam-card p{font-size:13px;color:var(--muted);margin-bottom:17px}.text-link{color:var(--blue);font-weight:800;font-size:13px}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:25px;align-items:stretch}
.panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:25px}
.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-title h3{font-size:21px}.panel-title a{font-size:13px;color:var(--blue);font-weight:800}
.news-item{display:flex;gap:13px;padding:14px 0;border-bottom:1px solid var(--border)}.news-item:last-child{border:0}.news-icon{width:40px;height:40px;border-radius:11px;background:var(--sky);display:grid;place-items:center;flex:none}.news-item strong{font-size:14px;display:block}.news-item small{font-size:11px;color:var(--muted)}
.pdf-card{height:100%;border-radius:18px;padding:30px;background:linear-gradient(140deg,var(--navy),var(--blue));color:#fff;position:relative;overflow:hidden}.pdf-card:after{content:"📄";position:absolute;font-size:130px;right:-12px;bottom:-28px;opacity:.12}.pdf-card .eyebrow{color:#ffd166}.pdf-card h3{font-size:28px;line-height:1.2;margin:12px 0}.pdf-card p{color:#d8e8fb;font-size:14px;margin-bottom:25px;max-width:300px}
.quiz{background:linear-gradient(110deg,#fff7e8,#fff);border:1px solid #ffe1a7;border-radius:20px;padding:35px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px}.quiz h2{font-size:30px;margin:8px 0}.quiz p{color:var(--muted);max-width:650px}.quiz-stats{display:flex;gap:22px;margin-top:18px}.quiz-stats strong{display:block;font-size:17px}.quiz-stats small{color:var(--muted);font-size:11px}
.topic-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.topic{padding:12px 18px;background:#fff;border:1px solid var(--border);border-radius:50px;color:#41536d;font-size:13px;font-weight:700}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article{background:#fff;border:1px solid var(--border);border-radius:17px;overflow:hidden}.article-cover{height:145px;background:linear-gradient(135deg,#dceeff,#f8fbff);display:grid;place-items:center;font-size:48px}.article-body{padding:20px}.tag{font-size:11px;color:var(--blue);font-weight:800;background:var(--sky);padding:5px 9px;border-radius:5px;display:inline-block;margin-bottom:12px}.article h3{font-size:17px;line-height:1.35;margin-bottom:10px}.article p{font-size:13px;color:var(--muted);margin-bottom:15px}
.features{background:var(--navy);color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature{text-align:center;padding:12px}.feature-icon{font-size:31px;margin-bottom:10px}.feature h3{font-size:16px;margin-bottom:6px}.feature p{font-size:13px;color:#b9cbe2}
.cta{padding:55px 0;background:linear-gradient(120deg,#1261a0,#071b41);color:#fff;text-align:center}.cta h2{font-size:32px;margin-bottom:10px}.cta p{color:#dbeaff;margin-bottom:22px}
footer{background:#06142f;color:#b8c9df;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer-brand p{font-size:13px;max-width:300px;margin-top:15px}.footer h4{color:#fff;margin-bottom:15px}.footer a{display:block;font-size:13px;margin:9px 0}.footer a:hover{color:#ffd166}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;text-align:center;font-size:12px}
@media(max-width:1000px){.menu{gap:13px}.quick-grid{grid-template-columns:repeat(3,1fr)}.exam-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.topbar{display:none}.nav{height:66px}.menu{display:none}.menu-btn{display:block}.nav-actions .btn{display:none}.hero .container{grid-template-columns:1fr;padding:55px 0 20px;text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-visual{height:390px;margin-top:20px}.two-col{grid-template-columns:1fr}.quiz{grid-template-columns:1fr;text-align:center}.quiz-stats{justify-content:center}.article-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.container{width:90%}.hero h1{font-size:42px}.hero-visual{transform:scale(.86);transform-origin:top center;margin-bottom:-45px}.quick-grid{grid-template-columns:repeat(2,1fr)}.exam-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.section{padding:55px 0}.section h2{font-size:28px}}
