.hs-vote-page .ac-mobile-action { display: none !important; }
.hs-vote { min-height: 70vh; background: var(--ac-paper); }
.hs-vote button, .hs-vote input { font: inherit; }
.hs-vote button { cursor: pointer; }
.hs-vote a { text-underline-offset: 3px; }

.hs-vote-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: clamp(34px, 5vw, 90px);
    align-items: end;
    padding: clamp(54px, 7vw, 96px) var(--ac-pad) clamp(42px, 5vw, 70px);
    background:
        radial-gradient(circle at 83% 18%, rgba(159,176,255,.16), transparent 34%),
        linear-gradient(135deg, #111218 0%, #181b28 64%, #101217 100%);
    color: #fff;
    overflow: hidden;
}
.hs-vote-hero__copy { max-width: 850px; }
.hs-vote-hero h1 {
    max-width: 12ch;
    margin: 15px 0 20px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .94;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
}
.hs-vote-hero__copy > p {
    max-width: 660px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(1rem, 1.45vw, 1.15rem);
    line-height: 1.72;
}
.hs-vote-trust { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.hs-vote-trust span { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: .85rem; font-weight: 720; }
.hs-vote-trust strong { color: var(--ac-gold-bright); font-size: .72rem; letter-spacing: .08em; }

.hs-vote-shell { padding: clamp(24px, 4vw, 54px) var(--ac-pad) clamp(56px, 7vw, 100px); }
.hs-vote-progress {
    width: min(1180px, 100%);
    margin: 0 auto 20px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--ac-line);
    background: #fff;
}
.hs-vote-progress li { position: relative; min-width: 0; display: flex; align-items: center; gap: 12px; padding: 15px 16px; color: var(--ac-muted); border-right: 1px solid var(--ac-line); transition: background-color .2s ease, color .2s ease; }
.hs-vote-progress li:last-child { border-right: 0; }
.hs-vote-progress li::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--ac-gold); transition: right .25s ease; }
.hs-vote-progress li.is-active, .hs-vote-progress li.is-complete { color: var(--ac-ink); }
.hs-vote-progress li.is-active { background: #f2f4ff; }
.hs-vote-progress li.is-active::after, .hs-vote-progress li.is-complete::after { right: 0; }
.hs-vote-progress li > span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border: 1px solid var(--ac-line); background: var(--ac-paper); color: var(--ac-muted); font-weight: 850; }
.hs-vote-progress li.is-active > span, .hs-vote-progress li.is-complete > span { background: var(--ac-gold); border-color: var(--ac-gold); color: #fff; }
.hs-vote-progress strong, .hs-vote-progress small { display: block; }
.hs-vote-progress strong { font-size: .82rem; line-height: 1.2; }
.hs-vote-progress small { margin-top: 3px; font-size: .7rem; color: var(--ac-muted); line-height: 1.3; }

.hs-vote-stage { width: min(1180px, 100%); margin: 0 auto; }
.hs-vote-panel { border: 1px solid var(--ac-line); background: #fff; box-shadow: 0 18px 70px rgba(17,18,24,.07); }
.hs-vote-panel--lookup { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 6vw, 90px); align-items: center; min-height: 500px; padding: clamp(30px, 5vw, 70px); }
.hs-vote-panel__intro h2, .hs-support-card__heading h2, .hs-vote-help h2, .hs-vote-review h2 { margin: 10px 0 14px; font-size: clamp(2rem, 3.3vw, 3.7rem); line-height: 1; letter-spacing: -.045em; }
.hs-vote-panel__intro p, .hs-support-card__heading p, .hs-vote-help p { margin: 0; color: var(--ac-muted); line-height: 1.7; }
.hs-vote-step-label { display: inline-flex; align-items: center; gap: 8px; color: #3147a1; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.hs-vote-ready { display: flex; gap: 10px; align-items: center; margin: 0 0 14px; padding: 12px 14px; background: #e3f4ef; color: #0f6155; border-left: 3px solid var(--ac-green); }
.hs-vote-ready > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ac-green); color: #fff; font-weight: 900; }
.hs-vote-ready strong, .hs-vote-ready small { display: block; }
.hs-vote-ready small { margin-top: 2px; color: #356e65; }

.hs-vote-form { min-width: 0; }
.hs-field { display: block; margin: 0 0 18px; }
.hs-field > span, .hs-quantity-fieldset legend { display: block; margin-bottom: 8px; color: var(--ac-ink); font-size: .82rem; font-weight: 800; }
.hs-field input, .hs-quantity-stepper input {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    border: 1px solid #cfd1d8;
    border-radius: var(--ac-radius);
    background: #fff;
    color: var(--ac-ink);
    padding: 13px 15px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.hs-field input:focus, .hs-quantity-stepper input:focus { border-color: var(--ac-gold); box-shadow: 0 0 0 4px rgba(63,94,232,.13); }
.hs-field input[aria-invalid="true"], .hs-quantity-stepper input[aria-invalid="true"] { border-color: var(--ac-coral); box-shadow: 0 0 0 4px rgba(182,76,57,.1); }
.hs-field small, .hs-field-help { display: block; margin-top: 7px; color: var(--ac-muted); font-size: .76rem; line-height: 1.5; }
.hs-primary-action {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 17px;
    border: 1px solid var(--ac-gold);
    border-radius: var(--ac-radius);
    background: var(--ac-gold);
    color: #fff;
    font-weight: 850;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.hs-primary-action:hover:not(:disabled) { transform: translateY(-2px); background: #2945bf; border-color: #2945bf; box-shadow: 0 12px 26px rgba(63,94,232,.2); }
.hs-primary-action:disabled { cursor: wait; opacity: .68; }
.hs-primary-action b { font-size: 1.15rem; }
.hs-vote-secondary-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 20px; }
.hs-vote-secondary-actions a, .hs-vote-help__links a { color: var(--ac-ink); font-size: .8rem; font-weight: 780; text-decoration-thickness: 1px; }
.hs-inline-status { min-height: 0; margin: 0 0 12px; font-size: .8rem; line-height: 1.45; }
.hs-inline-status:not(:empty) { padding: 10px 12px; border-left: 3px solid var(--ac-gold); background: #f2f4ff; color: #3147a1; }
.hs-inline-status.is-error:not(:empty) { border-left-color: var(--ac-coral); background: #fbe9e5; color: #8e3425; }
.hs-inline-status.is-success:not(:empty) { border-left-color: var(--ac-green); background: #e3f4ef; color: #0f6155; }
.hs-quote-status { min-height: 22px; margin: -8px 0 18px; color: var(--ac-muted); font-size: .75rem; line-height: 1.5; }
.hs-quote-status:not(:empty) { display: flex; align-items: flex-start; gap: 8px; padding: 9px 11px; border-left: 3px solid #8792c7; background: #f5f6fb; }
.hs-quote-status.is-verified:not(:empty) { border-left-color: var(--ac-green); background: #e3f4ef; color: #0f6155; }
.hs-quote-status.is-loading:not(:empty) { border-left-color: var(--ac-gold); background: #f2f4ff; color: #3147a1; }
.hs-quote-status.is-error:not(:empty) { border-left-color: var(--ac-coral); background: #fbe9e5; color: #8e3425; }

.hs-vote-panel--selection { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.hs-nominee-confirmation { min-width: 0; padding: clamp(26px, 4vw, 52px); background: #141620; color: #fff; }
.hs-nominee-photo-wrap { position: relative; width: min(100%, 360px); aspect-ratio: 1 / 1; overflow: hidden; background: #222530; }
.hs-nominee-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.hs-nominee-confirmation:hover .hs-nominee-photo-wrap img { transform: scale(1.025); }
.hs-verified-badge { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; background: rgba(255,255,255,.94); color: #0f6155; font-size: .72rem; font-weight: 850; }
.hs-verified-badge i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--ac-green); color: #fff; font-style: normal; }
.hs-nominee-copy { margin-top: 27px; }
.hs-nominee-copy .hs-vote-step-label { color: var(--ac-gold-bright); }
.hs-nominee-copy h2 { margin: 9px 0 10px; color: #fff; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .96; letter-spacing: -.045em; }
.hs-nominee-copy > p { margin: 0 0 22px; color: rgba(255,255,255,.7); line-height: 1.65; }
.hs-nominee-meta { margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.hs-nominee-meta > div { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.hs-nominee-meta dt { color: rgba(255,255,255,.52); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hs-nominee-meta dd { margin: 0; color: #fff; font-size: .84rem; font-weight: 720; overflow-wrap: anywhere; }
.hs-nominee-meta code { color: var(--ac-gold-bright); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.hs-text-button { margin-top: 20px; padding: 0; border: 0; background: transparent; color: #fff; font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.hs-support-card { min-width: 0; padding: clamp(26px, 4vw, 52px); background: #fff; }
.hs-support-card__heading { margin-bottom: 25px; }
.hs-support-card__heading h2 { font-size: clamp(2rem, 3vw, 3.25rem); }
.hs-quantity-fieldset { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.hs-quantity-presets { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
.hs-quantity-presets button { min-width: 0; min-height: 44px; padding: 8px 4px; border: 1px solid var(--ac-line); background: #fff; color: var(--ac-ink); font-size: .8rem; font-weight: 850; transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.hs-quantity-presets button:hover { transform: translateY(-1px); border-color: var(--ac-gold); }
.hs-quantity-presets button.is-selected { background: var(--ac-gold); border-color: var(--ac-gold); color: #fff; }
.hs-quantity-stepper { display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; gap: 7px; align-items: stretch; }
.hs-quantity-stepper button { min-height: 54px; border: 1px solid var(--ac-line); background: var(--ac-paper); color: var(--ac-ink); font-size: 1.3rem; font-weight: 700; }
.hs-quantity-stepper button:hover { border-color: var(--ac-gold); background: #f2f4ff; }
.hs-quantity-stepper input { text-align: center; font-weight: 850; -moz-appearance: textfield; }
.hs-quantity-stepper input::-webkit-outer-spin-button, .hs-quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.hs-total-card { display: grid; gap: 0; margin: 23px 0; border: 1px solid var(--ac-line); background: var(--ac-paper); }
.hs-total-card > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 14px; border-bottom: 1px solid var(--ac-line); }
.hs-total-card > div:last-child { border-bottom: 0; }
.hs-total-card span { color: var(--ac-muted); font-size: .78rem; }
.hs-total-card strong { color: var(--ac-ink); font-size: .85rem; }
.hs-total-card__grand { align-items: end; background: #f2f4ff; }
.hs-total-card__grand span { color: #3147a1; font-weight: 800; }
.hs-total-card__grand strong { color: var(--ac-ink); font-size: 1.45rem; }
.hs-total-card__grand b { font: inherit; }

.hs-vote-help { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; padding: clamp(36px, 5vw, 70px) var(--ac-pad); border-top: 1px solid var(--ac-line); background: #fff; }
.hs-vote-help > div:first-child { max-width: 720px; }
.hs-vote-help h2 { font-size: clamp(2rem, 3vw, 3.4rem); }
.hs-vote-help__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; }

.hs-vote-review { width: min(620px, calc(100% - 28px)); max-height: min(88vh, 760px); padding: 0; border: 0; border-radius: 0; background: #fff; color: var(--ac-ink); box-shadow: 0 26px 90px rgba(0,0,0,.28); overflow: auto; }
.hs-vote-review::backdrop { background: rgba(12,14,20,.72); backdrop-filter: blur(5px); }
.hs-vote-review__sheet { margin: 0; padding: clamp(22px, 4vw, 36px); }
.hs-vote-review__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.hs-vote-review h2 { margin-top: 7px; font-size: clamp(2rem, 4vw, 3.4rem); }
.hs-dialog-close { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--ac-line); background: #fff; color: var(--ac-ink); font-size: 1.5rem; line-height: 1; }
.hs-review-nominee { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center; padding: 15px; background: #141620; color: #fff; }
.hs-review-nominee img { width: 76px; height: 76px; object-fit: cover; background: #252835; }
.hs-review-nominee span, .hs-review-nominee strong, .hs-review-nominee small { display: block; }
.hs-review-nominee span { color: var(--ac-gold-bright); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hs-review-nominee strong { margin-top: 4px; font-size: 1.05rem; }
.hs-review-nominee small { margin-top: 4px; color: rgba(255,255,255,.64); line-height: 1.35; }
.hs-review-summary { margin: 18px 0; border-top: 1px solid var(--ac-line); }
.hs-review-summary > div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--ac-line); }
.hs-review-summary dt { color: var(--ac-muted); font-size: .76rem; }
.hs-review-summary dd { margin: 0; text-align: right; font-size: .82rem; font-weight: 800; overflow-wrap: anywhere; }
.hs-review-summary__total dd { color: var(--ac-gold); font-size: 1.3rem; }
.hs-payment-options { padding: 15px; background: var(--ac-paper); border: 1px solid var(--ac-line); }
.hs-payment-options > span { display: block; font-size: .8rem; font-weight: 800; }
.hs-payment-options > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.hs-payment-options b { display: grid; place-items: center; min-height: 42px; padding: 7px; border: 1px solid var(--ac-line); background: #fff; font-size: .72rem; }
.hs-payment-options small { display: block; margin-top: 9px; color: var(--ac-muted); font-size: .68rem; line-height: 1.4; }
.hs-payment-integrity { display: flex; gap: 10px; margin: 14px 0; padding: 12px 13px; background: #e3f4ef; color: #0f6155; }
.hs-payment-integrity > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ac-green); color: #fff; font-weight: 900; }
.hs-payment-integrity p { margin: 0; font-size: .76rem; line-height: 1.5; }
.hs-review-legal { margin: 14px 0; color: var(--ac-muted); font-size: .71rem; line-height: 1.55; }
.hs-review-legal a { color: var(--ac-ink); }
.hs-review-back { width: 100%; margin-top: 10px; min-height: 44px; border: 0; background: transparent; color: var(--ac-ink); font-size: .76rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.hs-sr-status { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 960px) {
    .hs-vote-hero { grid-template-columns: 1fr; }
    .hs-vote-trust { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hs-vote-trust span { grid-template-columns: 1fr; align-content: center; gap: 4px; padding: 10px 12px; border-right: 1px solid rgba(255,255,255,.18); }
    .hs-vote-trust span:last-child { border-right: 0; }
    .hs-vote-panel--selection { grid-template-columns: 1fr; }
    .hs-nominee-confirmation { display: grid; grid-template-columns: minmax(180px, 280px) minmax(0, 1fr); gap: 28px; align-items: center; }
    .hs-nominee-copy { margin-top: 0; }
    .hs-vote-help { grid-template-columns: 1fr; align-items: start; }
    .hs-vote-help__links { justify-content: flex-start; }
}

@media (max-width: 760px) {
    .hs-vote-hero { padding-top: 44px; }
    .hs-vote-progress { grid-template-columns: repeat(4, minmax(54px, 1fr)); }
    .hs-vote-progress li { justify-content: center; padding: 12px 8px; }
    .hs-vote-progress li > div { display: none; }
    .hs-vote-progress li > span { width: 34px; height: 34px; flex-basis: 34px; }
    .hs-vote-panel--lookup { grid-template-columns: 1fr; min-height: 0; gap: 28px; }
    .hs-nominee-confirmation { grid-template-columns: 150px minmax(0, 1fr); }
    .hs-quantity-presets { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .hs-vote-hero { padding: 36px 20px 32px; }
    .hs-vote-hero h1 { max-width: 10ch; font-size: clamp(2.7rem, 14vw, 4.2rem); }
    .hs-vote-trust { grid-template-columns: 1fr; }
    .hs-vote-trust span { min-height: 44px; grid-template-columns: 34px 1fr; border-right: 0; padding: 8px 0; }
    .hs-vote-shell { padding: 18px 14px 58px; }
    .hs-vote-progress { margin-bottom: 12px; }
    .hs-vote-panel--lookup, .hs-support-card, .hs-nominee-confirmation { padding: 22px 18px; }
    .hs-vote-panel__intro h2, .hs-support-card__heading h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
    .hs-vote-panel--lookup { gap: 22px; }
    .hs-vote-secondary-actions { flex-direction: column; align-items: flex-start; gap: 11px; }
    .hs-nominee-confirmation { display: block; }
    .hs-nominee-photo-wrap { width: min(100%, 290px); }
    .hs-nominee-copy { margin-top: 22px; }
    .hs-nominee-copy h2 { font-size: clamp(2.1rem, 12vw, 3.3rem); }
    .hs-nominee-meta > div { grid-template-columns: 84px minmax(0, 1fr); }
    .hs-quantity-stepper { grid-template-columns: 50px minmax(0, 1fr) 50px; }
    .hs-vote-help { padding: 36px 20px; }
    .hs-vote-help__links { flex-direction: column; align-items: flex-start; }
    .hs-vote-review { width: calc(100% - 16px); max-height: 94vh; }
    .hs-vote-review__sheet { padding: 20px 16px; }
    .hs-review-summary > div { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; }
}

@media (max-width: 360px) {
    .hs-vote-hero { padding-left: 16px; padding-right: 16px; }
    .hs-vote-shell { padding-left: 10px; padding-right: 10px; }
    .hs-vote-progress li { padding-left: 4px; padding-right: 4px; }
    .hs-vote-panel--lookup, .hs-support-card, .hs-nominee-confirmation { padding-left: 14px; padding-right: 14px; }
    .hs-quantity-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hs-quantity-stepper { grid-template-columns: 46px minmax(0, 1fr) 46px; }
    .hs-payment-options > div { grid-template-columns: 1fr; }
    .hs-review-nominee { grid-template-columns: 64px 1fr; }
    .hs-review-nominee img { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    .hs-vote *, .hs-vote *::before, .hs-vote *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* v1.8.0 - voting motion layer */
.hs-vote-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.hs-vote-hero::before,
.hs-vote-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}
.hs-vote-hero::before {
    width: clamp(260px, 42vw, 660px);
    aspect-ratio: 1;
    top: -60%;
    right: -12%;
    background: radial-gradient(circle, rgba(159,176,255,.2), rgba(159,176,255,.035) 52%, transparent 70%);
    animation: hsAmbientOrbit 12s ease-in-out infinite alternate;
}
.hs-vote-hero::after {
    width: clamp(180px, 28vw, 420px);
    aspect-ratio: 1;
    left: 18%;
    bottom: -64%;
    background: radial-gradient(circle, rgba(239,118,95,.13), transparent 66%);
    animation: hsAmbientOrbit 15s ease-in-out -4s infinite alternate-reverse;
}
.hs-vote-hero__copy > * { animation: hsHeroIn .7s cubic-bezier(.22,.78,.22,1) both; }
.hs-vote-hero__copy > *:nth-child(2) { animation-delay: .07s; }
.hs-vote-hero__copy > *:nth-child(3) { animation-delay: .14s; }
.hs-vote-trust span { animation: hsTrustIn .55s cubic-bezier(.22,.78,.22,1) both; }
.hs-vote-trust span:nth-child(2) { animation-delay: .08s; }
.hs-vote-trust span:nth-child(3) { animation-delay: .16s; }

.hs-vote-progress li > span {
    position: relative;
    transition: transform .3s cubic-bezier(.18,.9,.28,1.18), background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.hs-vote-progress li.is-active > span {
    transform: scale(1.06);
    box-shadow: 0 0 0 5px rgba(63,94,232,.12);
}
.hs-vote-progress li.is-active > span::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(63,94,232,.32);
    animation: hsStepPulse 1.8s ease-out infinite;
}
.hs-vote-progress li.is-complete > span { animation: hsCompletePop .38s cubic-bezier(.18,.9,.28,1.18) both; }

.hs-vote-panel,
.hs-support-card {
    transition: transform .34s cubic-bezier(.22,.78,.22,1), box-shadow .34s ease, border-color .34s ease;
}
.hs-vote-panel:not([hidden]),
.hs-support-card:not([hidden]) { animation: hsStageIn .52s cubic-bezier(.22,.78,.22,1) both; }
.hs-vote-panel:hover,
.hs-support-card:hover { box-shadow: 0 24px 80px rgba(17,18,24,.1); }

.hs-vote-ready > span { animation: hsReadyPulse 2.4s ease-in-out infinite; }
.hs-primary-action { position: relative; overflow: hidden; }
.hs-primary-action::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 24%, rgba(255,255,255,.24) 46%, transparent 68%);
    transform: translateX(-130%);
}
.hs-primary-action:hover::after { animation: hsButtonSheen .72s ease; }
.hs-primary-action[aria-busy="true"]::after { animation: hsButtonSheen 1s linear infinite; }

.hs-nominee-photo-wrap { position: relative; isolation: isolate; }
.hs-nominee-photo-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(130deg, transparent 30%, rgba(255,255,255,.2) 50%, transparent 70%);
    transform: translateX(-130%);
    transition: transform .9s cubic-bezier(.22,.78,.22,1);
}
.hs-nominee-confirmation:hover .hs-nominee-photo-wrap::after { transform: translateX(130%); }
.hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-photo-wrap { animation: hsNomineePhotoIn .58s cubic-bezier(.18,.9,.28,1.08) both; }
.hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-copy > * { animation: hsCopyIn .5s cubic-bezier(.22,.78,.22,1) both; }
.hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-copy > *:nth-child(2) { animation-delay: .05s; }
.hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-copy > *:nth-child(3) { animation-delay: .1s; }
.hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-copy > *:nth-child(4) { animation-delay: .15s; }

.hs-quantity-presets button.is-selected {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(63,94,232,.14);
    animation: hsPresetSelect .28s cubic-bezier(.18,.9,.28,1.18) both;
}
.hs-quantity-stepper button { transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.hs-quantity-stepper button:active { transform: scale(.92); }
.hs-quantity-stepper input { font-variant-numeric: tabular-nums; }
.hs-support-summary strong,
[data-total-amount] { font-variant-numeric: tabular-nums; }
.hs-total-bump { animation: hsTotalBump .34s cubic-bezier(.18,.9,.28,1.18) both; }

.hs-vote-feedback:not(:empty) { animation: hsFeedbackIn .28s cubic-bezier(.22,.78,.22,1) both; }
.hs-vote-review[open]::backdrop { animation: hsBackdropIn .24s ease both; }
.hs-vote-review[open] .hs-vote-review__sheet { animation: hsReviewIn .42s cubic-bezier(.18,.9,.28,1.08) both; }
.hs-review-total strong { transition: transform .25s cubic-bezier(.18,.9,.28,1.18), color .2s ease; }
.hs-vote-review[open] .hs-review-total strong { animation: hsTotalReveal .52s .12s cubic-bezier(.18,.9,.28,1.18) both; }

.hs-payment-options > div { transition: transform .24s ease, border-color .24s ease, background-color .24s ease; }
.hs-payment-options > div:hover { transform: translateY(-2px); border-color: rgba(63,94,232,.35); background: #f8f9ff; }

@keyframes hsHeroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hsTrustIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
@keyframes hsAmbientOrbit { from { transform: translate3d(-5%, -2%, 0) scale(.92); opacity: .55; } to { transform: translate3d(10%, 8%, 0) scale(1.08); opacity: 1; } }
@keyframes hsStepPulse { 0% { opacity: .7; transform: scale(.82); } 80%,100% { opacity: 0; transform: scale(1.2); } }
@keyframes hsCompletePop { 0% { transform: scale(.86); } 70% { transform: scale(1.1); } 100% { transform: scale(1); } }
@keyframes hsStageIn { from { opacity: 0; transform: translateY(20px) scale(.988); } to { opacity: 1; transform: none; } }
@keyframes hsReadyPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(20,117,104,.16); } 50% { box-shadow: 0 0 0 7px rgba(20,117,104,0); } }
@keyframes hsButtonSheen { to { transform: translateX(130%); } }
@keyframes hsNomineePhotoIn { from { opacity: 0; transform: scale(.94) rotate(-1deg); } to { opacity: 1; transform: none; } }
@keyframes hsCopyIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes hsPresetSelect { from { transform: scale(.94); } to { transform: translateY(-2px) scale(1); } }
@keyframes hsTotalBump { 0% { transform: scale(.96); opacity: .72; } 65% { transform: scale(1.055); } 100% { transform: scale(1); opacity: 1; } }
@keyframes hsFeedbackIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@keyframes hsBackdropIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes hsReviewIn { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes hsTotalReveal { from { opacity: 0; transform: scale(.88); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 760px) {
    .hs-vote-hero::before,
    .hs-vote-hero::after { animation-duration: 18s; opacity: .72; }
    .hs-vote-panel:hover,
    .hs-support-card:hover,
    .hs-payment-options > div:hover { transform: none; }
}

@media (hover: none), (pointer: coarse) {
    .hs-primary-action:hover::after { animation: none; }
    .hs-nominee-confirmation:hover .hs-nominee-photo-wrap::after { transform: translateX(-130%); }
}

@media (prefers-reduced-motion: reduce) {
    .hs-vote-hero::before,
    .hs-vote-hero::after,
    .hs-vote-hero__copy > *,
    .hs-vote-trust span,
    .hs-vote-progress li.is-active > span::after,
    .hs-vote-progress li.is-complete > span,
    .hs-vote-panel:not([hidden]),
    .hs-support-card:not([hidden]),
    .hs-vote-ready > span,
    .hs-primary-action::after,
    .hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-photo-wrap,
    .hs-nominee-confirmation.hs-nominee-arrived .hs-nominee-copy > *,
    .hs-quantity-presets button.is-selected,
    .hs-total-bump,
    .hs-vote-feedback:not(:empty),
    .hs-vote-review[open]::backdrop,
    .hs-vote-review[open] .hs-vote-review__sheet,
    .hs-vote-review[open] .hs-review-total strong { animation: none !important; }
}
.hs-stage-refresh { animation: hsStageIn .52s cubic-bezier(.22,.78,.22,1) both !important; }
@media (prefers-reduced-motion: reduce) { .hs-stage-refresh { animation: none !important; } }

.hs-vote-optin{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid rgba(17,18,24,.12);border-radius:1rem;background:rgba(255,255,255,.72);cursor:pointer}.hs-vote-optin input{margin-top:.25rem}.hs-vote-optin span{display:grid;gap:.2rem}.hs-vote-optin small{color:var(--ac-muted,#667085);line-height:1.45}
