.ideas-lp.ideas-chatbot-demo-lp {
    --ideas-chatbot-shadow: 0 18px 48px rgba(16, 32, 51, 0.14);
    --ideas-chatbot-dark: #07182b;
    --ideas-chatbot-ink: #102033;
    --ideas-chatbot-muted: #60738b;

    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    background: #f7fbff;
}

body:has(.ideas-chatbot-demo-lp) .et_post_meta_wrapper,
body:has(.ideas-chatbot-demo-lp) .entry-title,
body:has(.ideas-chatbot-demo-lp) .post-meta {
    display: none;
}

body:has(.ideas-chatbot-demo-lp) #left-area,
body:has(.ideas-chatbot-demo-lp) .et_pb_post,
body:has(.ideas-chatbot-demo-lp) .entry-content,
body:has(.ideas-chatbot-demo-lp) #main-content,
body:has(.ideas-chatbot-demo-lp) #main-content .container,
body:has(.ideas-chatbot-demo-lp) #content-area,
body:has(.ideas-chatbot-demo-lp) article.page,
body:has(.ideas-chatbot-demo-lp) .et-l--post,
body:has(.ideas-chatbot-demo-lp) .et_builder_inner_content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body:has(.ideas-chatbot-demo-lp) #main-content .container::before {
    display: none;
}

.ideas-chatbot-demo-lp .ideas-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 20px;
    padding-left: 20px;
}

.ideas-chatbot-demo-lp .ideas-parallax-bg {
    --ideas-parallax-y: 0px;
    background-position: center calc(50% + var(--ideas-parallax-y));
}

.ideas-chatbot-demo-lp .ideas-preview-kicker {
    color: #126fb0;
}

.ideas-chatbot-demo-lp .ideas-btn,
.ideas-chatbot-demo-lp .ideas-chatbot-card,
.ideas-chatbot-demo-lp .ideas-chatbot-price-card,
.ideas-chatbot-demo-lp .ideas-chatbot-problem__grid article,
.ideas-chatbot-demo-lp .ideas-chatbot-steps article,
.ideas-chatbot-demo-lp .ideas-chatbot-pillars article,
.ideas-chatbot-demo-lp .ideas-chatbot-addons__visual,
.ideas-chatbot-demo-lp .ideas-chatbot-question-card,
.ideas-chatbot-demo-lp .ideas-chatbot-dashboard-card {
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.ideas-chatbot-demo-lp .ideas-btn {
    box-shadow: 0 12px 26px rgba(16, 32, 51, 0.14), var(--ideas-shadow-inset);
}

.ideas-chatbot-demo-lp .ideas-chatbot-card:hover,
.ideas-chatbot-demo-lp .ideas-chatbot-price-card:hover,
.ideas-chatbot-demo-lp .ideas-chatbot-problem__grid article:hover,
.ideas-chatbot-demo-lp .ideas-chatbot-steps article:hover,
.ideas-chatbot-demo-lp .ideas-chatbot-pillars article:hover,
.ideas-chatbot-demo-lp .ideas-chatbot-question-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(16, 32, 51, 0.16), var(--ideas-shadow-inset);
}

.ideas-chatbot-section-title,
.ideas-chatbot-hero__content {
    display: grid;
    gap: 16px;
}

.ideas-chatbot-actions,
.ideas-chatbot-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ideas-chatbot-demo-lp button {
    font-family: inherit;
}

.ideas-chatbot-badges span,
.ideas-chatbot-addons__list span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px 9px 34px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: var(--ideas-radius-pill);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ideas-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    box-shadow: var(--ideas-shadow-soft), var(--ideas-shadow-inset);
}

.ideas-chatbot-badges span::before,
.ideas-chatbot-addons__list span::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ideas-primary);
}

.ideas-chatbot-hero {
    padding-top: 86px;
    padding-bottom: 48px;
    background:
        linear-gradient(90deg, rgba(247, 251, 255, 0.96), rgba(247, 251, 255, 0.68)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-chatbot-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
    gap: 28px;
    align-items: center;
}

.ideas-chatbot-hero h1 {
    max-width: 650px;
    font-size: 52px;
    line-height: 60px;
}

.ideas-chatbot-hero p {
    max-width: 650px;
    font-size: 18px;
    line-height: 30px;
}

.ideas-chatbot-hero__visual {
    justify-self: end;
}

.ideas-chatbot-hero__visual img {
    width: min(940px, 124%);
    max-width: none;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(16, 32, 51, 0.2));
}

