:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none;box-shadow:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.modal-close-btn{position:absolute;top:14px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;color:#444;border:none;border-radius:50%;cursor:pointer;font-size:1.05rem;font-weight:700;box-shadow:0 0 8px #0003;transition:background .2s ease,color .2s ease,transform .15s ease;z-index:20}.modal-close-btn:hover{background:#ededed;color:#000;transform:scale(1.06)}.modal-close-btn:active{transform:scale(.96)}.header{height:clamp(64px,10vh,90px);width:100%;display:flex;align-items:center;justify-content:center;background:#f0ebe2;box-shadow:0 2px 6px #0000000f;position:relative;z-index:100;padding:0 clamp(10px,2vw,32px)}.container{width:100%;height:100%;padding:0 clamp(6px,1.2vw,16px);display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-img{height:15vh;width:auto;display:block;transition:height .3s ease}.nav-desktop{display:flex;padding-right:clamp(10px,2.2vw,32px);flex-shrink:0}.nav-list{list-style:none;display:flex;gap:clamp(6px,1.4vw,18px);margin:0;padding:0}.nav-link{background:none;border:0;color:#2a2a2a;font-size:clamp(.8rem,1.2vw,1rem);font-weight:500;padding:clamp(4px,.6vh,8px) clamp(6px,1vw,10px);display:inline-block;transition:transform .14s ease,color .18s ease;cursor:pointer;white-space:nowrap}.nav-link:hover{transform:scale(1.06)}.nav-link.is-active{font-weight:700;transform:scale(1.06)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer}.hamburger{display:flex;flex-direction:column;gap:clamp(4px,.7vh,7px)}.hamburger span{width:clamp(20px,3.2vw,26px);height:3px;background:#333;border-radius:2px;transition:all .3s ease}.nav-mobile{display:none;position:fixed;top:clamp(60px,10vh,90px);left:0;width:100%;background:#fffffffa;box-shadow:0 4px 10px #0000001a;text-align:center;opacity:0;pointer-events:none;height:auto;padding:clamp(18px,3vh,28px) 0;transition:opacity .3s ease,transform .3s ease;transform:translateY(-10px)}.nav-mobile.active{display:block;opacity:1;transform:translateY(0);pointer-events:all}.nav-mobile-list{list-style:none;padding:0;margin:0}.nav-mobile-list li{margin:clamp(10px,1.8vh,18px) 0}.nav-mobile-link{font-size:clamp(1rem,2.4vw,1.3rem);color:#333;text-decoration:none;transition:color .2s ease}.nav-mobile-link:hover{color:#3aa76d}.countdown-header{display:flex;align-items:center;gap:clamp(8px,1.8vw,18px);margin:0 clamp(10px,2vw,30px);flex-shrink:1}.countdown-timer{display:flex;gap:clamp(8px,1.8vw,18px)}.countdown-item{background:linear-gradient(135deg,#2d6a4f,#4ecdc4);border-radius:clamp(8px,1.2vw,12px);padding:clamp(4px,1vh,10px) clamp(10px,1.6vw,18px);min-width:clamp(30px,7vw,50px);text-align:center;box-shadow:0 4px 12px #2d6a4f66;animation:mpvCountdownPulse 2.5s ease-in-out infinite}.countdown-number{font-size:clamp(1rem,2.2vw,1.5rem);font-weight:700;color:#fff;line-height:1}.countdown-label{font-size:clamp(.6rem,1vw,.8rem);text-transform:uppercase;color:#ffffffe6;margin-top:4px;line-height:1}@keyframes mpvCountdownPulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #2d6a4f66}50%{transform:scale(1.05);box-shadow:0 6px 18px #2d6a4f99}}@media (max-width: 768px){.nav-desktop,.countdown-header{display:none}.header{height:clamp(56px,8vh,72px);padding:0 12px}.container{padding:0 4px}.logo-img{height:10vh}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin-right:12px;background:transparent;border:none;cursor:pointer;z-index:200}.hamburger{position:relative;width:24px;height:18px;display:block}.hamburger span{position:absolute;left:0;right:0;margin:auto;height:2px;background:#333;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-mobile{display:block;position:fixed;top:0;right:0;left:auto;height:35vh;width:50vw;max-width:320px;border-bottom-left-radius:8px;background:#f0ebe2;box-shadow:-6px 0 16px #00000040;opacity:0;pointer-events:none;transform:translate(10px);transition:opacity .25s ease,transform .25s ease;padding-top:clamp(70px,11vh,90px)}.nav-mobile.active{opacity:1;pointer-events:auto;transform:translate(0)}.nav-mobile-list{list-style:none;padding:1.2rem 1.4rem 2rem;margin:0;display:flex;flex-direction:column;gap:.6rem;align-items:stretch}.nav-mobile-list li{margin:0}.nav-mobile-link{width:100%;text-align:left;background:transparent;border-radius:999px;border:1px solid rgba(0,0,0,.06);padding:.6rem 1rem;font-size:.9rem;color:#333;font-weight:500;box-shadow:none;cursor:pointer;transition:background .18s ease,transform .18s ease}.nav-mobile-link:hover{background:#ffffffb3;transform:translate(2px)}.nav-mobile-link.is-active{background:#ffb36a;border-color:#d17a2c;color:#fff}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.why-drawer{position:fixed;top:clamp(8vh,12vh,15vh);left:0;width:clamp(260px,32vw,480px);height:clamp(50vh,65vh,75vh);max-height:80vh;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.5px solid #d17a2c;padding:clamp(.8rem,2vh,1.6rem) clamp(.8rem,2vw,1.6rem);box-shadow:0 18px 40px #0000008c;border-radius:0 14px 14px 0;transform:translate(-100%);transition:transform .6s ease;z-index:200;font-family:Segoe UI,Roboto,sans-serif;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.why-drawer::-webkit-scrollbar{width:0;height:0}.why-drawer{scrollbar-width:none;-ms-overflow-style:none}.why-drawer.open{transform:translate(0)}.why-drawer h2{font-size:clamp(1rem,1.6vw,1.4rem);font-weight:700;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);margin-bottom:clamp(.4rem,1vh,.8rem)}.why-drawer p{font-size:clamp(.75rem,1vw,.9rem);line-height:1.45;margin-bottom:clamp(.4rem,1vh,.75rem);color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);text-align:left}.why-drawer p strong{display:block;font-weight:600;color:#ffb36a;background:#0009;padding:clamp(.4rem,1vh,.7rem) clamp(.6rem,1.2vw,1rem);border-left:4px solid #d17a2c;border-radius:10px;margin:clamp(.6rem,1.2vh,1rem) 0;line-height:1.5;font-size:clamp(.8rem,1.05vw,.95rem);box-shadow:0 8px 18px #0006}.why-drawer ul{list-style:none;padding:0;margin:clamp(.4rem,1vh,.9rem) 0 0}.why-drawer ul li{font-size:clamp(.75rem,1vw,.9rem);margin-bottom:clamp(.3rem,.8vh,.6rem);padding-left:clamp(1rem,1.8vw,1.6rem);position:relative;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);line-height:1.35;padding-left:0;text-align:left}@media (max-height: 900px){.why-drawer{top:10vh;height:68vh;padding:.8rem 1.2rem}.why-drawer h2{font-size:clamp(.95rem,1.4vw,1.2rem);margin-bottom:.4rem}.why-drawer p{font-size:clamp(.72rem,.95vw,.85rem);margin-bottom:.4rem}.why-drawer p strong{font-size:clamp(.78rem,1vw,.9rem);padding:.4rem .8rem}.why-issues-title{font-size:.8rem;margin-bottom:.45rem;line-height:1.3}.why-issue{gap:.45rem;margin-bottom:.35rem}.why-issue-icon{width:22px;height:22px}.why-issue p{font-size:.75rem;line-height:1.3}}@media (max-height: 750px){.why-drawer{top:10vh;height:72vh;padding:.7rem 1rem}.why-drawer h2{font-size:clamp(.9rem,1.3vw,1.1rem)}.why-drawer p,.why-drawer ul li{font-size:clamp(.7rem,.9vw,.8rem);line-height:1.4}.why-drawer p strong{font-size:clamp(.76rem,.95vw,.88rem)}.why-issues-title{font-size:.72rem;margin-bottom:.35rem;line-height:1.25}.why-issue{gap:.35rem;margin-bottom:.25rem}.why-issue-icon{width:18px;height:18px}.why-issue p{font-size:.7rem;line-height:1.25}.why-drawer p strong{font-size:.78rem;padding:.35rem .7rem;margin:.45rem 0}.why-drawer p{margin-bottom:.35rem}}.why-issues{margin-top:clamp(.8rem,1.8vh,1.4rem)}.why-issues-title{font-size:clamp(.78rem,1.05vw,.95rem);color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);margin-bottom:clamp(.6rem,1.4vh,1rem);line-height:1.4}.why-issue{display:flex;align-items:center;gap:clamp(.5rem,1vw,.9rem);margin-bottom:clamp(.4rem,1vh,.8rem)}.why-issue-icon{width:clamp(26px,3vw,34px);height:clamp(26px,3vw,34px);flex-shrink:0;filter:drop-shadow(0 0 4px rgba(0,0,0,.45))}.why-issue p{margin:0;font-size:clamp(.75rem,1vw,.9rem);line-height:1.4;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);text-align:left}@media (max-width: 768px){.why-drawer{position:fixed;top:clamp(56px,8vh,72px);left:50%;width:90vw;max-width:480px;margin:0;height:auto;max-height:0;border-radius:18px;transform:translate(-50%,-10px);opacity:0;overflow:hidden;padding:0;z-index:900;transition:max-height .4s ease,opacity .3s ease,transform .3s ease,padding .3s ease;background:#f5e9da!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 4px 20px #00000026!important}.why-drawer.open{max-height:calc(100vh - clamp(56px,8vh,72px) - 8px);opacity:1;transform:translate(-50%);padding:.9rem 1rem 1.2rem;overflow-y:auto}.why-drawer .how-modal-close{position:absolute;top:.5rem;right:.7rem;z-index:950}.why-drawer,.why-drawer p,.why-drawer h2,.why-drawer ul li,.why-issue p,.why-issues-title{color:#222!important;text-shadow:none!important}.why-drawer p strong{background:#ffffffe6!important;color:#222!important;border-left:4px solid #d17a2c!important;box-shadow:0 3px 10px #00000026}.why-issue-icon{filter:none!important}.why-drawer .how-modal-close{position:absolute;top:.8rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:950;color:#222!important;font-size:1.2rem;font-weight:700}}.mission-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:70vw;height:75dvh;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.08vw solid rgba(255,255,255,.25);border-radius:1.2vw;padding:3vh 3vw;box-shadow:0 .4vw 1.2vw #0003;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:hidden}@media (max-height: 650px){.mission-overlay{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.mission-overlay::-webkit-scrollbar{display:none}}.mission-header{text-align:center;margin-bottom:2vh}.mission-title{font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:700;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);margin-bottom:.5vh;margin-top:.3vh;opacity:0;transform:translateY(1.5vh);transition:opacity .5s ease,transform .5s ease}.mission-title.is-visible{opacity:1;transform:translateY(0)}.mission-subtitle{font-size:clamp(.9rem,1.2vw,1.1rem);color:#fff;text-shadow:0 3px 5px rgba(0,0,0,.5);opacity:0;transform:translateY(1.5vh);transition:opacity .6s ease,transform .6s ease;margin-top:.2vh;margin-bottom:.3vh}.mission-subtitle.is-visible{opacity:1;transform:translateY(0)}.mission-orbit-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:1;transition:opacity .6s ease .2s}.mission-orbit-hidden{opacity:0}.mission-orbit{position:relative;width:min(28vh,28vw);height:min(28vh,28vw);border-radius:50%}.mission-orbit-started{animation:mission-orbit-rotate 3.2s ease-out forwards}.mission-orbit-slot{position:absolute;width:0;height:0}.mission-orbit-icon{width:min(8vh,8vw);height:min(8vh,8vw);border-radius:50%;background:#fff;box-shadow:0 .6vh 1.2vh #00000059;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%) scale(.5);opacity:0;transition:opacity .8s ease,transform .8s ease}.mission-orbit-icon img{max-width:80%;max-height:80%}.mission-orbit-icons-visible .mission-orbit-icon{opacity:1;transform:translate(-50%,-50%) scale(.9)}.slot-0 .mission-orbit-icon{transition-delay:.2s}.slot-1 .mission-orbit-icon{transition-delay:.6s}.slot-2 .mission-orbit-icon{transition-delay:1s}.slot-3 .mission-orbit-icon{transition-delay:1.4s}.slot-0{top:10%;left:50%}.slot-1{top:50%;left:90%}.slot-2{top:90%;left:50%}.slot-3{top:50%;left:10%}@keyframes mission-orbit-rotate{0%{transform:rotate(0) scale(.9)}15%{transform:rotate(45deg) scale(1)}to{transform:rotate(360deg) scale(1)}}.mission-rows{position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:60vw;margin-top:.3vh;margin-bottom:.5vh;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:clamp(9vw,13vw,15vw);row-gap:clamp(9vh,10vh,11vh);opacity:0;pointer-events:none;transition:opacity .6s ease}.mission-rows-visible{opacity:1;pointer-events:auto}.mission-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(.6rem,1.2vw,1.6rem);width:min(24vw,340px);background:#f0ebe2;box-shadow:0 .18vw .6vw #00000026;border-radius:min(.8vw,12px);padding:clamp(.4rem,1vh,.8rem);transform:translateY(1.5vh);opacity:0;transition:opacity .5s ease,transform .5s ease;justify-self:center}.mission-rows-visible .mission-row{opacity:1;transform:translateY(0)}.mission-row-delay-0{transition-delay:.1s}.mission-row-delay-1{transition-delay:.25s}.mission-row-delay-2{transition-delay:.4s}.mission-row-delay-3{transition-delay:.55s}.mission-row-icon{display:flex;align-items:center;justify-content:center}.mission-row-icon img{width:min(5vh,5vw);height:min(5vh,5vw);border-radius:50%;background:#fff;box-shadow:0 .35vh .9vh #00000040}.mission-row-text h3{font-size:clamp(.7rem,1.1vh,.85rem);color:#f59312d0;text-shadow:0 0 .5px rgba(104,103,103,.55);margin-bottom:.15rem;text-align:left}.mission-row-text p{font-size:clamp(.6rem,1.2vh,.75rem);color:#333;line-height:1.25;text-align:left;max-height:7em;overflow:hidden}@media (prefers-reduced-motion: reduce){.mission-orbit,.mission-row,.mission-rows,.mission-title,.mission-subtitle{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}.mission-orbit-layer{display:none}}.mission-orbit-fade .mission-orbit-icon{opacity:0!important;transform:scale(.5)!important;transition:opacity .6s ease,transform .6s ease}.mission-orbit-center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.5);opacity:0;transition:opacity .7s ease,transform .7s ease;pointer-events:none}.mission-orbit-center-logo img{width:min(25vh,25vw);height:auto;filter:drop-shadow(0 .6vh 1.2vh rgba(0,0,0,.25))}.mission-show-logo .mission-orbit-center-logo{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (max-height: 900px){.mission-row-text p{max-height:9em}}@media (max-height: 750px){.mission-row-text p{max-height:none;overflow:visible}.mission-rows{row-gap:clamp(5vh,7vh,8vh);column-gap:clamp(7vw,9vw,11vw)}.mission-row-text h3{font-size:clamp(.68rem,1vh,.8rem)}.mission-row-text p{font-size:clamp(.58rem,1vh,.7rem);line-height:1.3}}@media (max-width: 768px){.mission-overlay{position:relative;left:50%;transform:translate(-50%);width:90vw;max-width:480px;height:auto;max-height:none;margin-top:1vh;margin-bottom:clamp(1.5rem,5vh,3rem);padding:1.2rem 1rem 1.4rem;border-radius:18px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);overflow:visible}.mission-title,.mission-subtitle{color:#222;text-shadow:none}.mission-rows{position:static;top:auto;left:auto;transform:none;width:100%!important;max-width:100%!important;margin-top:1.2rem;display:flex;flex-direction:column;row-gap:.85rem;padding:0;column-gap:0;opacity:1;pointer-events:auto}.mission-row{width:100%!important;max-width:100%!important;justify-self:stretch;background:#f0ebe2}.mission-orbit-center-logo{display:none!important}}.how-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:75vw;height:75vh;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.08vw solid rgba(255,255,255,.25);border-radius:1.2vw;padding:2vw;box-shadow:0 .4vw 1.2vw #0003;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.how-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:min(2vw,20px);width:100%;padding:1vw;box-sizing:border-box;place-items:center}.how-card{position:relative;width:min(15vw,calc(100% - 1vw));height:min(18vh,200px);aspect-ratio:.9;perspective:100vw;cursor:pointer;transform:translateY(2vh);opacity:0;animation:slideUp .8s ease forwards;transition:transform .3s ease,box-shadow .3s ease,width .6s ease,height .6s ease;--flip-scale: .8;--hover-bump: .02;--flip-speed: 1.2s;--flip-return: 1.8s}.how-card .card-inner{transition:transform var(--flip-speed) cubic-bezier(.55,.1,.3,1.2);transform-style:preserve-3d}.how-card:hover .card-inner{transform:rotateY(0) scale(calc(1 + var(--hover-bump)))}.card-inner{position:relative;width:100%;height:100%}.card-front,.card-back{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:min(1vw,12px);backface-visibility:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;background-size:cover;background-position:center;box-shadow:0 .3vw .8vw #00000026;pointer-events:none;padding:min(1vw,10px);box-sizing:border-box}.card-front{color:#fff;transform:rotateY(0)}.card-back{background:#f0ebe2;color:#333;transform:rotateY(180deg);text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden}.how-number{position:absolute;top:min(.8vh,8px);left:min(.8vw,8px);font-size:clamp(.8rem,1.2vw,1.2rem);font-weight:700;color:#fff;background:#0009;border-radius:50%;width:clamp(24px,2.8vw,36px);height:clamp(24px,2.8vw,36px);display:flex;align-items:center;justify-content:center;z-index:2}.card-back h3{color:#2d6a4f;margin-bottom:min(.8vh,8px);font-size:clamp(.7rem,1.4vw,1.1rem);opacity:0;transform:translateY(-.5vh);transition:opacity .6s ease,transform .6s ease;transition-delay:.9s;width:100%;overflow:hidden;text-overflow:ellipsis}.card-back p{font-size:clamp(.6rem,1vw,.9rem);line-height:1.3;opacity:0;transform:translateY(.5vh);transition:opacity .6s ease,transform .6s ease;transition-delay:1.2s;width:100%;overflow:hidden}.how-card.expanded .card-back h3,.how-card.expanded .card-back p{opacity:1;transform:translateY(0)}.how-card:not(.flipped) .card-front{pointer-events:auto;cursor:pointer}.how-card.flipped .card-back{pointer-events:auto;cursor:pointer}.how-card.flipped .card-inner{transform:rotateY(180deg) scale(var(--flip-scale));transition-duration:var(--flip-return)}.how-card.flipped:hover .card-inner{transform:rotateY(180deg) scale(calc(var(--flip-scale) + var(--hover-bump)))}.how-card.expanded{width:min(30vw,300px);height:min(28vh,280px);z-index:20}.delay-0{animation-delay:.5s}.delay-1{animation-delay:1.2s}.delay-2{animation-delay:1.9s}.delay-3{animation-delay:2.6s}@keyframes slideUp{0%{transform:translateY(2vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse-white{0%{transform:scale(1);box-shadow:0 0 #fff0}50%{transform:scale(1.05);box-shadow:0 0 2vw #fffc}to{transform:scale(1);box-shadow:0 0 #fff0}}.card-inner.pulse-white{animation:pulse-white 1s ease-in-out}.how-actions{margin-top:2vh;width:100%;display:flex;justify-content:center;gap:clamp(1rem,2vw,2.5rem)}.how-actions .how-btn{padding:clamp(.6rem,.8vw,.9rem) clamp(1.4rem,2vw,2.4rem);border-radius:999px;border:none;background:#f0ebe2;color:#2d6a4f;font-weight:600;font-size:clamp(.8rem,.95vw,1rem);box-shadow:0 .2vw .6vw #0003;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;opacity:0;transform:translateY(1.5vh);animation:howBtnIn .5s ease forwards}.how-actions .how-btn:nth-child(1){animation-delay:3.4s}.how-actions .how-btn:nth-child(2){animation-delay:3.7s}.how-btn:hover{transform:translateY(-1px);box-shadow:0 .3vw .8vw #00000040;background:#fff7eb}@keyframes howBtnIn{0%{opacity:0;transform:translateY(1.5vh)}to{opacity:1;transform:translateY(0)}}.how-modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:200}.how-modal{position:relative;width:90vw;max-width:75vw;height:75vh;max-height:75vh;background:#f0ebe2;border-radius:min(1vw,14px);box-shadow:0 .6vw 1.4vw #0000004d;padding:clamp(1rem,2vw,2rem);box-sizing:border-box;display:flex;flex-direction:column}.how-modal-title{font-size:clamp(1rem,1.4vw,1.4rem);margin:0 0 clamp(.8rem,1.2vh,1rem);color:#2d6a4f;opacity:0;transform:translateY(1vh);animation:howModalTitleIn .9s ease forwards;animation-delay:.4s}@keyframes howModalTitleIn{0%{opacity:0;transform:translateY(1vh)}to{opacity:1;transform:translateY(0)}}.how-modal-body{font-size:clamp(.8rem,.95vw,1rem);color:#333;line-height:1.5;overflow-y:auto;max-height:min(55vh,420px);padding-right:.5rem;text-align:left}.how-modal-body .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,30%),1fr));gap:clamp(1rem,2vw,1.8rem) clamp(1.2rem,2.5vw,2.4rem);list-style:none;padding:0 clamp(.5rem,2vw,1.5rem);margin:0 auto;max-width:100%;box-sizing:border-box}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.25rem,.6vh,.5rem)}.feature-icon{display:flex;align-items:center;justify-content:center;width:clamp(2rem,3.2vw,2.8rem);height:clamp(2rem,3.2vw,2.8rem);border-radius:50%;border:2px solid #2d6a4f;color:#2d6a4f;font-size:clamp(1rem,2vw,1.4rem);margin-bottom:.2rem}.feature-icon img{width:70%;height:70%;object-fit:contain}.feature-text strong{display:block;color:#2d6a4f;font-weight:600;font-size:clamp(.78rem,1.05vw,.95rem);margin-bottom:.1rem}.feature-text span{display:block;color:#333;font-size:clamp(.68rem,.9vw,.85rem);line-height:1.35;max-width:22ch}.how-modal-body::-webkit-scrollbar{width:0;height:0}.how-modal-body{scrollbar-width:none}.how-modal-body ul,.how-modal-body ul ul{list-style:none;padding-left:0;margin-left:0}.how-modal-body ul>li:before,.how-modal-body ul ul>li:before{content:""}.how-modal-body ul>li,.how-modal-body ul ul>li{padding-left:0;margin-bottom:.8rem;line-height:1.6}.how-modal-body ul{list-style:none;padding-left:0;margin:0}.how-modal-body ul ul{margin-top:.3rem}.how-modal-body>ul>li{opacity:0;transform:translateY(.6vh);animation:howModalLineIn .7s ease forwards}.how-modal-body>ul>li:nth-child(1){animation-delay:.55s}.how-modal-body>ul>li:nth-child(2){animation-delay:.75s}.how-modal-body>ul>li:nth-child(3){animation-delay:.95s}.how-modal-body>ul>li:nth-child(4){animation-delay:1.15s}.how-modal-body>ul>li:nth-child(5){animation-delay:1.35s}.how-modal-body>ul>li:nth-child(6){animation-delay:1.55s}.how-modal-body>ul>li:nth-child(7){animation-delay:1.75s}.how-modal-body>ul>li:nth-child(8){animation-delay:1.95s}.how-modal-body>ul>li:nth-child(9){animation-delay:2.15s}@keyframes howModalLineIn{0%{opacity:0;transform:translateY(.6vh)}to{opacity:1;transform:translateY(0)}}.how-modal-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;border:none;background:#ffffffd9;color:#444;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .15vw .5vw #0003;z-index:10;padding:0}.how-modal-close:hover{background:orange;color:#000}@media (max-width: 768px){.how-cards{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2vh}.how-card{width:100%;height:18vh}.how-actions{flex-direction:column;align-items:center}.how-btn{width:min(260px,80vw);text-align:center}}.how-modal-title{font-size:1.15rem;margin-bottom:.9rem}.challenges-list{list-style:none;padding:0;margin:0 auto;max-width:880px}.challenges-item{padding:.7rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.challenges-item:last-child{border-bottom:none}.challenges-text>strong{display:block;font-size:1rem;font-weight:700;color:#0b6b47;margin-bottom:.25rem}.challenges-text p{font-size:.88rem;line-height:1.45;margin:.15rem 0}.challenges-text em{font-style:normal;font-weight:600;color:#262626}.challenges-icon{display:none!important}@media (max-height: 900px){.how-card{height:min(22vh,220px)}.card-back p{font-size:clamp(.58rem,.95vw,.85rem);line-height:1.35}.how-modal-title{font-size:1.05rem;margin-bottom:.7rem}.challenges-text>strong{font-size:.92rem}.challenges-text p{font-size:.8rem;line-height:1.35}.challenges-item{padding:.6rem 0}}@media (max-height: 750px){.how-card{height:min(26vh,240px)}.card-back{overflow-y:auto}.card-back h3{font-size:clamp(.68rem,1.2vw,.95rem);margin-bottom:4px}.card-back p{font-size:clamp(.56rem,.9vw,.8rem);line-height:1.35}.how-modal-title{font-size:.98rem;margin-bottom:.5rem}.challenges-text>strong{font-size:.85rem}.challenges-text p{font-size:.72rem;line-height:1.3}.challenges-item{padding:.45rem 0}}.feature-img{width:64px;height:64px;object-fit:contain;margin-bottom:.5rem;filter:drop-shadow(0 0 3px rgba(0,0,0,.3))}.how-intro{text-align:center;font-size:.98rem;margin:0 0 1.4rem;color:#f5f5f5;text-shadow:0 3px 6px rgba(0,0,0,.55);font-weight:500}@media (max-width: 500px){.how-overlay{position:relative;top:auto;left:50%;transform:translate(-50%);width:90vw;max-width:480px;height:auto;max-height:none;margin-top:2vh;margin-bottom:3vh;padding:1.2rem 1rem 1.4rem;border-radius:18px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);overflow:visible}.how-intro{color:#222!important;text-shadow:none!important;font-weight:600;font-size:.9rem;margin-bottom:1.2rem}.how-cards{grid-template-columns:1fr;row-gap:.9rem;width:100%}.how-card,.how-card.expanded{width:100%!important;height:22vh!important;max-height:260px!important;margin:0 auto;perspective:900px}.card-inner{width:100%!important;height:100%!important}.card-front,.card-back{width:100%!important;height:100%!important;border-radius:14px}.card-back{padding:.75rem .9rem!important;justify-content:center!important;align-items:flex-start!important}.card-back h3{margin-top:0!important;margin-bottom:.25rem!important;font-size:.95rem!important}.card-back p{margin:0!important;font-size:.8rem!important;line-height:1.3!important}.how-actions{flex-direction:column;margin-top:1.1rem;gap:.8rem;width:100%}.how-btn{width:90%;font-size:.9rem;padding:.7rem 1.2rem}.how-card{--flip-scale: 1 !important;--hover-bump: 0 !important}.how-card.flipped .card-inner,.how-card.flipped:hover .card-inner{transform:rotateY(180deg) scale(1)!important}}@media (max-width: 500px){.how-modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:2vh 4vw;z-index:200}.how-modal{width:90vw;max-width:90vw;height:auto;max-height:86vh;border-radius:18px;padding:1rem 1rem 1.1rem;box-sizing:border-box}.how-modal-title{font-size:1rem;text-align:center;margin-bottom:.7rem}.how-modal-body{max-height:calc(86vh - 3rem);overflow-y:auto;padding-right:.25rem}.how-modal-body::-webkit-scrollbar{width:0;height:0}.how-modal-body{scrollbar-width:none}}.hero{position:relative;height:80vh;min-height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0;background-color:#050816}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;will-change:opacity;z-index:0}.hero-bg--active{opacity:1}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-text{position:absolute;z-index:2;opacity:0;text-align:center;max-width:min(92vw,58ch);padding:0 12px}.hero-text h1{font-size:clamp(20px,2.8vw + .4rem,38px);line-height:1.2;font-weight:600;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.55);text-shadow:2px 2px 8px rgba(0,0,0,.6);letter-spacing:.2px}.fade{animation:fadeInOut 15s ease-in-out forwards}@keyframes fadeInOut{0%{opacity:0;transform:scale(.95)}10%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}.why-btn-vertical{position:absolute;top:32vh;left:0vw;transform:rotate(-90deg);transform-origin:left top;background:#2d6a4f;color:#000;font-weight:600;padding:1.2vh 2.4vh;border-radius:0 0 5px 5px;cursor:pointer;border:none;box-shadow:0 .5vh 1vh #00000040;transition:background .3s ease,transform .3s ease;z-index:110;font-size:1.4vh}.why-btn-vertical:hover{background:#40916c;transform:rotate(-90deg) scale(1.05)}.why-btn-vertical span{display:inline-block;animation:pulseHighlight 10s infinite}@keyframes pulseHighlight{0%,97%,to{transform:scale(1)}98%{transform:scale(1.15);color:#f5f5f5}99%{transform:scale(1)}}.whitelist-btn-bottom{position:absolute;left:50%;bottom:clamp(.8rem,1.8vh,1.4rem);transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;padding:clamp(.6rem,.9vh,.8rem) clamp(1.8rem,3vw,2.4rem);border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#ffb36a,#d17a2c);color:#fff;font-weight:600;font-size:clamp(.85rem,1vw,.95rem);letter-spacing:.02em;box-shadow:0 .5rem 1.6rem #00000059;z-index:110;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whitelist-btn-bottom span{white-space:nowrap}.whitelist-btn-bottom:hover{transform:translate(-50%) translateY(-1px);box-shadow:0 .7rem 1.9rem #00000073;background:linear-gradient(135deg,#ffd19c,#ff9b42)}.whitelist-btn-bottom:active{transform:translate(-50%) translateY(1px);box-shadow:0 .3rem .9rem #0000004d}.hero .cta,.hero .btn-primary{padding:clamp(10px,1.6vw,14px) clamp(16px,2.6vw,24px);font-size:clamp(14px,1.8vw,16px);border-radius:12px}.hero-content{max-width:60ch}@media (max-height: 700px){.hero-text h1{font-size:clamp(16px,3.4vh,24px)}}body.legal-open .whitelist-btn-bottom,body.legal-open .whitelist-btn-vertical,body.legal-open .why-btn-vertical{display:none!important}.hero-top-strip{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.55rem 0 .05rem;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border-bottom:.5px solid rgba(255,255,255,.35);box-shadow:0 10px 26px #00000059;z-index:3}.hero-countdown-strip{background:transparent;padding-bottom:.35rem;border-radius:0;box-shadow:none}.why-btn-inline{border:none;border-radius:999px;padding:.45rem 1.6rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ffb36a,#d17a2c);color:#fff;box-shadow:0 .5rem 1.6rem #00000059;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.why-btn-inline:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ffd19c,#ff9b42);box-shadow:0 .7rem 1.9rem #00000073}.why-btn-inline:active{transform:translateY(1px);box-shadow:0 .3rem .9rem #0000004d}@media (min-width: 769px){.hero-top-strip,.why-btn-inline{display:none}}@media (max-width: 768px){.hero{height:auto;min-height:72vh;padding:4.2rem 1rem 2.4rem;box-sizing:border-box;overflow:visible;display:flex;justify-content:flex-end;align-items:center}.hero-top-strip{display:flex}.why-btn-vertical{display:none}.hero-countdown-strip{width:100%}.countdown-timer{width:calc(100% - 1.2rem);margin:0 auto;display:flex;justify-content:space-between;gap:.6rem}.countdown-item{flex:1;min-width:0;padding:.4rem .2rem;border-radius:12px}.countdown-number{font-size:.95rem}.countdown-label{font-size:.55rem}.hero-text{top:auto!important;left:50%!important;bottom:4.8rem!important;transform:translate(-50%)!important;width:90%;max-width:420px;text-align:center}.hero-text h1{font-size:1.05rem;line-height:1.3}.whitelist-btn-bottom{bottom:.3rem;width:min(260px,80vw);font-size:.9rem;padding:.9rem 2.4rem}}:root{--font-xs: clamp(.7rem, .8vw + .1rem, .85rem);--font-sm: clamp(.75rem, 1vw + .15rem, .95rem);--font-base: clamp(.85rem, 1.2vw + .1rem, 1rem);--font-md: clamp(.95rem, 1.3vw + .2rem, 1.15rem);--font-lg: clamp(1.1rem, 1.5vw + .3rem, 1.35rem);--font-xl: clamp(1.25rem, 1.8vw + .3rem, 1.6rem);--mpv-teal: #00a896;--mpv-teal-dark: #007c6d;--mpv-orange: #ff9942;--mpv-orange-soft: #ffb36a}.faq-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-52%);width:90vw;max-width:70vw;height:75vh;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.08vw solid rgba(255,255,255,.25);border-radius:1.2vw;padding:clamp(1.6vh,3vh,3.4vh) clamp(2vw,4vw,4.5vw);box-shadow:0 .4vw 1.2vw #0003;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;overflow:hidden;opacity:0;transition:opacity .8s ease,transform .8s ease}.faq-overlay.visible{opacity:1;transform:translate(-50%,-50%)}.faq-title{position:relative;display:inline-block;margin:0 auto clamp(1.4vh,2.4vh,3vh) auto;padding:clamp(.6vh,1vh,1.2vh) clamp(1.6vw,2.4vw,3vw);background:radial-gradient(circle at top,#ffffffd9,#ffffff8c);backdrop-filter:blur(.6vw);-webkit-backdrop-filter:blur(.6vw);border-radius:1vw;box-shadow:0 .25vw .8vw #00000040;text-align:center;color:var(--mpv-teal-dark);font-size:var(--font-xl);font-weight:600;letter-spacing:.05vw;border-bottom:3px solid var(--mpv-orange);opacity:0;transform:translateY(-1vh);transition:opacity .8s ease,transform .8s ease}.faq-title.visible{opacity:1;transform:translateY(0);animation:titleGlow 1.8s ease-in-out}@keyframes titleGlow{0%{text-shadow:0 0 0 rgba(0,168,150,0)}50%{text-shadow:0 0 1.2vw rgba(0,168,150,.55),0 0 2vw rgba(255,153,66,.35)}to{text-shadow:0 0 0 rgba(0,168,150,0)}}.faq-grid{flex:1;width:100%;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:clamp(1rem,2.4vw,2.6rem);align-items:stretch;padding:0 clamp(.6vw,1vw,1.4vw);opacity:0;transform:translateY(1.5vh);transition:opacity .8s ease,transform .8s ease;box-sizing:border-box}.faq-grid.visible{opacity:1;transform:translateY(0)}.faq-column{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(.6rem,1.4vh,1.2rem);padding:.4vh 0}.faq-card{background:linear-gradient(135deg,#ffffff2e,#b0815a47);backdrop-filter:blur(.6vw);-webkit-backdrop-filter:blur(.6vw);border-radius:min(1vw,10px);box-shadow:0 .18vw .6vw #0000002e;border:.1vw solid rgba(255,255,255,.35);color:#fff;padding:clamp(.5rem,1vh,.7rem) clamp(.7rem,1.1vw,1rem);cursor:pointer;font-size:clamp(.7rem,.9vw,.95rem);min-height:clamp(40px,5vh,52px);font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(1vh);transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,backdrop-filter .25s ease;box-sizing:border-box}.faq-grid.visible .faq-card{animation:fadeUp .6s ease forwards}.faq-grid.visible .faq-card:nth-child(1){animation-delay:.2s}.faq-grid.visible .faq-card:nth-child(2){animation-delay:.35s}.faq-grid.visible .faq-card:nth-child(3){animation-delay:.5s}.faq-grid.visible .faq-card:nth-child(4){animation-delay:.65s}.faq-grid.visible .faq-card:nth-child(5){animation-delay:.8s}.faq-grid.visible .faq-card:nth-child(6){animation-delay:.95s}.faq-grid.visible .faq-card:nth-child(7){animation-delay:1.1s}.faq-grid.visible .faq-card:nth-child(8){animation-delay:1.25s}.faq-grid.visible .faq-card:nth-child(9){animation-delay:1.4s}.faq-grid.visible .faq-card:nth-child(10){animation-delay:1.55s}@keyframes fadeUp{0%{opacity:0;transform:translateY(2vh)}to{opacity:1;transform:translateY(0)}}.faq-card:hover{background:linear-gradient(135deg,#ffffff40,#ff994273);border-color:#ffffffb3;backdrop-filter:blur(1vw);-webkit-backdrop-filter:blur(1vw);transform:translateY(-1px) scale(1.03);box-shadow:0 .4vw 1.2vw #0000004d}.faq-card.active{background:linear-gradient(135deg,var(--mpv-teal) 0%,var(--mpv-teal-dark) 20%,var(--mpv-orange) 100%);color:#fffdf7;font-weight:600;box-shadow:0 0 0 .2px #ffffffe6,0 .6vw 1vw #00000073;border-color:#ffffffe6;backdrop-filter:blur(1vw);-webkit-backdrop-filter:blur(1vw);transform:translateY(-1px) scale(1.04)}.faq-center{display:flex;align-items:stretch;justify-content:center;opacity:0;transform:translateY(1vh);transition:opacity .8s ease,transform .8s ease}.faq-center.visible{opacity:1;transform:translateY(0)}.faq-answer-box{background:radial-gradient(circle at top left,#fdf4e8,#f2e4d1 45%,#f0ddc5 80%);color:#333;border-radius:min(1.6vw,16px);padding:clamp(1rem,2.2vh,1.4rem) clamp(1.2rem,2.6vw,1.8rem);padding-right:clamp(.4rem,.8vw,.8rem);width:100%;max-width:min(64vw,640px);box-shadow:0 .5vw 1.6vw #0000004d;box-sizing:border-box;border-left:4px solid var(--mpv-teal);height:100%;max-height:min(65vh,500px);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.faq-answer-box::-webkit-scrollbar{width:0;height:0}.faq-answer-box{scrollbar-width:none}.faq-answer-box h3{color:var(--mpv-teal-dark);font-size:clamp(.9rem,1.1vw,1.2rem);margin-bottom:clamp(.6rem,1vh,.9rem);text-align:left}.faq-answer-box p{font-size:clamp(.75rem,.95vw,.95rem);text-align:left;color:#333;line-height:clamp(1.4,1.5 + .05vw,1.6);white-space:pre-line}@keyframes slideIn{0%{transform:translateY(1.5vh);opacity:0}to{transform:translateY(0);opacity:1}}.fade-answer{animation:fadeAnswer .5s ease-in-out both}@keyframes fadeAnswer{0%{opacity:0;transform:translateY(.8vh)}to{opacity:1;transform:translateY(0)}}@media (max-height: 900px){.faq-overlay{height:72vh;padding:clamp(1.2vh,2.4vh,2.8vh) clamp(1.6vw,3.2vw,3.8vw)}}@media (max-height: 750px){.faq-overlay{height:68vh;padding:clamp(1vh,2vh,2.4vh) clamp(1.4vw,2.8vw,3.2vw)}}@media (max-width: 768px){.faq-overlay{position:relative;top:auto;left:50%;transform:translate(-50%);width:90vw;max-width:480px;height:auto;max-height:none;margin-top:1vh;margin-bottom:2vh;padding:1rem 1rem 1.1rem;border-radius:18px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);overflow:visible}.faq-overlay.visible{transform:translate(-50%)}.faq-title{font-size:1.05rem;padding:.5rem .9rem;margin-bottom:.9rem;color:#222;text-shadow:none;border-radius:12px;border-bottom-width:2px}.faq-grid{display:flex;flex-direction:column;gap:.2rem;padding:0}.faq-column{width:100%;padding:0;gap:.2rem;order:1}.faq-card{font-size:.78rem;min-height:38px;padding:.55rem .8rem;text-align:left;justify-content:flex-start;border-radius:15px;color:#222}.faq-center{display:none}.faq-answer-box{max-width:100%;margin-top:.4rem;padding:.8rem .9rem;border-radius:14px;max-height:34vh}.faq-answer-box h3{font-size:.95rem}.faq-answer-box p{font-size:.65rem;line-height:1.4}}.faq-modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:220}.faq-modal{background:#fdf4e8;border-radius:22px;width:90vw;max-width:420px;height:60vh;max-height:60vh;padding:1.4rem 1.4rem 3.1rem;box-shadow:0 14px 40px #00000059;position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:visible}.faq-modal::-webkit-scrollbar{width:0;height:0}.faq-modal{scrollbar-width:none}.faq-modal-close{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:42px;height:42px;border-radius:50%;border:none;background:#fffffff2;color:#444;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 .25rem .55rem #00000040}.faq-modal-title{margin:0 0 .9rem;font-size:1rem;font-weight:600;color:#007c6d;text-align:center}.faq-modal-text{font-size:.9rem;line-height:1.5;color:#333;text-align:center;white-space:pre-line}@media (max-width: 500px){.faq-modal{width:92vw;height:62vh;max-height:62vh}}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;animation:fadeIn .5s ease forwards;z-index:110;padding:2vh}.whitelist-modal{background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.5px solid #d17a2c;border-radius:clamp(10px,1.5vw,18px);padding:0;width:min(460px,92vw);color:#fff;text-align:center;position:relative;animation:slideUp .6s ease forwards;box-shadow:0 .8rem 2rem #00000059;max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#d17a2c transparent}.whitelist-content{padding:clamp(16px,2.4vh,28px) clamp(16px,2.6vw,36px);text-align:center}.whitelist-modal h2{margin-bottom:clamp(4px,.8vh,8px);color:#fff;font-size:clamp(1.05rem,2vw,1.4rem)}.whitelist-modal p{font-size:clamp(.78rem,1.2vw,.9rem);margin-bottom:clamp(8px,1.3vh,14px);color:#e8e8e8;line-height:1.45}.whitelist-modal form{display:flex;flex-direction:column;gap:clamp(6px,1.1vh,10px)}.whitelist-modal input[type=text],.whitelist-modal input[type=email],.whitelist-modal input[type=tel]{padding:clamp(7px,1.3vh,10px) clamp(10px,1.7vw,14px);border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#ffffff26;color:#fff;font-size:clamp(.78rem,1.2vw,.9rem);caret-color:#fff;transition:all .25s ease;width:100%;box-sizing:border-box}.whitelist-modal input::placeholder{color:#fff9}.whitelist-modal input[type=text]:focus,.whitelist-modal input[type=email]:focus,.whitelist-modal input[type=tel]:focus{outline:none;border:1px solid green;background:#ffffff40;box-shadow:0 0 0 2px #ff6b6b66}.section-label{margin-top:clamp(6px,1vh,10px);text-align:left;color:#f5f2eb;font-size:clamp(.78rem,1.2vw,.9rem)}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(6px,1.4vw,14px);row-gap:clamp(4px,.8vh,8px);font-size:clamp(.72rem,1.1vw,.85rem);margin-bottom:clamp(4px,.8vh,8px);align-items:center}.checkbox-group label{display:flex;align-items:center;gap:6px;cursor:pointer}.checkbox-group input[type=checkbox]{accent-color:#3cc76a;transform:scale(1.05);cursor:pointer}.checkbox-consent{text-align:left;font-size:clamp(.7rem,1.1vw,.82rem);line-height:1.45;color:#f5f2eb;margin-top:clamp(6px,1vh,10px)}.checkbox-consent label{display:flex;align-items:flex-start;gap:8px}.checkbox-consent input[type=checkbox]{margin-top:3px;accent-color:green;cursor:pointer}.checkbox-consent span{display:block;white-space:normal;line-height:1.4}.submit-btn{margin-top:clamp(8px,1.3vh,12px);padding:clamp(9px,1.6vh,12px) clamp(16px,2.4vw,22px);font-size:clamp(.85rem,1.5vw,.95rem);font-weight:600;border-radius:8px;border:none;background-color:green;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease}.submit-btn:hover:not(:disabled){background-color:green;transform:translateY(-1px);box-shadow:0 .6rem 1.4rem #0000004d}.submit-btn:disabled{opacity:.55;cursor:not-allowed;background-color:#999;box-shadow:none}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.whitelist-modal::-webkit-scrollbar{width:4px}.whitelist-modal::-webkit-scrollbar-track{background:transparent}.whitelist-modal::-webkit-scrollbar-thumb{background-color:#d17a2c;border-radius:10px;border:1px solid transparent;background-clip:content-box}.whitelist-modal::-webkit-scrollbar-button{width:0;height:0;display:none}.whitelist-modal::-webkit-scrollbar-button:single-button{display:none}.whitelist-modal::-webkit-scrollbar-corner{background:transparent!important}@media (max-height: 900px){.whitelist-content{padding:14px 22px}.whitelist-modal h2{font-size:1.02rem;margin-bottom:6px}.whitelist-modal p{font-size:.78rem;margin-bottom:10px}.section-label{font-size:.78rem;margin-top:6px}.checkbox-group{font-size:.78rem;margin-bottom:6px}.checkbox-consent{font-size:.76rem}.submit-btn{font-size:.82rem;padding:8px 16px;margin-top:8px}}@media (max-height: 750px){.whitelist-content{padding:10px 16px}.whitelist-modal h2{font-size:.95rem;margin-bottom:4px}.whitelist-modal p{font-size:.72rem;margin-bottom:8px}.section-label{font-size:.72rem;margin-top:4px}.checkbox-group{font-size:.72rem;margin-bottom:4px;gap:6px}.checkbox-consent{font-size:.7rem;margin-top:6px}.submit-btn{font-size:.78rem;padding:7px 14px;margin-top:6px}}.wl-success-overlay{position:absolute;inset:0;background:#07051fa6;display:flex;align-items:center;justify-content:center;z-index:10}.wl-success-card{background:#fdf9f2;border-radius:18px;padding:1.8rem 2.2rem;max-width:420px;width:90%;text-align:center;box-shadow:0 14px 40px #00000059;position:relative}.wl-success-icon{width:56px;height:56px;border-radius:50%;margin:0 auto 1rem;background:#e3f7ea;display:flex;align-items:center;justify-content:center;color:#2d6a4f;font-size:1.6rem;box-shadow:0 6px 16px #2d6a4f59}.wl-success-card h3{color:#403533;font-weight:700}.wl-success-card p{margin:0 0 1.6rem;font-size:.9rem;color:#403533;line-height:1.5}.wl-success-btn{border:none;border-radius:999px;padding:.6rem 1.8rem;font-size:.95rem;font-weight:600;cursor:pointer;background:#ff9b42;color:#fff;box-shadow:0 8px 20px #ff9c4266;transition:transform .15s ease,box-shadow .15s ease}.wl-success-btn:hover{transform:translateY(-1px);background:#e27f2c;box-shadow:0 10px 24px #e27f2c8c}.news-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-52%);width:90vw;max-width:75vw;height:75vh;background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.08vw solid rgba(255,255,255,.25);border-radius:1.2vw;box-shadow:0 .4vw 1.2vw #0003;padding:clamp(1.4vh,3vh,3.2vh) clamp(2vw,4vw,4.5vw);box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(1.6vh,2.4vh,3vh);overflow:hidden}.news-overlay.visible{opacity:1;transform:translate(-50%,-50%);transition:opacity .8s ease,transform .8s ease}.news-header{text-align:center}.news-header h2{margin:0;font-size:clamp(1.15rem,1.6vw,1.5rem);font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.news-header p{margin-top:clamp(.2rem,.8vh,.6rem);font-size:clamp(.78rem,.9vw,.92rem);color:#f6f2ea}.news-clothesline{position:relative;width:100%;flex:0 0 auto;margin-top:clamp(.2rem,.6vh,.8rem)}.news-rope{position:relative;width:100%;height:0;border-top:4px solid #e94141;border-radius:999px;margin-bottom:clamp(.5rem,1vh,.9rem);box-shadow:0 4px 10px #00000040}.news-cards{display:flex;justify-content:center;gap:clamp(1rem,2.2vw,2.4rem);padding:0 clamp(.4rem,1vw,.8rem);flex-wrap:wrap}.news-card{position:relative;background:#ffffffe6;border-radius:14px;padding:.8rem 1.1rem;width:clamp(140px,16vw,180px);display:flex;flex-direction:column;align-items:center;gap:.2rem;font-family:inherit;border:none;cursor:pointer;box-shadow:0 .35rem 1.1rem #00000040;transform-origin:top center;transform:translateY(.15rem);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;animation:swing 4s ease-in-out infinite}.news-card.swing-1{animation-duration:4.5s}.news-card.swing-2{animation-duration:3.5s}.news-clip{position:absolute;top:-32px;left:50%;transform:translate(-50%);width:45px;height:45px;background-image:url(/pince.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}.news-clip:before{content:none}.news-card-date{font-size:clamp(.7rem,.8vw,.85rem);font-weight:600;color:#2d6a4f}.news-card-title{font-size:clamp(.66rem,.8vw,.85rem);color:#444;text-align:center}.news-card.active{background:#f0ebe2;transform:translateY(-.2rem) scale(1.03);box-shadow:0 .6rem 1.6rem #43a04773;border:2px solid #2d6a4f}.news-card:hover{transform:translateY(-.15rem) scale(1.02);box-shadow:0 .5rem 1.4rem #00000052;background:#fffffff5}@keyframes swing{0%{transform:rotate(-2deg) translateY(.15rem)}50%{transform:rotate(2.4deg) translateY(0)}to{transform:rotate(-2deg) translateY(.15rem)}}.news-detail{flex:1;margin-top:clamp(.7rem,1.3vh,1.6rem);background:#f5f5f5;border-radius:min(1.6vw,16px);padding:clamp(.8rem,1.7vh,1.2rem) clamp(1rem,2.1vw,1.6rem);box-shadow:0 .35vw 1.4vw #0003;display:block;box-sizing:border-box}.news-detail.with-avatar{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:clamp(1rem,2vw,2.2rem);align-items:flex-start}.news-detail-avatar{width:clamp(70px,7vw,90px);height:clamp(70px,7vw,90px);border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 10px #00000059;grid-row:1 / span 2;align-self:flex-start}.news-detail.with-avatar h3,.news-detail.with-avatar .news-detail-body{grid-column:2}.news-detail h3{margin:0 0 .45rem;font-size:clamp(.82rem,.95vw,1.02rem);line-height:1.2;color:#ff9b42;text-shadow:0 0 .5px rgba(104,103,103,.55);text-align:left}.news-detail-body{font-size:clamp(.74rem,.86vw,.9rem);color:#333;line-height:1.45;text-align:left}.news-detail-body p{margin:0 0 .45rem}.news-detail-body ul{margin:.35rem 0 .55rem;padding-left:1.1rem;font-size:inherit}.news-detail-body li{margin-bottom:.18rem}.news-detail.with-calendar{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);column-gap:clamp(1.4rem,2.2vw,2.6rem);align-items:flex-start}.news-calendar-wrapper{display:flex;align-items:flex-start;justify-content:center}.news-calendar-img{width:100%;max-width:260px;height:auto;border-radius:18px;box-shadow:0 .6rem 1.6rem #00000040;background:#fdf9f2;border:.5px solid #d17a2c}.news-detail-content{display:flex;flex-direction:column}@media (max-width: 768px){.news-detail.with-calendar{display:block}.news-calendar-wrapper{justify-content:center;margin-bottom:.8rem}.news-calendar-img{max-width:220px}.news-detail h3{text-align:center}}@media (max-height: 800px),(max-width: 1366px){.news-overlay{height:70vh;padding:1.4vh 2.6vw;gap:1.4vh}.news-header h2{font-size:clamp(1rem,1.3vw,1.35rem)}.news-header p{font-size:clamp(.7rem,.8vw,.85rem)}.news-cards{gap:clamp(.8rem,1.6vw,2rem)}.news-card{padding:.7rem .9rem;width:clamp(120px,15vw,160px)}.news-card-date{font-size:clamp(.7rem,.8vw,.85rem)}.news-card-title{font-size:clamp(.64rem,.75vw,.8rem)}.news-detail{margin-top:.6rem;padding:.7rem 1.4rem}.news-detail-avatar{width:clamp(58px,5.5vw,72px);height:clamp(58px,5.5vw,72px)}.news-detail h3{font-size:clamp(.75rem,.85vw,.95rem)}.news-detail-body{font-size:clamp(.68rem,.78vw,.82rem);line-height:1.38}}@media (max-width: 768px){.news-overlay{width:94vw;height:78vh;padding:1rem 1.1rem}.news-cards{justify-content:space-between}.news-card{width:45%}.news-detail{margin-top:.8rem;display:block}.news-detail.with-avatar{display:block}.news-detail-avatar{margin-bottom:.6rem}.news-detail h3{text-align:center}}@media (max-width: 520px){.news-cards{flex-direction:row;flex-wrap:wrap}.news-card{width:100%}.news-detail,.news-detail.with-calendar,.news-detail.with-avatar{display:none!important}}.news-detail-animated{opacity:0;transform:translateY(10px);animation:newsDetailFadeIn .65s ease-out forwards}@keyframes newsDetailFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.news-detail-animated.with-calendar .news-calendar-wrapper{opacity:0;transform:translate(-18px);animation:newsCalendarIn .75s ease-out forwards;animation-delay:.15s}.news-detail-animated.with-calendar .news-detail-content{opacity:0;transform:translate(18px);animation:newsTextIn .85s ease-out forwards;animation-delay:.35s}@keyframes newsCalendarIn{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes newsTextIn{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@media (max-width: 520px){.news-overlay{position:relative;top:auto;left:50%;transform:translate(-50%);width:90vw;max-width:480px;height:72vh;max-height:none;margin-top:1vh;margin-bottom:2vh;padding:1rem 1.1rem;border-radius:18px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);overflow:visible}.news-header h2,.news-header p{color:#222;text-shadow:none}.news-cards{flex-direction:column;flex-wrap:nowrap;gap:.4rem;padding:0}.news-card{width:100%}.news-detail,.news-detail.with-calendar,.news-detail.with-avatar{display:none!important}.news-mobile-modal{position:fixed;inset:0;background:#0006;display:flex;align-items:flex-start;justify-content:center;z-index:300;overflow-y:auto;padding:3vh 0}.news-mobile-modal-inner{width:90vw;max-width:420px;background:#fdf4e8;border-radius:18px;padding:1rem 1.2rem 1.2rem;box-shadow:0 .6rem 1.6rem #00000059;box-sizing:border-box;height:auto;max-height:none}.news-mobile-close{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;border:none;background:#ffffffe6;color:#444;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .15rem .5rem #00000040;padding:0}.news-mobile-close:hover{background:#ffb36a;color:#000}.news-mobile-calendar,.news-mobile-avatar{text-align:center;margin-bottom:.8rem}.news-mobile-calendar img{max-width:220px;width:80%;height:auto;border-radius:14px;box-shadow:0 .5rem 1.4rem #00000047}.news-mobile-avatar img{width:90px;height:90px;border-radius:50%;object-fit:cover;box-shadow:0 .4rem 1.1rem #0000004d}.news-mobile-title{font-size:.95rem;font-weight:600;color:#ff9b42;text-align:center;margin:0 0 .6rem}.news-mobile-body{font-size:.78rem;color:#333;line-height:1.45;text-align:left;overflow:visible}.news-mobile-body p{margin:0 0 .45rem}.news-mobile-body ul{padding-left:1.1rem;margin:.3rem 0 .6rem}}.modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .4s ease forwards;padding:1.5vh 1.5vw}.legal-modal{background:#ffffff26;backdrop-filter:blur(2vw);-webkit-backdrop-filter:blur(2vw);border:.5px solid #d17a2c;border-radius:1rem;z-index:9999;width:clamp(300px,70vw,750px);max-height:80vh;padding:clamp(10px,2vh,22px) clamp(10px,2vw,22px);overflow-y:auto;color:#fff;position:relative;animation:slideUp .5s ease forwards;-ms-overflow-style:none;scrollbar-width:none}.legal-modal::-webkit-scrollbar{display:none}.legal-modal h2{margin-bottom:.8rem;text-align:center;color:#fff;font-size:clamp(.9rem,1.6vw,1.3rem)}.legal-content{font-size:clamp(.58rem,.9vw,.8rem);line-height:1.38;color:#eaeaea;text-align:justify;padding-right:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(25px);opacity:0}to{transform:translateY(0);opacity:1}}.footer{position:fixed;bottom:0;left:0;width:100%;height:10vh;background-color:#555;color:#f5f5f5;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 40px;z-index:10}.footer-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;padding:10px 20px;box-sizing:border-box;gap:20px}.footer-contact{display:flex;align-items:center;gap:12px;justify-content:flex-start;flex:1}.footer-social{display:flex;justify-content:center;align-items:center;gap:30px;flex:1}.footer-legal{display:flex;align-items:center;gap:15px;justify-content:flex-end;flex:1}.footer-contact a{color:#ddd;text-decoration:none;font-size:.85rem;transition:color .3s ease;white-space:nowrap}.footer-contact a:hover{color:#3aa76d}.footer-social a{color:#fff;transition:transform .3s,color .3s}.footer-social a:hover{color:#3aa76d;transform:scale(1.1)}.footer-social a svg{width:30px;height:30px;fill:currentColor}.footer-legal p{margin:0;cursor:pointer;font-size:.85rem;transition:color .3s ease;white-space:nowrap}.footer-legal p:hover{color:#3aa76d}.footer-bottom{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-size:.75rem;color:#ccc}@media (max-width: 1500px){.footer{padding:0 20px}.footer-content{padding:8px 10px;gap:15px}.footer-contact{gap:8px}.footer-contact a{font-size:.75rem}.footer-social{gap:20px}.footer-social a svg{width:24px;height:24px}.footer-legal{gap:10px}.footer-legal p{font-size:.75rem}.footer-bottom{font-size:.65rem}}@media (max-width: 500px){.footer{position:relative;bottom:auto;left:auto;height:auto;width:100%;padding:12px 16px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.footer-content{flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0;margin:0;width:100%}.footer-contact{justify-content:center;width:100%}.footer-contact a{font-size:.8rem;text-align:center;white-space:nowrap}.footer-social{justify-content:center;gap:20px}.footer-social a svg{width:24px;height:24px}.footer-legal{justify-content:center;flex-wrap:wrap;gap:8px;width:100%}.footer-legal p{font-size:.75rem;margin:0;white-space:nowrap}.footer-bottom{position:static;bottom:auto;left:auto;transform:none;margin-top:4px;font-size:.7rem;text-align:center;width:100%}}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:Arial,sans-serif;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;caret-color:transparent}.app{display:flex;flex-direction:column;width:100%;height:100vh}.header{height:10vh;width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;z-index:10}.hero{height:80vh;width:100vw;margin:0;padding:0;display:flex;justify-content:center;align-items:center;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image 1s ease-in-out}.hero-content{position:relative;z-index:2;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.6)}.hero-content h1{max-width:90%;margin:0 auto;word-wrap:break-word;overflow-wrap:break-word}.cta-btn{margin-top:20px;padding:12px 24px;border-radius:8px;border:none;background:#ff6b6b;color:#fff;font-size:18px;animation:pulse 4s ease-in-out infinite;cursor:pointer}.cta-btn:hover{transform:scale(1.05)}.footer{height:10vh;width:100%;display:flex;justify-content:center;align-items:center;background:#0009;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.7);font-size:14px}@keyframes pulse{0%,to{box-shadow:0 0 #ff6b6b99}50%{box-shadow:0 0 20px 5px #ff6b6b33}}@media (max-width: 500px){html,body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.app{height:auto;min-height:100vh}.header{height:auto;min-height:8vh;padding:0 12px}.hero{height:auto;min-height:70vh;width:100vw;padding:16px 16px 24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.hero-content{width:100%;max-width:420px}.hero-content h1{font-size:1.05rem}.cta-btn{margin-top:2vh;padding:1.4vh 4vh;font-size:.95rem}.footer{height:auto;min-height:10vh;padding:8px 12px;font-size:12px;box-sizing:border-box}}
