/* Global Section Header, Title, and Description */
/* --------------------- */
@media (min-width: 576px) {
    .marketo-reports-page .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .marketo-reports-page .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .marketo-reports-page .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .marketo-reports-page .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .marketo-reports-page .container {
        max-width: 1300px !important;
    }
}


.marketo-reports-page {
    color: #1A1A1A;
    --marketo-font-family-main: 'Helvetica Neue' !important;
    --marketo-font-family-sec: 'Bower-Bold', cursive !important;
    --marketo-padding: 50px 20px;
    --marketo-section-header-margin-bottom: 50px;
    --marketo-section-title-font-size: 28px;
    --marketo-section-title-line-height: 1.2;
    --marketo-section-description-font-size: 14px;
    --marketo-section-header-padding: 0 5%;
    --marketo-main-color: #275674;
    --marketo-main-color-dark: #1a3f55;
    --marketo-fw-light: 100;
    --marketo-fw-regular: 300;
    --marketo-fw-bold: 600;

    font-family: var(--marketo-font-family-main);
}

.marketo-reports-page h1,
.marketo-reports-page h2,
.marketo-reports-page h3,
.marketo-reports-page h4,
.marketo-reports-page h5,
.marketo-reports-page h6 {
    font-family: var(--marketo-font-family-sec);
}


@media (min-width: 576px) {
    .marketo-reports-page {
        --marketo-padding: 60px 20px;
        --marketo-section-header-margin-bottom: 52px;
        --marketo-section-title-font-size: 36px;
        --marketo-section-title-line-height: 1.2;
        --marketo-section-description-font-size: 16px;
        --marketo-section-header-padding: 0 8%;
    }
}

@media (min-width: 768px) {
    .marketo-reports-page {
        --marketo-padding: 75px 20px;
        --marketo-section-header-margin-bottom: 54px;
        --marketo-section-title-font-size: 42px;
        --marketo-section-title-line-height: 1.2;
        --marketo-section-description-font-size: 18px;
        --marketo-section-header-padding: 0 10%;
    }
}

@media (min-width: 992px) {
    .marketo-reports-page {
        --marketo-padding: 90px 20px;
        --marketo-section-header-margin-bottom: 60px;
        --marketo-section-title-font-size: 48px;
        --marketo-section-title-line-height: 1.2;
        --marketo-section-description-font-size: 22px;
        --marketo-section-header-padding: 0 12%;
    }
}

@media (min-width: 1200px) {
    .marketo-reports-page {
        --marketo-padding: 100px 50px;
        --marketo-section-header-margin-bottom: 64px;
        --marketo-section-title-font-size: 52px;
        --marketo-section-title-line-height: 1.2;
        --marketo-section-description-font-size: 24px;
        --marketo-section-header-padding: 0 15%;
    }
}

.marketo-reports-page .section-header {
    text-align: center;
    margin-bottom: var(--marketo-section-header-margin-bottom);
    padding: var(--marketo-section-header-padding);
}


.marketo-reports-page .section-title {
    font-size: var(--marketo-section-title-font-size);
    line-height: var(--marketo-section-title-line-height);
    font-weight: 700;
    color: #202020;
    margin-bottom: 32px;
}

.marketo-reports-page .section-description {
    font-weight: 500;
    font-size: var(--marketo-section-description-font-size);
    line-height: 1.4;
    margin-bottom: 0px;
}

/* CARD  */
.marketo-reports-page .card {
    border: none;
    background: transparent;
}

.marketo-reports-page .card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0px;
}

@media (min-width: 576px) {
    .marketo-reports-page .card p {
        font-size: 15px;
    }
}


@media (min-width: 768px) {
    .marketo-reports-page .card p {
        font-size: 16px;
    }
}


@media (min-width: 992px) {
    .marketo-reports-page .card p {
        font-size: 17px;
    }
}


@media (min-width: 1200px) {
    .marketo-reports-page .card p {
        font-size: 18px;
    }
}


@media (min-width: 1400px) {
    .marketo-reports-page .card p {
        font-size: 22px;
    }
}

/* END Global Section Header, Title, and Description */
/* --------------------- */

/* -- Marketo Hero -- */
/* --------------------- */
.marketo-hero {
    background-color: #F0FAEF;
    padding: var(--marketo-padding);
}

.marketo-hero .marketo-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.marketo-hero .marketo-subtitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
}

.marketo-hero .marketo-description,
.marketo-hero p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Helvetica-Neue' !important;
}

