/* Prettifai production homepage styles. */

.homepage-v2 {
    --v2-max: 1160px;
    --v2-radius-lg: 28px;
    --v2-radius-md: 18px;
    --v2-shadow: 0 24px 80px rgba(26, 26, 31, 0.08);
}

.v2-premium { display: none; }
:root[data-theme="premium"] .v2-premium { display: block; }

.v2-container {
    width: min(100% - 48px, var(--v2-max));
    margin-inline: auto;
}

:root[data-theme="premium"] .homepage-v2 #main-content {
    padding-top: 0;
    display: block;
}

:root[data-theme="premium"] .homepage-v2 .topbar {
    height: 56px;
    padding-inline: 24px;
}

.topbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 140ms ease, background-color 140ms ease;
}

.topbar-cta:hover { background: #000; transform: translateY(-1px); }

:root[data-theme="premium"] .homepage-v2 .hero {
    min-height: calc(100svh - 56px);
    padding: 72px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

:root[data-theme="premium"] .homepage-v2 .hero::before,
:root[data-theme="premium"] .homepage-v2 .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

:root[data-theme="premium"] .homepage-v2 .hero::before {
    width: 520px;
    height: 520px;
    right: -240px;
    top: -200px;
    background: radial-gradient(circle, rgba(0, 168, 98, 0.11), rgba(0, 168, 98, 0) 68%);
}

:root[data-theme="premium"] .homepage-v2 .hero::after {
    width: 340px;
    height: 340px;
    left: -180px;
    bottom: -150px;
    background: radial-gradient(circle, rgba(26, 26, 31, 0.06), rgba(26, 26, 31, 0) 70%);
}

:root[data-theme="premium"] .homepage-v2 .hero-container {
    width: min(100% - 48px, var(--v2-max));
    max-width: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

:root[data-theme="premium"] .hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: center;
}

:root[data-theme="premium"] .homepage-v2 .hero__title {
    max-width: 650px;
    font-size: clamp(3.8rem, 5.15vw, 5.35rem);
    line-height: 0.96;
    letter-spacing: -0.052em;
    margin-bottom: 1.7rem;
}

.hero-title-lead {
    display: block;
    margin-bottom: 0.14em;
    font-size: clamp(0.42em, 4.2vw, 0.7em);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.hero-title-line { white-space: nowrap; }

.homepage-v2 .billion-dollar-brand {
    display: block;
    margin-bottom: 0.08em;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(0.42em, 4.2vw, 0.7em);
    font-style: normal;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: var(--ink);
    white-space: nowrap;
}

.effortless-title {
    display: block;
    margin-top: 0;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(0.42em, 4.2vw, 0.7em);
    font-weight: 500;
    letter-spacing: -0.045em;
    color: var(--ink);
}

.effortless-title em {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.12em;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: var(--pop-ink);
}

.effortless-title b {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    color: var(--ink);
}

:root[data-theme="premium"] .homepage-v2 .hero__subtitle {
    max-width: 590px;
    font-size: clamp(1.05rem, 1.3vw, 1.22rem);
    line-height: 1.5;
    margin-bottom: 1.75rem;
}

:root[data-theme="premium"] .homepage-v2 .premium-header { margin-bottom: 1.75rem; }
:root[data-theme="premium"] .homepage-v2 .coming-soon-badge { animation: none; }
:root[data-theme="premium"] .homepage-v2 .tag-chips { margin-bottom: 2rem; }

:root[data-theme="premium"] .homepage-v2 .waitlist-form { max-width: 100%; }
:root[data-theme="premium"] .homepage-v2 .success-message { max-width: 100%; }

.hero-outcome {
    min-height: 490px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(244,250,247,0.92)),
        var(--surface);
    box-shadow: 0 30px 90px rgba(26,26,31,0.10);
    position: relative;
    overflow: hidden;
}

:root[data-theme="premium"] .hero-outcome {
    display: block;
    animation: fadeInUp 0.9s 0.52s var(--transition-easing) both;
}

.hero-comparison { position: relative; }

.hero-comparison__controls {
    position: absolute;
    z-index: 5;
    top: 14px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.58);
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    box-shadow: 0 10px 30px rgba(26,26,31,0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.hero-comparison__control {
    min-width: 78px;
    min-height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ink-2);
    font: 600 11px/1 "Space Grotesk", system-ui, sans-serif;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-comparison__control:hover { color: var(--ink); }
.hero-comparison__control:focus-visible { outline: 3px solid rgba(0,168,98,0.28); outline-offset: 2px; }
.hero-comparison__control[aria-pressed="true"] {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 5px 16px rgba(26,26,31,0.2);
}
.hero-comparison__control[data-comparison-state="after"][aria-pressed="true"] {
    background: var(--pop);
    box-shadow: 0 5px 18px rgba(0,168,98,0.28);
}

.hero-comparison__stage {
    aspect-ratio: 1.76 / 1;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: #dfe5e1;
}

.hero-comparison__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-comparison__image--before { z-index: 1; }
.hero-comparison__image--after {
    z-index: 2;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 420ms var(--transition-easing);
    will-change: clip-path;
}
.hero-comparison[data-state="after"] .hero-comparison__image--after {
    clip-path: inset(0 0 0 0);
    transition-duration: 1100ms;
}

.hero-comparison__laser {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    opacity: 0;
    background: #c4ffe1;
    box-shadow: 0 0 8px #51e9a8, 0 0 22px rgba(0,255,157,0.92), 0 0 46px rgba(0,168,98,0.8);
    pointer-events: none;
}
.hero-comparison__laser::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    background: linear-gradient(90deg, transparent, rgba(66,235,160,0.16));
}
.hero-comparison.is-transforming .hero-comparison__laser {
    animation: heroLaserSweep 1100ms var(--transition-easing) both;
}

@keyframes heroLaserSweep {
    0% { left: 0; opacity: 0; }
    7% { opacity: 1; }
    93% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

.hero-outcome::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -100px;
    top: -110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,168,98,0.14), rgba(0,168,98,0));
}

