/* Chtio Stage429: redesigned public home page. */

body[data-funnel-page="home"] {
    background:
        radial-gradient(circle at 12% 8%, rgba(64, 130, 255, 0.08), transparent 28rem),
        #ffffff;
}

body[data-funnel-page="home"] .chtio_public_header {
    position: sticky;
    top: 0;
    z-index: 220;
    border-bottom: 1px solid rgba(218, 226, 238, 0.82);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 30px rgba(15, 38, 74, 0.04);
    backdrop-filter: blur(18px);
}

body[data-funnel-page="home"] .chtio_public_header_inner {
    width: min(1220px, calc(100% - 40px));
    min-height: 68px;
    margin-inline: auto;
}

body[data-funnel-page="home"] .chtio_public_nav {
    gap: 4px;
}

body[data-funnel-page="home"] .chtio_public_nav_link {
    padding: 10px 11px;
    border-radius: 9px;
    color: #536176;
    font-size: 13px;
    font-weight: 600;
}

body[data-funnel-page="home"] .chtio_public_nav_link:hover,
body[data-funnel-page="home"] .chtio_public_nav_link.is-active {
    color: #12336c;
    background: #f3f7fd;
}

body[data-funnel-page="home"] .chtio_public_nav_link::after {
    display: none;
}

body[data-funnel-page="home"] .chtio_public_actions .button {
    min-height: 39px;
    border-radius: 10px;
    padding-inline: 15px;
    font-size: 12px;
    font-weight: 700;
}

body[data-funnel-page="home"] .chtio_public_actions .button-primary {
    border-color: #12336c;
    background: #12336c;
    box-shadow: 0 8px 18px rgba(18, 51, 108, 0.16);
}

.stage429_home {
    --stage429_text: #13203a;
    --stage429_heading: #101b31;
    --stage429_muted: #61708a;
    --stage429_soft: #f6f9fe;
    --stage429_soft_blue: #edf5ff;
    --stage429_border: #dbe5f2;
    --stage429_border_strong: #c9d8eb;
    --stage429_blue: #256fe8;
    --stage429_blue_dark: #155bc7;
    --stage429_navy: #102751;
    --stage429_green: #22a06b;
    --stage429_shadow: 0 24px 70px rgba(21, 48, 91, 0.12);
    --stage429_shadow_soft: 0 14px 38px rgba(21, 48, 91, 0.08);
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
    color: var(--stage429_text);
}

.stage429_home *,
.stage429_home *::before,
.stage429_home *::after {
    box-sizing: border-box;
}

.stage429_home :where(h1, h2, h3, p) {
    margin-top: 0;
}

.stage429_home :where(h1, h2, h3) {
    color: var(--stage429_heading);
    letter-spacing: -0.035em;
}

.stage429_home p {
    color: var(--stage429_muted);
    line-height: 1.68;
}

.stage429_hero {
    position: relative;
    isolation: isolate;
    padding: 86px 0 32px;
}

.stage429_hero_glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.stage429_hero_glow_one {
    top: 20px;
    right: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(62, 129, 255, 0.14), rgba(62, 129, 255, 0));
}

.stage429_hero_glow_two {
    top: 250px;
    left: 28%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(126, 90, 255, 0.08), rgba(126, 90, 255, 0));
}

.stage429_hero_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
    gap: clamp(48px, 6vw, 86px);
    align-items: center;
}

.stage429_hero_copy {
    min-width: 0;
    padding-block: 24px 32px;
}

.stage429_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid #cfe0fb;
    border-radius: 999px;
    background: #f4f8ff;
    color: #1e63c7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.065em;
    line-height: 1.25;
    text-transform: uppercase;
}

.stage429_eyebrow_dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2a78eb;
    box-shadow: 0 0 0 4px rgba(42, 120, 235, 0.11);
}

.stage429_hero_copy h1 {
    max-width: 760px;
    margin: 22px 0 22px;
    font-size: clamp(44px, 5.2vw, 68px);
    font-weight: 740;
    line-height: 0.99;
}

.stage429_hero_copy h1 span {
    display: block;
    margin-top: 12px;
    color: var(--stage429_blue);
    font-size: 0.61em;
    font-weight: 680;
    letter-spacing: -0.028em;
    line-height: 1.14;
}

.stage429_hero_lead {
    max-width: 680px;
    margin-bottom: 28px;
    color: #56657d;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.62;
}

.stage429_hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.stage429_home .stage429_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 21px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

.stage429_home .stage429_button:hover {
    transform: translateY(-1px);
}

