@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
    font-family: "Open Sans", sans-serif;
    color: #2f2f2f;
}

img {
    max-width: 100%;
}

.hero-section {
    background-color: #f8f9fa;
}

.hero-section h4 {
    background-color: #f8f9fa;
    color: #bc1201;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.join-btn {
    background-color: #03ce53;
    border: none;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-top: 50px !important;
}

.join-btn:before {
    content: "";
    background-image: url(../img/delphi-signals-img-1.png);
    width: 141px;
    height: 124px;
    position: absolute;
    left: calc(-141px + -24px);
    top: -40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.join-btn:after {
    content: "";
    background-image: url(../img/delphi-signals-img-2.png);
    width: 141px;
    height: 124px;
    position: absolute;
    right: calc(-141px + -24px);
    top: -40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.get-started-btn {
    background-color: #03ce53;
    border: none;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    max-width: 400px;
    width: 100%;
    position: relative;
}

.view-btn {
    background-color: #c40000;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative !important;
    max-width: 300px;
    width: 100%;
    color: #fff;
    margin: auto;
}

.access-list {
    list-style: none;
    padding-left: 0;
}

.access-list li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
}

.access-list li::before {
    content: url("../img/delphi-signals-img-4.png");
    color: #28a745;
    position: absolute;
    left: 0;
}

.why-join-section {
    background-color: #fff;
}

.why-join-section h2,
.membership-tiers-content h2 {
    font-size: 3rem;
    font-weight: bold;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-top: 24px;
    margin-bottom: 50px;
}

.icon {
    width: 50px;
    height: 50px;
}

.membership-tiers-section {
    background-color: #000000;
}

.membership-tiers-section h2 {
    font-size: 2.2rem;
    font-weight: bold;
}

.table-dark {
    background-color: #333;
}

.testimonials-section h2 {
    font-size: 3rem;
    font-weight: bold;
}

.testimonial {
    font-style: italic;
    font-size: 1.1rem;
}

.author {
    font-weight: bold;
    margin-top: 10px;
}

.stars {
    color: #f1c40f;
    font-size: 1.5rem;
}

.cta-section {
    min-height: 400px;
}

.cta-section h2 {
    font-size: 3rem;
    font-weight: bold;
}

.cta-section .subtitle {
    max-width: 600px;
    margin: 24px auto 50px auto;
}

.access-section,
.testimonials-section {
    background-color: #e1e1e1;
}

.testimonials {
    width: 100%;
    max-width: 430px;
    margin: auto;
}

.features {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.features > div {
    display: flex;
    align-items: center;
    gap: 24px;
    width: fit-content;
    text-align: left;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .join-btn {
        padding: 20px;
        margin-top: 20px !important;
    }

    .access-list li {
        font-size: 1rem;
    }

    .why-join-section h2,
    .membership-tiers-section h2,
    .testimonials-section h2,
    .cta-section h2,
    .why-join-section h2,
    .membership-tiers-content h2 {
        font-size: 1.8rem !important;
    }

    .table th,
    .table td {
        font-size: 0.9rem;
    }

    .testimonial {
        font-size: 1rem;
    }
    .join-btn:before,
    .join-btn:after {
        display: none;
    }
    .access-section .row {
        gap: 24px;
        margin: 0 !important;
    }
    .cta-section .subtitle {
        margin: 24px auto;
    }
}
