@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Serif+Display:ital@0;1&display=swap";:root{--bg-primary:#0e0e0e;--bg-secondary:#161616;--bg-surface:#1c1c1c;--border:#ffffff12;--border-strong:#ffffff24;--primary:#1a7aff;--primary-dim:#1a7aff1f;--text-primary:#f0ece4;--text-secondary:#8a8680;--text-muted:#555250;--light-bg:#f5f2ee;--light-surface:#fff;--light-border:#00000012;--light-text:#1a1714;--light-muted:#7a746e;--success:#2d9e6b;--error:#c0392b;--font-title:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--ease:all .25s ease;scroll-behavior:smooth}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;flex-direction:column;max-width:100vw;min-height:100vh;font-size:1rem;line-height:1.65;display:flex;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-title);letter-spacing:-.01em;font-weight:400;line-height:1.15}h5,h6{font-family:var(--font-body);font-weight:600}a{color:inherit;transition:var(--ease);text-decoration:none}.btn{font-family:var(--font-body);cursor:pointer;transition:var(--ease);letter-spacing:.01em;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.72rem 1.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1266e0;transform:translateY(-1px)}.btn-secondary{border:1px solid var(--border-strong);color:var(--text-primary);background:0 0}.btn-secondary:hover{background:#ffffff0a;border-color:#ffffff40}.card-glass{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:border-color .25s}.card-glass:hover{border-color:var(--border-strong)}.form-group{margin-bottom:1.1rem}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.82rem;font-weight:500;display:block}.form-input{border:1px solid var(--border);width:100%;color:var(--text-primary);font-family:var(--font-body);background-color:#ffffff08;border-radius:6px;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s}.form-input::placeholder{color:var(--text-muted)}.form-input:focus{border-color:var(--primary);background-color:#ffffff0d;outline:none}.section-dark{background-color:var(--bg-primary);color:var(--text-primary);position:relative}.section-light{background-color:var(--light-bg);color:var(--light-text)}.section-light h1,.section-light h2,.section-light h3,.section-light h4{color:var(--light-text)}.section-light p,.section-light .form-label{color:var(--light-muted)}.section-light .card-glass{background:var(--light-surface);border:1px solid var(--light-border);box-shadow:0 2px 16px #0000000a}.section-light .card-glass:hover{border-color:#1a7aff33;box-shadow:0 4px 24px #0000000f}.section-light .form-input{border:1px solid var(--light-border);color:var(--light-text);background-color:#fff}.section-light .form-input:focus{border-color:var(--primary);background-color:#fff}.section-light .btn-secondary{border:1px solid var(--light-border);color:var(--light-text);background:#fff}.section-light .btn-secondary:hover{background:#f0ece4;border-color:#00000026}.container{max-width:1200px;margin:0 auto;padding:6rem 2.5rem}@media (width<=992px){.container{padding:4.5rem 2rem}}@media (width<=600px){.container{padding:3.5rem 1.25rem}}.footer-glass{border-top:1px solid var(--border);color:var(--text-muted);background:#0a0a0a;margin-top:auto;padding:4rem 2rem 2rem;font-size:.9rem}select.form-input{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555250' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.1em;padding-right:2.5rem}.section-light select.form-input{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a746e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.1em}.btn-play-icon{border:1px solid var(--border-strong);width:40px;height:40px;color:var(--text-secondary);transition:var(--ease);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bgZoomIn{0%{transform:scale(1.08)}to{transform:scale(1)}}.animate-hero-bg{animation:2s cubic-bezier(.16,1,.3,1) forwards bgZoomIn}.animate-hero-item{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards heroFadeInUp}.delay-hero-1{animation-delay:.15s}.delay-hero-2{animation-delay:.3s}.delay-hero-3{animation-delay:.45s}.delay-hero-4{animation-delay:.6s}.delay-hero-5{animation-delay:.75s}.reveal{opacity:0;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.site-header[data-astro-cid-z4jru4n3]{z-index:999;background:0 0;border-bottom:1px solid #0000;width:100%;transition:background .35s,border-color .35s;position:fixed;top:0;left:0}.site-header[data-astro-cid-z4jru4n3].scrolled{-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#0e0e0eeb}.header-inner[data-astro-cid-z4jru4n3]{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.1rem 2.5rem;display:flex}.logo-link[data-astro-cid-z4jru4n3]{align-items:center;display:flex}.logo-img[data-astro-cid-z4jru4n3]{width:auto;height:84px;display:block}.nav-desktop[data-astro-cid-z4jru4n3]{align-items:center;gap:2.25rem;display:flex}.nav-desktop[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--text-secondary);letter-spacing:.01em;padding:.25rem 0;font-size:.88rem;font-weight:500;position:relative}.nav-desktop[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:after{content:"";background:var(--text-primary);width:0;height:1px;transition:width .25s;position:absolute;bottom:-2px;left:0}.nav-desktop[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--text-primary)}.nav-desktop[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover:after{width:100%}.nav-cta[data-astro-cid-z4jru4n3]{letter-spacing:.01em;border-radius:6px;background:var(--primary)!important;color:#fff!important;padding:.5rem 1.15rem!important;font-size:.84rem!important;font-weight:500!important}.nav-cta[data-astro-cid-z4jru4n3]:after{display:none!important}.nav-cta[data-astro-cid-z4jru4n3]:hover{background:#1266e0!important}.nav-toggle[data-astro-cid-z4jru4n3]{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle[data-astro-cid-z4jru4n3] span[data-astro-cid-z4jru4n3]{background:var(--text-primary);width:22px;height:1.5px;transition:var(--ease);border-radius:1px}.nav-toggle[data-astro-cid-z4jru4n3].active span[data-astro-cid-z4jru4n3]:first-child{transform:rotate(45deg)translate(4px,5px)}.nav-toggle[data-astro-cid-z4jru4n3].active span[data-astro-cid-z4jru4n3]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-z4jru4n3].active span[data-astro-cid-z4jru4n3]:nth-child(3){transform:rotate(-45deg)translate(4px,-5px)}.nav-mobile[data-astro-cid-z4jru4n3]{border-bottom:1px solid var(--border);background:#0e0e0ef7;flex-direction:column;gap:.25rem;padding:1.5rem 2.5rem 2rem;display:none}.nav-mobile[data-astro-cid-z4jru4n3].open{display:flex}.nav-mobile[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem 0;font-size:1rem;font-weight:500}.nav-mobile[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:last-child{border-bottom:none}.nav-mobile[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--text-primary)}.site-footer[data-astro-cid-z4jru4n3]{border-top:1px solid var(--border);background:#0a0a0a;margin-top:auto;padding:3.5rem 2.5rem 1.5rem}.footer-inner[data-astro-cid-z4jru4n3]{max-width:1200px;margin:0 auto}.footer-top[data-astro-cid-z4jru4n3]{border-bottom:1px solid var(--border);justify-content:space-between;gap:4rem;margin-bottom:1.5rem;padding-bottom:2.5rem;display:flex}.footer-brand[data-astro-cid-z4jru4n3]{flex-shrink:0;max-width:280px}.footer-logo[data-astro-cid-z4jru4n3]{width:auto;height:74px;margin-bottom:.75rem;display:block}.footer-tagline[data-astro-cid-z4jru4n3]{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.55}.footer-nav-area[data-astro-cid-z4jru4n3]{gap:4rem;display:flex}.footer-heading[data-astro-cid-z4jru4n3]{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:1rem;font-size:.78rem;font-weight:600}.footer-list[data-astro-cid-z4jru4n3]{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-list[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--text-muted);font-size:.85rem}.footer-list[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--text-primary)}.footer-info-list[data-astro-cid-z4jru4n3] li[data-astro-cid-z4jru4n3]{color:var(--text-muted);font-size:.85rem}.address-link-footer[data-astro-cid-z4jru4n3]{transition:color .2s,border-bottom-color .2s}.address-link-footer[data-astro-cid-z4jru4n3]:hover{color:var(--text-primary)!important;border-bottom-color:var(--text-primary)!important}.footer-social[data-astro-cid-z4jru4n3]{gap:.6rem;display:flex}.footer-social[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);transition:var(--ease);border-radius:6px;justify-content:center;align-items:center;display:flex}.footer-social[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{border-color:var(--border-strong);color:var(--text-primary)}.footer-bottom[data-astro-cid-z4jru4n3]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.footer-bottom[data-astro-cid-z4jru4n3] p[data-astro-cid-z4jru4n3],.footer-credits[data-astro-cid-z4jru4n3]{color:var(--text-muted);font-size:.78rem}.footer-credits[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--text-muted);transition:var(--ease);border-bottom:1px solid #ffffff26;text-decoration:none}.footer-credits[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--text-secondary);border-bottom-color:var(--text-secondary)}@media (width<=992px){.nav-desktop[data-astro-cid-z4jru4n3]{display:none}.nav-toggle[data-astro-cid-z4jru4n3]{display:flex}.header-inner[data-astro-cid-z4jru4n3]{padding:.9rem 1.5rem}.footer-top[data-astro-cid-z4jru4n3]{flex-direction:column;gap:2rem}.footer-nav-area[data-astro-cid-z4jru4n3]{gap:2.5rem}.footer-bottom[data-astro-cid-z4jru4n3]{flex-direction:column;align-items:flex-start}}.whatsapp-btn-float[data-astro-cid-z4jru4n3]{color:#fff;z-index:998;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s,box-shadow .3s;animation:2s infinite whatsapp-pulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px #00000040}.whatsapp-btn-float[data-astro-cid-z4jru4n3]:hover{background-color:#1fb855;transform:scale(1.1);box-shadow:0 6px 20px #25d36666}.whatsapp-btn-float[data-astro-cid-z4jru4n3] svg[data-astro-cid-z4jru4n3]{stroke:currentColor;fill:none;width:28px;height:28px}.whatsapp-tooltip[data-astro-cid-z4jru4n3]{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#161616;border:1px solid #ffffff1f;border-radius:8px;padding:.5rem .9rem;font-size:.82rem;font-weight:500;transition:opacity .25s,transform .25s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)translate(8px);box-shadow:0 4px 20px #0006}.whatsapp-tooltip[data-astro-cid-z4jru4n3]:after{content:"";background:#161616;border-top:1px solid #ffffff1f;border-right:1px solid #ffffff1f;width:8px;height:8px;position:absolute;top:50%;right:-5px;transform:translateY(-50%)rotate(45deg)}.whatsapp-btn-float[data-astro-cid-z4jru4n3]:hover .whatsapp-tooltip[data-astro-cid-z4jru4n3]{opacity:1;transform:translateY(-50%)translate(0)}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=600px){.whatsapp-btn-float[data-astro-cid-z4jru4n3]{width:52px;height:52px;bottom:1.5rem;right:1.5rem}.whatsapp-btn-float[data-astro-cid-z4jru4n3] svg[data-astro-cid-z4jru4n3]{width:24px;height:24px}}.hero-block[data-astro-cid-lcdefpme]{flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-image-fullscreen-right[data-astro-cid-lcdefpme]{z-index:1;position:absolute;inset:0}.hero-render-img-full[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-image-overlay-grad[data-astro-cid-lcdefpme]{background:linear-gradient(90deg,#0e0e0e 0% 15%,#0e0e0ee0 32%,#0e0e0e73 58%,#0e0e0e0d 100%),linear-gradient(#0000 82%,#0e0e0e 100%);position:absolute;inset:0}.hex-watermark[data-astro-cid-lcdefpme]{display:none}.hero-container-custom[data-astro-cid-lcdefpme]{z-index:2;align-items:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:6rem 2.5rem 10rem;display:flex;position:relative}.hero-text-side[data-astro-cid-lcdefpme]{flex-direction:column;max-width:560px;display:flex}.hero-badge[data-astro-cid-lcdefpme]{color:var(--text-secondary);letter-spacing:.05em;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1.5rem;font-size:.8rem;font-weight:500;display:inline-flex}.hero-badge[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{color:var(--primary);flex-shrink:0}#hero-title[data-astro-cid-lcdefpme]{font-family:var(--font-title);color:var(--text-primary);flex-direction:column;margin-bottom:0;font-size:clamp(2.6rem,4.5vw,4rem);font-weight:400;line-height:1.08;display:flex}.hero-title-accent[data-astro-cid-lcdefpme]{color:var(--text-secondary);font-size:.9em;font-style:italic}.hero-title-highlight[data-astro-cid-lcdefpme]{color:var(--text-primary);font-style:normal}.hero-divider[data-astro-cid-lcdefpme]{align-items:center;gap:.75rem;margin:1.5rem 0 1.25rem;display:flex}.hero-divider-line[data-astro-cid-lcdefpme]{background:var(--primary);opacity:.7;width:32px;height:1px}.hero-divider-dot[data-astro-cid-lcdefpme]{display:none}.hero-paragraph[data-astro-cid-lcdefpme]{color:var(--text-secondary);max-width:440px;margin-bottom:1.75rem;font-size:1rem;line-height:1.7}.hero-stats[data-astro-cid-lcdefpme]{align-items:center;gap:2rem;margin-bottom:2.25rem;display:flex}.hero-stat-item[data-astro-cid-lcdefpme]{flex-direction:column;gap:.2rem;display:flex}.hero-stat-item[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{font-family:var(--font-title);color:var(--text-primary);font-size:1.85rem;font-weight:400;line-height:1}.hero-stat-item[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.82rem}.hero-stat-divider[data-astro-cid-lcdefpme]{background:var(--border);width:1px;height:40px}.hero-btns-wrapper[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.hero-link-secondary[data-astro-cid-lcdefpme]{color:var(--text-secondary);transition:var(--ease);align-items:center;gap:.65rem;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-link-secondary[data-astro-cid-lcdefpme]:hover{color:var(--text-primary)}.hero-link-secondary[data-astro-cid-lcdefpme] .btn-play-icon[data-astro-cid-lcdefpme]{width:36px;height:36px}.hero-floating-specs[data-astro-cid-lcdefpme]{z-index:3;max-width:1200px;margin:0 auto;padding:0 2.5rem;position:absolute;bottom:2.5rem;left:0;right:0}.specs-wrapper[data-astro-cid-lcdefpme]{border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#161616d9;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:2rem;padding:1.5rem 2.25rem;display:grid}.spec-item[data-astro-cid-lcdefpme]{align-items:center;gap:1.15rem;display:flex}.spec-icon-box[data-astro-cid-lcdefpme]{border:1px solid var(--border);width:48px;height:48px;color:var(--primary);background:#1a7aff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.spec-icon-box[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{width:24px;height:24px}.section-header-stacked[data-astro-cid-lcdefpme]{max-width:680px;margin-bottom:3.5rem}.section-header-stacked[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-bottom:.85rem;font-size:clamp(1.8rem,3vw,2.5rem)}.section-subtitle-light[data-astro-cid-lcdefpme]{color:var(--light-muted);font-size:1rem;line-height:1.7}.section-tag-light[data-astro-cid-lcdefpme],.section-tag-dark[data-astro-cid-lcdefpme]{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:500;display:block}.section-header-left[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{font-size:clamp(1.8rem,3vw,2.5rem)}.section-header-right[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--light-muted);font-size:.98rem;line-height:1.7}.services-columns[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-col-card[data-astro-cid-lcdefpme]{text-align:left;border-radius:12px;flex-direction:column;height:100%;padding:2.25rem 2rem;transition:transform .3s cubic-bezier(.165,.84,.44,1),border-color .3s,box-shadow .3s;display:flex}.service-col-card[data-astro-cid-lcdefpme]:hover{transform:translateY(-5px);border-color:#1a7aff66!important;box-shadow:0 16px 36px #00000012!important}.service-icon-wrapper[data-astro-cid-lcdefpme]{background:var(--primary-dim);width:44px;height:44px;color:var(--primary);border:none;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-col-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-family:var(--font-body);color:var(--light-text);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.service-col-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--light-muted);font-size:.9rem;line-height:1.65}@media (width<=992px){.services-columns[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-columns[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}.section-header-inline[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.section-header-inline[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-top:.5rem;font-size:clamp(1.8rem,3vw,2.5rem)}.portfolio-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;display:grid}.flex-btn[data-astro-cid-lcdefpme]{font-size:.88rem}.why-choose-layout[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.why-choose-text-side[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-top:.5rem;margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.5rem)}.why-choose-text-side[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-secondary);font-size:.98rem;line-height:1.75}.why-choose-grid-side[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;gap:1rem;padding-top:.5rem;display:grid}.why-card[data-astro-cid-lcdefpme]{border-radius:10px;padding:1.5rem}.why-icon-box[data-astro-cid-lcdefpme]{width:36px;height:36px;color:var(--primary);background:#1a7aff14;border:none;border-radius:6px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-card[data-astro-cid-lcdefpme] h4[data-astro-cid-lcdefpme]{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.why-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--text-secondary);font-size:.83rem;line-height:1.55}.contact-header[data-astro-cid-lcdefpme]{max-width:560px;margin-bottom:3rem}.contact-header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-top:.5rem;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2}.contact-subtitle[data-astro-cid-lcdefpme]{color:var(--light-muted);font-size:.95rem;line-height:1.7}.contact-columns[data-astro-cid-lcdefpme]{grid-template-columns:1.6fr 1fr;align-items:start;gap:3.5rem;display:grid}.contact-form-area[data-astro-cid-lcdefpme]{position:relative}.form-row[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-footer[data-astro-cid-lcdefpme]{align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.form-privacy[data-astro-cid-lcdefpme]{color:var(--light-muted);font-size:.78rem;line-height:1.4}.contact-aside[data-astro-cid-lcdefpme]{flex-direction:column;gap:1.5rem;display:flex}.aside-block[data-astro-cid-lcdefpme]{border:1px solid var(--light-border);background:#fff;border-radius:10px;padding:1.5rem}.aside-block[data-astro-cid-lcdefpme] h4[data-astro-cid-lcdefpme]{font-family:var(--font-body);color:var(--light-text);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.aside-block[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--light-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.whatsapp-link[data-astro-cid-lcdefpme]{color:#fff;transition:var(--ease);background:#25d366;border-radius:6px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:500;display:inline-flex}.whatsapp-link[data-astro-cid-lcdefpme]:hover{background:#1fb855}.map-block-custom[data-astro-cid-lcdefpme]{border:1px solid var(--light-border);background:#12141c;border-radius:12px;height:320px;text-decoration:none;transition:border-color .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;padding:0!important}.map-block-custom[data-astro-cid-lcdefpme]:hover{border-color:var(--primary);box-shadow:0 12px 35px #1a7aff2e}.blueprint-map-container[data-astro-cid-lcdefpme]{width:100%;height:100%;position:relative}.blueprint-svg[data-astro-cid-lcdefpme]{width:100%;height:100%;display:block}.pulse-ring-1[data-astro-cid-lcdefpme]{transform-box:fill-box;transform-origin:50%;animation:2s ease-in-out infinite mapPulse}.pulse-ring-2[data-astro-cid-lcdefpme]{transform-box:fill-box;transform-origin:50%;animation:2s ease-in-out .8s infinite mapPulse}@keyframes mapPulse{0%{opacity:.9;transform:scale(.4)}to{opacity:0;transform:scale(1.3)}}.map-hover-hint[data-astro-cid-lcdefpme]{border:1px solid var(--border);backdrop-filter:blur(8px);color:#fff;opacity:0;background:#0e0e0ee6;border-radius:5px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.7rem;font-weight:500;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:.75rem;right:.75rem;transform:translateY(5px)}.map-block-custom[data-astro-cid-lcdefpme]:hover .map-hover-hint[data-astro-cid-lcdefpme]{opacity:1;transform:translateY(0)}.address-link[data-astro-cid-lcdefpme]{transition:color .2s,border-color .2s}.address-link[data-astro-cid-lcdefpme]:hover{color:var(--primary)!important;border-bottom-color:var(--primary)!important}.aside-details[data-astro-cid-lcdefpme]{flex-direction:column;gap:.65rem;list-style:none;display:flex}.aside-details[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:var(--light-muted);align-items:center;gap:.55rem;font-size:.85rem;display:flex}.aside-details[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{color:var(--light-muted);opacity:.55;flex-shrink:0}.form-alert[data-astro-cid-lcdefpme]{border:1px solid #0000;border-radius:6px;margin-bottom:1.25rem;padding:.7rem 1rem;font-size:.88rem}.form-alert[data-astro-cid-lcdefpme].success{color:#1a5c3f;background:#f0faf5;border-color:#2d9e6b}.form-alert[data-astro-cid-lcdefpme].error{color:#7b241c;background:#fef4f4;border-color:#c0392b}.hidden[data-astro-cid-lcdefpme]{display:none!important}@media (width<=1150px),(height<=800px){.hero-block[data-astro-cid-lcdefpme]{min-height:auto;padding-top:8rem;padding-bottom:3rem}.hero-container-custom[data-astro-cid-lcdefpme]{min-height:auto;padding-top:2rem;padding-bottom:2rem}.hero-floating-specs[data-astro-cid-lcdefpme]{margin-top:2.5rem;padding:0 2.5rem;position:relative;bottom:auto}.specs-wrapper[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.hero-render-img-full[data-astro-cid-lcdefpme]{opacity:.35}.hero-image-overlay-grad[data-astro-cid-lcdefpme]{background:linear-gradient(90deg,#0e0e0e 0%,#0e0e0ef2 40%,#0e0e0eb3 70%,#0e0e0e 100%),linear-gradient(#0000 80%,#0e0e0e 100%)}.hero-floating-specs[data-astro-cid-lcdefpme]{margin-top:2rem;padding:0 1.5rem 2rem;position:relative;bottom:auto}.specs-wrapper[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1rem;padding:1.25rem 1.5rem}.section-header-split[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.25rem}.why-choose-layout[data-astro-cid-lcdefpme],.contact-columns[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:2.5rem}.form-row[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.form-footer[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width<=600px){#hero-title[data-astro-cid-lcdefpme]{font-size:2.2rem}.hero-stats[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:1rem 1.5rem}.hero-stat-divider[data-astro-cid-lcdefpme]{display:none}.why-choose-grid-side[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.section-header-inline[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:1.25rem}}