.stage429_home .stage429_button_primary {
    border: 1px solid var(--stage429_blue);
    background: linear-gradient(135deg, #2f7cf0, #1765dc);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(37, 111, 232, 0.22);
}

.stage429_home .stage429_button_primary:hover {
    border-color: var(--stage429_blue_dark);
    background: linear-gradient(135deg, #2a73df, #145bc8);
    box-shadow: 0 15px 32px rgba(37, 111, 232, 0.28);
}

.stage429_home .stage429_button_secondary {
    border: 1px solid var(--stage429_border_strong);
    background: rgba(255, 255, 255, 0.9);
    color: #213a62;
    box-shadow: 0 8px 20px rgba(21, 48, 91, 0.05);
}

.stage429_home .stage429_button_secondary:hover {
    border-color: #9fb9dd;
    background: #ffffff;
}

.stage429_hero_notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 24px;
}

.stage429_hero_notes span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #66758c;
    font-size: 12px;
    font-weight: 650;
}

.stage429_hero_notes i {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #e8f8f1;
    color: #148657;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.stage429_hero_visual {
    position: relative;
    min-width: 0;
    min-height: 570px;
    padding: 48px 28px 44px;
}

.stage429_hero_visual_backdrop {
    position: absolute;
    inset: 0;
    border: 1px solid #d9e7fb;
    border-radius: 34px;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.95), transparent 170px),
        linear-gradient(145deg, #edf5ff 0%, #f8fbff 52%, #e8f1ff 100%);
    box-shadow: var(--stage429_shadow);
}

.stage429_hero_visual_backdrop::before {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(45, 119, 237, 0.18), rgba(45, 119, 237, 0.03));
    content: "";
    transform: rotate(11deg);
}

.stage429_hero_visual_backdrop::after {
    position: absolute;
    right: 34px;
    bottom: 34px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(46, 117, 229, 0.12);
    border-radius: 50%;
    content: "";
}

.stage429_hero_chat {
    position: relative;
    z-index: 2;
    width: min(390px, 100%);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid #d4e0ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 56px rgba(25, 56, 105, 0.17);
}

.stage429_hero_chat_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    min-height: 64px;
    padding: 0 18px;
    border-bottom: 1px solid #e5ecf5;
    background: #ffffff;
}

.stage429_hero_chat_head > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.stage429_hero_chat_head strong {
    color: #193661;
    font-size: 13px;
}

.stage429_hero_chat_head > span {
    color: #79879a;
    font-size: 10px;
    font-weight: 650;
}

.stage429_status_dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #25a56e;
    box-shadow: 0 0 0 4px rgba(37, 165, 110, 0.12);
}

.stage429_hero_chat_body {
    min-height: 350px;
    padding: 18px 16px 22px;
    background: #f7f9fc;
}

.stage429_chat_day {
    width: max-content;
    margin: 0 auto 18px;
    padding: 5px 9px;
    border: 1px solid #e0e7f0;
    border-radius: 999px;
    background: #ffffff;
    color: #8b98aa;
    font-size: 9px;
    font-weight: 650;
}

.stage429_chat_row {
    display: flex;
    gap: 9px;
    align-items: flex-end;
    margin-bottom: 14px;
}

.stage429_chat_row_visitor {
    justify-content: flex-end;
    padding-left: 58px;
}

.stage429_chat_row_support {
    padding-right: 34px;
}

.stage429_chat_avatar {
    display: inline-grid;
    flex: 0 0 30px;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 9px;
    font-weight: 850;
}

.stage429_chat_avatar_ai {
    background: #e4efff;
    color: #1f68d2;
}

.stage429_chat_avatar_operator {
    background: #ecf5ff;
    color: #244f88;
}

.stage429_chat_bubble {
    max-width: 255px;
    padding: 11px 12px 8px;
    border-radius: 13px;
    box-shadow: 0 5px 13px rgba(24, 52, 96, 0.04);
}

.stage429_chat_bubble p {
    margin-bottom: 6px;
    color: #263b5c;
    font-size: 11px;
    line-height: 1.48;
}

.stage429_chat_bubble span {
    display: block;
    color: #8b98aa;
    font-size: 8px;
}

.stage429_chat_bubble_support {
    border: 1px solid #dfe7f2;
    border-bottom-left-radius: 4px;
    background: #ffffff;
}

.stage429_chat_bubble_visitor {
    border: 1px solid #2d75e3;
    border-bottom-right-radius: 4px;
    background: #2f78e6;
}

.stage429_chat_bubble_visitor p,
.stage429_chat_bubble_visitor span {
    color: #ffffff;
}