.ideas-chatbot-problem,
.ideas-chatbot-dark,
.ideas-chatbot-final {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(7, 22, 40, 0.95), rgba(8, 32, 56, 0.88)),
        url("../images/wallpaper-bg-dark-digital-lines.png") center / cover no-repeat;
}

.ideas-chatbot-problem h2,
.ideas-chatbot-dark h2,
.ideas-chatbot-dark h3,
.ideas-chatbot-dark p,
.ideas-chatbot-final h2,
.ideas-chatbot-final p,
.ideas-chatbot-final small {
    color: #ffffff;
}

.ideas-chatbot-problem .ideas-preview-kicker,
.ideas-chatbot-dark .ideas-preview-kicker,
.ideas-chatbot-final .ideas-preview-kicker {
    color: #9bd8ff;
}

.ideas-chatbot-problem__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.ideas-chatbot-problem__grid article,
.ideas-chatbot-card,
.ideas-chatbot-price-card,
.ideas-chatbot-dashboard-card {
    border: 1px solid rgba(96, 186, 236, 0.24);
    border-radius: var(--ideas-radius-lg);
    background: #ffffff;
    box-shadow: var(--ideas-chatbot-shadow), var(--ideas-shadow-inset);
}

.ideas-chatbot-problem__grid article {
    display: grid;
    gap: 12px;
    min-height: 190px;
    align-content: center;
    padding: 20px 16px;
    text-align: center;
}

.ideas-chatbot-problem__grid h3 {
    color: var(--ideas-text);
    font-size: 14px;
    line-height: 20px;
}

.ideas-chatbot-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(96, 186, 236, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(96, 186, 236, 0.14), rgba(255, 255, 255, 0.9));
    color: #178bd1;
}

.ideas-chatbot-problem__grid .ideas-chatbot-icon {
    margin: 0 auto;
}

.ideas-chatbot-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ideas-chatbot-solution {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-chatbot-solution__grid,
.ideas-chatbot-bridge__grid,
.ideas-chatbot-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 40px;
    align-items: center;
}

.ideas-chatbot-check-list {
    display: grid;
    gap: 12px;
}

.ideas-chatbot-check-list span {
    position: relative;
    padding: 14px 16px 14px 44px;
    border: 1px solid rgba(96, 186, 236, 0.22);
    border-radius: var(--ideas-radius-md);
    background: #f7fbff;
    color: var(--ideas-text);
    font-weight: 800;
    line-height: 22px;
}

.ideas-chatbot-check-list span::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ideas-primary);
}

.ideas-chatbot-check-list--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ideas-chatbot-solution__visual,
.ideas-chatbot-bridge__visual {
    padding: 12px;
}

.ideas-chatbot-solution__visual img,
.ideas-chatbot-bridge__visual img,
.ideas-chatbot-final img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 24px 52px rgba(16, 32, 51, 0.16));
}

.ideas-chatbot-preview-strip {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1.2fr;
    gap: 12px;
    align-items: end;
    margin-top: 12px;
}

.ideas-chatbot-preview-strip img {
    padding: 6px;
    border: 1px solid rgba(96, 186, 236, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.ideas-chatbot-steps,
.ideas-chatbot-card-grid,
.ideas-chatbot-pricing__grid,
.ideas-chatbot-pillars,
.ideas-chatbot-metrics {
    display: grid;
    gap: 18px;
}

.ideas-chatbot-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ideas-chatbot-steps article {
    display: grid;
    gap: 12px;
    min-height: 220px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.1);
}

.ideas-chatbot-step-number {
    color: #9bd8ff;
    font-size: 14px;
    font-weight: 900;
}

.ideas-chatbot-demo-lp .ideas-chatbot-scope-note {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--ideas-radius-md);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-weight: 900;
}

