body,html{margin:0;padding:0;width:100%;overflow-x:hidden}.site-header{background:linear-gradient(135deg,#00033d,#03f);padding:15px 25px;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px #0000001a}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.logo{width:6rem;padding:0;margin:0}.navbar ul{display:flex;gap:25px;list-style:none}.navbar ul li a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease}.login-btn{background:#34d399;padding:8px 16px;border-radius:8px;color:#fff;font-weight:700;transition:background .3s ease}.login-btn:hover{background:#059669}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hidden{display:none}@media (max-width: 768px){.navbar{display:none;position:absolute;top:70px;right:20px;background:navy;border-radius:10px;padding:20px;box-shadow:0 8px 20px #00000026}.navbar ul{flex-direction:column;gap:15px}.navbar a{color:navy;font-weight:600;font-size:1.1rem;font-family:Helvetica,sans-serif}.navbar a:hover{color:#34d399}.nav-toggle{display:block}}.user-badge{display:inline-flex;align-items:center;justify-content:center;background:navy;color:#fff;font-size:1rem;font-weight:600;padding:2px 5px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 5px #0003;white-space:nowrap;width:100%}body.premium-user .user-badge{background:linear-gradient(135deg,gold,#ffae00);color:#222;box-shadow:0 0 10px #ffd70080}@media (max-width: 768px){.user-badge{display:block;text-align:center;margin:10px auto;width:100%}}.hero{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00033d,#03f,#ffccf2);padding:80px 10%;color:#fff;flex-wrap:wrap}.hero-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:50px;width:100%}.hero-text{flex:1;min-width:280px}.hero-headline{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-subtext{font-size:1.1rem;margin-bottom:30px;max-width:500px}.cta-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.cta-btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.primary-btn{background:linear-gradient(135deg,#007bff,#0056d6);color:#fff}.primary-btn:hover{background:linear-gradient(135deg,#0056d6,#0042a6)}.premium-btn{background:linear-gradient(135deg,gold,#ffb800);color:#222;box-shadow:0 2px 6px #00000026}.premium-btn:hover{background:linear-gradient(135deg,#fc0,#e6a600);transform:translateY(-2px)}@media (max-width: 768px){.premium-btn{margin-top:7px;padding-left:25px;padding-right:25px;color:#000}}.premium-page{padding:2rem;text-align:center}.premium-page h1{color:#0b3d91;margin-bottom:.5rem}.premium-page p{color:#333;margin-bottom:2rem}.premium-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.premium-column{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;height:500px;display:flex;flex-direction:column}.premium-column h2{color:#0b3d91;margin-bottom:1rem}.scroll-box{overflow-y:auto;padding-right:10px;flex:1;scrollbar-width:thin;scrollbar-color:#0b3d91 #e0e0e0}.scroll-box::-webkit-scrollbar{width:6px}.scroll-box::-webkit-scrollbar-thumb{background-color:#0b3d91;border-radius:10px}.resource-card{background:#f9f9f9;border-radius:12px;padding:1rem;margin-bottom:1rem;text-align:left;box-shadow:0 2px 5px #0000000d}.resource-card h3{color:#0b3d91;margin-bottom:.5rem}.resource-card p{font-size:.9rem;color:#444;margin-bottom:.8rem}.resource-card iframe{border-radius:10px}.btn{display:inline-block;background-color:#0b3d91;color:#fff;text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;transition:background .3s}.btn:hover{background-color:#072a6d}.hero-image{position:relative;flex:1;display:flex;justify-content:flex-end;align-items:center;overflow:hidden}.hero-image img{width:100%;max-width:420px;height:auto;display:block;border-radius:12px;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center;mask-image:radial-gradient(circle,#000 90%,#0000);mask-repeat:no-repeat;mask-size:cover;mask-position:center;box-shadow:0 0 60px #00033d66}@media (max-width: 768px){.hero-image img{-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;mask-image:radial-gradient(circle at center,#000 80%,#0000);mask-repeat:no-repeat;mask-size:cover;box-shadow:0 0 60px #00033d99}}.hero-image:before{content:"";position:absolute;inset:0;z-index:1;border-radius:12px}.hero-rating{margin-top:12px;margin-right:53%;display:flex;align-items:center;gap:6px;justify-content:center;font-size:1rem;color:#ffd166}.hero-rating .score{color:#fff;font-weight:600}.hero-rating .para{width:350px;font-weight:700;color:#fff;font-size:17px}@media (max-width: 768px){.hero-rating{margin-right:5%;display:flex;flex-wrap:wrap}.hero-rating .stars{margin-left:9%}.hero-rating .para{width:100%;margin-left:7%}}.hero-outcomes{margin-top:16px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;font-size:.95rem;color:#fff}.hero-outcomes .outcome{background:#ffffff0d;padding:8px 12px;border-radius:8px;font-weight:500;text-align:center;min-width:180px}.why-choose{padding:80px 10%;text-align:center;background:#f5f7ff;color:#00033d}.why-choose h2{font-size:2.8rem;margin-bottom:10px}.why-choose p{font-size:1.2rem;margin-bottom:50px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.benefit-card{background:#fff;border-radius:12px;padding:30px 20px;box-shadow:0 10px 25px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.benefit-card i{font-size:2.5rem;color:#03f;margin-bottom:15px}.benefit-card h3{font-size:1.4rem;margin-bottom:10px}.benefit-card p{font-size:1rem;line-height:1.5;color:#333}.about-intro{padding:80px 10%;background-color:#fff}.about-container{display:flex;justify-content:space-between;align-items:center;gap:50px;flex-wrap:wrap}.about-text{flex:1;min-width:280px}.about-text h2{font-size:2rem;margin-bottom:20px;color:#00033d}.about-text p{font-size:1rem;color:#333;margin-bottom:20px}.learn-more-btn{background-color:#03f;color:#fff;padding:10px 25px;border-radius:6px;text-decoration:none;font-weight:500;transition:.3s}.learn-more-btn:hover{background-color:#00033d}.about-image{flex:1;text-align:right}.about-image img{width:350px;border-radius:12px;filter:drop-shadow(0 10px 25px rgba(0,0,0,.15))}@media (max-width: 768px){.hero{padding:60px 5%;text-align:center}.hero-content{flex-direction:column}.hero-image{text-align:center}.hero-image img{max-width:300px}.about-container{flex-direction:column;text-align:center}.about-image img{width:250px}}.H2{text-align:center;color:#fff;font-size:3em}.main{background:linear-gradient(135deg,#03f,#ffccf2)}.subjects-grids{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;padding:40px;max-width:1200px;margin:0 auto}.subj-nav-links{color:navy}.subject-cards{background:#fff;padding:25px;border-radius:15px;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.subject-cards:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.subject-cards h3{font-size:1.6rem;color:#4a90e2;margin-bottom:10px}.subject-cards p{font-size:.95rem;color:#555;margin-bottom:20px}.subject-cards a{display:inline-block;text-decoration:none;background:#34d399;color:#fff;padding:10px 18px;border-radius:8px;font-weight:700;transition:background .3s ease}.subject-cards a:hover{background:#059669}.revieww{padding:80px 10%;text-align:center;background:linear-gradient(135deg,#03f,#ffccf2);color:#00033d}.review h2{font-size:2.8rem;margin-bottom:10px;color:#fff}.review p{font-size:1.2rem;margin-bottom:50px;color:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.review-card{background:#fff;border-radius:12px;padding:30px 20px;box-shadow:0 10px 25px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.review-card img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:15px}.review-card h3{font-size:1.2rem;margin-bottom:10px}.review-card p{font-size:1rem;line-height:1.5;color:#333;margin-bottom:15px}.stars i{color:gold;margin:0 2px}.footer{background-color:navy;color:#ccc;padding:30px 10px 10px;font-family:Arial,sans-serif}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.footer-section h2,.footer-section h3{color:#fff;margin-bottom:15px}.footer-logo{font-size:24px;font-weight:700}.footer-section p,.footer-section a{font-size:14px;line-height:1.6;color:#ccc}.footer-section a{text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-socials a{color:#ccc;margin-right:12px;font-size:16px;transition:color .3s ease}.footer-socials a:hover{color:#fff}.footer-bottom{border-top:1px solid black;margin-top:30px;padding-top:15px;text-align:center;font-size:13px;color:#fff}label{display:block;margin-top:5px;margin-bottom:5px;color:#fff;text-align:center}input{width:70%;height:2em}#showPasswordToggle{width:19px;position:absolute;left:85%;top:68%}.log{color:#191970;font-family:sans-serif;font-weight:600;font-size:6em;position:absolute;bottom:52%;right:15%}#username,#email,#passwordInput,#age{display:block;margin-left:14%}button{color:#fff;background-color:green;display:block;margin-left:14%;width:35%;height:45px;margin-top:10px;border:1px solid green}#submit{margin-right:100px}#home{position:absolute;top:3}.body2{font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background:linear-gradient(135deg,#03f,#ffccf2)}.auth-container{background:#fff;padding:30px;border-radius:15px;box-shadow:0 8px 20px #0003;width:350px}.tabs{display:flex;justify-content:space-between;margin-bottom:20px}.tab{flex:1;padding:10px;cursor:pointer;background:#eee;border:none;outline:none;transition:.3s;font-weight:700}.tab.active{background:linear-gradient(135deg,#4a90e2,#50c9c3);color:#fff;border-radius:5px}.form{display:none;flex-direction:column}.form.active{display:flex}.form h2{text-align:center;margin-bottom:15px;color:#333}.form input{margin:8px 0;padding:10px;border:1px solid #ccc;border-radius:8px}.form button{margin-top:10px;padding:10px;border:none;background:linear-gradient(135deg,#4a90e2,#50c9c3);color:#fff;font-weight:700;border-radius:8px;cursor:pointer;transition:.3s}.form button:hover{background:#357abd}.switch-text{text-align:center;margin-top:10px;font-size:14px}.switch-text a{color:#4a90e2;text-decoration:none;font-weight:700}.body3{margin:0;font-family:Helvetica,sans-serif;background:#f4f7fa;color:#333}.subj-header{background:linear-gradient(135deg,#00033d,#03f);padding:15px 25px;position:sticky;top:0;z-index:1000;width:100%;left:0;right:0;box-sizing:border-box}.subj-nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:none;margin:0;padding:0 20px;box-sizing:border-box}.subj-logo{font-size:1.6rem;font-weight:700;color:#fff;text-decoration:none}.subj-nav-links{display:flex;gap:20px;list-style:none;margin:0;padding:0}.subj-nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.subj-nav-links li a:hover,.subj-nav-links li a.active-link{color:#34d399}.subj-logout-btn{background:#34d399;padding:6px 12px;border-radius:6px}.subj-logout-btn:hover{background:#059669}.subj-main{max-width:1200px;margin:30px auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.subj-page-title{text-align:center;color:#4a90e2;font-size:2rem;margin-bottom:30px}.subj-tabs{display:flex;gap:15px;margin-bottom:30px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:10px;scroll-behavior:smooth}.subj-tabs::-webkit-scrollbar{height:8px}.subj-tabs::-webkit-scrollbar-thumb{background:#34d399;border-radius:4px}.subj-tabs::-webkit-scrollbar-track{background:#e5e7eb}.subj-tab-btn{flex:0 0 auto;padding:10px 20px;background:#e5e7eb;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s ease;width:auto}.subj-tab-btn.active{background:#34d399;color:#fff}.subj-tab-btn:hover{background:#d1d5db}.subj-tab-content{display:none}.subj-tab-content.active{display:block}.subj-section-title,.H2_2{text-align:center;color:#34d399;font-size:1.8rem;margin:40px 0 20px}.subj-material-grid{display:flex;flex-direction:column;gap:30px;width:100%;align-items:center}.subj-material-card{background:#fff;border-radius:12px;padding:10px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;max-width:600px;width:100%;margin-bottom:15px}.subj-material-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.subj-material-card h3{color:#4a90e2;margin-bottom:15px}.subj-material-card p{font-size:.95rem;margin-bottom:15px;color:#555;text-align:center}.subj-material-card a{text-decoration:none}.subj-btn{padding:10px 19px;background:transparent;color:#34d399;border:2px solid #34D399;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;justify-content:center;align-items:center;margin:8px}.subj-btn:hover{background:#34d399;color:#000;box-shadow:0 0 10px #34d399,0 0 20px #34d399,0 0 40px #34d399}.subj-btn.view,.subj-btn.download{padding:8px 15px}.subj-btn.back{margin-top:50px}@media (max-width: 768px){.subj-material-grid{grid-template-columns:1fr}.subj-nav-links{flex-direction:column;gap:15px}.subj-material-card{padding:10px}}.body4{margin:0;font-family:Helvetica,sans-serif;background-color:#f4f7fa;color:#333}.site-header{background:linear-gradient(135deg,#00033d,#03f);padding:15px 25px;position:sticky;top:0;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none}.navbar ul{display:flex;gap:15px;list-style:none;margin:0;padding:0}.navbar ul li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.navbar ul li a:hover{color:#34d399}.nav-toggle img{width:24px;height:24px;cursor:pointer}.profile-main{max-width:1100px;margin:40px auto;padding:0 20px}.profile-card{display:flex;flex-wrap:wrap;background:#fff;padding:25px 20px;border-radius:15px;box-shadow:0 8px 20px #0000001a;gap:20px;width:100%;box-sizing:border-box;margin-top:5%}.profile-pic-container{flex:0 0 150px;display:flex;justify-content:center;align-items:flex-start;position:relative}.profile-pic{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #34D399}.profile-info{flex:1}.profile-info h2{margin-top:0;color:#4a90e2}.profile-info p{display:flex;justify-content:space-between;align-items:center;margin:12px 0;font-weight:500}.profile-info strong{flex:1;color:#555}.profile-info span,.profile-info input{flex:2;text-align:left;font-weight:400}.profile-info input{padding:6px 10px;border:1px solid #ccc;border-radius:8px;font-size:15px}#editBtn,#saveBtn{margin-top:15px;padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s;width:50%}#editBtn{background:#34d399;color:#fff}#editBtn:hover{background:#059669}#saveBtn{background:#007bff;color:#fff}#saveBtn:hover{background:#0056b3}.progress-row{margin:12px 0}.progress-label{font-size:14px;margin-bottom:5px;display:flex;justify-content:space-between}.progress-bar{background:#e0e0e0;border-radius:8px;overflow:hidden;height:16px}.progress-fill{background:#007bff;height:100%;transition:width .4s ease-in-out}.profile-card h3{color:#4a90e2;margin-top:0}.profile-card p{line-height:1.6;color:#555}@media (max-width: 768px){.profile-card{flex-direction:column;align-items:center;width:100%}.profile-stats{flex-direction:column;width:100%}}.body5{background:linear-gradient(135deg,#03f,#ffccf2);background-size:cover;background-repeat:no-repeat}#aboutus{color:#fff;font-family:Helvetica sans-serif;font-weight:700;text-align:center;border:2px solid white;margin:7%;padding:5%}#aboutus h2{font-size:4em;border-bottom:2px solid white}#aboutus p{font-size:1.3em}html6,body{height:100%;margin:0;padding:0;background:linear-gradient(135deg,#03f,#ffccf2);background-size:cover;background-position:center;background-attachment:fixed}#contactus{text-align:center;color:#fff}#contactus h2{font-size:3em}html7,body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#03f,#ffccf2);background-size:cover;margin:0;padding:0;background-attachment:fixed;display:flex;flex-direction:column;justify-content:center}.faq-h2{color:#fff;font-size:36px;text-align:center}#faq-qna{color:#000;font-size:19px;text-align:center;font-weight:bolder}#faq-qna h3{color:#fff}html8,body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#03f,#ffccf2);margin:0;padding:0;color:#202124;line-height:1.6}.policy-container{max-width:900px;margin:40px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.policy-container h1{text-align:center;margin-bottom:20px;color:#0000cd}.policy-container h2{margin-top:25px;color:#4a90e2}.policy-container p,.policy-container ul{margin-bottom:15px;color:#000;font-weight:bolder;font-size:14px}.policy-container ul{padding-left:20px}.policy-container li{margin-bottom:8px}.html9,body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#03f,#ffccf2);margin:0;padding:0;color:#202124;line-height:1.6}.terms-container{max-width:900px;margin:40px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 8px #0000001a}.terms-container h1{text-align:center;margin-bottom:20px;color:#191970}.terms-container h2{margin-top:25px;color:#4a90e2}.terms-container p,.terms-container ul{margin-bottom:15px;color:#000;font-weight:bolder}.terms-container ul{padding-left:20px}.terms-container li{margin-bottom:8px}.terms-container a{color:#4a90e2;text-decoration:none}.terms-container a:hover{text-decoration:underline}.body9{background:#f9f9f9;color:#333;line-height:1.6;box-sizing:border-box}.blog-header{margin-left:15%;padding:0;font-size:2rem;color:#191970;font-family:Helvetica;font-weight:bolder}.blog-para{width:70%;text-align:center;margin-left:15%;font-size:1rem;font-weight:700;color:#00008b}.blog-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:2rem;text-align:center}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease-in-out}.blog-card:hover{transform:translateY(-5px)}.blog-card img{width:100%;height:200px;object-fit:cover}.blog-content{padding:1.5rem}.blog-content h2{font-size:1.4rem;margin-bottom:.8rem;color:#07c}.blog-content p{color:#555;margin-bottom:1rem}.read-more{text-decoration:none;background:#07c;color:#fff;padding:.6rem 1.2rem;border-radius:8px;transition:.3s}.read-more:hover{background:#005fa3}.footer-blog{text-align:center;padding:1rem;background:navy;color:#fff;margin-top:2rem}.article{color:#f5f5f5;text-align:center;font-weight:700;font-family:Helvetica}.H1-article{border-bottom:2px solid white}.article img{width:100%;border-radius:25px}#user-status{display:inline-block;padding:8px 14px;border-radius:20px;font-size:.95rem;font-weight:500;text-decoration:none;background:linear-gradient(135deg,#4a90e2,#007aff);color:#fff;transition:all .3s ease;white-space:nowrap}#user-status:hover{background:linear-gradient(135deg,#007aff,#0056b3);box-shadow:0 3px 10px #007aff4d;transform:translateY(-2px)}.share-section{background-color:navy;text-align:center;background:#fff;margin:60px auto;padding:30px 15px;border-radius:20px;width:70%;max-width:600px;box-shadow:0 8px 20px #00000014}.share-section h2{color:#007bff;font-size:28px;margin-bottom:10px;position:relative}.share-section p{color:#333;font-size:16px;margin-bottom:25px}.share-buttons{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:16px;cursor:pointer;transition:.3s ease;position:relative;right:14%}@media (max-width: 768px){.share-button{width:65%;font-weight:700;font-family:sans-serif;text-align:center;position:relative;left:.4rem;padding:15px}}.share-button:hover{background-color:#0056b3}.social-share{margin-top:25px}.social-share a{background-color:#f4f4f4;padding:10px 16px;margin:6px;border-radius:8px;text-decoration:none;color:#000;font-weight:500;transition:.3s;display:inline-block}.social-share a:hover{background-color:#007bff;color:#fff}.premium-container{max-width:1000px;margin:60px auto;padding:20px;text-align:center}.locked-section{background:#ffe8e8;border:1px solid #ffb3b3;padding:40px;border-radius:10px}.locked-section h2{color:#d63031}.upgrade-btn{background:linear-gradient(135deg,#007bff,#0056d6);color:#fff;padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s;margin-left:49%}.upgrade-btn:hover{background:linear-gradient(135deg,#0056d6,#0042a6)}@media (max-width: 768px){.upgrade-btn{margin:0 0 0 70px;width:auto;padding:15%}}.premium-section{display:none;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:30px;margin-top:30px}.premium-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.premium-card{background:#f4f7ff;border-radius:10px;padding:20px;box-shadow:0 2px 5px #0000000d;transition:transform .3s}.premium-card:hover{transform:translateY(-5px)}.premium-card i{font-size:2rem;color:#0b3d91;margin-bottom:10px}.comparison{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin:60px 20px}.plan{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:30px;width:280px;text-align:left;transition:transform .3s}.plan:hover{transform:translateY(-6px)}.plan h2{text-align:center;color:#0b3d91}.plan ul{list-style:none;padding:0;margin:20px 0}.plan ul li{padding:6px 0;border-bottom:1px solid #eee}.price-tag{text-align:center;font-size:1.4rem;font-weight:700;color:#0b3d91;margin-top:15px;gap:6px}.upgrade-btn{display:block;width:auto;background:gold;color:#0b3d91;border:none;padding:15px 35px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:.3s;position:relative;right:15%}.upgrade-btn:hover{background:#ffbe00}.disabled-btn{width:auto;background:#ccc;color:#666;padding:15px 35px;border-radius:8px;border:none;position:relative;left:3%;font-size:1rem}.payment-placeholder{text-align:center;padding:60px 20px;background:#fff;border-top:1px solid #eee}.payment-placeholder h3{color:#0b3d91;margin-bottom:10px}.payment-logos{display:flex;justify-content:center;gap:20px;margin:20px auto}.payment-logos img{height:40px;opacity:.8}.coming-soon{color:#666;font-style:italic}.premium-section{display:none}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;margin-top:30px}.subject-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 4px 10px #0000001a;text-align:left}.subject-card h2{color:#0b3d91;margin-bottom:10px}.subject-card p{font-size:.95rem;color:#555}.scroll-section{margin-top:20px}.scroll-section h3{color:#0b3d91;font-size:1.1rem;margin-bottom:8px}.scroll-container{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.scroll-container::-webkit-scrollbar{height:6px}.scroll-container::-webkit-scrollbar-thumb{background:#0b3d91;border-radius:10px}.resource-item{background:#eef3fc;border-radius:15px;padding:10px 15px;min-width:200px;box-shadow:0 2px 4px #0000001a}.resource-item a{text-decoration:none;color:#0b3d91;font-weight:500}.resource-item i{margin-right:6px;color:#ff5252}form{max-width:500px;margin:0 auto;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}label{display:block;font-weight:600;margin-top:12px}input,textarea,select,button{width:100%;padding:10px;margin-top:6px;border:1px solid #d1d5db;border-radius:8px;font-size:1em;box-sizing:border-box}textarea{resize:none}button{background:#2563eb;color:#fff;border:none;margin-top:15px;cursor:pointer;transition:background .3s}button:hover{background:#1e40af}.reviews{max-width:600px;margin:40px auto}.review{background:#fff;padding:15px;margin-bottom:15px;border-radius:10px;box-shadow:0 1px 5px #0000000d}.review-head{color:#fff}.review-name{font-weight:600;font-size:1.1em;color:#111827}.stars{color:#facc15;font-size:1.1em;margin-top:4px}.review p{color:#374151;margin-top:8px;line-height:1.4}.review-subbtn{position:relative;right:14%}