.stage429_hero_chat_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px;
    padding: 0 14px 0 18px;
    border-top: 1px solid #e5ecf5;
    background: #ffffff;
}

.stage429_hero_chat_input span {
    color: #9aa5b6;
    font-size: 11px;
}

.stage429_hero_chat_input b {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #2f78e6;
    color: #ffffff;
    font-size: 15px;
}

.stage429_float_card {
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 210px;
    padding: 12px 13px;
    border: 1px solid rgba(207, 220, 237, 0.95);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 32px rgba(21, 48, 91, 0.12);
    backdrop-filter: blur(12px);
}

.stage429_float_card_ai {
    top: 68px;
    right: -14px;
}

.stage429_float_card_team {
    bottom: 50px;
    left: -8px;
}

.stage429_float_icon {
    display: inline-grid;
    flex: 0 0 36px;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: #edf4ff;
    color: #256fe8;
    font-size: 11px;
    font-weight: 850;
}

.stage429_float_card strong,
.stage429_float_card span {
    display: block;
}

.stage429_float_card strong {
    margin-bottom: 3px;
    color: #1d3458;
    font-size: 11px;
}

.stage429_float_card div > span {
    color: #7a8799;
    font-size: 9px;
    line-height: 1.35;
}

.stage429_trust_strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid var(--stage429_border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 30px rgba(25, 56, 105, 0.04);
}

.stage429_trust_strip > div {
    min-width: 0;
    padding: 19px 22px;
}

.stage429_trust_strip > div + div {
    border-left: 1px solid var(--stage429_border);
}

.stage429_trust_strip strong,
.stage429_trust_strip span {
    display: block;
}

.stage429_trust_strip strong {
    margin-bottom: 4px;
    color: #1d365c;
    font-size: 13px;
}

.stage429_trust_strip span {
    color: #7b8799;
    font-size: 11px;
    line-height: 1.4;
}

.stage429_section,
.stage429_preview_section {
    padding: 92px 0;
}

.stage429_section_heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.stage429_section_heading_center {
    margin-inline: auto;
    text-align: center;
}

.stage429_section_heading h2,
.stage429_workflow_intro h2,
.stage429_channels_copy h2,
.stage429_final_cta h2 {
    margin: 16px 0 14px;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 730;
    line-height: 1.07;
}

.stage429_section_heading p,
.stage429_workflow_intro > p,
.stage429_channels_copy > p {
    max-width: 690px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.68;
}

.stage429_section_heading_center p {
    margin-inline: auto;
}

.stage429_preview_section {
    scroll-margin-top: 88px;
}

.stage429_preview_card {
    display: grid;
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
    min-height: 620px;
    overflow: hidden;
    border: 1px solid var(--stage429_border);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--stage429_shadow);
}

.stage429_preview_form {
    padding: 36px 32px;
    border-right: 1px solid var(--stage429_border);
    background: #ffffff;
}

.stage429_preview_form_intro {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 28px;
}

.stage429_step_number {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #eaf3ff;
    color: #1f6bd9;
    font-size: 13px;
    font-weight: 850;
}

.stage429_preview_form_intro h3 {
    margin: 0 0 7px;
    font-size: 23px;
    line-height: 1.2;
}

.stage429_preview_form_intro p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.stage429_preview_form form {
    display: grid;
    gap: 18px;
}

.stage429_field {
    display: grid;
    gap: 8px;
}

.stage429_field > span {
    color: #1d3559;
    font-size: 12px;
    font-weight: 750;
}

.stage429_field small {
    color: #7b8799;
    font-size: 11px;
    line-height: 1.45;
}

.stage429_url_input {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid #cfdbea;
    border-radius: 11px;
    background: #fbfdff;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.stage429_url_input:focus-within {
    border-color: #75a7ef;
    box-shadow: 0 0 0 4px rgba(47, 120, 230, 0.1);
}

.stage429_url_input > span {
    padding-left: 14px;
    color: #8491a3;
    font-size: 13px;
    font-weight: 650;
}

.stage429_url_input input {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px 0 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1b3153;
    font: inherit;
    font-size: 13px;
}

.stage429_field select {
    width: 100%;
    min-height: 48px;
    padding: 0 39px 0 14px;
    border: 1px solid #cfdbea;
    border-radius: 11px;
    outline: 0;
    background: #fbfdff;
    color: #1b3153;
    font-size: 13px;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.stage429_field select:focus {
    border-color: #75a7ef;
    box-shadow: 0 0 0 4px rgba(47, 120, 230, 0.1);
}

.stage429_free_note {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
    border: 1px solid #cdebdc;
    border-radius: 12px;
    background: #f1fbf6;
}

.stage429_free_note > span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #dff5e9;
    color: #168456;
    font-size: 13px;
    font-weight: 900;
}

