.rtp-chatbot-page__main {
    background: #f5f7fa;
}

.rtp-chatbot-page__hero {
    padding: 68px 15px 54px;
    color: #ffffff;
    background: linear-gradient(135deg, #111316 0%, #263447 100%);
}

.rtp-chatbot-page__container {
    width: min(900px, 100%);
    margin: 0 auto;
}

.rtp-chatbot-page__kicker {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #171717;
    background: #f4c300;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rtp-chatbot-page__hero h1 {
    margin: 0 0 12px;
    color: inherit;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.rtp-chatbot-page__hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.6;
}

.rtp-chatbot-page__content {
    padding: 58px 15px 72px;
}

.rtp-chatbot-page__heading {
    margin-bottom: 24px;
    text-align: center;
}

.rtp-chatbot-page__heading h2 {
    margin: 0 0 8px;
    color: #202020;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(26px, 4vw, 36px);
}

.rtp-chatbot-page__heading p {
    margin: 0;
    color: #66717d;
    font-size: 15px;
}

.rtp-chatbot-page__chat {
    width: min(700px, 100%);
    margin: 0 auto;
}

.rtp-chatbot-page .rtp-chat-panel--standalone {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.rtp-chatbot-page .rtp-chat-panel--standalone .rtp-chat-shell {
    max-height: none;
}

.rtp-chatbot-page .rtp-chat-panel--standalone .chat {
    min-height: 460px;
    max-height: 560px;
}

@media (max-width: 767px) {
    .rtp-chatbot-page__hero {
        padding: 48px 15px 40px;
    }

    .rtp-chatbot-page__hero p {
        font-size: 15px;
    }

    .rtp-chatbot-page__content {
        padding: 42px 12px 52px;
    }

    .rtp-chatbot-page .rtp-chat-panel--standalone .chat {
        min-height: 390px;
        max-height: 58vh;
    }
}
