.navbar{background-color:#1a1a1a;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff;transition:color .3s ease}.navbar-logo:hover{color:#4a9eff}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-item{margin:0}.navbar-link{color:#fff;font-weight:500;transition:color .3s ease;padding:.5rem 0}.navbar-link:hover{color:#4a9eff}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-menu{flex-wrap:wrap;justify-content:center;gap:1rem}}.footer{background-color:#1a1a1a;color:#fff;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#4a9eff}.footer-section p{color:#ccc;line-height:1.6;font-size:.9rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;transition:color .3s ease;font-size:.9rem}.footer-section ul li a:hover{color:#4a9eff}.footer-badges{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.footer-badge{display:inline-block;background-color:#4a9eff33;color:#4a9eff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;width:fit-content}.footer-bottom{border-top:1px solid #333;padding:1.5rem 0}.footer-bottom p{text-align:center;color:#999;font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;padding:2rem 1rem}}.home{flex:1}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.compliance-badges{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.badge{background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(255,255,255,.3)}.hero-stats{display:flex;justify-content:center;gap:3rem;margin:3rem 0 2.5rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}.features-section{padding:5rem 2rem;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem;color:#667eea;display:flex;justify-content:center;align-items:center}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#666;line-height:1.6}.upcoming-section{padding:5rem 2rem;background:linear-gradient(135deg,#f8f9ff,#e8ecff)}.upcoming-banner{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #667eea26;border:2px solid #667eea;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden}.upcoming-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.upcoming-icon{font-size:4rem;color:#667eea;flex-shrink:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.upcoming-content{flex:1}.upcoming-title{font-size:2rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}.upcoming-description{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:1.5rem}.upcoming-badges{display:flex;gap:.75rem;flex-wrap:wrap}.upcoming-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.9rem;font-weight:600}.use-cases-section{padding:5rem 2rem;background-color:#fff}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.use-case-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2.5rem;border-radius:12px;border:2px solid #e9ecef;transition:transform .3s ease,border-color .3s ease}.use-case-card:hover{transform:translateY(-5px);border-color:#667eea}.use-case-card h3{font-size:1.75rem;margin-bottom:.5rem;color:#1a1a1a}.use-case-card>p{color:#667eea;font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}.use-case-card ul{list-style:none;padding:0}.use-case-card ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.use-case-card ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.testimonials-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.testimonials-section .section-title{color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,background .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#ffffff26}.testimonial-stars{color:gold;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{font-size:1.1rem}.testimonial-author span{font-size:.9rem;opacity:.8}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.use-cases-grid,.testimonials-grid{grid-template-columns:1fr}}.contact-page{flex:1;padding:4rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}.contact-container{max-width:800px;width:100%;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.contact-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#1a1a1a}.contact-content{text-align:center}.contact-info h2{font-size:1.75rem;margin-bottom:1rem;color:#333}.contact-info p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.contact-email{font-size:1.25rem;padding:2rem;background-color:#f8f9fa;border-radius:8px;display:inline-block}.contact-email strong{display:block;margin-bottom:.5rem;color:#333}.email-link{color:#667eea;font-size:1.5rem;font-weight:600;transition:color .3s ease}.email-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 768px){.contact-page{padding:2rem 1rem}.contact-container{padding:2rem 1.5rem}.contact-title{font-size:2rem}.email-link{font-size:1.25rem}}.products-page{flex:1;padding:4rem 2rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.products-header{text-align:center;margin-bottom:4rem}.products-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.products-header p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.compliance-notice{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.compliance-notice .badge{background-color:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center}.packages-section{margin-bottom:5rem}.packages-container{max-width:1400px;margin:0 auto}.section-subtitle{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1a1a1a}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.package-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.package-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.package-card.popular{border:3px solid #667eea;transform:scale(1.02)}.package-card.popular:hover{transform:scale(1.02) translateY(-8px)}.popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.85rem;font-weight:700;box-shadow:0 4px 12px #667eea66}.package-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.package-header h2{font-size:1.75rem;color:#1a1a1a;margin-bottom:1rem}.package-price{margin:1rem 0}.package-price .price{font-size:2.5rem;font-weight:700;color:#667eea;display:block}.package-price .period{font-size:1rem;color:#666;font-weight:400}.package-description{color:#666;font-size:1rem;margin:1rem 0}.package-devices{display:inline-block;background-color:#f0f7ff;color:#667eea;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:.5rem}.package-features,.package-includes{margin-bottom:1.5rem}.package-features h3,.package-includes h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.package-features ul,.package-includes ul{list-style:none;padding:0}.package-features ul li,.package-includes ul li{padding:.5rem 0;color:#333;font-size:.95rem;line-height:1.6}.btn-package{margin-top:auto;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:block;text-decoration:none}.btn-package:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.addons-section{margin-bottom:5rem}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.addon-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.addon-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.addon-card h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:.5rem}.addon-card p{color:#666;font-size:.95rem;margin-bottom:1rem;line-height:1.6}.addon-price{color:#667eea;font-weight:700;font-size:1.1rem}.specs-section{margin-bottom:5rem}.specs-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.spec-row{display:grid;grid-template-columns:250px 1fr;padding:1.25rem 2rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.spec-row:last-child{border-bottom:none}.spec-row:hover{background-color:#f8f9fa}.spec-label{font-weight:600;color:#1a1a1a}.spec-value{color:#666}.standalone-section{margin-bottom:5rem}.standalone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.standalone-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.standalone-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.standalone-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem}.standalone-price{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:1rem}.standalone-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.standalone-specs{list-style:none;padding:0;margin-bottom:1.5rem;text-align:left}.standalone-specs li{color:#333;padding:.5rem 0 .5rem 1.5rem;position:relative}.standalone-specs li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.btn-standalone{display:inline-block;padding:.75rem 2rem;background-color:#667eea;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.btn-standalone:hover{background-color:#764ba2;transform:translateY(-2px)}.benefits-section{margin-bottom:5rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #667eea}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.benefit-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center}.benefit-card p{color:#666;line-height:1.6}@media (max-width: 768px){.products-page{padding:2rem 1rem}.products-header h1{font-size:2rem}.packages-grid{grid-template-columns:1fr}.package-card.popular{transform:scale(1)}.package-card.popular:hover{transform:translateY(-8px)}.spec-row{grid-template-columns:1fr;gap:.5rem}.spec-label{margin-bottom:.25rem}.standalone-grid,.addons-grid,.benefits-grid{grid-template-columns:1fr}}.blog-page{flex:1;padding:4rem 2rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.blog-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.blog-header h1{font-size:3rem;color:#1a1a1a;margin-bottom:1rem}.blog-header p{font-size:1.2rem;color:#666;line-height:1.6}.blog-filters{max-width:1200px;margin:0 auto 3rem}.search-container{margin-bottom:2rem}.search-input{width:100%;max-width:600px;margin:0 auto;display:block;padding:1rem 1.5rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#667eea}.category-filters{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.category-btn{padding:.75rem 1.5rem;background-color:#fff;border:2px solid #e0e0e0;border-radius:25px;font-size:.95rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#667eea;color:#667eea}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.blog-container{max-width:1200px;margin:0 auto}.blog-stats{margin-bottom:2rem;color:#666;font-size:.95rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%;cursor:pointer}.blog-card-link:hover .blog-card,.blog-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.blog-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.blog-category{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.blog-date{color:#999;font-size:.85rem}.blog-title{margin-bottom:1rem;color:#1a1a1a;font-size:1.5rem;font-weight:700;line-height:1.3;transition:color .3s ease}.blog-card-link:hover .blog-title{color:#667eea}.blog-excerpt{color:#666;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.blog-tag{background-color:#f0f0f0;color:#666;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:500}.blog-read-more{color:#667eea;font-weight:600;transition:color .3s ease;align-self:flex-start;display:inline-block;margin-top:auto}.blog-card-link:hover .blog-read-more{color:#764ba2}.no-results{text-align:center;padding:4rem 2rem;color:#666}@media (max-width: 768px){.blog-page{padding:2rem 1rem}.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.category-filters{justify-content:flex-start}.category-btn{font-size:.85rem;padding:.6rem 1.2rem}}.blog-post-page{flex:1;padding:4rem 2rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.blog-post-container{max-width:900px;margin:0 auto}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:#764ba2}.blog-post{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:3rem}.blog-post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.blog-post-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.blog-post-category{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600}.blog-post-date{color:#999;font-size:.9rem;display:flex;align-items:center}.blog-post-title{font-size:2.5rem;color:#1a1a1a;line-height:1.2;font-weight:700}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.blog-post-tag{background-color:#f0f0f0;color:#666;padding:.4rem .9rem;border-radius:15px;font-size:.8rem;font-weight:500}.blog-post-content{line-height:1.8;color:#333}.blog-post-excerpt{font-size:1.2rem;color:#667eea;font-weight:600;margin-bottom:2rem;padding:1.5rem;background-color:#f8f9ff;border-left:4px solid #667eea;border-radius:4px}.blog-post-body{font-size:1.1rem}.blog-post-body h2{font-size:1.75rem;color:#1a1a1a;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.blog-post-body h3{font-size:1.5rem;color:#1a1a1a;margin-top:2rem;margin-bottom:1rem;font-weight:600}.blog-post-body p{margin-bottom:1.5rem;line-height:1.8}.blog-post-body ul,.blog-post-body ol{margin-bottom:1.5rem;padding-left:2rem}.blog-post-body li{margin-bottom:.75rem;line-height:1.7}.blog-post-body strong{color:#1a1a1a;font-weight:600}.blog-post-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.blog-post-share{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.blog-post-share p{margin:0;font-weight:600;color:#666}.share-buttons{display:flex;gap:.5rem}.share-buttons button{padding:.5rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.share-buttons button:hover{background-color:#764ba2}.related-posts{margin-top:4rem}.related-posts h2{font-size:2rem;color:#1a1a1a;margin-bottom:2rem;font-weight:700}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.related-post-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;position:relative;cursor:pointer}.related-post-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.related-post-category{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;width:fit-content}.related-post-card h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:700;line-height:1.3}.related-post-card p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem;flex-grow:1}.related-post-link{color:#667eea;font-weight:600;font-size:.9rem}@media (max-width: 768px){.blog-post-page{padding:2rem 1rem}.blog-post{padding:2rem 1.5rem}.blog-post-title{font-size:1.75rem}.blog-post-body{font-size:1rem}.related-posts-grid{grid-template-columns:1fr}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}
