.gallery-item[data-astro-cid-j7pv25f6]:hover img[data-astro-cid-j7pv25f6]{transform:scale(1.1)}.gallery-item[data-astro-cid-j7pv25f6]:hover div[data-astro-cid-j7pv25f6]{transform:translateY(0)}:root{--primary: #FF3333;--primary-dark: #cc0000;--secondary: #111111;--text-main: #333333;--text-light: #666666;--bg-light: #ffffff;--bg-gray: #F8F9FA;--font-main: "Inter", sans-serif;--max-w: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);color:var(--text-main);line-height:1.6;background:var(--bg-light);overflow-x:hidden}img{max-width:100%;height:auto;display:block;object-fit:cover}a{text-decoration:none;color:inherit;transition:.3s}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em;border-radius:2px;transition:.3s}.btn-primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{background:transparent;color:var(--primary)}.btn-outline{background:transparent;color:var(--primary);border:2px solid transparent}.btn-outline:hover{color:var(--primary-dark);text-decoration:underline}.btn-white{background:#fff;color:var(--primary)}.btn-white:hover{background:var(--secondary);color:#fff}.section-padding{padding:5rem 0}.text-center{text-align:center}.mb-2{margin-bottom:2rem}.section-title{font-size:2.5rem;font-weight:800;color:var(--secondary);margin-bottom:1rem;line-height:1.2}.section-subtitle{color:var(--primary);font-weight:700;text-transform:uppercase;font-size:.9rem;letter-spacing:.1em;display:block;margin-bottom:.5rem}.header{position:absolute;top:0;left:0;width:100%;z-index:50;padding:1rem 0;background:#fffffff2;backdrop-filter:blur(5px)}.nav-flex{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:900;color:var(--primary);font-style:italic;letter-spacing:-.05em;flex:1}.nav-links{display:flex;gap:2rem;justify-content:center;flex:2}.nav-links a{font-weight:600;font-size:.9rem;color:var(--secondary);text-transform:uppercase;white-space:nowrap}.nav-links a:hover{color:var(--primary)}.header-cta{flex:1;display:flex;justify-content:flex-end}@media(max-width:900px){.nav-links,.header-cta{display:none}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:90vh;pt:80px}.hero-text{padding:4rem;display:flex;flex-direction:column;justify-content:center;background:var(--bg-light)}.hero-img{position:relative}.hero-img img{width:100%;height:100%;object-fit:cover}.hero h1{font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:1.1;color:var(--secondary);margin-bottom:1.5rem}.hero p{font-size:1.125rem;color:var(--text-light);margin-bottom:2.5rem;max-width:500px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-img{height:400px;order:-1}.hero-text{padding:2rem 1.5rem}}.about-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}.about-img{height:100%;min-height:500px}.about-img img{width:100%;height:100%;object-fit:cover}.about-content{padding:5rem 4rem;background:var(--bg-light)}.about-content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.05rem}@media(max-width:900px){.about-section{grid-template-columns:1fr}.about-content{padding:3rem 1.5rem}}.stats-strip{background:var(--bg-light);padding:3rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;border-right:1px solid #eee;padding:1rem}.stat-item:last-child{border-right:none}.stat-val{font-size:2.5rem;font-weight:800;color:var(--primary);display:block;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.85rem;font-weight:600;color:var(--secondary);text-transform:uppercase}@media(max-width:768px){.stat-item{border-right:none;border-bottom:1px solid #eee}}.services{padding:6rem 0;background:var(--bg-light)}.services-header{max-width:700px;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.service-card{display:flex;align-items:flex-start;gap:1.5rem}.service-icon{width:50px;height:50px;color:var(--primary);flex-shrink:0}.service-info h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--secondary)}.service-info p{font-size:.95rem;color:var(--text-light);line-height:1.5}.history{background:var(--secondary);color:#fff;display:grid;grid-template-columns:1fr 1fr}.history-content{padding:6rem 4rem;display:flex;flex-direction:column;justify-content:center}.history-content h2{font-size:3rem;font-weight:800;margin-bottom:2rem;line-height:1.1;color:#fff}.history-content p{color:#ffffffb3;margin-bottom:1.5rem;font-size:1.1rem}.history-img{height:100%;max-height:700px}.history-img img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.history{grid-template-columns:1fr}.history-content{padding:3rem 1.5rem}.history-img{order:-1;height:300px;max-height:300px}}.testimonial{padding:6rem 0;background:var(--bg-gray)}.testi-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:center}.testi-img{position:relative}.testi-img img{border-radius:4px;box-shadow:0 20px 40px #0000001a}.testi-content h3{font-size:2rem;font-weight:700;color:var(--secondary);margin-bottom:2rem}.testi-quote{font-size:1.1rem;font-style:italic;color:var(--text-light);border-left:4px solid var(--primary);padding-left:1.5rem;margin-bottom:2rem}.testi-author{font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.testi-grid{grid-template-columns:1fr}}.news{padding:6rem 0;background:#fff}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.news-card img{width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:1.5rem}.news-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--secondary)}.news-card p{font-size:.95rem;color:var(--text-light);margin-bottom:1rem}.news-link{color:var(--primary);font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}.gallery-item{cursor:pointer;position:relative}.gallery-item:hover{opacity:.8}.faq{padding:6rem 0;background:var(--bg-gray)}.faq-grid{max-width:800px;margin:0 auto}.faq-details{background:#fff;margin-bottom:1rem;border:1px solid #eee;padding:1.5rem;cursor:pointer}.faq-summary{font-weight:700;color:var(--secondary);display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-summary::-webkit-details-marker{display:none}.faq-ans{margin-top:1rem;color:var(--text-light);line-height:1.6}.footer-cta{position:relative;padding:8rem 0;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;background:#000}.footer-cta-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4;z-index:0}.footer-cta-content{position:relative;z-index:1}.footer-cta h2{font-size:clamp(1.8rem,5vw,5rem);font-weight:900;margin-bottom:.5rem;color:transparent;-webkit-text-stroke:1px white;text-transform:uppercase;line-height:1;word-wrap:break-word}.footer-cta p{font-size:1.25rem;font-weight:600;margin-bottom:3rem;letter-spacing:.2em;text-transform:uppercase}.main-footer{padding:5rem 0 2rem;background:#fff;color:var(--secondary);border-top:1px solid #eee}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem}.footer-col h4{font-weight:800;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;color:var(--primary)}.footer-col ul li{margin-bottom:.75rem;color:var(--text-light);font-size:.95rem}.footer-col ul li a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #eee;padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--text-light)}.credits-link{text-decoration:underline;cursor:help;position:relative}.credits-link:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--secondary);color:#fff;padding:.5rem 1rem;font-size:.75rem;white-space:nowrap;border-radius:4px;pointer-events:none;margin-bottom:5px}.wa-float{position:fixed;bottom:30px;right:30px;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #25d36666;z-index:9990;transition:transform .3s}.wa-float:hover{transform:scale(1.1)}.wa-float svg{width:32px;height:32px;fill:#fff}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.3s}.lightbox.active{opacity:1;pointer-events:all}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{max-width:100%;max-height:90vh;box-shadow:0 0 50px #00000080}.lightbox-close{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer}.lightbox-caption{color:#fff;margin-top:1rem;text-align:center;font-family:var(--font-main)}.lightbox-caption h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary)}
