body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #ff45001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#333;font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{height:32px;object-fit:contain;width:32px}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff4500,tomato);-webkit-background-clip:text;background-clip:text}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{border-radius:25px;color:#333;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link.active,.navbar-link:hover{background:#ff45001a;color:#ff4500}.navbar-link.active{font-weight:600}.navbar-link.active:after{background:#ff4500;border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.navbar-cta{align-items:center;display:flex}.navbar-cta-button{background:linear-gradient(135deg,#ff4500,tomato);border-radius:25px;box-shadow:0 4px 15px #ff45004d;color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.navbar-cta-button:hover{box-shadow:0 6px 20px #ff450066;transform:translateY(-2px)}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger{background:#333;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active:nth-child(2){opacity:0}.hamburger.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.navbar-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #ff45001a;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-link{border-radius:15px;font-size:1.1rem;padding:1rem 1.5rem;text-align:center;width:100%}.navbar-cta{display:none}.navbar-toggle{display:flex}.navbar-container{height:60px}.navbar{top:0}}@media (max-width:480px){.navbar-container{padding:0 15px}.logo-text{font-size:1.3rem}.logo-icon{font-size:1.8rem}}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;margin-top:80px;padding:60px 0 20px}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.footer-logo .logo-icon{height:24px;object-fit:contain;width:24px}.footer-logo .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff4500,tomato);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;max-width:300px}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background:#ff4500;box-shadow:0 5px 15px #ff450066;transform:translateY(-3px)}.footer-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff4500}.footer-newsletter{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:3rem;padding:2rem}.newsletter-content h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.newsletter-content p{color:#ccc;font-size:.95rem;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:1rem;max-width:400px}.newsletter-input{background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;flex:1 1;font-size:.95rem;padding:12px 16px;transition:all .3s ease}.newsletter-input::placeholder{color:#ccc}.newsletter-input:focus{background:#ffffff26;border-color:#ff4500;outline:none}.newsletter-button{background:linear-gradient(135deg,#ff4500,tomato);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{box-shadow:0 5px 15px #ff450066;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright{color:#ccc;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff4500}@media (max-width:768px){.footer-main{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-description{margin:0 auto 1.5rem;max-width:100%}.social-links{justify-content:center}.newsletter-form{flex-direction:column;max-width:100%}.newsletter-button{width:100%}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer{margin-top:60px;padding:40px 0 20px}.footer-container{padding:0 15px}.footer-newsletter{padding:1.5rem}.social-link{font-size:1rem;height:40px;width:40px}}.footer-peerlist{margin-bottom:1.5rem;margin-top:1rem}.footer-peerlist a{display:inline-block;text-decoration:none;transition:transform .3s ease}.footer-peerlist a:hover{transform:scale(1.05)}.footer-peerlist img{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 2px 8px #0003;height:72px;transition:all .3s ease;width:auto}.footer-peerlist img:hover{border-color:#ff45004d;box-shadow:0 4px 16px #ff45004d}@media (max-width:768px){.footer-peerlist{text-align:center}.footer-peerlist img{height:64px}}@media (max-width:480px){.footer-peerlist img{height:56px}}.home{background:linear-gradient(135deg,#fff,#f8f9fa);padding-top:70px}.hero,.home{min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#ff4500,tomato 50%,#ff4500);color:#fff;display:flex;overflow:hidden;padding:80px 20px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{flex:1 1;max-width:600px;position:relative;z-index:2}.hero-logo{margin-bottom:2rem;text-align:center}.hero-logo-image{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:80px;object-fit:contain;width:80px}.hero-title{line-height:1.2;margin-bottom:1.5rem}.highlight{color:gold;display:block;margin-top:.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#ff4500;transform:translateY(-2px)}.btn-outline{border:2px solid #ff4500}.hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;z-index:2}.peerlist-section{background:#fff;border-bottom:1px solid #0000001a;padding:40px 0;text-align:center}.peerlist-embed{align-items:center;display:flex;justify-content:center}.peerlist-embed a{display:inline-block;text-decoration:none;transition:transform .3s ease}.peerlist-embed a:hover{transform:scale(1.05)}.peerlist-embed img{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:72px;transition:box-shadow .3s ease;width:auto}.peerlist-embed img:hover{box-shadow:0 4px 16px #00000026}@media (max-width:768px){.peerlist-section{padding:30px 0}.peerlist-embed img{height:64px}}@media (max-width:480px){.peerlist-section{padding:25px 0}.peerlist-embed img{height:56px}}.phone-mockup{background:#000;border-radius:40px;box-shadow:0 20px 40px #0000004d;height:600px;padding:20px;position:relative;width:300px}.phone-screen{align-items:center;background:linear-gradient(135deg,#ff4500,tomato);border-radius:25px;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.app-interface{text-align:center}.emergency-button{animation:pulse 2s infinite;font-size:4rem;margin-bottom:1rem}.status-text{font-size:1.2rem;font-weight:600}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.video-section{background:#fff;padding:80px 0}.section-title{margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.video-container{margin:0 auto;max-width:800px}.video-preview{cursor:pointer;text-align:center;transition:transform .3s ease}.video-preview:hover{transform:scale(1.02)}.video-thumbnail{border-radius:20px;box-shadow:0 10px 30px #0003;margin:0 auto;max-width:400px;overflow:hidden;position:relative}.thumbnail-image{display:block;height:auto;width:100%}.play-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .3s ease}.video-preview:hover .play-overlay{background:#0009}.play-button{color:#fff;font-size:3rem;text-shadow:0 2px 4px #00000080}.video-preview:hover .play-button{transform:scale(1.1)}.video-caption{color:#666;font-size:1rem;margin-top:1rem}.video-modal-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.video-modal{background:#000;border-radius:20px;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.modal-close{background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;right:15px;top:15px;transition:background .3s ease;width:40px;z-index:10001}.modal-close:hover{background:#ff4500cc}.modal-video{display:block;height:auto;max-height:90vh;width:100%}.video-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:20px;padding:80px 40px;position:relative;text-align:center}.play-button{color:#ff4500;cursor:pointer;font-size:4rem;margin-bottom:1rem;transition:transform .3s ease}.play-button:hover{transform:scale(1.1)}.video-placeholder p{color:#666;font-size:1.2rem;margin-bottom:.5rem}.video-placeholder small{color:#999}.features-section{background:#f8f9fa;padding:80px 0}.features-grid{grid-gap:60px;align-items:start;gap:60px;grid-template-columns:2fr 1fr}.features-list{display:flex;flex-direction:column;gap:2rem}.feature-item{align-items:flex-start;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{flex-shrink:0;font-size:2.5rem}.feature-content h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.feature-content p{color:#666;line-height:1.6}.about-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem;position:-webkit-sticky;position:sticky;top:20px}.about-content{text-align:center}.developer-avatar{font-size:4rem;margin-bottom:1.5rem}.about-content p{color:#666;line-height:1.6;margin-bottom:1rem;text-align:left}.testimonials-section{background:#fff;padding:80px 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.testimonial-card{background:#f8f9fa;border-left:4px solid #ff4500;border-radius:20px;padding:2rem;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-content p{color:#333;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{font-size:2rem}.author-info h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.author-info span{color:#666;font-size:.9rem}.pricing-section{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:80px 0}.pricing-card{border-radius:30px;box-shadow:0 20px 40px #0003;color:#333;margin:0 auto;max-width:500px;overflow:visible;padding:3rem;text-align:center}.pricing-header{margin-bottom:2rem;position:relative;z-index:1}.pricing-header h3{color:#fff;display:block;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;position:relative;text-align:center;text-shadow:0 2px 4px #0000004d;width:100%;z-index:2}.price{align-items:baseline;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem;position:relative;z-index:1}.currency{color:#fff;font-size:2rem;font-weight:700}.amount{color:#fff;font-size:5rem;font-weight:900;line-height:1;text-shadow:0 4px 8px #0006}.period{color:#fff;font-size:1.4rem;font-weight:600;margin-left:.5rem}.presale-badge{background:linear-gradient(135deg,#ff3b30,#e63946);border:2px solid #fff3;box-shadow:0 4px 15px #ff3b3066;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.75rem 1.5rem;text-transform:uppercase}.presale-badge,.pricing-features,.pricing-warning{margin-bottom:2rem}.pricing-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #ff4500;border-radius:15px;box-shadow:0 4px 15px #ff450033;color:#8b4513;padding:1.5rem}.pricing-warning p{font-weight:500;margin-bottom:.5rem}.pricing-warning p:last-child{margin-bottom:0}@media (max-width:768px){.hero{flex-direction:column;padding:60px 20px;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.features-grid{gap:40px;grid-template-columns:1fr}.about-section{position:static}.testimonials-grid{grid-template-columns:1fr}.phone-mockup{height:500px;margin-top:2rem;width:250px}.section-title{font-size:2rem}.video-thumbnail{border-radius:15px;max-width:100%}.video-modal{max-height:95vh;max-width:95vw}.pricing-card{margin:0 20px;padding:2rem}.amount{font-size:4rem}.currency{font-size:1.5rem}.period{font-size:1.2rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.btn{font-size:1rem;padding:12px 24px}.pricing-card{margin:0 20px;padding:2rem}.amount{font-size:3rem}}.pricing-page{background:linear-gradient(135deg,#fff,#f8f9fa);min-height:100vh;padding-top:70px}.pricing-header{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:80px 0 60px;text-align:center}.page-title{font-size:3.5rem}.page-subtitle{font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.95}.presale-section{background:#fff;padding:60px 0}.presale-banner{align-items:center;background:linear-gradient(135deg,#ff3b30,#e63946);border-radius:30px;box-shadow:0 20px 40px #ff3b304d;color:#fff;display:flex;justify-content:space-between;overflow:hidden;padding:3rem;position:relative}.presale-banner:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.presale-content{flex:1 1;position:relative;z-index:2}.presale-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.presale-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.presale-content p{font-size:1.2rem;line-height:1.6;opacity:.95}.presale-deadline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffd7004d;border-radius:25px;color:gold;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:.75rem 1.5rem}.presale-price{position:relative;text-align:center;z-index:2}.price-display{margin-bottom:1rem}.price-display .currency{font-size:2rem;opacity:.8}.price-display .amount{font-size:5rem;font-weight:800;margin:0 .5rem}.price-display .period{font-size:1.2rem;opacity:.8}.original-price{display:flex;flex-direction:column;gap:.5rem}.strikethrough{font-size:1.5rem;opacity:.7;text-decoration:line-through}.savings{background:gold;border-radius:20px;color:#333;font-size:.9rem;font-weight:600;padding:.25rem .75rem}.main-pricing{background:#f8f9fa;padding:80px 0}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1100px}.pricing-card{background:#fff;border:2px solid #0000;border-radius:25px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.pricing-card.featured{border-color:#ff4500;box-shadow:0 20px 40px #ff450033;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-10px)}.featured-badge{background:#ff4500;border-radius:25px;box-shadow:0 4px 15px #ff45004d;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.card-header{margin-bottom:2rem;text-align:center}.card-header h3{color:#333;font-size:2rem;font-weight:700}.card-header h3,.price{margin-bottom:1rem}.price .currency{color:#666;font-size:1.5rem}.price .amount{color:#ff4500;font-size:3.5rem;font-weight:800;margin:0 .5rem}.plan-description,.price .period{color:#666;font-size:1.1rem}.plan-description{line-height:1.5}.features-list{margin-bottom:2rem}.feature{border-bottom:1px solid #eee;color:#333;font-size:1rem;font-weight:500;padding:.75rem 0}.feature:last-child{border-bottom:none}.presale-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:15px;color:#856404;margin-bottom:2rem;padding:1.5rem;text-align:center}.presale-warning p{font-weight:500;margin-bottom:.5rem}.presale-warning p:last-child{margin-bottom:0}.btn{width:100%}.btn-primary{background:#ff4500;border-color:#ff4500}.btn-outline{background:#0000;border-color:#ff4500;color:#ff4500}.btn-outline:hover{background:#ff4500;color:#fff;transform:translateY(-2px)}.faq-section{background:#fff;padding:80px 0}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin:0 auto;max-width:1000px}.faq-item{background:#f8f9fa;border-left:4px solid #ff4500;border-radius:20px;padding:2rem}.faq-item h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{min-width:200px;width:auto}.cta-buttons .btn-outline{background:#0000;border-color:#fff;color:#fff}.cta-buttons .btn-outline:hover{background:#fff;border-color:#fff;color:#ff4500;transform:translateY(-2px)}@media (max-width:768px){.page-title{font-size:2.5rem}.presale-banner{flex-direction:column;gap:2rem;text-align:center}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-10px)}.faq-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-buttons .btn{max-width:300px;width:100%}}@media (max-width:480px){.page-title{font-size:2rem}.presale-banner{padding:2rem}.presale-content h2{font-size:2rem}.price-display .amount{font-size:3.5rem}.pricing-card{padding:2rem}.price .amount{font-size:3rem}}.guide-container{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0 auto;max-width:1200px;padding:20px}.guide-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0000001a;color:#fff;margin-bottom:40px;padding:40px 20px;text-align:center}.guide-header h1{font-size:2.5rem;font-weight:700;margin-bottom:15px}.guide-subtitle{font-size:1.2rem;margin:0;opacity:.9}.guide-content{display:flex;flex-direction:column;gap:30px}.guide-section{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:30px}.guide-section h2{align-items:center;border-bottom:3px solid #667eea;color:#2c3e50;display:flex;font-size:1.8rem;gap:10px;margin-bottom:20px;padding-bottom:10px}.guide-section h3{color:#34495e;font-size:1.3rem;font-weight:600;margin:20px 0 15px}.guide-section p{font-size:1.1rem;margin-bottom:15px}.guide-section ol,.guide-section ul{margin:15px 0;padding-left:25px}.guide-section li{font-size:1rem;margin-bottom:8px}.guide-section strong{color:#2c3e50;font-weight:600}.method-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.method-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.method-card h3{color:#667eea;margin-top:0}.step-card{background:#fff5f5;border-left:4px solid #e53e3e;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.step-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.step-card h3{color:#e53e3e;margin-top:0}.info-card{background:#f0f8ff;border-left:4px solid #3182ce;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.info-card h3{color:#3182ce;margin-top:0}.widget-card{background:#f0fff4;border-left:4px solid #38a169;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.widget-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.widget-card h3{color:#38a169;margin-top:0}.requirements-card{background:#fffaf0;border-left:4px solid #dd6b20;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.requirements-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.requirements-card h3{color:#dd6b20;margin-top:0}.flow-card{background:#faf5ff;border-left:4px solid #805ad5;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.flow-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.flow-card h3{color:#805ad5;margin-top:0}.scenario-card{background:#fff5f5;border-left:4px solid #e53e3e;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.scenario-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.scenario-card h3{color:#e53e3e;margin-top:0}.platform-card{background:#f7fafc;border-left:4px solid #4a5568;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.platform-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.platform-card h3{color:#4a5568;margin-top:0}.setup-card{background:#f0fff4;border-left:4px solid #38a169;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.setup-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.setup-card h3{color:#38a169;margin-top:0}.testing-card{background:#fffaf0;border-left:4px solid #dd6b20;border-radius:10px;margin:20px 0;padding:25px;transition:transform .2s ease,box-shadow .2s ease}.testing-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.testing-card h3{color:#dd6b20;margin-top:0}.code-block{background:#2d3748;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;margin:15px 0;overflow-x:auto;padding:20px}.code-block,.code-block code{color:#e2e8f0}.benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:20px 0}.benefit-item{background:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;font-size:1rem;padding:20px;transition:transform .2s ease}.benefit-item:hover{transform:translateY(-2px)}.protocol-steps{display:flex;flex-direction:column;gap:15px;margin:20px 0}.step{background:#f0f8ff;border-left:3px solid #3182ce;border-radius:8px;font-size:1.1rem;padding:20px;transition:transform .2s ease}.step:hover{transform:translateX(5px)}.conclusion{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.conclusion h2{border-bottom-color:#ffffff4d;color:#fff}.conclusion p{font-size:1.2rem;margin-bottom:20px}@media (max-width:768px){.guide-container{padding:15px}.guide-header{padding:30px 15px}.guide-header h1{font-size:2rem}.guide-section{padding:20px}.guide-section h2{font-size:1.5rem}.benefits-grid{grid-template-columns:1fr}.flow-card,.info-card,.method-card,.platform-card,.requirements-card,.scenario-card,.setup-card,.step-card,.testing-card,.widget-card{padding:20px}}@media (max-width:480px){.guide-header h1{font-size:1.8rem}.guide-subtitle{font-size:1rem}.guide-section{padding:15px}.guide-section h2{font-size:1.3rem}.guide-section h3{font-size:1.1rem}}.download-page{background:linear-gradient(135deg,#fff,#f8f9fa);min-height:100vh;padding-top:70px}.container{max-width:1200px}.download-hero{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:80px 0 60px;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.95}.download-options{background:#fff;padding:80px 0}.download-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:900px}.download-card{background:#fff;border:2px solid #0000;border-radius:25px;box-shadow:0 15px 35px #0000001a;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.download-card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-10px)}.download-card.ios{border-color:#007aff}.download-card.android{border-color:#3ddc84}.platform-icon{font-size:4rem;margin-bottom:1.5rem}.download-card h3{color:#333;font-size:2rem;font-weight:700;margin-bottom:1rem}.download-card p{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.requirements{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.requirements span{background:#f8f9fa;border-radius:20px;color:#666;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.download-btn{align-items:center;border:2px solid;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;padding:18px 32px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.ios-btn{background:#007aff;border-color:#007aff;box-shadow:0 4px 15px #007aff66;color:#fff}.ios-btn:hover{background:#0056cc;border-color:#0056cc;box-shadow:0 6px 20px #007aff99;transform:translateY(-2px)}.android-btn{background:#3ddc84;border-color:#3ddc84;box-shadow:0 4px 15px #3ddc8466;color:#fff}.android-btn:hover{background:#2bb673;border-color:#2bb673;box-shadow:0 6px 20px #3ddc8499;transform:translateY(-2px)}.btn-icon{font-size:1.2rem}.coming-soon{margin-top:1rem}.coming-soon small{color:#999;font-style:italic}.available-now{margin-top:1rem}.available-now small{color:#28a745;font-weight:600}.features-preview{background:#f8f9fa;padding:80px 0}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.install-guide{background:#fff;padding:80px 0}.install-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.step{align-items:flex-start;background:#f8f9fa;border-radius:20px;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:#ff4500;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-content h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.step-content p{color:#666;line-height:1.6}.system-requirements{background:#f8f9fa;padding:80px 0}.requirements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:900px}.requirement-card{background:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a;padding:2.5rem}.requirement-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.requirement-card ul{list-style:none;padding:0}.requirement-card li{border-bottom:1px solid #eee;color:#666;padding:.75rem 0 .75rem 2rem;position:relative}.requirement-card li:before{color:#ff4500;content:"✓";font-weight:700;left:0;position:absolute}.requirement-card li:last-child{border-bottom:none}.pricing-reminder{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:80px 0;text-align:center}.reminder-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.reminder-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.price-highlight{margin-bottom:2rem}.price-highlight .currency{font-size:2rem;opacity:.8}.price-highlight .amount{font-size:4rem;font-weight:800;margin:0 .5rem}.price-highlight .period{font-size:1.2rem;opacity:.8}.btn{border:2px solid}.btn-primary{background:#ff3b30;border-color:#ff3b30;box-shadow:0 4px 15px #ff3b3066}.btn-primary:hover{background:#e63946;border-color:#e63946;box-shadow:0 6px 20px #ff3b3099}.btn-large{font-size:1.2rem;padding:18px 40px}.support-section{background:#fff;padding:80px 0}.support-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:900px}.support-card{background:#f8f9fa;border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.support-card:hover{transform:translateY(-5px)}.support-icon{font-size:3rem;margin-bottom:1.5rem}.support-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.support-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.support-link{color:#ff4500;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.support-link:hover{color:#e63946}@media (max-width:768px){.hero-title{font-size:2.5rem}.download-grid{max-width:400px}.download-grid,.features-grid,.install-steps,.requirements-grid,.support-grid{grid-template-columns:1fr}.reminder-content h2,.section-title{font-size:2rem}.price-highlight .amount{font-size:3rem}}@media (max-width:480px){.hero-title{font-size:2rem}.download-card{padding:2rem 1.5rem}.download-btn{font-size:1rem;padding:15px 24px}.step{padding:1.5rem}.requirement-card{padding:2rem}.support-card{padding:2rem 1.5rem}}.terms-page{background:linear-gradient(135deg,#fff,#f8f9fa);min-height:100vh;padding-top:70px}.container{margin:0 auto;max-width:800px;padding:0 20px}.terms-header{background:linear-gradient(135deg,#ff4500,tomato);color:#fff;padding:60px 0 40px;text-align:center}.page-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.page-subtitle{font-size:1.2rem;font-weight:500;opacity:.9}.terms-content{background:#fff;padding:60px 0}.terms-text{color:#333;line-height:1.8}.intro-text{color:#555;font-size:1.1rem;font-weight:500;margin-bottom:2rem}.terms-section{margin-bottom:2.5rem}.terms-section h2{border-bottom:2px solid #ff4500;color:#ff4500;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.terms-section p{color:#444;font-size:1rem;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:2rem}.terms-section li{color:#444;margin-bottom:.5rem}.contact-info{background:#f8f9fa;border-left:4px solid #ff4500;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{color:#333;margin-bottom:.5rem}.contact-info a{color:#ff4500;font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}.back-section{background:#f8f9fa;padding:40px 0 60px;text-align:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff4500,tomato);box-shadow:0 4px 15px #ff450066;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #ff450099;transform:translateY(-2px)}@media (max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.terms-content{padding:40px 0}.terms-section h2{font-size:1.3rem}.intro-text{font-size:1rem}.terms-section p{font-size:.95rem}}@media (max-width:480px){.container{padding:0 15px}.page-title{font-size:2rem}.terms-header{padding:40px 0 30px}.terms-content{padding:30px 0}.contact-info{padding:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}ol,ul{list-style:none}img{height:auto;max-width:100%}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.a224b632.css.map*/