.stage429_free_note strong,
.stage429_free_note small {
    display: block;
}

.stage429_free_note strong {
    margin-bottom: 4px;
    color: #185f43;
    font-size: 12px;
}

.stage429_free_note small {
    color: #547566;
    font-size: 10px;
    line-height: 1.45;
}

.stage429_preview_submit {
    width: 100%;
    margin-top: 2px;
}

.stage429_form_afterword {
    margin: -4px 0 0;
    color: #8994a5;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.stage429_preview_visual {
    min-width: 0;
    padding: 28px;
    background:
        radial-gradient(circle at 80% 20%, rgba(79, 142, 248, 0.13), transparent 280px),
        linear-gradient(145deg, #eef5ff, #f9fbff 55%, #edf4ff);
}

.stage429_browser_bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 43px;
    padding: 0 14px;
    border: 1px solid #d7e1ef;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #ffffff;
}

.stage429_browser_dots {
    display: flex;
    gap: 5px;
}

.stage429_browser_dots i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #c8d2e1;
}

.stage429_browser_address {
    overflow: hidden;
    color: #66758b;
    font-size: 10px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stage429_browser_secure {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: #eaf7f0;
    color: #1b9664;
    font-size: 10px;
    font-weight: 900;
}

.stage429_site_mock {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid #d7e1ef;
    border-radius: 0 0 16px 16px;
    background: #ffffff;
}

.stage429_site_content {
    padding: 28px 300px 28px 28px;
}

.stage429_site_nav {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 62px;
}

.stage429_site_nav b {
    margin-right: auto;
    color: #1e365c;
    font-size: 12px;
}

.stage429_site_nav span {
    width: 38px;
    height: 7px;
    border-radius: 999px;
    background: #e8edf4;
}

.stage429_site_hero_mock {
    max-width: 420px;
}

.stage429_site_hero_mock > span {
    display: block;
    width: 74px;
    height: 8px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #dceaff;
}

.stage429_site_hero_mock strong {
    display: block;
    margin-bottom: 12px;
    color: #1d3355;
    font-size: 24px;
    line-height: 1.15;
}

.stage429_site_hero_mock p {
    margin-bottom: 24px;
    color: #758298;
    font-size: 12px;
    line-height: 1.55;
}

.stage429_site_hero_mock i {
    display: block;
    width: 120px;
    height: 32px;
    border-radius: 9px;
    background: #e7edf6;
}

.stage429_home .stage429_widget_window {
    position: absolute;
    top: 32px;
    right: 28px;
    bottom: auto;
    left: auto;
    width: min(294px, calc(100% - 56px));
    min-height: 424px;
    overflow: hidden;
    border: 1px solid #d6e1ef;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(23, 54, 101, 0.18);
}

.stage429_home .stage429_widget_window .stage285_widget_head {
    min-height: 58px;
    padding: 11px 12px;
    background: linear-gradient(135deg, #347eea, #2168d8);
}

.stage429_home .stage429_widget_window .stage285_widget_head_title strong,
.stage429_home .stage429_widget_window .stage285_widget_head_title span,
.stage429_home .stage429_widget_window .stage285_widget_head_actions button {
    color: #ffffff;
}

.stage429_home .stage429_widget_window .stage285_widget_head_title strong {
    font-size: 11px;
}

.stage429_home .stage429_widget_window .stage285_widget_head_title span {
    opacity: 0.82;
    font-size: 8px;
}

.stage429_home .stage429_widget_window .stage285_widget_language {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.stage429_home .stage429_widget_window .stage285_widget_tabs {
    min-height: 43px;
    padding: 7px;
    background: #ffffff;
}

.stage429_home .stage429_widget_window .stage285_widget_tabs button {
    min-height: 28px;
    border-radius: 7px;
    font-size: 8px;
}

.stage429_home .stage429_widget_window .stage285_widget_body {
    min-height: 270px;
    padding: 11px 10px;
    background: #f6f8fb;
}

.stage429_home .stage429_widget_window .stage285_message {
    border-radius: 9px;
}

.stage429_home .stage429_widget_window .stage285_message_text {
    font-size: 8px;
    line-height: 1.5;
}

.stage429_home .stage429_widget_window .stage285_message_meta,
.stage429_home .stage429_widget_window .stage285_day_label,
.stage429_home .stage429_widget_window .stage285_widget_branding,
.stage429_home .stage429_widget_window .stage285_typing {
    font-size: 7px;
}

.stage429_home .stage429_widget_window .stage285_widget_form {
    min-height: 49px;
}

.stage429_home .stage429_widget_window .stage285_widget_form em {
    font-size: 8px;
}

.stage429_home .stage429_launcher {
    position: absolute;
    right: 24px;
    bottom: 18px;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 15px;
    background: #2f78e6;
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(47, 120, 230, 0.28);
}

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

.stage429_benefit_card {
    min-width: 0;
    min-height: 310px;
    padding: 30px;
    border: 1px solid var(--stage429_border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--stage429_shadow_soft);
}

.stage429_benefit_card:nth-child(1) {
    background: linear-gradient(155deg, #ffffff, #f0f7ff);
}

.stage429_benefit_card:nth-child(2) {
    background: linear-gradient(155deg, #ffffff, #f7f5ff);
}

.stage429_benefit_card:nth-child(3) {
    background: linear-gradient(155deg, #ffffff, #f1faf6);
}

.stage429_benefit_icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #e8f2ff;
    color: #246ddd;
    font-size: 12px;
    font-weight: 900;
}

.stage429_benefit_card:nth-child(2) .stage429_benefit_icon {
    background: #f0ebff;
    color: #6d55cc;
}

.stage429_benefit_card:nth-child(3) .stage429_benefit_icon {
    background: #e5f7ee;
    color: #188a5b;
}

.stage429_benefit_card h3 {
    margin: 24px 0 11px;
    font-size: 23px;
    line-height: 1.18;
}

.stage429_benefit_card p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.65;
}

.stage429_benefit_card > strong {
    display: inline-flex;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 216, 235, 0.72);
    color: #355174;
    font-size: 11px;
    line-height: 1.45;
}

.stage429_workflow {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 70px;
    align-items: start;
    border-top: 1px solid var(--stage429_border);
}

.stage429_workflow_intro {
    position: sticky;
    top: 108px;
}

.stage429_text_link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
    color: #1e67cf;
    font-size: 13px;
    font-weight: 760;
    text-decoration: none;
}

.stage429_text_link span {
    transition: transform 0.18s ease;
}

.stage429_text_link:hover span {
    transform: translateX(3px);
}

.stage429_steps {
    display: grid;
    gap: 14px;
}

.stage429_steps article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--stage429_border);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(22, 52, 98, 0.05);
}

