*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-nunito),sans-serif;color:var(--foreground);background:var(--surface);line-height:1.55;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,94%);margin-inline:auto}.section{padding:66px 0}h1,h2,h3{color:var(--purple-dark);line-height:1.08}h2{text-align:center;margin-bottom:34px;font-size:clamp(2rem,3vw,2.55rem);font-weight:900}.section-title{justify-content:center;align-items:center;gap:12px;display:flex}.section-title span{background:url(/images/decor/gotinha.png) 50%/contain no-repeat;width:28px;height:28px;position:relative}.btn{color:var(--surface);box-shadow:var(--shadow);border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-weight:900;transition:all .25s;display:inline-flex}.btn-whatsapp{background:linear-gradient(135deg,var(--teal),#08af9d)}.btn-purple{background:linear-gradient(135deg,#8359e0,var(--purple))}.hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:72px;min-height:650px;padding:64px 0 68px;display:grid;position:relative}.hero-content{align-content:center;justify-items:start;gap:20px;width:100%;max-width:40rem;display:grid}.hero:before{content:"";background:linear-gradient(var(--teal),var(--teal)) 10px 7px/6px 22px no-repeat, linear-gradient(var(--yellow),var(--yellow)) 26px 14px/6px 20px no-repeat, linear-gradient(var(--pink),var(--pink)) 6px 32px/24px 6px no-repeat;border-radius:20px;width:44px;height:44px;position:absolute;top:175px;left:-35px;transform:rotate(-28deg)}.eyebrow{color:var(--muted);background:#fff9ef;border-radius:999px;align-items:center;gap:10px;margin-bottom:22px;padding:12px 22px;font-weight:800;display:inline-flex;box-shadow:0 8px 22px #ffc32b1f}.eyebrow i{color:var(--pink)}.hero h1{letter-spacing:-2px;max-width:13.5ch;margin:0;font-size:clamp(3.2rem,6.2vw,5.6rem);font-weight:900;line-height:.98}.hero h1 span{color:var(--pink);white-space:nowrap;display:inline}.hero p{max-width:460px;color:var(--muted);margin:22px 0 28px;font-size:1.1rem;font-weight:700}.hero-actions{flex-wrap:wrap;gap:18px;margin:4px 0 10px;display:flex}.features{grid-template-columns:repeat(3,1fr);gap:24px;max-width:650px;display:grid}.feature-icon{border-radius:50%;grid-row:span 2;place-items:center;width:48px;height:48px;font-size:1.25rem;display:grid}.shield{color:var(--purple);background:#eeebff}.star{color:var(--yellow);background:#fff4c9}.team{color:var(--teal);background:#dbfbf5}.feature-icon--image{background:0 0}.feature-icon--image img{width:100%;height:100%}.feature-card{text-align:left;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:4px 14px;display:grid}.feature-card .feature-icon{margin-top:2px}.features strong{font-weight:900;display:block}.features small{color:var(--muted);font-weight:800;display:block}.hero-visual{isolation:isolate;position:relative}.blob-outline{background:linear-gradient(135deg,var(--teal),#7a51dc);z-index:-1;border-radius:34% 25% 41% 23%/30% 38% 27% 43%;position:absolute;inset:-18px}.hero-visual img{aspect-ratio:1.42;object-fit:cover;border-radius:34% 25% 41% 23%/30% 38% 27% 43%;width:100%}.paint{pointer-events:none;display:block;position:absolute}.paint-yellow{background:var(--yellow);border-radius:56% 44% 66% 34%/38% 58% 42% 62%;width:92px;height:92px;bottom:-42px;right:-34px;transform:rotate(20deg)}.paint-pink{display:none}.toys{background:linear-gradient(#f7f8ff 0%,#fafbff 100%)}.cards-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.featured-carousel{position:relative}.featured-carousel__top{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.featured-carousel__copy p{color:var(--purple-dark);font-size:.95rem;font-weight:900}.featured-carousel__copy span{color:var(--muted);margin-top:4px;font-size:.82rem;font-weight:800;display:block}.featured-carousel__controls{gap:10px;display:flex}.featured-carousel__nav{width:44px;height:44px;color:var(--purple);box-shadow:var(--shadow);cursor:pointer;background:#fff;border:0;border-radius:50%;font-size:1.35rem;font-weight:900;transition:all .2s}.featured-carousel__nav:hover:not(:disabled){transform:translateY(-2px)}.featured-carousel__nav:disabled{opacity:.45;cursor:not-allowed}.featured-carousel__track{touch-action:pan-y;gap:22px;padding:8px 4px 14px;display:grid}.featured-carousel__item{min-width:0}.featured-carousel__dots{justify-content:center;gap:8px;margin-top:10px;display:flex}.featured-carousel__dots button{cursor:pointer;background:#d8cdee;border:0;border-radius:50%;width:9px;height:9px;transition:all .2s;position:relative}.featured-carousel__dots button:before{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.featured-carousel__dots button.is-active{background:var(--purple);border-radius:999px;width:22px}.featured-carousel-mobile{display:none}.featured-carousel-mobile__top p{color:var(--purple-dark);margin-bottom:12px;font-size:.95rem;font-weight:900}.featured-carousel-mobile__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x;gap:16px;margin:0 -4px;padding:4px 4px 14px;display:flex;overflow-x:auto}.featured-carousel-mobile__item{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 calc(100% - 32px);min-width:0}.featured-carousel-mobile__dots{justify-content:center;align-items:center;display:flex}.featured-carousel-mobile__dots button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:32px;padding:0;display:flex}.featured-carousel-mobile__dots button:before{content:"";background:#d8cdee;border-radius:50%;width:9px;height:9px;transition:all .2s}.featured-carousel-mobile__dots button.is-active:before{background:var(--purple);border-radius:999px;width:22px}@media (max-width:620px){.featured-carousel-mobile{display:block}}.toy-card{background:var(--surface);text-align:center;box-shadow:var(--shadow);border-radius:17px;padding-bottom:17px;transition:all .25s;display:block;position:relative;overflow:hidden}.toy-card img{object-fit:cover;width:100%;height:138px}.toy-card h3{margin:15px 10px 5px;font-size:1.02rem;font-weight:900;line-height:1.2}.toy-card p{max-width:24ch;color:var(--muted);margin:0 auto 14px;font-size:.82rem;font-weight:800;line-height:1.55}.toy-card__badge-corner{z-index:2;background:var(--brand);color:#fff;box-shadow:var(--shadow-soft);border-radius:999px;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:900;display:inline-flex;position:absolute;top:10px;left:10px}.toy-card small{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.toy-card strong{color:var(--purple-dark);margin-top:4px;font-size:1.08rem;display:block}.toy-card .catalog-card__footer{text-align:left;margin-top:12px;padding:0 20px}@media (max-width:620px){.toy-card .catalog-card__footer{padding:0 18px}}.outline-btn{width:max-content;color:var(--purple);background:#fff;border:2px solid #c7b6ee;border-radius:999px;align-items:center;gap:12px;margin:30px auto 0;padding:11px 25px;font-weight:900;display:flex}.how{background:linear-gradient(#fff8e8,#fffdf8);position:relative}.confetti{opacity:.95;width:72px;height:72px;position:absolute;top:94px}.confetti.left{background:linear-gradient(var(--teal),var(--teal)) 30px 0/7px 28px no-repeat, linear-gradient(var(--yellow),var(--yellow)) 4px 28px/32px 7px no-repeat, linear-gradient(var(--pink),var(--pink)) 45px 42px/22px 7px no-repeat, linear-gradient(var(--purple),var(--purple)) 20px 56px/25px 7px no-repeat;left:7%;transform:rotate(24deg)}.confetti.right{background:linear-gradient(var(--teal),var(--teal)) 14px 7px/7px 28px no-repeat, linear-gradient(var(--yellow),var(--yellow)) 40px 25px/28px 7px no-repeat, linear-gradient(var(--pink),var(--pink)) 10px 46px/25px 7px no-repeat, linear-gradient(var(--purple),var(--purple)) 42px 57px/18px 7px no-repeat;right:7%;transform:rotate(-20deg)}.steps{text-align:center;grid-template-columns:repeat(4,1fr);gap:34px;display:grid}.step{padding:18px 12px;position:relative}.step:not(:last-child):after{content:"";border-top:2px dashed #bdb3cc;border-radius:999px;width:76px;position:absolute;top:52px;right:-37px}.number{color:#fff;z-index:2;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)}.step-icon{border-radius:50%;place-items:center;width:90px;height:90px;margin:23px auto 17px;font-size:2.35rem;display:grid}.pink-soft{color:var(--pink);background:#ffe1ec}.yellow-soft{color:#f0ad00;background:#fff1bd}.green-soft{color:var(--teal);background:#d9fbf5}.purple-soft{color:var(--purple);background:#e8dcff}.step h3{margin-bottom:8px;font-size:1rem;font-weight:900}.step p{color:var(--muted);font-size:.91rem;font-weight:700}.gallery{background:#fff}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.gallery-grid img{object-fit:cover;border-radius:14px;width:100%;height:96px;box-shadow:0 12px 24px #241d3f1f}.instagram-btn{width:max-content;color:var(--pink);background:#fff;border:2px solid #ffd1df;border-radius:999px;align-items:center;gap:10px;margin:26px auto 0;padding:10px 22px;font-weight:900;display:flex}.testimonials{background:linear-gradient(#f4edff,#fbf8ff);position:relative;overflow:hidden}.testimonial-wrap{grid-template-columns:48px 1fr 48px;align-items:center;gap:18px;display:grid}.arrow{width:44px;height:44px;color:var(--purple);box-shadow:var(--shadow);cursor:pointer;background:#fff;border:0;border-radius:50%}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:34px;display:grid}.testimonial{box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:25px 26px}.stars{color:var(--yellow);letter-spacing:1px;margin-bottom:10px;font-size:1.05rem}.testimonial p{color:var(--muted);margin-bottom:18px;font-size:.93rem;font-weight:700}.person{align-items:center;gap:12px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple));border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.person strong{font-weight:900;display:block}.person small{color:var(--muted);font-weight:800;display:block}.dots{justify-content:center;gap:8px;margin-top:22px;display:flex}.dots span{background:#d8cdee;border-radius:50%;width:8px;height:8px}.dots .active{background:var(--purple);border-radius:999px;width:18px}.footer-splash-left{background:var(--yellow);border-radius:56% 44% 66% 34%/38% 58% 42% 62%;width:88px;height:88px;bottom:-22px;left:40px;transform:rotate(40deg)}.footer-splash-right{background:var(--pink);border-radius:50% 50% 58% 42%/42% 50% 50% 58%;width:90px;height:90px;bottom:-18px;right:25px;transform:rotate(-35deg)}.final-cta{color:#fff;background:linear-gradient(135deg,#6b42c8,#8e57df);padding:32px 0 29px;position:relative}.wave{background:radial-gradient(80px 32px at 10% 100%,#6b42c8 98%,#0000 100%),radial-gradient(140px 40px at 35% 100%,#7448ce 98%,#0000 100%),radial-gradient(170px 44px at 65% 100%,#8050d8 98%,#0000 100%),radial-gradient(110px 35px at 90% 100%,#8e57df 98%,#0000 100%);height:35px;position:absolute;top:-28px;left:0;right:0}.cta-content{grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:28px;display:grid}.cta-copy{gap:10px;display:grid}.final-cta h2{color:#fff;text-align:left;margin:0;font-size:1.48rem}.final-cta p{color:#ffffffe6;font-weight:800}.cta-action{justify-content:flex-end;align-items:center;display:flex}.footer-grid{grid-template-columns:1.2fr .8fr 1.1fr 1.2fr;gap:36px;display:grid}.footer h3{margin-bottom:14px;font-size:1rem}.footer a,.footer p{color:var(--muted);margin-bottom:8px;font-weight:700;display:block}.footer-logo{margin-bottom:12px;font-size:3rem}.socials{gap:10px;display:flex}.socials a{color:#fff;background:var(--teal);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.socials a:first-child{background:var(--pink)}.socials a:nth-child(2){background:#4776e6}.footer-card{color:var(--muted);background:#f7efff;border-radius:18px;margin-top:12px;padding:18px;font-weight:800}.footer-card i{color:var(--pink)}.copyright{text-align:center;color:var(--muted);margin-top:26px;font-size:.86rem}@media (max-width:980px){.hero{text-align:center;grid-template-columns:1fr;min-height:auto}.hero p,.features{margin-inline:auto}.hero-actions{justify-content:center}.cards-grid,.steps{grid-template-columns:repeat(2,1fr)}.step:after{display:none!important}.gallery-grid{grid-template-columns:repeat(3,1fr)}.testimonial-wrap{grid-template-columns:1fr}.arrow{display:none}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.section{padding:52px 0}.hero{gap:36px;padding-top:34px}.hero h1{font-size:3rem}.hero-actions .btn{width:100%}.features{text-align:left;grid-template-columns:1fr}.cards-grid,.steps,.gallery-grid,.footer-grid{grid-template-columns:1fr}.toy-card img{height:210px}.gallery-grid img{height:180px}.cta-content,.cta-action{text-align:center;flex-direction:column}.final-cta h2,.footer{text-align:center}.socials{justify-content:center}.confetti,.footer-splash-left,.footer-splash-right{display:none}}.catalog-page{background:linear-gradient(#fff 0%,#f7f8ff 100%)}.catalog-hero{padding-top:30px}.catalog-hero__box{background:#fff;border:1px solid #25203f14;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 24px;width:100%;padding:14px 22px;display:flex;position:relative;box-shadow:0 12px 24px #241d3f0d}.catalog-hero__box:before{content:"";z-index:-1;background:#ff4f8b0d;border-radius:46% 54% 60% 40%/43% 42% 58% 57%;width:58px;height:58px;position:absolute;inset:-8px auto auto -6px}.catalog-hero__filters{flex-shrink:0}.catalog-filters{background:#fff;border:1px solid #25203f14;border-radius:999px;flex-wrap:wrap;align-items:center;gap:10px;width:max-content;max-width:100%;min-height:42px;padding:6px;display:flex;box-shadow:0 8px 18px #241d3f0a}.catalog-filters__text{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding-left:12px;font-size:.78rem;font-weight:900}.catalog-hero__box>div:first-child{flex-direction:column;flex:260px;gap:.55rem;max-width:34rem;display:flex}.catalog-hero__box>div:first-child>*{margin-top:0}.catalog-hero__box h2{font-size:clamp(1.15rem,1.6vw,1.4rem);line-height:1.2}.catalog-hero__box>div:first-child p.text-sm{font-size:.68rem}.catalog-hero__box>div:first-child p.text-base{font-size:.82rem;line-height:1.45}.catalog-hero__box .section-dots{transform:scale(.85)}.catalog-date-field{width:max-content}.catalog-date-field__input{min-width:11rem}.catalog-filter-reset{height:40px;color:var(--purple-dark);letter-spacing:.08em;text-transform:uppercase;box-shadow:none;background:#f7efff;border:0;border-radius:999px;align-self:auto;padding:0 14px;font-size:.72rem;font-weight:900}.catalog-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:12px 0 0;display:flex}.catalog-summary__count{color:var(--muted);font-size:.84rem;font-weight:900}.catalog-summary__date{color:var(--foreground);font-size:.78rem}.catalog-summary__hint{color:var(--muted);margin-top:4px;font-size:.74rem;font-weight:800;line-height:1.5}.catalog-listing{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.catalog-card{background:#fffffff5;border:1px solid #25203f14;border-radius:26px;align-content:start;transition:all .25s;display:grid;overflow:hidden;box-shadow:0 14px 30px #241d3f12}.catalog-card--promo{background:linear-gradient(160deg,var(--purple-soft),#fff 65%);border:1px dashed var(--purple)}.catalog-card--promo .catalog-card__body{padding-top:24px}.catalog-card:nth-child(2n),.catalog-card:nth-child(3n){border-radius:28px}.catalog-card:hover{transform:translateY(-5px)}.catalog-card__media{padding:0;overflow:hidden}.catalog-card__media>div{border:none;border-radius:0}.catalog-card__media img{transition:transform .35s}.catalog-card:hover .catalog-card__media img{transform:scale(1.05)}.catalog-card__body{gap:12px;padding:18px;display:grid}.catalog-card__badges{flex-wrap:wrap;gap:7px;display:flex}.catalog-badge{border-radius:999px;align-items:center;padding:7px 11px;font-size:.69rem;font-weight:900;display:inline-flex}.catalog-badge--category{color:#b17904;background:#fff1bd}.catalog-badge--status{color:var(--teal);background:#d9fbf5}.catalog-badge--promo{background:var(--brand);color:#fff}.catalog-card__price-promo{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.catalog-card__price-original{color:var(--muted);font-size:.82rem;text-decoration:line-through}.catalog-card h3{color:var(--purple-dark);margin-top:4px;font-size:1.1rem;font-weight:900;line-height:1.3}.catalog-card__description{color:var(--muted);font-size:.85rem;line-height:1.58}.catalog-card__meta{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:8px;font-size:.78rem;font-weight:800;display:flex}.catalog-card__meta span{background:#eef0ff;border:1px solid #251d3f0f;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;display:inline-flex}.catalog-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:8px;display:flex}.catalog-card__footer small{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.catalog-card__footer strong{color:var(--purple-dark);margin-top:4px;font-size:1.08rem;display:block}.catalog-empty{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:28px;margin-top:24px;padding:42px 28px}.catalog-empty h3{font-size:1.5rem}.catalog-empty p{max-width:640px;color:var(--muted);margin:12px auto 0;font-weight:700}.catalog-empty button{background:linear-gradient(135deg,#8359e0,var(--purple));color:#fff;box-shadow:var(--shadow);border:0;border-radius:999px;margin-top:20px;padding:14px 24px;font-weight:900}.product-page{background:linear-gradient(#fff 0%,#f7f8ff 100%)}.product-breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;margin-bottom:26px;font-size:.92rem;font-weight:800;display:flex}.product-breadcrumbs span:last-child{color:var(--foreground)}.product-layout{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start;gap:40px;display:grid}.product-layout__main{flex-direction:column;gap:32px;min-width:0;display:flex}.product-layout__side{min-width:0}.product-overview-layout{grid-template-columns:minmax(0,.82fr) minmax(0,1.48fr);align-items:stretch;gap:28px;display:grid}.product-overview-layout__media,.product-overview-layout__info{min-width:0}.product-overview-layout__info{display:flex}.item-media-gallery{gap:14px;display:grid}.item-media-gallery__main{min-height:220px}.item-media-gallery__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.item-media-gallery__thumb{min-width:0}.item-media-gallery__thumb-visual{min-height:82px}@media (min-width:640px){.item-media-gallery__main{min-height:280px}.item-media-gallery__thumb-visual{min-height:104px}}@media (min-width:1180px){.item-media-gallery__main{min-height:320px}.item-media-gallery__thumb-visual{min-height:112px}}.product-hero-card{box-shadow:var(--shadow);text-align:left;background:#fff;border:1px solid #241d3f0f;border-radius:26px;flex-direction:column;justify-content:flex-start;align-self:stretch;min-height:100%;padding:28px;display:flex;position:relative;overflow:hidden}.product-hero-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ff4f8b14,#0000 32%),radial-gradient(circle at 100% 100%,#13c8b61a,#0000 30%),linear-gradient(#fffffff0,#ffffffeb);position:absolute;inset:0}.product-hero-card>*{z-index:1;position:relative}.product-hero-card__badges{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.product-hero-card__headline{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px 20px;margin-top:14px;display:grid}.product-hero-card h1{max-width:34ch;margin-top:0;font-size:clamp(2rem,4vw,3.3rem);font-weight:900;line-height:1.08}.product-hero-card__description{color:var(--muted);margin-top:14px;max-width:100%;margin-inline:0;font-size:1rem;font-weight:700;line-height:1.75}.product-price-card{text-align:right;background:linear-gradient(#fff9ed 0%,#fff4da 100%);border:1px solid #ffc52d47;border-radius:18px;flex-direction:column;gap:3px;margin-top:14px;padding:12px 15px;display:inline-flex;box-shadow:0 10px 18px #25203f0f}.product-price-card small{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.66rem;font-weight:900;display:block}.product-price-card strong{color:var(--purple-dark);margin-top:0;font-size:1.58rem;line-height:1.05;display:block}.product-hero-card__action{justify-content:flex-end;align-items:flex-start;margin-top:0;display:flex}.product-hero-card__action-group{justify-items:stretch;gap:10px;width:min(100%,14.5rem);margin-left:auto;display:grid}.product-hero-card__action .product-price-card{width:100%;margin-top:0}.product-hero-card__action-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;letter-spacing:0;background:radial-gradient(circle at 0 0,#ffffff5c,#0000 34%),linear-gradient(135deg,#ff842fc7 0%,#ff4f8bc2 48%,#6e45d1c2 100%);border:1px solid #ffffff61;flex-shrink:0;width:100%;min-height:40px;padding:8px 16px;font-size:.82rem;box-shadow:0 12px 24px #6e45d129,inset 0 1px #ffffff42}.product-hero-card__action-button:hover{background:radial-gradient(circle at 0 0,#ffffff6b,#0000 34%),linear-gradient(135deg,#ff7a21d6 0%,#ff4786d1 48%,#633dd4d1 100%);box-shadow:0 16px 28px #6e45d133,inset 0 1px #ffffff47}.product-hero-card__action-button:active{transform:translateY(0);box-shadow:0 12px 24px #6e45d133,inset 0 1px #ffffff38}.product-hero-card__action-button-icon{background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:23px;height:23px;padding:0 6px;display:inline-flex;box-shadow:inset 0 1px #ffffff2e}.product-hero-card__action-button-plus{font-size:.82rem;font-weight:900;line-height:1}.product-detail-badges{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:18px;display:flex}.product-detail-badges span{color:var(--purple);background:#f7efff;border-radius:999px;padding:10px 14px;font-size:.82rem;font-weight:900;line-height:1.45}.product-reservation-box{width:100%;max-width:none;box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#ffc52d33,#0000 32%),radial-gradient(circle at 0 100%,#13c8b61f,#0000 30%),linear-gradient(#fffffff5,#ffffffeb);border:1px solid #241d3f14;border-radius:30px;gap:18px;padding:28px;display:grid;position:relative}.product-reservation-box:after{content:"";background:linear-gradient(135deg,var(--pink),var(--orange));border-radius:999px;width:92px;height:6px;position:absolute;inset:0 auto auto 28px}.product-reservation-box>*{z-index:1;position:relative}.checkout-party-panel{z-index:4;isolation:isolate;overflow:visible}.checkout-party-panel>*{z-index:auto;position:static}@media (max-width:980px){.checkout-party-panel .date-selector-popover{width:auto;max-width:none;max-height:min(70vh,26rem);position:fixed;inset:auto 1rem 5.5rem;overflow-y:auto}}.product-reservation-box__header{text-align:center;justify-items:center;gap:12px;padding:18px 18px 0;display:grid}.product-reservation-box__eyebrow{letter-spacing:.18em;text-transform:uppercase;width:max-content;color:var(--purple);background:#f7efff;border-radius:999px;align-items:center;padding:10px 16px;font-size:.78rem;font-weight:900;display:inline-flex}.product-reservation-box__title{text-wrap:balance;max-width:18ch;font-size:clamp(1.7rem,2.6vw,2.2rem);font-weight:900;line-height:1.08}.product-reservation-box__lead{max-width:56ch;color:var(--muted);text-wrap:pretty;font-size:.92rem;font-weight:800;line-height:1.68}.product-reservation-box__section{background:#ffffffb8;border-radius:24px}.product-reservation-box__support{display:grid}.product-reservation-box__support-button{justify-content:center;width:100%;min-height:54px;box-shadow:0 14px 26px #241d3f14}.checkout-whatsapp-cta{position:relative}.checkout-whatsapp-cta__tooltip{z-index:8;color:#fff;text-align:center;opacity:0;pointer-events:none;background:#25203ff5;border-radius:16px;width:min(100%,19rem);padding:10px 12px;font-size:.78rem;font-weight:800;line-height:1.45;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 16px 28px #120e2238}.checkout-whatsapp-cta__tooltip:after{content:"";background:#25203ff5;border-radius:2px;width:12px;height:12px;position:absolute;top:100%;left:50%;transform:translate(-50%,-40%)rotate(45deg)}.checkout-whatsapp-cta:hover .checkout-whatsapp-cta__tooltip,.checkout-whatsapp-cta:focus-within .checkout-whatsapp-cta__tooltip{opacity:1;transform:translate(-50%)translateY(-2px)}.checkout-loading-overlay{z-index:90;-webkit-backdrop-filter:blur(14px);background:#f7f8ff6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.checkout-loading-card{text-align:center;background:radial-gradient(circle at 100% 0,#ffc52d38,#0000 30%),radial-gradient(circle at 0 100%,#13c8b624,#0000 28%),linear-gradient(#fffffffa,#fffffff0);border:1px solid #241d3f14;border-radius:32px;justify-items:center;gap:12px;width:min(100%,28rem);padding:30px 26px 28px;display:grid;position:relative;box-shadow:0 28px 54px #241d3f24}.checkout-loading-card:before{content:"";background:linear-gradient(135deg,var(--pink),var(--orange));border-radius:999px;width:86px;height:6px;position:absolute;inset:0 auto auto 26px}.checkout-loading-card__eyebrow{color:var(--purple);letter-spacing:.14em;text-transform:uppercase;background:#f7efff;border-radius:999px;align-items:center;padding:9px 14px;font-size:.76rem;font-weight:900;display:inline-flex}.checkout-loading-card h3{color:var(--purple-dark);font-size:clamp(1.45rem,3vw,2rem);font-weight:900;line-height:1.08}.checkout-loading-card p{max-width:26ch;color:var(--muted);font-size:.95rem;font-weight:800;line-height:1.6}.checkout-loading-spinner{justify-content:center;align-items:center;gap:10px;margin-top:6px;display:flex}.checkout-loading-spinner span{background:linear-gradient(135deg,var(--teal),var(--purple));opacity:.35;border-radius:999px;width:14px;height:14px;animation:1.1s ease-in-out infinite checkoutLoadingBounce;display:block}.checkout-loading-spinner span:nth-child(2){animation-delay:.14s}.checkout-loading-spinner span:nth-child(3){animation-delay:.28s}@keyframes checkoutLoadingBounce{0%,to{opacity:.35;transform:translateY(0)scale(.9)}50%{opacity:1;transform:translateY(-7px)scale(1.05)}}.product-reservation-box__confirmation{background:linear-gradient(#13c8b629,#fffffff0);border:1px solid #13c8b62e;border-radius:24px;padding:20px}.product-reservation-box__confirmation-title{color:var(--purple-dark);font-size:1rem;font-weight:900}.product-reservation-box__confirmation-copy{color:var(--muted);margin-top:8px;font-size:.9rem;font-weight:800;line-height:1.65}.product-reservation-box__confirmation-card{background:#ffffffe6;border:1px solid #241d3f14;border-radius:20px;margin-top:16px;padding:16px}.product-reservation-box__confirmation-name{color:var(--purple-dark);font-size:.98rem;font-weight:900}.product-reservation-box__confirmation-address{color:var(--muted);margin-top:4px;font-size:.9rem;font-weight:700;line-height:1.6}.product-reservation-box__confirmation-value{color:var(--muted);margin-top:10px;font-size:.92rem;font-weight:700;line-height:1.6}.product-reservation-box__confirmation-value strong{color:var(--purple-dark)}.product-benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.product-benefit-card{box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:22px}.product-benefit-card h3{margin-bottom:10px;font-size:1rem;font-weight:900}.product-benefit-card p{color:var(--muted);font-size:.92rem;font-weight:700;line-height:1.7}.product-reservation-flow__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.product-flow-card{background:#fff8e8;border-radius:22px;padding:22px;box-shadow:0 10px 24px #241d3f12}.product-flow-card strong{color:var(--purple-dark);font-size:1rem;display:block}.product-flow-card p{color:var(--muted);margin-top:8px;font-size:.92rem;font-weight:700;line-height:1.65}.product-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-info-card{box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:26px}.product-info-list{gap:12px;margin-top:22px;display:grid}.product-info-list li{color:var(--muted);background:#f7f8ff;border-radius:18px;padding:14px 16px;font-weight:700;line-height:1.65;list-style:none}.product-support__card{box-shadow:var(--shadow);background:#fff;border-radius:26px;padding:26px}.product-support__action{margin-top:20px}.product-info-carousel__top{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.product-info-carousel__copy p{color:var(--purple-dark);font-size:.95rem;font-weight:900}.product-info-carousel__copy span{color:var(--muted);margin-top:4px;font-size:.8rem;font-weight:800;display:block}.product-info-carousel__controls{gap:8px;display:flex}.product-info-carousel__nav{width:38px;height:38px;color:var(--purple);cursor:pointer;background:#fff;border:1px solid #25203f12;border-radius:50%;font-size:1.18rem;font-weight:900;transition:all .2s;box-shadow:0 12px 28px #241d3f14}.product-info-carousel__nav:hover:not(:disabled){transform:translateY(-2px)}.product-info-carousel__nav:disabled{opacity:.45;cursor:not-allowed}.product-info-carousel__viewport{justify-content:stretch;padding:4px 2px 12px;display:flex}.product-info-carousel__item{justify-content:stretch;width:100%;display:flex}.product-info-carousel-card{background:#fffffff5;border:1px solid #25203f14;border-radius:24px;gap:18px;width:100%;min-height:100%;padding:22px;display:grid;box-shadow:0 14px 32px #241d3f14}.product-info-carousel-card__heading{gap:10px;max-width:38rem;display:grid}.product-info-carousel-card__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--purple);font-size:.72rem;font-weight:900}.product-info-carousel-card h3{color:var(--purple-dark);font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.08}.product-info-carousel-card__description{color:var(--muted);font-size:.9rem;font-weight:800;line-height:1.65}.product-info-carousel-card__list{gap:10px;display:grid}.product-info-carousel-card__list li{color:var(--muted);background:#f7f8ff;border-radius:18px;gap:5px;padding:14px 16px;font-weight:800;line-height:1.6;list-style:none;display:grid}.product-info-carousel-card__list li strong{color:var(--purple-dark);font-size:.88rem}.product-info-carousel-card__list li span{color:inherit;font-size:.88rem}.product-info-carousel__dots{justify-content:center;gap:8px;margin-top:2px;display:flex}.product-info-carousel__dots button{cursor:pointer;background:#d8cdee;border:0;border-radius:50%;width:8px;height:8px;transition:all .2s}.product-info-carousel__dots button.is-active{background:var(--purple);border-radius:999px;width:18px}.product-info-carousel-mobile{display:none}.product-info-carousel-mobile__top p{color:var(--purple-dark);margin-bottom:12px;font-size:.95rem;font-weight:900}.product-info-carousel-mobile__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:flex-start;gap:16px;margin:0 -4px;padding:4px 4px 14px;display:flex;overflow:auto hidden}.product-info-carousel-mobile__item{scroll-snap-align:center;flex:0 0 88%;min-width:0}.product-info-carousel-mobile__item .product-info-carousel-card{min-height:0}.product-info-carousel-mobile__dots{justify-content:center;align-items:center;display:flex}.product-info-carousel-mobile__dots button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:32px;padding:0;display:flex}.product-info-carousel-mobile__dots button:before{content:"";background:#d8cdee;border-radius:50%;width:8px;height:8px;transition:all .2s}.product-info-carousel-mobile__dots button.is-active:before{background:var(--purple);border-radius:999px;width:18px}@media (max-width:620px){.product-info-carousel-mobile{display:block}.product-info-carousel{display:none}}.related-products{background:linear-gradient(#f7f8ff,#fafbff)}.related-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;display:grid}.price-breakdown{background:linear-gradient(#fff8e8,#fffffff5);border:1px solid #241d3f14;border-radius:24px;padding:20px}.price-breakdown__header{text-align:center;justify-items:center;gap:12px;display:grid}.price-breakdown__estimate{color:#9f750c;background:#fff1bd;border-radius:999px;padding:8px 12px;font-size:.72rem;font-weight:900}.price-breakdown__body{color:var(--muted);gap:12px;margin-top:18px;font-size:.92rem;font-weight:800;display:grid}.price-breakdown__tier{background:#ffffffeb;border:1px solid #241d3f14;border-radius:20px;padding:14px 16px}.price-breakdown__row{grid-template-columns:1fr auto;align-items:baseline;gap:6px 16px;display:grid}.price-breakdown__row--promo strong{color:var(--brand-strong)}.price-breakdown__row strong,.price-breakdown__tier strong,.price-breakdown__deposit strong{color:var(--purple-dark)}.price-breakdown__tier-copy,.price-breakdown__freight-range{margin-top:6px;font-size:.78rem;line-height:1.58}.price-breakdown__total{border-top:1px dashed #241d3f24;grid-template-columns:1fr auto;align-items:center;gap:10px 16px;margin-top:18px;padding-top:16px;display:grid}.price-breakdown__total span{letter-spacing:.16em;text-transform:uppercase;color:var(--purple-dark);font-size:.82rem;font-weight:900}.price-breakdown__total strong{color:var(--purple-dark);font-size:1.9rem;line-height:1}.price-breakdown__deposit{color:var(--muted);background:#ffffffeb;border:1px solid #241d3f14;border-radius:20px;gap:6px;margin-top:14px;padding:14px 16px;font-size:.9rem;font-weight:800;display:grid}.price-breakdown__notes{color:var(--muted);gap:8px;margin-top:14px;font-size:.76rem;font-weight:800;line-height:1.58;display:grid}.coupon-field{gap:8px;margin-bottom:18px;display:grid}.coupon-field__row{gap:8px;display:flex}.coupon-field__input{flex:1;height:2.9rem}.coupon-field__message{font-size:.78rem;font-weight:800;line-height:1.5}.coupon-field__message--valid{color:var(--teal)}.coupon-field__message--invalid{color:var(--brand-strong)}.coupon-field__message--loading{color:var(--muted)}.reservation-form{gap:18px;display:grid}.reservation-filters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;padding:18px;display:grid}.reservation-form__grid{gap:16px;padding:18px;display:grid}.reservation-form__field,.reservation-form__grid>div{gap:8px;display:grid}.reservation-filters__field{min-width:0}.reservation-filters__field-row{align-items:center;min-height:1.35rem}.reservation-form__field{color:var(--foreground);font-size:.92rem}.reservation-form__label{color:var(--purple-dark);font-size:.9rem;font-weight:900}.reservation-form__input,.reservation-filters .date-selector-trigger,.reservation-form__textarea{min-width:0}.reservation-form__input,.reservation-filters .date-selector-trigger{background:#fffffff5;border-color:#241d3f1a;border-radius:20px;height:3.5rem;box-shadow:0 8px 18px #241d3f0a}.reservation-filters__date-field .date-selector-trigger{padding-left:18px;padding-right:16px}.reservation-form__textarea{background:#fffffff5;border-color:#241d3f1a;border-radius:20px;min-height:7.8rem;box-shadow:0 8px 18px #241d3f0a}.reservation-form__input:focus,.reservation-form__textarea:focus{border-color:#6e45d147;outline:none;box-shadow:0 0 0 4px #6e45d11f}.reservation-form__helper,.reservation-filters__helper,.reservation-filters__date-field .date-selector-field__message{font-size:.82rem;font-weight:800;line-height:1.55}.reservation-form__helper--idle,.reservation-form__helper--loading{color:var(--muted)}.reservation-form__helper--resolved{color:var(--teal)}.reservation-form__helper--error{color:var(--danger)}.reservation-form__error{color:var(--danger);font-size:.82rem;font-weight:800;line-height:1.5}.survey-page{max-width:32rem;margin:0 auto}.survey-card{background:var(--surface,#fff);text-align:center;border-radius:28px;padding:2.5rem 2rem;box-shadow:0 20px 45px #241d3f14}.survey-card__eyebrow{color:var(--brand);letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:900}.survey-card__summary{color:var(--muted);margin-top:.5rem;font-size:.92rem;line-height:1.6}.survey-form{gap:1.25rem;margin-top:1.75rem;display:grid}.survey-form__stars{justify-content:center;gap:.35rem;display:flex}.survey-form__star{cursor:pointer;color:var(--brand);background:0 0;border:none;padding:0;font-size:2.6rem;line-height:1;transition:transform .15s}.survey-form__star:hover{transform:scale(1.12)}.survey-form__field{text-align:left;gap:.5rem;display:grid}.survey-form__field span{color:var(--purple-dark);font-size:.9rem;font-weight:900}.survey-form__textarea{resize:vertical;min-height:6rem}.survey-form__choices{gap:.5rem;display:grid}.survey-form__choice{color:var(--foreground,#25203f);align-items:center;gap:.5rem;font-weight:700;display:flex}.survey-form__error{color:var(--danger);font-size:.85rem;font-weight:800}.survey-form__submit{color:#fff;background:linear-gradient(135deg, var(--brand), var(--purple));cursor:pointer;border:none;border-radius:999px;justify-self:center;padding:.9rem 2.2rem;font-size:.95rem;font-weight:900;transition:transform .15s;box-shadow:0 12px 26px #ff4f8b47}.survey-form__submit:hover{transform:translateY(-1px)}.survey-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.survey-thanks__stars{color:var(--brand);letter-spacing:.2rem;margin:0 0 .5rem;font-size:2.4rem}.survey-thanks h3{margin:0 0 .4rem}.survey-thanks p{color:var(--muted);font-size:.92rem}.survey-thanks__answers{text-align:left;gap:.6rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.survey-thanks__answers li{color:var(--muted);font-size:.9rem}.survey-thanks__answers strong{color:var(--purple-dark);font-size:.85rem;display:block}.reservation-filters .space-y-2>p{color:var(--muted);font-size:.84rem;font-weight:800;line-height:1.58}.date-selector-trigger{background:var(--surface);transition:border-color .2s,box-shadow .2s}.date-selector-trigger:hover{border-color:#6e45d147}.date-selector-trigger:focus-visible{border-color:#6e45d147;outline:none;box-shadow:0 0 0 4px #6e45d11f}.date-selector-trigger__icon{color:var(--muted)}.date-selector-popover{z-index:30;width:min(20rem,100vw - 2rem);max-width:min(19rem,100vw - 2rem);box-shadow:var(--shadow);background:#fff;border:1px solid #241d3f1a;border-radius:24px;padding:18px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}.checkout-party-panel .date-selector-popover{z-index:60}.date-selector-popover__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.date-selector-popover__month{color:var(--purple-dark);font-size:.92rem;font-weight:900}.date-selector-nav{width:36px;height:36px;color:var(--purple-dark);background:#fff8e8;border:1px solid #241d3f14;border-radius:999px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:900;transition:transform .2s,background-color .2s;display:inline-flex}.date-selector-nav:hover:not(:disabled){background:#fff1bd;transform:translateY(-1px)}.date-selector-nav:disabled{opacity:.4;cursor:not-allowed}.date-selector-popover__weekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;display:grid}.date-selector-popover__weekdays span{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:900;display:block}.date-selector-popover__days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.date-selector-day{width:100%;height:36px;color:var(--foreground);background:0 0;border:0;border-radius:14px;font-size:.86rem;font-weight:800;transition:background-color .15s,color .15s}.date-selector-day:hover:not(:disabled){background:var(--purple-soft);color:var(--purple-dark)}.date-selector-day--muted{color:#6d678166}.date-selector-day--today{border:1px solid var(--purple)}.date-selector-day--selected,.date-selector-day--selected:hover{background:linear-gradient(135deg,var(--pink),var(--purple));color:#fff}.date-selector-day:disabled{color:#6d67814d;cursor:not-allowed}.reservation-submit-button{background:linear-gradient(135deg,var(--teal),#08af9d);color:#fff;letter-spacing:.01em;border:1px solid #08af9d2e;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:56px;font-size:.95rem;font-weight:900;transition:all .25s;display:inline-flex;box-shadow:0 18px 32px #13c8b640}.reservation-submit-button:hover{transform:translateY(-3px)}@media (max-width:980px){.catalog-filters,.catalog-listing,.product-benefits__grid,.product-reservation-flow__grid,.related-products__grid{grid-template-columns:1fr 1fr}.catalog-filters{grid-template-columns:minmax(0,1fr) auto}.product-overview-layout{grid-template-columns:1fr}.product-overview-layout__info{display:block}.item-media-gallery__main{min-height:280px}.product-layout{grid-template-columns:1fr}.product-hero-card__headline{grid-template-columns:1fr;gap:12px}.product-hero-card__action{justify-content:flex-start}.product-hero-card__action-group{width:max(min(calc(100% - (var(--floating-actions-icon-size) * 2 + var(--floating-actions-gap) + var(--floating-actions-offset) + 1.5rem)), 26rem), 8rem);justify-items:stretch;margin-left:0}.product-hero-card__action-button{white-space:normal;text-align:center;min-height:48px}}@media (max-width:620px){.catalog-filters,.catalog-listing,.product-layout,.product-benefits__grid,.product-reservation-flow__grid,.related-products__grid,.reservation-filters{grid-template-columns:1fr}.catalog-hero__box,.product-hero-card,.product-info-card,.product-support__card{padding:22px}.catalog-hero__filters{width:100%}.catalog-filters{flex-direction:column;align-items:stretch;width:100%}.catalog-filters__text{padding-left:2px}.catalog-date-field{width:100%}.catalog-date-field__input{width:100%;min-width:0}.catalog-filter-reset{width:100%}.catalog-hero__box{padding:16px 16px 14px}.catalog-hero__box>div:first-child{max-width:none}.catalog-date-field__input,.catalog-filter-reset{height:44px}.product-hero-card h1{max-width:none}.product-hero-card__description{max-width:none;font-size:.96rem;line-height:1.68}.product-price-card{text-align:left;width:fit-content;max-width:none}.product-price-card small,.product-price-card strong{white-space:nowrap}.product-detail-badges__age-range{display:none}.item-media-gallery__thumbs{grid-template-columns:1fr 1fr 1fr}.item-media-gallery__main{min-height:220px}.product-info-carousel__top{text-align:center;flex-direction:column;align-items:center}.product-info-carousel__controls{display:none}.product-info-carousel__dots{gap:0}.product-info-carousel__dots button{background:0 0;border-radius:0;justify-content:center;align-items:center;width:28px;height:32px;display:flex}.product-info-carousel__dots button:before{content:"";background:#d8cdee;border-radius:50%;width:8px;height:8px;transition:all .2s}.product-info-carousel__dots button.is-active{background:0 0;width:28px}.product-info-carousel__dots button.is-active:before{background:var(--purple);border-radius:999px;width:18px}.product-info-carousel-card{padding:22px 18px}.product-info-carousel-card__list li{padding:14px 16px}.catalog-card__footer{flex-direction:column;align-items:flex-start}.catalog-card__footer .small-btn{justify-content:center;width:100%}}@media (max-width:380px){.item-media-gallery__thumbs{grid-template-columns:1fr 1fr}}body{background:radial-gradient(circle at 8% 10%,#13c8b614 0 120px,#0000 121px),radial-gradient(circle at 94% 17%,#ff4f8b14 0 150px,#0000 151px),radial-gradient(circle at 8% 79%,#ffc52d1a 0 150px,#0000 151px),#fff}.global-decor{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}main,.footer{z-index:1;position:relative}.decor-blob{filter:blur(.1px);opacity:.9;position:absolute}.blob-a{background:#13c8b61a;border-radius:41% 59% 65% 35%/48% 39% 61% 52%;width:220px;height:220px;top:420px;left:-110px}.blob-b{background:#ffc52d21;border-radius:62% 38% 43% 57%/42% 58%;width:270px;height:270px;top:850px;right:-150px}.blob-c{background:#6e45d11a;border-radius:51% 49% 35% 65%/62% 42% 58% 38%;width:240px;height:240px;bottom:220px;left:-130px}.decor-line{border-top:3px dashed #6e45d138;border-radius:50%;width:220px;height:70px;position:absolute}.line-a{top:610px;right:7%;transform:rotate(13deg)}.line-b{top:1110px;left:6%;transform:rotate(-18deg)}.mini-confetti{opacity:.9;width:82px;height:82px;position:absolute}.confetti-a{background:linear-gradient(var(--teal),var(--teal)) 16px 5px/7px 28px no-repeat, linear-gradient(var(--yellow),var(--yellow)) 43px 20px/30px 7px no-repeat, linear-gradient(var(--pink),var(--pink)) 14px 50px/27px 7px no-repeat, linear-gradient(var(--purple),var(--purple)) 50px 57px/20px 7px no-repeat;top:300px;right:5%;transform:rotate(-18deg)}.confetti-b{background:linear-gradient(var(--pink),var(--pink)) 12px 7px/7px 28px no-repeat, linear-gradient(var(--teal),var(--teal)) 45px 20px/30px 7px no-repeat, linear-gradient(var(--yellow),var(--yellow)) 12px 52px/26px 7px no-repeat, linear-gradient(var(--purple),var(--purple)) 48px 57px/22px 7px no-repeat;top:1380px;left:4%;transform:rotate(22deg)}.hero{isolation:isolate}.hero:after{content:"";z-index:-2;background:linear-gradient(135deg,#13c8b61f,#6e45d11a);border-radius:36% 64% 57% 43%/39% 44% 56% 61%;width:48%;height:430px;position:absolute;top:92px;right:-9%}.hero-visual:after{content:"";filter:blur(22px);z-index:-2;background:#6e45d133;border-radius:50%;height:38px;position:absolute;inset:auto 20px -32px 38px}.blob-outline{background:linear-gradient(120deg, var(--teal), var(--teal) 34%, #7a51dc 35%, var(--purple) 100%);inset:-22px -18px -18px -24px;box-shadow:0 22px 50px #6e45d12e}.hero-visual img{border:10px solid #fff;box-shadow:0 20px 45px #241d3f21}.hero-glass-square{width:68px;height:68px;top:18px;right:20px}.paint-yellow{animation:5s ease-in-out infinite floaty}@keyframes floaty{0%,to{transform:rotate(20deg)translateY(0)}50%{transform:rotate(15deg)translateY(-8px)}}.connected-section{margin-top:-1px;position:relative}.connected-section:before{content:"";height:52px;color:inherit;opacity:1;pointer-events:none;background:radial-gradient(95px 42px at 8% 100%,currentColor 98%,#0000 100%),radial-gradient(170px 48px at 31% 100%,currentColor 98%,#0000 100%),radial-gradient(220px 56px at 58% 100%,currentColor 98%,#0000 100%),radial-gradient(130px 45px at 88% 100%,currentColor 98%,#0000 100%);position:absolute;top:-34px;left:0;right:0}.toys{color:#f7f8ff;padding-top:78px}.toys>.container,.toys h2,.toys a,.toys article{color:var(--foreground)}.warm-connector{color:#fff8e8;padding-top:84px}.purple-connector{color:#f4edff;padding-top:82px}.gallery.connected-section{color:#fff}.section-title{position:relative}.section-title:after{content:"";border-bottom:4px solid #13c8b68c;border-radius:50%;width:84px;height:10px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)rotate(-2deg)}.cards-grid{position:relative}.cards-grid:before{content:"";z-index:-1;background:linear-gradient(90deg,#ff4f8b12,#13c8b614,#ffc52d14);border-radius:40% 60% 48% 52%/56% 42% 58% 44%;height:110px;position:absolute;inset:-20px -18px auto}.toy-card{border:6px solid #fff;border-radius:22px 22px 28px 18px}.toy-card:nth-child(2n){border-radius:28px 18px 22px 26px}.toy-card:nth-child(3n){border-radius:18px 28px 24px 30px}.toy-card img{border-radius:15px 15px 18px 18px}.small-btn{box-shadow:0 8px 18px #241d3f1c}.steps{position:relative}.steps:before{content:"";border-top:2px dashed #6d678159;border-radius:50%;height:34px;position:absolute;top:70px;left:11%;right:11%;transform:translateY(-6px)}.step{z-index:1}.step:not(:last-child):after{display:none}.step-icon{border:8px solid #ffffffb3;box-shadow:0 16px 28px #241d3f14}.number{box-shadow:0 7px 16px #241d3f1f}.gallery-grid{background:linear-gradient(135deg,#ff4f8b0f,#13c8b60f),#fff;border-radius:28px;padding:8px;position:relative}.gallery-grid img{border:5px solid #fff;transform:rotate(-1.2deg)}.gallery-grid img:nth-child(2n){transform:rotate(1.2deg)}.gallery-grid img:hover{transition:all .25s;transform:rotate(0)scale(1.04)}.testimonial-grid{position:relative}.testimonial-grid:before{content:"";z-index:-1;background:#ffffff73;border-radius:45% 55% 50% 50%/60% 42% 58% 40%;height:140px;position:absolute;top:35px;left:5%;right:5%}.testimonial{border:5px solid #ffffffd1;border-radius:25px 18px 28px 20px}.testimonial:nth-child(2){border-radius:18px 28px 20px 26px}.testimonial:nth-child(3){border-radius:28px 20px 24px 18px}.final-cta{margin-top:-2px}.final-cta:after{content:"";z-index:1;background:radial-gradient(105px 35px at 12% 0,#fff 98%,#0000 100%),radial-gradient(180px 42px at 42% 0,#fff 98%,#0000 100%),radial-gradient(150px 39px at 75% 0,#fff 98%,#0000 100%);height:36px;position:absolute;bottom:-26px;left:0;right:0}.footer{padding-top:62px}.footer-shell{box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #241d3f14;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px 42px;padding:24px 28px;display:grid}.footer-shell__copy,.footer-shell__meta p{color:var(--muted);font-size:.92rem;font-weight:800;line-height:1.65}.footer-shell__meta{gap:4px;display:grid}.footer-shell__action{justify-content:flex-end;align-items:center;display:flex}.footer-shell__icons{gap:12px}.footer-shell__icon-link{width:36px;height:36px;color:var(--purple);place-items:center;transition:all .2s;display:grid}.footer-shell__icon-link:hover{color:var(--purple-strong);transform:translateY(-2px)}.btn,.toy-card,.testimonial,.gallery-grid img{will-change:transform}.btn:hover{transform:translateY(-3px)rotate(-1deg)}@media (max-width:980px){.hero:after{width:92%;height:360px;top:430px;right:-26%}.cards-grid:before,.steps:before{display:none}.connected-section:before{height:38px;top:-26px}.product-reservation-box__title{max-width:none}.footer-shell{grid-template-columns:1fr;justify-items:start}.footer-shell__action{justify-content:flex-start}}@media (max-width:620px){.global-decor{opacity:.55}.hero:after{display:none}.connected-section:before{height:30px;top:-18px}.toys,.warm-connector,.purple-connector{padding-top:58px}.gallery-grid img,.gallery-grid img:nth-child(2n){transform:none}}.hero-copy{gap:12px;width:100%;max-width:38rem;display:grid}.hero p{max-width:none;margin:0}.hero-lead{color:var(--foreground);max-width:36rem;font-size:1.12rem;font-weight:800}.hero-support{max-width:36rem;font-size:1rem;line-height:1.72}.features{align-items:stretch;width:100%;max-width:780px;margin-top:4px}.feature-card{background:#ffffffd1;border:1px solid #6e45d114;border-radius:22px;min-height:132px;padding:18px 18px 16px;box-shadow:0 12px 24px #241d3f0f}.section-intro{text-align:center;max-width:760px;color:var(--muted);margin:0 auto 28px;font-weight:800;line-height:1.7}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.steps:before{display:none}.step{background:#ffffffd6;border:1px solid #6e45d112;border-radius:24px;flex-direction:column;align-items:center;min-height:100%;padding:28px 22px 24px;display:flex;box-shadow:0 14px 28px #241d3f14}.step h3{font-size:1.02rem;line-height:1.25}.step p{max-width:28ch;line-height:1.6}.policy-section{background:linear-gradient(#fff 0%,#fbfcff 100%)}.policy-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px;display:grid}.policy-card{box-shadow:var(--shadow);background:#fff;border:1px solid #6e45d114;border-radius:24px;min-height:100%;padding:24px 22px 22px;position:relative}.policy-card__accent{background:linear-gradient(135deg,var(--teal),var(--pink));border-radius:999px;width:54px;height:10px;margin-bottom:18px;display:inline-flex}.policy-card h3{margin-bottom:10px;font-size:1.04rem;font-weight:900}.policy-card p{color:var(--muted);font-size:.92rem;font-weight:800;line-height:1.65}.policy-card:first-child{grid-column:span 2}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.testimonial-grid:before{display:none}.testimonial{flex-direction:column;min-height:100%;padding:26px 24px;display:flex}.testimonial p{flex:1;margin-bottom:20px;line-height:1.7}.faq-section{background:linear-gradient(#fff8e8 0%,#fff 100%)}.faq-shell{max-width:980px;margin:0 auto}.faq-list{gap:14px;display:grid}.faq-item{background:#fff;border:1px solid #6e45d11a;border-radius:24px;overflow:hidden;box-shadow:0 12px 26px #241d3f12}.faq-item summary{cursor:pointer;color:var(--purple-dark);justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;font-weight:900;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item__icon{width:32px;height:32px;color:var(--purple);background:#f3efff;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.25rem;transition:all .2s;display:grid}.faq-item[open] .faq-item__icon{color:var(--teal);background:#dbfbf5;transform:rotate(45deg)}.faq-item p{color:var(--muted);padding:0 24px 22px;font-weight:800;line-height:1.75}.final-cta h2{max-width:16ch}.final-cta p{max-width:46ch;line-height:1.7}@media (max-width:980px){.hero-content{justify-items:center;max-width:44rem;margin-inline:auto}.hero h1{max-width:13ch;margin-inline:auto}.cta-content{text-align:center;grid-template-columns:1fr;justify-items:center}.cta-copy{justify-items:center}.cta-action{justify-content:center}.featured-carousel__top{flex-direction:column;align-items:flex-start}.featured-carousel__item{flex-basis:calc(50% - 11px)}.hero-copy{margin-inline:auto}.cards-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.steps,.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-card:first-child{grid-column:auto}}@media (max-width:620px){.hero-content{gap:16px}.hero h1{max-width:11ch;line-height:1}.featured-carousel__controls{display:none}.featured-carousel__item{flex-basis:100%;min-width:100%}.featured-carousel{display:none}.hero-copy{gap:12px}.section-intro{margin-bottom:22px}.features,.cards-grid,.steps,.policy-grid,.testimonial-grid,.gallery-grid{grid-template-columns:1fr}.feature-card,.step,.policy-card,.faq-item summary,.faq-item p{text-align:left}.step{align-items:flex-start;padding:24px 20px 22px}.step p{max-width:none}.policy-card{padding:22px 20px 20px}.faq-item summary{padding:20px}.faq-item p{padding:0 20px 20px}.final-cta p,.final-cta h2{max-width:none}.cta-content,.cta-action{text-align:center}}.hero{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:clamp(2.75rem,5vw,5.5rem);padding:72px 0 80px}.hero:before{display:none}.hero:after{background:linear-gradient(135deg,#13c8b614,#6e45d112);width:38%;height:320px;top:118px;right:-3%}.hero-content{max-width:43rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;background:#ffffffeb;border:1px solid #25203f12;margin-bottom:0;font-size:.78rem;box-shadow:0 14px 32px #241d3f0f}.hero h1{letter-spacing:-.04em;max-width:11.5ch;line-height:.94}.hero-copy{gap:14px;max-width:39rem}.hero-lead{font-size:1.14rem;line-height:1.68}.hero-support{font-size:.98rem;line-height:1.7}.hero-actions{margin:2px 0 6px}.hero-actions .btn{min-height:52px;padding-inline:24px}.features{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));justify-self:center;gap:18px;width:min(100%,72rem);max-width:none;margin-top:6px}.feature-card{background:#ffffffe6;border:1px solid #25203f14;border-radius:26px;grid-template-columns:52px minmax(0,1fr);gap:6px 16px;min-height:140px;padding:20px 20px 18px;box-shadow:0 16px 36px #241d3f12}.features strong{font-size:1rem;line-height:1.24}.features small{font-size:.88rem;line-height:1.62}.hero-visual{justify-self:end;width:min(100%,33rem)}.blob-outline{background:linear-gradient(135deg,#ffc52ddb,#6e45d1d1);border-radius:62% 38% 31% 69%/48% 42% 58% 52%;animation:3s ease-in-out infinite blobOutlinePulse,24s linear infinite blobOutlineSpin;inset:-14px;rotate:-6deg;scale:1;box-shadow:0 24px 54px #3e327026}@keyframes blobOutlinePulse{0%,to{scale:1}50%{scale:1.02}}@keyframes blobOutlineSpin{0%{rotate:-6deg}to{rotate:354deg}}.hero-visual img{aspect-ratio:1.12;border:8px solid #fffffff5;border-radius:68% 32% 41% 59%/55% 38% 62% 45%;box-shadow:0 24px 50px #241d3f24}.hero-glass-square{-webkit-backdrop-filter:blur(8px);z-index:2;background:linear-gradient(135deg,#ffffff47,#ffffff14);border:1px solid #ffffffb8;border-radius:20px;width:72px;height:72px;animation:6.4s ease-in-out infinite heroGlassDrift;position:absolute;top:20px;right:22px;box-shadow:0 16px 34px #25203f1f}.paint-yellow{display:none}@keyframes heroGlassDrift{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translate(-10px,12px)rotate(-4deg)}}.connected-section:before{display:none}.toys.section,.how.section,.policy-section.section,.gallery.section,.faq-section.section{padding-top:78px}.toys,.gallery{background:linear-gradient(#f8faff 0%,#fff 100%)}.how{background:linear-gradient(#fff8ee 0%,#fff 100%)}.policy-section,.faq-section{background:linear-gradient(#fff 0%,#fbfcff 100%)}.confetti{display:none}.section-title{margin-bottom:14px}.section-title:after{border-bottom-width:3px;border-bottom-color:#13c8b657;width:62px;bottom:-10px}.section-intro{max-width:48rem;margin-bottom:34px;font-size:.98rem;line-height:1.75}.featured-carousel__top{margin-bottom:22px}.featured-carousel__copy p{letter-spacing:-.01em;font-size:1rem}.featured-carousel__copy span{font-size:.86rem}.featured-carousel__nav{border:1px solid #25203f12;box-shadow:0 12px 28px #241d3f14}.featured-carousel__track{gap:24px;padding:6px 2px 16px}.featured-carousel__item{flex-basis:calc(33.3333% - 16px)}.toy-card,.toy-card:nth-child(2n),.toy-card:nth-child(3n){background:#fffffff5;border:1px solid #25203f14;border-radius:28px;align-content:start;padding-bottom:20px;display:grid;box-shadow:0 18px 40px #241d3f14}.toy-card:hover{transform:translateY(-6px)}.toy-card img{border:0;border-radius:28px 28px 0 0;height:220px}.toy-card h3{text-align:left;margin:18px 20px 6px;font-size:1.06rem;line-height:1.24}.toy-card p{text-align:left;max-width:none;margin:0 20px 16px;font-size:.86rem}.small-btn{box-shadow:none;justify-self:start;margin-left:20px;padding:10px 16px;font-size:.76rem}.outline-btn,.instagram-btn{border-width:1px;min-height:50px;box-shadow:0 12px 28px #241d3f0f}.steps{gap:20px}.step{text-align:left;background:#fffffff0;border:1px solid #25203f14;border-radius:28px;align-items:flex-start;padding:26px 22px 22px;box-shadow:0 16px 34px #241d3f12}.step-icon{border-width:6px;width:68px;height:68px;margin:0 0 16px;font-size:1.55rem}.step h3{margin-bottom:8px}.step p{max-width:none;font-size:.9rem}.policy-grid{gap:20px}.policy-card,.faq-item,.footer-shell{border:1px solid #25203f14;box-shadow:0 16px 34px #241d3f12}.policy-card,.policy-card:first-child{grid-column:auto}.policy-card{border-radius:28px;padding:24px 22px}.policy-card__accent{width:48px;margin-bottom:16px}.policy-card h3{line-height:1.26}.policy-card p{font-size:.9rem}.gallery-grid{background:0 0;gap:18px;padding:0}.gallery-grid img,.gallery-grid img:nth-child(2n){border:1px solid #25203f14;border-radius:24px;height:210px;transform:none;box-shadow:0 16px 34px #241d3f17}.gallery-grid img:hover{transform:translateY(-4px)}.faq-shell{max-width:52rem}.faq-item{border-radius:26px}.faq-item summary{padding:22px 24px;font-size:1rem;line-height:1.4}.faq-item p{font-size:.92rem;line-height:1.72}.final-cta{color:var(--foreground);background:0 0;padding:74px 0 24px}.wave,.final-cta:after{display:none}.cta-content{background:linear-gradient(135deg,#fff8ea 0%,#fff 100%);border:1px solid #25203f14;border-radius:32px;padding:32px 34px;box-shadow:0 20px 44px #241d3f14}.cta-copy{gap:12px}.final-cta h2{max-width:15ch;color:var(--purple-dark);text-align:left;margin:0;font-size:clamp(2rem,3.2vw,2.7rem)}.final-cta p{max-width:40rem;color:var(--muted);font-weight:800;line-height:1.75}.footer{background:0 0;padding:20px 0 24px}.footer-shell{background:#fffffff0;border-radius:28px;padding:24px 26px}.footer-shell__copy,.footer-shell__meta p{font-size:.89rem}.copyright{margin-top:18px}.footer-credit{text-align:center;color:var(--muted);white-space:nowrap;margin-top:6px;font-size:.78rem;font-style:italic}.footer-credit a{color:var(--purple);font-weight:800;display:inline}.footer-credit a:hover{text-decoration:underline}@media (max-width:980px){.hero{text-align:center;grid-template-columns:1fr;gap:36px;padding:56px 0 64px}.hero:after,.eyebrow{display:none}.hero-content{justify-items:center;max-width:45rem;display:contents}.hero h1,.hero-copy,.hero-lead,.hero-support{max-width:none;margin-inline:auto}.hero h1{order:1}.hero-copy{order:2}.hero-visual{order:3;justify-self:center;width:min(100%,34rem);margin-bottom:20px}.hero-actions{order:4;justify-content:center}.features{order:5;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,48rem);margin-top:2px}.hero-glass-square{border-radius:16px;width:56px;height:56px;top:14px;right:16px}.featured-carousel__top{align-items:center}.featured-carousel__copy{text-align:left}.featured-carousel__item{flex-basis:calc(50% - 12px)}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-content{text-align:center;grid-template-columns:1fr;justify-items:center}.cta-copy{justify-items:center}.final-cta h2,.final-cta p{text-align:center;max-width:none}.footer-shell{grid-template-columns:1fr;gap:18px}.footer-shell__action{justify-content:flex-start}}@media (max-width:620px){.hero{gap:34px;padding:44px 0 56px}.hero h1{max-width:10.5ch;font-size:clamp(2.7rem,10vw,3.6rem)}.eyebrow{padding:10px 16px;font-size:.72rem}.features{grid-template-columns:1fr;gap:14px;width:100%}.hero-actions .btn{width:100%}.featured-carousel__copy{text-align:center}.toy-card img{height:200px}.toy-card h3,.toy-card p{margin-left:18px;margin-right:18px}.small-btn{justify-content:center;width:calc(100% - 36px);margin-left:18px}.steps,.policy-grid,.gallery-grid{grid-template-columns:1fr}.steps{gap:14px}.step,.policy-card{padding:22px 18px}.step-icon{border-width:5px;width:56px;height:56px;margin-bottom:12px;font-size:1.3rem}.gallery-grid img{height:220px}.faq-item summary,.faq-item p{padding-left:18px;padding-right:18px}.cta-content{padding:24px 20px}.footer-shell{padding:22px 20px}.footer-shell__action,.footer-shell__cta{width:100%}}.mini-confetti{display:none}.decor-blob{filter:blur(2px);opacity:.55}.blob-a{background:radial-gradient(circle at 30% 30%,#ff4f8b29,#ff4f8b0a 62%,#0000 72%);width:180px;height:180px;top:460px;left:-84px}.blob-b{background:radial-gradient(circle at 35% 35%,#ffc52d2e,#ffc52d0d 64%,#0000 74%);width:210px;height:210px;top:900px;right:-118px}.blob-c{background:radial-gradient(circle at 35% 35%,#13c8b629,#13c8b60d 62%,#0000 74%);width:190px;height:190px;bottom:200px;left:-96px}.decor-line{opacity:.8;background:0 0;border-top:2px dashed #6e45d12e;width:180px;height:56px}.line-a{top:640px;right:10%}.line-b{top:1160px;left:8%}.line-c{border-top:3px solid #ff842f29;width:120px;height:44px;top:328px;right:14%;transform:rotate(-14deg)}.decor-cluster{pointer-events:none;position:absolute}.decor-cluster--hero{width:250px;height:200px;top:238px;right:4.5%}.decor-cluster--middle{width:190px;height:180px;top:1180px;left:3.5%}.decor-cluster--footer{width:200px;height:170px;bottom:220px;right:7%}.decor-cluster:before,.decor-cluster:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.decor-cluster--hero:before{background:radial-gradient(circle,#ffc52d47,#ffc52d00 72%);width:76px;height:76px;inset:44px auto auto 12px}.decor-cluster--hero:after{background:radial-gradient(circle,#13c8b638,#13c8b600 72%);width:94px;height:94px;inset:auto 18px 24px auto}.decor-cluster--middle:before{background:radial-gradient(circle,#ff4f8b33,#ff4f8b00 72%);width:82px;height:82px;inset:18px auto auto 10px}.decor-cluster--footer:before{background:radial-gradient(circle,#6e45d129,#6e45d100 72%);width:88px;height:88px;inset:auto auto 10px 24px}.decor-sprite{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;object-fit:contain;opacity:.98;filter:drop-shadow(0 14px 24px #241d3f1f);position:absolute}.decor-sprite--jumper{width:118px;animation:4.8s ease-in-out infinite jumperBounce;top:0;right:64px}.decor-sprite--jumper-small{width:92px;animation:5.6s ease-in-out infinite jumperBounceSmall;top:12px;left:82px}.decor-sprite--smile{width:94px;animation:6.2s ease-in-out infinite smileSwing;bottom:18px;left:0}.decor-sprite--smile-alt{width:78px;animation-duration:5.8s;top:24px;left:12px}.decor-sprite--drop{width:82px;animation:5.2s ease-in-out infinite dropFloat;bottom:0;right:8px}.decor-sprite--drop-alt{width:70px;animation-duration:6.4s;bottom:18px;right:16px}.decor-sprite--drop-small{width:62px;animation-duration:4.9s;bottom:4px;right:18px}@keyframes jumperBounce{0%,to{transform:translate(0,0)rotate(-8deg)}30%{transform:translate(-12px,-16px)rotate(-2deg)}55%{transform:translate(6px,-28px)rotate(6deg)}78%{transform:translate(14px,-10px)rotate(10deg)}}@keyframes jumperBounceSmall{0%,to{transform:translate(0,0)rotate(6deg)}35%{transform:translate(8px,-12px)rotate(2deg)}60%{transform:translate(-4px,-20px)rotate(-6deg)}}@keyframes smileSwing{0%,to{transform:translate(0,0)rotate(-10deg)}50%{transform:translate(10px,-8px)rotate(10deg)}}@keyframes dropFloat{0%,to{transform:translate(0,0)rotate(6deg)}50%{transform:translate(-8px,-12px)rotate(-6deg)}}.paint-yellow{background:radial-gradient(circle at 26px 26px, var(--yellow) 0 16px, transparent 17px), radial-gradient(circle at 52px 44px, var(--orange) 0 10px, transparent 11px), linear-gradient(var(--teal), var(--teal)) 20px 56px/26px 5px no-repeat, linear-gradient(var(--pink), var(--pink)) 46px 18px/20px 5px no-repeat;opacity:.95;border-radius:50%;width:82px;height:82px;animation:6s ease-in-out infinite confettiFloat;bottom:-18px;right:-16px}.paint-yellow:before{content:"";background:linear-gradient(180deg, var(--yellow), var(--orange));border-radius:999px;width:18px;height:50px;position:absolute;top:-28px;right:10px;transform:rotate(18deg)}.paint-yellow:after{content:"";background:var(--pink);width:16px;height:16px;box-shadow:42px 36px 0 0 var(--teal), 18px 50px 0 0 var(--purple);border-radius:50%;position:absolute;top:10px;left:6px}@keyframes confettiFloat{0%,to{transform:translateY(0)rotate(10deg)}50%{transform:translateY(-8px)rotate(0)}}@media (max-width:980px){.line-c,.decor-cluster--middle,.decor-cluster--footer{display:none}.decor-cluster--hero{width:208px;height:172px;top:254px;right:2%}.decor-sprite--jumper{width:96px;right:52px}.decor-sprite--smile{width:78px}.decor-sprite--drop{width:68px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
