.header {
    background: linear-gradient(180deg, #FFF2C5 0%, #FFFFFF 99%);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.header h1 {
    font-size: 40px;
    color: #060707;
    /* Gray/950 */
    font-weight: 700;
}

.contact-banner {
    background-color: #060707;
    padding: 40px 56px 56px 56px;
    margin: 16px auto;
    border-radius: 8px;
    max-width: 1110px;
}

.contact-info {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.description {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.phone-info {
    display: flex;
    align-items: center;
    gap: 2px;
}

.phone-info-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin-top: 11px;
}

.contact-cta {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.phone-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.phone-number {
    font-weight: 700;
    font-size: 24px;
    color: #FFD500;
    /* Gold */
}

.phone-hours {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    /* white */
    margin-left: 28px;
}

.contact-buttons {
    display: flex;
}

.whatsapp-btn {
    font-weight: 500;
    background-color: transparent;
    color: white;
    /* white */
    border: 2px solid white;
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.call-btn {
    display: none;
}


/* Social Media */
.social-media {
    text-align: center;
    margin: 32px auto;
    max-width: 1110px;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #E4E9E9;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-icon {
    border-radius: 50%;
    background-color: #E4E9E9;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon:hover {
    background-color: #CCD5D3;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-methods {
    max-width: 1110px;
    margin: 88px auto;
}

.contact-methods h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 80px;
    color: #060707;
    /* Gray/950 */
}

.methods-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.method-card {
    width: 100%;
    background: white;
    border: 1px solid #CCD5D3;
    /* Gray/200 */
    border-radius: 16px;
    padding: 40px 16px;
    text-align: center;
    box-shadow: 0px 2px 4px -2px #0607070D, 0px 4px 6px -1px #0607071A;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.method-card h3 {
    font-weight: 700;
    font-size: 20px;
    color: #060707;
    /* Gray/950 */
}

.method-card p {
    font-weight: 500;
    font-size: 16px;
    color: #060707;
    /* Gray/950 */

}

.method-card a {
    font-weight: 700;
    font-size: 16px;
    color: #2A4ACA;
    /* Blue */
    text-decoration: underline;
    padding: 10px 25.5px;
    display: block;

}

.method-icon svg {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.method-btn {
    font-family: 'Estedad', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.43;
    color: #060707 !important;
    /* Gray/950 */
    padding: 10px 25.5px !important;
    border-radius: 50px;
    border: none;
    background-color: #FF9900;
    text-decoration: none !important;
    /* Primary-500 */
}

.method-btn:hover {
    background-color: #FFBD1B;
}

/* Collaboration Section */
.collaboration {
    background-color: #FFD500;
    /* Gold */
    padding: 80px 40px;
    margin: 80px auto 160px;
    max-width: 1110px;
    border-radius: 16px;
}

.collaboration-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: 0 auto;
    text-align: center;
}

.collaboration h2 {
    font-size: 32px;
    font-weight: 700;
    color: #060707;
    /* Gray/950 */
}

.collaboration-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.collab-icon {
    width: 100%;
}

.collab-icon div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collab-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0px 32px 16px 32px;
    width: 100%;
}

.collab-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #060707;
    /* Gray/950 */
}

.collab-text p {
    font-size: 18px;
    font-weight: 400;
    color: #060707;
    /* Gray/950 */
}

.collaboration-btn {
    background-color: #060707;
    /* Gray/950 */
    color: white;
    border: none;
    padding: 17px 24px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.38;
    cursor: pointer;
    font-family: 'Estedad', Arial, sans-serif;
}

.collaboration-btn:hover {
    background-color: #394040;
    /* Gray/900 */
}

/* FAQ Section */
.faq-section {
    padding: 120px 0px;
    background-color: #FFF2C5;
    /* Primary-100 */
}

.faq-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 80px;
    color: #060707;
    /* Gray/950 */
}

.faq-container {
    max-width: 1110px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 16px;
}

/* Hide radio inputs */
.faq-container input[type="radio"] {
    display: none;
}

/* Tab content styling */
.tab-content {
    display: none;
    align-items: flex-start;
    gap: 48px;
    padding: 32px 48px 32px 32px;
}

/* Show content based on selected tab */
#tab1:checked~.faq-content #content1,
#tab2:checked~.faq-content #content2,
#tab3:checked~.faq-content #content3,
#tab4:checked~.faq-content #content4,
#tab5:checked~.faq-content #content5,
#tab6:checked~.faq-content #content6,
#tab7:checked~.faq-content #content7 {
    display: flex;
}

/* Icon base styles */
.faq-icon {
    border-radius: 100%;
    background-color: #FFF2C5;
    /* Primary/100 */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.faq-icon svg {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.faq-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 0px;
}

.faq-text p {
    font-size: 18px;
    color: #060707;
    /* Gray/950 */
    font-weight: 400;
}

.faq-btn {
    background-color: #060707;
    /* Gray/950 */
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Estedad', Arial, sans-serif;
    font-weight: 500;
    line-height: 0.5;
}

.faq-btn:hover {
    background-color: #394040;
    /* Gray/900 */
}

.faq-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    padding: 27.5px 24px;
    background: #E4E9E9;
    border-radius: 8px;
    font-size: 18px;
    color: #060707;
    /* Gray/950 */
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: right;
    font-family: 'Estedad', Arial, sans-serif;
    font-weight: 700;
    position: relative;
}

/* Normal state - no arrow */
.faq-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    /* transition: all 0.3s ease; */
}

.faq-item:hover {
    background-color: #CCD5D3;
}