.stage429_steps article > span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eef5ff;
    color: #246ddd;
    font-size: 12px;
    font-weight: 850;
}

.stage429_steps h3 {
    margin: 2px 0 7px;
    font-size: 20px;
    line-height: 1.22;
}

.stage429_steps p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.stage429_audience_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.stage429_audience_card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 250px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--stage429_border);
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.stage429_audience_card::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #f0f6ff;
    content: "";
    transition: transform 0.2s ease;
}

.stage429_audience_card:hover {
    border-color: #a9c4e9;
    box-shadow: 0 16px 34px rgba(22, 52, 98, 0.08);
    transform: translateY(-3px);
}

.stage429_audience_card:hover::before {
    transform: scale(1.08);
}

.stage429_audience_card > span {
    position: relative;
    z-index: 1;
    color: #6f90be;
    font-size: 11px;
    font-weight: 800;
}

.stage429_audience_card h3 {
    position: relative;
    z-index: 1;
    margin: 45px 0 10px;
    font-size: 19px;
    line-height: 1.25;
}

.stage429_audience_card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #68778e;
    font-size: 12px;
    line-height: 1.58;
}

.stage429_audience_card b {
    position: absolute;
    right: 21px;
    bottom: 19px;
    color: #2470df;
    font-size: 18px;
    transition: transform 0.18s ease;
}

.stage429_audience_card:hover b {
    transform: translateX(3px);
}

.stage429_channels {
    padding-top: 70px;
}

.stage429_channels_card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 60px;
    align-items: center;
    min-height: 500px;
    padding: 58px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 18%, rgba(61, 128, 236, 0.34), transparent 280px),
        linear-gradient(145deg, #0f2449, #122f61);
    box-shadow: 0 28px 70px rgba(12, 36, 78, 0.2);
}

