html,body{margin:0;padding:0;width:100%;overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}#root{margin:0;padding:0;width:100%}.landing-page{min-height:100vh;background:linear-gradient(135deg,#06c,#000);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;width:100%;margin:0;padding:0;box-sizing:border-box}.hero-section{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;text-align:center;width:100%}.hero-content{width:100%;animation:fadeInUp 1s ease-out;padding:0 20px;box-sizing:border-box}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;font-weight:400}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.cta-button-primary{background:#fff;color:#06c}.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.cta-button-secondary{background:#fff3;color:#fff;border:2px solid white}.cta-button-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.device-preview-section{padding:40px 20px;background:#0000001a;width:100%}.device-preview-container{width:100%;margin:0 auto}.device-preview-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.device-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.device-mockup{position:relative}.device-desktop{width:100%;max-width:400px;margin:0 auto;background:#1e1e1e;border-radius:12px;padding:12px;box-shadow:0 17px 52px #0006}.device-desktop-topbar{height:35px;background:#2d2d2d;border-radius:7px;margin-bottom:10px;display:flex;align-items:center;padding:0 14px}.device-desktop-topbar-dots{display:flex;gap:5px}.device-topbar-dot{width:10px;height:10px;border-radius:50%}.device-topbar-dot:nth-child(1){background:#ff5f57}.device-topbar-dot:nth-child(2){background:#ffbd2e}.device-topbar-dot:nth-child(3){background:#28ca42}.device-desktop-content{border-radius:6px;overflow:hidden;aspect-ratio:16/10}.device-desktop-content img{width:100%;height:100%;object-fit:contain}.device-mobile{width:100%;max-width:250px;margin:0 auto;background:#1e1e1e;border-radius:35px;padding:8px;box-shadow:0 17px 52px #0006;position:relative}.device-mobile:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:52px;height:5px;background:#000;border-radius:3px;z-index:1}.device-mobile-screen{border-radius:25px;overflow:hidden;aspect-ratio:9/16;background:#fff}.device-mobile-screen img{width:100%;height:100%;object-fit:contain}.features-section{padding:40px 20px;background:#ffffff0d;width:100%}.features-container{width:100%;margin:0 auto}.features-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature-card:hover{transform:translateY(-3px);background:#ffffff26;box-shadow:0 5px 20px #0003}.feature-icon{font-size:2rem;margin-bottom:.75rem;display:block}.feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-description{font-size:.9rem;opacity:.9;line-height:1.5}.pwa-install-section{padding:40px 20px;background:#00000026;width:100%}.pwa-install-container{width:100%;margin:0 auto;text-align:center;padding:0 20px;box-sizing:border-box}.pwa-install-title{font-size:2.5rem;margin-bottom:1.5rem}.pwa-install-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.pwa-install-button{background:#fff;color:#06c;padding:1.2rem 3rem;border-radius:50px;font-size:1.2rem;font-weight:700;border:none;cursor:pointer;display:inline-block;transition:all .3s ease;text-decoration:none}.pwa-install-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.pwa-install-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.pwa-install-feature{opacity:.9}.pwa-install-feature-icon{font-size:2.5rem;margin-bottom:.5rem}.preregister-section{padding:40px 20px;background:#ffffff0d;width:100%}.preregister-container{width:100%;margin:0 auto;text-align:center;padding:0 20px;box-sizing:border-box}.preregister-title{font-size:2.5rem;margin-bottom:1rem}.preregister-description{font-size:1.1rem;margin-bottom:2.5rem;opacity:.9}.preregister-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#fff;background:#ffffff26}.form-input::placeholder,.form-textarea::placeholder{color:#fff9}.form-textarea{min-height:100px;resize:vertical}.form-submit{width:100%;padding:1rem;background:#fff;color:#06c;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.form-submit:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0003}.education-section{padding:40px 20px;background:#ffffff0d;width:100%}.education-container{width:100%;margin:0 auto;text-align:center;padding:0 20px;box-sizing:border-box}.education-title{font-size:2.5rem;margin-bottom:1rem}.education-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.education-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.education-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.education-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:8px;text-align:left}.education-check{color:#10b981;font-size:1.5rem;font-weight:700}.security-section{padding:40px 20px;background:#00000026;width:100%}.security-container{width:100%;margin:0 auto;text-align:center;padding:0 20px;box-sizing:border-box}.security-title{font-size:2.5rem;margin-bottom:1rem}.security-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.security-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.security-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:8px;text-align:left}.security-check{color:#10b981;font-size:1.5rem;font-weight:700}.landing-footer{padding:60px 20px;background:#0003;text-align:center;width:100%}.footer-content{width:100%;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-link{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer-link:hover{opacity:1}.footer-copyright{opacity:.7;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.device-preview-grid{grid-template-columns:1fr;gap:3rem}.features-grid,.pwa-install-features{grid-template-columns:repeat(2,1fr)}.device-preview-section,.features-section,.pwa-install-section,.preregister-section,.education-section,.security-section{padding:35px 20px}}@media (max-width: 480px){.landing-page{padding:0;margin:0}.hero-section{padding:20px 15px;min-height:auto}.hero-content{padding:0 10px}.hero-title{font-size:2.5rem;margin-bottom:.75rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-cta{flex-direction:column;gap:.75rem}.cta-button{width:100%;padding:.9rem 1.5rem;font-size:1rem}.device-preview-title,.features-title,.pwa-install-title,.preregister-title,.education-title,.security-title{font-size:1.75rem;margin-bottom:1.5rem}.device-preview-section,.features-section,.pwa-install-section,.preregister-section,.education-section,.security-section{padding:30px 15px}.pwa-install-container,.preregister-container,.education-container,.security-container{padding:0 10px}.feature-card{padding:.75rem!important}.education-item,.security-item{padding:1rem}.landing-page .form-input,.landing-page .form-select{font-size:16px!important;padding:.75rem!important}.landing-page h2,.form-row{margin-bottom:1rem!important}.landing-footer{padding:40px 15px}.footer-links{gap:1rem;flex-wrap:wrap}.device-preview-grid{gap:2rem}.device-desktop,.device-mobile{max-width:100%}.form-row table{width:100%;display:block}.form-row table tbody{display:block}.form-row table tr{display:block;width:100%}.form-row table td{width:100%!important;display:block;padding:0}.form-row table td:first-child{padding-right:0;margin-bottom:.25rem;padding-bottom:.25rem}.form-row table td:last-child{width:100%}.form-label-landing{font-size:.85rem!important;margin-bottom:.25rem!important}}.landing-page .form-input,.landing-page .form-select{width:100%;padding:.75rem 1rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.landing-page .form-input::placeholder{color:#fff9!important}.landing-page .form-label-landing{color:#fff;font-weight:600;display:block;margin-bottom:.5rem}.landing-page .form-input:focus,.landing-page .form-select:focus{outline:none;border-color:#fff!important;background:#ffffff26!important}.landing-page input[type=number]{-moz-appearance:textfield;appearance:textfield}.landing-page input[type=number]::-webkit-inner-spin-button,.landing-page input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.landing-page .form-row{margin-bottom:1.5rem}
