.page-id-161,
.page-id-161 .site-main {
    overflow-x: clip;
    background: #07080a;
}

.first-rush-clean-page-content,
.first-rush-clean-page-content .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.first-rush-clean,
.first-rush-clean * {
    box-sizing: border-box;
}

.first-rush-clean {
    --frx-red: #ff453a;
    --frx-red-deep: #cf2e2e;
    --frx-amber: #ff9f0a;
    --frx-text: #f7f7f8;
    --frx-muted: #9d9fa8;
    --frx-dim: #6f727b;
    --frx-line: rgba(255, 255, 255, 0.105);
    --frx-panel: rgba(255, 255, 255, 0.042);
    position: relative;
    isolation: isolate;
    max-width: none;
    color: var(--frx-text);
    background:
        radial-gradient(circle at 79% 4%, rgba(255, 69, 58, 0.2), transparent 31rem),
        radial-gradient(circle at 9% 41%, rgba(255, 159, 10, 0.07), transparent 28rem),
        linear-gradient(180deg, #0a0b0e 0, #07080a 42rem, #09090b 100%);
}

.first-rush-clean a {
    color: inherit;
}

.frx-hero,
.frx-subnav,
.frx-hardware-strip,
.frx-section,
.frx-final-cta {
    width: min(1200px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.frx-hero {
    display: grid;
    min-height: 760px;
    padding: clamp(104px, 12vw, 172px) 0 96px;
    grid-template-columns: minmax(340px, 0.82fr) minmax(540px, 1.18fr);
    align-items: center;
    gap: clamp(46px, 7vw, 92px);
}

.frx-kicker,
.frx-eyebrow,
.frx-card-label {
    margin: 0 0 18px;
    color: #ff8179;
    font-size: 11px;
    font-weight: 720;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.frx-hero h1 {
    margin: 0;
    color: #fff;
    font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif);
    font-size: clamp(67px, 8vw, 112px);
    font-weight: 650;
    line-height: 0.88;
    letter-spacing: -0.058em;
}

.frx-lead {
    max-width: 620px;
    margin: 30px 0 0;
    color: #fff4f2;
    font-size: clamp(25px, 3vw, 40px);
    font-weight: 540;
    line-height: 1.14;
    letter-spacing: -0.038em;
    word-break: keep-all;
}

.frx-intro,
.frx-story-copy > p,
.frx-live-copy > p,
.frx-viewer-lead {
    max-width: 620px;
    margin: 25px 0 0;
    color: var(--frx-muted);
    font-size: 16px;
    line-height: 1.78;
    word-break: keep-all;
}

.frx-actions {
    display: flex;
    margin-top: 34px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.first-rush-clean .frx-primary-button,
.first-rush-clean .frx-secondary-button {
    display: inline-flex;
    min-height: 52px;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 660;
    line-height: 1.2;
    text-decoration: none !important;
    border-radius: 999px;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.first-rush-clean .frx-primary-button {
    border: 1px solid rgba(255, 112, 101, 0.65);
    background: linear-gradient(135deg, #e63832, #ff5146);
    box-shadow: 0 15px 42px rgba(207, 46, 46, 0.3);
}

.first-rush-clean .frx-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.055);
}

.first-rush-clean .frx-primary-button:hover,
.first-rush-clean .frx-secondary-button:hover {
    transform: translateY(-2px);
}

.first-rush-clean .frx-primary-button:hover {
    box-shadow: 0 19px 50px rgba(207, 46, 46, 0.4);
}

.first-rush-clean .frx-secondary-button:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.085);
}

.first-rush-clean a:focus-visible,
.first-rush-clean button:focus-visible,
.first-rush-clean textarea:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.frx-facts {
    display: flex;
    margin-top: 26px;
    flex-wrap: wrap;
    gap: 8px;
}

.frx-facts > span,
.frx-hardware-strip > span {
    display: inline-flex;
    min-height: 28px;
    padding: 6px 10px;
    align-items: center;
    color: #aeb0b8;
    font-size: 10px;
    font-weight: 560;
    line-height: 1.2;
    border: 1px solid var(--frx-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.032);
}

.frx-hero-visual {
    margin: 0;
    perspective: 1400px;
}

.frx-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 17px;
    background: #101114;
    box-shadow: 0 54px 130px rgba(0, 0, 0, 0.54), 0 0 85px rgba(255, 69, 58, 0.13);
    transform: rotateY(-3deg) rotateX(1deg);
}

.frx-hero-visual img.frx-window-alpha {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 42px 68px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 38px rgba(255, 69, 58, 0.1));
}

