.social-shortcuts { display: flex; gap: 13px; left: 24px; position: absolute; top: 690px; }
.social-app { align-items: center; background: transparent; border: 0; color: var(--muted); cursor: pointer; display: grid; font: 500 10px Inter; gap: 4px; padding: 0; text-align: center; width: 53px; }
.social-app i { align-items: center; border-radius: 15px; color: white; display: flex; font: 26px Inter; font-style: normal; height: 42px; justify-content: center; width: 42px; }
.instagram i { background: radial-gradient(circle at 28% 95%, #ffd66a 0 11%, #ff5a5f 38%, #bc2a8d 64%, #5737a2 100%); }
.tiktok i { background: #171717; text-shadow: 2px 1px #2be1d4, -1px -1px #f65178; }
.intercept { background: linear-gradient(155deg, #edf5ec 0%, #faf7f2 53%, #dbe9da 100%); padding-top: 96px; text-align: center; }
.lock-mark { align-items: center; background: var(--green); border-radius: 50%; color: white; display: flex; font-size: 39px; height: 66px; justify-content: center; margin: 0 auto; transform: rotate(90deg); width: 66px; }
.intercept h1 { font-size: 31px; line-height: 1.02; margin: 34px 0 0; }
.intercept .lead { margin: 21px auto 0; max-width: 295px; }
.blocked-goal { align-items: center; background: #fff; border: 1px solid #dae4d9; border-radius: 20px; cursor: pointer; display: flex; gap: 14px; margin: 42px auto 0; padding: 17px; text-align: left; width: 342px; }
.blocked-goal > i { border: 1.5px solid var(--green); border-radius: 7px; display: block; height: 24px; width: 24px; }
.blocked-goal span { display: grid; gap: 4px; }
.blocked-goal small { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .5px; }
.blocked-goal b { font-size: 15px; }
.blocked-goal em { color: var(--muted); font-size: 11px; font-style: normal; }
.not-now { background: transparent; border: 0; bottom: 15px; color: var(--muted); cursor: pointer; font: 500 13px Inter; left: 0; position: absolute; width: 100%; }