.stage429_channels_copy .stage429_eyebrow {
    border-color: rgba(174, 205, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #bdd6ff;
}

.stage429_channels_copy h2 {
    color: #ffffff;
}

.stage429_channels_copy > p {
    color: #b9c8df;
}

.stage429_channels_list {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.stage429_channels_list > div {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
}

.stage429_channels_list > div > span {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(73, 143, 247, 0.2);
    color: #a9cbff;
    font-size: 11px;
    font-weight: 900;
}

.stage429_channels_list p {
    margin: 2px 0 0;
    color: #c6d2e4;
    font-size: 12px;
    line-height: 1.55;
}

.stage429_channels_list strong {
    color: #ffffff;
}

.stage429_channels_visual {
    position: relative;
    min-height: 340px;
}

.stage429_channel_device {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(194, 215, 246, 0.26);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 55px rgba(5, 22, 55, 0.25);
}

.stage429_channel_device span {
    display: block;
    color: #274166;
    font-size: 11px;
    font-weight: 800;
}

.stage429_channel_device i {
    display: block;
    border-radius: 999px;
    background: #e9eef5;
}

.stage429_channel_device_web {
    top: 18px;
    right: 28px;
    width: 330px;
    height: 228px;
    padding: 22px;
    border-radius: 18px;
    transform: rotate(2deg);
}

.stage429_channel_device_web::before {
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 32px;
    border-radius: 999px;
    background: #dce7f6;
    content: "";
}

.stage429_channel_device_web i {
    width: 100%;
    height: 12px;
    margin-top: 17px;
}

.stage429_channel_device_web i:nth-of-type(2) {
    width: 78%;
}

.stage429_channel_device_web i:nth-of-type(3) {
    width: 56%;
}

.stage429_channel_device_phone {
    right: 0;
    bottom: 0;
    width: 145px;
    height: 245px;
    padding: 20px 15px;
    border: 5px solid #0d1d3a;
    border-radius: 28px;
    transform: rotate(-6deg);
}

.stage429_channel_device_phone::before {
    display: block;
    width: 45px;
    height: 5px;
    margin: -7px auto 28px;
    border-radius: 999px;
    background: #d6deea;
    content: "";
}

.stage429_channel_device_phone i {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    border-radius: 11px;
    background: #edf4ff;
}

.stage429_channel_device_phone i:nth-of-type(2) {
    width: 78%;
    margin-left: auto;
    background: #2f78e6;
}

.stage429_channel_badge {
    position: absolute;
    bottom: 38px;
    left: 20px;
    padding: 11px 15px;
    border: 1px solid rgba(194, 215, 246, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #d7e7ff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(5, 22, 55, 0.18);
    backdrop-filter: blur(12px);
}

.stage429_guides {
    border-top: 1px solid var(--stage429_border);
}

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

.stage429_guide_card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 250px;
    padding: 25px 25px 48px;
    border: 1px solid var(--stage429_border);
    border-radius: 17px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.stage429_guide_card:hover {
    border-color: #abc5e8;
    box-shadow: 0 16px 34px rgba(22, 52, 98, 0.08);
    transform: translateY(-3px);
}

.stage429_guide_card > span {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f1f5fa;
    color: #78869a;
    font-size: 9px;
    font-weight: 750;
}

.stage429_guide_card h3 {
    margin: 20px 0 10px;
    font-size: 19px;
    line-height: 1.28;
}

.stage429_guide_card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.58;
}

.stage429_guide_card b {
    position: absolute;
    right: 22px;
    bottom: 19px;
    color: #2470df;
    font-size: 18px;
}

.stage429_faq {
    display: grid;
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
    gap: 70px;
    align-items: start;
    border-top: 1px solid var(--stage429_border);
}

.stage429_faq .stage429_section_heading {
    margin-bottom: 0;
}

.stage429_faq_list {
    border-top: 1px solid var(--stage429_border);
}

.stage429_faq_list details {
    border-bottom: 1px solid var(--stage429_border);
}

.stage429_faq_list summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 20px;
    align-items: center;
    min-height: 78px;
    padding: 18px 4px;
    color: #1d3559;
    font-size: 15px;
    font-weight: 740;
    list-style: none;
    cursor: pointer;
}

.stage429_faq_list summary::-webkit-details-marker {
    display: none;
}

.stage429_faq_list summary b {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #f0f5fb;
    color: #2a6dd1;
    font-size: 17px;
    font-weight: 500;
    transition: transform 0.18s ease;
}

.stage429_faq_list details[open] summary b {
    transform: rotate(45deg);
}

.stage429_faq_list details p {
    max-width: 700px;
    margin: -6px 42px 22px 4px;
    color: #6a7890;
    font-size: 13px;
    line-height: 1.65;
}

.stage429_final_cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    margin: 18px 0 92px;
    padding: 55px 58px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgba(137, 190, 255, 0.32), transparent 270px),
        linear-gradient(135deg, #1764d8, #123f98);
    box-shadow: 0 28px 65px rgba(21, 82, 176, 0.24);
}

.stage429_eyebrow_light {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #dbeaff;
}

