.resource-bullets{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.resource-bullet{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--foreground)}.resource-bullet__icon{width:20px;height:20px;color:var(--brand-mango-deep);flex:none}.resource-field>label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:600;color:var(--foreground)}.resource-req{color:var(--danger);margin-left:2px}.resource-help{margin:6px 0 0;font-size:.8rem;color:var(--muted)}.resource-error{margin:14px 0 0;color:var(--danger);font-size:.9rem;font-weight:600}.resource-submit{width:100%;margin-top:18px}.resource-submit svg{width:18px;height:18px}.resource-fineprint{margin:12px 0 0;text-align:center;font-size:.78rem;color:var(--muted)}.resource-spin{animation:resource-spin .8s linear infinite}@keyframes resource-spin{to{transform:rotate(1turn)}}.resource-success{text-align:center;padding:8px 0}.resource-success__head{display:inline-flex;align-items:center;gap:8px;font-size:1.15rem;font-weight:800;color:var(--foreground)}.resource-success__icon{width:24px;height:24px;color:var(--success)}.resource-success__msg{margin:12px 0 0;color:var(--muted-foreground);line-height:1.55}.resource-success__cta{margin-top:18px}.resource-success__cta svg{width:18px;height:18px}.resource-video__title{margin:12px 0 8px;font-weight:700;color:var(--foreground)}.resource-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden;background:#000}.resource-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (prefers-reduced-motion:reduce){.resource-spin{animation:none}}.resource-card{display:block;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .05s ease,border-color .15s ease}.resource-card:hover{box-shadow:0 8px 24px rgba(28,32,40,.1)}.resource-card__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:var(--brand-mango-soft,#fbeede);color:var(--brand-mango-deep,#c9641f);margin-bottom:16px}.resource-card__icon svg{width:22px;height:22px}.resource-card__kind{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.resource-card__cta{display:inline-block;margin-top:12px;font-weight:700;color:var(--link,#c2410c)}