@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--primary:220 65% 33%;--primary-foreground:210 40% 98%;--secondary:174 55% 42%;--accent:43 66% 52%;--accent-foreground:220 65% 15%;--background:216 47% 98%;--foreground:0 0% 10%;--border:216 20% 88%;--radius:0.5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Poppins",sans-serif;background-image:url(img/sec-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.site-header{position:sticky;top:0;z-index:50;background:hsl(var(--primary));box-shadow:0 .5rem 1.25rem rgb(0 0 0 / .15)}.header-inner{padding:0 4rem;height:8rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo img{width:20rem}.nav{display:flex;gap:.25rem}.nav-link{color:rgb(255 255 255 / .9);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:hsl(var(--radius));transition:color 0.2s}.nav-link:hover{color:hsl(var(--accent))}.nav-link.active{color:hsl(var(--accent))}.header-cta{display:flex;align-items:center;gap:1rem}.phone-link{align-items:center;color:rgb(255 255 255 / .9);text-decoration:none;font-size:.875rem;display:flex}.phone-link img{width:2.5rem}.btn{text-decoration:none;padding:.5rem 1rem;border-radius:hsl(var(--radius));font-size:.875rem;font-weight:600}.btn-cta{background:hsl(var(--accent-h),var(--accent-s),var(--accent-l));color:#1A1A1A}.menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem}.mobile-nav{display:none;border-top:.0625rem solid rgb(255 255 255 / .1);padding:1rem 0;background:#2d4e90}.mobile-nav .nav-link{display:block;padding:.75rem 2rem}.mobile-cta{padding:1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid rgb(255 255 255 / .6)}.btn.full{width:100%;text-align:center}@media (max-width:64rem){.desktop-nav,.header-cta{display:none}.header-inner{padding:0 2rem 0 1rem}.menu-btn{display:block}}.services-hero{position:relative;background:hsl(var(--primary));padding:4rem 0;overflow:hidden}@media (min-width:48rem){.services-hero{padding:6rem 0}}.hero-bg{position:absolute;z-index:0;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-content{max-width:48rem;padding-left:5rem;position:relative;z-index:1}.services-hero h1{font-family:"Georgia",serif;font-size:2.25rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:hsl(var(--primary));margin-bottom:1rem}.hero-text{color:hsl(var(--primary));margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;text-decoration:none}.btn-hero{background:#045686;color:#fff;transition:background-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.btn-hero:hover{background:hsl(var(--primary));box-shadow:0 6px 18px rgb(0 0 0 / .18);transform:translateY(-2px);color:#fff}.btn-hero-outline{border:.125rem solid #045686;color:#045686;transition:background-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.btn-hero-outline:hover{border:.125rem solid #045686;background:#045686;color:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .18);transform:translateY(-2px)}.trust-badges{background:hsl(var(--card));border-bottom:.0625rem solid hsl(var(--border));padding:1.5rem 0}.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media(max-width:470px){.badges{padding:0 5rem;justify-content:flex-start;gap:1rem}.services-cta p{padding:0 1rem}.services-cta h2{padding:0 1rem}}.badge{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}.badge img{width:40px}.services-detail{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:"Georgia",serif;font-size:2rem;margin-bottom:1rem;display:inline-block;color:hsl(var(--primary))}.section-header p{color:hsl(var(--primary))}.divider{width:6rem;height:.25rem;background:hsl(var(--secondary));margin:1.5rem auto 0}.services-grid{max-width:64rem;margin:0 auto 2rem;display:grid;gap:1.5rem}@media (min-width:48rem){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{padding:0 2rem}}.service-card{background:hsl(var(--card));border:.0625rem solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.service-head{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;font-family:"Georgia",serif;font-weight:700;font-size:1.12rem}.service-head-alt{background:#045686}.service-card ul{padding:1.5rem;list-style:none}.dot{color:hsl(var(--secondary));font-weight:700;margin-right:.5rem}.service-card li{font-size:.875rem;margin-bottom:.75rem;color:hsl(var(--primary))}.arr{color:hsl(43 60% 52% / var(--tw-text-opacity,1));font-weight:700;margin-right:.5rem}.integrated-service{max-width:64rem;margin:0 auto;border-radius:var(--radius);border:.0625rem solid hsl(var(--border));overflow:hidden}@media (max-width:768px){.integrated-service{margin:0 2rem}}.integrated-head{background:hsl(var(--accent));color:rgb(255 255 255 / var(--tw-text-opacity,1));padding:.75rem;font-family:"Georgia",serif;font-weight:700;text-align:center;font-size:1.125rem;line-height:1.75rem}.integrated-service ul{padding:1.5rem;background:hsl(var(--card));list-style:none}.integrated-service li{font-size:.875rem;margin-bottom:.75rem;color:hsl(var(--primary))}.services-cta{background:hsl(216deg 65.32% 88.65%);padding:4rem 0;text-align:center}.services-cta h2{font-family:"Georgia",serif;color:hsl(var(--primary));font-size:2rem;margin-bottom:1rem}.services-cta p{color:hsl(var(--primary));max-width:42rem;line-height:1.75rem;margin:0 auto 2rem}.btn-xl{padding:.875rem 2.5rem;font-size:1rem}.btn-cta{background:hsl(var(--accent));color:#1A1A1A}.site-footer{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.footer-main{padding:3rem 2rem}@media (max-width:48rem){.footer-main{padding:4rem 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:48rem){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}.footer-logo{width:280px}.brand-description{font-size:.875rem;color:hsl(var(--primary-foreground) / .7);line-height:1.6}.footer-column h4{font-family:"Georgia",serif;font-size:1.125rem;font-weight:600;color:hsl(var(--accent));margin-bottom:1rem}.footer-column ul{list-style:none;padding:0}.footer-column li{font-size:.875rem;color:hsl(var(--primary-foreground) / .7);margin-bottom:.5rem}.footer-column a{padding:5px 0 0;color:hsl(var(--primary-foreground) / .7);text-decoration:none}.footer-column a:hover{color:hsl(var(--accent))}.contact-list li{display:flex;align-items:flex-start;gap:.5rem}.contact-list li img{width:30px}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social img{width:30px}.footer-social a{font-size:1.25rem;color:hsl(var(--primary-foreground) / .7);text-decoration:none}.footer-social a:hover{color:hsl(var(--accent))}.footer-bottom{border-top:.0625rem solid hsl(var(--primary-foreground) / .1)}.footer-bottom-inner{padding:1rem 0;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:hsl(var(--primary-foreground) / .6);align-items:center}@media (min-width:48rem){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:hsl(var(--primary-foreground) / .6);text-decoration:none}.footer-legal a:hover{color:hsl(var(--accent))}@media (max-width:426px){.hero-content{padding:0 3rem}.services-hero{padding:2rem 0}}@media (max-width:768px){.hero-content{padding:0 4rem}}