/* MINDFLOW_MESSENGER_HUB_PRERELEASE_V1_START */

.mh-page {
    overflow: hidden;
    color: #151a2d;
    background: #fff;
}

.mh-page em {
    color: #09a5d4;
    font-style: normal;
}

.mh-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns:
        minmax(0, 1.02fr)
        minmax(420px, .98fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: center;
    min-height: 760px;
    padding:
        clamp(70px, 8vw, 125px)
        clamp(24px, 6vw, 96px)
        clamp(85px, 9vw, 140px);
    border-bottom: 1px solid #dce2ec;
    background:
        radial-gradient(
            circle at 89% 8%,
            rgba(9, 165, 212, .18),
            transparent 30%
        ),
        radial-gradient(
            circle at 7% 95%,
            rgba(45, 45, 120, .09),
            transparent 30%
        ),
        linear-gradient(135deg, #fff, #f4f7fc);
}

.mh-hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.mh-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    color: #202366;
    border: 1px solid rgba(32, 35, 102, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mh-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09a5d4;
    box-shadow: 0 0 0 5px rgba(9, 165, 212, .12);
}

.mh-hero h1 {
    max-width: 880px;
    margin: 28px 0 28px;
    font-size: clamp(52px, 6vw, 92px);
    font-weight: 770;
    line-height: .97;
    letter-spacing: -.065em;
}

.mh-hero-copy > p {
    max-width: 790px;
    margin: 0;
    color: #69758b;
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.7;
}

.mh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.mh-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 36px;
}

.mh-fact {
    padding: 11px 14px;
    color: #4f5a70;
    border: 1px solid #dce2ec;
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    font-size: 12px;
}

.mh-fact b {
    color: #151a2d;
}

.mh-demo {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 27px;
    background: rgba(255, 255, 255, .64);
    box-shadow: 0 35px 100px rgba(25, 33, 78, .2);
    backdrop-filter: blur(14px);
}

.mh-demo-shell {
    overflow: hidden;
    min-height: 560px;
    border-radius: 19px;
    background: #f4f6fb;
    box-shadow: inset 0 0 0 1px #dce2ec;
}

.mh-demo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 58px;
    padding: 0 17px;
    color: #fff;
    background: #151a32;
}

.mh-demo-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
}

.mh-demo-brand i {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    color: #fff;
    border-radius: 9px;
    background: linear-gradient(145deg, #09a5d4, #3f41a9);
    font-style: normal;
}

.mh-demo-online {
    color: #75e9c2;
    font-size: 10px;
    font-weight: 750;
}

.mh-demo-body {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    min-height: 502px;
}

.mh-demo-nav {
    padding: 14px 10px;
    color: #aeb6cb;
    background: #202641;
}

.mh-demo-nav small {
    display: block;
    padding: 7px 9px;
    color: #747f9d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mh-demo-nav span {
    display: block;
    margin: 3px 0;
    padding: 9px;
    border-radius: 9px;
    font-size: 10px;
}

.mh-demo-nav span.active {
    color: #fff;
    background: rgba(9, 165, 212, .22);
}

.mh-demo-workspace {
    min-width: 0;
    padding: 16px;
}

.mh-demo-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}

.mh-demo-title b {
    font-size: 13px;
}

.mh-demo-title i {
    padding: 6px 8px;
    color: #159669;
    border-radius: 999px;
    background: #e5f8f1;
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
}

.mh-demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 10px;
}

.mh-chat,
.mh-crm {
    overflow: hidden;
    border: 1px solid #e0e4ee;
    border-radius: 13px;
    background: #fff;
}

.mh-chat-head {
    padding: 11px 12px;
    border-bottom: 1px solid #e0e4ee;
}

.mh-chat-head b {
    display: block;
    font-size: 10px;
}

.mh-chat-head span {
    display: block;
    margin-top: 3px;
    color: #778095;
    font-size: 8px;
}