.faq-item:hover::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #CCD5D3;
}

.faq-sidebar label {
    color: #394040;
    /* Gray/900 */
    font-weight: 500;
}

/* Active state based on checked radio - yellow with arrow */
#tab1:checked~.faq-sidebar label[for="tab1"],
#tab2:checked~.faq-sidebar label[for="tab2"],
#tab3:checked~.faq-sidebar label[for="tab3"],
#tab4:checked~.faq-sidebar label[for="tab4"],
#tab5:checked~.faq-sidebar label[for="tab5"],
#tab6:checked~.faq-sidebar label[for="tab6"],
#tab7:checked~.faq-sidebar label[for="tab7"] {
    background-color: #FFD500;
    color: #060707;
    font-weight: 600;
    box-shadow: 0px 10px 10px 0px #0607070A, 0px 20px 25px -5px #0607071A;
    padding: 27.5px 40px;
}

#tab1:checked~.faq-sidebar label[for="tab1"]::before,
#tab2:checked~.faq-sidebar label[for="tab2"]::before,
#tab3:checked~.faq-sidebar label[for="tab3"]::before,
#tab4:checked~.faq-sidebar label[for="tab4"]::before,
#tab5:checked~.faq-sidebar label[for="tab5"]::before,
#tab6:checked~.faq-sidebar label[for="tab6"]::before,
#tab7:checked~.faq-sidebar label[for="tab7"]::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFD500;
}

/* FAQ Mobile Section Styles */
.faq-mobile-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 88px 24px 160px 24px;
    background: #FFF2C5;
    /* Primary/100 */
}

.faq-mobile-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 48px;
    color: #060707;
}

.faq-accordion-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

/* Hide checkbox inputs */
.accordion-checkbox {
    display: none;
}

/* Accordion Item Styling */
.faq-accordion-item {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 8px 8px 16px 16px;
    cursor: pointer;
    background: white;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-header-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.accordion-title {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    color: #060707;
    line-height: 1.9;
}

.accordion-icon {
    font-size: 24px;
    font-weight: 300;
    color: #060707;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.accordion-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFBEA;
    /* Primary 100 */
    border-radius: 50%;
    padding: 12px;
}

.accordion-logo svg {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* Accordion Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #FFFFFF;
}

.accordion-inner {
    padding: 0px 8px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.accordion-inner p {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.9;
    color: #060707;
}

.accordion-inner button {
    background-color: #060707;
    /* Gray/950 */
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Estedad', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.43;
}

.accordion-inner button:hover {
    background-color: #394040;
    /* Gray/900 */
}

/* When checkbox is checked */
.accordion-checkbox:checked+.accordion-header {
    background: #FFFFFF;
}

.accordion-checkbox:checked+.accordion-header .accordion-icon {
    color: #7E928F;
    font-size: 0;
}

.accordion-checkbox:checked+.accordion-header .accordion-icon::before {
    content: '−';
    font-size: 24px;
}

.accordion-checkbox:checked~.accordion-content {
    max-height: 1000px;
}

/* Style the parent item when checkbox is checked */
.faq-accordion-item:has(.accordion-checkbox:checked) {
    border: 1px solid #FFD500;
    box-shadow: 0px 10px 10px 0px #0607070A, 0px 20px 25px -5px #0607071A;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .header h1 {
        font-size: 28px;
    }

    /* Contact Banner */
    .contact-banner {
        margin: 16px;
        padding: 16px 16px 48px 16px;
    }

    .contact-info {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .description {
        font-size: 20px;
        line-height: 1.5;
    }

    .phone-info-div {
        margin-bottom: 0px;
    }

    .contact-cta {
        flex-direction: column;
        gap: 8px;
        align-items: flex-end;
    }

    .contact-buttons {
        display: flex;
        flex-direction: row;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }

    .whatsapp-btn {
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 50px;
        width: 100%;
    }

    .call-btn {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        background-color: #FF9900;
        /* Primary-500 */
        color: #060707;
        /* Gray/950 */
        display: flex;
        width: 100%;
        border: none;
        flex-shrink: 1;
    }

    .phone-info-div {
        gap: 4px;
        order: 3;
    }

    .phone-number {
        font-size: 20px;
    }

    .phone-hours {
        font-size: 12px;
    }

    /* Social Media */
    .social-media {
        padding: 24px 16px;
        margin: 32px 16px;
    }

    .social-icons {
        gap: 9px;
    }

    /* Contact Methods */
    .contact-methods {
        margin: 48px 16px;
    }

    .contact-methods h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .methods-grid {
        flex-direction: column;
        gap: 8px;
    }

    .method-card {
        padding: 32px 16px;
        gap: 24px;
    }

    .method-card h3 {
        font-size: 18px;
    }

    .method-card p {
        font-size: 14px;
    }

    .method-btn {
        padding: 8px 24px;
        font-size: 14px;
        line-height: 1.72;
    }

    /* Collaboration Section */
    .collaboration {
        padding: 48px 16px;
        margin: 48px 16px 80px 16px;
    }

    .collaboration h2 {
        font-size: 28px;
    }

    .collaboration-content {
        gap: 48px;
    }

    .collaboration-grid {
        flex-direction: column;
    }

    .collab-text h3 {
        font-size: 18px;
    }

    .collab-text p {
        font-size: 16px;
    }

    .faq-section:not(.faq-mobile-section) {
        display: none;
    }
}

/* Hide mobile FAQ on desktop */
@media (min-width: 1025px) {
    .faq-mobile-section {
        display: none;
    }
}