.site-header .brand{display:flex;align-items:center;gap:10px;min-width:190px}.site-header .brand .site-logo{width:150px;height:54px;object-fit:contain;object-position:left center}.site-header .brand-name{display:none;font-size:18px;font-weight:900;color:var(--navy)}.site-header .brand-name span{color:var(--green)}.site-header .header-phone{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;white-space:nowrap}.site-header .header-cta{min-height:42px;padding:0 17px;border:0;border-radius:9px;white-space:nowrap}.site-header .menu-button{display:none;margin-left:auto;width:44px;height:44px;border:0;border-radius:9px;color:#fff;background:var(--navy);cursor:pointer}.mobile-menu{display:none}.mobile-menu button{padding:13px 12px;border:0;border-radius:8px;text-align:left;color:#fff;background:var(--green);font:inherit;font-size:13px;font-weight:800;cursor:pointer}
.contact-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(5,20,38,.72);backdrop-filter:blur(7px)}.contact-modal.open{display:flex}body.modal-open{overflow:hidden}.contact-modal-card{position:relative;width:100%;max-width:860px;max-height:calc(100vh - 44px);overflow:auto;padding:30px;border-radius:22px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.3)}.contact-modal-head{max-width:660px;margin-bottom:22px;padding-right:46px}.contact-modal-head h2{margin:8px 0;font-size:clamp(27px,4vw,40px);line-height:1.12}.contact-modal-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.modal-close{position:absolute;top:18px;right:18px;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--navy);background:#fff;cursor:pointer}.contact-modal .contact-form{display:block;padding:0;border:0;box-shadow:none}.contact-modal .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-modal .field{display:grid;gap:7px;min-width:0}.contact-modal .field.full{grid-column:1/-1}.contact-modal .field label{font-size:12px;font-weight:800}.contact-modal .field input,.contact-modal .field select,.contact-modal .field textarea{width:100%;min-width:0;padding:12px 13px;border:1px solid #cfd9e2;border-radius:10px;background:#fff;color:var(--ink);font:inherit}.contact-modal .field textarea{min-height:88px;resize:vertical}.contact-modal .form-submit{width:100%;margin-top:16px}.contact-modal .form-status{min-height:20px;margin:10px 0 0;font-size:12px;font-weight:700}.contact-modal .form-status.success{color:#087447}.contact-modal .form-status.error{color:#b42318}
.site-footer{padding:54px 0 24px;color:#fff;background:#04162d}.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}.site-footer .footer-brand .site-logo{width:150px;height:48px;padding:5px 8px;border-radius:9px;background:#fff;object-fit:contain}.site-footer .footer-brand p{max-width:320px;color:#aebdcb;font-size:12px;line-height:1.7}.site-footer .footer-col h3{margin:0 0 18px;color:#fff;font-size:12px}.site-footer .footer-col a{display:block;margin:10px 0;color:#aab7c7;font-size:11px;font-weight:700}.site-footer .footer-col a:hover{color:#64d59e}.site-footer .social-title{display:block;margin-top:20px;font-size:11px;font-weight:800}.site-footer .social-links{display:flex;gap:8px;margin-top:11px}.site-footer .social-link{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;transition:.2s}.site-footer .social-link:hover{transform:translateY(-3px)}.site-footer .social-link[aria-disabled="true"]{opacity:.42;pointer-events:none}.site-footer .social-link[data-social-link="facebook"]{color:#1877f2}.site-footer .social-link[data-social-link="instagram"]{color:#e1306c}.site-footer .social-link[data-social-link="linkedin"]{color:#0a66c2}.site-footer .social-link[data-social-link="youtube"]{color:#f00}.site-footer .social-link[data-social-link="twitter"]{color:#fff}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#8295a8;font-size:10px}.site-footer .visit-counter{display:flex;align-items:center;gap:7px;color:#a8b7c7;font-size:11px;font-weight:800}.site-footer .visit-counter i{color:var(--green)}.shared-email-float,.shared-whatsapp-float{position:fixed;right:22px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff}.shared-email-float{bottom:92px;background:#ea4335;box-shadow:0 12px 28px rgba(234,67,53,.3)}.shared-whatsapp-float{bottom:22px;background:#25d366;box-shadow:0 12px 28px rgba(37,211,102,.38)}.shared-email-float i{font-size:22px}.shared-whatsapp-float i{font-size:30px}
@media(max-width:1150px) and (min-width:851px){.site-header .main-nav{gap:12px;font-size:11px}.site-header .header-phone{display:none}.site-header .header-cta{padding:0 12px}.site-header .brand .site-logo{width:135px}}
@media(max-width:850px){.site-header .main-nav,.site-header .header-phone,.site-header .header-cta{display:none}.site-header .menu-button{display:grid!important;place-items:center;flex:0 0 44px;visibility:visible;opacity:1}.mobile-menu{position:fixed;inset:78px 0 auto;z-index:49;padding:18px 16px 24px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(16,36,62,.12)}.mobile-menu.open{display:grid;gap:4px}.mobile-menu a{padding:13px 12px;border-radius:8px;font-size:13px;font-weight:700}.mobile-menu a:hover{background:var(--mint);color:var(--green)}.site-footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}
@media(max-width:560px){.mobile-menu{top:68px}.contact-modal{padding:10px}.contact-modal-card{width:calc(100vw - 20px);max-width:390px;max-height:calc(100vh - 12px);padding:16px 13px;border-radius:15px}.contact-modal-head{margin-bottom:10px;padding-right:38px}.contact-modal-head h2{margin:4px 0;font-size:23px}.contact-modal-head p{display:none}.contact-modal .form-grid{gap:8px}.contact-modal .field label{font-size:9px}.contact-modal .field input,.contact-modal .field select,.contact-modal .field textarea{padding:8px 9px;font-size:12px}.contact-modal .field textarea{min-height:52px}.modal-close{top:10px;right:10px;width:34px;height:34px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-bottom{flex-direction:column;text-align:center}.shared-email-float,.shared-whatsapp-float{right:14px;width:52px;height:52px}.shared-email-float{bottom:78px}.shared-whatsapp-float{bottom:16px}}
