@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--demo4-primary:#0d9488;--demo4-primary-hover:#0f766e;--demo4-primary-light:#ccfbf1;--demo4-secondary:#0f172a;--demo4-accent:#f59e0b;--demo4-accent-light:#fef3c7;--demo4-bg-white:#fff;--demo4-bg-gray:#f8fafc;--demo4-bg-light:#f1f5f9;--demo4-text-main:#1e293b;--demo4-text-muted:#64748b;--demo4-text-light:#94a3b8;--demo4-text-white:#fff;--demo4-border:#e2e8f0;--demo4-shadow-sm:0 1px 2px 0 #0000000d;--demo4-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--demo4-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--demo4-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--demo4-container:1200px;--demo4-radius:8px;--demo4-radius-lg:16px}.demo4-module__7TAHea__page{font-family:var(--demo4-font);background-color:var(--demo4-bg-white);color:var(--demo4-text-main);line-height:1.6;overflow-x:hidden}.demo4-module__7TAHea__container{max-width:var(--demo4-container);width:100%;margin:0 auto;padding:0 1.5rem}.demo4-module__7TAHea__section{padding:5rem 0}.demo4-module__7TAHea__sectionLight{background-color:var(--demo4-bg-white)}.demo4-module__7TAHea__sectionGray{background-color:var(--demo4-bg-gray)}.demo4-module__7TAHea__title{color:var(--demo4-text-main);margin-bottom:1rem;font-weight:700;line-height:1.2}.demo4-module__7TAHea__subtitle{color:var(--demo4-text-muted);font-size:1.125rem;line-height:1.6}.demo4-module__7TAHea__textCenter{text-align:center}.demo4-module__7TAHea__sectionHeader{text-align:center;max-width:700px;margin:0 auto 3rem}.demo4-module__7TAHea__label{color:var(--demo4-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:inline-block}.demo4-module__7TAHea__btn,.demo4-module__7TAHea__btnPrimary,.demo4-module__7TAHea__btnSecondary,.demo4-module__7TAHea__btnWhite{border-radius:var(--demo4-radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1.5;text-decoration:none;transition:all .2s;display:inline-flex}.demo4-module__7TAHea__btnPrimary{background-color:var(--demo4-primary);color:var(--demo4-text-white)}.demo4-module__7TAHea__btnPrimary:hover{background-color:var(--demo4-primary-hover);box-shadow:var(--demo4-shadow);transform:translateY(-1px)}.demo4-module__7TAHea__btnSecondary{color:var(--demo4-text-main);border-color:var(--demo4-border);background-color:#0000}.demo4-module__7TAHea__btnSecondary:hover{background-color:var(--demo4-bg-gray);border-color:var(--demo4-text-muted)}.demo4-module__7TAHea__btnWhite{color:var(--demo4-primary);background-color:#fff}.demo4-module__7TAHea__btnWhite:hover{background-color:var(--demo4-bg-light)}.demo4-module__7TAHea__navbar{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--demo4-border);background-color:#fffffff2;padding:1rem 0;position:sticky;top:0}.demo4-module__7TAHea__navContainer{justify-content:space-between;align-items:center;display:flex}.demo4-module__7TAHea__logo{color:var(--demo4-text-main);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.demo4-module__7TAHea__logoIcon{background-color:var(--demo4-primary);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.demo4-module__7TAHea__navLinks{gap:2rem;list-style:none;display:flex}.demo4-module__7TAHea__navLink{color:var(--demo4-text-muted);font-weight:500;text-decoration:none;transition:color .2s}.demo4-module__7TAHea__navLink:hover{color:var(--demo4-primary)}.demo4-module__7TAHea__mobileMenuBtn{color:var(--demo4-text-main);cursor:pointer;background:0 0;border:none;display:none}.demo4-module__7TAHea__hero{background:linear-gradient(to bottom,var(--demo4-bg-white),var(--demo4-bg-light));padding:4rem 0 6rem;position:relative;overflow:hidden}.demo4-module__7TAHea__heroContent{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.demo4-module__7TAHea__heroTitle{color:var(--demo4-text-main);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.demo4-module__7TAHea__heroTitleHighlight{color:var(--demo4-primary)}.demo4-module__7TAHea__heroText{color:var(--demo4-text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.demo4-module__7TAHea__heroButtons{justify-content:center;gap:1rem;display:flex}.demo4-module__7TAHea__heroImageWrapper{border-radius:var(--demo4-radius-lg);box-shadow:var(--demo4-shadow-lg);background-color:var(--demo4-bg-gray);min-height:500px;margin-top:4rem;position:relative;overflow:hidden}.demo4-module__7TAHea__heroImage{object-fit:cover;width:100%;height:100%;min-height:500px;display:block}.demo4-module__7TAHea__heroStatBadge{border-radius:var(--demo4-radius);box-shadow:var(--demo4-shadow);background:#fff;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:2rem;left:2rem}.demo4-module__7TAHea__aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.demo4-module__7TAHea__aboutImageWrapper{border-radius:var(--demo4-radius-lg);position:relative;overflow:hidden}.demo4-module__7TAHea__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.demo4-module__7TAHea__serviceCard{border-radius:var(--demo4-radius);border:1px solid var(--demo4-border);background:#fff;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex}.demo4-module__7TAHea__serviceCard:hover{box-shadow:var(--demo4-shadow);border-color:var(--demo4-primary);transform:translateY(-5px)}.demo4-module__7TAHea__serviceIconBox{background-color:var(--demo4-primary-light);width:50px;height:50px;color:var(--demo4-primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.demo4-module__7TAHea__serviceTitle{color:var(--demo4-text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.demo4-module__7TAHea__serviceText{color:var(--demo4-text-muted);flex-grow:1;margin-bottom:1.5rem}.demo4-module__7TAHea__serviceLink{color:var(--demo4-primary);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.demo4-module__7TAHea__whyUsGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.demo4-module__7TAHea__featureBox{background:var(--demo4-bg-gray);border-radius:var(--demo4-radius);padding:2rem}.demo4-module__7TAHea__featureTitle{color:var(--demo4-text-main);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.demo4-module__7TAHea__featureList{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.demo4-module__7TAHea__featureItem{align-items:flex-start;gap:1rem;display:flex}.demo4-module__7TAHea__checkIcon{color:var(--demo4-primary);flex-shrink:0;margin-top:.25rem}.demo4-module__7TAHea__processSteps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.demo4-module__7TAHea__processSteps:before{content:"";background:var(--demo4-border);z-index:0;height:2px;position:absolute;top:25px;left:10%;right:10%}.demo4-module__7TAHea__processStep{z-index:1;text-align:center;position:relative}.demo4-module__7TAHea__stepNumber{border:2px solid var(--demo4-primary);width:50px;height:50px;color:var(--demo4-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:700;display:flex}.demo4-module__7TAHea__stepTitle{color:var(--demo4-text-main);margin-bottom:.5rem;font-weight:700}.demo4-module__7TAHea__stepDesc{color:var(--demo4-text-muted);font-size:.875rem}.demo4-module__7TAHea__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.demo4-module__7TAHea__testimonialCard{border-radius:var(--demo4-radius);box-shadow:var(--demo4-shadow-sm);border:1px solid var(--demo4-border);background:#fff;padding:2rem}.demo4-module__7TAHea__stars{color:var(--demo4-accent);gap:.25rem;margin-bottom:1rem;display:flex}.demo4-module__7TAHea__quote{color:var(--demo4-text-main);margin-bottom:1.5rem;font-style:italic;line-height:1.6}.demo4-module__7TAHea__author{align-items:center;gap:1rem;display:flex}.demo4-module__7TAHea__authorAvatar{background:var(--demo4-bg-gray);object-fit:cover;border-radius:50%;width:48px;height:48px}.demo4-module__7TAHea__authorInfo h4{color:var(--demo4-text-main);font-size:.9375rem;font-weight:600}.demo4-module__7TAHea__authorInfo p{color:var(--demo4-text-muted);font-size:.8125rem}.demo4-module__7TAHea__ctaSection{background:var(--demo4-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.demo4-module__7TAHea__ctaTitle{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.demo4-module__7TAHea__ctaText{color:#ffffffe6;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.demo4-module__7TAHea__footer{background-color:var(--demo4-secondary);color:#fff;padding:5rem 0 2rem}.demo4-module__7TAHea__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.demo4-module__7TAHea__footerBrand p{color:var(--demo4-text-light);max-width:300px;margin-top:1rem;font-size:.9375rem}.demo4-module__7TAHea__footerCol h4{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.demo4-module__7TAHea__footerLinks{flex-direction:column;gap:.75rem;list-style:none;display:flex}.demo4-module__7TAHea__footerLink{color:var(--demo4-text-light);font-size:.9375rem;text-decoration:none;transition:color .2s}.demo4-module__7TAHea__footerLink:hover{color:#fff}.demo4-module__7TAHea__newsletterInput{border-radius:var(--demo4-radius);color:#fff;background:#1e293b;border:1px solid #334155;width:100%;margin-bottom:.75rem;padding:.75rem}.demo4-module__7TAHea__footerBottom{text-align:center;color:var(--demo4-text-light);border-top:1px solid #334155;padding-top:2rem;font-size:.875rem}@media (max-width:1024px){.demo4-module__7TAHea__heroTitle{font-size:3rem}.demo4-module__7TAHea__servicesGrid{grid-template-columns:repeat(2,1fr)}.demo4-module__7TAHea__footerGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.demo4-module__7TAHea__navLinks{display:none}.demo4-module__7TAHea__mobileMenuBtn{display:block}.demo4-module__7TAHea__heroTitle{font-size:2.25rem}.demo4-module__7TAHea__aboutGrid{grid-template-columns:1fr;gap:2rem}.demo4-module__7TAHea__whyUsGrid{grid-template-columns:1fr}.demo4-module__7TAHea__processSteps{text-align:left;grid-template-columns:1fr;gap:2rem}.demo4-module__7TAHea__processSteps:before{display:none}.demo4-module__7TAHea__processStep{text-align:left;align-items:flex-start;gap:1rem;display:flex}.demo4-module__7TAHea__stepNumber{flex-shrink:0;margin:0}.demo4-module__7TAHea__testimonialsGrid,.demo4-module__7TAHea__footerGrid{grid-template-columns:1fr}}
