/* ============================================
   LEGAL PAGES (Privacy Policy)
   Reference: ecomlaunchers.com/privacy-policy/
   ============================================ */

/* --- Legal Hero --- */
.legal-hero {
    margin-top: -16px;
    padding: 170px 30px 70px;
    background-image: url('../images/services-10.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.legal-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    padding: 10px;
    box-sizing: border-box;
}
.legal-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    color: #FCFCFC;
    margin: 0;
    max-width: 89.386%;
    text-align: left;
}
.legal-hero-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
    max-width: 78.07%;
    text-align: left;
}
.legal-hero-actions {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-top: 10px;
    flex-wrap: wrap;
}
.btn-hero-outline {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #F4A530;
    background-color: transparent;
    border: 1px solid #F4A530;
    border-radius: 5px;
    padding: 15px 35px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.btn-hero-outline:hover {
    color: #F4A530;
    border-color: #FFFFFF;
}
.btn-hero-solid {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    background-color: #F4A530;
    border: none;
    border-radius: 5px;
    padding: 15px 35px 15px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    align-self: center;
    position: relative;
    overflow: hidden;
}
.btn-hero-solid:hover {
    color: #F4A530;
    background-color: transparent;
    border-color: #F4A530;
}
.btn-hero-outline > span,
.btn-hero-solid > span {
    position: relative;
    z-index: 1;
}

/* --- Legal Content --- */
.legal-content-section {
    background: #FCFCFC;
}
.legal-content-inner {
    display: flex;
    justify-content: flex-start;
    padding: 0 40px;
    align-items: center;
    width: 100%;
}
.legal-content-col {
    width: 90%;
    padding-top: 10px;
}
.legal-content-col2 {
    width: 95%;
}
.policy-wrapper {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: #7A7A7A;
    text-align: start;
}
.policy-wrapper h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #212121;
    text-transform: uppercase;
    margin: 40px 0 10px;
}
.policy-wrapper strong {
    font-weight: 700;
    color: #212121;
}
.policy-wrapper a {
    color: #0073E6;
    text-decoration: underline;
    font-weight: 400;
}
.policy-wrapper ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.policy-wrapper li {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: #7A7A7A;
    margin-bottom: 8px;
}

.terms-wrapper {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: #7A7A7A;
    text-align: start;
}
.terms-wrapper h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #212121;
    text-transform: uppercase;
    margin: 40px 0 10px;
}
.terms-wrapper strong {
    font-weight: 600;
    color: #212121;
}
.terms-wrapper a {
    color: #CC3366;
    text-decoration: none;
    font-weight: 400;
}
.terms-wrapper ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.terms-wrapper li {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    color: #7A7A7A;
    margin-bottom: 8px;
}
@media (max-width: 1024px) {
    .policy-wrapper,
    .terms-wrapper,
    .policy-wrapper li,
    .terms-wrapper li {
        font-size: 15px;
        line-height: 21px;
    }
}

/* --- CTA Section (Boost Revenue card) --- */
.legal-cta-section {
    background: #FCFCFC;
    margin: 60px 0 20px;
}
.legal-cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.legal-cta-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 95%;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(60, 66, 75, 0.53);
    background-image: url('../images/chatgpt-automation.png');
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin: 0 0 60px 0;
    padding: 40px 10px 40px 10px;
}
.legal-cta-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 64.02%;
    padding: 10px;
}
.legal-cta-heading {
    width: 89.386%;
    text-align: start;
}
.legal-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1em;
    color: #FFFFFF;
    margin: 0;
}
.legal-cta-text {
    width: 76.74%;
}
.legal-cta-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
}
.legal-cta-actions-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding-top: 10px;
}
.legal-cta-consult {
    flex-shrink: 0;
    width: 201px;
}
.legal-cta-consult-title {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
}
.legal-cta-btn-ghost {
    flex-shrink: 0;
    width: 251.891px;
    display: flex;
    align-items: flex-start;
}
.legal-cta-btn-solid {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}
.legal-cta-btn-solid .btn-hero-solid {
    align-self: center;
}
.legal-cta-img-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34.5%;
    padding: 10px;
}
.legal-cta-img {
    width: 355.90625px;
    height: 293.03125px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .legal-hero {
        background-position: bottom center;
    }
    .legal-hero-title {
        font-size: 30px;
        max-width: 405.214px;
    }
    .legal-hero-desc {
        font-size: 15px;
        max-width: 401.557px;
    }
    .legal-hero-actions {
        gap: 12px;
    }
    .btn-hero-outline {
        font-size: 15px;
        padding: 12px 15px;
    }
    .btn-hero-solid {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .legal-hero {
        padding: 140px 15px 80px;
        margin-top: -32.22px;
    }
    .legal-hero-inner {
        width: 100%;
        padding: 10px;
        align-items: center;
    }
    .legal-hero-title {
        font-size: 25px;
        text-align: center;
        max-width: 100%;
    }
    .legal-hero-desc {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }
    .legal-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-top: 0;
    }
    .btn-hero-outline,
    .btn-hero-solid {
        font-size: 14px;
        text-align: center;
    }

    .legal-content-inner {
        padding: 0 15px;
    }
    .legal-content-col {
        width: 100%;
    }
    .legal-content-col2 {
        width: 100%;
    }
    .policy-wrapper {
        font-size: 15px;
        line-height: 21px;
    }
    .policy-wrapper h2 {
        font-size: 22px;
    }
    .policy-wrapper li {
        font-size: 15px;
        line-height: 21px;
    }

    .legal-cta-section {
        margin: 0;
    }
    .legal-cta-inner {
        padding: 0 15px;
    }
    .legal-cta-card {
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 10px 15px 19px;
        margin-bottom: 60px;
    }
    .legal-cta-content {
        width: 100%;
        padding: 10px;
    }
    .legal-cta-heading {
        width: 100%;
        max-width: 100%;
    }
    .legal-cta-title {
        font-size: 25px;
    }
    .legal-cta-text {
        width: 100%;
    }
    .legal-cta-desc {
        font-size: 16px;
        line-height: 23px;
    }
    .legal-cta-actions-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .legal-cta-consult-title {
        font-size: 16px;
        line-height: 23px;
    }
    .legal-cta-btn-ghost {
        width: auto;
    }
    .legal-cta-btn-ghost .btn-hero-outline {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 35px;
    }
    .legal-cta-btn-solid .btn-hero-solid {
        font-size: 15px;
        line-height: 15px;
    }
    .legal-cta-img-col {
        width: 100%;
        padding: 10px;
    }
    .legal-cta-img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
