:root{--dark:#1a1a1a;--dark-2:#2a2a2a;--yellow:#e54545;--yellow-hover:#e54545;--gray-light:#f9fafb;--gray-text:#4b5563;--gray-border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif!important}body{color:var(--dark);font-family:Poppins,sans-serif}.page-wrapper{background:#fff}.section-inner{margin:0 auto}.section-inner-sm{max-width:1024px;margin:0 auto}.section-center{text-align:center;margin-bottom:4rem}.hero-section{background:linear-gradient(135deg,var(--dark),var(--dark-2),var(--dark));padding:5rem 0 8rem;position:relative;overflow:hidden}.hero-bg-overlay{opacity:.1;position:absolute;inset:0}.hero-bg-img{object-fit:cover;width:100%;height:100%}.hero-z{z-index:10;position:relative}.hero-content{text-align:center;z-index:10;margin:0 auto;position:relative}.hero-badge{color:var(--dark);background:#fff;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{color:#fff;margin-bottom:2rem;font-size:3.5rem;font-weight:600;line-height:1.2}.hero-subtitle{color:#d1d5db;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-btn-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-btn-primary{background:var(--yellow);color:#fff;padding:14px 2rem;font-size:16px;font-weight:500;line-height:normal;border:2px solid var(--yellow)!important}.hero-btn-primary:hover{background:var(--yellow-hover)}.hero-btn-outline{color:var(--yellow);background:0 0;padding:14px 2rem;font-size:16px;font-weight:500;line-height:normal;border:2px solid var(--yellow)!important}.hero-btn-outline:hover{background:var(--yellow);color:#fff}.contact-section{background:#fff;padding:5rem 0}.contact-methods-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.contact-method-card{text-align:center;border:2px solid var(--gray-border);border-radius:1rem;flex-direction:column;align-items:center;padding:2.5rem 2rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.contact-method-card:hover{border-color:var(--yellow);box-shadow:0 10px 30px #00000014}.contact-method-icon{background:var(--yellow);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.25rem;display:flex}.contact-method-title{color:var(--dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-method-value{color:var(--dark);margin-bottom:.25rem;font-size:1rem;font-weight:500}.contact-method-desc{color:var(--gray-text);margin:0;font-size:.875rem}.contact-form-wrap{max-width:700px;margin:0 auto}.contact-info-title{color:var(--dark);margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form-group{flex-direction:column;gap:.4rem;display:flex}.contact-label{color:var(--dark);font-size:.9rem;font-weight:500}.contact-input{border:2px solid var(--gray-border);border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s}.contact-input:focus{border-color:var(--yellow)}.contact-textarea{border:2px solid var(--gray-border);resize:vertical;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s}.contact-textarea:focus{border-color:var(--yellow)}.contact-submit-btn{background:var(--yellow);color:#fff;width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600}.contact-submit-btn:hover{background:var(--yellow-hover)}.services-blocks-section{background:#fff;padding:5rem 0}.services-blocks-list{flex-direction:column;gap:2rem;display:flex}.svc-block{border:2px solid var(--gray-border);border-radius:1rem;grid-template-columns:1fr 2fr;transition:border-color .2s;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000f}.svc-block:hover{border-color:var(--yellow)}.svc-block-reverse{direction:rtl}.svc-block-reverse>*{direction:ltr}.svc-block-left{background:linear-gradient(135deg,var(--yellow),var(--yellow-hover));flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.svc-block.svc-block-reverse .svc-block-left{background:linear-gradient(135deg,var(--dark),var(--dark-2),var(--dark))}.svc-block.svc-block-reverse .svc-block-left svg path,.svc-block.svc-block-reverse .svc-block-left svg rect,.svc-block.svc-block-reverse .svc-block-left svg line{stroke:#2a2a2a}.svc-block-icon{width:5rem;height:5rem;color:var(--yellow);background:#fff;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.svc-block-title{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.svc-block-desc{color:#fff;opacity:.8;margin-bottom:0;font-size:1.05rem;line-height:1.75}.svc-block-right{background:var(--gray-light);padding:2.5rem}.svc-block-included{color:var(--dark);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.svc-block-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.svc-block-item{color:#374151;align-items:flex-start;gap:.75rem;font-size:1.05rem;display:flex}.svc-block-bullet{background:var(--yellow);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.2rem;padding:.25rem;display:flex}.svc-block-bullet svg path{stroke:#fff}.svc-process-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.svc-process-card{background:var(--dark-2);text-align:center;border:1px solid #374151;border-radius:1rem;height:100%;padding:1.5rem;transition:border-color .2s}.svc-process-card:hover{border-color:var(--yellow)}.svc-process-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.svc-cta-section{background:var(--gray-light);padding:5rem 0}.svc-cta-inner{text-align:center;max-width:800px;margin:0 auto}.svc-cta-title{color:var(--dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.svc-cta-subtitle{color:var(--gray-text);margin-bottom:2.5rem;font-size:18px;line-height:1.5}.svc-cta-btn-outline{color:var(--dark);background:0 0;padding:1rem 2rem;font-size:1.125rem;font-weight:500;border:2px solid var(--dark)!important}.svc-cta-btn-outline:hover{background:var(--dark);color:#fff}.about-hero-section{background:linear-gradient(135deg,var(--dark),var(--dark-2),var(--dark));padding:5rem 0}.about-hero-content{text-align:center;max-width:800px;margin:0 auto}.about-hero-title{color:#fff;margin-bottom:0;font-size:3.5rem;font-weight:600;line-height:1.2}.about-hero-subtitle{color:#d1d5db;margin:20px auto 0;font-size:18px}.about-overview-section{background:#fff;padding:5rem 0}.about-overview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.about-overview-text{color:var(--gray-text);flex-direction:column;gap:1rem;font-size:1.125rem;line-height:1.75;display:flex}.about-mv-section{background:var(--gray-light);padding:5rem 0}.about-mv-grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1152px;margin:0 auto;display:grid}.about-mv-card{border:2px solid var(--gray-border);background:#fff;border-radius:1rem;padding:2.5rem;transition:border-color .2s;box-shadow:0 4px 20px #0000000f}.about-mv-card:hover{border-color:var(--yellow)}.about-mv-title{color:var(--dark);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.about-mv-text{color:var(--gray-text);margin-bottom:0;font-size:1.125rem;line-height:1.75}.about-approach-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-approach-card{background:var(--gray-light);border:2px solid var(--gray-border);border-radius:1rem;padding:2rem;transition:border-color .2s}.about-approach-card:hover{border-color:var(--yellow)}.about-section{background:var(--gray-light);padding:5rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.about-img{border-radius:1rem;width:100%;height:auto;box-shadow:0 25px 50px #0003}.about-title{color:var(--dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.about-text{color:var(--gray-text);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75}.about-text-last{color:var(--gray-text);margin-bottom:2rem;font-size:1.125rem;line-height:1.75}.about-btn{background:var(--dark);color:#fff;padding:10px 15px}.about-btn:hover{background:var(--dark-2)}.services-section{background:#fff;padding:5rem 0}.services-title{color:var(--dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.services-subtitle{color:var(--gray-text);max-width:700px;margin:0 auto;font-size:1.25rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{border:2px solid var(--gray-border);border-radius:1rem;transition:border-color .2s,box-shadow .2s}.service-card:hover{border-color:var(--yellow);box-shadow:0 20px 40px #0000001a}.service-card-body{padding:2rem}.service-icon-wrap{background:var(--yellow);width:4rem;height:4rem;color:var(--dark);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-icon-wrap svg path,.service-icon-wrap svg circle,.service-icon-wrap svg line,.service-icon-wrap svg rect{stroke:#fff}.service-card-title{color:var(--dark);margin-bottom:5px;font-size:1.5rem;font-weight:600}.service-card-text{color:var(--gray-text);margin-bottom:10px;line-height:1.75}.steps-section{background:var(--dark);color:#fff;padding:5rem 0}.steps-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.steps-subtitle{color:#d1d5db;max-width:700px;margin:0 auto;font-size:1.25rem}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.step-item{position:relative}.step-card{background:var(--dark-2);border:1px solid #374151;border-radius:1rem;height:100%;padding:2rem;transition:border-color .2s}.step-card:hover{border-color:var(--yellow)}.step-number{color:var(--yellow);opacity:.5;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.step-title{margin-bottom:1rem;font-size:1.5rem}.step-text{color:#9ca3af;margin-bottom:0;font-size:16px;line-height:1.75}.step-arrow-wrap{display:none;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.step-arrow-icon{width:2rem;height:2rem;color:var(--yellow)}.why-section{background:var(--gray-light);padding:5rem 0}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.why-title{color:var(--dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600}.why-text{color:var(--gray-text);margin-bottom:2rem;font-size:1.125rem;line-height:1.75}.why-benefits-list{flex-direction:column;gap:1rem;display:flex}.why-benefit-item{align-items:center;gap:1rem;display:flex}.why-benefit-icon{background:var(--yellow);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:.25rem;padding:.25rem;display:flex}.why-benefit-icon svg path{stroke:#fff}.why-benefit-check{width:1.25rem;height:1.25rem;color:var(--dark)}.why-benefit-text{color:#374151;margin:0;font-size:1.125rem}.why-img{border-radius:1rem;width:100%;box-shadow:0 25px 50px #0003}.clients-section{border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);background:#fff;padding:4rem 0}.clients-label{text-align:center;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem}.clients-grid img{width:100%;height:auto}.client-item{justify-content:center;align-items:center;display:flex}.client-logo{background:linear-gradient(135deg,var(--yellow),var(--yellow-hover));border-radius:.75rem;justify-content:center;align-items:center;width:8rem;height:8rem;display:flex;box-shadow:0 10px 20px #0000001a}.client-initial{color:var(--dark);font-size:1.875rem;font-weight:700}.cta-section{background:linear-gradient(135deg,var(--dark),var(--dark-2),var(--dark));color:#fff;padding:5rem 0;position:relative;overflow:hidden}.cta-bg-overlay{opacity:.05;position:absolute;inset:0}.cta-bg-img{object-fit:cover;width:100%;height:100%}.cta-content{text-align:center;z-index:10;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.cta-title{margin-bottom:1.5rem;font-size:3rem;font-weight:600}.cta-subtitle{color:#d1d5db;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-btn{background:var(--yellow);color:#fff;padding:14px 3rem;font-size:18px;font-weight:500;transition:transform .2s,background .2s;box-shadow:0 25px 50px #0000004d}.cta-btn:hover{background:var(--yellow-hover);transform:scale(1.05)}.footer{background:var(--dark);color:#d1d5db;padding:4rem 0 0}.footer-container{padding:0 1rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand img{filter:invert();width:auto;height:48px}.footer-desc{color:#9ca3af;margin-top:1rem;font-size:.95rem;line-height:1.75}.footer-heading{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:#9ca3af;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.footer-link:hover{color:var(--yellow)}.footer-social{gap:1rem;display:flex}.footer-bottom{text-align:center;color:#6b7280;border-top:1px solid #1f2937;padding:1.5rem 0;font-size:.875rem}.header{z-index:50;background:#fff;border-bottom:1px solid #1f2937;position:sticky;top:0}.header-nav{padding:1rem 0}.header-inner{justify-content:space-between;align-items:center;display:flex}.header-logo img{width:auto;height:48px}.header-desktop-nav{align-items:center;gap:2rem;display:flex}.header-nav-link{color:#6c757d;text-decoration:none;transition:color .2s}.header-nav-link:hover,.header-nav-link.active{color:var(--yellow);font-weight:500}.header-cta-btn{background:var(--yellow);color:#fff;padding:.5rem 1.25rem;font-weight:500}.header-cta-btn:hover{background:var(--yellow-hover)}.header-mobile-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.header-mobile-nav{flex-direction:column;gap:1rem;margin-top:1rem;padding-bottom:1rem;display:flex}.header-cta-btn-mobile{background:var(--yellow);color:#fff;width:100%;padding:.75rem;font-weight:500}.header-cta-btn-mobile:hover{background:var(--yellow-hover)}.footer-copy{margin:0}button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;display:inline-flex}
@media (max-width:1024px){.services-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.svc-process-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.about-overview-grid,.about-mv-grid,.about-approach-grid,.contact-methods-grid,.contact-form-row{grid-template-columns:1fr}.about-hero-title{font-size:2.25rem}.svc-block{direction:ltr;grid-template-columns:1fr}.svc-process-grid{grid-template-columns:auto}.svc-cta-title{font-size:1.75rem}.header-desktop-nav{display:none}.header-mobile-btn{color:#000;display:block}.hero-title{margin-bottom:10px;font-size:28px}.hero-title br{display:none}.cta-title{font-size:28px}.about-grid,.why-grid,.services-grid,.steps-grid{grid-template-columns:1fr}.clients-grid{grid-template-columns:repeat(2,1fr)}.step-arrow-wrap{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-subtitle{color:#d1d5db;font-size:18px}.hero-btn-primary{width:100%;padding:10px 2rem}.hero-btn-group a{width:100%}.hero-btn-outline{width:100%;padding:10px 2rem}.about-title{margin-bottom:15px}.about-text{font-size:16px}.services-title{margin-bottom:15px}.services-subtitle{font-size:16px}.section-center{margin-bottom:2rem}.steps-subtitle,.why-text,.cta-subtitle{font-size:16px}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}