.frx-hero-visual figcaption,
.frx-story-shot figcaption {
    margin-top: 13px;
    color: #696b73;
    font-size: 10px;
    line-height: 1.5;
    text-align: right;
}

.frx-subnav {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 28px;
    border-top: 1px solid var(--frx-line);
    border-bottom: 1px solid var(--frx-line);
}

.frx-subnav a {
    color: #858891;
    font-size: 11px;
    font-weight: 640;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.frx-subnav a:hover {
    color: #fff;
}

.frx-hardware-strip {
    display: flex;
    padding: 25px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    border-bottom: 1px solid var(--frx-line);
}

.frx-hardware-strip > span {
    color: #dadbe0;
    border-color: rgba(255, 102, 92, 0.23);
    background: rgba(207, 46, 46, 0.075);
}

.frx-section {
    padding: clamp(88px, 11vw, 150px) 0;
    border-bottom: 1px solid var(--frx-line);
    scroll-margin-top: 76px;
}

.frx-section-heading {
    display: flex;
    margin-bottom: 49px;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.frx-section-heading > .frx-eyebrow {
    min-width: 130px;
    margin-bottom: 8px;
}

.frx-section h2,
.frx-final-cta h2 {
    max-width: 850px;
    margin: 0;
    color: #f7f7f8;
    font-family: var(--font-display, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif);
    font-size: clamp(38px, 5.2vw, 66px);
    font-weight: 570;
    line-height: 1.045;
    letter-spacing: -0.047em;
    word-break: keep-all;
}

.frx-step-grid,
.frx-setup-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.frx-step-grid article,
.frx-feature-grid article,
.frx-price-card,
.frx-setup-grid article {
    min-width: 0;
    border: 1px solid var(--frx-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.053), rgba(255, 255, 255, 0.016));
}

.frx-step-grid article,
.frx-setup-grid article {
    padding: 30px;
}

.frx-step-number {
    color: #696b74;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0.12em;
}

.frx-step-grid h3,
.frx-setup-grid h3 {
    margin: 40px 0 13px;
    color: #f3f3f5;
    font-size: 21px;
    font-weight: 630;
    line-height: 1.25;
    letter-spacing: -0.027em;
    word-break: keep-all;
}

.frx-step-grid p,
.frx-setup-grid p,
.frx-feature-grid article > p:last-child,
.frx-tool-list p {
    margin: 0;
    color: var(--frx-muted);
    font-size: 14px;
    line-height: 1.74;
    word-break: keep-all;
}

.frx-capture-story {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(540px, 1.25fr);
    align-items: center;
    gap: clamp(45px, 8vw, 100px);
}

.frx-story-copy h2,
.frx-live-copy h2,
.frx-viewer h2 {
    font-size: clamp(36px, 4.45vw, 58px);
}

.page-id-161 .first-rush-clean .frx-check-list {
    display: grid;
    margin: 33px 0 0;
    padding: 0;
    list-style: none;
    gap: 0;
}

.page-id-161 .first-rush-clean .frx-check-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    column-gap: 11px;
    padding: 14px 0;
    color: #c5c6cc;
    font-size: 13px;
    line-height: 1.55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    word-break: keep-all;
}

.page-id-161 .first-rush-clean .frx-check-list li::before {
    align-self: start;
    margin-top: 1px;
    color: #ff766d;
    content: "✓";
}

.page-id-161 .first-rush-clean .frx-check-list li > span {
    min-width: 0;
}

.frx-story-shot,
.frx-viewer-shot {
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.frx-story-shot img,
.frx-viewer-shot img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.frx-story-shot img {
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.37));
}

.frx-viewer-shot img {
    filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.32));
}

.frx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.frx-feature-grid article {
    min-height: 295px;
    padding: 29px;
}

.frx-card-label {
    margin-bottom: 42px;
    color: #ff766d;
    font-size: 9px;
}

