:root {
    --primary-gold: #D4AF37;
    --dark-gold: #B89B35;
    --dark-blue-bg: #0A2342;
    --white: #FFFFFF;
    --light-gray: #EEEEEE;
    --logo: #5D283A;
    --font-family: 'Space Grotesk', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-secondary);
    background-color: var(--logo);
    color: var(--white);
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    background-image: linear-gradient(to top, var(--logo) 2%, transparent 30%), url('img/4928.jpg');
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
}

.hero-content {
    max-width: 60%;
}

.logo {
    width: 150px;
    margin-bottom: 80px;
    border-radius: 4px;
}

.main-title {
    font-family: var(--font-family);
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.main-title b,
.section-title b {
    color: var(--dark-gold);
    text-decoration: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.main-title u,
.section-title u {
    text-decoration: none;
}

.subtitle {
    font-size: 22px;
    font-weight: 400;
    color: var(--light-gray);
    line-height: 1.5;
    margin-top: 22px;
    max-width: 75%;
}

.cta-group {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn {
    padding: 18px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: inline-block;
    font-family: var(--font-family);
}

.btn-principal {
    background: var(--primary-gold);
    color: var(--dark-blue-bg);
    border: 1px solid var(--primary-gold);
}

.btn-principal:hover {
    background: var(--dark-gold);
    box-shadow: 0px 0px 20px 0px rgba(212, 175, 55, 0.4);
}

.testimonials {
    display: flex;
    align-items: center;
    gap: 18px;
}

.testimonial-pics {
    display: flex;
}

.testimonial-pics img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--primary-gold);
    margin-left: -10px;
}

.testimonial-pics img:first-child {
    margin-left: 0;
}

.testimonials span {
    color: var(--primary-gold);
    font-size: 18px;
}

/* General Section Styling */
section {
    padding: 120px 0;
}

.section-title {
    font-family: var(--font-family);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.3;
}

.two-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.two-columns>.text-content {
    flex-basis: 60%;
}

.two-columns>.image-content {
    flex-basis: 40%;
}

.two-columns>.image-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.text-content p {
    font-size: 18px;
    color: var(--light-gray);
    line-height: 1.6;
    margin-top: 22px;
}

.separator,
.separator-footer {
    height: 2px;
    background: linear-gradient(90deg, var(--primary-gold), var(--dark-blue-bg));
}

.separator-footer {
    background: linear-gradient(270deg, var(--primary-gold), var(--dark-blue-bg));
}

/* Exclusive Group Section */
.exclusive-group-section .image-content {
    flex-basis: 30%;
}

.features-list {
    display: flex;
    gap: 30px;
    margin-top: 18px;
}

.features-list ul {
    list-style: none;
}

.features-list li {
    font-size: 18px;
    font-weight: 700;
    color: var(--light-gray);
    margin-bottom: 18px;
}

.features-list i {
    color: var(--primary-gold);
    margin-right: 10px;
    font-size: 24px;
}

/* Benefits Section */
.benefits-section {
    text-align: center;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    text-align: left;
}

.section-header .subtitle {
    max-width: none;
    margin-top: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    border: 1px solid var(--primary-gold);
    border-radius: 18px;
    padding: 50px;
    margin-top: 15px;
    text-align: left;
    position: relative;
    background: #0D2A4F;
}



.card-icon {
    width: 72px;
    height: 72px;
    background-color: var(--primary-gold);
    color: var(--dark-blue-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: absolute;
    top: -36px;
    left: 50px;
}

.benefit-card h5 {
    color: var(--primary-gold);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 30px;
    font-family: var(--font-family);
}

.benefit-card p {
    font-size: 18px;
    color: var(--light-gray);
    line-height: 1.6;
    margin-top: 12px;
}

.benefit-card a {
    color: var(--primary-gold);
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

/* CTA Section */
.cta-section {
    background-color: var(--white);
    background-image: url('img/scales-of-justice.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 0;
}

.arrow-icon-wrapper {
    position: relative;
    top: -50px;
}

.arrow-icon {
    width: 100px;
    height: 100px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: var(--dark-blue-bg);
}

.cta-section .main-title {
    color: var(--dark-bluebg);
    max-width: 60%;
    margin: 90px auto 0;
}

.cta-section .subtitle {
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    max-width: 50%;
    margin: 22px auto 0;
}

.cta-section .cta-group {
    justify-content: center;
}

.cta-section .testimonials span.dark-text {
    color: #05162a;
    font-weight: 600;
}

.dark-text {
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}


/* About Section */
.about-section .text-content {
    flex-basis: 60%;
}

.about-section .image-content {
    flex-basis: 30%;
}


.social-icons {
    margin-top: 18px;
    display: flex;
    gap: 18px;
}

.social-icons a {
    color: var(--primary-gold);
    font-size: 24px;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(1.1);
}

/* FAQ Section */
.faq-section {
    text-align: center;
}

.faq-section .section-header {
    margin-bottom: 80px;
}

.accordion {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: left;
}

.accordion-item {
    border: 1px solid var(--primary-gold);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-header {
    background-color: rgba(212, 175, 55, 0.08);
    color: var(--white);
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-secondary);
}

.accordion-header.active {
    color: var(--primary-gold);
}

.accordion-header i {
    transition: transform 0.3s ease;
}

.accordion-header.active i {
    transform: rotate(45deg);
}

.accordion-content {
    padding: 0 40px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Footer */
footer {
    padding: 50px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-footer {
    width: 150px;
}

footer p {
    font-size: 18px;
    font-weight: 400;
}

.webcodex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.webcodex a {
    text-decoration: none;
    color: var(--dark-gold);
}


/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .main-title {
        font-size: 39px;
    }

    .section-title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-content .subtitle {
        max-width: 100%;
    }

    .cta-group {
        flex-direction: column;
    }

    .two-columns {
        flex-direction: column;
    }

    .exclusive-group-section .two-columns {
        flex-direction: column-reverse;
    }

    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .benefit-card {
        padding: 30px;
    }

    .benefit-card h5 {
        font-size: 24px;
    }

    .cta-section .main-title {
        max-width: 100%;
    }

    .cta-section .subtitle {
        max-width: 100%;
    }

    .arrow-icon-wrapper {
        top: -30px;
    }

    .arrow-icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .about-section .two-columns {
        flex-direction: column;
    }

    .text-content {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    footer .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 24px;
    }

    .features-list {
        flex-direction: column;
        gap: 0;
    }

    .benefit-card {
        text-align: center;
    }

    .card-icon {
        left: 50%;
        transform: translateX(-50%);
    }

    .exclusive-group-section .image-content {
        max-width: 80%;
    }

    .about-section .image-content {
        max-width: 60%;
    }
}