*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Source Sans Pro,Arial,Helvetica,sans-serif;color:#333;line-height:1.7;background:#fff;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;backdrop-filter:blur(8px);box-shadow:0 1px 4px #0000000f}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem}.logo-link img{height:60px;width:auto}.main-nav ul{display:flex;gap:.25rem;align-items:center}.main-nav a{padding:.5rem .75rem;font-size:.9rem;font-weight:600;color:#333;border-radius:6px;transition:background .2s,color .2s}.main-nav a:hover,.main-nav a:focus-visible{background:#f0f7ff;color:#1032cf}.nav-cta{background:#1032cf!important;color:#fff!important;padding:.5rem 1.25rem!important}.nav-cta:hover{background:#0c28a0!important}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.menu-toggle span{width:26px;height:3px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000073)}.hero-content{max-width:700px;padding:2rem;background:#ffffffeb;border-radius:12px;color:#333;margin:2rem}.hero-content h1,.hero-content .hero-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.3}.hero-content p{font-size:1rem;color:#555;margin-bottom:1rem}.btn-primary{display:inline-block;padding:.75rem 2rem;background:#1032cf;color:#fff;font-weight:600;border-radius:6px;border:none;cursor:pointer;font-size:1rem;transition:background .2s,transform .15s}.btn-primary:hover{background:#0c28a0;transform:translateY(-1px)}.hero-phone{margin-top:.75rem;font-size:.95rem}.hero-phone a{color:#1032cf;font-weight:600}.section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.section-alt{background:#f7f7f7}.section-alt .section{padding-top:4rem;padding-bottom:4rem}.section h1{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.3;text-align:center}.section h2{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:#1a1a1a;margin-bottom:1.25rem;line-height:1.3}.section h3{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:#1a1a1a;margin-bottom:.75rem}.section p{margin-bottom:1rem;color:#4c4c4c;font-size:1.05rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.two-col p{text-align:left}.content-image{border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000014}.content-image img{width:100%;height:100%;object-fit:cover}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 16px #0000000f;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.service-card-img{height:220px;overflow:hidden}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-card:hover .service-card-img img{transform:scale(1.05)}.service-card-body{padding:1.5rem}.service-card-body h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;margin-bottom:.5rem;color:#1a1a1a}.service-card-body p{font-size:.95rem;color:#666}.strengths-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;text-align:center}.strength-card{padding:1.5rem 1rem}.strength-card img{width:80px;height:80px;margin:0 auto 1rem;object-fit:contain}.strength-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;margin-bottom:.5rem;color:#1a1a1a}.strength-card p{font-size:.9rem;color:#666}.cta-box{background:#1a1a1a;color:#fff;padding:3rem 2rem;text-align:center;margin:0}.cta-box-inner{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-box img{width:60px;height:60px;object-fit:contain;filter:brightness(0) invert(1)}.cta-box p{font-size:1.1rem;color:#ddd;margin:0}.cta-box .btn-cta{display:inline-block;padding:.75rem 2rem;background:#fecd62;color:#1a1a1a;font-weight:700;border-radius:6px;font-size:1rem;transition:background .2s}.cta-box .btn-cta:hover{background:#f5c040}.contact-form{max-width:500px}.contact-form label{display:block;font-weight:600;margin-bottom:.25rem;font-size:.95rem;color:#333}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#1032cf;box-shadow:0 0 0 3px #1032cf1a}.contact-form textarea{min-height:120px;resize:vertical}.contact-form .checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.contact-form .checkbox-group input[type=checkbox]{width:auto;margin-top:.25rem}.contact-form .checkbox-group label{font-weight:400;font-size:.85rem;color:#666;margin:0}.contact-form button[type=submit]{width:100%}.form-message{padding:1rem;border-radius:6px;margin-top:1rem;display:none}.form-message.success{background:#e8f5e9;color:#2e7d32;display:block}.form-message.error{background:#fce4ec;color:#c62828;display:block}.payment-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}.site-footer{background:#f4f4f4;padding-top:3rem}.footer-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-col h3{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #FECD62;display:inline-block}.footer-col p{font-size:.95rem;color:#555;margin-bottom:.35rem}.footer-col a{color:#1032cf;transition:color .2s}.footer-col a:hover{color:#0c28a0}.footer-phone a{font-weight:600}.whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1.25rem;background:#25d366;color:#fff!important;border-radius:6px;font-weight:600;font-size:.9rem;transition:background .2s}.whatsapp-btn:hover{background:#1da851}.hours-table{width:100%;border-collapse:collapse}.hours-table td{padding:.4rem 0;font-size:.95rem;color:#555;border-bottom:1px solid #e0e0e0}.hours-table td:last-child{text-align:right;font-weight:600}.footer-map iframe{border-radius:8px}.footer-bottom{text-align:center;padding:1.5rem;border-top:1px solid #ddd;font-size:.85rem;color:#888}.footer-bottom a{color:#1032cf}.hero-service{min-height:50vh}.hero-service .hero-content{max-width:600px}.hero-service .hero-content h1{font-size:1.75rem}.image-slider{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;max-width:700px;margin:2rem auto}.image-slider img{width:100%;height:400px;object-fit:cover}.bullet-list{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem}.bullet-list li{margin-bottom:.4rem;color:#4c4c4c;font-size:1.05rem}@media(max-width:900px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}.menu-toggle{display:flex}.main-nav{position:fixed;inset:0;background:#fffffffa;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;transform:translate(100%);transition:transform .35s ease;z-index:100}.main-nav.open{transform:translate(0)}.main-nav ul{flex-direction:column;gap:.5rem;text-align:center}.main-nav a{font-size:1.2rem;padding:.75rem 1.5rem}.hero-content h1,.hero-content .hero-title,.section h1{font-size:1.5rem}.section h2{font-size:1.35rem}.two-col,.services-grid{grid-template-columns:1fr}.strengths-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.hero{min-height:60vh}.hero-service{min-height:45vh}}@media(max-width:600px){.strengths-grid{grid-template-columns:1fr}.hero-content{margin:1rem;padding:1.5rem}.section{padding:2.5rem 1rem}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
