:root{--bg-cream:#fff8e7;--bg-cream-soft:#fffcf3;--bg-white:#fff;--bg-navish:#fff3d6;--text-primary:#2b2118;--text-secondary:#5b4c3c;--text-muted:#8a7b68;--yellow:#ffd200;--yellow-deep:#e8b900;--blue:#0054a6;--blue-deep:#003d7a;--red:#e31b23;--red-deep:#c4141b;--green:#71bf44;--green-deep:#57a02e;--purple:#7b2d8e;--purple-deep:#601f70;--gradient-brand:linear-gradient(160deg, #ffe566 0%, var(--yellow) 55%, var(--yellow-deep) 100%);--gradient-sky:linear-gradient(135deg, var(--blue) 0%, #1670c9 100%);--gradient-candy:linear-gradient(135deg, var(--red) 0%, var(--purple) 100%);--gradient-lime:linear-gradient(135deg, var(--green) 0%, #4fa82c 100%);--shadow-soft:0 12px 32px #2b21181a;--shadow-pop:0 18px 40px #0054a62e;--shadow-btn:0 10px 24px #ffd20066;--font-display:"Fredoka", sans-serif;--font-body:"Nunito", sans-serif;--nav-height:110px;--container:1280px;--radius-lg:32px;--radius-md:22px;--radius-sm:14px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scrollbar-gutter:stable}body{font-family:var(--font-body);background:var(--bg-cream);color:var(--text-primary);font-size:16px;line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit}.container{width:min(var(--container), calc(100% - 2.5rem));z-index:1;margin-inline:auto;position:relative}main{z-index:1;position:relative}.blob-field{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(2px);opacity:.55;border-radius:60% 40% 55% 45%/45% 55%;position:absolute}.blob--yellow{background:var(--yellow)}.blob--blue{opacity:.45;background:#0054a638}.blob--red{opacity:.4;background:#e31b2333}.blob--green{opacity:.45;background:#71bf4459}.blob--purple{opacity:.4;background:#7b2d8e33}.confetti-dots{z-index:0;pointer-events:none;opacity:.5;background-image:radial-gradient(var(--red) 3px, transparent 3.5px), radial-gradient(var(--blue) 3px, transparent 3.5px), radial-gradient(var(--green) 2.5px, transparent 3px), radial-gradient(var(--purple) 2.5px, transparent 3px);background-position:0 0,60px 90px,30px 130px,100px 20px;background-size:140px 140px,160px 160px,120px 120px,180px 180px;position:absolute;inset:0}.btn{min-height:44px;font-family:var(--font-display);letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.55rem;padding:1rem 1.9rem;font-size:1rem;font-weight:600;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,background .3s;display:inline-flex}.btn--sm{min-height:40px;padding:.65rem 1.35rem;font-size:.88rem}.btn--primary{background:var(--yellow);color:var(--blue-deep);box-shadow:var(--shadow-btn);border:2px solid #003d7a1f}.btn--primary:hover{background:#ffe033;transform:translateY(-3px)rotate(-1deg);box-shadow:0 16px 32px #ffd2008c}.btn--secondary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #0054a659}.btn--secondary:hover{background:var(--blue-deep);transform:translateY(-3px)rotate(1deg)}.btn--ghost{background:var(--bg-white);color:var(--blue-deep);border:2px solid var(--blue)}.btn--ghost:hover{background:var(--blue);color:#fff}.btn--whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 10px 24px #25d36659}.btn--whatsapp:hover{transform:translateY(-3px);box-shadow:0 14px 32px #25d36680}.btn--block{width:100%}.nav{z-index:100;height:var(--nav-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff8e7db;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.nav--scrolled{background:#fffffff0;box-shadow:0 6px 24px #2b211814}.nav__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.nav__logo{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.nav__logo img{width:auto;height:92px}.nav__links{gap:1.9rem;display:flex}.nav__links a{font-family:var(--font-display);color:var(--text-secondary);padding:.35rem 0;font-size:.98rem;font-weight:500;transition:color .3s;position:relative}.nav__links a:after{content:"";background:var(--red);border-radius:3px;width:0;height:3px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav__links a:hover{color:var(--blue-deep)}.nav__links a:hover:after,.nav__links a.is-active:after{width:100%}.nav__links a.is-active{color:var(--blue-deep);font-weight:700}.nav__cta{flex-shrink:0}.nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:8px;display:none}.nav__toggle span{background:var(--blue-deep);border-radius:3px;width:24px;height:3px;transition:transform .3s,opacity .3s;display:block}.nav--open .nav__toggle span:first-child{transform:translateY(8px)rotate(45deg)}.nav--open .nav__toggle span:nth-child(2){opacity:0}.nav--open .nav__toggle span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.section{padding:6rem 0;position:relative;overflow:hidden}.section--tight{padding:4rem 0}.section__label{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--red);border:2px dashed var(--red);background:#fff;border-radius:100px;align-items:center;gap:.55rem;margin-bottom:1.4rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.section__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--blue-deep);margin-bottom:1.15rem;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:600;line-height:1.12}.section__subtitle{color:var(--text-secondary);max-width:560px;font-size:1.08rem}.section__header{max-width:760px;margin-bottom:3.5rem}.section__header--center{text-align:center;margin-inline:auto}.section__header--center .section__label{justify-content:center}.text-accent{color:var(--red);font-style:normal;font-weight:700}.text-accent--blue{color:var(--blue)}.text-accent--green{color:var(--green-deep)}.hero{padding:calc(var(--nav-height) + 3.5rem) 0 5rem;text-align:center;background:var(--bg-cream);position:relative;overflow:hidden}.hero__content{z-index:2;max-width:880px;margin-inline:auto;position:relative}.hero__eyebrow{font-family:var(--font-display);color:var(--blue-deep);border:2px solid var(--yellow);box-shadow:var(--shadow-soft);background:#fff;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.6rem;padding:.5rem 1.3rem;font-size:.95rem;font-weight:600;display:inline-flex}.hero__eyebrow svg{width:18px;height:18px;color:var(--red)}.hero__title{font-family:var(--font-display);letter-spacing:-.015em;color:var(--blue-deep);margin-bottom:1.4rem;font-size:clamp(2.6rem,7vw,5rem);font-weight:600;line-height:1.05}.hero__title span{display:inline-block}.hero__title .is-red{color:var(--red)}.hero__title .is-green{color:var(--green-deep)}.hero__title .is-highlight{background:var(--yellow);color:var(--blue-deep);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:.35em;padding:.02em .22em;transform:rotate(-1.5deg)}.hero__subtitle{color:var(--text-primary);max-width:620px;margin:0 auto 2.2rem;font-size:1.2rem;line-height:1.55}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3.2rem;display:flex}.hero__visual{margin-inline:auto;display:inline-block;position:relative}.hero__badge-ring{aspect-ratio:1;justify-content:center;align-items:center;width:min(440px,82vw);margin-inline:auto;display:flex;position:relative}.hero__badge-glow{z-index:0;background:radial-gradient(circle,#ffd2008c 0%,#e31b232e 55%,#0000 72%);border-radius:50%;animation:4s ease-in-out infinite heroGlowPulse;position:absolute;inset:-12%}@keyframes heroGlowPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.hero__logo-mark{z-index:2;aspect-ratio:1;object-fit:contain;object-position:center;width:88%;box-shadow:0 24px 50px #0054a638, 0 0 0 8px #fff, 0 0 0 11px var(--yellow);box-sizing:border-box;background:#fff;border-radius:50%;padding:2.6rem;position:relative}.hero__product-badge{z-index:3;width:66px;height:66px;line-height:1;font-family:var(--font-display);color:#fff;border:3px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;box-shadow:0 10px 24px #2b211838}.hero__product-badge span{font-size:1.4rem}.hero__product-badge small{letter-spacing:.06em;text-transform:uppercase;opacity:.9;font-size:.5rem}.hero__product-badge--1{background:var(--red);top:-4%;left:-8%}.hero__product-badge--2{background:var(--blue);top:12%;right:-12%}.hero__product-badge--3{background:var(--green-deep);bottom:-6%;left:6%}.hero__product-badge--4{background:var(--purple);bottom:6%;right:-6%}.hero__balloon{z-index:1;opacity:.92;width:54px;position:absolute}.hero__balloon--1{color:var(--yellow);width:60px;top:6%;left:2%}.hero__balloon--2{color:var(--red);width:46px;top:18%;right:4%}.hero__balloon--3{color:var(--green);width:40px;bottom:10%;left:10%}.hero__balloon--4{color:var(--purple);width:50px;bottom:2%;right:12%}.hero__stats{flex-wrap:wrap;justify-content:center;gap:clamp(1.5rem,5vw,3.5rem);margin-top:3.5rem;display:flex}.hero__stat{text-align:center}.hero__stat strong{font-family:var(--font-display);color:var(--red);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;display:block}.hero__stat span{color:var(--text-secondary);font-size:.9rem;font-weight:700}.marquee{background:var(--blue-deep);padding:1.15rem 0;position:relative;overflow:hidden;transform:rotate(-1.2deg)scale(1.02);box-shadow:0 6px 24px #00000026}.marquee__track{width:max-content;animation:32s linear infinite marqueeScroll;display:flex}.marquee__item{font-family:var(--font-display);color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:.9rem;padding:0 1.6rem;font-size:1.15rem;font-weight:600;display:inline-flex}.marquee__item svg{width:20px;height:20px;color:var(--yellow);flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation-duration:80s}}.section--catalog{background:var(--bg-cream-soft)}.catalog-carousel__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.catalog-carousel__nav{gap:.6rem;display:flex}.catalog-carousel__btn{border:2px solid var(--blue);width:48px;height:48px;color:var(--blue-deep);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,color .25s,transform .25s;display:inline-flex}.catalog-carousel__btn:hover{background:var(--blue);color:#fff;transform:scale(1.08)}.catalog-carousel__track{scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:none;gap:1.5rem;margin:0 -1.25rem;padding-inline:1.25rem;display:flex;overflow-x:auto}.catalog-carousel__track::-webkit-scrollbar{display:none}.catalog-carousel__track .product-card{scroll-snap-align:start;flex:0 0 min(300px,78vw)}.product-card{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;border:3px solid #0000;flex-direction:column;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-pop);border-color:var(--yellow);transform:translateY(-6px)rotate(-.6deg)}.product-card__media{aspect-ratio:4/3;cursor:pointer;background:var(--bg-navish);border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-card__media picture,.product-card__media img{object-fit:cover;width:100%;height:100%}.product-card__media:hover img{transform:scale(1.06)}.product-card__media img{transition:transform .5s}.product-card__num{z-index:2;background:var(--red);color:#fff;width:40px;height:40px;font-family:var(--font-display);border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;display:flex;position:absolute;top:.7rem;left:.7rem;box-shadow:0 6px 14px #00000038}.product-card__cat{text-transform:uppercase;letter-spacing:.04em;color:var(--blue-deep);background:#0054a614;border-radius:100px;margin-bottom:.5rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.product-card__body{flex-direction:column;flex:1;gap:.35rem;padding:1.2rem 1.3rem 1.4rem;display:flex}.product-card__name{font-family:var(--font-display);color:var(--text-primary);font-size:1.15rem;font-weight:600}.product-card__meta{color:var(--text-muted);font-size:.85rem}.product-card__note{color:var(--purple-deep);font-size:.78rem;font-weight:700}.product-card__footer{justify-content:space-between;align-items:center;gap:.6rem;margin-top:auto;padding-top:.9rem;display:flex}.product-card__price{font-family:var(--font-display);color:var(--red);font-size:1.25rem;font-weight:700}.product-card__price small{color:var(--text-muted);margin-left:.15rem;font-size:.7rem;font-weight:600}.section--about{background:var(--bg-cream)}.about-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.about-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#fff;padding:2.4rem;position:relative;overflow:hidden}.about-card:before{content:"";opacity:.14;border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.about-card--who:before{background:var(--blue)}.about-card--why:before{background:var(--red)}.about-card__icon{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-soft);border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.3rem;display:flex}.about-card--who .about-card__icon{background:var(--gradient-sky)}.about-card--why .about-card__icon{background:var(--gradient-candy)}.about-card__icon svg{width:30px;height:30px}.about-card h3{font-family:var(--font-display);color:var(--blue-deep);margin-bottom:.9rem;font-size:1.5rem}.about-card p{color:var(--text-secondary);margin-bottom:.9rem}.about-card ul{flex-direction:column;gap:.55rem;margin-top:1rem;display:flex}.about-card li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.95rem;font-weight:700;display:flex}.about-card li svg{width:20px;height:20px;color:var(--green-deep);flex-shrink:0;margin-top:.1rem}.section--method{background:var(--gradient-sky)}.section--method .section__label{border-color:var(--yellow);color:var(--yellow);background:#ffffff24}.section--method .section__title,.section--method .section__subtitle{color:#fff}.section--method .section__subtitle{opacity:.88}.pillars{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pillar{padding-top:1rem;position:relative}.pillar__num{font-family:var(--font-display);color:#ffffff2e;margin-bottom:-1.6rem;font-size:clamp(3.5rem,7vw,5rem);font-weight:700;line-height:1}.pillar__icon{width:60px;height:60px;color:var(--blue-deep);background:#fff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.3rem;display:flex;box-shadow:0 12px 26px #0000002e}.pillar__icon svg{width:30px;height:30px}.pillar h3{font-family:var(--font-display);color:#fff;margin-bottom:.7rem;font-size:1.4rem}.pillar p{color:#ffffffd9}.section--testimonials{background:var(--bg-cream-soft);text-align:center}.rotator{max-width:780px;min-height:280px;margin-inline:auto;position:relative}.rotator__stars{color:var(--yellow-deep);justify-content:center;gap:.3rem;margin-bottom:1.4rem;display:flex}.rotator__stars svg{width:24px;height:24px}.rotator__slide{opacity:0;visibility:hidden;flex-direction:column;align-items:center;transition:opacity .5s,transform .5s,visibility .5s;display:flex;position:absolute;inset:0;transform:translateY(14px)}.rotator__slide.is-active{opacity:1;visibility:visible;position:relative;transform:translateY(0)}.rotator__quote{font-family:var(--font-display);color:var(--blue-deep);margin-bottom:1.6rem;font-size:clamp(1.25rem,3vw,1.7rem);font-weight:500;line-height:1.5}.rotator__author{align-items:center;gap:.8rem;display:flex}.rotator__avatar{width:52px;height:52px;font-family:var(--font-display);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.rotator__author strong{color:var(--text-primary);font-size:.98rem;display:block}.rotator__author span{color:var(--text-muted);font-size:.84rem}.rotator__dots{justify-content:center;gap:.55rem;margin-top:2.5rem;display:flex}.rotator__dot{cursor:pointer;background:#0054a633;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:background .3s,transform .3s}.rotator__dot.is-active{background:var(--red);transform:scale(1.25)}.section--faq{background:var(--bg-cream)}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin-inline:auto;display:flex}.faq-item{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;overflow:hidden}.faq-item__q{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);color:var(--blue-deep);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;min-height:44px;padding:1.3rem 1.6rem;font-size:1.05rem;font-weight:600;display:flex}.faq-item__icon{background:var(--yellow);width:34px;height:34px;color:var(--blue-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.faq-item.is-open .faq-item__icon{background:var(--red);color:#fff;transform:rotate(45deg)}.faq-item__a{max-height:0;color:var(--text-secondary);padding:0 1.6rem;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.is-open .faq-item__a{max-height:320px;padding:0 1.6rem 1.5rem}.section--contact{background:var(--gradient-candy);position:relative}.section--contact .section__label{border-color:var(--yellow);color:var(--yellow);background:#ffffff26}.section--contact .section__title,.section--contact .section__subtitle{color:#fff}.section--contact .section__subtitle{opacity:.9}.contact-wrap{grid-template-columns:1.1fr 1fr;align-items:start;gap:2.5rem;display:grid}.contact-form{border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.2rem;padding:2.4rem;display:flex;box-shadow:0 30px 60px #00000040}.form-field{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-field label{font-family:var(--font-display);color:var(--blue-deep);font-size:.9rem;font-weight:600}.form-field input,.form-field textarea,.form-field select{font-family:var(--font-body);color:var(--text-primary);border-radius:var(--radius-sm);background:var(--bg-cream-soft);border:2px solid #ebdcb8;min-height:44px;padding:.85rem 1.05rem;font-size:1rem;transition:border-color .25s,box-shadow .25s}.form-field textarea{resize:vertical;min-height:110px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 4px #0054a61f}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-note{color:var(--text-muted);font-size:.82rem}.contact-form__feedback{border-radius:var(--radius-sm);color:var(--green-deep);background:#71bf4426;align-items:center;gap:.6rem;padding:.9rem 1.1rem;font-size:.92rem;font-weight:700;display:none}.contact-form__feedback.is-visible{display:flex}.contact-form__feedback svg{flex-shrink:0;width:22px;height:22px}.contact-info{color:#fff;flex-direction:column;gap:1.4rem;display:flex}.contact-info__card{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border:1px solid #ffffff40;padding:1.5rem 1.7rem}.contact-info__card h4{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.1rem}.contact-info__card p{opacity:.92;font-size:.95rem}.contact-info__list{flex-direction:column;gap:.9rem;display:flex}.contact-info__item{align-items:center;gap:.8rem;display:flex}.contact-info__item svg{width:22px;height:22px;color:var(--yellow);flex-shrink:0}.footer{background:var(--bg-white);border-top:3px dashed var(--yellow);padding:2.75rem 0 0}.footer__inner{grid-template-columns:1.3fr 1fr;align-items:start;gap:2rem;padding-bottom:2.25rem;display:grid}.footer__logo-link{color:var(--text-primary);align-items:center;gap:.65rem;margin-bottom:.8rem;display:inline-flex}.footer__logo-link img{width:auto;height:64px}.footer__brand p{color:var(--text-muted);max-width:320px;font-size:.92rem}.footer__links{flex-direction:column;align-items:flex-start;gap:.7rem;display:flex}.footer__links-title{font-family:var(--font-display);color:var(--blue-deep);margin-bottom:.3rem;font-weight:700}.footer__links a{color:var(--text-secondary);font-size:.92rem;transition:color .3s}.footer__links a:hover{color:var(--red)}.footer__bottom{border-top:1px solid #f0e4c8;padding:1.25rem 0 1.5rem}.footer__copy{text-align:center;color:var(--text-muted);letter-spacing:.02em;font-size:.8rem}.footer__credit{background:#000000d9;padding:.55rem 0}.footer__credit-line{color:#ffffffa6;justify-content:center;align-items:center;gap:.35rem;margin:0;font-size:.75rem;display:flex}.footer__credit-word-wrap{text-align:center;transition:width .5s ease-in-out;display:inline-block;overflow:hidden}.footer__credit-word{color:#ffffffd9;opacity:1;font-weight:600;transition:opacity .5s ease-in-out,transform .5s ease-in-out;display:inline-block;transform:translateY(0)scale(1)}.footer__credit-word.is-exiting{opacity:0;transform:translateY(8px)scale(.95)}.footer__credit-link{color:#fff;align-items:center;gap:.3rem;font-weight:700;transition:opacity .2s;display:inline-flex}.footer__credit-link:hover{opacity:.9}.footer__credit-tx span:first-child,.footer__credit-tx span:last-child{transition:color .2s}.footer__credit-link:hover .footer__credit-tx span:first-child{color:#3b82f6}.footer__credit-link:hover .footer__credit-tx span:last-child{color:#ef4444}.footer__credit-star{width:16px;height:16px;transition:transform .2s}.footer__credit-link:hover .footer__credit-star{transform:scale(1.15)}.wa-fab{z-index:90;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .3s,box-shadow .3s,opacity .3s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 12px 30px #25d36673}.wa-fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 16px 38px #25d36699}.wa-fab.is-hidden{display:none}.wa-fab__pulse{pointer-events:none;border:2px solid #25d366;border-radius:50%;animation:2.4s cubic-bezier(.4,0,.6,1) infinite waPulse;position:absolute;inset:0}@keyframes waPulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.chat{z-index:91;position:fixed}.chat__launcher{z-index:91;cursor:pointer;background:var(--gradient-brand);width:62px;height:62px;color:var(--blue-deep);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s;display:inline-flex;position:fixed;bottom:1.4rem;right:1.3rem;box-shadow:0 14px 32px #ffd20080}.chat__launcher:hover{transform:translateY(-2px)scale(1.06)}.chat__launcher:active{transform:scale(.96)}.chat__launcher-pulse{background:var(--red);opacity:.35;z-index:-1;border-radius:50%;animation:2.4s ease-out infinite chatPulse;position:absolute;inset:0}@keyframes chatPulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.85)}}.chat__launcher-icon,.chat__launcher-close{transition:opacity .2s,transform .3s}.chat__launcher-close{opacity:0;position:absolute;transform:rotate(-90deg)scale(.6)}.chat.is-open .chat__launcher-icon{opacity:0;transform:rotate(90deg)scale(.6)}.chat.is-open .chat__launcher-close{opacity:1;transform:rotate(0)scale(1)}.chat.is-open .chat__launcher-pulse{opacity:0;animation:none}.wa-fab.is-hidden~.chat .chat__launcher{bottom:1.4rem}body:has(.wa-fab.is-hidden) .chat__launcher{bottom:1.4rem}.chat__panel{z-index:91;transform-origin:100% 100%;background:#fff;border:1px solid #f0e4c8;border-radius:22px;flex-direction:column;width:min(384px,100vw - 2.6rem);height:min(560px,100vh - 2.4rem - 78px);animation:.32s cubic-bezier(.22,1,.36,1) chatPop;display:flex;position:fixed;bottom:calc(1.4rem + 78px);right:1.3rem;overflow:hidden;box-shadow:0 30px 70px #2b211847}@keyframes chatPop{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:none}}.chat__panel[hidden]{display:none}.chat__header{background:var(--gradient-sky);color:#fff;align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex}.chat__avatar{background:var(--yellow);width:40px;height:40px;color:var(--blue-deep);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.chat__heading{flex-direction:column;min-width:0;line-height:1.2;display:flex}.chat__heading strong{font-family:var(--font-display);font-size:1rem;font-weight:600}.chat__heading small{opacity:.9;align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.chat__dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:2s ease-in-out infinite chatBlink}@keyframes chatBlink{0%,to{opacity:1}50%{opacity:.45}}.chat__close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;transition:background .2s;display:inline-flex}.chat__close:hover{background:#ffffff4d}.chat__log{background:var(--bg-cream-soft);flex-direction:column;flex:auto;gap:.6rem;padding:1rem .95rem;display:flex;overflow-y:auto}.chat__log::-webkit-scrollbar{width:6px}.chat__log::-webkit-scrollbar-thumb{background:#e4d6ae;border-radius:99px}.chat__msg{white-space:pre-wrap;word-wrap:break-word;border-radius:16px;max-width:86%;padding:.65rem .85rem;font-size:.9rem;line-height:1.5;animation:.26s both chatMsgIn}@keyframes chatMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.chat__msg--bot{color:var(--text-primary);background:#fff;border:1px solid #f0e4c8;border-bottom-left-radius:4px;align-self:flex-start}.chat__msg--bot .chat__wa{color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:.45rem;margin-top:.55rem;padding:.48rem .82rem;font-size:.84rem;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 18px #25d36659}.chat__msg--bot .chat__wa:hover{transform:translateY(-1px)}.chat__msg--bot .chat__wa-icon{flex:none;display:block}.chat__msg--user{background:var(--gradient-brand);color:var(--blue-deep);border-bottom-right-radius:4px;align-self:flex-end;font-weight:700}.chat__msg--typing{align-items:center;gap:4px;display:inline-flex}.chat__msg--typing span{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chatType}.chat__msg--typing span:nth-child(2){animation-delay:.18s}.chat__msg--typing span:nth-child(3){animation-delay:.36s}@keyframes chatType{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat__suggest{background:var(--bg-cream-soft);flex-wrap:wrap;gap:.4rem;padding:0 .95rem .6rem;display:flex}.chat__suggest[hidden]{display:none}.chat__chip{font-family:var(--font-body);color:var(--blue-deep);cursor:pointer;border:1.5px solid var(--blue);background:#fff;border-radius:999px;padding:.42rem .7rem;font-size:.78rem;font-weight:700;transition:background .2s,transform .2s}.chat__chip:hover{background:#0054a614;transform:translateY(-1px)}.chat__form{background:#fff;border-top:1px solid #f0e4c8;align-items:center;gap:.5rem;padding:.7rem .8rem;display:flex}.chat__input{min-width:0;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-cream-soft);border:1.5px solid #ebdcb8;border-radius:12px;outline:none;flex:auto;min-height:44px;padding:.62rem .8rem;font-size:.9rem;transition:border-color .2s}.chat__input:focus{border-color:var(--blue)}.chat__send{cursor:pointer;background:var(--gradient-candy);color:#fff;border:none;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:inline-flex}.chat__send:hover{transform:scale(1.06)}.chat__send:active{transform:scale(.94)}.chat__credit{text-align:center;letter-spacing:.04em;color:var(--text-muted);text-transform:uppercase;background:#fff;padding:.5rem 0;font-size:.66rem}@media (prefers-reduced-motion:reduce){.chat__launcher-pulse,.chat__dot,.chat__panel,.chat__msg{animation:none}}.lightbox{z-index:200;position:fixed;inset:0}.lightbox[hidden]{display:none}.lightbox__backdrop{background:#2b2118e0;position:absolute;inset:0}.lightbox__frame{justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.lightbox__figure{border-radius:var(--radius-md);background:#111;max-width:min(900px,92vw);max-height:86vh;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000080}.lightbox__img{object-fit:contain;max-width:100%;max-height:86vh;display:block}.lightbox__caption{color:#fff;font-family:var(--font-display);background:linear-gradient(#0000,#000000bf);padding:1rem 1.3rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.lightbox__close,.lightbox__nav{z-index:3;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .25s,transform .25s;display:inline-flex;position:absolute}.lightbox__close:hover,.lightbox__nav:hover{background:#ffffff4d;transform:scale(1.06)}.lightbox__close{top:1.4rem;right:1.4rem}.lightbox__nav--prev{top:50%;left:1.4rem;transform:translateY(-50%)}.lightbox__nav--next{top:50%;right:1.4rem;transform:translateY(-50%)}body.has-lightbox{overflow:hidden}.page-header{padding:calc(var(--nav-height) + 3rem) 0 3rem;text-align:center;background:var(--bg-cream);position:relative;overflow:hidden}.page-header__title{font-family:var(--font-display);color:var(--blue-deep);margin-bottom:.8rem;font-size:clamp(2.2rem,6vw,3.4rem)}.page-header__subtitle{color:var(--text-secondary);max-width:600px;margin-inline:auto;font-size:1.05rem}.catalog-toolbar{top:var(--nav-height);z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px dashed var(--yellow-deep);background:#fff8e7f2;padding:1.1rem 0;position:sticky}.catalog-toolbar__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.catalog-search{flex:260px;max-width:360px;position:relative}.catalog-search svg{width:18px;height:18px;color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.catalog-search input{width:100%;font-family:var(--font-body);background:#fff;border:2px solid #ebdcb8;border-radius:100px;min-height:44px;padding:.75rem 1rem .75rem 2.6rem;font-size:.95rem}.catalog-search input:focus{border-color:var(--blue);outline:none}.catalog-filters{flex-wrap:wrap;gap:.55rem;display:flex}.catalog-filter{border:2px solid var(--blue);color:var(--blue-deep);font-family:var(--font-display);cursor:pointer;background:#fff;border-radius:100px;min-height:44px;padding:.6rem 1.15rem;font-size:.88rem;font-weight:600;transition:background .25s,color .25s}.catalog-filter.is-active,.catalog-filter:hover{background:var(--blue);color:#fff}.catalog-grid-wrap{background:var(--bg-cream-soft);padding:3rem 0 5rem}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.6rem;display:grid}.catalog-empty{text-align:center;color:var(--text-muted);font-family:var(--font-display);padding:4rem 1rem;font-size:1.2rem}.catalog-count{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.product-modal{z-index:200;position:fixed;inset:0}.product-modal[hidden]{display:none}.product-modal__backdrop{background:#2b2118bf;position:absolute;inset:0}.product-modal__frame{justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.product-modal__card{border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr 1fr;width:100%;max-width:760px;max-height:88vh;display:grid;position:relative;overflow:hidden auto;box-shadow:0 40px 90px #0006}.product-modal__media{background:var(--bg-navish);min-height:260px;position:relative}.product-modal__media img{object-fit:cover;width:100%;height:100%}.product-modal__num{background:var(--red);color:#fff;width:48px;height:48px;font-family:var(--font-display);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.product-modal__body{flex-direction:column;gap:.9rem;padding:2rem;display:flex}.product-modal__cat{text-transform:uppercase;color:var(--blue-deep);font-size:.78rem;font-weight:700}.product-modal__name{font-family:var(--font-display);color:var(--text-primary);font-size:1.6rem}.product-modal__meta{color:var(--text-muted);font-size:.92rem}.product-modal__price{font-family:var(--font-display);color:var(--red);font-size:1.8rem;font-weight:700}.product-modal__price small{color:var(--text-muted);font-size:.8rem;font-weight:600}.product-modal__close{z-index:3;color:#fff;cursor:pointer;background:#2b21188c;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:1rem;right:1rem}.gallery-wrap{padding:calc(var(--nav-height) + 2.5rem) 0 5rem;background:var(--bg-cream)}.gallery-masonry{columns:3 220px;column-gap:1.2rem}.gallery-item{break-inside:avoid;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-soft);background:var(--bg-navish);border:3px solid #fff;width:100%;margin-bottom:1.2rem;transition:transform .3s;display:block;position:relative;overflow:hidden}.gallery-item:hover{transform:translateY(-4px)rotate(-.5deg)}.gallery-item img{width:100%;transition:transform .5s;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-item__tag{color:#fff;background:#0009;border-radius:100px;padding:.3rem .7rem;font-size:.72rem;font-weight:700;position:absolute;bottom:.6rem;left:.6rem}@media (width<=1024px){.about-grid{grid-template-columns:1fr}.pillars{grid-template-columns:1fr;gap:2.8rem}.contact-wrap,.product-modal__card{grid-template-columns:1fr}.product-modal__media{min-height:220px}.gallery-masonry{columns:2 200px}}@media (width<=768px){html{font-size:15px}.nav__links,.nav__cta{display:none}.nav__toggle{display:flex}.nav--open .nav__links{inset:var(--nav-height) 0 0 0;background:#fff8e7fc;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.6rem;padding:2.5rem 2rem;display:flex;position:fixed;overflow-y:auto}.nav--open .nav__links a{font-size:1.3rem}.nav--open .nav__cta{display:inline-flex}.nav--open{background:var(--bg-cream)}.section{padding:4rem 0}.hero{padding-top:calc(var(--nav-height) + 2rem);padding-bottom:3.5rem}.hero .blob--yellow{opacity:.5!important;width:180px!important;height:180px!important;top:-6%!important;left:-18%!important}.hero .blob--blue{opacity:.22!important;background:#0054a62e!important;width:200px!important;height:200px!important;inset:auto -22% 8% auto!important}.hero .blob--red,.hero .blob--green{opacity:.18!important;width:140px!important;height:140px!important}.hero .blob--red{bottom:-8%!important;left:-12%!important}.hero .blob--green{bottom:2%!important;right:-10%!important}.hero .confetti-dots{opacity:.22}.hero__title{text-shadow:0 0 12px var(--bg-cream), 0 0 28px var(--bg-cream), 0 1px 0 #fff8e7f2}.hero__title span:not(.is-highlight){-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#fff8e7e0;border-radius:.2em;padding:.02em .12em}.hero__subtitle{color:var(--text-primary);background:#fffcf3f0;border:1px solid #2b21180f;border-radius:18px;padding:.95rem 1.1rem;box-shadow:0 8px 24px #2b21180f}.page-header .blob--blue,.page-header .blob--red,.page-header .blob--purple{opacity:.18!important}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}.hero__product-badge{width:52px;height:52px}.hero__product-badge span{font-size:1.1rem}.hero__stats{gap:1.6rem}.form-row{grid-template-columns:1fr}.wa-fab{width:56px;height:56px;bottom:1rem;right:1rem}.chat__launcher{width:56px;height:56px;bottom:5.2rem;right:1rem}.wa-fab.is-hidden~.chat .chat__launcher{bottom:1rem}.chat__panel{width:auto;height:min(72vh,100vh - 6rem - 66px);bottom:calc(5.2rem + 66px);left:.7rem;right:.7rem}body:has(.wa-fab.is-hidden) .chat__panel{bottom:calc(1rem + 66px)}.footer__inner{text-align:center;grid-template-columns:1fr;gap:1.75rem}.footer__logo-link{justify-content:center}.footer__links{align-items:center}.catalog-toolbar__inner{flex-direction:column;align-items:stretch}.catalog-search{max-width:none}.catalog-filters{justify-content:center}.gallery-masonry{columns:2 160px;column-gap:.8rem}.gallery-item{margin-bottom:.8rem}.lightbox__nav{width:40px;height:40px}.lightbox__nav--prev{left:.5rem}.lightbox__nav--next{right:.5rem}.lightbox__close{top:.6rem;right:.6rem}}@media (width<=480px){.gallery-masonry{columns:1}.catalog-carousel__track .product-card{flex-basis:82vw}}[data-reveal]{will-change:transform, opacity}