.frx-feature-grid h3 {
    margin: 0 0 16px;
    color: #f3f3f5;
    font-size: 21px;
    font-weight: 630;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.frx-feature-grid strong {
    color: #e8e8ea;
}

.frx-live-tools {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(480px, 1.12fr);
    align-items: start;
    gap: clamp(50px, 9vw, 120px);
}

.frx-tool-list {
    border-top: 1px solid var(--frx-line);
}

.frx-tool-list article {
    display: grid;
    padding: 24px 0;
    grid-template-columns: 42px 0.66fr 1fr;
    align-items: baseline;
    gap: 18px;
    border-bottom: 1px solid var(--frx-line);
}

.frx-tool-list article > span {
    color: #6e7078;
    font-size: 10px;
    font-weight: 680;
}

.frx-tool-list h3 {
    margin: 0;
    color: #f0f0f2;
    font-size: 17px;
    font-weight: 620;
    letter-spacing: -0.02em;
}

.frx-viewer {
    display: grid;
    grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1.22fr);
    align-items: center;
    gap: clamp(46px, 8vw, 100px);
}

.frx-viewer-copy .frx-secondary-button {
    margin-top: 31px;
}

.frx-small-meta {
    margin: 14px 0 0;
    color: #777a83;
    font-size: 10px;
}

.page-id-161 .first-rush-clean #firstrush-viewer.frx-viewer {
    padding: clamp(88px, 11vw, 150px) 0;
    color: inherit !important;
    border: 0 !important;
    border-bottom: 1px solid var(--frx-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-id-161 .first-rush-clean #firstrush-viewer .frx-viewer-shot {
    grid-column: auto;
}

.frx-pricing-heading > div {
    max-width: 830px;
}

.frx-price-note {
    max-width: 275px;
    margin: 0;
    color: #73757e;
    font-size: 10px;
    line-height: 1.65;
    text-align: right;
}

.frx-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.frx-price-card {
    position: relative;
    display: flex;
    min-height: 365px;
    padding: 30px;
    flex-direction: column;
}

.frx-price-card.frx-price-featured {
    border-color: rgba(255, 102, 92, 0.48);
    background: linear-gradient(155deg, rgba(207, 46, 46, 0.23), rgba(255, 255, 255, 0.023));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 25px 60px rgba(207, 46, 46, 0.12);
}

.frx-trial-card {
    background: linear-gradient(155deg, rgba(255, 159, 10, 0.09), rgba(255, 255, 255, 0.018));
}

.frx-plan {
    margin: 0;
    color: #c4c5cb;
    font-size: 13px;
    font-weight: 650;
}

.frx-price {
    margin: 34px 0 28px;
    color: #fff;
    font-size: clamp(34px, 3.8vw, 49px);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.047em;
}

.frx-price small {
    margin-left: 4px;
    color: #868891;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}

.frx-price-card ul {
    display: grid;
    margin: 0 0 30px;
    padding: 0;
    color: #aaaeb7;
    font-size: 13px;
    line-height: 1.65;
    list-style: none;
    gap: 9px;
}

.frx-price-card li::before {
    margin-right: 8px;
    color: #ff766d;
    content: "·";
}

.frx-price-card > a {
    display: inline-flex;
    min-height: 45px;
    margin-top: auto;
    padding: 0 17px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 630;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.frx-price-featured > a {
    border-color: rgba(255, 102, 92, 0.52);
    background: rgba(207, 46, 46, 0.27);
}

.frx-value {
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
    padding: 6px 9px;
    color: #ffe1de;
    font-size: 9px;
    font-weight: 720;
    text-transform: uppercase;
    border: 1px solid rgba(255, 112, 101, 0.36);
    border-radius: 999px;
    background: rgba(207, 46, 46, 0.2);
}

.frx-store-price {
    margin: 22px 0 0;
    color: #72757e;
    font-size: 10px;
    line-height: 1.65;
    text-align: center;
}

.frx-store-price a {
    color: #c9cbd1;
    text-underline-offset: 3px;
}

.page-id-161 .first-rush-clean #firstrush-subscription.frx-pricing {
    margin: 0 auto;
    padding: clamp(88px, 11vw, 150px) 0;
    color: inherit !important;
    border: 0 !important;
    border-bottom: 1px solid var(--frx-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-id-161 .first-rush-clean #firstrush-subscription > .frx-section-heading {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 40px !important;
}

.page-id-161 .first-rush-clean #firstrush-subscription > .frx-section-heading > div {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-id-161 .first-rush-clean #firstrush-subscription > .frx-price-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.page-id-161 .first-rush-clean #firstrush-subscription .frx-price-card > a {
    min-width: 0;
    padding: 0 17px;
    color: inherit;
    border-radius: 999px;
    box-shadow: none;
}

.page-id-161 .first-rush-clean #firstrush-subscription .frx-store-price a {
    display: inline !important;
    min-height: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.frx-setup-grid article {
    min-height: 255px;
}

.frx-setup-grid a {
    color: #ff918a;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 118, 109, 0.35);
}

.frx-requirements {
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--frx-line);
    border-radius: 17px;
    background: var(--frx-line);
}