.ideas-chatbot-bridge,
.ideas-chatbot-benefits,
.ideas-chatbot-pricing,
.ideas-chatbot-faq,
.ideas-chatbot-dashboard-main {
    background:
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.9)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-chatbot-bridge small,
.ideas-chatbot-final small {
    color: rgba(16, 32, 51, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.ideas-chatbot-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ideas-chatbot-card {
    display: grid;
    gap: 14px;
    min-height: 230px;
    padding: 26px;
}

.ideas-chatbot-card h3,
.ideas-chatbot-price-card h3 {
    font-size: 21px;
    line-height: 28px;
}

.ideas-chatbot-pillars,
.ideas-chatbot-pricing__grid,
.ideas-chatbot-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ideas-chatbot-pillars article {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.1);
}

.ideas-chatbot-roadmap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.ideas-chatbot-roadmap span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--ideas-radius-pill);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.ideas-chatbot-price-card {
    display: grid;
    gap: 18px;
    padding: 28px;
}

.ideas-chatbot-price-card strong {
    color: #126fb0;
    font-size: 26px;
    line-height: 34px;
}

.ideas-chatbot-price-card small {
    display: block;
    color: var(--ideas-text-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.ideas-chatbot-price-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ideas-chatbot-price-card li {
    position: relative;
    padding-left: 24px;
    color: var(--ideas-text-muted);
    font-weight: 600;
}

.ideas-chatbot-price-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--ideas-primary);
}

.ideas-chatbot-pricing__note {
    padding: 18px 22px;
    border: 1px solid rgba(96, 186, 236, 0.24);
    border-radius: var(--ideas-radius-lg);
    background: #ffffff;
    text-align: center;
}

.ideas-chatbot-addons {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(7, 22, 40, 0.94), rgba(8, 32, 56, 0.84)),
        url("../images/wallpaper-bg-dark-digital-lines.png") center / cover no-repeat;
}

.ideas-chatbot-addons h2,
.ideas-chatbot-addons p {
    color: #ffffff;
}

.ideas-chatbot-addons .ideas-preview-kicker {
    color: #9bd8ff;
}

.ideas-chatbot-addons__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 42px;
    align-items: center;
}

.ideas-chatbot-addons__content {
    display: grid;
    gap: 16px;
}

.ideas-chatbot-addons__content .ideas-btn {
    width: fit-content;
}

.ideas-chatbot-addons__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.ideas-chatbot-addons__visual {
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.ideas-chatbot-addons__visual img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.24));
}

.ideas-chatbot-faq__layout {
    display: grid;
    gap: 28px;
}

.ideas-chatbot-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
    gap: 22px;
    align-items: start;
}

.ideas-chatbot-faq__list {
    max-width: none;
    box-shadow: var(--ideas-chatbot-shadow), var(--ideas-shadow-inset);
}

.ideas-chatbot-faq__list .ideas-faq-item > span {
    flex: 1;
    min-width: 0;
}

.ideas-chatbot-faq__list .ideas-faq-item em {
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1), margin-top 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
    opacity: 0;
    overflow-wrap: anywhere;
}

.ideas-chatbot-faq__list .ideas-faq-item.is-open em {
    opacity: 1;
}

.ideas-chatbot-faq__list .ideas-faq-item b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    color: var(--ideas-primary-deep);
    transition: transform 220ms ease;
}

.ideas-chatbot-faq__list .ideas-faq-item b svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ideas-chatbot-faq__list .ideas-faq-item.is-open b {
    transform: rotate(180deg);
}

