.opening-effect-butterfly_reveal{z-index:9999;cursor:pointer;background:linear-gradient(145deg,#fef6f9 0%,#fcf0f4 50%,#f8e8ee 100%);justify-content:center;align-items:center;transition:opacity 1s,visibility 1s;display:flex;position:fixed;inset:0;overflow:hidden}.opening-effect-butterfly_reveal.hidden,.opening-effect-butterfly_reveal.fade-out{opacity:0;visibility:hidden;pointer-events:none}.opening-effect-butterfly_reveal .butterfly-reveal-scene{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.opening-effect-butterfly_reveal .bf-petals-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.opening-effect-butterfly_reveal .bf-petal{opacity:0;width:12px;height:12px;animation:8s ease-in-out infinite bfPetalFall;animation-delay:calc(var(--i) * 1s);background:#c9a7e8;border-radius:50% 0;position:absolute}.opening-effect-butterfly_reveal .bf-petal:nth-child(odd){opacity:0;background:#f0b6d6;width:10px;height:10px}.opening-effect-butterfly_reveal .bf-petal:first-child{animation-duration:9s;left:10%}.opening-effect-butterfly_reveal .bf-petal:nth-child(2){animation-duration:7s;left:25%}.opening-effect-butterfly_reveal .bf-petal:nth-child(3){animation-duration:10s;left:40%}.opening-effect-butterfly_reveal .bf-petal:nth-child(4){animation-duration:8s;left:55%}.opening-effect-butterfly_reveal .bf-petal:nth-child(5){animation-duration:11s;left:70%}.opening-effect-butterfly_reveal .bf-petal:nth-child(6){animation-duration:7.5s;left:85%}.opening-effect-butterfly_reveal .bf-petal:nth-child(7){animation-duration:9.5s;left:15%}.opening-effect-butterfly_reveal .bf-petal:nth-child(8){animation-duration:8.5s;left:60%}@keyframes bfPetalFall{0%{opacity:0;transform:translateY(-20px)rotate(0)}10%{opacity:.4}90%{opacity:.4}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}.opening-effect-butterfly_reveal .bf-butterfly{z-index:5;filter:drop-shadow(0 5px 15px #d6879e4d);width:130px;height:110px;position:absolute}.opening-effect-butterfly_reveal .bf-butterfly svg{width:100%;height:100%}.opening-effect-butterfly_reveal .bf-butterfly.bf-left{opacity:0;animation:3.2s cubic-bezier(.25,.46,.45,.94) forwards bfFlyLeft;top:25%;left:-160px}.opening-effect-butterfly_reveal .bf-butterfly.bf-right{opacity:0;animation:3.2s cubic-bezier(.25,.46,.45,.94) forwards bfFlyRight;bottom:20%;right:-160px}@keyframes bfFlyLeft{0%{opacity:0;transform:translate(0)scale(.4)rotate(20deg)}15%{opacity:1}40%{transform:translate(35vw,8vh)scale(.7)rotate(-8deg)}70%{transform:translate(42vw,18vh)scale(.85)rotate(5deg)}to{opacity:1;transform:translate(calc(50vw - 65px),calc(50vh - 80px))scale(1)rotate(0)}}@keyframes bfFlyRight{0%{opacity:0;transform:translate(0)scale(.4)rotate(-20deg)}15%{opacity:1}40%{transform:translate(-35vw,-8vh)scale(.7)rotate(8deg)}70%{transform:translate(-42vw,-18vh)scale(.85)rotate(-5deg)}to{opacity:1;transform:translate(calc(65px - 50vw),calc(60px - 50vh))scale(1)rotate(0)}}.opening-effect-butterfly_reveal .bf-butterfly .bf-wing-upper-l{transform-origin:100%;animation:.4s ease-in-out infinite alternate bfWingUp}.opening-effect-butterfly_reveal .bf-butterfly .bf-wing-upper-r{transform-origin:0;animation:.4s ease-in-out infinite alternate-reverse bfWingUp}@keyframes bfWingUp{0%{transform:scaleX(1)}to{transform:scaleX(.85)}}.opening-effect-butterfly_reveal .bf-sparkles{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;top:0;left:0}.opening-effect-butterfly_reveal .bf-spark{opacity:0;border-radius:50%;width:5px;height:5px;position:absolute}.opening-effect-butterfly_reveal .bf-spark.gold{background:gold;box-shadow:0 0 8px 2px #ffd700b3}.opening-effect-butterfly_reveal .bf-spark.pink{background:#d6879e;box-shadow:0 0 8px 2px #d6879eb3}.opening-effect-butterfly_reveal .bf-spark.lavender{background:#c9a7e8;box-shadow:0 0 8px 2px #c9a7e8b3}.opening-effect-butterfly_reveal .bf-spark.animate{animation:1.2s ease-out forwards sparkBurst}@keyframes sparkBurst{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(var(--tx), var(--ty)) scale(0)}}.opening-effect-butterfly_reveal .bf-reveal-content{text-align:center;z-index:7;opacity:0;pointer-events:none;width:80%;max-width:320px;transition:opacity .8s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.opening-effect-butterfly_reveal .bf-reveal-content.visible{opacity:1;pointer-events:auto}.opening-effect-butterfly_reveal .bf-reveal-title{color:#5c474e;letter-spacing:1px;margin:0 0 18px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;line-height:1.6}.opening-effect-butterfly_reveal .bf-reveal-hint{color:#888;text-transform:uppercase;letter-spacing:2px;margin:0;font-family:Montserrat,sans-serif;font-size:.78rem;animation:2s ease-in-out infinite bfHintPulse}@keyframes bfHintPulse{0%,to{opacity:.5}50%{opacity:1}}.opening-effect-butterfly_reveal .bf-butterfly.collided{transition:opacity .3s;opacity:0!important;animation:none!important}@media (width<=576px){.opening-effect-butterfly_reveal .bf-butterfly{width:100px;height:85px}}