.frx-requirements > div {
    display: flex;
    min-height: 175px;
    padding: 27px;
    flex-direction: column;
    background: #0d0e11;
}

.frx-requirements .frx-card-label {
    margin-bottom: 25px;
}

.frx-requirements strong {
    color: #e9e9eb;
    font-size: 15px;
    font-weight: 620;
    line-height: 1.45;
}

.frx-requirements > div > span {
    margin-top: 11px;
    color: #848790;
    font-size: 11px;
    line-height: 1.55;
}

.first-rush-clean .frx-manual-card {
    display: flex;
    min-height: 104px;
    margin-top: 16px;
    padding: 24px 28px;
    align-items: center;
    justify-content: space-between;
    color: #f4f4f6;
    text-decoration: none;
    border: 1px solid rgba(255, 112, 101, 0.25);
    border-radius: 17px;
    background: linear-gradient(110deg, rgba(207, 46, 46, 0.12), rgba(255, 255, 255, 0.025));
    transition: border-color 0.2s ease, background 0.2s ease;
}

.frx-manual-card:hover {
    border-color: rgba(255, 112, 101, 0.48);
    background: linear-gradient(110deg, rgba(207, 46, 46, 0.18), rgba(255, 255, 255, 0.035));
}

.frx-manual-card > span:first-child {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.frx-manual-card small {
    color: #8c8f98;
    font-size: 10px;
    font-weight: 640;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.frx-manual-card strong {
    font-size: 17px;
    font-weight: 610;
    letter-spacing: -0.02em;
}

.page-id-161 .first-rush-clean #firstrush-help.frx-help {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(88px, 11vw, 150px) 0;
    grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.25fr);
    align-items: start;
    gap: clamp(48px, 8vw, 110px);
}

.page-id-161 .first-rush-clean #firstrush-help .frx-help-head {
    position: sticky;
    top: 100px;
    margin: 0;
    text-align: left;
}

.page-id-161 .first-rush-clean #firstrush-help .frx-help-head h2 {
    margin: 0;
    font-size: clamp(37px, 4.6vw, 58px);
}

.page-id-161 .first-rush-clean #firstrush-help .fr-help-intro {
    max-width: 470px;
    margin: 24px 0 0;
    color: var(--frx-muted);
    font-size: 14px;
    line-height: 1.75;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat {
    min-width: 0;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.115) !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)) !important;
    box-shadow: 0 28px 75px -35px rgba(0, 0, 0, 0.85) !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-head {
    padding: 20px 22px;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-avatar,
.page-id-161 .first-rush-clean #firstrush-help #frChatSend {
    background: radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.3), transparent 31%), linear-gradient(135deg, #ff665c, #d6332d 60%, #8f1717);
}

