:root{--primary: #197fe6;--background-light: #f6f7f8;--background-dark: #111921;--text-main: #0f172a;--text-muted: #475569;--white: #ffffff;--border: #e2e8f0;--shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",sans-serif;background-color:var(--background-light);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color 0.2s}button{cursor:pointer;border:none;font-family:inherit;transition:all 0.2s}@media (min-width:768px){section{padding-left:5rem;padding-right:5rem}}.svg-v1{width:var(--wp--custom--size--r, 40px);height:var(--wp--custom--size--r, 40px);max-width:22px;max-height:22px;fill:#007bff}.hero-container{margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-text-group{display:flex;flex-direction:column;gap:1rem}.hero-h1{font-size:2.25rem;font-weight:900;line-height:1.1;letter-spacing:-0.025em;color:#0f172a}.hero-p{font-size:1.125rem;color:var(--text-muted);max-width:500px}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{background:var(--primary);color:var(--white);padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:700;font-size:1rem;box-shadow:0 10px 15px -3px rgba(25,127,230,0.2)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent;padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:700;font-size:1rem}.btn-outline:hover{background:rgba(25,127,230,0.05)}.hero-image{width:100%;height:400px;border-radius:0.75rem;background-size:cover;background-position:center;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);overflow:hidden}.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.2),transparent)}@media (min-width:768px){.hero-container{flex-direction:row;align-items:center}.hero-content{width:50%}.hero-h1{font-size:3.75rem}.hero-image{width:50%;height:500px}}.services{padding-top:4rem;padding-bottom:4rem;background:var(--white)}.services-header{margin-bottom:3rem;display:flex;flex-direction:column;gap:1rem}.section-tag{color:var(--primary);font-size:0.875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em}.section-title{font-size:1.875rem;font-weight:900;color:#0f172a}.section-desc{font-size:1.125rem;color:var(--text-muted);max-width:700px}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{padding:1.5rem;border-radius:0.75rem;border:1px solid var(--border);transition:border-color 0.2s;background:var(--white);display:flex;flex-direction:column;gap:1.5rem}.service-card:hover{border-color:rgba(25,127,230,0.5)}.service-img{width:100%;height:256px;background-size:cover;background-position:center;border-radius:0.5rem}.service-info h4{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:0.75rem}.service-info p{color:var(--text-muted);line-height:1.6}.service-list{margin-top:1rem;list-style:none;display:flex;flex-direction:column;gap:0.5rem}.service-list li{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:#334155}.service-list .material-symbols-outlined{color:var(--primary);font-size:1.25rem}@media (min-width:768px){.section-title{font-size:2.25rem}.services-grid{grid-template-columns:1fr 1fr}}.why-us{text-align:center}.why-us-header{margin-bottom:4rem}.why-us-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.why-card{padding:2rem;background:var(--white);border:1px solid var(--border);border-radius:0.75rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform 0.2s}.why-card:hover{transform:translateY(-4px)}.why-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(25,127,230,0.1);color:var(--primary);display:flex;align-items:center;justify-content:center}.why-card h5{font-size:1.25rem;font-weight:700;color:#0f172a}.why-card p{font-size:0.875rem;color:var(--text-muted);line-height:1.6}@media (min-width:768px){.why-us-grid{grid-template-columns:repeat(3,1fr)}}.testimonials .container{justify-content:center}