@import "typography.css";
@import "sections/hero.css";
@import "sections/faqs.css";
@import "sections/prefooter.css";

/* Hero Section*/
.hero .col-6 {
    padding-right: 4rem;
}
.hero h1 {
    font-size: 3.5rem;
    line-height: 120%;
    font-weight: 500;
}
.hero h1, .hero h5 {
    margin-bottom: 1rem;
    padding: 0;
}
.hero .col-6 > p {
    font-weight: 500;
    line-height: 160%;
}
.hero .cta-btn {
    padding: 1rem 2.5rem;
}
@media screen and (max-width: 1399px) {
    .hero .col-6 {
        padding-right: .75rem;
    }
}
@media screen and (max-width: 991px) {
    .hero {
        border-radius: 2.5rem;
        margin-bottom: 0;
        padding-bottom: 3rem;
    }

    .hero h1 {
        font-size: 2.5rem;
        text-align: center;
        padding: 0;
    }
    .hero h5 {
        font-size: 1.125rem;
        text-align: center;
        padding: 0;
    }
    .hero .col-6 > p {
        text-align: center;
    }
    .hero-devices {
        justify-content: center;
        display: flex;
    }
    .hero .hero-foreground {
        display: none;
    }
}
/* Hero Section*/

/* Basic Content Section */
.basic-content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    text-align: center;
}
@media (max-width: 575px) {
    .basic-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.basic-content a {
    text-decoration: underline;
}
.basic-content .headline-1 {
    margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
    .basic-content .headline-1 {
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .basic-content .headline-1 br {
        display: none;
    }
}
/* Basic Content Section */

/* Retention Description Accordion Section */
.ret-desc-accordion {
    padding: 4rem 0;
}
.ret-desc-accordion h2 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}

.ret-desc-accordion p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
}

.accordion-wrapper {
    margin: 4rem 0 0;
}

.accordion-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.accordion-content .accordion {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.accordion-content .accordion-item {
    background: none;
    border: none;
    position: relative;
    margin: 1rem 0;
}

.accordion-content .accordion-button, .accordion-content .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.accordion-content .accordion-button::after {
    content: none;
}

.accordion-content .accordion-button.collapsed {
    opacity: .3;
}

.accordion-content .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 135%;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-content .accordion-button:before,
.accordion-content .accordion-collapse:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--black-text);
    transition: .15s ease;
    max-height: 100%;
}

.accordion-content .accordion-button:not(.collapsed):before,
.accordion-content .accordion-collapse.show:before {
    transition: .15s ease;
    max-height: 100%;
}

.accordion-content .accordion-link {
    text-decoration: none;
    margin-top: 2rem;
}

.accordion-content .accordion-body {
    padding-top: 1rem;
    padding-bottom: 0;
}
.accordion-content .accordion-body a {
    text-decoration: underline;
}
.accordion-content .accordion-body p:not(.headline-6) {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 155%;
}
.accordion-content .accordion-body p b,
.accordion-content .accordion-body p strong {
    font-weight: 700;
}

.accordion-content .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-imgs img {
    display: none;
    border-radius: 2.5rem;
    height: 25rem;
    width: 100%;
    object-fit: cover;
}

.accordion-imgs img.shown {
    display: block;
}

.ret-desc-accordion--cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ret-desc-accordion--cta .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

@media screen and (max-width: 1399px) {
    .ret-desc-accordion {
        padding: 2rem 0 1rem;
    }
    .ret-desc-accordion h2 {
        font-size: 3.5rem;
    }
    .accordion-content .accordion-button {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .ret-desc-accordion {
        padding: 3rem 0 1rem;
    }
    .ret-desc-accordion h2 {
        font-size: 2.75rem;
    }
    .ret-desc-accordion p {
        font-size: 1rem;
    }
    .accordion-wrapper {
        margin: 2rem 0;
    }
}

@media screen and (max-width: 991px) {
    .ret-desc-accordion h2 {
        font-size: 2rem;
    }
    .ret-desc-accordion p {
        font-size: .85rem;
        line-height: 170%;
    }
    .accordion-content .accordion-button {
        font-size: 1rem;
    }
    .ret-desc-accordion--cta {
        margin-top: 2rem;
    }
    .ret-desc-accordion--cta .cta-btn {
        padding: 1rem;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .accordion-wrapper {
        border-radius: 1.5rem;
    }

}

@media screen and (max-width: 575px) {
    .accordion-wrapper {
        margin: 2rem auto;
        width: 95%;
        padding: 0;
    }
    .accordion-content .accordion-button {
        font-size: 1.2rem;
        padding: .65rem 1rem;
    }
    .accordion-content .accordion-item .accordion-collapse:before {
        width: .18rem;
    }

    .accordion-imgs {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .accordion-content .accordion-body {
        font-size: 1rem;
    }
    .ret-desc-accordion p {
        font-size: 1rem;
    }
}
/* Retention Description Accordion Section */

/* Usenet vs Other */
.ret-benefits {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background: #E9E9E9;
}
@media (max-width: 575px) {
    .ret-benefits {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.ret-benefits .headline-1 {
    margin-bottom: 0;
}
.ret-benefits--row {
    --bs-gutter-x: 5rem;
}
@media (max-width: 991px) {
    .ret-benefits--row {
        --bs-gutter-x: 2.5rem;
    }
}
@media (max-width: 575px) {
    .ret-benefits--row {
        --bs-gutter-x: 0;
    }
}
.ret-benefits .accordion-imgs img {
    height: auto;
}
.ret-benefits .accordion-wrapper {
    margin-bottom: 4rem;
}
@media (max-width: 575px) {
    .ret-benefits .accordion-wrapper {
        margin-bottom: 2rem;
    }
}
.ret-benefits .benefits {
    padding: 0;
}
.ret-benefits .benefits--list {
    margin: 1rem 0;
}
.ret-benefits .benefits--item {
    border-radius: 2.5rem;
    background: #FFF;
}
/* Usenet vs Other */

/* FAQ */
.faqs-section {
    background: #ffffff;
}
@media (max-width: 575px) {
    .faqs-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.faqs-accordion__items > h2 {
    font-size: 3.25rem;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 4rem;
}
@media (max-width: 991px) {
    .faqs-accordion__items > h2 {
        font-size: 3rem;
    }
}
@media (max-width: 557px) {
    .faqs-accordion__items > h2 {
        margin-bottom: -1rem;
        font-size: 2.5rem;
    }
}
.faqs-section .accordion-item {
    background: #F7F6F5;
}
/* FAQ */

/* Prefooter */
.prefooter h2 {
    margin-bottom: 1rem;
}
.prefooter p {
    margin-bottom: 1.75rem;
    margin-top: 0;
}
/* Prefooter */
