@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%;--border:216 20% 88%;--radius:0.5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Poppins",serif;background-image:url(img/sec-bg.jpg);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}}.about-hero{position:relative;padding:4rem 0;background-image:url(img/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}@media (min-width:48rem){.about-hero{padding:6rem 0}}.about-hero .container{position:relative;z-index:1}.about-hero h1{font-family:Georgia,serif;font-size:2.5rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1rem}.hero-content{padding-left:5rem}.hero-subtitle{font-size:1.25rem;color:hsl(var(--primary))}.about-content{padding:4rem 3rem}.apart{display:flex;gap:2rem;margin-top:5rem}.apart img{width:20rem;border-radius:.5rem}.content-box{max-width:56rem;margin:0 auto}.content-box p{font-size:1.125rem;color:hsl(var(--primary));line-height:1.7;margin-bottom:2rem}.content-box h2{font-family:Georgia,'Times New Roman',Times,serif;color:hsl(var(--primary));font-size:1.75rem;margin-bottom:1.5rem}.check-list{list-style:none;padding:0}.check-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.95rem;color:hsl(var(--primary))}.check-list li img{width:2rem;height:2rem}.about-values{padding:1rem 2rem}.section-header{text-align:center;max-width:40rem;margin:0 auto 3rem}.section-header h2{font-family:Georgia,'Times New Roman',Times,serif;color:hsl(var(--primary));font-size:2.25rem;line-height:2.5rem;margin-bottom:.75rem}.section-header p{color:hsl(var(--primary))}.divider{width:6rem;height:.25rem;background:hsl(var(--secondary));margin:1.5rem auto 0}.values-grid{display:grid;gap:1.5rem;max-width:64rem;margin:0 auto}@media (min-width:48rem){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:#fff;border:.0625rem solid hsl(var(--border));border-radius:var(--radius);padding-bottom:2rem;text-align:center}.value-icon{padding-top:15px;height:6rem;border-radius:.5rem .5rem 0 0;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.5rem}.one{background:hsl(var(--primary))}.two{background:hsl(var(--accent))}.three{background:#045686}.value-icon img{width:9rem}.value-card h3{padding:0 2rem;font-family:Georgia,'Times New Roman',Times,serif;color:hsl(var(--primary));font-size:1.25rem;margin-bottom:.75rem}.value-card p{padding:0 2rem;font-size:.9rem;color:hsl(var(--primary))}.about-cta{margin-top:4rem;padding:6rem 0;background:hsl(216deg 65.32% 88.65%);text-align:center}.about-cta h2{font-family:Georgia,'Times New Roman',Times,serif;color:hsl(var(--primary));font-size:2rem;margin-bottom:1rem}.about-cta p{color:hsl(var(--primary));max-width:40rem;margin:0 auto 2rem}.btn{display:inline-block;text-decoration:none;font-weight:600;border-radius:var(--radius)}.btn-cta{background:hsl(var(--accent));color:#1A1A1A;padding:.75rem 1.5rem}.btn-xl{padding:1rem 2.75rem;font-size:1rem}.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}.brand-logo{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--accent));color:hsl(var(--accent-foreground));display:flex;align-items:center;justify-content:center;font-family:"Georgia",serif;font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.footer-logo{width:280px}.brand-name{font-family:"Georgia",serif;font-size:1.25rem;font-weight:600}.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 2rem;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:768px){.about-cta{padding:4rem 2rem}.hero-content{padding:0 4rem}}@media(max-width:470px){.section-header h2{font-size:2rem}.about-cta h2{font-size:1.5rem}.about-hero h1{font-size:2rem}}@media(max-width:426px){.about-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-content{padding:0 3rem}.section-header h2{font-size:1.5rem}.about-cta{padding:4rem 2rem}}@media(max-width:680px){.apart{flex-direction:column;align-items:center}}@media(max-width:500px){.about-content{padding:4rem 3rem 1rem}}