.klaw-module__3eRMrG__container{max-width:1200px;margin:0 auto;padding:2rem}.klaw-module__3eRMrG__modalOverlay{background-color:var(--overlay);z-index:2000;opacity:0;visibility:hidden;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:10%;transition:opacity .3s,visibility 0s linear .3s;display:flex;position:fixed;top:0;left:0}.klaw-module__3eRMrG__modalOverlay.klaw-module__3eRMrG__active{opacity:1;visibility:visible;transition:opacity .3s}.klaw-module__3eRMrG__modalContent{background:var(--card-bg);text-align:center;border:2px solid var(--accent);border-radius:15px;width:90%;max-width:400px;padding:2.5rem;transition:transform .3s;position:relative;transform:translateY(-50px);box-shadow:0 10px 30px #001f3f80}.klaw-module__3eRMrG__modalOverlay.klaw-module__3eRMrG__active .klaw-module__3eRMrG__modalContent{transform:translateY(0)}.klaw-module__3eRMrG__modalCloseBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:10px;right:10px}.klaw-module__3eRMrG__modalCloseBtn:hover{color:var(--primary)}.klaw-module__3eRMrG__modalContent h3{font-family:var(--font-poppins,sans-serif);color:var(--primary);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.klaw-module__3eRMrG__modalContent p{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem}.klaw-module__3eRMrG__referralCodeBox{background:var(--bg);border:2px dashed var(--accent);border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;position:relative}.dark .klaw-module__3eRMrG__referralCodeBox{background:var(--nav-bg)}.klaw-module__3eRMrG__referralCodeBox i{color:var(--accent);margin-right:10px}.klaw-module__3eRMrG__referralCode{font-family:var(--font-poppins,monospace);color:var(--accent);letter-spacing:2px;margin-bottom:.5rem;font-size:1.5rem;font-weight:900;display:block}.klaw-module__3eRMrG__referralCodeBox p{color:var(--muted);margin:0;font-size:.9rem}.klaw-module__3eRMrG__copyButtonOverlay{color:#fff;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.klaw-module__3eRMrG__copyButtonOverlay:hover{transform:translateY(-2px);box-shadow:0 4px 10px #25d36699}.klaw-module__3eRMrG__hero{text-align:center;z-index:10;padding:3rem 0;position:relative}.klaw-module__3eRMrG__hero h1{font-size:3rem;font-family:var(--font-poppins,sans-serif);color:var(--primary);text-transform:uppercase;margin-bottom:1rem;font-weight:900}.klaw-module__3eRMrG__hero p{opacity:.8;max-width:700px;color:var(--muted);margin:0 auto;font-size:1.2rem}.klaw-module__3eRMrG__klawBanner{background:linear-gradient(135deg,var(--primary),var(--accent));border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:2rem;margin:2rem 0;padding:2rem;display:flex;box-shadow:0 10px 30px #001f3f4d}.dark .klaw-module__3eRMrG__klawBanner{background:linear-gradient(135deg,#071027,var(--accent));box-shadow:0 10px 30px #4aa3ff4d}.klaw-module__3eRMrG__klawLogo{object-fit:cover;width:80px;height:80px;box-shadow:0 5px 15px var(--shadow);background-color:#fff;border:3px solid #fff;border-radius:15px}.klaw-module__3eRMrG__klawContent{flex:1}.klaw-module__3eRMrG__klawContent h2{color:#fff;font-size:1.8rem;font-family:var(--font-poppins,sans-serif);margin-bottom:.5rem;font-weight:800}.klaw-module__3eRMrG__klawContent p{opacity:.9;color:#f0f0ff;margin-bottom:1rem;font-size:1.1rem}.klaw-module__3eRMrG__btnPlaystore{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:10px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 5px 15px #25d36666}.klaw-module__3eRMrG__btnPlaystore:hover{background:#128c7e;transform:translateY(-3px);box-shadow:0 8px 20px #25d36699}.klaw-module__3eRMrG__sectionTitle{font-family:var(--font-poppins,sans-serif);color:var(--primary);text-transform:uppercase;margin:3rem 0 2rem;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.klaw-module__3eRMrG__sectionTitle:after{content:"";background:var(--accent);border-radius:3px;width:100%;height:3px;position:absolute;bottom:-10px;left:0}.klaw-module__3eRMrG__questionsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.klaw-module__3eRMrG__questionCard{background:var(--card-bg);box-shadow:0 5px 15px var(--shadow);border:1px solid #001f3f1a;border-radius:15px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dark .klaw-module__3eRMrG__questionCard{border:1px solid #9fc5ff33}.klaw-module__3eRMrG__questionCard:hover{box-shadow:0 10px 20px var(--shadow);transform:translateY(-5px)}.klaw-module__3eRMrG__questionCard h3{color:var(--primary);font-size:1.8rem;font-family:var(--font-poppins,sans-serif);letter-spacing:0;margin-bottom:1rem;font-weight:700}.klaw-module__3eRMrG__questionCard p{opacity:1;color:var(--text);flex:1;margin-bottom:1.5rem;line-height:1.6}.klaw-module__3eRMrG__subjectTag{background:var(--primary);color:var(--card);border-radius:20px;align-self:flex-start;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.dark .klaw-module__3eRMrG__subjectTag{background:var(--accent);color:var(--text)}.klaw-module__3eRMrG__btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.8rem;min-width:200px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.klaw-module__3eRMrG__btnGroup{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.klaw-module__3eRMrG__btnPrimary{background:var(--primary);color:#fff;box-shadow:0 4px 10px #001f3f4d}.dark .klaw-module__3eRMrG__btnPrimary{background:var(--accent);color:var(--card);box-shadow:0 4px 10px #4aa3ff4d}.klaw-module__3eRMrG__btnPrimary:hover{background:var(--accent);transform:translateY(-3px);box-shadow:0 5px 10px #001f3f80}.dark .klaw-module__3eRMrG__btnPrimary:hover{background:var(--primary)}.klaw-module__3eRMrG__btnDrive{color:#34a853;box-shadow:none;background:0 0;border:2px solid #34a853}.klaw-module__3eRMrG__btnDrive:hover{color:#fff;box-shadow:0 2px 5px var(--shadow);background:#34a853;transform:translateY(-2px)}.klaw-module__3eRMrG__btnAnswer{color:#001f3f;background:linear-gradient(135deg,#ff9800,#ffc107);border:none;box-shadow:0 4px 10px #ff980066}.dark .klaw-module__3eRMrG__btnAnswer{color:#000;background:linear-gradient(135deg,#ffc107,#ff9800);box-shadow:0 4px 10px #ff980080}.klaw-module__3eRMrG__btnAnswer:hover{background:linear-gradient(135deg,#ffc107,#ff9800);transform:translateY(-3px);box-shadow:0 8px 20px #ff980099}.klaw-module__3eRMrG__pdfViewerContainer{background:var(--card-bg);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 5px 15px var(--shadow);border:1px solid #001f3f1a;border-radius:15px;margin:3rem 0;padding:2rem}.dark .klaw-module__3eRMrG__pdfViewerContainer{border:1px solid #9fc5ff33}.klaw-module__3eRMrG__pdfHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.klaw-module__3eRMrG__pdfHeader h3{color:var(--primary);font-size:1.8rem;font-family:var(--font-poppins,sans-serif);font-weight:700}.klaw-module__3eRMrG__pdfActions{flex-wrap:wrap;gap:1rem;display:flex}.klaw-module__3eRMrG__pdfEmbed{background:var(--bg);border:none;border-radius:10px;width:100%;height:600px}.klaw-module__3eRMrG__copyInfoBar{background:var(--card-bg);text-align:center;box-shadow:0 5px 15px var(--shadow);border:1px solid #001f3f1a;border-radius:10px;margin-top:2rem;padding:1.5rem}.klaw-module__3eRMrG__copyInfoBar p{color:var(--text);margin-bottom:1rem;font-size:1.1rem}.klaw-module__3eRMrG__codeText{font-family:var(--font-poppins,monospace);color:var(--accent);letter-spacing:2px;margin-right:15px;font-size:1.4rem;font-weight:900;display:inline-block}.klaw-module__3eRMrG__btnCopyBar{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.8rem 1.5rem;font-weight:700;transition:all .3s;display:inline-flex}.dark .klaw-module__3eRMrG__btnCopyBar{background:var(--accent)}.klaw-module__3eRMrG__btnCopyBar:hover{transform:translateY(-2px);box-shadow:0 4px 10px #001f3f80}@media (max-width:768px){.klaw-module__3eRMrG__container{padding:15px}.klaw-module__3eRMrG__klawBanner{text-align:center;flex-direction:column;padding:1.5rem}.klaw-module__3eRMrG__klawLogo{width:60px;height:60px}.klaw-module__3eRMrG__hero h1{font-size:2.2rem}.klaw-module__3eRMrG__hero p{font-size:1.1rem}.klaw-module__3eRMrG__sectionTitle{font-size:2rem}.klaw-module__3eRMrG__questionsGrid{grid-template-columns:1fr;gap:1.5rem}.klaw-module__3eRMrG__btn{min-width:unset;justify-content:center;width:48%}.klaw-module__3eRMrG__btnGroup{flex-flow:wrap;gap:.8rem}.klaw-module__3eRMrG__pdfEmbed{height:400px}.klaw-module__3eRMrG__pdfHeader{flex-direction:column;align-items:flex-start;gap:1rem}.klaw-module__3eRMrG__pdfActions{justify-content:space-between;width:100%}.klaw-module__3eRMrG__copyInfoBar{padding:1rem}.klaw-module__3eRMrG__codeText{margin-bottom:10px;margin-right:0;display:block}}@media (max-width:560px){.klaw-module__3eRMrG__questionsGrid{grid-template-columns:1fr}.klaw-module__3eRMrG__btn{width:100%}.klaw-module__3eRMrG__btnGroup,.klaw-module__3eRMrG__pdfActions{flex-direction:column}}
