:root {
    --accent: #c6f602;
    --accent-soft: rgba(198, 246, 2, .14);
    --accent-glow: rgba(198, 246, 2, .28);
    --bg: #1c1c1c;
    --surface: #252525;
    --surface-light: #2d2d2d;
    --line: rgba(255, 255, 255, .11);
    --line-strong: rgba(255, 255, 255, .2);
    --text: #f7f7f7;
    --muted: #c3c3c3;
    --muted-2: #939393;
    --danger: #ff8d8d;
    --shadow: 0 28px 80px rgba(0, 0, 0, .38);
    --radius: 24px;
    --radius-small: 14px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg) !important; }
body.pushr-site,
body.pushr-site main,
body.pushr-site .container-wrap,
body.pushr-site #ajax-content-wrap {
    margin: 0;
    min-height: 100vh;
    background: var(--bg) !important;
    color: var(--text) !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.pushr-site::selection { background: var(--accent); color: #111; }
body.pushr-site img { max-width: 100%; display: block; }
body.pushr-site a { color: inherit; text-decoration: none; }
body.pushr-site button,
body.pushr-site input,
body.pushr-site select,
body.pushr-site textarea { font: inherit; }
body.pushr-site button { cursor: pointer; }
body.pushr-site h1,
body.pushr-site h2,
body.pushr-site h3,
body.pushr-site h4,
body.pushr-site h5,
body.pushr-site h6,
body.pushr-site p,
body.pushr-site label,
body.pushr-site legend,
body.pushr-site strong,
body.pushr-site small,
body.pushr-site span:not(.accent-text):not(.push-button-mini):not(.success-mark):not(.check-box):not(.status-dot):not(.window-dot):not(.path-line):not(.shape) {
    color: inherit;
}
body.pushr-site h1,
body.pushr-site h2,
body.pushr-site h3 {
    color: var(--text) !important;
}

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section-space { padding-block: 86px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
[hidden] { display: none !important; }

.site-header { position: relative; z-index: 20; padding: 22px 0; background: var(--bg) !important; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 156px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.social-icon-link { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; transition: transform .22s ease, filter .22s ease; }
.social-icon-link img { width: 30px; height: 30px; object-fit: contain; }
.social-icon-link:hover { transform: translateY(-2px) scale(1.03); filter: brightness(1.08); }

body.pushr-site .button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    padding: 0 24px !important;
    font-weight: 750 !important;
    letter-spacing: -.015em;
    line-height: 1 !important;
    text-transform: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
    position: relative;
    overflow: hidden;
    box-shadow: none;
}
body.pushr-site .button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.24) 48%, transparent 76%); transform: translateX(-130%); transition: transform .55s ease; }
body.pushr-site .button:hover::before { transform: translateX(130%); }
body.pushr-site .button:hover { transform: translateY(-2px); }
body.pushr-site .button:active { transform: translateY(0); }
body.pushr-site .button-primary,
body.pushr-site .button-primary:visited,
body.pushr-site .button-primary:hover,
body.pushr-site .button-primary:focus {
    background: var(--accent) !important;
    color: #111 !important;
    border-color: var(--accent) !important;
    box-shadow: 0 14px 38px rgba(198,246,2,.2) !important;
}
body.pushr-site .button-primary:hover { box-shadow: 0 18px 46px rgba(198,246,2,.3) !important; }
body.pushr-site .button-primary span { color: #111 !important; }
body.pushr-site .button-ghost,
body.pushr-site .button-ghost:visited {
    background: rgba(255,255,255,.045) !important;
    border-color: var(--line) !important;
    color: var(--text) !important;
    backdrop-filter: blur(14px);
}
body.pushr-site .button-ghost:hover { background: rgba(255,255,255,.08) !important; border-color: var(--line-strong) !important; color: var(--text) !important; }
body.pushr-site .button-small { min-height: 44px; border-radius: 12px !important; padding-inline: 17px !important; font-size: 13px; }
body.pushr-site .button-text { background: transparent !important; color: var(--muted) !important; border: 0 !important; padding-inline: 4px !important; box-shadow: none !important; }
body.pushr-site .button-text:hover { color: var(--text) !important; box-shadow: none !important; }
.submit-button.is-loading { pointer-events: none; opacity: .72; }
.submit-button.is-loading span:first-child::after { content: "..."; }

main, .site-footer { position: relative; z-index: 1; }
.hero { min-height: calc(100vh - 100px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; padding-top: 42px; padding-bottom: 40px; }
.hero-copy { max-width: 690px; min-width: 0; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--accent) !important; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(198,246,2,.09), 0 0 22px rgba(198,246,2,.65); animation: pulse-dot 2.2s ease infinite; }
@keyframes pulse-dot { 50% { box-shadow: 0 0 0 12px rgba(198,246,2,0), 0 0 30px rgba(198,246,2,.85); } }

body.pushr-site h1,
body.pushr-site h2,
body.pushr-site h3 { font-family: Manrope, Inter, sans-serif; letter-spacing: -.045em; margin-top: 0; }
body.pushr-site h1 { font-size: clamp(46px, 5.4vw, 72px); line-height: 1.01; margin-bottom: 24px; font-weight: 800; }
body.pushr-site .hero h1 { font-size: clamp(42px, 4.5vw, 56px); }
body.pushr-site h2 { font-size: clamp(38px, 4.8vw, 62px); line-height: 1.04; margin-bottom: 18px; font-weight: 800; }
body.pushr-site h3 { font-size: 23px; line-height: 1.18; margin-bottom: 12px; font-weight: 750; }
.title-lock, .keep-pair { white-space: nowrap; }
body.pushr-site .accent-text { color: var(--accent) !important; text-shadow: 0 0 34px rgba(198,246,2,.1); }
.hero-lead, .section-heading p, .form-intro p, .success-card > p { color: var(--muted) !important; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.62; max-width: 720px; }
.hero-lead { margin: 0 0 30px; }

.pushr-form { width: 100%; }
.inline-form-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: stretch; }
.inline-form-row .field { margin: 0; }
.inline-form-row .button { min-height: 58px; white-space: nowrap; padding-inline: 28px !important; }
.field { display: grid; gap: 10px; margin-bottom: 20px; }
.field > span, .field-group legend, .rating-field legend { color: #ededed !important; font-size: 14px; font-weight: 700; }
.field-group legend em { color: var(--muted-2) !important; font-style: normal; font-weight: 500; margin-left: 5px; }
.field em { color: var(--muted-2) !important; font-style: normal; font-weight: 500; margin-left: 5px; }
body.pushr-site input[type="email"],
body.pushr-site input[type="text"],
body.pushr-site input[type="url"],
body.pushr-site select,
body.pushr-site textarea {
    width: 100%;
    color: var(--text) !important;
    -webkit-text-fill-color: var(--text) !important;
    background-color: #272727 !important;
    border: 1px solid var(--line) !important;
    border-radius: 14px !important;
    outline: 0;
    padding: 16px 17px !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.pushr-site input[type="email"],
body.pushr-site input[type="text"],
body.pushr-site input[type="url"],
body.pushr-site select { min-height: 58px !important; }
body.pushr-site textarea { resize: vertical; min-height: 110px; }
body.pushr-site input::placeholder,
body.pushr-site textarea::placeholder { color: #858585 !important; -webkit-text-fill-color: #858585 !important; }
body.pushr-site input:focus,
body.pushr-site select:focus,
body.pushr-site textarea:focus { border-color: rgba(198,246,2,.75) !important; background-color: #2b2b2b !important; box-shadow: 0 0 0 4px rgba(198,246,2,.08), 0 0 28px rgba(198,246,2,.05) !important; }
body.pushr-site select { color-scheme: dark; appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%) !important; background-position: calc(100% - 20px) 26px, calc(100% - 15px) 26px !important; background-size: 5px 5px, 5px 5px !important; background-repeat: no-repeat !important; }
body.pushr-site select option { color: var(--text) !important; -webkit-text-fill-color: var(--text) !important; background: #262626 !important; }

.check-row { display: grid !important; grid-template-columns: 20px minmax(0, 1fr); align-items: start !important; gap: 12px; color: var(--muted) !important; font-size: 13px; line-height: 1.55; cursor: pointer; margin: 18px 0; padding: 0 !important; }
.check-row > span:last-child { display: block; min-width: 0; padding: 0; margin: 0; color: var(--muted) !important; }
.check-row input { position: absolute; opacity: 0; pointer-events: none; }
.check-box { width: 20px; height: 20px; border-radius: 6px; border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); position: relative; transition: all .2s ease; margin-top: 1px; }
.check-row input:checked + .check-box { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 22px rgba(198,246,2,.22); }
.check-row input:checked + .check-box::after { content: ""; position: absolute; width: 7px; height: 4px; border-left: 2px solid #111; border-bottom: 2px solid #111; transform: rotate(-45deg); left: 5px; top: 5px; }
.compact-check { margin-top: 12px; max-width: 720px; font-size: 11.5px; line-height: 1.45; }
.form-alert { background: rgba(255,83,83,.1); border: 1px solid rgba(255,112,112,.34); color: #ffc2c2 !important; padding: 13px 15px; border-radius: 12px; margin: 0 0 16px; font-size: 14px; }
.inline-policy { color: var(--accent) !important; text-decoration: underline; text-decoration-color: rgba(198,246,2,.35); text-underline-offset: 3px; }
.inline-policy:hover { text-decoration-color: var(--accent); }

.hero-visual { position: relative; display: grid; gap: 18px; min-width: 0; }
.hero-banner-frame { margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #242424; }
.hero-banner-frame img { width: 100%; height: auto; aspect-ratio: 2048 / 870; object-fit: cover; }
.glow-card { border: 1px solid var(--line); background: linear-gradient(145deg, #2d2d2d, #232323); box-shadow: var(--shadow); }
.workflow-card { min-height: 360px; border-radius: 24px; padding: 18px; position: relative; overflow: hidden; transform-style: preserve-3d; }
.workflow-card::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: var(--accent); filter: blur(95px); opacity: .08; right: -90px; top: -110px; }
.workflow-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(255,255,255,.06), transparent 30%, transparent 70%, rgba(198,246,2,.035)); pointer-events: none; }
.workflow-topbar { display: flex; align-items: center; gap: 7px; padding: 1px 2px 13px; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #626262; }
.workflow-label { margin-left: auto; color: var(--muted-2) !important; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.workflow-stage { position: relative; display: grid; gap: 13px; padding: 20px 14px 58px; z-index: 2; }
.app-node { display: flex; align-items: center; gap: 15px; padding: 13px 15px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.045); box-shadow: 0 14px 28px rgba(0,0,0,.16); }
.app-node strong { display: block; font-size: 16px; color: var(--text) !important; }
.app-node small { color: var(--muted-2) !important; margin-top: 2px; display: block; }
.app-icon { width: 48px; height: 48px; object-fit: contain; flex: 0 0 48px; }
.push-path { height: 42px; display: grid; place-items: center; position: relative; }
.path-line { position: absolute; width: 2px; height: 100%; background: linear-gradient(var(--line), var(--accent), var(--line)); }
.push-button-mini { position: relative; z-index: 2; background: var(--accent); color: #101010 !important; padding: 8px 15px; border-radius: 999px; font-size: 10px; letter-spacing: .12em; font-weight: 900; box-shadow: 0 0 28px rgba(198,246,2,.3); animation: mini-push 2.8s ease-in-out infinite; }
@keyframes mini-push { 50% { transform: scale(1.08); box-shadow: 0 0 42px rgba(198,246,2,.48); } }
.workflow-bottom { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.workflow-bottom span { text-align: center; border: 1px solid var(--line); border-radius: 10px; padding: 9px 6px; color: var(--muted) !important; font-size: 10px; background: rgba(0,0,0,.14); }
.object-field .shape { position: absolute; border-radius: 16px; opacity: .56; }
.shape-one { width: 52px; height: 52px; background: #518cff; left: -17px; top: 122px; transform: rotate(22deg); animation: object-float 6s ease-in-out infinite; }
.shape-two { width: 58px; height: 58px; border: 13px solid #ff7046; border-radius: 50% !important; right: -20px; top: 220px; animation: object-float 7s ease-in-out infinite reverse; }
.shape-three { width: 42px; height: 72px; background: #8d4dff; left: 34px; bottom: -28px; transform: rotate(-35deg); animation: object-float 8s ease-in-out infinite; }
.shape-four { width: 42px; height: 42px; background: var(--accent); right: 44px; top: 58px; clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%); animation: object-spin 9s linear infinite; }
@keyframes object-float { 50% { transform: translateY(-14px) rotate(28deg); } }
@keyframes object-spin { to { transform: rotate(360deg); } }

.proof-section { padding-top: 40px; }
.section-heading { max-width: 900px; margin-bottom: 32px; }
.section-heading .kicker { margin-bottom: 15px; }
.section-heading h2 { max-width: none; }
.section-heading p { margin: 0; width: 100%; max-width: 820px; }
.comment-cloud {
    position: relative;
    min-height: 650px;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid var(--line);
    overflow: hidden;
    isolation: isolate;
    background: #222;
}
.comment-cloud::before {
    content: "BLENDER?";
    position: absolute;
    z-index: 0;
    font-family: Manrope,sans-serif;
    font-size: clamp(80px,14vw,175px);
    font-weight: 800;
    letter-spacing: -.08em;
    color: rgba(255,255,255,.025);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    pointer-events: none;
}
.comment-float {
    --r: 0deg;
    --dur: 7.5s;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transform: translateY(18px) rotate(var(--r)) scale(.96);
    will-change: transform;
}
.comment-shot {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(0,0,0,.28);
    animation: comment-drift var(--dur) ease-in-out infinite alternate;
    animation-delay: calc(var(--i) * -173ms);
    will-change: transform;
}
.comment-cloud.is-visible .comment-float {
    animation: comment-in .58s cubic-bezier(.2,.75,.25,1) forwards;
    animation-delay: calc(var(--i) * 62ms + 100ms);
}
.comment-float:nth-child(1)  { left: 2%;  top: 5%;  width: 27%; --r: -2.2deg; --dur: 7.1s; }
.comment-float:nth-child(2)  { left: 30%; top: 2%;  width: 24%; --r: 1.2deg;  --dur: 8.2s; }
.comment-float:nth-child(3)  { left: 57%; top: 8%;  width: 26%; --r: -.7deg;  --dur: 6.8s; }
.comment-float:nth-child(4)  { left: 76%; top: 3%;  width: 22%; --r: 1.8deg;  --dur: 7.7s; }
.comment-float:nth-child(5)  { left: 10%; top: 18%; width: 23%; --r: 1.4deg;  --dur: 8.4s; }
.comment-float:nth-child(6)  { left: 36%; top: 17%; width: 29%; --r: -1.6deg; --dur: 7.2s; }
.comment-float:nth-child(7)  { left: 68%; top: 21%; width: 28%; --r: .8deg;   --dur: 9s; }
.comment-float:nth-child(8)  { left: 1%;  top: 33%; width: 26%; --r: -1deg;   --dur: 7.8s; }
.comment-float:nth-child(9)  { left: 24%; top: 31%; width: 24%; --r: 2deg;    --dur: 8.6s; }
.comment-float:nth-child(10) { left: 51%; top: 34%; width: 28%; --r: -1.4deg; --dur: 7.4s; }
.comment-float:nth-child(11) { left: 78%; top: 36%; width: 20%; --r: 1deg;    --dur: 8.8s; }
.comment-float:nth-child(12) { left: 8%;  top: 48%; width: 29%; --r: -1.8deg; --dur: 7s; }
.comment-float:nth-child(13) { left: 39%; top: 47%; width: 24%; --r: .8deg;   --dur: 8.1s; }
.comment-float:nth-child(14) { left: 64%; top: 50%; width: 29%; --r: -1.2deg; --dur: 7.6s; }
.comment-float:nth-child(15) { left: 1%;  top: 63%; width: 23%; --r: 1.6deg;  --dur: 8.9s; }
.comment-float:nth-child(16) { left: 25%; top: 62%; width: 28%; --r: -.6deg;  --dur: 7.3s; }
.comment-float:nth-child(17) { left: 55%; top: 64%; width: 23%; --r: 1.4deg;  --dur: 8.3s; }
.comment-float:nth-child(18) { left: 76%; top: 66%; width: 22%; --r: -1deg;   --dur: 7.9s; }
.comment-float:nth-child(19) { left: 10%; top: 79%; width: 27%; --r: -.8deg;  --dur: 8.7s; }
.comment-float:nth-child(20) { left: 41%; top: 78%; width: 25%; --r: 1.6deg;  --dur: 7.1s; }
.comment-float:nth-child(21) { left: 69%; top: 80%; width: 28%; --r: -1.5deg; --dur: 8.5s; }
@keyframes comment-in {
    to { opacity: 1; transform: translateY(0) rotate(var(--r)) scale(1); }
}
@keyframes comment-drift {
    from { transform: translate3d(-3px, 4px, 0) rotate(-.35deg); }
    to { transform: translate3d(6px, -7px, 0) rotate(.45deg); }
}

.card-grid { display: grid; gap: 18px; }
.three-up { grid-template-columns: repeat(3,1fr); }
.info-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #242424; transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.info-card:hover { transform: translateY(-7px); border-color: rgba(198,246,2,.28); background: #272a22; }
.card-number { color: var(--accent) !important; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.info-card h3 { margin-top: 52px; }
.info-card p { color: var(--muted) !important; line-height: 1.65; margin-bottom: 0; }

.cta-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; padding: 44px; border: 1px solid rgba(198,246,2,.2); border-radius: 28px; background: #242424; box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(36px,4vw,56px); margin: 13px 0 0; }

.form-page { padding: 68px 0 110px; }
.form-intro { max-width: 860px; margin: 0 auto 40px; text-align: center; }
.form-intro .eyebrow { margin-bottom: 24px; }
.form-intro h1 { font-size: clamp(48px,6.2vw,78px); }
.form-intro p { margin-inline: auto; }
.form-shell { width: min(100%, 800px); margin-inline: auto; border-radius: 28px; padding: 38px; }
.form-shell h2 { font-size: 34px; margin-bottom: 26px; }
.form-progress { display: flex; gap: 8px; margin-bottom: 34px; }
.form-progress span { flex: 1; height: 3px; border-radius: 99px; background: rgba(255,255,255,.09); transition: background .3s ease, box-shadow .3s ease; }
.form-progress span.is-active, .form-progress span.is-complete { background: var(--accent); box-shadow: 0 0 18px rgba(198,246,2,.25); }
.form-step { display: none; animation: step-in .35s ease both; }
.form-step.is-active { display: block; }
@keyframes step-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step-label { display: block; color: var(--accent) !important; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; margin-bottom: 13px; }
.field-grid { display: grid; gap: 18px; }
.two-col { grid-template-columns: repeat(2,1fr); }
.field-group { border: 0; padding: 0; margin: 0 0 24px; }
.field-group legend { margin-bottom: 14px; line-height: 1.5; width: 100%; }
.choice-grid { display: grid; gap: 10px; }
.three-choice { grid-template-columns: repeat(3,1fr); }
.two-choice { grid-template-columns: repeat(2,1fr); }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { min-height: 60px; display: grid; place-items: center; text-align: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.035); color: var(--muted) !important; font-weight: 650; transition: all .2s ease; }
.choice-card:hover span { border-color: var(--line-strong); color: var(--text) !important; }
.choice-card input:checked + span { color: #111 !important; background: var(--accent); border-color: var(--accent); box-shadow: 0 0 26px rgba(198,246,2,.18); }
.step-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; padding-top: 12px; }
.split-actions { justify-content: space-between; }
.eligibility-note { text-align: center; padding: 20px 10px; }
.note-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; background: var(--accent-soft); border: 1px solid rgba(198,246,2,.25); color: var(--accent) !important; font-weight: 800; }
.eligibility-note p { color: var(--muted) !important; line-height: 1.65; max-width: 540px; margin-inline: auto; }
.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.check-card { cursor: pointer; }
.check-card input { position: absolute; opacity: 0; pointer-events: none; }
.check-card span { min-height: 58px; display: grid; place-items: center; text-align: center; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.03); color: var(--muted) !important; font-size: 13px; font-weight: 650; transition: all .2s ease; }
.check-card:hover span { border-color: var(--line-strong); color: var(--text) !important; }
.check-card input:checked + span { border-color: rgba(198,246,2,.65); background: var(--accent-soft); color: var(--text) !important; box-shadow: inset 0 0 0 1px rgba(198,246,2,.1); }
.check-card input:disabled + span { opacity: .45; cursor: not-allowed; }
.selection-note { color: var(--muted-2) !important; font-size: 12px; margin: 10px 0 0; }
[data-checkbox-group].has-error .selection-note { color: var(--danger) !important; }
.rating-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 23px; }
.rating-field { border: 1px solid var(--line); border-radius: 16px; padding: 17px; }
.rating-field legend { padding: 0 7px; }
.rating-options { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.rating-options input { position: absolute; opacity: 0; }
.rating-options span { aspect-ratio: 1; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--muted) !important; cursor: pointer; font-weight: 700; transition: all .2s ease; }
.rating-options input:checked + span { background: var(--accent); color: #111 !important; border-color: var(--accent); }
.rating-scale { display: flex; justify-content: space-between; color: var(--muted-2) !important; font-size: 10px; margin-top: 9px; }
.rating-scale span { color: var(--muted-2) !important; }
.conditional-stack { border-left: 2px solid rgba(198,246,2,.4); padding-left: 18px; margin: 22px 0; }

.success-section { min-height: calc(100vh - 166px); display: grid; place-items: center; padding: 72px 0 100px; }
.success-card { width: min(100%, 760px); border-radius: 30px; padding: 54px; text-align: center; position: relative; overflow: hidden; }
.success-card::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: var(--accent); filter: blur(120px); opacity: .07; top: -190px; left: 50%; transform: translateX(-50%); }
.success-mark { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 25px; color: #111 !important; background: var(--accent); font-size: 34px; font-weight: 900; box-shadow: 0 0 50px rgba(198,246,2,.22); }
.success-card h1 { font-size: clamp(46px,6vw,72px); margin: 12px 0 20px; }
.success-card > p { margin-inline: auto; }
.success-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.fine-print { color: var(--muted-2) !important; font-size: 12px !important; margin-top: 24px !important; }

.site-footer { padding: 30px 0 38px; border-top: 1px solid var(--line); color: var(--muted-2) !important; font-size: 13px; background: var(--bg) !important; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer p, .site-footer a { color: var(--muted-2) !important; }
.site-footer a:hover { color: var(--text) !important; }
.footer-links { display: flex; gap: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
    .hero { grid-template-columns: 1fr; min-height: auto; gap: 42px; padding-top: 58px; }
    .hero-copy { max-width: 820px; }
    .hero-visual { width: min(100%, 760px); margin-inline: auto; }
    .three-up { grid-template-columns: 1fr; }
    .info-card { min-height: auto; }
    .info-card h3 { margin-top: 36px; }
    .cta-panel { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 760px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .site-header { padding: 15px 0; }
    .brand img { width: 126px; }
    .header-actions { gap: 10px; }
    .social-icon-link { width: 32px; height: 32px; }
    .social-icon-link img { width: 27px; height: 27px; }
    body.pushr-site .button-small { min-height: 40px; padding-inline: 12px !important; font-size: 11px; }
    .hero { padding-top: 42px; padding-bottom: 30px; gap: 34px; }
    body.pushr-site h1 { font-size: clamp(31px, 9.3vw, 50px); }
    body.pushr-site h2 { font-size: clamp(34px,10vw,48px); }
    .title-lock { white-space: normal; }
    .keep-pair { white-space: nowrap; }
    .inline-form-row { grid-template-columns: 1fr; }
    .inline-form-row .button { width: 100%; }
    .hero-banner-frame { border-radius: 18px; }
    .workflow-card { min-height: 340px; }
    .workflow-stage { padding-inline: 2px; }
    .section-space { padding-block: 64px; }
    .proof-section { padding-top: 26px; }
    .comment-cloud {
        columns: 2;
        column-gap: 10px;
        min-height: 0;
        padding: 20px;
    }
    .comment-float {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        display: inline-block;
        break-inside: avoid;
        margin: 0 0 2px;
    }
    .comment-float:nth-child(3n) { width: 92% !important; margin-left: 8%; }
    .comment-float:nth-child(4n) { width: 95% !important; margin-right: 5%; }
    .cta-panel { padding: 28px 22px; }
    .form-page { padding-top: 48px; }
    .form-shell { padding: 26px 18px; border-radius: 22px; }
    .form-shell h2 { font-size: 29px; }
    .two-col, .three-choice, .two-choice, .rating-row { grid-template-columns: 1fr; }
    .check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .choice-card span { min-height: 52px; }
    .step-actions { flex-direction: column-reverse; align-items: stretch; }
    .step-actions .button { width: 100%; }
    .split-actions { gap: 8px; }
    .success-card { padding: 42px 22px; }
    .success-actions { flex-direction: column; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 430px) {
    .header-actions .button-small { max-width: 178px; line-height: 1.15 !important; text-align: center; }
    .comment-cloud { columns: 1; }
    .comment-float:nth-child(3n),
    .comment-float:nth-child(4n) { width: 96% !important; margin-left: 2%; margin-right: 2%; }
    .check-grid { grid-template-columns: 1fr 1fr; }
    .workflow-bottom span { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal, .comment-float { opacity: 1; transform: none; }
    .comment-shot { animation: none !important; }
}


/* Version 1.2.0 layout and Salient compatibility overrides */
body.pushr-site .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    align-items: center;
    column-gap: 58px;
    row-gap: 42px;
    padding-top: 22px;
    padding-bottom: 34px;
}
body.pushr-site .hero-banner-wide {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin: 0;
}
body.pushr-site .hero-banner-wide img {
    width: 100%;
    height: clamp(230px, 30vw, 360px);
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
}
body.pushr-site .hero-visual {
    display: block;
    width: 100%;
}
body.pushr-site .hero-copy {
    width: 100%;
    max-width: 690px;
}
body.pushr-site .workflow-label {
    color: var(--muted-2) !important;
}
body.pushr-site .proof-section {
    padding-top: 54px;
}
body.pushr-site .section-heading p {
    width: 100% !important;
    max-width: 900px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* Hide native radio and checkbox controls inside styled selection cards. */
body.pushr-site .choice-card input[type="radio"],
body.pushr-site .check-card input[type="checkbox"],
body.pushr-site .check-row input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    pointer-events: none !important;
}
body.pushr-site .choice-card,
body.pushr-site .check-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.pushr-site .check-card::before,
body.pushr-site .check-card::after,
body.pushr-site .choice-card::before,
body.pushr-site .choice-card::after {
    display: none !important;
    content: none !important;
}

/* Force checkbox copy into a readable full-width row despite Salient form rules. */
body.pushr-site label.check-row,
body.pushr-site .pushr-form label.check-row,
body.pushr-site .form-shell label.check-row {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    align-items: start !important;
    justify-content: stretch !important;
    gap: 12px !important;
    margin: 18px 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: left !important;
}
body.pushr-site label.check-row.compact-check {
    max-width: none !important;
    margin-top: 12px !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
}
body.pushr-site label.check-row > .check-box {
    display: block !important;
    grid-column: 1 !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    float: none !important;
}
body.pushr-site label.check-row > span:last-child {
    display: block !important;
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: static !important;
    color: var(--muted) !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}
body.pushr-site label.check-row > span:last-child * {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

@media (max-width: 1040px) {
    body.pushr-site .hero {
        grid-template-columns: 1fr;
        row-gap: 34px;
        padding-top: 20px;
    }
    body.pushr-site .hero-banner-wide,
    body.pushr-site .hero-copy,
    body.pushr-site .hero-visual {
        grid-column: 1;
    }
    body.pushr-site .hero-copy {
        max-width: 820px;
    }
    body.pushr-site .hero-visual {
        width: min(100%, 760px);
        margin-inline: auto;
    }
}

@media (max-width: 760px) {
    body.pushr-site .hero {
        padding-top: 16px;
        row-gap: 28px;
    }
    body.pushr-site .hero-banner-wide img {
        height: clamp(180px, 48vw, 260px);
    }
    body.pushr-site label.check-row,
    body.pushr-site .pushr-form label.check-row,
    body.pushr-site .form-shell label.check-row {
        grid-template-columns: 20px minmax(0, 1fr) !important;
        font-size: 12.5px !important;
        gap: 11px !important;
    }
}

/* Version 1.3.0 waitlist hero and banner refinements */
body.pushr-site .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    align-items: center;
    padding-top: 46px;
    padding-bottom: 46px;
}
body.pushr-site .hero-copy {
    max-width: 640px;
    position: relative;
    z-index: 2;
}
body.pushr-site .hero h1 {
    font-size: clamp(38px, 3.9vw, 50px);
    line-height: 1.02;
    max-width: 100%;
}
body.pushr-site .hero .title-lock,
body.pushr-site .hero .keep-pair {
    white-space: normal;
}
body.pushr-site .hero .accent-text {
    display: block;
}
body.pushr-site .hero-visual {
    position: relative;
    z-index: 1;
}
body.pushr-site .hero-banner-section {
    padding-top: 8px;
    padding-bottom: 42px;
}
body.pushr-site .hero-banner-wide {
    width: 100%;
    max-width: none;
    margin: 0;
}
body.pushr-site .hero-banner-wide img {
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}
body.pushr-site .proof-section {
    padding-top: 38px;
}
body.pushr-site .site-footer .footer-links a:last-child,
body.pushr-site .site-footer .footer-links a:last-child strong {
    font-weight: 800 !important;
    color: var(--text) !important;
}

@media (max-width: 1040px) {
    body.pushr-site .hero {
        grid-template-columns: 1fr;
        padding-top: 30px;
        padding-bottom: 34px;
    }
    body.pushr-site .hero-copy {
        max-width: 820px;
    }
    body.pushr-site .hero h1 {
        font-size: clamp(40px, 7vw, 58px);
    }
    body.pushr-site .hero .title-lock,
    body.pushr-site .hero .keep-pair {
        white-space: nowrap;
    }
}

@media (max-width: 680px) {
    body.pushr-site .hero h1 {
        font-size: clamp(34px, 10.4vw, 48px);
    }
    body.pushr-site .hero .title-lock,
    body.pushr-site .hero .keep-pair {
        white-space: normal;
    }
    body.pushr-site .hero-banner-section {
        padding-bottom: 28px;
    }
}
