.section-padding{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto}.features{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease;border:1px solid #E5E7EB}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.heroicon-container{background:var(--primary-color)}.heroicon-container .heroicon{width:32px;height:32px;color:#fff;stroke-width:2}.feature-icon .heroicon{margin:0}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}.testimonials{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-sm);position:relative;transition:all .3s ease}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--primary-color);opacity:.3;font-family:serif}.testimonial-card p{font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;color:var(--text-dark);font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.testimonial-author strong{display:block;color:var(--text-dark);font-weight:600}.testimonial-author span{color:var(--text-light);font-size:.875rem}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.cta-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.newsletter-form{display:flex;max-width:400px;margin:0 auto;gap:0;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md)}.newsletter-form input{flex:1;padding:1rem;border:none;font-size:1rem;outline:none}.newsletter-form button{padding:1rem 2rem;background:var(--accent-color);border:none;color:#fff;font-weight:600;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:var(--secondary-color)}.error-message{color:#ef4444;margin-top:1rem;display:none}.success-message{color:#10b981;margin-top:1rem;display:none}.error-message.show,.success-message.show{display:block}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:#9ca3af}.footer-bottom a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:var(--accent-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.loading{opacity:.6;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #ccc;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.section-padding{padding:3rem 0}.features-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card,.testimonial-card{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.newsletter-form{flex-direction:column;border-radius:8px}.newsletter-form input,.newsletter-form button{border-radius:8px}.footer-content{grid-template-columns:1fr;text-align:center}.nav-wrapper{padding:.75rem 0}.nav-brand img{height:32px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero{min-height:90vh}.hero-content{padding:1rem}.hero h1{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.feature-icon{width:56px;height:56px;font-size:1.75rem}.feature-card h3{font-size:1.25rem}.testimonial-card:before{font-size:3rem;top:-5px;left:15px}.testimonial-card p{font-size:1rem}.testimonial-author{flex-direction:column;text-align:center;gap:.5rem}.testimonial-author img{align-self:center}}@media (max-width: 480px){.container{padding:0 .75rem}.feature-card,.testimonial-card{padding:1rem}.hero-content{padding:.75rem}.section-header h2{font-size:1.75rem}.section-subtitle{font-size:1rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem}.newsletter-form{max-width:100%}.newsletter-form input{padding:.875rem}.newsletter-form button{padding:.875rem 1.5rem}}.page-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0 4rem;text-align:center}.page-header-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.page-subtitle{font-size:1.25rem;color:var(--text-light);max-width:800px;margin:0 auto;line-height:1.6}.content-section{background:#fff}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.content-main{max-width:none}.content-sidebar{position:sticky;top:2rem}.content-single{max-width:800px;margin:0 auto}.content-intro .lead{font-size:1.25rem;line-height:1.7;color:var(--text-light);margin-bottom:3rem;font-weight:400}.content-block{margin-bottom:3rem}.content-block h2{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.content-block p{font-size:1rem;line-height:1.7;color:var(--text-light);margin-bottom:1rem}.content-block ul{margin:1rem 0;padding-left:0}.content-block li{list-style:none;position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-light);line-height:1.6}.content-block li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary-color);font-weight:700}.values-list li:before{content:"▸";color:var(--accent-color)}.content-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.content-footer p{color:var(--text-light);font-size:.9rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid #e5e7eb}.info-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.info-item:last-child{border-bottom:none}.info-item strong{color:var(--text-dark);font-weight:600;flex-shrink:0;margin-right:1rem}.info-item span{color:var(--text-light);text-align:right;flex:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);border:1px solid #e5e7eb}.contact-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem}.contact-card h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.contact-card p{color:var(--text-light);line-height:1.6}.company-info{space-y:1rem}.contact-item{display:flex;flex-direction:column;margin-bottom:1rem}.contact-item strong{color:var(--text-dark);font-weight:600;margin-bottom:.25rem}.contact-item span,.contact-item a{color:var(--text-light);text-decoration:none}.contact-item a:hover{color:var(--primary-color)}.response-time{background:#f0f9ff;padding:1rem;border-radius:8px;border-left:4px solid var(--primary-color)}.response-time p{margin:0;color:var(--text-light);font-size:.9rem}.contact-form-section{position:sticky;top:2rem}.contact-form-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border:1px solid #e5e7eb}.contact-form-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.form-note{color:var(--text-light);font-size:.9rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #10b9811a}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.submit-button{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.submit-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr;gap:3rem}.content-sidebar{position:static}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-section{position:static}}@media (max-width: 768px){.page-header{padding:4rem 0 3rem}.page-header-content h1{font-size:2rem}.page-subtitle{font-size:1rem}.content-block h2{font-size:1.5rem}.content-intro .lead{font-size:1.1rem}.info-card,.contact-card,.contact-form-card{padding:1.5rem}.contact-info{gap:1.5rem}.contact-item{margin-bottom:.75rem}}@media (max-width: 480px){.page-header{padding:3rem 0 2rem}.page-header-content h1{font-size:1.75rem}.info-card,.contact-card,.contact-form-card{padding:1rem}.content-block{margin-bottom:2rem}.content-block h2{font-size:1.25rem}.form-group input,.form-group textarea{padding:.625rem}.submit-button{padding:.875rem 1.5rem}}@media print{.navigation,.cta-section,.footer{display:none}body{font-size:12pt;line-height:1.4}.hero{background:none;color:#000;min-height:auto;padding:2rem 0}.section-padding{padding:1rem 0}}