.hero-outcome__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    color: var(--ink-mute);
    font: 500 10px/1 "JetBrains Mono", ui-monospace, monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-outcome__label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pop);
    box-shadow: 0 0 0 5px var(--pop-soft);
    animation: outcomePulse 1.8s ease-in-out infinite;
}

.hero-pages {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.hero-page {
    min-height: 218px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    overflow: hidden;
    position: relative;
}

.hero-page > small {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 11px;
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--surface-3);
    color: var(--ink-mute);
    font: 500 8px/1 "JetBrains Mono", ui-monospace, monospace;
    text-transform: uppercase;
}

.hero-page--before { opacity: 0.72; transform: rotate(-2deg); }
.hero-page--draft { border-color: rgba(0,168,98,0.35); transform: rotate(2deg); box-shadow: 0 16px 36px rgba(0,168,98,0.12); }
.hero-page--draft > small { color: var(--pop-ink); background: var(--pop-soft); }

.hero-page__browser {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 9px;
    border-bottom: 1px solid var(--line);
}

.hero-page__browser i { width: 5px; height: 5px; border-radius: 50%; background: var(--line); }
.hero-page__body { padding: 48px 16px 16px; }
.hero-page__body b,
.hero-page__body span { display: block; border-radius: 4px; }
.hero-page__body b { width: 86%; height: 19px; background: var(--ink); }
.hero-page__body span { margin-top: 9px; height: 8px; background: var(--line); }
.hero-page__body span:nth-child(2) { width: 70%; }
.hero-page__body span:nth-child(3) { width: 100%; height: 66px; margin-top: 25px; background: var(--surface-3); }
.hero-page--draft .hero-page__body span:nth-child(3) { background: linear-gradient(135deg, #cce8da, #edf8f2); }

.hero-conveyor { text-align: center; }
.hero-conveyor__track {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    border-block: 1px solid var(--line);
    background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(26,26,31,0.03) 9px 12px);
}
.hero-conveyor__track i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pop);
    opacity: 0.2;
    animation: conveyorAgent 2.1s ease-in-out infinite;
}
.hero-conveyor__track i:nth-child(2) { animation-delay: .15s; }
.hero-conveyor__track i:nth-child(3) { animation-delay: .3s; }
.hero-conveyor__track i:nth-child(4) { animation-delay: .45s; }
.hero-conveyor__track i:nth-child(5) { animation-delay: .6s; }
.hero-conveyor__track i:nth-child(6) { animation-delay: .75s; }
.hero-conveyor__track i:nth-child(7) { animation-delay: .9s; }
.hero-conveyor > span { display: block; margin-top: 8px; color: var(--ink-mute); font: 500 8px/1.3 "JetBrains Mono", ui-monospace, monospace; text-transform: uppercase; }

.hero-outcome__bottom {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 12px;
    margin-top: 30px;
}

.sales-card,
.merchant-card {
    min-height: 112px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,0.82);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sales-card small,
.merchant-card small { display: block; color: var(--ink-mute); font-size: 9px; text-transform: uppercase; letter-spacing: 0.07em; }
.sales-card strong,
.merchant-card strong { display: block; margin-top: 6px; color: var(--ink); font-size: 12px; line-height: 1.2; }
.sales-bars { height: 54px; display: flex; align-items: flex-end; gap: 4px; }
.sales-bars i { width: 7px; border-radius: 3px 3px 1px 1px; background: var(--pop); opacity: 0.75; }
.sales-bars i:nth-child(1) { height: 18%; }
.sales-bars i:nth-child(2) { height: 29%; }
.sales-bars i:nth-child(3) { height: 42%; }
.sales-bars i:nth-child(4) { height: 58%; }
.sales-bars i:nth-child(5) { height: 75%; }
.sales-bars i:nth-child(6) { height: 100%; animation: salesGrow 1.8s ease-in-out infinite alternate; }
.merchant-card { justify-content: flex-start; }
.merchant-face { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--pop-soft); color: var(--pop-ink); font-size: 27px; line-height: 1; }

