*,*:before,*:after{box-sizing:border-box}img,iframe{max-width:100%;height:auto}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;background-color:#f8f9fa;color:#343a40;line-height:1.6}.container{max-width:100vw;margin:0 auto;padding:20px}header{background-color:transparent;padding:20px;display:flex;justify-content:space-between;align-items:center;position:fixed;width:100vw;top:0;left:0;right:0;z-index:1000}header.scrolled{background-color:#fff;color:#555;box-shadow:0 2px 5px #0000001a}header.scrolled nav a{color:#555}header.scrolled nav a:hover{color:#1b7088}header.scrolled .logo .label{color:#555}header .container{width:100%;max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}header .logo{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}header .logo img{width:36px;height:36px}header .logo .label{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:#f2f4f7}.header-toggle{display:none;cursor:pointer;font-size:24px;color:#f2f4f7}header nav ul{list-style:none;margin:0;padding:0;display:flex}header nav li{margin-left:25px}header nav a{text-decoration:none;color:#f2f4f7;font-weight:600;transition:color .3s ease}header nav a:hover{color:#1b7088}header nav a.btn-header{padding:10px 20px;background-color:#1b7088;color:#fff;border-radius:8px;font-weight:600;transition:all .3s ease;align-items:center}header nav a.btn-header:hover{background-color:#0a4758;color:#fff}.mobile-menu{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;background-color:#fff;box-shadow:-4px 0 20px #00000026;z-index:2000;padding:24px;transition:right .3s ease;display:flex;flex-direction:column}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.mobile-menu .logo{display:flex;align-items:center;gap:12px}.mobile-menu .logo img{width:32px;height:32px}.mobile-menu .logo .label{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#1f2933}.close-menu{background:none;border:none;font-size:32px;cursor:pointer;color:#1f2933}.mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-menu ul li{margin-bottom:24px}.mobile-menu ul li a{text-decoration:none;font-size:18px;font-weight:600;color:#374151}.mobile-menu ul li a:hover{color:#1b7088}.btn-mobile{display:inline-block;width:100%;padding:12px 18px;background-color:#1b7088;color:#fff!important;border-radius:8px;font-weight:600;text-align:center}.hero{position:relative;height:85vh;min-height:600px;background-image:url(/_astro/bg-hero.mG49wuug.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.overlay{position:absolute;background-color:#0009;inset:0}.hero .container{position:relative;z-index:1;max-width:900px}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,3.5rem);margin-bottom:20px;font-weight:700}.hero p{font-size:clamp(1.1rem,2.5vw,1.3rem);margin-bottom:30px;opacity:.9}.hero .btn{background-color:#1b7088;color:#fff;padding:15px 35px;text-decoration:none;font-weight:700;border-radius:6px;transition:background-color .3s ease,transform .2s ease}.hero .btn:hover{background-color:#0a4758;transform:translateY(-2px)}section{padding:60px 20px}section h2{text-align:center;font-size:40px;margin-bottom:50px;font-weight:600}.services-section{padding:80px 20px;background-color:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;max-width:700px;margin:0 auto 60px}.services-title{font-size:40px;font-weight:700;color:#343a40;margin-bottom:15px}.services-subtitle{font-size:18px;color:#6c757d;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.service-card{background-color:#fff;border-radius:10px;box-shadow:0 6px 20px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.service-card-header{padding:30px 25px 10px;text-align:center}.service-icon{width:60px;height:60px;margin:0 auto 15px}.service-icon img{width:100%;height:100%;object-fit:contain}.service-card-title{font-size:22px;font-weight:600;color:#343a40}.service-card-content{padding:0 25px 30px;display:flex;flex-direction:column;flex-grow:1}.service-card-content h3{margin:0}.service-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px 8px 0 0;margin-bottom:20px}.service-image img{width:100%;height:100%;object-fit:cover}.service-description{font-size:16px;color:#495057;line-height:1.6;flex-grow:1}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery img:hover{transform:scale(1.05);box-shadow:0 8px 25px #0003}.container h2{margin-bottom:16px}.container p{text-align:center;margin-bottom:24px}.contact-section{padding:80px 20px;background-color:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;max-width:700px;margin:0 auto 60px}.contact-title{font-size:40px;font-weight:700;color:#343a40;margin-bottom:15px}.contact-subtitle{font-size:18px;color:#6c757d;line-height:1.6}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:flex-start}.contact-form-card{background-color:#fff;padding:40px;border-radius:10px;border:1px solid #e9ecef;box-shadow:0 8px 25px #0000000d}.contact-card-title{font-size:24px;font-weight:600;margin-bottom:25px;color:#343a40}.contact-form .form-group{margin-bottom:20px}.contact-form label{display:block;font-weight:600;margin-bottom:8px;color:#495057}.contact-form input,.contact-form textarea{width:100%;padding:12px;border-radius:6px;border:1px solid #ced4da;font-size:15px;box-sizing:border-box}.contact-form textarea{min-height:140px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#1b7088}.btn-submit{margin-top:10px;margin-bottom:10px;background-color:#1b7088;color:#fff;border:none;padding:14px 30px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.btn-submit:hover{background-color:#e0a800}.contact-info-list{display:flex;flex-direction:column;gap:16px}.contact-info-item{display:flex;align-items:center;gap:12px;font-size:16px;color:#1f2937}.contact-icon{width:20px;height:20px;color:#1b7088;flex-shrink:0;margin-top:2px}.contact-map{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;border:1px solid #e9ecef}.contact-map-note{font-size:14px;color:#6c757d;margin-top:10px}.footer{background-color:#51535a;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:32px 20px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand .logo{width:68px;height:68px}.footer-icon{width:24px;height:24px}.footer-title{font-size:22px;font-weight:600}.footer-copy{font-size:14px;color:#ffffffbf;text-align:center}.footer-social{display:flex;gap:16px}.footer-social-link svg{width:20px;height:20px;color:#1b7088;opacity:.75;transition:opacity .3s ease}.footer-social-link:hover svg{opacity:1}@media(max-width:768px){header{padding:10px 16px}header .logo .label{display:none}header nav ul{display:none}.header-toggle{display:block;font-size:28px}}@media(max-width:480px){.mobile-menu{width:100%;max-width:none}}@media(max-width:768px){.hero{height:auto;min-height:100vh;padding:120px 20px 80px}.hero h1{font-size:clamp(2rem,6vw,2.6rem)}.hero p{font-size:1rem}.hero .btn{padding:14px 28px;font-size:15px}}@media(max-width:480px){.hero{padding-top:110px}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}.services-section{padding:60px 16px}.services-title{font-size:30px}}@media(max-width:768px){.gallery{grid-template-columns:1fr;gap:16px}.gallery img:hover{transform:none}}@media(max-width:768px){#reviews{padding:60px 16px}#reviews h2{font-size:30px}}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.contact-section{padding:60px 16px}.contact-title{font-size:30px}.contact-form-card{padding:24px}.contact-info-item{align-items:flex-start;font-size:14px}}@media(max-width:768px){.footer-container{flex-direction:column;gap:24px;text-align:center}.footer-brand{justify-content:center}.footer-copy{order:3}.footer-social{order:2}}
