.guestCTA{text-align:center;flex-direction:column;align-items:center;padding:32px 20px 140px;animation:.5s ease-out guestCTA-fadeIn;display:flex}@keyframes guestCTA-fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.guestCTA__visual{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;display:flex;position:relative}.guestCTA__orb{border-radius:50%;animation:4s ease-in-out infinite guestCTA-pulse;position:absolute}.guestCTA__orb--1{background:radial-gradient(circle,#3a5fe626 0%,#3a5fe600 70%);width:120px;height:120px}.guestCTA__orb--2{background:radial-gradient(circle,#3a5fe633 0%,#3a5fe600 70%);width:80px;height:80px;animation-delay:-2s}@keyframes guestCTA-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.guestCTA__icon{z-index:1;background:var(--b-glass-bg);border:1px solid var(--b-glass-border-lt);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}.guestCTA__heading{letter-spacing:-.02em;color:var(--b-text-primary);margin:0 0 8px;font-size:20px;font-weight:800;line-height:1.2}.guestCTA__sub{color:var(--b-text-muted);max-width:320px;margin:0 0 28px;font-size:13px;line-height:1.5}.guestCTA__perks{flex-direction:column;gap:12px;width:100%;max-width:400px;margin-bottom:32px;display:flex}.guestCTA__perk{background:var(--b-glass-bg);border:1px solid var(--b-glass-border-lt);text-align:left;border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;animation:.5s ease-out backwards guestCTA-fadeIn;display:flex}.guestCTA__perk:first-child{animation-delay:.1s}.guestCTA__perk:nth-child(2){animation-delay:.15s}.guestCTA__perk:nth-child(3){animation-delay:.2s}.guestCTA__perk:nth-child(4){animation-delay:.25s}.guestCTA__perkIcon{shrink:0;color:#3a5fe6;background:#3a5fe614;border:1px solid #3a5fe61f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.guestCTA__perkTitle{color:var(--b-text-primary);margin:0 0 2px;font-size:12px;font-weight:700}.guestCTA__perkDesc{color:var(--b-text-muted);margin:0;font-size:10px;line-height:1.4}.guestCTA__actions{flex-direction:column;gap:10px;width:100%;max-width:340px;display:flex}.guestCTA__btnPrimary{color:#fff;background:#3a5fe6;border-radius:14px;justify-content:center;align-items:center;width:100%;height:48px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.guestCTA__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #3a5fe64d}.guestCTA__btnPrimary:active{transform:scale(.98)}.guestCTA__btnSecondary{width:100%;height:48px;color:var(--b-text-secondary);background:var(--b-glass-bg);border:1px solid var(--b-glass-border-lt);border-radius:14px;justify-content:center;align-items:center;font-size:13px;font-weight:600;text-decoration:none;transition:transform .15s;display:flex}.guestCTA__btnSecondary:hover{transform:translateY(-1px)}.guestCTA--desktop{padding:48px 40px 60px}.guestCTA--desktop .guestCTA__heading{font-size:24px}.guestCTA--desktop .guestCTA__sub{max-width:420px;font-size:14px}.guestCTA__perks--desktop{grid-template-columns:1fr 1fr;gap:12px;max-width:560px;display:grid!important}.guestCTA--desktop .guestCTA__actions{flex-direction:row;max-width:440px}