.stage429_final_cta h2 {
    max-width: 760px;
    color: #ffffff;
}

.stage429_final_cta p {
    max-width: 700px;
    margin-bottom: 0;
    color: #d8e7ff;
    font-size: 15px;
}

.stage429_final_actions {
    display: grid;
    gap: 12px;
    justify-items: center;
    min-width: 210px;
}

.stage429_home .stage429_button_light {
    min-width: 210px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #164fba;
    box-shadow: 0 13px 30px rgba(6, 32, 86, 0.2);
}

.stage429_home .stage429_button_light:hover {
    background: #f5f9ff;
}

.stage429_final_link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #dceaff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

body[data-funnel-page="home"] .stage287_mobile_cta {
    border: 1px solid rgba(199, 215, 238, 0.92);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 40px rgba(18, 51, 108, 0.14);
    backdrop-filter: blur(16px);
}

@media (max-width: 1120px) {
    .stage429_home {
        width: min(100% - 32px, 1120px);
    }

    .stage429_hero_grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
        gap: 42px;
    }

    .stage429_hero_visual {
        min-height: 520px;
        padding-inline: 18px;
    }

    .stage429_float_card {
        width: 185px;
    }

    .stage429_float_card_ai {
        right: -4px;
    }

    .stage429_float_card_team {
        left: -4px;
    }

    .stage429_preview_card {
        grid-template-columns: 350px minmax(0, 1fr);
    }

    .stage429_site_content {
        padding-right: 270px;
    }

    .stage429_home .stage429_widget_window {
        right: 20px;
        width: 265px;
    }

    .stage429_audience_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stage429_audience_card {
        min-height: 220px;
    }

    .stage429_channels_card {
        gap: 35px;
        padding: 48px;
    }
}