.ideas-chatbot-question-card {
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid rgba(96, 186, 236, 0.3);
    border-radius: var(--ideas-radius-lg);
    background: linear-gradient(145deg, #ffffff, #e9f6ff);
    box-shadow: var(--ideas-chatbot-shadow), var(--ideas-shadow-inset);
}

.ideas-chatbot-question-card h3 {
    font-size: 22px;
    line-height: 28px;
}

.ideas-chatbot-final {
    padding-bottom: 92px;
}

.ideas-chatbot-final .ideas-btn {
    width: fit-content;
}

.ideas-chatbot-scope-pill {
    color: #126fb0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ideas-chatbot-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}

.ideas-chatbot-metrics article {
    padding: 18px;
    border: 1px solid rgba(96, 186, 236, 0.24);
    border-radius: 18px;
    background: #ffffff;
}

.ideas-chatbot-metrics span {
    color: var(--ideas-text-muted);
    font-size: 13px;
    font-weight: 900;
}

.ideas-chatbot-metrics strong {
    display: block;
    color: var(--ideas-text);
    font-size: 32px;
    line-height: 40px;
}

.ideas-chatbot-dashboard-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 1fr;
    gap: 18px;
}

.ideas-chatbot-dashboard-card {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.ideas-chatbot-dashboard-card h3,
.ideas-chatbot-flow-block h3 {
    font-size: 20px;
    line-height: 28px;
}

.ideas-chatbot-dashboard-card img,
.ideas-chatbot-flow-block img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.ideas-chatbot-lead-list {
    display: grid;
    gap: 10px;
}

.ideas-chatbot-lead-list span {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    padding: 12px;
    border-radius: 14px;
    background: #f7fbff;
}

.ideas-chatbot-lead-list em {
    color: var(--ideas-text-muted);
    font-style: normal;
    font-weight: 700;
}

.ideas-chatbot-lead-list b,
.ideas-chatbot-status-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: var(--ideas-radius-pill);
    background: #eef6ff;
    color: #126fb0;
    font-size: 12px;
    font-weight: 900;
}

.ideas-chatbot-status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ideas-chatbot-flow-block {
    display: grid;
    gap: 18px;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid rgba(96, 186, 236, 0.24);
    border-radius: 20px;
    background: #ffffff;
}

.ideas-chatbot-flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.ideas-chatbot-flow span {
    position: relative;
    display: grid;
    min-height: 72px;
    place-items: center;
    padding: 10px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: 16px;
    background: #f7fbff;
    color: var(--ideas-text);
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.ideas-chatbot-flow span.is-demo-active {
    border-color: rgba(36, 180, 126, 0.42);
    background: #f4fff9;
    color: #12634f;
}

.ideas-chatbot-dashboard-page .ideas-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.ideas-chatbot-dashboard-hero,
.ideas-chatbot-dashboard-cta {
    background:
        linear-gradient(90deg, rgba(247, 251, 255, 0.96), rgba(247, 251, 255, 0.7)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-chatbot-dashboard-hero {
    padding-top: 82px;
    padding-bottom: 44px;
}

.ideas-chatbot-dashboard-hero__grid,
.ideas-chatbot-dashboard-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 34px;
    align-items: center;
}

.ideas-chatbot-dashboard-hero h1 {
    max-width: 620px;
    font-size: 50px;
    line-height: 58px;
}

.ideas-chatbot-dashboard-hero p {
    max-width: 580px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
}

.ideas-chatbot-dashboard-hero__visual img,
.ideas-chatbot-dashboard-cta img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 28px 58px rgba(16, 32, 51, 0.18));
}

.ideas-chatbot-dashboard-shell {
    display: grid;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(96, 186, 236, 0.26);
    border-radius: 24px;
    background: rgba(247, 251, 255, 0.92);
    box-shadow: 0 24px 80px rgba(16, 32, 51, 0.14), var(--ideas-shadow-inset);
}

.ideas-chatbot-dashboard-shell__topbar {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(7, 22, 40, 0.96), rgba(8, 32, 56, 0.88)),
        url("../images/wallpaper-bg-dark-digital-lines.png") center / cover no-repeat;
}

.ideas-chatbot-dashboard-shell__topbar h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
}

.ideas-chatbot-dashboard-shell__topbar .ideas-preview-kicker {
    color: #9bd8ff;
}

.ideas-chatbot-dashboard-shell__topbar .ideas-chatbot-scope-pill {
    padding: 9px 12px;
    border-radius: var(--ideas-radius-pill);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.ideas-chatbot-ticket-created {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
    gap: 24px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(96, 186, 236, 0.24);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--ideas-chatbot-shadow), var(--ideas-shadow-inset);
}

.ideas-chatbot-ticket-created > div {
    display: grid;
    gap: 12px;
}

.ideas-chatbot-ticket-created h3 {
    font-size: 24px;
    line-height: 32px;
}

.ideas-chatbot-ticket-created img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 38px rgba(16, 32, 51, 0.14));
}

.ideas-chatbot-dashboard-cta {
    padding-bottom: 96px;
}

.ideas-chatbot-demo-lp .ideas-animate {
    opacity: 0;
    transition-duration: 760ms;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ideas-animate-delay, 0ms);
    will-change: opacity, transform;
}

.ideas-chatbot-demo-lp .ideas-animate-up {
    transform: translateY(28px);
}