.mh-chat-feed {
    min-height: 284px;
    padding: 12px;
    background: linear-gradient(#fafbfe, #f4f6fb);
}

.mh-message {
    max-width: 82%;
    margin-bottom: 10px;
    padding: 8px 9px;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1.45;
}

.mh-message.in {
    border: 1px solid #e0e4ee;
    border-bottom-left-radius: 3px;
    background: #fff;
}

.mh-message.out {
    margin-left: auto;
    color: #fff;
    border-bottom-right-radius: 3px;
    background: #3f41a9;
}

.mh-composer {
    padding: 10px;
    border-top: 1px solid #e0e4ee;
}

.mh-composer div {
    padding: 9px 10px;
    color: #9299ac;
    border: 1px solid #e0e4ee;
    border-radius: 9px;
    font-size: 8px;
}

.mh-crm {
    padding: 11px;
}

.mh-crm > small {
    display: block;
    margin-bottom: 11px;
    color: #778095;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.mh-crm-card {
    margin-bottom: 9px;
    padding: 9px;
    border-radius: 10px;
    background: #f4f6fb;
}

.mh-crm-card span {
    display: block;
    color: #778095;
    font-size: 7px;
}

.mh-crm-card b {
    display: block;
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.3;
}

.mh-crm-card.utm {
    color: #202366;
    background: #eeedff;
}

.mh-section {
    padding:
        clamp(85px, 10vw, 150px)
        clamp(24px, 6vw, 96px);
}

.mh-heading {
    display: grid;
    grid-template-columns:
        minmax(145px, .27fr)
        minmax(0, 1fr);
    gap: clamp(35px, 7vw, 105px);
    max-width: 1440px;
    margin: 0 auto 60px;
}

.mh-heading > span {
    color: #09a5d4;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mh-heading h2 {
    max-width: 1040px;
    margin: 0;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.mh-heading p {
    max-width: 850px;
    margin: 25px 0 0;
    color: #69758b;
    font-size: 18px;
    line-height: 1.75;
}

.mh-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1440px;
    margin: auto;
}

.mh-benefit {
    min-height: 330px;
    padding: clamp(29px, 4vw, 48px);
    border: 1px solid #dce2ec;
    border-radius: 22px;
    background: #fff;
}

.mh-benefit:nth-child(2) {
    color: #fff;
    border-color: #202366;
    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(9, 165, 212, .35),
            transparent 34%
        ),
        #202366;
}

.mh-benefit > span {
    color: #09a5d4;
    font-size: 12px;
    font-weight: 850;
}

.mh-benefit:nth-child(2) > span {
    color: #4de2ff;
}

.mh-benefit h3 {
    margin: 70px 0 18px;
    font-size: clamp(29px, 3vw, 43px);
    line-height: 1.07;
    letter-spacing: -.04em;
}

.mh-benefit p {
    max-width: 620px;
    margin: 0;
    color: #69758b;
    font-size: 16px;
    line-height: 1.72;
}

.mh-benefit:nth-child(2) p {
    color: rgba(255, 255, 255, .72);
}

.mh-channels {
    color: #fff;
    background:
        radial-gradient(
            circle at 85% 12%,
            rgba(9, 165, 212, .2),
            transparent 32%
        ),
        #13183f;
}

.mh-channels .mh-heading > span {
    color: #4de2ff;
}

.mh-channels .mh-heading p {
    color: rgba(255, 255, 255, .7);
}

.mh-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1440px;
    margin: auto;
}

.mh-channel {
    min-height: 330px;
    padding: clamp(28px, 3.5vw, 45px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .06);
}

.mh-channel-icon {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 17px;
    background: linear-gradient(145deg, #09a5d4, #3f41a9);
    font-size: 13px;
    font-weight: 900;
}

.mh-channel h3 {
    margin: 65px 0 17px;
    font-size: clamp(27px, 2.7vw, 38px);
    letter-spacing: -.04em;
}

.mh-channel p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
}

.mh-flow-section {
    background: #f5f7fb;
}

.mh-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1440px;
    margin: auto;
    border-top: 1px solid #dce2ec;
    border-left: 1px solid #dce2ec;
}

.mh-flow article {
    min-height: 285px;
    padding: 27px;
    border-right: 1px solid #dce2ec;
    border-bottom: 1px solid #dce2ec;
    background: #fff;
}

.mh-flow article > span {
    color: #09a5d4;
    font-size: 11px;
    font-weight: 850;
}

