:root{--font-body:Montserrat, Arial, sans-serif;--font-display:"Playfair Display", Georgia, serif;--white:#fff;--dark:#24131b;--pink:#e85195;--pink-deep:#d93b84;--coral:#fb335a;--orange:#ff7d57;--mint:#b9ffd9;--shadow:#6c163857}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--white);font-family:var(--font-body);background:var(--coral);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}@keyframes pageReveal{0%{opacity:0;filter:blur(12px);transform:translateY(34px)scale(.975)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@keyframes softFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-10px)}}@keyframes lineReveal{0%{opacity:0;filter:blur(14px);transform:translateY(42px)scale(.98)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@keyframes badgeSheen{0%{transform:translate(-130%)skew(-14deg)}to{transform:translate(150%)skew(-14deg)}}@keyframes ctaPulse{0%,to{transform:translateY(0)scale(1);box-shadow:0 20px 48px #2563eb6b,0 6px #153f9b}50%{transform:translateY(-2px)scale(1.012);box-shadow:0 30px 78px #2563ebad,0 6px #153f9b}}@keyframes orbDrift{0%,to{opacity:.72;transform:translate(0,0)scale(1)}50%{opacity:.96;transform:translate(28px,-24px)scale(1.08)}}@keyframes ambientSpark{0%,to{opacity:.34;transform:translate(0,0)scale(1)}35%{opacity:.86;transform:translate(52px,-58px)scale(1.28)}70%{opacity:.58;transform:translate(-44px,38px)scale(.9)}}@keyframes ctaSheen{0%{transform:translate(-120%)skew(-14deg)}to{transform:translate(160%)skew(-14deg)}}@keyframes modalEnter{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes mobileReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translate(0,0)}}.landing-page{min-height:100vh;overflow-x:hidden}.landing-hero{isolation:isolate;background:var(--pink);grid-template-columns:minmax(360px,50vw) minmax(360px,1fr);min-height:100vh;display:grid;position:relative;overflow:hidden}.landing-hero__background{z-index:-2;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.landing-hero__mobile-background{display:none}.landing-page--coral .landing-hero:after,.thanks-page--coral:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#fb335af5 0%,#ff7056c7 34%,#fb335a3d 63%,#21121914 100%),linear-gradient(#0000 58%,#fb335a47);position:absolute;inset:0}.landing-page--pink .landing-hero:before{content:"";z-index:-1;background:var(--pink);border-top-left-radius:50% 100%;border-bottom-left-radius:50% 100%;position:absolute;inset:0 0 0 43%}.landing-page--magenta .landing-hero{background:#301630}.landing-page--blackPink .landing-hero{background:radial-gradient(circle at 14% 18%,#e8519538,#0000 24%),radial-gradient(circle at 92% 84%,#2563eb33,#0000 26%),#000;grid-template-columns:minmax(330px,45vw) minmax(420px,1fr);animation:1.25s cubic-bezier(.16,1,.3,1) both pageReveal}.landing-page--magenta .landing-hero:before{content:"";z-index:-1;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);background:#d71970;position:absolute;inset:0 0 0 62%}.landing-page--blackPink .landing-hero:before{content:"";z-index:0;background:#e85195;border-radius:0 0 999px;width:clamp(140px,16vw,230px);height:clamp(150px,18vw,230px);animation:7s ease-in-out infinite orbDrift;position:absolute;top:0;left:0}.landing-page--blackPink .landing-hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 76%,#000000db 94%,#000 100%),linear-gradient(90deg,#0000002e 0%,#0000 42%,#00000080 100%);position:absolute;inset:0}.landing-hero__visual{min-height:100%;position:relative;overflow:hidden}.landing-page--pink .landing-hero__visual{background:linear-gradient(90deg,#00000080,#0000 48%),radial-gradient(circle at 78% 42%,#fff3,#0000 16%),linear-gradient(112deg,#271b15 0%,#56331f 38%,#c77838 68%,#10100f 100%)}.landing-page--coral .landing-hero__visual{z-index:1;pointer-events:none;background:0 0;min-height:0;position:absolute;inset:0;overflow:visible}.landing-page--magenta .landing-hero__visual{order:2;overflow:visible}.landing-page--blackPink .landing-hero__visual{z-index:2;order:1;overflow:visible}.landing-page--blackPink .landing-hero__visual:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#000000c2 66%,#000 100%);height:24%;position:absolute;inset:auto 0 0}.landing-hero__visual>img{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 26px 46px #33101b47);width:100%;height:min(92vh,760px);position:absolute;inset:auto 0 0}.landing-page--magenta .landing-hero__visual>img{object-position:bottom right;filter:drop-shadow(0 30px 54px #1006146b);width:min(42vw,520px);height:min(91vh,790px);left:auto;right:clamp(22px,5vw,76px)}.landing-page--blackPink .landing-hero__visual>img{z-index:1;object-position:bottom left;filter:drop-shadow(0 30px 58px #e8519533);width:min(38vw,500px);height:min(82vh,700px);animation:7.5s ease-in-out infinite softFloat;bottom:0;left:clamp(42px,7vw,110px);right:auto}.landing-hero__content{z-index:2;align-self:center;padding:clamp(34px,5vw,72px);position:relative}.landing-page--coral .landing-hero__content{flex-direction:column;justify-content:center;width:min(54vw,700px);min-height:100vh;display:flex}.landing-page--magenta .landing-hero__content{flex-direction:column;order:1;justify-content:center;width:min(58vw,780px);min-height:100vh;display:flex}.landing-page--blackPink .landing-hero__content{flex-direction:column;order:2;justify-content:center;width:min(52vw,720px);min-height:100vh;margin-left:auto;padding:clamp(88px,8vw,128px) clamp(44px,6vw,92px) clamp(44px,5vw,76px);display:flex}.landing-page--blackPink .landing-hero__content:before,.landing-page--blackPink .landing-hero__content:after{content:"";z-index:0;pointer-events:none;will-change:transform, opacity;border-radius:999px;position:absolute}.landing-page--blackPink .landing-hero__content:before{background:#ffffffd1;width:12px;height:12px;animation:4.8s ease-in-out infinite ambientSpark;top:22%;right:12%;box-shadow:104px 48px 0 5px #e8519570,-54px 150px 0 4px #2563eb80,188px 230px 0 5px #e8519557}.landing-page--blackPink .landing-hero__content:after{background:radial-gradient(circle,#2563eb47,#0000 62%);width:220px;height:220px;animation:5.8s ease-in-out infinite reverse orbDrift;bottom:14%;right:4%}.brand{color:var(--white);text-align:center;text-shadow:0 8px 24px #00000038;justify-items:center;gap:2px;display:grid}.brand--visual{z-index:3;position:absolute;bottom:clamp(26px,5vw,56px);right:clamp(28px,5vw,78px)}.landing-page--pink .brand--visual{inset:34px auto auto 40px}.landing-page--magenta .brand--visual{top:34px;bottom:auto;right:42px}.landing-page--blackPink .brand--visual{animation:.95s cubic-bezier(.16,1,.3,1) 90ms both pageReveal;inset:34px auto auto 42px}.brand__mark{border:8px solid;border-top-color:#0000;border-radius:50%;width:54px;height:36px;transform:rotate(32deg)}.brand__name{font-size:clamp(28px,3vw,42px);font-weight:900;line-height:.9}.brand__tagline{font-size:10px;font-weight:800}.brand__logo{object-fit:contain;width:min(100%,170px);height:auto;display:block}.landing-page--blackPink .brand__logo,.thanks-page--blackPink .brand__logo{width:clamp(112px,10vw,160px)}.quote-mark{color:var(--mint);font-family:var(--font-display);margin:0 0 -12px;font-size:clamp(48px,7vw,86px);font-weight:900;line-height:.8}.landing-page--pink .quote-mark{display:none}.landing-page--magenta .quote-mark{color:#ff91b8}.landing-page--blackPink .quote-mark{display:none}.campaign-badge,.progress-pill{background:var(--mint);color:#f10f78;letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:48px;padding:0 22px;font-size:clamp(15px,1.7vw,22px);font-weight:900;display:inline-flex}.landing-page--pink .campaign-badge{background:var(--white);color:var(--pink-deep)}.landing-page--magenta .campaign-badge{color:var(--white);background:#e92b84;border:2px solid #ffffff6b;box-shadow:8px 8px #72e4c3}.landing-page--blackPink .campaign-badge{z-index:1;color:#fff;box-shadow:none;background:#e85195;border:2px solid #ffffff4d;min-height:42px;font-size:clamp(14px,1.35vw,20px);animation:1s cubic-bezier(.16,1,.3,1) .14s both pageReveal;position:relative;overflow:hidden}.landing-page--blackPink .campaign-badge:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff61,#0000);width:42%;animation:4.2s ease-in-out 1.1s infinite badgeSheen;position:absolute;inset:-2px 0;transform:translate(-120%)}h1{max-width:720px;color:var(--white);font-family:var(--font-display);margin:22px 0 0;font-size:clamp(48px,7vw,90px);font-weight:900;line-height:.9}h1 span,h1 em{color:var(--mint);font-style:normal;display:block}.landing-page--pink h1 span{font-size:1.14em}.landing-page--magenta h1 span{color:#ff91b8}.landing-page--blackPink h1 span{color:#e85195;animation:1.1s cubic-bezier(.16,1,.3,1) .3s both lineReveal}.landing-page--blackPink h1 em{color:#fff;animation:1.1s cubic-bezier(.16,1,.3,1) .39s both lineReveal}.landing-page--blackPink h1{z-index:1;max-width:680px;font-family:var(--font-body);font-size:clamp(48px,5.25vw,78px);font-weight:900;line-height:.88;animation:1.1s cubic-bezier(.16,1,.3,1) .22s both lineReveal;position:relative}.landing-page--blackPink .landing-intro{z-index:1;color:#eee;max-width:610px;margin-top:18px;font-size:clamp(16px,1.45vw,21px);animation:1.05s cubic-bezier(.16,1,.3,1) .43s both pageReveal;position:relative}.landing-page--magenta .landing-intro{border-left:5px solid #72e4c3;max-width:610px;padding-left:20px}.landing-page--magenta .event-meta{color:#72e4c3}.landing-page--blackPink .event-meta{z-index:1;color:#2563eb;order:7;animation:1.05s cubic-bezier(.16,1,.3,1) .64s both pageReveal;position:relative}.landing-page--blackPink .teacher{z-index:1;order:6;margin-top:22px;animation:1.05s cubic-bezier(.16,1,.3,1) .56s both pageReveal;position:relative}.landing-page--blackPink .teacher strong{color:#e85195}.landing-page--blackPink .primary-link,.landing-page--blackPink .floating-cta{color:#fff;background:#2563eb;box-shadow:0 20px 48px #2563eb6b,0 6px #153f9b}.landing-page--blackPink .primary-link{z-index:1;order:5;min-height:58px;margin-top:22px;font-size:clamp(15px,1.45vw,20px);animation:1.1s cubic-bezier(.16,1,.3,1) .5s both pageReveal,3.4s ease-in-out 1.45s infinite ctaPulse;position:relative;overflow:hidden}.landing-page--blackPink .primary-link:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff7a,#0000);width:34%;animation:3.8s ease-in-out 1.4s infinite ctaSheen;position:absolute;inset:-18% auto -18% -40%;transform:translate(-120%)skew(-14deg)}.landing-page--blackPink .primary-link:hover{background:#3f7cff;box-shadow:0 26px 58px #2563eb80,0 7px #153f9b}.landing-intro{max-width:620px;margin:22px 0 0;font-size:clamp(17px,1.9vw,24px);font-weight:700;line-height:1.46}.teacher{max-width:560px;margin:28px 0 0;font-size:clamp(18px,2.1vw,27px);line-height:1.28}.teacher strong{margin-top:6px;font-weight:900;display:block}.event-meta{flex-wrap:wrap;gap:8px;margin-top:20px;font-size:clamp(20px,2.2vw,28px);font-weight:900;display:flex}.primary-link{background:var(--mint);color:#1d1020;min-height:62px;font-family:var(--font-body);text-align:center;text-transform:uppercase;border:0;border-radius:999px;justify-content:center;align-items:center;gap:14px;margin-top:32px;padding:0 30px;font-size:clamp(16px,1.8vw,22px);font-weight:900;line-height:1.1;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:0 18px 44px #b9ffd947,0 6px #48a37394}.primary-link:after{content:"->";font-size:1.35em;line-height:1}.primary-link:hover{background:#d5ffe8;transform:translateY(-2px);box-shadow:0 24px 54px #b9ffd957,0 7px #48a37394}.primary-link:active{transform:translateY(2px);box-shadow:0 10px 28px #b9ffd93d,0 2px #48a37394}.floating-cta{z-index:20;background:var(--mint);color:#201022;text-transform:uppercase;box-shadow:0 18px 38px var(--shadow), 0 4px 0 #48a37394;border:0;border-radius:999px;padding:16px 22px;font-size:14px;font-weight:900;display:none;position:fixed;bottom:18px;right:18px}.modal{z-index:100;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#230c18c7;border:0;animation:.18s ease-out both pageReveal;position:absolute;inset:0}.modal__panel{background:var(--white);width:min(100%,520px);max-height:92vh;color:var(--dark);border-radius:8px;padding:32px;animation:.24s cubic-bezier(.2,.78,.2,1) both modalEnter;position:relative;overflow-y:auto;box-shadow:0 30px 90px #210c1873}.modal__close{color:#9e6578;background:0 0;border:0;font-size:24px;font-weight:900;position:absolute;top:14px;right:18px}.modal__intro{text-align:center}.modal__intro span{color:#f10f78;letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}.modal__intro h2{color:var(--dark);margin:8px 0 0;font-size:32px;line-height:1}.modal__intro p{color:#6e4655;max-width:360px;margin:12px auto 22px;line-height:1.5}.activecampaign-form{min-height:420px}.pending-integration{color:#6e4655;text-align:center;max-width:330px;margin:80px auto 0;font-weight:800;line-height:1.5}.thanks-page{isolation:isolate;background:linear-gradient(90deg, #fb335af5, #ff7056b8), var(--coral);min-height:100vh;padding:clamp(28px,5vw,72px);position:relative;overflow:hidden}.thanks-page--pink{background:linear-gradient(90deg, #e85195f5, #d93b84db), var(--pink)}.thanks-page--magenta{background:#301630}.thanks-page--magenta:before{content:"";z-index:-1;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);background:#d71970;position:absolute;inset:0 0 0 62%}.thanks-page--blackPink{background:radial-gradient(circle at 88% 22%,#e8519533,#0000 24%),radial-gradient(circle at 14% 86%,#2563eb2e,#0000 24%),#000;animation:1.25s cubic-bezier(.16,1,.3,1) both pageReveal}.thanks-page--blackPink:before{content:"";z-index:-1;background:#e85195;border-radius:0 0 999px;width:clamp(140px,16vw,230px);height:clamp(150px,18vw,230px);animation:7s ease-in-out infinite orbDrift;position:absolute;top:0;left:0}.thanks-page--blackPink .progress-pill{z-index:1;color:#fff;box-shadow:none;background:#e85195;animation:1s cubic-bezier(.16,1,.3,1) .14s both pageReveal;position:relative;overflow:hidden}.thanks-page--blackPink .progress-pill:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff5c,#0000);width:42%;animation:4.2s ease-in-out 1.1s infinite badgeSheen;position:absolute;inset:-2px 0;transform:translate(-120%)}.thanks-page--blackPink h1 span,.thanks-page--blackPink .thanks-date span{color:#e85195}.thanks-page--blackPink h1{z-index:1;font-size:clamp(50px,5.4vw,76px);line-height:.9;animation:1.1s cubic-bezier(.16,1,.3,1) .22s both lineReveal;position:relative}.thanks-page--blackPink .thanks-lead{z-index:1;margin-top:18px;animation:1.05s cubic-bezier(.16,1,.3,1) .39s both pageReveal;position:relative}.thanks-page--blackPink .thanks-date{z-index:1;margin-top:18px;animation:1.05s cubic-bezier(.16,1,.3,1) .5s both pageReveal;position:relative}.thanks-page--blackPink .whatsapp-cta{color:#062c15;background:linear-gradient(#44e17e 0%,#25d366 100%)}.thanks-page--blackPink .thanks-page__visual{z-index:-1;pointer-events:none;display:block;position:absolute;inset:0;overflow:hidden}.thanks-page--blackPink .thanks-page__visual:after{content:"";background:linear-gradient(90deg,#000 0%,#000000b8 46%,#0003 100%),linear-gradient(#0000 74%,#000 100%);position:absolute;inset:0}.thanks-page--blackPink .thanks-page__visual img{object-fit:contain;object-position:bottom right;opacity:.58;filter:drop-shadow(0 30px 58px #e851952e);width:min(38vw,480px);height:min(88vh,760px);animation:8s ease-in-out infinite softFloat;position:absolute;bottom:0;right:clamp(20px,6vw,90px)}.thanks-page--blackPink .thanks-page__content{z-index:2;width:min(52vw,680px);position:relative}.thanks-page--blackPink .thanks-page__content:before,.thanks-page--blackPink .thanks-page__content:after{content:"";z-index:0;pointer-events:none;will-change:transform, opacity;border-radius:999px;position:absolute}.thanks-page--blackPink .thanks-page__content:before{background:#ffffffc7;width:12px;height:12px;animation:5s ease-in-out infinite ambientSpark;top:18%;right:-10%;box-shadow:90px 64px 0 5px #e851956b,-46px 190px 0 4px #2563eb80,160px 260px 0 5px #e851954d}.thanks-page--blackPink .thanks-page__content:after{background:radial-gradient(circle,#e8519538,#0000 62%);width:260px;height:260px;animation:6s ease-in-out infinite reverse orbDrift;bottom:12%;right:-14%}.thanks-page--blackPink .whatsapp-card{z-index:1;border-color:#2563eb52;margin-top:18px;padding:18px;animation:1.1s cubic-bezier(.16,1,.3,1) .52s both pageReveal;position:relative;overflow:hidden;box-shadow:0 24px 64px #2563eb2e,0 0 0 6px #e8519514}.thanks-page--blackPink .whatsapp-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff6b,#0000);width:38%;animation:4.4s ease-in-out 1.5s infinite ctaSheen;position:absolute;inset:0 auto 0 -45%;transform:translate(-120%)skew(-14deg)}.thanks-page__background{z-index:-2;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.thanks-page__visual{display:none}.thanks-page--magenta .thanks-page__visual{z-index:-1;pointer-events:none;display:block;position:absolute;inset:0;overflow:hidden}.thanks-page--magenta .thanks-page__visual img{object-fit:contain;object-position:bottom right;filter:drop-shadow(0 30px 54px #1006146b);width:min(40vw,500px);height:min(91vh,790px);position:absolute;bottom:0;right:clamp(30px,6vw,100px)}.thanks-page__content{flex-direction:column;justify-content:center;width:min(100%,640px);min-height:calc(100vh - 144px);display:flex}.thanks-page--magenta .thanks-page__content{z-index:2;width:min(55vw,680px);position:relative}.thanks-page--magenta .progress-pill{width:fit-content;min-width:min(100%,390px);color:var(--white);background:#e92b84;border:2px solid #ffffff6b;box-shadow:8px 8px #72e4c3}.thanks-page--magenta h1{margin-top:24px;font-size:clamp(54px,6.2vw,88px)}.thanks-page--magenta h1 span{color:#ff91b8}.thanks-page--magenta .thanks-lead{margin-top:20px}.thanks-page--magenta .thanks-date{color:var(--white);border-left:5px solid #72e4c3;padding-left:16px}.thanks-page--magenta .thanks-date span{color:#72e4c3}.thanks-page--magenta .whatsapp-card{margin-top:22px}.thanks-page--magenta .thanks-text{max-width:520px;margin-top:18px;font-size:16px}.brand--thanks{text-align:left;justify-items:start;width:180px;margin-bottom:30px}.thanks-lead,.thanks-text{max-width:600px;font-size:clamp(18px,2.2vw,23px);line-height:1.5}.thanks-lead{margin:26px 0 0;font-weight:800}.thanks-text{margin:12px 0 0}.thanks-date{gap:6px;margin-top:24px;font-size:18px;font-weight:800;display:grid}.thanks-date span{color:var(--mint);text-transform:uppercase}.whatsapp-card{width:min(100%,520px);color:var(--dark);box-shadow:0 24px 64px var(--shadow), 0 0 0 6px #25d36614;background:#fffffff0;border:2px solid #25d36652;border-radius:8px;margin-top:28px;padding:22px}.progress-box__label{color:#13783c;letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;gap:20px;font-size:12px;font-weight:900;display:flex}.progress-box__track{background:#e7f8ee;border-radius:999px;height:9px;margin-top:12px;overflow:hidden}.progress-box__track span{border-radius:inherit;background:#25d366;width:80%;height:100%;display:block}.progress-box p,.whatsapp-note{color:#6b4251;font-size:14px;font-weight:700}.whatsapp-cta{color:#062c15;text-align:center;text-transform:uppercase;background:linear-gradient(#6cff9d 0%,#25d366 100%);border:2px solid #062c151f;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:64px;margin-top:18px;padding:18px 20px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 22px 52px #25d36657,0 5px #128a42}.whatsapp-cta:after{display:none}.whatsapp-cta:hover{transform:translateY(-2px);box-shadow:0 28px 62px #25d3666b,0 6px #128a42}.whatsapp-cta:active{transform:translateY(2px);box-shadow:0 14px 34px #25d36647,0 2px #128a42}.whatsapp-cta--disabled{cursor:not-allowed;color:#6f6268;box-shadow:none;background:#d6d2d4;border-color:#0000}.whatsapp-cta--disabled:hover,.whatsapp-cta--disabled:active{box-shadow:none;transform:none}@media (max-width:900px){.landing-page--migajas .landing-hero{background:radial-gradient(circle at 82% 13%,#ffffff26,#0000 24%),radial-gradient(circle at 18% 74%,#ba195247,#0000 28%),linear-gradient(#ef5aa0 0%,#df3f85 100%);flex-direction:column;grid-template-columns:1fr;height:auto;min-height:100dvh;display:flex;overflow:visible}.landing-page--migajas .landing-hero__visual{order:0;height:270px;min-height:270px;position:relative;overflow:hidden}.landing-page--migajas .landing-hero__visual:before{width:290px;height:290px;inset:auto auto -12% 50%;transform:translate(-50%)}.landing-page--migajas .landing-hero__visual>img{object-position:bottom center;width:min(76vw,300px);height:300px;bottom:-4px;left:50%;right:auto;transform:translate(-50%)}.landing-page--migajas .landing-hero__content{order:1;width:100%;height:auto;min-height:0;margin:0;padding:26px 20px 108px;display:block;position:relative}.landing-page--migajas .brand--visual{z-index:4;inset:18px auto auto 18px}.landing-page--migajas .brand__logo{width:92px}.landing-page--migajas .campaign-badge{justify-content:center;width:100%;min-height:40px;padding:0 14px;font-size:12px}.landing-page--migajas h1{letter-spacing:-.055em;max-width:100%;margin-top:18px;font-size:clamp(38px,10.5vw,44px);line-height:.91}.landing-page--migajas .landing-intro{max-width:100%;margin-top:18px;font-size:15px;line-height:1.42}.landing-page--migajas .teacher{margin-top:18px;font-size:16px;line-height:1.28}.landing-page--migajas .event-meta{margin-top:16px;font-size:17px;line-height:1.28}.landing-page--migajas .primary-link{width:100%;min-height:54px;margin-top:22px;padding:0 16px;font-size:14px}}@media (max-width:400px){.landing-page--migajas .landing-hero__visual{height:245px;min-height:245px}.landing-page--migajas .landing-hero__visual>img{width:min(74vw,280px);height:275px}.landing-page--migajas .landing-hero__content{padding:22px 18px 104px}.landing-page--migajas h1{font-size:38px}.landing-page--migajas .landing-intro{font-size:14px}.landing-page--migajas .teacher{font-size:15px}.landing-page--migajas .event-meta{font-size:16px}}.landing-page--coral .landing-hero{background:linear-gradient(#fb335a 0%,#ff6958 100%);min-height:100vh;overflow:hidden}.landing-page--magenta .landing-hero{background:#301630;min-height:100vh}.landing-page--blackPink{background:#000;min-height:100svh}.landing-page--blackPink .landing-hero{background:radial-gradient(circle at 86% 72%,#2563eb3d,#0000 26%),#000;min-height:100svh;animation:.7s ease-out both mobileReveal}.landing-page--blackPink .landing-hero:before{z-index:0;width:156px;height:156px;animation:none}.landing-page--blackPink .landing-hero:after{z-index:1;background:linear-gradient(90deg,#000 0%,#000000e6 42%,#00000070 100%),linear-gradient(#0000 58%,#000000b3 88%,#000 100%)}.landing-page--magenta .landing-hero:before{z-index:0;clip-path:none;background:#301630;inset:0}.landing-page--magenta .landing-hero:after{content:"";z-index:1;pointer-events:none;background:#3016309e;position:absolute;inset:0}.thanks-page--magenta{background:#301630;min-height:100vh}.thanks-page--magenta:before{z-index:-2;clip-path:none;background:#301630;inset:0}.thanks-page--magenta:after{content:"";z-index:0;pointer-events:none;background:#301630ad;position:absolute;inset:0}.thanks-page--magenta .thanks-page__visual{z-index:-1}.thanks-page--magenta .thanks-page__content{z-index:2;width:min(100%,650px);min-height:calc(100vh - 56px)}.landing-hero__visual{min-height:330px}.landing-hero__visual>img,.landing-page--coral .landing-hero__visual>img{width:100%;height:350px;right:0}.landing-page--coral .landing-hero__visual{z-index:0;opacity:1;background:0 0;min-height:100%;position:absolute;inset:0;overflow:hidden}.landing-page--magenta .landing-hero__visual{z-index:0;min-height:100%;position:absolute;inset:0;overflow:hidden}.landing-page--blackPink .landing-hero__visual{z-index:2;pointer-events:none;min-height:100%;position:absolute;inset:0;overflow:hidden}.landing-page--magenta .landing-hero__visual>img{opacity:.72;object-position:bottom right;width:min(86vw,470px);height:min(84vh,700px);display:block;bottom:0;left:auto;right:-60px}.landing-page--blackPink .landing-hero__visual>img{opacity:.44;object-position:bottom right;filter:drop-shadow(0 18px 36px #e851951f);width:min(88vw,500px);height:min(82vh,700px);animation:none;bottom:0;left:auto;right:-82px}.landing-page--coral .landing-hero__background{display:none}.landing-page--coral .landing-hero__mobile-background{z-index:0;object-fit:cover;object-position:right center;width:100%;height:100%;display:block;position:absolute;inset:0}.landing-page--coral .landing-hero__visual>img{display:none}.landing-page--coral .landing-hero:after{z-index:1;background:linear-gradient(90deg,#fb335af5 0%,#fb335ad1 46%,#fb335a38 100%),linear-gradient(#0000 24%,#ff745847 58%,#ff7458eb 100%);display:block}.landing-hero__content,.landing-page--coral .landing-hero__content{z-index:2;background:0 0;width:100%;min-height:100vh;padding:34px 20px 96px;display:block;position:relative}.landing-page--magenta .landing-hero__content{z-index:2;background:0 0;width:100%;min-height:100vh;padding:42px 20px 110px;display:block;position:relative}.landing-page--blackPink .landing-hero__content{z-index:3;background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:132px 20px 120px;display:flex;position:relative}.landing-page--blackPink .landing-hero__content:before,.landing-page--blackPink .landing-hero__content:after{display:none}.landing-page--pink .landing-hero__content{background:var(--pink)}.brand--visual{transform-origin:100% 0;inset:22px 22px auto auto;transform:scale(.78)}.landing-page--magenta .brand--visual{z-index:3;top:20px;right:20px}.landing-page--blackPink .brand--visual{z-index:4;inset:22px auto auto 22px;transform:none}.landing-page--blackPink .brand__logo{width:116px}.floating-cta{display:none}h1{font-size:clamp(44px,14vw,72px)}.landing-page--coral .quote-mark{margin-bottom:2px;font-size:46px}.landing-page--coral .campaign-badge{min-height:42px;font-size:14px}.landing-page--coral h1{max-width:520px;margin-top:18px;font-size:clamp(46px,12vw,68px)}.landing-page--coral .landing-intro{text-shadow:0 2px 16px #4b0c1e47;max-width:520px;margin-top:18px;font-size:18px}.landing-page--coral .teacher{margin-top:22px}.landing-page--magenta h1{max-width:590px;font-size:clamp(52px,13vw,76px)}.landing-page--blackPink h1{max-width:620px;font-size:clamp(48px,12vw,72px);animation:.62s ease-out .12s both mobileReveal}.landing-page--blackPink h1 span,.landing-page--blackPink h1 em,.landing-page--blackPink .campaign-badge,.landing-page--blackPink .landing-intro,.landing-page--blackPink .primary-link,.landing-page--blackPink .teacher,.landing-page--blackPink .event-meta{animation-name:mobileReveal;animation-duration:.62s;animation-timing-function:ease-out}.landing-page--blackPink .campaign-badge:after,.landing-page--blackPink .primary-link:before{display:none}.landing-page--blackPink .primary-link,.landing-page--blackPink .floating-cta{box-shadow:0 14px 32px #2563eb52,0 5px #153f9b}.landing-page--magenta .landing-intro{max-width:520px;font-size:18px}.landing-page--blackPink .landing-intro{text-shadow:0 2px 18px #00000080;max-width:520px;font-size:18px}.thanks-page--blackPink{min-height:100vh;animation:.7s ease-out both mobileReveal}.thanks-page--blackPink:before{width:156px;height:156px;animation:none}.thanks-page--blackPink .thanks-page__visual img{opacity:.38;filter:drop-shadow(0 18px 36px #e851951f);width:min(92vw,500px);height:min(82vh,700px);animation:none;right:-76px}.thanks-page--blackPink .thanks-page__content{width:min(100%,650px);min-height:calc(100vh - 56px)}.thanks-page--blackPink .thanks-page__content:before,.thanks-page--blackPink .thanks-page__content:after,.thanks-page--blackPink .progress-pill:after,.thanks-page--blackPink .whatsapp-card:before{display:none}.thanks-page--blackPink .progress-pill,.thanks-page--blackPink h1,.thanks-page--blackPink .thanks-lead,.thanks-page--blackPink .thanks-date,.thanks-page--blackPink .whatsapp-card{animation-name:mobileReveal;animation-duration:.62s;animation-timing-function:ease-out}.landing-page--coral .landing-hero__mobile-background{object-position:right center}.landing-page--magenta .landing-hero__visual>img{opacity:.58;width:min(112vw,430px);height:min(74vh,590px);right:-92px}.landing-page--blackPink .landing-hero__visual>img{opacity:.28;width:min(124vw,470px);height:min(78vh,630px);right:-138px}.landing-page--magenta h1{font-size:clamp(46px,15vw,62px)}.landing-page--blackPink h1{margin-top:14px;font-size:clamp(38px,14vw,52px);line-height:.9}.landing-page--blackPink .landing-hero__content{justify-content:center;min-height:100svh;padding:84px 18px 36px}.landing-page--blackPink .campaign-badge{width:auto;max-width:100%;min-height:42px;padding:0 18px;font-size:13px}.thanks-page--magenta{padding:24px 18px 42px}.thanks-page--magenta .thanks-page__visual img{opacity:.48;width:min(116vw,430px);height:min(78vh,610px);right:-110px}.thanks-page--magenta .brand--thanks{margin-bottom:24px}.thanks-page--magenta h1{font-size:clamp(46px,15vw,62px)}.thanks-page--magenta .progress-pill{min-width:100%}.thanks-page--magenta .thanks-text{font-size:15px}.thanks-page--blackPink{padding:24px 18px 42px}.thanks-page--blackPink .thanks-page__visual img{opacity:.3;width:min(124vw,470px);height:min(78vh,630px);right:-132px}.thanks-page--blackPink h1{font-size:clamp(46px,15vw,62px)}.landing-page--coral h1{font-size:clamp(42px,15vw,58px)}.landing-intro,.teacher{font-size:17px}.campaign-badge,.progress-pill{text-align:center;justify-content:center;width:100%;min-height:46px;padding:0 16px;font-size:15px}.event-meta{display:grid}.primary-link{width:100%;min-height:58px;padding:0 18px;font-size:15px}.modal__panel{padding:28px 18px}.thanks-page{padding:24px 18px}.thanks-page__content{min-height:calc(100vh - 48px)}.whatsapp-card{padding:18px}.whatsapp-cta{min-height:68px;font-size:15px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