@keyframes outcomePulse { 50% { box-shadow: 0 0 0 9px rgba(0,168,98,0); } }
@keyframes conveyorAgent { 0%, 100% { opacity: .18; transform: scale(.8); } 35% { opacity: 1; transform: scale(1.25); } }
@keyframes salesGrow { from { height: 82%; } to { height: 100%; } }

.tag-chip--shopify {
    color: var(--pop-ink);
    border-color: rgba(0, 168, 98, 0.28);
    background: var(--pop-soft);
}

.hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    color: var(--ink-mute);
    text-decoration: none;
    font: 500 11px/1 "JetBrains Mono", ui-monospace, monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    gap: 9px;
    align-items: center;
}

:root[data-theme="premium"] .hero-scroll-cue { display: flex; }
.hero-scroll-cue span:last-child { animation: scrollCue 1.7s ease-in-out infinite; }

@keyframes scrollCue {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(4px); }
}

.safety-strip {
    background: var(--ink);
    color: #fff;
    border-block: 1px solid rgba(255,255,255,0.12);
}

:root[data-theme="premium"] .safety-strip__grid {
    min-height: 126px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.safety-promise {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 30px 24px;
    border-left: 1px solid rgba(255,255,255,0.12);
}

.safety-promise:last-child { border-right: 1px solid rgba(255,255,255,0.12); }
.safety-promise--ownership {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 8%, rgba(160,255,211,0.24), transparent 52%),
        linear-gradient(135deg, rgba(63,215,150,0.20), rgba(0,168,98,0.08) 58%, rgba(255,255,255,0.03));
    box-shadow:
        inset 0 0 0 1px rgba(106,214,168,0.16),
        inset 0 1px 0 rgba(255,255,255,0.08);
}
.safety-promise--ownership::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 150px;
    right: -65px;
    bottom: -95px;
    border-radius: 50%;
    background: rgba(106,214,168,0.16);
    filter: blur(20px);
    pointer-events: none;
}
.safety-promise--ownership .safety-promise__icon { color: #9df0c7; }
.safety-promise--ownership div span { color: rgba(230,255,242,0.78); }
.safety-promise__icon {
    color: #6ad6a8;
    font: 500 10px/1.6 "JetBrains Mono", ui-monospace, monospace;
}
.safety-promise div { display: grid; gap: 7px; }
.safety-promise strong { font-size: 14px; line-height: 1.25; font-weight: 600; }
.safety-promise div span { color: rgba(255,255,255,0.62); font-size: 12px; line-height: 1.45; }

.v2-section { padding: 128px 0; }
.v2-section + .v2-section { border-top: 1px solid var(--line); }

.section-heading { max-width: 670px; margin-bottom: 54px; }
.section-heading--wide { max-width: 860px; }
.section-kicker {
    display: block;
    margin-bottom: 16px;
    color: var(--pop-ink);
    font: 500 11px/1.2 "JetBrains Mono", ui-monospace, monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.section-heading h2,
.guarantee-card h2,
.final-cta h2 {
    font: 500 clamp(2.35rem, 5vw, 4.7rem)/0.98 "Space Grotesk", system-ui, sans-serif;
    letter-spacing: -0.055em;
    color: var(--ink);
}
.section-heading h2 em {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.12em;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: var(--pop-ink);
}
.section-heading > p {
    max-width: 620px;
    margin-top: 22px;
    color: var(--ink-2);
    font-size: 18px;
    line-height: 1.65;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.step-card {
    min-height: 430px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--v2-radius-md);
    background: var(--surface);
    display: flex;
    flex-direction: column;
    transition: transform 220ms var(--transition-easing), box-shadow 220ms ease, border-color 220ms ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--v2-shadow);
    border-color: rgba(0,168,98,0.28);
}

.step-card--featured { background: var(--ink); border-color: var(--ink); color: #fff; }
.step-card--featured h3 { color: #fff; }
.step-card--featured p { color: rgba(255,255,255,0.64); }
.step-card--featured .step-card__number { color: #6ad6a8; }

.step-card__number {
    font: 500 11px/1 "JetBrains Mono", ui-monospace, monospace;
    color: var(--ink-mute);
}
.step-card h3 { margin-top: auto; font-size: 22px; line-height: 1.15; letter-spacing: -0.025em; }
.step-card p { margin-top: 12px; color: var(--ink-mute); font-size: 14px; line-height: 1.55; }

.step-card__visual {
    height: 170px;
    margin: 30px 0;
    border-radius: 14px;
    position: relative;
}

.step-card__visual--inspiration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 18px;
    background: var(--surface-3);
}
.step-card__visual--inspiration span { border-radius: 7px; border: 1px solid var(--line); background: var(--surface); }
.step-card__visual--inspiration span:nth-child(1) { background: linear-gradient(160deg, #e5efe9, #fff); transform: translateY(8px); }
.step-card__visual--inspiration span:nth-child(2) { background: linear-gradient(160deg, #1a1a1f, #555); transform: translateY(-7px); }
.step-card__visual--inspiration span:nth-child(3) { background: linear-gradient(160deg, #d6e9df, #69b58f); transform: translateY(13px); }

.agent-mini-network { border: 1px solid rgba(255,255,255,0.11); }
.agent-mini-network b {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 24px;
}
.agent-mini-network i {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6ad6a8;
    box-shadow: 0 0 0 7px rgba(106,214,168,0.09);
}
.agent-mini-network i:nth-child(1) { left: 14%; top: 20%; }
.agent-mini-network i:nth-child(2) { left: 48%; top: 10%; }
.agent-mini-network i:nth-child(3) { right: 13%; top: 23%; }
.agent-mini-network i:nth-child(4) { right: 7%; top: 62%; }
.agent-mini-network i:nth-child(5) { left: 48%; bottom: 7%; }
.agent-mini-network i:nth-child(6) { left: 12%; bottom: 21%; }
.agent-mini-network i:nth-child(7) { left: 6%; top: 48%; }

.agent-mini-sequence {
    border: 1px solid rgba(255,255,255,0.11);
    padding: 26px 18px 18px;
    display: grid;
    align-content: center;
    gap: 16px;
}
.agent-mini-sequence__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.agent-mini-sequence__row--reverse { padding-inline: 16px; }
.agent-mini-sequence__row i {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #6ad6a8;
    color: var(--ink);
    font: 600 9px/1 "JetBrains Mono", ui-monospace, monospace;
    box-shadow: 0 0 0 6px rgba(106,214,168,0.08);
}
.agent-mini-sequence__row span { color: rgba(255,255,255,0.3); font-size: 12px; }
.agent-mini-sequence > b {
    justify-self: center;
    color: rgba(255,255,255,0.58);
    font: 500 8px/1 "JetBrains Mono", ui-monospace, monospace;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.draft-preview { padding: 15px; background: var(--surface-3); border: 1px solid var(--line); }
.draft-preview span { display: block; border-radius: 5px; }
.draft-preview__bar { width: 100%; height: 17px; background: var(--surface); border: 1px solid var(--line); }
.draft-preview__hero { width: 100%; height: 72px; margin-top: 10px; background: linear-gradient(135deg, #dceee5, #f8fbf9); }
.draft-preview__row { width: 68%; height: 17px; margin-top: 10px; background: var(--ink); opacity: 0.82; }

.agents-section { background: var(--ink); overflow: hidden; }
.agents-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 80px; align-items: center; }
.agents-copy { max-width: 760px; margin: 0; }
.agents-copy h2 { color: #fff; }
.agents-copy h2 em { color: #6ad6a8; }
.agents-copy > p { color: rgba(255,255,255,0.62); }
.agent-role-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.agent-role-list span {
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    color: rgba(255,255,255,0.76);
    font-size: 12px;
}

.agent-orbit {
    width: min(100%, 570px);
    aspect-ratio: 1;
    margin-inline: auto;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    position: relative;
    isolation: isolate;
    background: radial-gradient(circle, rgba(0,168,98,0.15), transparent 58%);
    box-shadow: inset 0 0 80px rgba(0,168,98,0.05), 0 0 90px rgba(0,168,98,0.05);
}
.agent-orbit::before,
.agent-orbit::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -2px;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    background: repeating-conic-gradient(
        from 18deg,
        rgba(106,214,168,0.9) 0 10deg,
        rgba(106,214,168,0.12) 10deg 35deg,
        rgba(255,255,255,0.24) 35deg 39deg,
        transparent 39deg 59deg
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    animation: agentOrbitClockwise 46s linear infinite;
    filter: drop-shadow(0 0 7px rgba(106,214,168,0.28));
}
.agent-orbit::after {
    inset: 23%;
    background: repeating-conic-gradient(
        from -12deg,
        rgba(255,255,255,0.28) 0 5deg,
        rgba(106,214,168,0.55) 5deg 23deg,
        transparent 23deg 47deg
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
    animation: agentOrbitCounterClockwise 34s linear infinite;
    filter: drop-shadow(0 0 5px rgba(106,214,168,0.2));
}

@keyframes agentOrbitClockwise {
    to { transform: rotate(1turn); }
}

@keyframes agentOrbitCounterClockwise {
    to { transform: rotate(-1turn); }
}

.agent-orbit__core {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 80px rgba(0,168,98,0.22);
}
.agent-orbit__core img { border-radius: 15px; margin-bottom: 12px; }
.agent-orbit__core strong { color: var(--ink); font-size: 15px; }
.agent-orbit__core span { color: var(--ink-mute); font-size: 11px; }
.orbit-node {
    position: absolute;
    z-index: 3;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    background: #25252b;
    color: rgba(255,255,255,0.82);
    font: 500 11px/1 "JetBrains Mono", ui-monospace, monospace;
    box-shadow: 0 10px 26px rgba(0,0,0,0.28);
}
.orbit-node--1 { left: 43%; top: -2%; }
.orbit-node--2 { right: 6%; top: 17%; }
.orbit-node--3 { right: -3%; top: 50%; }
.orbit-node--4 { right: 13%; bottom: 9%; }
.orbit-node--5 { left: 35%; bottom: -2%; }
.orbit-node--6 { left: -1%; bottom: 20%; }
.orbit-node--7 { left: -5%; top: 27%; }

.agent-loop {
    position: relative;
    padding: 18px 0 78px;
}
.agent-loop__sequence {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr) 25px) minmax(0, 1fr);
    align-items: center;
    position: relative;
    z-index: 2;
}
.agent-loop__sequence article {
    min-height: 132px;
    padding: 17px 13px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    background: #232329;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.agent-loop__sequence article:hover {
    transform: translateY(-4px);
    border-color: rgba(106,214,168,0.55);
    background: #282830;
}
.agent-loop__sequence article span {
    color: #6ad6a8;
    font: 500 9px/1 "JetBrains Mono", ui-monospace, monospace;
}
.agent-loop__sequence article strong {
    color: #fff;
    font-size: clamp(11px, 1vw, 14px);
    line-height: 1.25;
}
.agent-loop__sequence > i {
    color: rgba(255,255,255,0.28);
    font-style: normal;
    text-align: center;
}
.agent-loop__return {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 2px;
    height: 52px;
    border: 1px solid rgba(106,214,168,0.3);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    color: #6ad6a8;
}
.agent-loop__return span {
    position: absolute;
    left: -8px;
    top: -12px;
    font-size: 23px;
    transform: rotate(20deg);
}
.agent-loop__return b {
    position: absolute;
    left: 50%;
    bottom: -8px;
    translate: -50% 0;
    padding: 3px 10px;
    background: var(--ink);
    color: rgba(106,214,168,0.82);
    font: 500 8px/1 "JetBrains Mono", ui-monospace, monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.bento-card {
    min-height: 270px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--v2-radius-md);
    background: var(--surface);
    position: relative;
    overflow: hidden;
}
.bento-card h3 { margin-top: 14px; font-size: 23px; letter-spacing: -0.03em; }
.bento-card p { margin-top: 10px; max-width: 380px; color: var(--ink-mute); font-size: 14px; line-height: 1.55; }
.bento-card__eyebrow { color: var(--pop-ink); font: 500 10px/1 "JetBrains Mono", ui-monospace, monospace; letter-spacing: 0.1em; text-transform: uppercase; }
.bento-card--brand { grid-column: span 7; }
.bento-card--layout { grid-column: span 5; }
.bento-card--mobile { grid-column: span 4; }
.bento-card--images { grid-column: span 4; }
.bento-card--performance {
    grid-column: span 4;
}
.bento-card--qa { grid-column: span 12; min-height: 330px; }

.improve-heading > span { display: block; }
.improve-heading > small {
    display: block;
    margin-top: 18px;
    color: var(--ink-2);
    font: 500 clamp(1.35rem, 2.25vw, 2.15rem)/1.08 "Space Grotesk", system-ui, sans-serif;
    letter-spacing: -0.035em;
}

.brand-system-demo {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    animation: bentoFloatY 8.2s -3.1s ease-in-out infinite alternate;
}
.brand-type-sample { display: flex; align-items: center; gap: 11px; }
.brand-type-sample > strong {
    font: italic 400 54px/0.8 "Instrument Serif", Georgia, serif;
    letter-spacing: -0.06em;
    color: var(--ink);
}
.brand-type-sample > span { display: grid; gap: 4px; }
.brand-type-sample b { font-size: 11px; letter-spacing: -0.02em; }
.brand-type-sample em { color: var(--pop-ink); font: italic 15px/1 "Instrument Serif", Georgia, serif; }
.brand-swatches { display: flex; }
.brand-swatches i { width: 64px; height: 64px; border-radius: 50%; margin-left: -13px; border: 4px solid #fff; background: var(--ink); }
.brand-swatches i:nth-child(2) { background: #00a862; }
.brand-swatches i:nth-child(3) { background: #dceee5; }
.brand-swatches i:nth-child(4) { background: #ece9d8; }

.layout-demo {
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: 48%;
    padding: 14px;
    display: grid;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(26,26,31,0.08);
    animation: bentoDriftX 9.1s -5.4s ease-in-out infinite alternate-reverse;
}
.layout-product { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.layout-product span { font-size: 11px; font-weight: 600; }
.layout-product strong { font-size: 11px; }
.layout-rating { color: #e7aa34; font-size: 8px; letter-spacing: 0.05em; }
.layout-rating span { margin-left: 4px; color: var(--ink-mute); font-size: 8px; letter-spacing: 0; }
.layout-buy {
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: var(--ink);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.device-demo { position: absolute; bottom: 25px; right: 24px; display: flex; align-items: flex-end; gap: 8px; animation: bentoFloatY 7.4s -1.8s ease-in-out infinite alternate-reverse; }
.device-demo i { display: block; border: 2px solid var(--ink); border-radius: 7px; background: var(--surface-3); }
.device-demo i:nth-child(1) { width: 76px; height: 56px; }
.device-demo i:nth-child(2) { width: 48px; height: 72px; }
.device-demo i:nth-child(3) { width: 25px; height: 52px; }

.crop-demo {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 142px;
    height: 102px;
    border: 1px solid var(--line);
    overflow: hidden;
    border-radius: 12px;
    background: #f7f5ef;
    box-shadow: 0 12px 30px rgba(26,26,31,0.1);
    animation: bentoDriftX 10.3s -6.2s ease-in-out infinite alternate;
}
.crop-demo__scene {
    position: absolute;
    inset: 14px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 24%, rgba(255,255,255,0.8) 0 8%, transparent 9%),
        linear-gradient(145deg, #dceee5, #c9dfd4 62%, #a9c9b8);
    transform: scale(1.02);
    animation: cropSceneFill 9.4s -3.7s ease-in-out infinite alternate;
}
.crop-demo__scene span {
    position: absolute;
    left: 50%;
    bottom: 9px;
    width: 46px;
    height: 44px;
    translate: -50% 0;
    border-radius: 5px 5px 9px 9px;
    background: var(--ink);
    box-shadow: 0 8px 14px rgba(26,26,31,0.18);
}
.crop-demo__scene span::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -14px;
    width: 26px;
    height: 20px;
    border: 4px solid var(--ink);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
}
.crop-demo__scene span::after {
    content: "P";
    position: absolute;
    inset: 15px auto auto 50%;
    translate: -50% 0;
    color: #6ad6a8;
    font: italic 15px/1 "Instrument Serif", Georgia, serif;
}
.crop-demo__line {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    height: 14px;
    background: repeating-linear-gradient(
        to bottom,
        #fff 0 4px,
        rgba(26,26,31,0.16) 4px 5px,
        #fff 5px 9px
    );
    animation: cropLinesClear 9.4s -3.7s ease-in-out infinite alternate;
}
.crop-demo__line--top { top: 0; transform-origin: top; }
.crop-demo__line--bottom { bottom: 0; transform-origin: bottom; }

@keyframes cropSceneFill {
    from { transform: scale(1.02); }
    to { transform: scale(1.2); }
}

@keyframes cropLinesClear {
    from { opacity: 1; transform: scaleY(1); }
    to { opacity: 0.08; transform: scaleY(0.08); }
}

.speed-benchmarks {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bentoFloatY 9.7s -4.6s ease-in-out infinite alternate;
}
.speed-gauge {
    width: clamp(60px, 6vw, 74px);
    aspect-ratio: 1;
    margin-inline: -7px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: conic-gradient(from 205deg, #91d7b8 0 78%, #e5f2ec 78% 100%);
    box-shadow: 0 8px 24px rgba(26,26,31,0.06);
}
.speed-gauge::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid var(--line);
    border-radius: inherit;
    background: linear-gradient(145deg, #fff, #f4f8f6);
}
.speed-gauge > * { position: relative; z-index: 1; }
.speed-gauge strong {
    color: var(--ink);
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1;
    letter-spacing: -0.06em;
}
.speed-gauge--primary {
    width: clamp(74px, 7.4vw, 92px);
    z-index: 2;
    margin-inline: -9px;
    background: conic-gradient(from 205deg, #9decab 0 44%, var(--pop) 44% 88%, #dceee5 88% 100%);
    box-shadow: 0 10px 28px rgba(0,168,98,0.14);
}
.speed-gauge--primary::before { inset: 7px; }
.speed-gauge--primary strong { font-size: clamp(23px, 2vw, 30px); }

.qa-comparison { position: absolute; right: 28px; bottom: 28px; width: 48%; height: 205px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; animation: bentoDriftX 11.2s -7.1s ease-in-out infinite alternate-reverse; }
.qa-comparison span { display: flex; align-items: flex-end; padding: 15px; background: linear-gradient(160deg, #ece9d8, #fff); }
.qa-comparison span:last-child { background: linear-gradient(160deg, #cde8db, #f7fbf9); border-left: 2px solid var(--pop); }
.qa-comparison small { padding: 5px 8px; border-radius: 999px; background: #fff; font-size: 10px; }

@keyframes bentoFloatY {
    from { transform: translateY(-2px); }
    to { transform: translateY(3px); }
}

@keyframes bentoDriftX {
    from { transform: translateX(-2px); }
    to { transform: translateX(3px); }
}

.control-section { background: var(--surface-3); }
.control-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 74px; align-items: center; }
.control-copy { margin: 0; }
.control-list { list-style: none; margin-top: 28px; display: grid; gap: 12px; }
.control-list li { color: var(--ink-2); font-size: 14px; }
.control-list span { color: var(--pop); margin-right: 9px; }

.control-guarantee {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 24px;
    padding: 15px;
    border: 1px solid rgba(0,168,98,0.25);
    border-radius: 14px;
    background: var(--pop-soft);
}
.control-guarantee > span {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pop);
    color: #fff;
    font: italic 22px/1 "Instrument Serif", Georgia, serif;
}
.control-guarantee p { color: var(--pop-ink); font-size: 12px; line-height: 1.4; }
.control-guarantee strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 13px; }

.theme-comparison { display: grid; grid-template-columns: 1fr 46px 1fr; align-items: center; }
.theme-window { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: var(--surface); box-shadow: 0 16px 50px rgba(26,26,31,0.08); }
.theme-window__top { height: 38px; display: flex; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid var(--line); }
.theme-window__top span { width: 6px; height: 6px; border-radius: 50%; background: var(--line); }
.theme-window__top b { margin-left: auto; color: var(--ink-mute); font-size: 9px; text-transform: uppercase; letter-spacing: 0.09em; }
.theme-window__body { height: 235px; padding: 22px; position: relative; background: linear-gradient(145deg, #fafafb, #fff); }
.theme-window__body > span { display: block; height: 15px; margin-bottom: 9px; border-radius: 3px; background: var(--line); }
.theme-window__body > span:nth-of-type(1) { width: 72%; background: var(--ink); }
.theme-window__body > span:nth-of-type(2) { width: 52%; }
.theme-window__body > span:nth-of-type(3) { width: 88%; height: 86px; margin-top: 22px; background: #e8e8ea; }
.theme-window__lock,
.theme-window__status { position: absolute; right: 15px; top: 15px; z-index: 2; padding: 5px 8px; border-radius: 999px; font: 500 8px/1 "JetBrains Mono", ui-monospace, monospace; text-transform: uppercase; }
.theme-window__lock { color: var(--ink-mute); background: var(--surface-3); }
.theme-window__status { color: var(--pop-ink); background: var(--pop-soft); }
.theme-window footer { padding: 12px 15px; border-top: 1px solid var(--line); color: var(--ink-mute); font-size: 10px; }
.theme-window--live { transform: rotate(-2deg); opacity: 0.82; }
.theme-window--draft { transform: rotate(2deg); border-color: rgba(0,168,98,0.35); }
.theme-window--draft .theme-window__body > span:nth-of-type(3) { background: linear-gradient(135deg, #cce7da, #f2faf6); }
.theme-arrow { text-align: center; font-size: 22px; color: var(--pop); }

.guarantee-section { padding: 90px 0; background: var(--surface); border-top: 1px solid var(--line); }
:root[data-theme="premium"] .guarantee-card { display: grid; grid-template-columns: 74px 1fr auto; gap: 28px; align-items: center; }
.guarantee-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--pop); color: #fff; font: italic 32px/1 "Instrument Serif", Georgia, serif; }
.guarantee-card .section-kicker { margin-bottom: 10px; }
.guarantee-card h2 { max-width: 760px; font-size: clamp(2rem, 3.8vw, 3.8rem); }
.guarantee-cta { display: inline-flex; gap: 8px; align-items: center; padding: 13px 18px; background: var(--ink); color: #fff; border-radius: 999px; text-decoration: none; font-size: 13px; white-space: nowrap; }

.final-cta { padding: 150px 0; background: var(--ink); text-align: center; }
.final-cta__inner { max-width: 900px; }
.final-cta .section-kicker { color: #6ad6a8; }
.final-cta h2 { color: #fff; font-size: clamp(3rem, 7vw, 6.8rem); }
.final-cta p { margin: 24px auto 34px; max-width: 640px; color: rgba(255,255,255,0.62); font-size: 18px; }
.final-cta__button { display: inline-flex; min-height: 50px; align-items: center; padding: 0 25px; border-radius: 999px; background: #fff; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14px; }

:root[data-theme="premium"] .homepage-v2 .site-footer { margin-top: 0; }

@supports (animation-timeline: view()) {
    :root[data-theme="premium"] .v2-section .section-heading,
    :root[data-theme="premium"] .step-card,
    :root[data-theme="premium"] .bento-card,
    :root[data-theme="premium"] .theme-comparison {
        animation: v2Reveal linear both;
        animation-timeline: view();
        animation-range: entry 8% cover 28%;
    }
}

@keyframes v2Reveal {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
    :root[data-theme="premium"] .homepage-v2 .topbar-nav { display: flex; }
    :root[data-theme="premium"] .hero-layout { grid-template-columns: 1fr; }
    :root[data-theme="premium"] .homepage-v2 .hero { min-height: auto; }
    .hero-outcome { width: min(100%, 650px); margin: 26px auto 0; }
    :root[data-theme="premium"] .homepage-v2 .hero__title { font-size: clamp(3.1rem, 9.2vw, 5.4rem); }
    :root[data-theme="premium"] .safety-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .safety-promise:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.12); }
    .safety-promise:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.12); border-right: 1px solid rgba(255,255,255,0.12); }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 330px; }
    .agents-layout,
    .control-layout { grid-template-columns: 1fr; }
    .agents-layout { gap: 58px; }
    .agent-orbit { max-width: 520px; }
    .bento-card--brand,
    .bento-card--layout,
    .bento-card--mobile,
    .bento-card--images,
    .bento-card--performance { grid-column: span 6; }
    .bento-card--qa { grid-column: span 12; }
    :root[data-theme="premium"] .guarantee-card { grid-template-columns: 64px 1fr; }
    .guarantee-cta { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
    .v2-container { width: min(100% - 32px, var(--v2-max)); }
    :root[data-theme="premium"] .homepage-v2 .topbar { padding-inline: 16px; }
    :root[data-theme="premium"] .homepage-v2 .topbar-nav { margin-left: auto; }
    :root[data-theme="premium"] .homepage-v2 .nav-link { padding-inline: 8px; font-size: 12px; }
    .topbar-cta { min-height: 34px; padding-inline: 13px; font-size: 12px; }
    :root[data-theme="premium"] .homepage-v2 .hero { min-height: auto; padding: 68px 0 88px; }
    :root[data-theme="premium"] .homepage-v2 .hero-container { width: min(100% - 32px, var(--v2-max)); }
    :root[data-theme="premium"] .homepage-v2 .hero__title { font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: 0.95; }
    .homepage-v2 .billion-dollar-brand,
    .effortless-title { white-space: nowrap; }
    .hero-scroll-cue { display: none !important; }
    .hero-outcome { min-height: 0; padding: 18px; border-radius: 20px; }
    .hero-pages { grid-template-columns: 1fr; gap: 14px; }
    .hero-page { min-height: 170px; }
    .hero-page--before,
    .hero-page--draft { transform: none; }
    .hero-conveyor { display: grid; gap: 6px; }
    .hero-conveyor__track { grid-row: 2; }
    .hero-outcome__bottom { grid-template-columns: 1fr; }
    .hero-comparison__stage { border-radius: 14px; }
    .hero-comparison__controls { top: 10px; padding: 3px; }
    .hero-comparison__control { min-width: 68px; min-height: 32px; padding-inline: 12px; font-size: 10px; }
    :root[data-theme="premium"] .safety-strip__grid { grid-template-columns: 1fr; }
    .safety-promise { border-right: 1px solid rgba(255,255,255,0.12); border-top: 1px solid rgba(255,255,255,0.12); }
    .safety-promise:first-child { border-top: 0; }
    .v2-section { padding: 88px 0; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2,
    .guarantee-card h2 { font-size: clamp(2.2rem, 11vw, 3.5rem); }
    .section-heading > p { font-size: 16px; }
    .step-card { min-height: 360px; }
    .agent-loop { padding-bottom: 0; }
    .agent-loop__sequence { grid-template-columns: 1fr; gap: 10px; }
    .agent-loop__sequence article { min-height: 92px; }
    .agent-loop__sequence > i { transform: rotate(90deg); }
    .agent-loop__return {
        position: relative;
        inset: auto;
        height: auto;
        margin-top: 16px;
        padding: 10px;
        border: 1px solid rgba(106,214,168,0.3);
        border-radius: 999px;
        text-align: center;
    }
    .agent-loop__return span { position: static; display: inline; margin-right: 6px; font-size: 16px; }
    .agent-loop__return b { position: static; translate: none; background: transparent; }
    .agent-orbit { width: 92%; }
    .agent-orbit__core { width: 130px; height: 130px; }
    .agent-orbit__core img { width: 42px; height: 42px; }
    .orbit-node { padding: 6px 9px; font-size: 8px; }
    .bento-card--brand,
    .bento-card--layout,
    .bento-card--mobile,
    .bento-card--images,
    .bento-card--performance,
    .bento-card--qa { grid-column: span 12; }
    .bento-card { min-height: 265px; }
    .brand-system-demo { left: 24px; right: 24px; gap: 12px; justify-content: space-between; }
    .brand-type-sample { gap: 7px; }
    .brand-type-sample > strong { font-size: 43px; }
    .brand-type-sample b { font-size: 9px; }
    .brand-type-sample em { font-size: 12px; }
    .brand-swatches i { width: 44px; height: 44px; margin-left: -9px; border-width: 3px; }
    .bento-card--qa { min-height: 470px; }
    .qa-comparison { left: 28px; right: 28px; bottom: 28px; width: auto; height: 220px; }
    .control-layout { gap: 54px; }
    .theme-comparison { grid-template-columns: 1fr; gap: 16px; }
    .theme-arrow { transform: rotate(90deg); }
    .theme-window--live,
    .theme-window--draft { transform: none; }
    :root[data-theme="premium"] .guarantee-card { grid-template-columns: 1fr; text-align: left; }
    .guarantee-cta { grid-column: 1; }
    .final-cta { padding: 105px 0; }
    .final-cta h2 { font-size: clamp(3rem, 15vw, 5.5rem); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-scroll-cue span:last-child,
    .agent-orbit::before,
    .agent-orbit::after,
    .brand-system-demo,
    .layout-demo,
    .device-demo,
    .crop-demo,
    .crop-demo__scene,
    .crop-demo__line,
    .speed-benchmarks,
    .qa-comparison { animation: none; }
    .hero-comparison__image--after { transition: none; }
    .hero-comparison__laser { display: none; }
}
