:root{--yellow:#ffd100;--yellow-dark:#e6b800;--black:#111;--dark:#1f1f1f;--gray:#5c5c5c;--light-gray:#f3f3f3;--white:#fff;--border:#e0e0e0;--shadow:0 4px 20px #00000014;--shadow-hover:0 12px 32px #00000024;--radius:12px;--radius-lg:16px;--header-height:76px;--topbar-height:44px;--font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6;overflow-x:hidden}body.menu-open{overflow:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;background:0 0;border:none}.container{width:min(100% - 2rem,1200px);margin-inline:auto}.btn__label-short{display:none}.btn{transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);white-space:nowrap;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;line-height:1.2;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn__icon{flex-shrink:0;width:1.15rem;height:1.15rem}.btn--primary{background:var(--yellow);color:var(--black);border-color:var(--yellow)}.btn--primary:hover{background:var(--yellow-dark);border-color:var(--yellow-dark);box-shadow:0 6px 20px #ffd10066}.btn--secondary{background:var(--white);color:var(--black);border-color:var(--black)}.btn--secondary:hover{background:var(--black);color:var(--white)}.btn--outline{background:var(--white);color:var(--black);border-color:var(--border)}.btn--outline:hover{background:var(--light-gray);border-color:var(--black)}.btn--whatsapp{color:var(--white);background:#25d366;border-color:#25d366}.btn--whatsapp:hover{background:#1ebe57;border-color:#1ebe57;box-shadow:0 6px 20px #25d36659}.btn--dark{background:var(--black);color:var(--white);border-color:var(--black)}.btn--dark:hover{background:var(--dark);border-color:var(--dark)}.btn--block{width:100%}.btn--lg{padding:1rem 2rem;font-size:1.05rem}.section{padding:4.5rem 0}.section--gray{background:var(--light-gray)}.section--yellow{background:var(--yellow)}.section__header{margin-bottom:2.5rem}.section__header--center{text-align:center}.section__title{color:var(--black);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.2}.section__subtitle{color:var(--gray);max-width:640px;font-size:1.05rem}.section__header--center .section__subtitle{margin-inline:auto}.top-bar{background:var(--black);color:var(--white);min-height:var(--topbar-height);align-items:center;padding-block:.55rem;padding-inline:1rem;font-size:.85rem;display:flex;overflow:hidden}.top-bar__inner{box-sizing:border-box;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin-inline:auto;padding-inline:.75rem;line-height:1.4;display:flex}.top-bar__left,.top-bar__right{flex-wrap:nowrap;align-items:center;gap:1.25rem;min-width:0;display:flex}.top-bar__link{color:#ffffffe6;transition:color var(--transition);white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.top-bar__link:hover{color:var(--yellow)}.top-bar__icon{flex-shrink:0;width:1rem;height:1rem}.top-bar__location{color:#ffffffb3;white-space:nowrap}.top-bar__email-short{display:none}.top-bar__link--social{font-weight:600}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.header__brand{flex-shrink:1;align-items:center;gap:.75rem;min-width:0;display:flex}.header__logo{object-fit:cover;border:2px solid var(--yellow);border-radius:50%;flex-shrink:0;width:52px;height:52px}.header__name{color:var(--black);letter-spacing:-.02em;white-space:nowrap;font-size:1.15rem;font-weight:800}.header__toggle{z-index:120;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.header__toggle span{background:var(--black);width:100%;height:2.5px;transition:transform var(--transition), opacity var(--transition);transform-origin:50%;border-radius:2px;display:block}.header__toggle--open span:first-child{transform:translateY(7.5px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.header__backdrop{display:none}.header__nav{align-items:center;gap:2rem;display:flex}.header__links{align-items:center;gap:1.75rem;display:flex}.header__link{color:var(--dark);transition:color var(--transition);font-size:.95rem;font-weight:600;position:relative}.header__link:hover{color:var(--black)}.header__link:after{content:"";background:var(--yellow);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.header__link:hover:after{width:100%}.header__cta{padding:.65rem 1.1rem;font-size:.85rem}.hero{background:linear-gradient(135deg, var(--light-gray) 55%, #ffd10026 100%);padding:3.5rem 0 4rem;position:relative;overflow:hidden}.hero__accent{background:var(--yellow);opacity:.25;pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--gray);background:var(--white);border-left:4px solid var(--yellow);border-radius:4px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.hero__title{color:var(--black);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,2.85rem);font-weight:900;line-height:1.15}.hero__subtitle{color:var(--gray);max-width:520px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__map{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-width:100%;height:260px;box-shadow:var(--shadow);grid-column:1/-1;margin-top:.5rem;display:block;overflow:hidden}.hero__map-iframe{border:0;width:100%;height:100%;display:block}.hero__visual{justify-content:center;display:flex}.hero__image-wrap{width:100%;max-width:480px;position:relative}.hero__slider{aspect-ratio:1;border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);border:3px solid var(--white);background:var(--light-gray);position:relative;overflow:hidden}.hero__slide{object-fit:contain;object-position:center;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .7s;position:absolute;inset:0}.hero__slide--active{opacity:1;pointer-events:auto}.hero__dots{z-index:2;justify-content:center;gap:.45rem;display:flex;position:absolute;bottom:.85rem;left:0;right:0}.hero__dot{cursor:pointer;width:.55rem;height:.55rem;transition:transform var(--transition), background var(--transition);background:#ffffffb3;border:1px solid #00000040;border-radius:50%;padding:0}.hero__dot:hover{transform:scale(1.15)}.hero__dot--active{background:var(--yellow);border-color:var(--black);transform:scale(1.2)}.hero__image-placeholder{border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);border:3px solid var(--white);overflow:hidden}.hero__illustration{width:100%;height:auto}.hero__badge{background:var(--white);box-shadow:var(--shadow);border:3px solid var(--yellow);border-radius:50%;padding:6px;position:absolute;bottom:-20px;left:-20px}.hero__badge-logo{object-fit:cover;border-radius:50%;width:72px;height:72px}.category-strip{background:var(--white);border-bottom:1px solid var(--border);z-index:2;margin-top:-1rem;padding:2.5rem 0;position:relative}.category-strip__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.category-card{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.category-card:hover{box-shadow:var(--shadow-hover);border-color:var(--yellow);transform:translateY(-4px)}.category-card__icon{background:var(--yellow);width:52px;height:52px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.category-card__icon svg{width:28px;height:28px}.category-card__title{color:var(--black);margin-bottom:.35rem;font-size:1rem;font-weight:800}.category-card__text{color:var(--gray);font-size:.82rem;line-height:1.4}.products__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.products__grid--three{grid-template-columns:repeat(3,1fr)}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.product-card__image{aspect-ratio:1;background:var(--light-gray);overflow:hidden}.product-card__image-link{transition:opacity var(--transition);display:block}.product-card__image-link:hover{opacity:.92}.product-card__image svg{object-fit:contain;width:100%;height:100%}.product-card__image img{object-fit:contain;object-position:center;width:100%;height:100%}.product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.product-card__badge{text-transform:uppercase;letter-spacing:.05em;background:var(--yellow);color:var(--black);border-radius:4px;align-self:flex-start;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.product-card__name{color:var(--black);font-size:1.15rem;font-weight:800}.product-card__name a:hover{color:var(--gray)}.product-card__desc{color:var(--gray);flex:1;font-size:.9rem;line-height:1.5}.product-card__actions{flex-direction:column;gap:.65rem;margin-top:auto;padding-top:.5rem;display:flex}.product-card__actions .btn{padding:.75rem 1rem;font-size:.85rem}.product-card--compact .product-card__desc{font-size:.85rem}.product-detail{background:var(--white);padding:2rem 0 4rem}.breadcrumb{color:var(--gray);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.88rem;display:flex}.breadcrumb a:hover{color:var(--black);text-decoration:underline}.breadcrumb span[aria-current=page]{color:var(--black);font-weight:600}.product-detail__hero{grid-template-columns:1.1fr 1fr;align-items:start;gap:3rem;margin-bottom:3.5rem;display:grid}.product-detail__gallery{flex-direction:column;gap:1rem;display:flex}.product-detail__image{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);aspect-ratio:1;background:var(--light-gray);overflow:hidden}.product-detail__image svg{width:100%;height:100%}.product-detail__image img{object-fit:contain;object-position:center;width:100%;height:100%}.product-detail__thumbs{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.product-detail__thumb{border-radius:var(--radius);border:2px solid var(--border);background:var(--white);cursor:pointer;transition:border-color var(--transition), opacity var(--transition), transform var(--transition);padding:0;overflow:hidden}.product-detail__thumb:hover{border-color:var(--yellow-dark);transform:translateY(-2px)}.product-detail__thumb--active{border-color:var(--black);box-shadow:0 0 0 2px var(--yellow)}.product-image--placeholder-1 svg rect:first-child,.product-image--placeholder-2 svg rect:first-child,.product-image--placeholder-3 svg rect:first-child{fill:#e4e4e4}.product-image--placeholder-1 svg rect:last-child,.product-image--placeholder-2 svg rect:last-child,.product-image--placeholder-3 svg rect:last-child{opacity:.85}.product-detail__thumb-image{aspect-ratio:1}.product-detail__thumb-image svg{width:100%;height:100%}.product-detail__thumb-image img{object-fit:contain;object-position:center;width:100%;height:100%}.product-detail__intro{flex-direction:column;gap:1rem;padding-top:.5rem;display:flex}.product-detail__title{color:var(--black);letter-spacing:-.02em;font-size:clamp(1.85rem,4vw,2.5rem);font-weight:900;line-height:1.15}.product-detail__short{color:var(--gray);font-size:1.1rem;line-height:1.7}.product-detail__actions{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.section--inner{padding:0 0 3.5rem}.product-detail__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.info-card{background:var(--light-gray);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.info-card__title{color:var(--black);border-bottom:3px solid var(--yellow);margin-bottom:.85rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:800}.info-card p{color:var(--gray);line-height:1.65}.info-card__list{flex-direction:column;gap:.5rem;display:flex}.info-card__list li{color:var(--gray);padding-left:1.1rem;font-size:.95rem;line-height:1.5;position:relative}.info-card__list li:before{content:"";background:var(--yellow);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.rental-notes{background:var(--yellow);border:2px solid var(--black);border-radius:var(--radius-lg);flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem;display:flex}.rental-notes__title{color:var(--black);font-size:1.2rem;font-weight:800}.rental-notes p{color:var(--dark);max-width:720px;line-height:1.65}.rental-notes__list{flex-direction:column;gap:.5rem;width:100%;max-width:720px;display:flex}.rental-notes__list li{color:var(--dark);padding-left:1.1rem;font-size:.95rem;line-height:1.5;position:relative}.rental-notes__list li:before{content:"";background:var(--black);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.related-products{padding-bottom:3rem}.product-detail__cta{text-align:center;background:var(--light-gray);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:1rem;padding:3rem 2rem}.product-detail__cta-title{color:var(--black);margin-bottom:1.5rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800}.not-found{align-items:center;min-height:50vh;padding:5rem 0;display:flex}.not-found__inner{text-align:center;max-width:560px;margin-inline:auto}.not-found__code{color:var(--yellow);-webkit-text-stroke:1px var(--black);margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1}.not-found__title{color:var(--black);margin-bottom:.75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.not-found__text{color:var(--gray);margin-bottom:2rem;line-height:1.65}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-banner{background:linear-gradient(110deg, var(--yellow) 0%, #ffe566 50%, var(--yellow) 100%);border-block:3px solid var(--black);padding:3.5rem 0}.cta-banner__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-banner__title{color:var(--black);margin-bottom:.5rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:900}.cta-banner__text{color:var(--dark);max-width:560px;font-size:1.05rem}.steps__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.step-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--transition), border-color var(--transition);padding:2rem 1.5rem}.step-card:hover{border-color:var(--yellow);transform:translateY(-4px)}.step-card__number{color:var(--yellow);-webkit-text-stroke:1px var(--black);margin-bottom:1rem;font-size:2rem;font-weight:900;line-height:1;display:inline-block}.step-card__title{color:var(--black);margin-bottom:.6rem;font-size:1rem;font-weight:800;line-height:1.35}.step-card__text{color:var(--gray);font-size:.9rem;line-height:1.55}.location__grid{grid-template-columns:1.6fr 1fr;align-items:start;gap:1.5rem;display:grid}.location__map-wrap{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);aspect-ratio:16/10;min-height:320px;overflow:hidden}.location__map{border:0;width:100%;height:100%;display:block}.location__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.location__card-title{color:var(--black);border-bottom:3px solid var(--yellow);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:800}.location__list{flex-direction:column;gap:1rem;display:flex}.location__list li{color:var(--dark);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.location__list a:hover{color:var(--black);text-decoration:underline}.location__icon{color:#25d366;flex-shrink:0;width:1.25rem;margin-top:2px}.location__icon--email,.location__icon--ig,.location__icon--clock{background:var(--yellow);width:1.25rem;height:1.25rem;color:var(--black);border-radius:4px;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:inline-flex}.contact__inner{text-align:center;max-width:640px;margin-inline:auto}.contact__title{color:var(--black);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:900}.contact__text{color:var(--dark);margin-bottom:2rem;font-size:1.1rem}.footer{background:var(--black);color:#ffffffd9}.footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;padding:3.5rem 0 2.5rem;display:grid}.footer__logo{object-fit:cover;border:2px solid var(--yellow);border-radius:50%;width:64px;height:64px;margin-bottom:1rem}.footer__name{color:var(--white);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.footer__desc{color:#ffffffa6;max-width:280px;font-size:.9rem;line-height:1.6}.footer__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--yellow);margin-bottom:1rem;font-size:.85rem;font-weight:800}.footer__links{flex-direction:column;gap:.6rem;display:flex}.footer__links a{color:#ffffffbf;transition:color var(--transition);font-size:.9rem}.footer__links a:hover{color:var(--yellow)}.footer__bottom{border-top:1px solid #ffffff1a}.footer__bottom-inner{text-align:center;color:#ffffff80;padding:1.25rem 0;font-size:.82rem}@media (width<=1024px){.products__grid,.products__grid--three,.steps__grid,.category-strip__grid{grid-template-columns:repeat(2,1fr)}.header__toggle{display:flex}.header__backdrop{opacity:0;pointer-events:none;z-index:90;background:#00000073;transition:opacity .25s;display:block;position:fixed;inset:0}.header__backdrop--open{opacity:1;pointer-events:auto}.header__nav{background:var(--white);z-index:110;width:min(320px,86vw);height:100vh;box-shadow:none;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;padding:5.5rem 1.5rem 2rem;transition:transform .28s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%)}.header__nav--open{transform:translate(0);box-shadow:-8px 0 32px #0000002e}.header__links{flex-direction:column;align-items:stretch;gap:0}.header__link{border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.1rem;display:block}.header__link:after{display:none}.header__cta{white-space:normal;justify-content:center;width:100%;margin-top:auto;padding:.95rem 1rem;font-size:.95rem}}@media (width<=768px){.container{width:min(100% - 1.5rem,1200px)}.section{padding:3.25rem 0}.section__title{font-size:clamp(1.5rem,6vw,2rem)}.section__subtitle{font-size:.98rem}.btn{white-space:normal;text-align:center}.top-bar{height:auto;min-height:0;padding-block:.65rem;padding-inline:.85rem}.top-bar__inner{flex-direction:column;align-items:stretch;gap:.5rem;padding-inline:.25rem}.top-bar__left,.top-bar__right{flex-wrap:wrap;justify-content:space-between;gap:.75rem;width:100%}.top-bar__email-full{display:none}.top-bar__email-short{display:inline}.top-bar__location{font-size:.8rem}.header__inner{min-height:64px}.header__logo{width:44px;height:44px}.header__name{font-size:1.05rem}.hero{padding:2rem 0 2.75rem}.hero__inner{grid-template-columns:1fr;gap:1.75rem}.hero__visual{order:-1}.hero__title{font-size:clamp(1.65rem,7vw,2.1rem)}.hero__subtitle{margin-bottom:1.5rem;font-size:1rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero__map{height:200px}.hero__badge{bottom:-10px;left:8px}.hero__badge-logo{width:52px;height:52px}.category-strip{margin-top:0;padding:1.75rem 0}.category-strip__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{padding:1.15rem .75rem}.category-card__text{font-size:.75rem}.products__grid,.products__grid--three{grid-template-columns:1fr;gap:1.25rem}.product-card__actions{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.btn__label-full{display:none}.btn__label-short{display:inline}.cta-banner{padding:2.5rem 0}.cta-banner__inner{text-align:center;flex-direction:column;align-items:stretch}.cta-banner__inner .btn{width:100%}.steps__grid{grid-template-columns:1fr;gap:1rem}.location__grid{grid-template-columns:1fr}.location__map-wrap{aspect-ratio:1;min-height:260px}.footer__grid{grid-template-columns:1fr;gap:2rem;padding:2.75rem 0 2rem}.product-detail{padding:1.25rem 0 3rem}.product-detail__hero{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.product-detail__grid{grid-template-columns:1fr}.product-detail__actions .btn,.product-detail__cta .btn,.contact__inner .btn,.rental-notes .btn{width:100%}.product-detail__thumbs{gap:.5rem}.product-detail__cta{padding:2rem 1.25rem}.rental-notes{padding:1.5rem}.not-found__actions{flex-direction:column}.not-found__actions .btn{width:100%}}@media (width<=480px){.container{width:min(100% - 1.25rem,1200px)}.top-bar{padding-inline:.75rem;font-size:.78rem}.top-bar__phone{letter-spacing:-.01em}.header__name{font-size:.95rem}.category-strip__grid{grid-template-columns:1fr 1fr}.category-card__icon{width:44px;height:44px}.category-card__icon svg{width:22px;height:22px}.product-card__desc{font-size:.88rem}.product-card__actions{grid-template-columns:1fr}.btn__label-full{display:inline}.btn__label-short{display:none}.product-detail__title{font-size:1.55rem}.product-detail__short{font-size:1rem}.contact__title{font-size:1.45rem}}