.page-id-161 .first-rush-clean #firstrush-help .fr-avatar {
    width: 38px;
    height: 38px;
    border-radius: 12px !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-log {
    min-height: 300px;
    max-height: 440px;
    padding: 22px;
    gap: 12px;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-msg {
    max-width: 84%;
    padding: 11px 14px;
    font-size: 13px;
    line-height: 1.65;
    border-radius: 15px !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-msg.user {
    background: #d83a34;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chips {
    min-width: 0;
    padding: 0 22px 14px;
    gap: 7px;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chip {
    min-width: 0;
    max-width: 100%;
    padding: 7px 10px;
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 1.4;
    white-space: normal;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat:has(.fr-chat-log > div[style*="align-self: flex-start"]) .fr-chips {
    display: flex !important;
    opacity: 0.58;
    pointer-events: none;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-form {
    min-width: 0;
    margin: 0 18px !important;
    padding: 8px 8px 8px 14px !important;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.115) !important;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.2);
}

.page-id-161 .first-rush-clean #firstrush-help #frChatInput {
    width: 100%;
    min-width: 0;
    max-height: 120px;
    padding: 7px 0 !important;
    font-size: 13px;
    line-height: 1.5;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-id-161 .first-rush-clean #firstrush-help #frChatInput:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.page-id-161 .first-rush-clean #firstrush-help #frChatSend {
    width: 34px;
    height: 34px;
    border-radius: 11px !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-log > div[style*="align-self: flex-start"] {
    display: grid !important;
    width: min(92%, 430px);
    max-width: 92% !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-log > div[style*="align-self: flex-start"] > input {
    width: 100%;
    min-width: 0 !important;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-disc {
    margin: 12px 20px 18px;
    font-size: 9px;
    line-height: 1.5;
    text-align: left;
}

.page-id-161 .first-rush-clean #firstrush-help .fr-chat-disc a {
    color: #b9bbc2;
}

.frx-final-cta {
    padding: clamp(105px, 15vw, 190px) 0;
    text-align: center;
}

.frx-final-cta h2 {
    margin: 0 auto;
}

.frx-final-cta .frx-kicker {
    color: #72747d;
}

.frx-actions-centered {
    justify-content: center;
}

.frx-final-links {
    display: flex;
    margin: 25px 0 0;
    justify-content: center;
    gap: 10px;
    color: #6f727b;
    font-size: 10px;
}

.frx-final-links a {
    color: #858891;
    text-decoration: none;
}

@media (max-width: 1040px) {
    .frx-hero {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        padding-top: 112px;
    }

    .frx-hero-copy {
        max-width: 800px;
    }

    .frx-hero-visual img {
        transform: none;
    }

    .frx-capture-story,
    .frx-live-tools,
    .frx-viewer,
    .page-id-161 .first-rush-clean #firstrush-help.frx-help {
        grid-template-columns: minmax(0, 1fr);
    }

    .frx-story-shot,
    .frx-viewer-shot {
        order: -1;
    }

    .page-id-161 .first-rush-clean #firstrush-help .frx-help-head {
        position: static;
        max-width: 710px;
    }
}

@media (max-width: 820px) {
    .frx-step-grid,
    .frx-feature-grid,
    .frx-price-grid,
    .frx-setup-grid,
    .frx-requirements {
        grid-template-columns: minmax(0, 1fr);
    }

    .frx-feature-grid article,
    .frx-price-card,
    .frx-setup-grid article,
    .frx-requirements > div {
        min-height: 0;
    }

    .frx-section-heading,
    .frx-pricing-heading {
        display: block;
    }

    .frx-section-heading > .frx-eyebrow {
        margin-bottom: 18px;
    }

    .frx-price-note {
        max-width: none;
        margin-top: 19px;
        text-align: left;
    }

    .page-id-161 .first-rush-clean #firstrush-subscription > .frx-section-heading {
        display: block !important;
    }

    .page-id-161 .first-rush-clean #firstrush-subscription > .frx-price-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 640px) {
    .frx-hero,
    .frx-subnav,
    .frx-hardware-strip,
    .frx-section,
    .frx-final-cta,
    .page-id-161 .first-rush-clean #firstrush-help.frx-help {
        width: min(100% - 32px, 1200px);
    }

    .frx-hero {
        padding: 86px 0 64px;
        gap: 47px;
    }

    .frx-hero h1 {
        font-size: clamp(60px, 19vw, 86px);
    }

    .frx-lead {
        font-size: 28px;
    }

    .frx-intro,
    .frx-story-copy > p,
    .frx-live-copy > p,
    .frx-viewer-lead {
        font-size: 14px;
    }

    .frx-subnav {
        justify-content: flex-start;
        gap: 6px 20px;
    }

    .frx-hardware-strip {
        justify-content: flex-start;
    }

    .frx-tool-list article {
        grid-template-columns: 30px 1fr;
        gap: 8px 14px;
    }

    .frx-tool-list p {
        grid-column: 2;
    }

    .frx-step-grid article,
    .frx-feature-grid article,
    .frx-price-card,
    .frx-setup-grid article {
        padding: 24px;
    }

    .frx-step-grid h3,
    .frx-setup-grid h3 {
        margin-top: 29px;
    }

    .frx-card-label {
        margin-bottom: 31px;
    }

    .first-rush-clean .frx-primary-button,
    .first-rush-clean .frx-secondary-button {
        width: 100%;
    }

    .frx-actions {
        align-items: stretch;
    }

    .first-rush-clean .frx-manual-card {
        padding: 21px;
    }

    .frx-manual-card strong {
        font-size: 15px;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chat-log {
        min-height: 300px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chat-form {
        margin-right: 12px !important;
        margin-left: 12px !important;
        padding-right: 12px;
        padding-left: 12px;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chat-log > div[style*="align-self: flex-start"] {
        width: 100%;
        max-width: 100% !important;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chat-log > div[style*="align-self: flex-start"] > input {
        grid-column: 1 / -1;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chips {
        padding-right: 13px;
        padding-left: 13px;
    }

    .page-id-161 .first-rush-clean #firstrush-help .fr-chat-disc {
        margin-right: 14px;
        margin-left: 14px;
    }
}

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

/* FR_PREV_RELEASES_CSS_START */
.first-rush-clean .frx-previous-releases {
  padding-top: clamp(64px, 8vw, 110px) !important;
  padding-bottom: clamp(64px, 8vw, 110px) !important;
}
.first-rush-clean .frx-prev-accordion {
  border: 1px solid var(--frx-line) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.053), rgba(255,255,255,0.016)) !important;
  overflow: hidden !important;
}
.first-rush-clean .frx-prev-summary-bar {
  list-style: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 28px 32px !important;
  margin: 0 !important;
  user-select: none !important;
  box-sizing: border-box !important;
}
.first-rush-clean .frx-prev-summary-bar::-webkit-details-marker { display: none !important; }
.first-rush-clean .frx-prev-summary-copy {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  padding: 4px 12px 4px 4px !important;
  margin: 0 !important;
}
.first-rush-clean .frx-prev-summary-copy .frx-eyebrow {
  margin: 0 0 12px !important;
}
.first-rush-clean .frx-prev-summary-bar h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;
}
.first-rush-clean .frx-prev-hint {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  color: var(--frx-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  max-width: 38rem !important;
}
.first-rush-clean .frx-prev-chevron {
  flex: 0 0 auto !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 0 0 8px !important;
  border-radius: 999px !important;
  border: 1px solid var(--frx-line) !important;
  background: rgba(255,255,255,0.04) !important;
  position: relative !important;
  transition: transform 0.22s ease, border-color 0.2s ease, background 0.2s ease !important;
}
.first-rush-clean .frx-prev-chevron::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: translateY(-2px) rotate(45deg) !important;
}
.first-rush-clean .frx-prev-accordion[open] .frx-prev-chevron {
  transform: rotate(180deg) !important;
  border-color: rgba(255, 129, 121, 0.4) !important;
  background: rgba(207, 46, 46, 0.14) !important;
}
.first-rush-clean .frx-prev-panel {
  border-top: 1px solid var(--frx-line) !important;
  padding: 24px 32px 32px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.first-rush-clean .frx-prev-note {
  margin: 0 0 20px !important;
  padding: 0 4px !important;
  max-width: 48rem !important;
  line-height: 1.6 !important;
}
.first-rush-clean .frx-prev-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 14px !important;
}
.first-rush-clean .frx-prev-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px 20px !important;
  align-items: center !important;
  padding: 20px 22px !important;
  margin: 0 !important;
  border: 1px solid var(--frx-line) !important;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
}
.first-rush-clean .frx-prev-row.is-latest {
  border-color: rgba(255, 102, 92, 0.3) !important;
  background: linear-gradient(145deg, rgba(207, 46, 46, 0.16), rgba(255,255,255,0.03)) !important;
}
.first-rush-clean .frx-prev-main {
  min-width: 0 !important;
  padding: 2px 8px 2px 2px !important;
  margin: 0 !important;
}
.first-rush-clean .frx-prev-topline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 12px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.first-rush-clean .frx-prev-ver {
  font-size: 1.05rem !important;
  letter-spacing: -0.02em !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.first-rush-clean .frx-prev-badge {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  color: #ffd4d0 !important;
  border: 1px solid rgba(255, 129, 121, 0.4) !important;
  background: rgba(207, 46, 46, 0.18) !important;
}
.first-rush-clean .frx-prev-date {
  color: var(--frx-dim) !important;
  font-size: 0.88rem !important;
  font-variant-numeric: tabular-nums !important;
  margin: 0 !important;
  padding: 0 !important;
}
.first-rush-clean .frx-prev-summary {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--frx-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  max-width: 46rem !important;
}
.first-rush-clean .frx-prev-dl {
  white-space: nowrap !important;
  font-size: 0.88rem !important;
  padding: 12px 18px !important;
  margin: 4px 0 4px 8px !important;
}
@media (max-width: 720px) {
  .first-rush-clean .frx-prev-summary-bar {
    padding: 22px 20px !important;
    gap: 16px !important;
  }
  .first-rush-clean .frx-prev-panel {
    padding: 20px 18px 24px !important;
  }
  .first-rush-clean .frx-prev-row {
    grid-template-columns: 1fr !important;
    padding: 18px 18px !important;
    gap: 14px !important;
  }
  .first-rush-clean .frx-prev-dl {
    margin: 0 !important;
    width: fit-content !important;
  }
}
/* FR_PREV_RELEASES_CSS_END */