@media (max-width: 920px) {
    body[data-funnel-page="home"] .chtio_public_header_inner {
        width: calc(100% - 28px);
    }

    .stage429_home {
        width: calc(100% - 28px);
    }

    .stage429_hero {
        padding-top: 54px;
    }

    .stage429_hero_grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .stage429_hero_copy {
        max-width: 760px;
        padding-bottom: 8px;
    }

    .stage429_hero_copy h1 {
        max-width: 760px;
        font-size: clamp(43px, 7.2vw, 62px);
    }

    .stage429_hero_visual {
        width: min(650px, 100%);
        min-height: 550px;
        margin-inline: auto;
    }

    .stage429_trust_strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stage429_trust_strip > div + div {
        border-left: 0;
    }

    .stage429_trust_strip > div:nth-child(even) {
        border-left: 1px solid var(--stage429_border);
    }

    .stage429_trust_strip > div:nth-child(n + 3) {
        border-top: 1px solid var(--stage429_border);
    }

    .stage429_section,
    .stage429_preview_section {
        padding: 74px 0;
    }

    .stage429_preview_card {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .stage429_preview_form {
        border-right: 0;
        border-bottom: 1px solid var(--stage429_border);
    }

    .stage429_preview_form form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .stage429_preview_form_intro,
    .stage429_free_note,
    .stage429_preview_submit,
    .stage429_form_afterword {
        grid-column: 1 / -1;
    }

    .stage429_preview_submit {
        width: min(320px, 100%);
    }

    .stage429_preview_visual {
        min-height: 610px;
    }

    .stage429_benefit_grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_benefit_card {
        min-height: 0;
    }

    .stage429_workflow {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .stage429_workflow_intro {
        position: static;
        max-width: 720px;
    }

    .stage429_channels_card {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .stage429_channels_visual {
        min-height: 320px;
    }

    .stage429_guide_grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_guide_card {
        min-height: 0;
    }

    .stage429_faq {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .stage429_final_cta {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .stage429_final_actions {
        justify-items: start;
    }
}

@media (max-width: 680px) {
    .stage429_home {
        width: calc(100% - 24px);
    }

    .stage429_hero {
        padding-top: 38px;
    }

    .stage429_hero_copy {
        padding-top: 10px;
    }

    .stage429_hero_copy h1 {
        margin-top: 18px;
        font-size: clamp(38px, 11.4vw, 51px);
        line-height: 1.01;
    }

    .stage429_hero_copy h1 span {
        margin-top: 10px;
        font-size: 0.58em;
        line-height: 1.18;
    }

    .stage429_hero_lead {
        font-size: 16px;
    }

    .stage429_hero_actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_home .stage429_hero_actions .stage429_button {
        width: 100%;
    }

    .stage429_hero_notes {
        display: grid;
        gap: 8px;
    }

    .stage429_hero_visual {
        min-height: 500px;
        padding: 30px 12px 28px;
    }

    .stage429_hero_visual_backdrop {
        border-radius: 24px;
    }

    .stage429_hero_chat {
        width: min(365px, calc(100% - 10px));
    }

    .stage429_float_card {
        width: 170px;
        padding: 9px 10px;
    }

    .stage429_float_card_ai {
        top: 20px;
        right: 4px;
    }

    .stage429_float_card_team {
        bottom: 18px;
        left: 2px;
    }

    .stage429_float_icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .stage429_float_card strong {
        font-size: 10px;
    }

    .stage429_float_card div > span {
        font-size: 8px;
    }

    .stage429_trust_strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_trust_strip > div:nth-child(even) {
        border-left: 0;
    }

    .stage429_trust_strip > div + div {
        border-top: 1px solid var(--stage429_border);
    }

    .stage429_section,
    .stage429_preview_section {
        padding: 62px 0;
    }

    .stage429_section_heading {
        margin-bottom: 28px;
    }

    .stage429_section_heading h2,
    .stage429_workflow_intro h2,
    .stage429_channels_copy h2,
    .stage429_final_cta h2 {
        font-size: clamp(31px, 9vw, 41px);
    }

    .stage429_section_heading p,
    .stage429_workflow_intro > p,
    .stage429_channels_copy > p {
        font-size: 14px;
    }

    .stage429_preview_card {
        border-radius: 20px;
    }

    .stage429_preview_form {
        padding: 25px 20px;
    }

    .stage429_preview_form form {
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_preview_form_intro,
    .stage429_free_note,
    .stage429_preview_submit,
    .stage429_form_afterword {
        grid-column: auto;
    }

    .stage429_preview_submit {
        width: 100%;
    }

    .stage429_preview_visual {
        min-height: 555px;
        padding: 16px;
    }

    .stage429_browser_bar {
        border-radius: 13px 13px 0 0;
    }

    .stage429_site_mock {
        min-height: 495px;
        border-radius: 0 0 13px 13px;
    }

    .stage429_site_content {
        padding: 22px;
        opacity: 0.52;
    }

    .stage429_site_nav {
        margin-bottom: 42px;
    }

    .stage429_home .stage429_widget_window {
        top: 28px;
        right: 16px;
        width: calc(100% - 32px);
        min-height: 420px;
    }

    .stage429_home .stage429_launcher {
        right: 14px;
        bottom: 14px;
    }

    .stage429_audience_grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .stage429_audience_card {
        min-height: 205px;
    }

    .stage429_channels_card {
        padding: 34px 24px 28px;
        border-radius: 22px;
    }

    .stage429_channels_visual {
        min-height: 270px;
    }

    .stage429_channel_device_web {
        top: 4px;
        right: 0;
        width: min(310px, 92%);
        height: 205px;
    }

    .stage429_channel_device_phone {
        width: 125px;
        height: 220px;
    }

    .stage429_channel_badge {
        left: 0;
        bottom: 24px;
    }

    .stage429_faq_list summary {
        min-height: 70px;
        font-size: 14px;
    }

    .stage429_final_cta {
        margin-bottom: 68px;
        padding: 38px 24px;
        border-radius: 22px;
    }

    .stage429_final_actions,
    .stage429_home .stage429_button_light {
        width: 100%;
        min-width: 0;
    }

    .stage429_home .stage429_button_light {
        width: 100%;
    }
}

@media (max-width: 420px) {
    body[data-funnel-page="home"] .chtio_public_header_inner {
        width: calc(100% - 20px);
    }

    .stage429_home {
        width: calc(100% - 20px);
    }

    .stage429_eyebrow {
        font-size: 9px;
    }

    .stage429_hero_copy h1 {
        font-size: clamp(34px, 11.8vw, 43px);
    }

    .stage429_hero_visual {
        min-height: 470px;
    }

    .stage429_hero_chat_body {
        min-height: 315px;
    }

    .stage429_float_card {
        display: none;
    }

    .stage429_preview_form_intro {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .stage429_step_number {
        width: 34px;
        height: 34px;
    }

    .stage429_preview_form_intro h3 {
        font-size: 20px;
    }

    .stage429_preview_visual {
        min-height: 520px;
        padding: 11px;
    }

    .stage429_home .stage429_widget_window {
        top: 20px;
        right: 10px;
        width: calc(100% - 20px);
    }

    .stage429_steps article {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .stage429_steps article > span {
        width: 42px;
        height: 42px;
    }

    .stage429_benefit_card,
    .stage429_audience_card,
    .stage429_guide_card {
        padding-inline: 21px;
    }
}

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