.page-contact {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #140C0C; /* Background */
    color: #FFF1E8; /* Text Main */
}

.page-contact__container {
    max-width: 1280px; /* Adjusted from 1200-1390px range */
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Hero Section */
.page-contact__hero-section {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-contact__hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    filter: none; /* No color filter */
}

.page-contact__hero-content {
    padding: 30px 15px;
    text-align: center;
}

.page-contact__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 5vw, 3rem); /* H1 clamp for contact page */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-contact__hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Info Section */
.page-contact__info-section {
    padding: 60px 0;
}

.page-contact__info-section .page-contact__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.page-contact__info-card {
    flex: 1;
    min-width: 300px;
    background-color: #2A1212; /* Card BG */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #6A1E1E; /* Border */
}

.page-contact__info-title {
    font-size: 2rem;
    color: #F3C54D; /* Gold */
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

.page-contact__contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.page-contact__contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #FFF1E8; /* Text Main */
}

.page-contact__contact-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #F3C54D; /* Gold */
}

.page-contact__contact-text {
    margin: 0;
    line-height: 1.5;
}

.page-contact__image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    background-color: #2A1212; /* Card BG */
}

.page-contact__info-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    filter: none; /* No color filter */
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

/* Form Section */
.page-contact__form-section {
    padding: 60px 0;
    background-color: #140C0C; /* Background */
}

.page-contact__form-section .page-contact__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.page-contact__form-title {
    font-size: 2rem;
    color: #F3C54D; /* Gold */
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.page-contact__form-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-contact__contact-form {
    flex: 1;
    min-width: 300px;
    background-color: #2A1212; /* Card BG */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #6A1E1E; /* Border */
}

.page-contact__form-group {
    margin-bottom: 20px;
}

.page-contact__form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #FFF1E8; /* Text Main */
    font-weight: 500;
}

.page-contact__form-input,
.page-contact__form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 8px;
    background-color: #140C0C; /* Background */
    color: #FFF1E8; /* Text Main */
    font-size: 1rem;
    box-sizing: border-box;
}

.page-contact__form-input::placeholder,
.page-contact__form-textarea::placeholder {
    color: rgba(255, 241, 232, 0.7); /* Lighter version of Text Main */
}

.page-contact__form-input:focus,
.page-contact__form-textarea:focus {
    outline: none;
    border-color: #F3C54D; /* Gold */
    box-shadow: 0 0 0 3px rgba(243, 197, 77, 0.3);
}

.page-contact__form-image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    background-color: #2A1212; /* Card BG */
}

.page-contact__form-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    filter: none; /* No color filter */
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

/* FAQ Section */
.page-contact__faq-section {
    padding: 60px 0;
    background-color: #140C0C; /* Background */
}

.page-contact__faq-title {
    font-size: 2rem;
    color: #F3C54D; /* Gold */
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.page-contact__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-contact__faq-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 25px 30px;
}

.page-contact__faq-question {
    font-size: 1.25rem;
    color: #FFF1E8; /* Text Main */
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-contact__faq-answer {
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 0;
}

.page-contact__faq-answer a {
    color: #F3C54D; /* Gold for links */
    text-decoration: none;
}

.page-contact__faq-answer a:hover {
    text-decoration: underline;
}

/* CTA Buttons */
.page-contact__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-contact__cta-button--primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #140C0C; /* Dark text for contrast */
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-contact__cta-button--primary:hover {
    background: linear-gradient(180deg, #FFB04A 0%, #E53030 100%); /* Slightly different hover */
    box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6);
    transform: translateY(-2px);
}

.page-contact__cta-button--secondary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #140C0C; /* Dark text for contrast */
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
    width: 100%; /* Full width for form button */
    box-sizing: border-box;
}

.page-contact__cta-button--secondary:hover {
    background: linear-gradient(180deg, #FFB04A 0%, #E53030 100%); /* Slightly different hover */
    box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6);
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 849px) {
    .page-contact__hero-section {
        padding-top: 5px; /* Adjust for smaller screens */
    }

    .page-contact__hero-content {
        padding: 20px 10px;
    }

    .page-contact__main-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
    }

    .page-contact__hero-description {
        font-size: 1rem;
    }

    .page-contact__info-section .page-contact__container,
    .page-contact__form-section .page-contact__container {
        flex-direction: column;
        gap: 20px;
    }

    .page-contact__info-card,
    .page-contact__contact-form {
        width: 100%;
        min-width: unset;
        padding: 30px 20px;
    }

    .page-contact__info-title,
    .page-contact__form-title,
    .page-contact__faq-title {
        font-size: 1.75rem;
    }

    .page-contact__image-wrapper {
        order: -1; /* Move image above text on mobile for info section */
    }

    .page-contact__form-image-wrapper {
        order: -1; /* Move image above text on mobile for form section */
    }

    .page-contact__info-image,
    .page-contact__form-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 200px;
        min-height: 200px;
    }

    .page-contact__cta-button--primary {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 549px) {
    .page-contact__main-title {
        font-size: clamp(1.2rem, 7vw, 2rem);
    }

    .page-contact__info-title,
    .page-contact__form-title,
    .page-contact__faq-title {
        font-size: 1.5rem;
    }

    .page-contact__hero-description,
    .page-contact__form-description,
    .page-contact__contact-item,
    .page-contact__form-label,
    .page-contact__form-input,
    .page-contact__form-textarea,
    .page-contact__faq-question,
    .page-contact__faq-answer {
        font-size: 0.95rem;
    }

    .page-contact__cta-button {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-contact__faq-item {
        padding: 20px 25px;
    }
}

/* Mobile content area image overflow prevention */
@media (max-width: 768px) {
    .page-contact img {
        max-width: 100%;
        height: auto;
    }
}

/* Color contrast check:
   Text Main (#FFF1E8) on Background (#140C0C) -> 14.5:1 (AA, AAA pass)
   Text Main (#FFF1E8) on Card BG (#2A1212) -> 10.1:1 (AA, AAA pass)
   Gold (#F3C54D) on Background (#140C0C) -> 11.2:1 (AA, AAA pass)
   Gold (#F3C54D) on Card BG (#2A1212) -> 7.8:1 (AA, AAA pass)
   Button text (#140C0C) on Button gradient (avg #E08D30) -> 10.7:1 (AA, AAA pass)
*/