.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo a{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.nav-logo a:hover{color:#1d4ed8}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.bar{width:25px;height:3px;background-color:#333;transition:.3s;border-radius:2px}@media screen and (max-width:768px){.nav-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-link{padding:1rem;display:block}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-container{max-width:1200px;margin:0 auto}.hero-content{animation:fadeInUp 1s ease-out}.hero-headline{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subheadline{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;font-size:1rem}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.hero-section{padding:4rem 1.5rem;min-height:70vh}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.1rem}.btn{padding:.875rem 1.5rem;font-size:.9rem}}.about-section{padding:6rem 2rem;background-color:#f9fafb}.about-container{max-width:1200px;margin:0 auto}.about-content{text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.about-text{max-width:800px;margin:0 auto;text-align:left}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#4b5563}@media screen and (max-width:768px){.about-section{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-text p{font-size:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease-out;overflow-y:auto}.modal-content{background-color:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease-out;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10}.modal-close:hover{background-color:#f3f4f6;color:#1f2937}.modal-header{padding:2.5rem 2.5rem 1.5rem;text-align:center;border-bottom:1px solid #e5e7eb}.modal-icon{font-size:4rem;margin-bottom:1rem}.modal-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.modal-body{padding:2rem 2.5rem 2.5rem}.modal-description{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:2rem}.modal-details{margin-bottom:2rem}.modal-details p{font-size:1rem;line-height:1.8;color:#4b5563}.pricing-section{margin:2.5rem 0;padding:2rem;background-color:#f9fafb;border-radius:12px}.pricing-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;text-align:center}.pricing-toggle-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:.5rem;background-color:#f3f4f6;border-radius:50px;width:fit-content;margin-left:auto;margin-right:auto}.toggle-label{font-size:.95rem;font-weight:500;color:#6b7280;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-label.active{color:#1f2937;font-weight:600}.discount-badge{font-size:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.15rem .5rem;border-radius:12px;font-weight:600}.toggle-switch{position:relative;display:inline-block;width:60px;height:30px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:30px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(30px)}.pricing-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.pricing-tier{background-color:#fff;padding:1.5rem;border-radius:8px;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;position:relative}.pricing-tier:nth-child(2){transform:scale(1.05);border-color:#667eea;border-width:3px;box-shadow:0 8px 24px #667eea33;z-index:1}.pricing-tier:nth-child(2):before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.pricing-tier:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.pricing-tier:nth-child(2):hover{transform:scale(1.05) translateY(-2px)}.tier-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.tier-price-container{margin-bottom:1rem}.tier-price{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem;display:flex;align-items:baseline;gap:.25rem}.price-main{font-size:2rem}.price-period{font-size:1rem;font-weight:500;color:#6b7280}.yearly-billing{display:flex;flex-direction:column;gap:.25rem}.yearly-total{font-size:.9rem;color:#4b5563;font-weight:500}.yearly-savings{font-size:.85rem;color:#10b981;font-weight:600}.tier-features{list-style:none;padding:0;margin:0;flex-grow:1}.tier-features li{color:#4b5563;font-size:.95rem;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.5rem}.tier-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.modal-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.btn-modal-primary,.btn-modal-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-modal-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-modal-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-modal-secondary{background-color:transparent;color:#667eea;border:2px solid #667eea}.btn-modal-secondary:hover{background-color:#667eea;color:#fff;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{padding:2rem 1.5rem 1rem}.modal-title{font-size:1.75rem}.modal-body,.pricing-section{padding:1.5rem}.pricing-tiers{grid-template-columns:1fr}.pricing-tier:nth-child(2){transform:scale(1);margin-top:.5rem}.pricing-tier:nth-child(2):hover{transform:translateY(-2px)}.modal-cta{flex-direction:column}.btn-modal-primary,.btn-modal-secondary{width:100%}}.services-section{padding:6rem 2rem;background-color:#fff}.services-container{max-width:1200px;margin:0 auto}.services-section .section-title{text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background-color:#f9fafb;padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#667eea;background-color:#fff}.service-cta{margin-top:1.5rem}.service-link{color:#667eea;font-weight:600;font-size:1rem;transition:all .3s ease}.service-card:hover .service-link{color:#764ba2;transform:translate(5px);display:inline-block}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-description{font-size:1rem;line-height:1.7;color:#4b5563}@media screen and (max-width:768px){.services-section{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}}.contact-section{padding:6rem 2rem;background-color:#f9fafb}.contact-container{max-width:1200px;margin:0 auto}.contact-section .section-title{text-align:center;margin-bottom:4rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info h3{font-size:1.75rem;margin-bottom:1rem;color:#1f2937}.contact-info p{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.contact-details{margin-top:2rem}.contact-details p{font-size:1rem;color:#6b7280}.contact-form{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{margin-top:1rem;padding:1rem;background-color:#d1fae5;color:#065f46;border-radius:8px;text-align:center}.error-message{margin-top:1rem;padding:1rem;background-color:#fee2e2;color:#991b1b;border-radius:8px;text-align:center}@media screen and (max-width:768px){.contact-section{padding:4rem 1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}}.footer{background-color:#1f2937;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#fff}.footer-section p{color:#d1d5db;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.9rem}@media screen and (max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}.legal-page{padding:2rem 2rem 4rem;background-color:#fff;min-height:calc(100vh - 200px)}.legal-container{max-width:900px;margin:0 auto;padding-top:2rem}.legal-container h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem;font-weight:700}.last-updated{color:#6b7280;font-size:.9rem;margin-bottom:3rem;font-style:italic}.legal-container section{margin-bottom:3rem}.legal-container h2{font-size:1.75rem;color:#1f2937;margin-bottom:1rem;margin-top:2rem;font-weight:600}.legal-container h3{font-size:1.25rem;color:#374151;margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.legal-container p{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.legal-container ul{margin-left:2rem;margin-bottom:1rem}.legal-container li{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:.5rem}@media screen and (max-width:768px){.legal-page{padding:1.5rem 1.5rem 3rem}.legal-container{padding-top:1rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.legal-container h3{font-size:1.1rem}}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}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}
