.hs-form-field input[type='text'],
.hs-form-field input[type='email'],
.hs-form-field input[type='phone'],
.hs-form-field input[type='number'],
.hs-form-field input[type='date'],
.hs-form-field textarea {
    border-radius: 4px;
    border: 1px solid #cad5e2;
    background-color: #fff !important;
    color: #afaaaa;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
}

.hs-button {
    margin-top: 20px;
}

.hs-form-field select {
    display: none;
}

.hs-form-field input[type='tel'] {
    display: none;
}

.form-columns-2 {
    float: left;
}

.hs-error-msgs {
    display: none !important;
}

.hs-form-field input[type='text'],
.hs-form-field input[type='email'] {
    max-width: 200px;
    min-width: 200px;
}

#custom-hubspot-form label {
    display: none;
}

#phone_number_country-1392f60a-3b30-46de-a0ba-4bb9677704c4 {
    display: none;
}

input[type='text']::placeholder {
    color: #9ca3af;
}

.hs-button {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    line-height: 2.2;
    padding: 0 28px;
    background: #1076fb;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #1076fb;
    transition: all 0.2s ease;
    z-index: 1;
    cursor: pointer !important;
    font-family: circular_stdbook;
}

.hs-button:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: url('https://clevertap.com/wp-content/uploads/2024/11/Icons.svg') no-repeat center / contain;
    vertical-align: middle;
}

.banner-heading {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.banner-heading strong {
    font-weight: 700;
    color: #fff !important;
}

.submitted-message {
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
}

.submitted-message a {
    color: #ffffff;
    text-decoration: underline;
}

.gtnr-banner {
    position: relative;
    width: 100%;
    min-height: 340px;
    background: url('https://clevertap.com/wp-content/uploads/2026/02/gartner_banner_prod_page_bg.png') center center / cover no-repeat;
    background-color: #0a1628;
    display: flex;
    align-items: center;
    padding: 48px 64px;
    overflow: hidden;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    gap: 48px;
}

.banner-left {
    flex: 1;
    max-width: 720px;
}

.banner-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.banner-heading strong {
    font-weight: 700;
}

.g-banner-subheading {
    color: #c8d0dc;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 28px;
}

.g-banner-subheading strong {
    color: #ffffff !important;
    font-weight: 700;
}

.banner-right {
    flex-shrink: 0;
}

.banner-right img {
    display: block;
    width: 280px;
    height: auto;
    border-radius: 12px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {

    .banner-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {

    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .banner-left {
        max-width: 100%;
    }

    .banner-heading {
        font-size: 24px;
    }

    .g-banner-subheading {
        font-size: 16px;
    }

    .banner-form {
        justify-content: center;
    }

    .banner-input {
        width: 100%;
        max-width: 280px;
    }

    .img-responsive {
        width: 100%;
        height: auto;
    }

    .form-columns-2 {
        float: none;
    }

    .hs-form-field input[type='text'],
    .hs-form-field input[type='email'] {
        max-width: 100%;
        min-width: 100%;
    }
}