.gate-body{background:var(--color-silver,#ebf0f1);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.gate-body:before{content:"";opacity:.6;pointer-events:none;z-index:0;background:url(/images/masterclass-gate/helix-bg.png) 50%/cover no-repeat;width:70%;height:120%;position:fixed;top:-10%;right:-15%;-webkit-mask-image:linear-gradient(270deg,#000 30%,#0000 100%);mask-image:linear-gradient(270deg,#000 30%,#0000 100%)}.gate-container{z-index:1;text-align:center;width:100%;max-width:680px;position:relative}.gate-badge{letter-spacing:1.5px;text-transform:uppercase;color:#a64d79;background:#a64d7914;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-size:11px;font-weight:600;animation:.5s .1s both gateUp;display:inline-block}.gate-body h1{font-family:var(--font-cormorant),"Fraunces",Georgia,serif;color:#2e473b;margin-bottom:16px;font-size:clamp(28px,5vw,40px);font-weight:500;line-height:1.2;animation:.5s .2s both gateUp}.gate-subtitle{color:#6b7c74;max-width:480px;margin:0 auto 48px;font-size:17px;line-height:1.6;animation:.5s .3s both gateUp}.gate-cards{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px;animation:.5s .4s both gateUp;display:grid}@media (max-width:560px){.gate-cards{grid-template-columns:1fr}}.gate-card{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;text-align:center;background:#fff;border:2px solid #d8e0e2;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:36px 28px;text-decoration:none;transition:all .25s;display:flex;position:relative;overflow:hidden}.gate-card:before{content:"";opacity:0;background:#2e473b;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.gate-card:hover{border-color:#2e473b;transform:translateY(-4px);box-shadow:0 12px 40px #2e473b1f}.gate-card:hover:before{opacity:1}.gate-card-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}.gate-card-icon.laie{background:linear-gradient(135deg,#4682b41a,#4682b40d)}.gate-card-icon.therapeut{background:linear-gradient(135deg,#a64d791a,#a64d790d)}.gate-card h2{font-family:var(--font-cormorant),"Fraunces",Georgia,serif;color:#2e473b;margin:0;font-size:22px;font-weight:600}.gate-card p{color:#6b7c74;margin:0;font-size:14px;line-height:1.6}.gate-arrow{color:#2e473b;align-items:center;gap:6px;margin-top:4px;font-size:14px;font-weight:500;transition:gap .2s;display:inline-flex}.gate-card:hover .gate-arrow{gap:10px}.gate-footer-note{color:#6b7c74;max-width:420px;margin:0 auto;font-size:13px;line-height:1.5;animation:.5s .5s both gateUp}.gate-reset{color:#6b7c74;cursor:pointer;background:0 0;border:none;margin-top:24px;font-family:inherit;font-size:13px;text-decoration:underline}.gate-reset:hover{color:#2e473b}.gate-loading{background:#ebf0f1;justify-content:center;align-items:center;min-height:100vh;display:flex}.gate-spinner{border:3px solid #d8e0e2;border-top-color:#2e473b;border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gateUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
