*{box-sizing:border-box;font-family:Arial,sans-serif}body{background:#f4f7fb;margin:0}div{padding:20px}h1{text-align:center;color:#1e3a8a}form{background:#fff;border-radius:12px;max-width:500px;margin:30px auto;padding:30px;box-shadow:0 4px 15px #0000001a}input{border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:15px;padding:12px;font-size:16px}input:focus{border-color:#2563eb;outline:none}label{margin-bottom:15px;font-weight:700;display:block}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:12px;font-size:16px}button:hover{background:#1d4ed8}.hero{text-align:center;box-sizing:border-box;background:linear-gradient(135deg, var(--secondary-color), #fff);justify-content:center;align-items:center;min-height:520px;padding:70px 25px;display:flex}.hero-content{max-width:850px;margin:0 auto}.hero-logo{object-fit:contain;max-width:240px;max-height:100px;margin-bottom:20px}.hero h1{color:var(--primary-color);letter-spacing:-2px;margin:0;font-size:58px;font-weight:900;line-height:1.05}.hero h2{color:#1f2937;max-width:750px;margin:20px auto 0;font-size:27px;line-height:1.25}.hero p{color:#6b7280;max-width:650px;margin:18px auto 0;font-size:16px;line-height:1.7}.hero-buttons{justify-content:center;align-items:center;gap:12px;margin-top:30px;display:flex}.hero-buttons a{text-decoration:none}.hero-buttons button{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:13px 23px;font-size:14px;font-weight:800;transition:transform .2s,opacity .2s}.hero-buttons button:hover{opacity:.9;transform:translateY(-2px)}.hero-buttons .secondary-btn{border:1px solid var(--primary-color)}@media (width<=700px){.hero{min-height:450px;padding:55px 20px}.hero h1{font-size:42px}.hero h2{font-size:22px}.hero p{font-size:14px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons a{width:100%;max-width:280px}.hero-buttons button{width:100%}}.features{text-align:center;padding:50px 40px}.features h2{color:#1e3a8a;font-size:36px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-top:30px;display:grid}.feature-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 15px #0000001a}.feature-card h3{color:#2563eb}.navbar{box-sizing:border-box;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;min-height:82px;padding:12px 40px;display:flex;position:relative;box-shadow:0 3px 15px #0000000f}.brand{flex-shrink:0;text-decoration:none;display:block}.brand-box{box-sizing:border-box;background:#fff;border:2px solid #111827;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:155px;padding:9px 20px 10px;display:flex;box-shadow:0 4px 12px #00000014}.brand-name{letter-spacing:-1px;color:#111827;font-size:25px;font-weight:900;line-height:1;display:block}.brand-company{letter-spacing:1.3px;text-transform:uppercase;color:#6b7280;margin-top:6px;font-size:9px;font-weight:800;line-height:1;display:block}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.nav-links a{color:#4b5563;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s}.nav-links a:hover{color:#111827;background:#f3f4f6}@media (width<=1050px){.navbar{flex-direction:column;gap:15px;padding:15px 20px}.nav-links{justify-content:center}}@media (width<=600px){.navbar{padding:15px}.brand-box{min-width:145px;padding:8px 16px 9px}.brand-name{font-size:22px}.brand-company{font-size:8px}.nav-links a{padding:8px 9px;font-size:12px}}.footer{box-sizing:border-box;background:#fff;width:100%;margin-top:70px;padding:0 25px 30px}.footer-box{box-sizing:border-box;background:#f8f9fc;border:1px solid #e2e5ea;border-radius:22px;max-width:1200px;margin:0 auto;padding:45px 50px 25px;box-shadow:0 10px 35px #0000000f}.footer-top{grid-template-columns:2fr 1fr 1fr;align-items:start;gap:70px;display:grid}.footer-brand{max-width:380px}.footer-brand-link{color:inherit;text-decoration:none!important}.footer-logo{letter-spacing:-1px;color:#111827;font-size:27px;font-weight:900;line-height:1}.footer-company{text-transform:uppercase;letter-spacing:1.2px;color:#9298a3;margin-top:6px;font-size:10px}.footer-company strong{color:#555b66;font-weight:800}.footer-description{color:#6b7280;max-width:350px;margin:17px 0 0;font-size:13px;line-height:1.7}.footer-links h4,.footer-company-section h4{text-transform:uppercase;letter-spacing:1.2px;color:#8b919c;margin:2px 0 17px;font-size:11px;font-weight:800}.footer-links{flex-direction:column;align-items:flex-start;display:flex}.footer-links a{color:#5f6672;margin-bottom:10px;font-size:13px;transition:color .2s,transform .2s;text-decoration:none!important}.footer-links a:hover{color:#111827;transform:translate(3px)}.footer-links a:after{content:none!important;display:none!important}.footer-solethu{color:#111827;margin-bottom:9px;font-size:17px;font-weight:900}.footer-company-section p{color:#8b919c;max-width:180px;margin:0;font-size:12px;line-height:1.6}.footer-divider{background:#e1e4e9;width:100%;height:1px;margin:38px 0 20px}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-bottom p{color:#9298a3;margin:0;font-size:11px}.footer-bottom strong{color:#555b66;font-weight:800}@media (width<=850px){.footer-box{padding:38px 30px 24px}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1;max-width:500px}}@media (width<=600px){.footer{padding:0 15px 20px}.footer-box{border-radius:18px;padding:30px 22px 22px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}.class-card{background:#fff;border-radius:15px;max-width:400px;margin:20px 0;padding:20px;box-shadow:0 4px 12px #00000014}.class-card h2{margin-bottom:10px}.class-card p{color:#444}.class-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 18px}.class-card button:hover{background:#1d4ed8}.dashboard-box{cursor:pointer;text-align:center;background:#fff;border-radius:15px;width:220px;padding:25px;transition:all .3s;box-shadow:0 4px 10px #00000026}.dashboard-box:hover{transform:translateY(-5px)}.dashboard-box h2{font-size:40px}.dashboard-box h3{margin:10px 0}.dashboard-box p{color:#666}