.ideas-chatbot-demo-lp .ideas-animate-fade {
    transform: translateY(0);
}

.ideas-chatbot-demo-lp .ideas-animate-scale {
    transform: scale(0.96);
}

.ideas-chatbot-demo-lp .ideas-animate-left {
    transform: translateX(-28px);
}

.ideas-chatbot-demo-lp .ideas-animate-right {
    transform: translateX(28px);
}

.ideas-chatbot-demo-lp .ideas-in-view {
    opacity: 1;
    transform: none;
}

@keyframes ideas-chatbot-soft-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.ideas-chatbot-hero__visual img,
.ideas-chatbot-addons__visual img,
.ideas-chatbot-final img {
    animation: ideas-chatbot-soft-float 5.8s ease-in-out infinite;
}

@media (max-width: 1100px) {
    .ideas-chatbot-problem__grid,
    .ideas-chatbot-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ideas-chatbot-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .ideas-chatbot-hero__grid,
    .ideas-chatbot-solution__grid,
    .ideas-chatbot-bridge__grid,
    .ideas-chatbot-addons__grid,
    .ideas-chatbot-final__grid,
    .ideas-chatbot-dashboard-hero__grid,
    .ideas-chatbot-dashboard-cta__grid,
    .ideas-chatbot-ticket-created {
        grid-template-columns: 1fr;
    }

    .ideas-chatbot-hero__visual {
        justify-self: center;
    }

    .ideas-chatbot-hero__visual img {
        width: 100%;
        max-width: 760px;
    }

    .ideas-chatbot-card-grid,
    .ideas-chatbot-pricing__grid,
    .ideas-chatbot-pillars,
    .ideas-chatbot-metrics,
    .ideas-chatbot-faq__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ideas-chatbot-dashboard-hero__visual {
        order: -1;
    }

    .ideas-chatbot-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ideas-chatbot-preview-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ideas-chatbot-demo-lp .ideas-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .ideas-chatbot-hero {
        padding-top: 64px;
    }

    .ideas-chatbot-hero h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .ideas-chatbot-dashboard-hero h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .ideas-chatbot-hero p {
        font-size: 16px;
        line-height: 26px;
    }

    .ideas-chatbot-actions,
    .ideas-chatbot-actions .ideas-btn,
    .ideas-chatbot-final .ideas-btn,
    .ideas-chatbot-addons__content .ideas-btn {
        width: 100%;
    }

    .ideas-chatbot-actions .ideas-btn,
    .ideas-chatbot-final .ideas-btn,
    .ideas-chatbot-addons__content .ideas-btn {
        justify-content: center;
    }

    .ideas-chatbot-problem__grid,
    .ideas-chatbot-steps,
    .ideas-chatbot-card-grid,
    .ideas-chatbot-pricing__grid,
    .ideas-chatbot-pillars,
    .ideas-chatbot-metrics,
    .ideas-chatbot-faq__grid,
    .ideas-chatbot-check-list--compact,
    .ideas-chatbot-flow {
        grid-template-columns: 1fr;
    }

    .ideas-chatbot-preview-strip {
        grid-template-columns: 1fr;
    }

    .ideas-chatbot-steps article,
    .ideas-chatbot-card {
        min-height: auto;
    }

    .ideas-chatbot-dashboard-page .ideas-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .ideas-chatbot-dashboard-shell {
        padding: 14px;
        border-radius: 18px;
    }

    .ideas-chatbot-dashboard-shell__topbar {
        display: grid;
        align-items: start;
        padding: 16px;
    }

    .ideas-chatbot-dashboard-shell__topbar h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .ideas-chatbot-ticket-created {
        padding: 16px;
    }

    .ideas-chatbot-lead-list span {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .ideas-chatbot-demo-lp .ideas-parallax-bg {
        --ideas-parallax-y: 0px !important;
    }
}

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

    .ideas-chatbot-demo-lp .ideas-animate,
    .ideas-chatbot-demo-lp .ideas-animate-up,
    .ideas-chatbot-demo-lp .ideas-animate-fade,
    .ideas-chatbot-demo-lp .ideas-animate-scale,
    .ideas-chatbot-demo-lp .ideas-animate-left,
    .ideas-chatbot-demo-lp .ideas-animate-right {
        opacity: 1 !important;
        transform: none !important;
    }
}
