.demo-card[data-astro-cid-rufzo5si]{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff;border:4px solid #000000;box-shadow:6px 6px #000;cursor:pointer;text-align:left;width:100%;font-family:Public Sans,system-ui,sans-serif;transition:all .15s ease;position:relative}@media(min-width:768px){.demo-card[data-astro-cid-rufzo5si]{padding:2rem}}.demo-card[data-astro-cid-rufzo5si]:hover{transform:translate(-4px,-4px);box-shadow:10px 10px #000;background-color:#ffeb3b}.demo-card[data-astro-cid-rufzo5si]:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.demo-card__icon[data-astro-cid-rufzo5si]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:.75rem;transition:background-color .15s ease,color .15s ease}.demo-card[data-astro-cid-rufzo5si]:hover .demo-card__icon[data-astro-cid-rufzo5si]{background-color:#fff;color:#000}.demo-card__icon[data-astro-cid-rufzo5si] svg{width:100%;height:100%}.demo-card__content[data-astro-cid-rufzo5si]{flex:1;display:flex;flex-direction:column;gap:.5rem}.demo-card__title[data-astro-cid-rufzo5si]{font-size:1.25rem;font-weight:900;text-transform:uppercase;line-height:1.2;margin:0}@media(min-width:768px){.demo-card__title[data-astro-cid-rufzo5si]{font-size:1.5rem}}.demo-card__desc[data-astro-cid-rufzo5si]{font-size:.9375rem;font-weight:500;line-height:1.5;opacity:.75;margin:0;transition:opacity .15s ease}.demo-card[data-astro-cid-rufzo5si]:hover .demo-card__desc[data-astro-cid-rufzo5si]{opacity:1}.demo-card__arrow[data-astro-cid-rufzo5si]{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;font-weight:900;opacity:0;transform:translate(-10px);transition:all .15s ease}.demo-card[data-astro-cid-rufzo5si]:hover .demo-card__arrow[data-astro-cid-rufzo5si]{opacity:1;transform:translate(0)}[data-theme=dark] .demo-card[data-astro-cid-rufzo5si]{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:6px 6px #ffffff4d}[data-theme=dark] .demo-card[data-astro-cid-rufzo5si]:hover{background-color:#ffeb3b;color:#000;box-shadow:10px 10px #ffffff4d}[data-theme=dark] .demo-card__icon[data-astro-cid-rufzo5si]{background-color:#fff;color:#000}[data-theme=dark] .demo-card[data-astro-cid-rufzo5si]:hover .demo-card__icon[data-astro-cid-rufzo5si]{background-color:#000;color:#fff}[data-theme=dark] .demo-card__desc[data-astro-cid-rufzo5si]{color:#d4d4d8}[data-theme=dark] .demo-card[data-astro-cid-rufzo5si]:hover .demo-card__desc[data-astro-cid-rufzo5si]{color:#000}.modal-backdrop.svelte-oe7bf{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000c;animation:svelte-oe7bf-fadeIn .2s ease-out}.modal-backdrop.closing.svelte-oe7bf{animation:svelte-oe7bf-fadeOut .2s ease-out forwards}@keyframes svelte-oe7bf-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-oe7bf-fadeOut{0%{opacity:1}to{opacity:0}}.modal-container.svelte-oe7bf{width:100%;max-width:600px;max-height:90vh;background-color:#fff;border:4px solid #000000;box-shadow:12px 12px #000;display:flex;flex-direction:column;animation:svelte-oe7bf-slideUp .2s ease-out}.modal-container.closing.svelte-oe7bf{animation:svelte-oe7bf-slideDown .2s ease-out forwards}@keyframes svelte-oe7bf-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-oe7bf-slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.modal-header.svelte-oe7bf{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:4px solid #000000;background-color:#ffeb3b;gap:1rem}.modal-header__nav.svelte-oe7bf{display:flex;gap:.5rem}.modal-nav-btn.svelte-oe7bf{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border:3px solid #000000;cursor:pointer;transition:all .1s ease}.modal-nav-btn.svelte-oe7bf:not(:disabled):hover{background-color:#000;color:#fff}.modal-nav-btn.svelte-oe7bf:disabled{opacity:.3;cursor:not-allowed}.modal-title.svelte-oe7bf{flex:1;font-size:1rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin:0}@media(min-width:768px){.modal-title.svelte-oe7bf{font-size:1.25rem}}.modal-close-btn.svelte-oe7bf{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border:3px solid #000000;cursor:pointer;transition:all .1s ease}.modal-close-btn.svelte-oe7bf:hover{background-color:#000;color:#fff}.modal-content.svelte-oe7bf{flex:1;overflow-y:auto;padding:1.5rem}@media(min-width:768px){.modal-content.svelte-oe7bf{padding:2rem}}[data-theme=dark] .modal-container.svelte-oe7bf{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:12px 12px #fff3}[data-theme=dark] .modal-header.svelte-oe7bf{border-bottom-color:#fff}[data-theme=dark] .modal-nav-btn.svelte-oe7bf{background-color:#0a0a0a;color:#fff;border-color:#000}[data-theme=dark] .modal-nav-btn.svelte-oe7bf:not(:disabled):hover{background-color:#fff;color:#000}[data-theme=dark] .modal-close-btn.svelte-oe7bf{background-color:#0a0a0a;color:#000;border-color:#000}[data-theme=dark] .modal-close-btn.svelte-oe7bf:hover{background-color:#fff;color:#000}.booking-demo.svelte-1051s8v{font-family:Public Sans,system-ui,sans-serif}.booking-section.svelte-1051s8v{margin-bottom:1.5rem}.booking-section__title.svelte-1051s8v{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;color:inherit}.booking-dates.svelte-1051s8v{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}@media(max-width:480px){.booking-dates.svelte-1051s8v{grid-template-columns:repeat(4,1fr)}}.booking-date.svelte-1051s8v{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background-color:#fff;border:3px solid #000000;cursor:pointer;transition:all .1s ease;font-family:inherit}.booking-date.svelte-1051s8v:not(.unavailable):hover{background-color:#ffeb3b}.booking-date.selected.svelte-1051s8v{background-color:#000;color:#fff}.booking-date.unavailable.svelte-1051s8v{opacity:.3;cursor:not-allowed;text-decoration:line-through}.booking-date__weekday.svelte-1051s8v{font-size:.625rem;font-weight:700;text-transform:uppercase;opacity:.7}.booking-date__day.svelte-1051s8v{font-size:1.25rem;font-weight:900}.booking-times.svelte-1051s8v{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(max-width:480px){.booking-times.svelte-1051s8v{grid-template-columns:repeat(2,1fr)}}.booking-time.svelte-1051s8v{padding:.75rem;background-color:#fff;border:3px solid #000000;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .1s ease}.booking-time.svelte-1051s8v:hover{background-color:#ffeb3b}.booking-time.selected.svelte-1051s8v{background-color:#000;color:#fff}.booking-form.svelte-1051s8v{display:flex;flex-direction:column;gap:.75rem}.booking-input.svelte-1051s8v{width:100%;padding:.75rem;background-color:#fff;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:600}.booking-input.svelte-1051s8v:focus{outline:none;box-shadow:4px 4px #ffeb3b}.booking-input.svelte-1051s8v::-moz-placeholder{color:#71717a}.booking-input.svelte-1051s8v::placeholder{color:#71717a}.booking-textarea.svelte-1051s8v{resize:vertical;min-height:60px}.booking-btn.svelte-1051s8v{width:100%;padding:1rem;background-color:#fff;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease}.booking-btn.svelte-1051s8v:hover{background-color:#ffeb3b}.booking-btn.svelte-1051s8v:active{transform:translate(2px,2px);box-shadow:0 0 #000}.booking-btn.primary.svelte-1051s8v{background-color:#ffeb3b}.booking-btn.primary.svelte-1051s8v:hover{background-color:#000;color:#fff}.booking-success.svelte-1051s8v{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.booking-success__icon.svelte-1051s8v{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#ffeb3b;border:4px solid #000000;margin-bottom:1.5rem;animation:svelte-1051s8v-bounceIn .3s ease-out}@keyframes svelte-1051s8v-bounceIn{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.booking-success__title.svelte-1051s8v{font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem}.booking-success__msg.svelte-1051s8v{font-size:.9375rem;font-weight:500;opacity:.75;margin-bottom:1.5rem;max-width:300px}[data-theme=dark] .booking-date.svelte-1051s8v{background-color:#0a0a0a;color:#fff;border-color:#fff}[data-theme=dark] .booking-date.svelte-1051s8v:not(.unavailable):hover{background-color:#ffeb3b;color:#000}[data-theme=dark] .booking-date.selected.svelte-1051s8v{background-color:#fff;color:#000}[data-theme=dark] .booking-time.svelte-1051s8v{background-color:#0a0a0a;color:#fff;border-color:#fff}[data-theme=dark] .booking-time.svelte-1051s8v:hover{background-color:#ffeb3b;color:#000}[data-theme=dark] .booking-time.selected.svelte-1051s8v{background-color:#fff;color:#000}[data-theme=dark] .booking-input.svelte-1051s8v{background-color:#18181b;color:#fff;border-color:#fff}[data-theme=dark] .booking-input.svelte-1051s8v::-moz-placeholder{color:#a1a1aa}[data-theme=dark] .booking-input.svelte-1051s8v::placeholder{color:#a1a1aa}[data-theme=dark] .booking-btn.svelte-1051s8v{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:4px 4px #ffffff4d}[data-theme=dark] .booking-btn.svelte-1051s8v:hover,[data-theme=dark] .booking-btn.primary.svelte-1051s8v{background-color:#ffeb3b;color:#000}[data-theme=dark] .booking-btn.primary.svelte-1051s8v:hover{background-color:#fff;color:#000}[data-theme=dark] .booking-success__icon.svelte-1051s8v{border-color:#fff}.lead-demo.svelte-1x51fi{font-family:Public Sans,system-ui,sans-serif}.lead-header.svelte-1x51fi{text-align:center;margin-bottom:1.5rem}.lead-title.svelte-1x51fi{font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem}.lead-subtitle.svelte-1x51fi{font-size:.9375rem;font-weight:500;opacity:.75}.lead-form.svelte-1x51fi{display:flex;flex-direction:column;gap:1rem}.lead-field.svelte-1x51fi{position:relative}.lead-input.svelte-1x51fi{width:100%;padding:1rem;background-color:#fff;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:600;transition:all .15s ease}.lead-input.svelte-1x51fi:focus{outline:none;box-shadow:4px 4px #ffeb3b}.lead-input.error.svelte-1x51fi{border-color:#ef4444;animation:svelte-1x51fi-shake .3s ease-in-out}@keyframes svelte-1x51fi-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.lead-input.svelte-1x51fi::-moz-placeholder{color:#71717a}.lead-input.svelte-1x51fi::placeholder{color:#71717a}.lead-error.svelte-1x51fi{display:block;font-size:.75rem;font-weight:700;color:#ef4444;margin-top:.25rem;text-transform:uppercase}.lead-btn.svelte-1x51fi{width:100%;padding:1rem 1.5rem;background-color:#fff;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.lead-btn.svelte-1x51fi:hover:not(:disabled){background-color:#ffeb3b}.lead-btn.svelte-1x51fi:active:not(:disabled){transform:translate(2px,2px);box-shadow:0 0 #000}.lead-btn.svelte-1x51fi:disabled{cursor:wait;opacity:.8}.lead-btn.primary.svelte-1x51fi{background-color:#ffeb3b}.lead-btn.primary.svelte-1x51fi:hover:not(:disabled){background-color:#000;color:#fff}.lead-spinner.svelte-1x51fi{width:20px;height:20px;border:3px solid currentColor;border-right-color:transparent;border-radius:50%;animation:svelte-1x51fi-spin .6s linear infinite}@keyframes svelte-1x51fi-spin{to{transform:rotate(360deg)}}.lead-success.svelte-1x51fi{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.lead-success__icon.svelte-1x51fi{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#ffeb3b;border:4px solid #000000;margin-bottom:1.5rem;color:#000;animation:svelte-1x51fi-successPop .4s ease-out}@keyframes svelte-1x51fi-successPop{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.lead-success__title.svelte-1x51fi{font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem;animation:svelte-1x51fi-fadeSlideUp .3s ease-out .2s both}.lead-success__msg.svelte-1x51fi{font-size:.9375rem;font-weight:500;opacity:.75;margin-bottom:1.5rem;max-width:300px;animation:svelte-1x51fi-fadeSlideUp .3s ease-out .3s both}.lead-success.svelte-1x51fi .lead-btn:where(.svelte-1x51fi){animation:svelte-1x51fi-fadeSlideUp .3s ease-out .4s both}@keyframes svelte-1x51fi-fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .lead-input.svelte-1x51fi{background-color:#18181b;color:#fff;border-color:#fff}[data-theme=dark] .lead-input.error.svelte-1x51fi{border-color:#ef4444}[data-theme=dark] .lead-input.svelte-1x51fi::-moz-placeholder{color:#a1a1aa}[data-theme=dark] .lead-input.svelte-1x51fi::placeholder{color:#a1a1aa}[data-theme=dark] .lead-btn.svelte-1x51fi{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:4px 4px #ffffff4d}[data-theme=dark] .lead-btn.svelte-1x51fi:hover:not(:disabled){background-color:#ffeb3b;color:#000}[data-theme=dark] .lead-btn.primary.svelte-1x51fi{background-color:#ffeb3b;color:#000}[data-theme=dark] .lead-btn.primary.svelte-1x51fi:hover:not(:disabled){background-color:#fff}[data-theme=dark] .lead-success__icon.svelte-1x51fi{border-color:#fff}.demo-chat-notice.svelte-1yg42eh{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.demo-chat-notice__icon.svelte-1yg42eh{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:#ffeb3b;border:4px solid #000000;margin-bottom:1.5rem;animation:svelte-1yg42eh-pulse 1.5s ease-in-out infinite}@keyframes svelte-1yg42eh-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.demo-chat-notice__text.svelte-1yg42eh{font-size:1.125rem;font-weight:600;line-height:1.5;margin-bottom:1.5rem;max-width:350px}.demo-chat-btn.svelte-1yg42eh{padding:1rem 2rem;background-color:#ffeb3b;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease}.demo-chat-btn.svelte-1yg42eh:hover{background-color:#000;color:#fff}.demo-chat-btn.svelte-1yg42eh:active{transform:translate(2px,2px);box-shadow:0 0 #000}.demo-whatsapp.svelte-1yg42eh{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.demo-whatsapp__icon.svelte-1yg42eh{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#25d366;border:4px solid #000000;margin-bottom:1.5rem;border-radius:50%}.demo-whatsapp__title.svelte-1yg42eh{font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-bottom:.75rem}.demo-whatsapp__desc.svelte-1yg42eh{font-size:.9375rem;font-weight:500;line-height:1.6;opacity:.75;margin-bottom:1.5rem;max-width:350px}.demo-whatsapp__btn.svelte-1yg42eh{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#25d366;color:#fff;border:3px solid #000000;font-family:inherit;font-size:1rem;font-weight:800;text-transform:uppercase;text-decoration:none;box-shadow:4px 4px #000;transition:all .1s ease}.demo-whatsapp__btn.svelte-1yg42eh:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.demo-whatsapp__btn.svelte-1yg42eh:active{transform:translate(2px,2px);box-shadow:0 0 #000}.demo-theme.svelte-1yg42eh{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.demo-theme__preview.svelte-1yg42eh{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.demo-theme__light.svelte-1yg42eh,.demo-theme__dark.svelte-1yg42eh{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-weight:800;font-size:.875rem;text-transform:uppercase;opacity:.5;transition:opacity .2s ease}[data-theme=light] .demo-theme__light.svelte-1yg42eh,:not([data-theme]) .demo-theme__light.svelte-1yg42eh{opacity:1}[data-theme=dark] .demo-theme__dark.svelte-1yg42eh{opacity:1}.demo-theme__toggle-container.svelte-1yg42eh{display:flex;align-items:center}.demo-theme__toggle.svelte-1yg42eh{position:relative;width:80px;height:40px;background:none;border:none;padding:0;cursor:pointer}.demo-theme__toggle-track.svelte-1yg42eh{position:absolute;inset:0;background-color:#e4e4e7;border:3px solid #000000;transition:background-color .2s ease}[data-theme=dark] .demo-theme__toggle-track.svelte-1yg42eh{background-color:#3f3f46;border-color:#fff}.demo-theme__toggle-thumb.svelte-1yg42eh{position:absolute;top:4px;left:4px;width:28px;height:28px;background-color:#ffeb3b;border:3px solid #000000;transition:transform .2s ease}[data-theme=dark] .demo-theme__toggle-thumb.svelte-1yg42eh{transform:translate(36px);border-color:#fff}.demo-theme__desc.svelte-1yg42eh{font-size:.9375rem;font-weight:500;line-height:1.6;opacity:.75;max-width:400px}[data-theme=dark] .demo-chat-notice__icon.svelte-1yg42eh{border-color:#fff}[data-theme=dark] .demo-chat-btn.svelte-1yg42eh{border-color:#000}[data-theme=dark] .demo-whatsapp__icon.svelte-1yg42eh{border-color:#fff}[data-theme=dark] .demo-whatsapp__btn.svelte-1yg42eh{border-color:#fff;box-shadow:4px 4px #ffffff4d}[data-theme=dark] .demo-whatsapp__btn.svelte-1yg42eh:hover{box-shadow:6px 6px #ffffff4d}.brutal-trust-bar[data-astro-cid-dbdw25zh]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background-color:#ffeb3b;border-bottom:4px solid #000000;font-family:Public Sans,system-ui,sans-serif;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#000}@media(min-width:768px){.brutal-trust-bar[data-astro-cid-dbdw25zh]{font-size:.875rem;gap:1rem}}@media(max-width:480px){.brutal-trust-bar[data-astro-cid-dbdw25zh]{font-size:.625rem;padding:.5rem .75rem;gap:.25rem}}.brutal-trust-bar__divider[data-astro-cid-dbdw25zh]{opacity:.5}.showroom-hero[data-astro-cid-dbdw25zh]{padding:3rem 1.5rem;background-color:#fff;border-bottom:4px solid #000000;text-align:center}@media(min-width:768px){.showroom-hero[data-astro-cid-dbdw25zh]{padding:4rem 3rem}}@media(max-width:480px){.showroom-hero[data-astro-cid-dbdw25zh]{padding:2rem 1rem}}.showroom-hero__headline[data-astro-cid-dbdw25zh]{font-size:clamp(3rem,12vw,8rem);font-weight:900;letter-spacing:-.04em;line-height:.9;text-transform:uppercase;margin-bottom:1.5rem}.showroom-hero__headline--zh[data-astro-cid-dbdw25zh]{line-height:1.1;letter-spacing:0;font-size:clamp(2.5rem,10vw,6rem)}.showroom-hero__highlight[data-astro-cid-dbdw25zh]{background-color:#ffeb3b;color:#000;padding:0 .15em}.showroom-hero__tagline[data-astro-cid-dbdw25zh]{font-size:1.125rem;font-weight:600;max-width:500px;margin:0 auto;line-height:1.5;opacity:.8}@media(max-width:480px){.showroom-hero__tagline[data-astro-cid-dbdw25zh]{font-size:1rem}}.showroom-demos[data-astro-cid-dbdw25zh]{padding:2rem 1.5rem;background-color:#f4f4f5;border-bottom:4px solid #000000}@media(min-width:768px){.showroom-demos[data-astro-cid-dbdw25zh]{padding:3rem}}@media(max-width:480px){.showroom-demos[data-astro-cid-dbdw25zh]{padding:1.5rem 1rem}}.showroom-demos__grid[data-astro-cid-dbdw25zh]{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media(min-width:640px){.showroom-demos__grid[data-astro-cid-dbdw25zh]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.showroom-demos__grid[data-astro-cid-dbdw25zh]{grid-template-columns:repeat(3,1fr)}}.showroom-cta[data-astro-cid-dbdw25zh]{padding:4rem 1.5rem;background-color:#000;color:#fff;text-align:center;border-bottom:4px solid #000000}@media(min-width:768px){.showroom-cta[data-astro-cid-dbdw25zh]{padding:5rem 3rem}}@media(max-width:480px){.showroom-cta[data-astro-cid-dbdw25zh]{padding:3rem 1rem}}.showroom-cta__title[data-astro-cid-dbdw25zh]{font-size:2rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem}@media(min-width:768px){.showroom-cta__title[data-astro-cid-dbdw25zh]{font-size:3rem}}@media(max-width:480px){.showroom-cta__title[data-astro-cid-dbdw25zh]{font-size:1.5rem}}.showroom-cta__desc[data-astro-cid-dbdw25zh]{font-size:1.125rem;font-weight:500;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;opacity:.85;line-height:1.5}@media(max-width:480px){.showroom-cta__desc[data-astro-cid-dbdw25zh]{font-size:1rem}}.showroom-cta__buttons[data-astro-cid-dbdw25zh]{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media(min-width:768px){.showroom-cta__buttons[data-astro-cid-dbdw25zh]{flex-direction:row}}.showroom-cta__buttons[data-astro-cid-dbdw25zh] .brutal-btn[data-astro-cid-dbdw25zh]{background-color:#fff;color:#000;border-color:#fff}.showroom-cta__buttons[data-astro-cid-dbdw25zh] .brutal-btn[data-astro-cid-dbdw25zh]:hover,.showroom-cta__buttons[data-astro-cid-dbdw25zh] .brutal-btn[data-astro-cid-dbdw25zh].primary{background-color:#ffeb3b;border-color:#ffeb3b}.showroom-cta__buttons[data-astro-cid-dbdw25zh] .brutal-btn[data-astro-cid-dbdw25zh].primary:hover{background-color:#fff;border-color:#fff}.showroom-gallery[data-astro-cid-dbdw25zh]{padding:3rem 1.5rem;background-color:#fff;border-bottom:4px solid #000000}@media(min-width:768px){.showroom-gallery[data-astro-cid-dbdw25zh]{padding:4rem 3rem}}@media(max-width:480px){.showroom-gallery[data-astro-cid-dbdw25zh]{padding:2rem 1rem}}.showroom-gallery__header[data-astro-cid-dbdw25zh]{text-align:center;margin-bottom:2rem}@media(min-width:768px){.showroom-gallery__header[data-astro-cid-dbdw25zh]{margin-bottom:3rem}}.showroom-gallery__title[data-astro-cid-dbdw25zh]{font-size:clamp(2rem,6vw,4rem);font-weight:900;letter-spacing:-.03em;text-transform:uppercase;margin-bottom:1rem}.showroom-gallery__subtitle[data-astro-cid-dbdw25zh]{font-size:1.125rem;font-weight:500;max-width:500px;margin:0 auto;line-height:1.5;opacity:.8}@media(max-width:480px){.showroom-gallery__subtitle[data-astro-cid-dbdw25zh]{font-size:1rem}}.showroom-gallery__grid[data-astro-cid-dbdw25zh]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.showroom-gallery__grid[data-astro-cid-dbdw25zh]{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.showroom-gallery__grid[data-astro-cid-dbdw25zh]{grid-template-columns:1fr;gap:1rem}}.showroom-gallery__card[data-astro-cid-dbdw25zh]{display:block;background-color:#fff;border:4px solid #000000;box-shadow:6px 6px #000;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease;overflow:hidden}.showroom-gallery__card[data-astro-cid-dbdw25zh]:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000}.showroom-gallery__card[data-astro-cid-dbdw25zh]:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.showroom-gallery__preview[data-astro-cid-dbdw25zh]{height:160px;position:relative;overflow:hidden;border-bottom:4px solid #000000;background-color:#f4f4f5}@media(min-width:768px){.showroom-gallery__preview[data-astro-cid-dbdw25zh]{height:200px}}.showroom-gallery__preview[data-astro-cid-dbdw25zh] img[data-astro-cid-dbdw25zh]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease,filter .4s ease}.showroom-gallery__card[data-astro-cid-dbdw25zh]:hover .showroom-gallery__preview[data-astro-cid-dbdw25zh] img[data-astro-cid-dbdw25zh]{transform:scale(1.05)}.showroom-gallery__overlay[data-astro-cid-dbdw25zh]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#000000b3;color:#fff;font-weight:800;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;opacity:0;transition:opacity .3s ease}.showroom-gallery__card[data-astro-cid-dbdw25zh]:hover .showroom-gallery__overlay[data-astro-cid-dbdw25zh]{opacity:1}.showroom-gallery__overlay--always[data-astro-cid-dbdw25zh]{opacity:1;background-color:#0009}.showroom-gallery__preview--more[data-astro-cid-dbdw25zh]{background:linear-gradient(135deg,#ffeb3b,#ffc107);display:flex;align-items:center;justify-content:center}.showroom-gallery__more-text[data-astro-cid-dbdw25zh]{font-size:3rem;font-weight:900;color:#000}@media(min-width:768px){.showroom-gallery__more-text[data-astro-cid-dbdw25zh]{font-size:4rem}}.showroom-gallery__info[data-astro-cid-dbdw25zh]{padding:1rem}@media(min-width:768px){.showroom-gallery__info[data-astro-cid-dbdw25zh]{padding:1.25rem}}.showroom-gallery__name[data-astro-cid-dbdw25zh]{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.25rem}@media(min-width:768px){.showroom-gallery__name[data-astro-cid-dbdw25zh]{font-size:1.125rem}}.showroom-gallery__tag[data-astro-cid-dbdw25zh]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.showroom-gallery__card--more[data-astro-cid-dbdw25zh]{background-color:#ffeb3b}.brutal-bottom-nav[data-astro-cid-dbdw25zh]{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-top:4px solid #000000;z-index:100}.brutal-bottom-nav__links[data-astro-cid-dbdw25zh]{display:flex;gap:.5rem;padding:.75rem 1rem;flex:1;align-items:center}@media(min-width:768px){.brutal-bottom-nav__links[data-astro-cid-dbdw25zh]{gap:.75rem;padding:1rem 1.5rem}}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.625rem 1rem;background-color:#fff;color:#000;border:4px solid #000000;font-family:Public Sans,system-ui,sans-serif;font-weight:800;font-size:.8125rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:4px 4px #000;transform:rotate(var(--rotation, 0deg)) translateY(var(--offset-y, 0px));transition:transform .15s ease,box-shadow .15s ease,background-color .1s ease}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh]:hover{transform:rotate(0) translateY(0);box-shadow:2px 2px #000;background-color:#ffeb3b}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh].active{background-color:#000;color:#fff;transform:rotate(0) translateY(0);box-shadow:2px 2px #000}.brutal-bottom-nav__controls[data-astro-cid-dbdw25zh]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem}@media(min-width:768px){.brutal-bottom-nav__controls[data-astro-cid-dbdw25zh]{gap:.75rem;padding:1rem 1.5rem;border-left:4px solid #000000}}.brutal-bottom-nav__btn[data-astro-cid-dbdw25zh]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.625rem;background-color:#fff;color:#000;border:4px solid #000000;cursor:pointer;text-decoration:none;font-weight:800;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;box-shadow:4px 4px #000;transform:rotate(var(--rotation, 0deg)) translateY(var(--offset-y, 0px));transition:transform .15s ease,box-shadow .15s ease,background-color .1s ease}.brutal-bottom-nav__btn[data-astro-cid-dbdw25zh]:hover{transform:rotate(0) translateY(0);box-shadow:2px 2px #000;background-color:#ffeb3b}.brutal-bottom-nav__btn[data-astro-cid-dbdw25zh] .icon-moon[data-astro-cid-dbdw25zh]{display:none}.brutal-bottom-nav__btn[data-astro-cid-dbdw25zh] .icon-sun[data-astro-cid-dbdw25zh],[data-theme=dark] .brutal-bottom-nav__btn[data-astro-cid-dbdw25zh] .icon-moon[data-astro-cid-dbdw25zh]{display:block}[data-theme=dark] .brutal-bottom-nav__btn[data-astro-cid-dbdw25zh] .icon-sun[data-astro-cid-dbdw25zh]{display:none}.brutal-bottom-nav__cta[data-astro-cid-dbdw25zh]{border-left:4px solid #000000;padding:.75rem 1rem;display:flex;align-items:center}@media(min-width:768px){.brutal-bottom-nav__cta[data-astro-cid-dbdw25zh]{padding:.75rem 1.5rem}}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.25rem;background-color:#25d366;color:#fff;border:4px solid #000000;font-family:Public Sans,system-ui,sans-serif;font-weight:800;font-size:.8125rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:4px 4px #000;animation:whatsapp-pulse 2s ease-in-out infinite;transition:transform .1s ease,box-shadow .1s ease}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh]:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh]:active{transform:translateY(0);box-shadow:2px 2px #000}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh] svg[data-astro-cid-dbdw25zh]{flex-shrink:0}@keyframes whatsapp-pulse{0%,to{box-shadow:4px 4px #000}50%{box-shadow:6px 6px #000,0 0 0 3px #25d3664d}}@media(max-width:480px){.brutal-bottom-nav[data-astro-cid-dbdw25zh]{flex-direction:column;padding:0}.brutal-bottom-nav__links[data-astro-cid-dbdw25zh]{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem;padding:.625rem .5rem;width:100%;border-bottom:4px solid #000000}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh]{padding:.5rem;font-size:.6875rem;min-height:44px;border-width:3px;box-shadow:3px 3px #000;--rotation: calc(var(--rotation) * .5)}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh]:hover,.brutal-bottom-nav__item[data-astro-cid-dbdw25zh].active{box-shadow:2px 2px #000}.brutal-bottom-nav__cta[data-astro-cid-dbdw25zh]{border-left:none;width:100%;padding:.5rem}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh]{width:100%;min-height:48px;border-width:3px;box-shadow:3px 3px #000}@keyframes whatsapp-pulse{0%,to{box-shadow:3px 3px #000}50%{box-shadow:4px 4px #000,0 0 0 2px #25d3664d}}}@media(min-width:481px)and (max-width:768px){.brutal-bottom-nav__links[data-astro-cid-dbdw25zh]{gap:.375rem;padding:.75rem}.brutal-bottom-nav__item[data-astro-cid-dbdw25zh]{padding:.5rem .75rem;font-size:.75rem}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh]{padding:.625rem 1rem;font-size:.75rem}.brutal-bottom-nav__whatsapp[data-astro-cid-dbdw25zh] span[data-astro-cid-dbdw25zh]{display:none}}[data-theme=dark] .brutal-trust-bar[data-astro-cid-dbdw25zh]{border-bottom-color:#fff}[data-theme=dark] .showroom-hero[data-astro-cid-dbdw25zh]{background-color:#0a0a0a;color:#fff;border-bottom-color:#fff}[data-theme=dark] .showroom-demos[data-astro-cid-dbdw25zh]{background-color:#18181b;border-bottom-color:#fff}[data-theme=dark] .showroom-cta[data-astro-cid-dbdw25zh]{border-bottom-color:#fff}[data-theme=dark] .brutal-bottom-nav[data-astro-cid-dbdw25zh]{background-color:#0a0a0a;border-top-color:#fff}[data-theme=dark] .brutal-bottom-nav__item[data-astro-cid-dbdw25zh]{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:4px 4px #ffffff4d}[data-theme=dark] .brutal-bottom-nav__item[data-astro-cid-dbdw25zh]:hover{background-color:#ffeb3b;color:#000}[data-theme=dark] .brutal-bottom-nav__item[data-astro-cid-dbdw25zh].active{background-color:#fff;color:#000}[data-theme=dark] .brutal-bottom-nav__controls[data-astro-cid-dbdw25zh]{border-left-color:#3f3f46}[data-theme=dark] .brutal-bottom-nav__btn[data-astro-cid-dbdw25zh]{background-color:#0a0a0a;color:#fff;border-color:#fff;box-shadow:4px 4px #ffffff4d}[data-theme=dark] .brutal-bottom-nav__btn[data-astro-cid-dbdw25zh]:hover{background-color:#ffeb3b;color:#000}[data-theme=dark] .brutal-bottom-nav__cta[data-astro-cid-dbdw25zh]{border-left-color:#3f3f46}[data-theme=dark] .showroom-gallery[data-astro-cid-dbdw25zh]{background-color:#0a0a0a;color:#fff;border-bottom-color:#fff}[data-theme=dark] .showroom-gallery__card[data-astro-cid-dbdw25zh]{background-color:#18181b;border-color:#fff;box-shadow:6px 6px #fff3;color:#fff}[data-theme=dark] .showroom-gallery__card[data-astro-cid-dbdw25zh]:hover{box-shadow:9px 9px #ffffff40}[data-theme=dark] .showroom-gallery__card[data-astro-cid-dbdw25zh]:active{box-shadow:2px 2px #ffffff26}[data-theme=dark] .showroom-gallery__preview[data-astro-cid-dbdw25zh]{border-bottom-color:#fff}[data-theme=dark] .showroom-gallery__card--more[data-astro-cid-dbdw25zh]{background-color:#ffeb3b;color:#000}
