/* ==========================================================================
   Base Content Styles
   ========================================================================== */

.content {
    background: #fff;
    padding: 3.125rem 0;
}

.gray-bg {
    background-color: #F9F9F9;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.interior-header {
    padding: 4rem 0;
    text-align: center;
    background: url(../images/abstract.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 170%;
    background-color: #f9f9f9;
}

.interior-header h1 {
    font-size: 1.75rem;
    font-weight: 400;
}

.interior-header h1 span {
    font-size: 2.625rem;
    font-weight: 600;
    display: block;
}

.interior-header p {
    max-width: 700px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #6E6E6E;
}

/* ==========================================================================
   Info Grid Section
   ========================================================================== */

.info-grid {
    padding: 3.125rem 0;
    text-align: center;
}

.info-grid .container {
    display: grid;
    gap: 2rem;
}

.info-grid h2 {
    padding-bottom: 0.625rem;
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.info-grid p {
    font-size: 1.125rem;
}

.info-grid .btn-outline {
    margin-top: 1.25rem;
}

.info-grid img {
    width: 100%;
    border-radius: 18px;
    height: auto;
}

.info-grid ul {
    padding: 1.25rem 1.25rem;
    position: relative;
    border-radius: 14px;
    font-size: 1.25rem;
    border: 0;
    background: linear-gradient(90deg, var(--color-green), var(--color-blue));
    overflow: hidden;
    z-index: 0;
    text-align: left;
}

.info-grid ul:before {
    content: "";
    position: absolute;
    inset: 3px;
    background: white;
    border-radius: 11px;
    z-index: -1;
}

.info-grid ul li {
    list-style: none;
    padding: 0.375rem 0;
}

.info-grid ul li:before {
    content: '';
    width: 19px;
    height: 24px;
    display: inline-block;
    background-image: url(/revamp/images/check-icon.svg);
    background-size: contain;
    padding-right: 0.8125rem;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}

/* ==========================================================================
   Agent CTA Section
   ========================================================================== */

.agent-cta {
    position: relative;
    margin: 50px 15px 0;
}

.agent-cta .container {
    display: grid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    align-items: center;
    padding: 0;
    position: relative;
    background: url(../images/Ellipse-mobile.png);
    background-repeat: no-repeat;
    background-size: 139%;
    background-position: bottom center;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.agent-cta h3 strong {
    font-weight: 600;
    color: var(--color-green);
    padding-bottom: 0.4375rem;
    display: block;
    font-size: 1.4375rem;
}

.agent-cta .hrs {
    font-size: 1.125rem;
    font-weight: 600;
    color: #888;
    padding-bottom: 0.375rem;
}

.agent-cta p {
    font-size: 1.125rem;
}

.agent-cta .image {
    position: relative;
    align-items: center;
    display: grid;
    order: 2;
}

.agent-cta .image img {
    z-index: 1;
    position: relative;
    bottom: -1px;
    margin: 0 auto;
}

.agent-cta .section {
    order: 1;
    padding: 1.875rem 1.75rem 0 1.875rem;
    text-align: center;
}

.agent-cta .section p {
    line-height: 1.1;
    margin-bottom: 0.9375rem;
}

/* ==========================================================================
   Partners Section
   ========================================================================== */

.partners {
    position: relative;
    z-index: 0;
    margin-bottom: -20px;
}

.partners .partner-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    padding: 1.25rem 1.25rem;
    justify-content: center;
}

.partners .partner-logos .logo {
    padding: 0.5625rem 0;
    text-align: center;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .partner-logos .logo img {
    max-height: 11px;
}

.partners .partner-logos .logo:first-of-type img {
    max-height: 19px;
}

.partners h2 {
    padding-bottom: 0.625rem;
    font-size: 1.875rem;
    text-align: center;
}

/* ==========================================================================
   Steps Section
   ========================================================================== */

.steps {
    padding: 3rem 0 1rem;
}

.steps .container {
    position: relative;
}

.steps h2 {
    font-size: 1.875rem;
    text-align: left;
}

.steps .steps-grid {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.steps .steps-grid .step {
    text-align: center;
    display: flex;
}

.steps .steps-grid .step .step-number {
    width: 48px;
    height: 48px;
    font-size: 1.4375rem;
    background: var(--color-green);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    font-weight: 700;
}

.steps .steps-grid .step h3 {
    max-width: 280px;
    line-height: 1.1;
    margin: 0;
    text-align: left;
    font-size: 1.25rem;
}

.steps .steps-grid .step h3 span {
    font-weight: 600;
}

.steps .call-opt {
    text-align: center;
}

.steps .call-opt a {
    display: inline-block;
    margin: 1.875rem auto 0;
}

/* ==========================================================================
   Privacy Policy / Terms
   ========================================================================== */

article {
    padding: 40px 15px;
    max-width: 900px;
    margin: 0 auto;
}

article h2 {
    margin-bottom: 4px;
    margin-top: 36px;
}

article .intro {
    background: #f4f4f4;
    padding: 27px;
    font-size: 18px;
    border-left: 3px solid var(--color-green);
    margin: 15px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
}

article .warning {
    background: #ffcfcf;
    padding: 20px;
    display: block;
    position: relative;
    margin-top: 34px;
    border-radius: 10px;
}

article .warning h2 {
    margin-top: 0;
}

article .important-notice {
    background: #ffffda;
    padding: 20px;
    display: block;
    position: relative;
    margin-top: 34px;
    border-radius: 10px;
}

article .important-notice h2 {
    margin-top: 0;
}

/* ==========================================================================
   Media Queries - Desktop
   ========================================================================== */
@media screen and (min-width: 1200px) {
    .agent-card .agent-content {
        overflow: visible;
    }

    .steps .step:nth-child(2) .step-number:before {
        content: '';
        width: 300px;
        display: block;
        height: 23px;
        background-image: url(/revamp/images/steps-line.svg);
        position: absolute;
        background-repeat: no-repeat;
        left: 300px;
    }

    .steps .step:nth-child(3) .step-number:before {
        content: '';
        width: 300px;
        display: block;
        height: 23px;
        background-image: url(/revamp/images/steps-line.svg);
        position: absolute;
        background-repeat: no-repeat;
        left: 680px;
    }
}

@media screen and (min-width: 768px) {
    .partners .partner-logos {
        grid-template-columns: repeat(4, 1fr);
    }

    .steps .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .content {
        padding: 4.375rem 0;
    }

    .interior-header {
        padding: 5rem 0;
        background-attachment: fixed;
        background-size: 100%;
    }

    .interior-header h1 {
        font-size: 2.5rem;
        max-width: 600px;
        margin: 0 auto;
    }

    .interior-header h1 span {
        font-size: 4.0625rem;
        margin-top:-12px;
    }

    .interior-header p {
        margin: 30px auto 0;
        font-size: 25px;
    }

    .info-grid {
        padding: 0;
        text-align: left;
    }

    .info-grid .container {
        display: grid;
        grid-template-columns: 46% 48%;
        padding: 4.375rem 0;
        align-items: center;
        gap: 4rem;
    }

    .info-grid p {
        font-size: 1.25rem;
    }

    .info-grid .section:nth-child(2) {
        padding-top: 0;
    }

    .info-grid ul {
        padding: 1.1rem 2.6rem;
        border-radius: 17px;
        font-size: 1.75rem;
    }

    .info-grid ul:before {
        inset: 4px;
        border-radius: 13px;
    }

    .info-grid ul li:before {
        width: 33px;
        height: 32px;
        top: 5px;
    }

    .info-grid h2 {
        font-size: 2.5rem;
    }

    .info-grid img {
        margin: 0;
        width: 100%;
    }

    .agent-cta {
        margin: 0;
        padding-top: 5rem;
    }

    .agent-cta .container {
        grid-template-columns: 47% 53%;
        background: url(../images/circle-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
    }

    .agent-cta .image {
        margin-top: -4.375rem;
        order: 0;
    }

    .agent-cta .section {
        order: 0;
        text-align: left;
        padding: 0;
    }

    .agent-cta h3 strong {
        font-size: 2.0625rem;
    }

    .agent-cta p {
        font-size: 1.25rem;
    }

    .agent-cta .hrs {
        font-size: 1.25rem;
    }

    .agent-cta .agent-cta p {
        font-size: 1.25rem;
    }

    .steps {
        padding: 6.5rem 0 0;
    }

    .steps h2 {
        font-size: 2.375rem;
        text-align: center;
    }

    .steps .steps-grid {
        margin: 3rem 2rem 1rem;
    }

    .steps .steps-grid .step {
        display: block;
    }

    .steps .steps-grid .step h3 {
        font-size: 1.5625rem;
        text-align: center;
        margin: 0 auto;
        padding-top: 1.25rem;
    }

    .steps .steps-grid .step .step-number {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .partners h2 {
        font-size: 2.5rem;
    }

    .partners .partner-logos {
        padding: 3.125rem 4.375rem;
        margin-bottom: -40px;
    }

    .partners .partner-logos .logo {
        padding: 1rem;
    }

    .partners .partner-logos .logo img {
        max-height: 24px;
    }

    .partners .partner-logos .logo:first-of-type img {
        max-height: 36px;
    }

    .xtra-p {
        padding-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .agent-cta .container {
        background-position: -16% 40%;
        background-size: 50%;
    }
}

@media (max-width: 375px) {
    .interior-header span {
        font-size: 2.425rem !important;
    }

    .interior-header p {
        font-size: 18px;
    }
}