@media (min-width: 768px) {

    .marketo-hero .marketo-description,
    .marketo-hero p {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.marketo-hero .form-container {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
    padding: 64px 24px;
    gap: 48px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    opacity: 1;
}

.marketo-hero .marketo-form-title {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
}

@media (min-width: 768px) {
    .marketo-hero .marketo-title {
        font-size: 60px;
        line-height: 66px;
    }

    .marketo-hero .marketo-subtitle {
        font-size: 26px;
        line-height: 34px;
    }

}

/* END Marketo Hero */
/* --------------------- */

/* -- Marketo Features -- */
/* --------------------- */
.marketo-features {
    padding: var(--marketo-padding);
    background-color: #ffffff !important
}

.marketo-features .feature-card {
    background-color: #A9DBDC;
    border-radius: 12px;
    padding: 22px 20px;
    height: 100%;
}

.marketo-features .feature-card .card-number {
    color: var(--marketo-main-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .marketo-features .feature-card .card-number {
        font-size: 28px;
    }
}

/* END Marketo Features */
/* --------------------- */

/* -- Marketo Steps -- */
/* --------------------- */
.marketo-steps {
    padding: var(--marketo-padding);
    background-color: var(--marketo-main-color);
}

.marketo-steps .step-card {
    height: 100%;
    padding: 12px;
    border-left: 1px solid #FFFFFF;
}

.marketo-steps .step-card .card-title {
    font-family: var(--marketo-font-family-main) !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px !important;
}

.marketo-steps .step-card .card-description {
    color: #fff;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .marketo-steps .step-card .card-title {
        font-size: 24px;
        line-height: 33.6px;
    }
}

/* END Marketo Steps */
/* --------------------- */

/* -- Marketo Landscape -- */
/* --------------------- */
.marketo-landscape {
    padding: var(--marketo-padding);
    background-color: #FFF;
}

.marketo-landscape .landscape-card {
    height: 100%;
    background-color: #A9DBDC;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.marketo-landscape .landscape-card h3 {
    width: min-content;
    height: 51px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .marketo-landscape .landscape-card h3 {
        font-size: 20px;
    }
}


/* END Marketo Landscape */
/* --------------------- */

/*  Marketo Data Management Section  */
/* ------------------------------- */
.marketo-data-mgmt {
    padding: var(--marketo-padding);
    background-color: #fff !important;
}
.marketo-data-mgmt .card-number {
    color: var(--marketo-main-color);
    font-family: var(--marketo-font-family-sec);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px !important;
}

.marketo-data-mgmt .card-title {
    font-family: var(--marketo-font-family-main) !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .marketo-data-mgmt .card-number {
        font-size: 28px;
    }

    .marketo-data-mgmt .card-title {
        font-size: 24px;
    }
}

/*  END Marketo Data Management Section  */
/* ------------------------------- */


/* Global Section Styles */
/* --------------------- */

.marketo-challenges {
    padding: var(--marketo-padding);
    background-color: #A9DBDC;
}

.marketo-challenges .card {
    height: 100%;
    background-color: #F0FAEF;
    border-radius: 10px;
    padding: 20px;
}

.marketo-challenges .card .card-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 0.5px solid #00000080;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .marketo-challenges .card h3 {
        font-size: 20px;
    }
}

/* END Marketo Challenges */
/* --------------------- */

/* optimizing Section Styles */
/* --------------------- */
.marketo-optimizing {
    padding: var(--marketo-padding);
    background-color: #ffffff;
}

.marketo-optimizing .card {
    height: 100%;
    background-color: var(--marketo-main-color);
    border-radius: 10px;
    padding: 24px 15px;
}

.marketo-optimizing .card-number {
    font-family: var(--marketo-font-family-sec);
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px !important;
}

.marketo-optimizing .card-title {
    font-family: var(--marketo-font-family-main) !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 4px;
}

.marketo-optimizing .card-description {
    color: #ffffff;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .marketo-optimizing .card {
        padding: 32px 24px;
    }

    .marketo-optimizing .card-number {
        font-size: 28px;
    }

    .marketo-optimizing .card-title {
        font-size: 24px;
        line-height: 1.4;
    }
}

/* END Marketo Optimizing */
/* --------------------- */


.marketo-cta {
    padding: var(--marketo-padding);
    background-color: #F0FAEF !important;
    background-image: url(https://www.xgrid.co/resources/wp-content/uploads/2024/10/cta-mobile-bg.svg);
    background-size: contain !important;
    background-position: calc(100% - 0px) 0px;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .marketo-cta {
        background-size: contain !important;
    }
}

@media (min-width: 768px) {
    .marketo-cta {
        background-image: url(https://www.xgrid.co/resources/wp-content/uploads/2024/10/cta-bg.svg);
        background-size: contain !important;
    }
}

@media (min-width: 992px) {
    .marketo-cta {
        background-size: 324px !important;
    }
}

@media (min-width: 1200px) {
    .marketo-cta {
        background-size: 524px !important;
    }
}

@media (min-width: 1400px) {
    .marketo-cta {
        background-size: 524px !important;
        background-position: calc(100% - 0px) 0px;
    }
}

.marketo-cta .cta-button {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    background-color: var(--marketo-main-color);
    color: white;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.marketo-cta .cta-button:hover {
    background-color: var(--marketo-main-color-dark);
}

.marketo-cta .cta-button svg {
    margin-left: 8px;
}