*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em;color:#111827}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.875rem}h4{font-size:1.25rem}p{margin-bottom:1rem;line-height:1.75}.lead{font-size:1.25rem;font-weight:400;color:#4b5563;line-height:1.75}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;min-height:48px}.btn-primary{background-color:#22c55e;color:#fff;box-shadow:0 4px 6px #22c55e33}.btn-primary:hover{background-color:#16a34a;transform:translateY(-2px);box-shadow:0 8px 15px #22c55e4d}.btn-secondary{background-color:transparent;color:#22c55e;border:2px solid #22c55e}.btn-secondary:hover{background-color:#22c55e;color:#fff;transform:translateY(-2px);box-shadow:0 8px 15px #22c55e33}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav-brand{display:flex;align-items:center;gap:12px}.logo{width:40px;height:40px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.brand-name{font-size:1.5rem;font-weight:700;color:#111827}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#22c55e;background-color:#22c55e1a}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{width:25px;height:3px;background-color:#4b5563;border-radius:2px;transition:all .3s ease}main{margin-top:80px}.hero{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#111827,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.75}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#22c55e}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.hero-image{display:flex;justify-content:center}.hero-img{width:100%;max-width:500px;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}section{padding:80px 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{margin-bottom:1rem}.section-description{font-size:1.125rem;color:#6b7280}.services-overview{background-color:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#22c55e}.service-card:hover:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#86efac)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{margin-bottom:1rem;color:#111827}.service-card p{color:#6b7280;margin-bottom:1.5rem}.service-link{color:#22c55e;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.service-link:hover{color:#16a34a;transform:translate(4px)}.services-cta{text-align:center}.why-choose-us{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.why-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits{display:flex;flex-direction:column;gap:2rem}.benefit{display:flex;gap:1rem;align-items:flex-start}.benefit-icon{background:#22c55e;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;margin-top:4px}.benefit-content h3{margin-bottom:.5rem;color:#111827}.benefit-content p{color:#6b7280;margin-bottom:0}.why-image img{width:100%;max-width:500px;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}.testimonials{background-color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border-left:4px solid #22c55e}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#4b5563;margin-bottom:0;font-size:1.125rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.author-info h4{margin-bottom:.25rem;font-size:1rem;color:#111827}.author-info span{color:#6b7280;font-size:.875rem}.cta-section{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta-section .btn-primary{background-color:#fff;color:#22c55e}.cta-section .btn-primary:hover{background-color:#f9fafb;color:#16a34a}.cta-section .btn-secondary{border-color:#fff;color:#fff}.cta-section .btn-secondary:hover{background-color:#fff;color:#22c55e}.footer{background-color:#111827;color:#d1d5db;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-logo{width:32px;height:32px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.footer-brand-name{font-size:1.25rem;font-weight:600;color:#fff}.footer-description{color:#9ca3af;margin-bottom:0}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#22c55e}.footer-contact p{margin-bottom:.5rem;color:#d1d5db}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.about-hero{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.about-hero-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h1{font-size:3rem;margin-bottom:.5rem}.about-text h2{font-size:1.5rem;color:#22c55e;font-weight:600;margin-bottom:1.5rem}.about-highlights{display:flex;gap:2rem;margin-top:2rem}.highlight{text-align:center}.highlight-number{display:block;font-size:2rem;font-weight:700;color:#22c55e}.highlight-text{font-size:.875rem;color:#6b7280;font-weight:500}.profile-image{width:100%;max-width:400px;height:500px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a}.mission-section{background-color:#fff}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.mission-text h2,.vision-text h2{color:#111827;margin-bottom:1rem}.mission-text p,.vision-text p{font-size:1.125rem;color:#4b5563;line-height:1.75}.experience-timeline{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.timeline{max-width:800px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:2rem;margin-bottom:3rem;position:relative}.timeline-item:before{content:"";position:absolute;left:75px;top:0;bottom:-3rem;width:2px;background:#e5e7eb}.timeline-item:last-child:before{display:none}.timeline-date{font-weight:600;color:#22c55e;padding:8px 16px;background:#fff;border-radius:20px;text-align:center;border:2px solid #22c55e;height:-moz-fit-content;height:fit-content;position:relative;z-index:1}.timeline-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.timeline-content h3{color:#111827;margin-bottom:.5rem}.timeline-content h4{color:#22c55e;margin-bottom:1rem;font-weight:500}.timeline-content p{color:#6b7280;margin-bottom:0}.expertise-section{background-color:#fff}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.expertise-category{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.expertise-category:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#22c55e}.expertise-category h3{color:#111827;margin-bottom:1rem;border-bottom:2px solid #22c55e;padding-bottom:.5rem}.expertise-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.expertise-list li{color:#4b5563;position:relative;padding-left:1.5rem}.expertise-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.success-stories{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.success-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.success-story{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.success-story:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.success-image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.success-content{padding:2rem}.success-content h3{color:#111827;margin-bottom:1rem}.success-challenge,.success-solution,.success-results{margin-bottom:1rem;font-size:.95rem;line-height:1.6}.success-challenge{color:#dc2626}.success-solution{color:#2563eb}.success-results{color:#22c55e}.values-section{background-color:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#22c55e}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#111827;margin-bottom:1rem}.value-card p{color:#6b7280;margin-bottom:0}.services-hero{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center}.services-hero-content h1{margin-bottom:1rem}.services-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.hero-stat{text-align:center}.service-detail{padding:80px 0}.service-detail:nth-child(2n){background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.service-detail-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.service-detail-content.reverse{grid-template-columns:1fr 2fr}.service-detail-content.reverse .service-detail-text{order:2}.service-detail-content.reverse .service-detail-image{order:1}.service-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.service-features,.service-benefits{margin-bottom:2rem}.service-features h3,.service-benefits h3{color:#111827;margin-bottom:1rem}.service-features ul,.service-benefits ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.service-features li,.service-benefits li{position:relative;padding-left:1.5rem;color:#4b5563}.service-features li:before,.service-benefits li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.service-detail-image img{width:100%;height:350px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a}.pricing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.pricing-tier{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.pricing-tier h4{margin-bottom:.5rem;color:#111827}.price{font-size:1.5rem;font-weight:700;color:#22c55e;margin-bottom:.5rem}.pricing-tier p:last-child{color:#6b7280;font-size:.875rem;margin-bottom:0}.additional-services{background-color:#fff}.additional-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.additional-service-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.additional-service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#22c55e}.additional-service-card .service-icon{font-size:2.5rem;margin-bottom:1rem}.additional-service-card h3{margin-bottom:1rem;color:#111827}.additional-service-card>p{color:#6b7280;margin-bottom:1.5rem}.service-list{list-style:none;margin-bottom:1.5rem}.service-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563}.service-list li:before{content:"•";position:absolute;left:0;color:#22c55e;font-weight:700}.service-price{margin-bottom:1.5rem;color:#22c55e}.service-cta{color:#22c55e;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.service-cta:hover{color:#16a34a;transform:translate(4px)}.service-packages{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.package-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.package-card.featured{border-color:#22c55e;transform:scale(1.05);box-shadow:0 20px 25px -5px #22c55e33}.package-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:6px 20px;border-radius:20px;font-size:.875rem;font-weight:600}.package-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.package-card.featured:hover{transform:scale(1.05) translateY(-4px)}.package-header{margin-bottom:2rem}.package-price{font-size:2.5rem;font-weight:700;color:#22c55e;margin:.5rem 0}.package-subtitle{color:#6b7280;margin-bottom:0}.package-features ul{list-style:none;text-align:left;margin-bottom:2rem}.package-features li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#4b5563}.package-features li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.package-cta{width:100%}.process-section{background-color:#fff}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{margin-bottom:1rem;color:#111827}.process-step p{color:#6b7280;margin-bottom:0}.contact-hero{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center}.contact-hero-content h1{margin-bottom:1rem}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-method{display:flex;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.method-icon{font-size:2rem;flex-shrink:0}.method-info h3{margin-bottom:.5rem;font-size:1.125rem}.method-info p{margin-bottom:.25rem}.method-info a{color:#22c55e;text-decoration:none;font-weight:600}.method-info a:hover{color:#16a34a}.method-info span{font-size:.875rem;color:#6b7280}.contact-form-section{background-color:#fff}.contact-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{margin-bottom:.5rem}.form-header p{color:#6b7280;margin-bottom:0}.contact-form{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem;min-height:1.25rem}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.checkbox-group-single{margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#374151}.checkbox-label input[type=checkbox]{width:auto;margin:0}.checkmark{width:20px;height:20px;border:2px solid #e5e7eb;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#22c55e;border-color:#22c55e;color:#fff}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"✓";font-size:12px;font-weight:700}.checkbox-label input[type=checkbox]{display:none}.submit-btn{width:100%;margin-top:1rem;position:relative}.submit-btn.loading .btn-text{opacity:0}.submit-btn.loading .btn-loading{opacity:1}.btn-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.form-note{font-size:.875rem;color:#6b7280;text-align:center;margin-top:1rem;margin-bottom:0}.form-success{display:none;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:3rem;text-align:center;color:#166534}.form-success.show{display:block}.success-icon{width:60px;height:60px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.form-success h3{color:#166534;margin-bottom:1rem}.form-success p{color:#166534;margin-bottom:0}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px -1px #0000001a}.contact-info-card h3{color:#111827;margin-bottom:1rem;font-size:1.25rem}.contact-info-card ul{list-style:none;margin-bottom:0}.contact-info-card li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563}.contact-info-card li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.next-steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{width:32px;height:32px;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.875rem}.step-content h4{margin-bottom:.25rem;color:#111827;font-size:1rem}.step-content p{color:#6b7280;font-size:.875rem;margin-bottom:0}.business-info p{margin-bottom:.5rem;color:#4b5563}.contact-info-card blockquote{font-style:italic;color:#4b5563;margin-bottom:1rem;border-left:4px solid #22c55e;padding-left:1rem}.contact-info-card cite{color:#6b7280;font-size:.875rem}.faq-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px -1px #0000001a}.faq-item h3{color:#111827;margin-bottom:1rem;font-size:1.125rem}.faq-item p{color:#4b5563;margin-bottom:0}.contact-testimonials{background-color:#fff}@media (max-width: 1024px){.container{padding:0 2rem}.hero-content,.why-content,.about-hero-content,.mission-content,.service-detail-content,.contact-content{grid-template-columns:1fr;gap:2rem}.service-detail-content.reverse .service-detail-text,.service-detail-content.reverse .service-detail-image{order:0}.hero-cta{flex-direction:column;align-items:center}.hero-stats,.about-highlights,.services-hero-stats,.contact-methods{gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 768px){.nav-menu{display:none}.nav-toggle{display:flex}.nav-menu.active{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a;border-top:1px solid #e5e7eb}.nav-link{padding:1rem 2rem;border-radius:0}h1{font-size:2.5rem}h2{font-size:2rem}.hero-title,.about-text h1{font-size:2.5rem}.hero-stats,.about-highlights,.services-hero-stats,.contact-methods{flex-direction:column;text-align:center}.timeline-item{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.timeline-item:before{display:none}.timeline-date{text-align:left;width:-moz-fit-content;width:fit-content}.form-row,.checkbox-group,.services-grid,.additional-services-grid,.packages-grid{grid-template-columns:1fr}.package-card.featured{transform:none}.package-card.featured:hover{transform:translateY(-4px)}}@media (max-width: 480px){.container{padding:0 1rem}section{padding:60px 0}h1{font-size:2rem}h2{font-size:1.75rem}.hero-title,.about-text h1{font-size:2rem}.btn{padding:14px 20px;font-size:.9rem}.service-card,.additional-service-card,.testimonial-card,.contact-form,.expertise-category,.value-card,.faq-item,.contact-info-card{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card,.testimonial-card,.additional-service-card,.package-card,.value-card,.expertise-category,.success-story,.faq-item,.contact-info-card{animation:fadeInUp .6s ease-out forwards}.service-card:hover,.service-card:hover *,.additional-service-card:hover,.additional-service-card:hover *,.package-card:hover,.package-card:hover *,.testimonial-card:hover,.testimonial-card:hover *,.value-card:hover,.value-card:hover *,.expertise-category:hover,.expertise-category:hover *,.success-story:hover,.success-story:hover *,.faq-item:hover,.faq-item:hover *,.contact-info-card:hover,.contact-info-card:hover *,.nav-link:hover,.btn:hover,.service-link:hover,.service-cta:hover,.footer-links a:hover{color:inherit}.nav-link:hover{color:#22c55e!important}.btn-primary:hover,.btn-secondary:hover{color:#fff!important}.service-link:hover,.service-cta:hover{color:#16a34a!important}.footer-links a:hover{color:#22c55e!important}.method-info a:hover{color:#16a34a!important}.btn:focus,.nav-link:focus,.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid #22c55e;outline-offset:2px}@media print{.header,.footer,.cta-section,.nav-toggle{display:none}main{margin-top:0}*{background:#fff!important;color:#000!important}}