.mh-flow h3 {
    margin: 60px 0 15px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mh-flow p {
    margin: 0;
    color: #69758b;
    font-size: 14px;
    line-height: 1.65;
}

.mh-price-wrap {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(350px, .62fr);
    gap: 18px;
    max-width: 1280px;
    margin: auto;
}

.mh-price {
    padding: clamp(38px, 6vw, 75px);
    color: #fff;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 90% 6%,
            rgba(77, 226, 255, .28),
            transparent 30%
        ),
        #202366;
}

.mh-price small {
    color: #4de2ff;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mh-price strong {
    display: block;
    margin: 25px 0 6px;
    color: #4de2ff;
    font-size: clamp(65px, 8vw, 110px);
    line-height: .95;
    letter-spacing: -.08em;
}

.mh-price > span {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
}

.mh-price p {
    max-width: 700px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.7;
}

.mh-price-list {
    padding: clamp(31px, 4vw, 48px);
    border: 1px solid #dce2ec;
    border-radius: 26px;
    background: #fff;
}

.mh-price-list h3 {
    margin: 0 0 26px;
    font-size: 27px;
    letter-spacing: -.035em;
}

.mh-price-list ul {
    display: grid;
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mh-price-list li {
    position: relative;
    padding-left: 28px;
    color: #566177;
    line-height: 1.6;
}

.mh-price-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #09a5d4;
    font-weight: 900;
}

.mh-price-note {
    margin-top: 25px;
    padding-top: 21px;
    color: #858da0;
    border-top: 1px solid #dce2ec;
    font-size: 12px;
    line-height: 1.6;
}

.mh-faq {
    background: #f5f7fb;
}

.mh-faq-list {
    max-width: 1120px;
    margin: auto;
    border-top: 1px solid #dce2ec;
}

.mh-faq-list details {
    padding: 28px 0;
    border-bottom: 1px solid #dce2ec;
}

.mh-faq-list summary {
    cursor: pointer;
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 730;
    letter-spacing: -.035em;
}

.mh-faq-list p {
    max-width: 900px;
    margin: 18px 0 0;
    color: #69758b;
    font-size: 16px;
    line-height: 1.75;
}

.mh-legal {
    max-width: 1120px;
    margin: 45px auto 0;
    color: #8a92a5;
    font-size: 11px;
    line-height: 1.7;
}

.mh-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: end;
    margin: clamp(18px, 4vw, 58px);
    padding: clamp(45px, 7vw, 90px);
    color: #fff;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 87% 7%,
            rgba(77, 226, 255, .25),
            transparent 32%
        ),
        #202366;
}

.mh-final small {
    color: #4de2ff;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mh-final h2 {
    max-width: 900px;
    margin: 22px 0;
    font-size: clamp(40px, 5vw, 73px);
    line-height: 1;
    letter-spacing: -.055em;
}

.mh-final p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.7;
}

.mh-final-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 245px;
}

.mh-final .button.ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
}

@media (max-width: 1120px) {
    .mh-hero {
        grid-template-columns: 1fr;
    }

    .mh-demo {
        width: min(760px, 100%);
    }

    .mh-benefits {
        grid-template-columns: 1fr;
    }

    .mh-channel-grid {
        grid-template-columns: 1fr;
    }

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

    .mh-price-wrap {
        grid-template-columns: 1fr;
    }

    .mh-final {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mh-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mh-demo-body {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .mh-demo-grid {
        grid-template-columns: 1fr;
    }

    .mh-crm {
        display: none;
    }

    .mh-flow {
        grid-template-columns: 1fr;
    }

    .mh-final {
        margin: 15px;
        border-radius: 20px;
    }
}

/* MINDFLOW_MESSENGER_HUB_PRERELEASE_V1_END */

/* MINDFLOW_MESSENGER_HUB_MAX_BOT_V3_START */

.mh-channel-roadmap {
    display: grid;
    grid-template-columns:
        minmax(190px, .3fr)
        minmax(0, 1fr);
    gap: 30px;
    max-width: 1440px;
    margin: 20px auto 0;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

.mh-channel-roadmap strong {
    color: #4de2ff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mh-channel-roadmap span {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .mh-channel-roadmap {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* MINDFLOW_MESSENGER_HUB_MAX_BOT_V3_END */
