*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#3b82f6;--primary-dark:#2563eb;--secondary-color:#64748b;--text-dark:#1e293b;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#fff;--border-color:#e2e8f0;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--bg-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:var(--bg-white);box-shadow:var(--shadow);z-index:1000;padding:1rem 0;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo h1{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:5px;display:none}.mobile-menu-toggle span{background:var(--text-dark);border-radius:2px;width:25px;height:3px;transition:all .3s}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary-color);color:#fff!important}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{color:var(--text-dark);border:2px solid var(--border-color);background:0 0}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-block{text-align:center;width:100%;display:block}.nav-cta-btn{line-height:1.2}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 0}.hero-content{max-width:800px;margin:0 auto}.hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-subtitle{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta .btn-primary{background:#fff;color:var(--primary-color)!important}.hero-cta .btn-primary:hover{background:var(--bg-light)}.hero-cta .btn-secondary{color:#fff;background:0 0;border-color:#fff}.hero-cta .btn-secondary:hover{background:#ffffff1a}.features{background:var(--bg-light);padding:6rem 0}.section-title{text-align:center;color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background:var(--bg-white);box-shadow:var(--shadow);border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-light);line-height:1.7}.pricing{padding:6rem 0}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;max-width:1400px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.pricing-card{background:var(--bg-white);border:2px solid var(--border-color);text-align:center;border-radius:1rem;padding:2.25rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative}@media (max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.pricing-card.featured{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.badge{background:var(--primary-color);color:#fff;border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem}.price{margin-bottom:2rem}.price-amount{color:var(--text-dark);font-size:3rem;font-weight:700}.price-period{color:var(--text-light);font-size:1rem}.pricing-features{text-align:left;margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--text-light);border-bottom:1px solid var(--border-color);padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓ ";color:var(--primary-color);margin-right:.5rem;font-weight:700}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 0}.cta-content h2{margin-bottom:1rem;font-size:2.5rem}.cta-content p{opacity:.95;margin-bottom:2rem;font-size:1.2rem}.footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section p{color:#ffffffb3;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.footer-link-btn{color:#ffffffb3;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.footer-link-btn:hover{color:#fff}.footer-bottom{text-align:left;color:#ffffffb3;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-inner p{margin:0;font-size:.95rem;line-height:1.6}.footer-bottom-inner a{color:#ffffffb3;border-bottom:1px solid #ffffff40;padding-bottom:1px;text-decoration:none}.footer-bottom-inner a:hover{color:#fff;border-bottom-color:#fff9}.contact-modal-backdrop{z-index:2000;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.contact-modal{background:var(--bg-white);width:min(100%,560px);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:1rem;padding:1.75rem 1.5rem 1.5rem}.contact-modal-header{border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;display:flex}.contact-modal-header h3{color:var(--text-dark);margin:0;font-size:1.25rem;font-weight:800}.contact-modal-close{border:1px solid var(--border-color);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--text-dark);background:#0f172a08;border-radius:.75rem;justify-content:center;align-items:center;font-size:1.5rem;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.contact-modal-close:hover{color:var(--primary-dark);background:#3b82f614;border-color:#3b82f659;transform:translateY(-1px)}.contact-modal-subtitle{color:#64748bf2;margin:.9rem 0 1.25rem;font-size:.98rem}.contact-form{gap:1rem;display:grid}.contact-form label{color:var(--text-dark);gap:.4rem;font-size:.93rem;font-weight:600;display:grid}.contact-label-text{align-items:baseline;gap:.15rem;display:inline-flex}.contact-form input,.contact-form textarea,.contact-form select{border:1px solid var(--border-color);background:var(--bg-white);border-radius:.5rem;width:100%;padding:.65rem .75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,transform .2s}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form select:focus-visible{border-color:#3b82f699;outline:none;box-shadow:0 0 0 3px #3b82f633}.contact-form textarea{resize:vertical;min-height:120px}.contact-status{border-radius:.5rem;padding:.65rem .75rem;font-size:.95rem}.contact-status.success{color:#166534;background:#dcfce7}.contact-status.error{color:#991b1b;background:#fee2e2}.required-star{color:#ef4444;vertical-align:middle;margin-left:.25rem;font-weight:800}.contact-form .btn-primary.btn-block{margin-top:.25rem}.price-skeleton{align-items:baseline;gap:.75rem;width:100%;display:flex}.price-skeleton-amount{background:#94a3b859;border-radius:.5rem;width:120px;height:44px;animation:1.2s ease-in-out infinite pricePulse}.price-skeleton-period{background:#94a3b840;border-radius:.25rem;width:70px;height:14px;animation:1.2s ease-in-out infinite pricePulse}.pricing-card-skeleton{background:var(--bg-white)}.badge-skeleton{color:#0000!important;background:#3b82f680!important}.skeleton-title{background:#94a3b859;border-radius:.5rem;width:55%;height:28px;margin:1rem 0;animation:1.2s ease-in-out infinite pricePulse}.skeleton-price{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.skeleton-price-amount{background:#94a3b859;border-radius:.5rem;width:120px;height:44px;animation:1.2s ease-in-out infinite pricePulse}.skeleton-price-period{background:#94a3b840;border-radius:.25rem;width:70px;height:14px;animation:1.2s ease-in-out infinite pricePulse}.skeleton-line{background:#94a3b840;border-radius:.25rem;width:100%;height:14px;animation:1.2s ease-in-out infinite pricePulse}.skeleton-button{background:#94a3b859;border-radius:.5rem;height:44px;animation:1.2s ease-in-out infinite pricePulse}@keyframes pricePulse{0%{opacity:.65}50%{opacity:1}to{opacity:.65}}@media (max-width:768px){.nav-links{display:none}.nav-links.active{background:var(--bg-white);box-shadow:var(--shadow-lg);border-radius:.75rem;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;display:flex;position:absolute;top:calc(100% + .5rem);left:20px;right:20px}.mobile-menu-toggle{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.hero-cta a{width:100%}.section-title{font-size:2rem}.features-grid,.pricing-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}}@media (max-width:480px){.hero{padding:4rem 0}.hero-title{font-size:2rem}.features,.pricing,.cta{padding:4rem 0}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}
