.next-guide-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:12px 0 24px;padding:28px 32px;overflow:hidden;border:1px solid #d8cbff;border-radius:24px;background:radial-gradient(circle at 94% 20%,#ffd9b5 0 9%,transparent 9.5%),linear-gradient(120deg,#fff 0%,#f4efff 56%,#e8fbf8 100%);box-shadow:0 18px 50px #43247a12}.next-guide-card:after{content:"";position:absolute;right:13%;bottom:-65px;width:150px;height:150px;border:24px solid #7145ed12;border-radius:50%}.next-guide-copy,.next-guide-action{position:relative;z-index:1}.next-guide-copy h2{margin:5px 0 8px;font-size:clamp(24px,2.2vw,34px);color:#2d1768}.next-guide-copy p:not(.eyebrow){max-width:760px;margin:0;color:#74658f;line-height:1.6}.next-guide-progress{display:flex;gap:6px;margin-top:16px}.next-guide-progress i{flex:1;max-width:42px;height:6px;border-radius:9px;background:#ddd4f4}.next-guide-progress i.done{background:#7145ed}.next-guide-action{min-width:220px;text-align:center}.next-guide-action form{margin:0}.next-guide-action button{width:100%;padding:14px 20px;border:0;border-radius:13px;background:#7145ed;color:#fff;font-weight:800;box-shadow:0 12px 26px #7145ed35;cursor:pointer}.next-guide-action button.quiet{background:#fff;color:#7145ed;border:1px solid #d8cbff;box-shadow:none}.next-guide-action small{display:block;margin-top:9px;color:#81769e}.next-guide-notice{margin-bottom:12px;padding:10px 14px;border-radius:12px;background:#dff8f3;color:#087e73;font-weight:700}.guide-unsubscribe-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f3effd}.guide-unsubscribe-page section{max-width:620px;padding:48px;border:1px solid #d8cbff;border-radius:26px;background:#fff;box-shadow:0 20px 60px #43247a20}.guide-unsubscribe-page h1{font-size:40px;line-height:1.08;color:#2d1768}.guide-unsubscribe-page p{color:#74658f;line-height:1.65}.guide-unsubscribe-page .button{display:inline-block;margin-top:14px;padding:14px 22px;border-radius:12px;background:#7145ed;color:#fff;text-decoration:none;font-weight:800}@media(max-width:760px){.next-guide-card{grid-template-columns:1fr;padding:24px}.next-guide-action{min-width:0}.next-guide-progress i{max-width:none}.guide-unsubscribe-page section{padding:30px}.guide-unsubscribe-page h1{font-size:32px}}
.next-guide-hide{position:absolute;z-index:3;right:15px;top:10px;padding:6px 9px;border:0;background:transparent;color:#8b7aa8;font-size:.7rem;font-weight:800;cursor:pointer}.next-guide-hide:hover{color:#7145ed}.next-guide-card.is-hiding{animation:guide-fold .28s ease both}.next-guide-reveal{width:100%;display:flex;align-items:center;gap:12px;margin:12px 0 24px;padding:12px 18px;border:1px solid #d8cbff;border-radius:15px;background:linear-gradient(100deg,#f8f3ff,#effcf9);color:#2d1768;text-align:left;cursor:pointer}.next-guide-reveal[hidden]{display:none}.next-guide-reveal span{font-weight:900}.next-guide-reveal small{color:#81769e}.next-guide-reveal b{margin-left:auto;color:#7145ed;font-size:.75rem}.next-guide-reveal.is-showing{animation:guide-unfold .25s ease both}@keyframes guide-fold{to{opacity:0;transform:translateY(-10px) scale(.985)}}@keyframes guide-unfold{from{opacity:0;transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){.next-guide-card.is-hiding,.next-guide-reveal.is-showing{animation:none}}
.next-guide-card[hidden]{display:none!important}
html.tdl-guide-collapsed .next-guide-card{display:none!important}html.tdl-guide-collapsed .next-guide-reveal{display:flex!important}
