/* /hubspot/style.css */


table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

/* Các phần nội dung chính */
.content h1 {
    margin: 0 0 64px;
    font-size: 48px;
    line-height: 76px;
    color: #33475B;
    font-weight: 700;
    letter-spacing: 0;
}

.text-section {
    max-width: 858px;
    width: 67%;
    padding-right: 17px;
}

.text-section p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #33475B;
    margin: 0;
}

.content .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta-section {
    max-width: 352px;
    width: 33%;
    padding: 112px 0 11px;
    text-align: right;
    position: relative;
    z-index: 2;
}

.cta-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    margin-right: 0;
    margin: 0;
}

.contact-image img {
    max-width: 42px;
    margin-left: auto;
}

.cta-section a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #FF8263;
    border: 2px solid #33475B;
    border-radius: 6px;
    padding: 12.5px;
    margin-bottom: 18px;
    transition: all .5s;
}

.cta-section a.button.consultation-button {
    background-color: #414E5A;
}

.cta-section a:hover {
    background-color: #414E5A;
}

.cta-section a.button.consultation-button:hover {
    background-color: #fff;
}

.contact-image {
    margin-bottom: 33px;
    margin-top: -12px;
    padding-right: 24px;
}

.female-image img {
    max-width: 280px;
}

.content-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 0;
    margin-top: -107px;
    position: relative;
    z-index: 0;
    margin-left: auto;
    width: 100%;
}

.features {
    background-color: #33475B;
    border-radius: 27px;
    color: #fff;
    padding: 23px 52px 20px 59px;
    width: calc(100% - 323px);
    position: relative;
    background-image: url(growth-svgrepo-com.png);
    background-size: 154px;
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
}

.features ul {
    margin: 0;
    padding: 0;
}

.features ul li {
    font-size: 24px;
    line-height: 48px;
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.features ul li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(checklist.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.female-image {
    position: relative;
    margin-right: -40px;
    width: 280px;
    z-index: 2;
}

.content {
    padding: 34px 0 0;
}

* {
    box-sizing: border-box;
}

footer.contact.footer p,
footer.contact.footer p a {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #33475B;
    margin: 0;
    text-decoration: none;
}

footer.contact.footer p a {
    transition: all .5s;
}

footer.contact.footer p a:hover {
    color: #FF8263;
}

footer.contact.footer p::before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background-image: url(mail.png);
    margin-top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

footer.contact.footer {
    text-align: center;
    padding: 91px 0 41px;
}

/* Media Queries cho các phần còn lại */
@media (max-width: 1280px) {
    .content-bottom {
        margin-top: -50px;
    }
}

@media (max-width: 1200px) {
    .features {
        width: calc(100% - 260px);
    }
}

@media (max-width: 1180px) {
    .content-bottom {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .text-section {
        padding-right: 30px;
    }

    .content h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 40px;
    }

    .cta-section {
        padding: 50px 0 11px;
    }

    .features {
        width: calc(100% - 220px);
    }

    .features ul li {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .content h1 {
        font-size: 32px;
        line-height: 48px;
        margin: 0 0 24px;
    }
    
    .text-section {
        width: 100%;
    }
    
    .cta-section {
        width: 100%;
        max-width: 100%;
        order: 3;
        padding: 50px 0 0;
    }
    
    .content-bottom .female-image {
        display: none;
    }
    
    .features {
        width: 100%;
        padding: 17px 20px;
    }
    
    .features ul li {
        font-size: 16px;
        line-height: 28px;
        padding-left: 0;
    }
    
    .features ul li:before {
        width: 17px;
        height: 17px;
        top: 3px;
        position: relative;
    }
    
    .contact-image {
        display: none;
    }
    
    .cta-section p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 38px;
    }
    
    footer.contact.footer p,
    footer.contact.footer p a {
        font-size: 14px;
        line-height: 24px;
    }
    
    footer.contact.footer p::before {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-top: -2px;
    }
    
    footer.contact.footer {
        padding: 31px 0 17px;
    }
    
    .text-section p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .content {
        padding: 0px 0 0;
    }
    
    .content-bottom {
        margin-top: 41px;
    }
    
    .cta-section a {
        margin-bottom: 14px;
    }
}
