*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f5}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}h1{font-size:2rem;margin-bottom:2rem;text-align:center;color:#333}.form-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#646cff}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}button{width:100%;padding:.75rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .3s}button:hover:not(:disabled){background-color:#535bf2}button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{padding:.75rem;margin-bottom:1rem;background-color:#fee;color:#c33;border:1px solid #fcc;border-radius:8px;font-size:.9rem}.success-message{padding:.75rem;margin-bottom:1rem;background-color:#efe;color:#3c3;border:1px solid #cfc;border-radius:8px;font-size:.9rem}.info-message{padding:.75rem;margin-bottom:1rem;background-color:#e7f3ff;color:#0056b3;border:1px solid #bee5eb;border-radius:8px;font-size:.9rem;text-align:center}.link{display:inline-block;padding:.75rem 1.5rem;background-color:#646cff;color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:500;text-align:center;transition:background-color .3s;width:100%}.link:hover{background-color:#535bf2}.privacy-container{min-height:100vh;padding:40px 20px;background-color:#f5f5f5}.privacy-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.privacy-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.effective-date{color:#666;font-size:.95rem;font-style:italic}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.5rem;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.privacy-section h3{font-size:1.15rem;color:#444;margin-top:1.5rem;margin-bottom:.75rem}.privacy-section p{line-height:1.7;color:#555;margin-bottom:1rem}.privacy-section ul,.privacy-section ol{margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{line-height:1.8;color:#555;margin-bottom:.5rem}.privacy-section strong{color:#333;font-weight:600}.intro-text{font-size:1.05rem;color:#444;line-height:1.8}.highlight-text{background-color:#fff9e6;padding:1rem;border-left:4px solid #646cff;border-radius:4px;margin:1rem 0}.contact-info{font-size:1.05rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;margin-top:1rem}.contact-info a{color:#646cff;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0;text-align:center;color:#666;font-size:.9rem}.faq-container{margin-top:1.5rem}.faq-item{margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s}.faq-item:hover{box-shadow:0 2px 4px #0000000d}.faq-question{width:100%;padding:1rem 1.25rem;background-color:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:1rem;font-weight:500;color:#333;transition:background-color .3s;font-family:inherit}.faq-question:hover{background-color:#f8f9fa}.faq-question[aria-expanded=true]{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0}.faq-icon{font-size:1.5rem;color:#646cff;font-weight:300;min-width:24px;text-align:center}.faq-answer{padding:1rem 1.25rem;background-color:#fafafa;animation:slideDown .3s ease-out}.faq-answer p{margin:0;line-height:1.7;color:#555}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/background-BBw5DflS.jpg);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e144680,#0f0a28b3 25%,#000000bf 60%,#0a051ecc);z-index:1}.hero-content{position:relative;z-index:2;max-width:700px;padding:2rem;text-align:center;color:#fff;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}.hero-logo{width:150px;height:150px;margin:0 auto 2rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));animation:fadeIn .8s ease-out .2s both,float 3s ease-in-out 1.2s infinite;will-change:transform}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em;color:#fff;text-shadow:3px 3px 16px rgba(0,0,0,.9),0 0 24px rgba(0,0,0,.7),0 0 48px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.8);animation:fadeInUp .8s ease-out;animation-delay:.4s;animation-fill-mode:both}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:-.01em;text-shadow:2px 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.6);color:#fffffffa;animation:fadeInUp .8s ease-out;animation-delay:.6s;animation-fill-mode:both}.hero-description{font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem;letter-spacing:.01em;text-shadow:2px 2px 6px rgba(0,0,0,.7),0 1px 2px rgba(0,0,0,.5);color:#fffffff0;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out;animation-delay:.8s;animation-fill-mode:both}.download-buttons{display:flex;gap:20px;justify-content:center;align-items:center;margin-bottom:3rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out;animation-delay:1s;animation-fill-mode:both}.download-button{display:inline-block;transition:all .4s cubic-bezier(.4,0,.2,1);padding:12px 20px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003,inset 0 1px #ffffff1a}.download-button:hover{transform:translateY(-6px) scale(1.05);background:#ffffff26;border-color:#ffffff4d;box-shadow:0 16px 48px #0006,0 4px 16px #0000004d,inset 0 1px #fff3}.download-button:active{transform:translateY(-2px) scale(1.02);transition:all .1s ease}.download-button img{width:180px;height:auto;display:block}.feature-highlights{display:flex;gap:2rem;justify-content:center;margin-top:3rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out;animation-delay:1.2s;animation-fill-mode:both}.feature-item{flex:1;min-width:180px;max-width:220px;text-align:center;padding:2rem 1.5rem;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:20px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:default}.feature-item:hover{transform:translateY(-8px) scale(1.03);background:#ffffff1f;border-color:#ffffff40;box-shadow:0 16px 48px #0000004d,0 4px 16px #0003,inset 0 1px #ffffff26}.feature-item h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em;text-shadow:2px 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.6);color:#fff}.feature-item p{font-size:.95rem;line-height:1.7;letter-spacing:.01em;text-shadow:1px 1px 4px rgba(0,0,0,.6),0 1px 2px rgba(0,0,0,.5);color:#ffffffeb}.hero-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.footer-link{color:#ffffffd9;text-decoration:none;font-size:.95rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:1px 1px 3px rgba(0,0,0,.5);display:inline-block}.footer-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px);text-shadow:1px 1px 4px rgba(0,0,0,.6)}.footer-link:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.footer-separator{color:#ffffff80;margin:0 .25rem}.footer-copyright{font-size:.85rem;color:#ffffffb3;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}50%{transform:translateY(-12px);filter:drop-shadow(0 8px 16px rgba(0,0,0,.4)) drop-shadow(0 0 20px rgba(255,255,255,.2))}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.download-buttons{gap:15px}.feature-highlights{gap:1.5rem}.feature-item{min-width:160px}}@media(max-width:480px){.hero-container{background-attachment:scroll}.hero-content{padding:1.5rem}.hero-logo{width:120px;height:120px;margin-bottom:1.5rem}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1.125rem;margin-bottom:1rem}.hero-description{font-size:.95rem;margin-bottom:2rem}.download-buttons{flex-direction:column;gap:15px}.feature-highlights{flex-direction:column;gap:1.5rem;margin-top:2rem}.feature-item{max-width:100%}.feature-item h3{font-size:1.125rem}.feature-item p{font-size:.9rem}.hero-footer{margin-top:3rem;padding-top:1.5rem}.footer-links{flex-direction:column;gap:.75rem}.footer-separator{display:none}.footer-link{font-size:.9rem}.footer-copyright{font-size:.8rem;margin-top:1rem}.form-card{padding:1.5rem}h1{font-size:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.privacy-content{padding:1.5rem}.privacy-header h1{font-size:1.75rem}.privacy-section h2{font-size:1.25rem}.privacy-section h3{font-size:1.05rem}.privacy-section ul,.privacy-section ol{margin-left:1rem}.faq-question{padding:.875rem 1rem;font-size:.95rem}.faq-answer{padding:.875rem 1rem}}
