.page-about {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default dark text for light body background */
    line-height: 1.6;
    background-color: #f8f8f8; /* Light background for the page content itself */
}

/* Fixed Header Spacing */
.page-about__hero-section,
.page-about__video-section {
    padding-top: var(--header-offset, 120px); /* Desktop default, controlled by shared.css for mobile */
}

/* General Container */
.page-about__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Section Styling */
.page-about__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background: linear-gradient(135deg, #FFD700, #8B0000); /* Blend brand colors */
    color: #ffffff;
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden; /* Ensure content doesn't spill */
}

.page-about__hero-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.page-about__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-about__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-about__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-about__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Subtle background image */
    filter: none; /* No color filters */
}

.page-about__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-about__btn-primary,
.page-about__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
    box-sizing: border-box; /* Important for button responsiveness */
}

.page-about__btn-primary {
    background-color: #FFD700;
    color: #8B0000; /* Darker text for contrast on gold */
    border: 2px solid #FFD700;
}

.page-about__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #8B0000;
}

.page-about__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-about__btn-secondary:hover {
    background-color: #ffffff;
    color: #8B0000;
    border-color: #ffffff;
}

.page-about__section-title {
    font-size: 2.5em;
    color: #8B0000; /* Dark red for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-about__section-title--light {
    color: #FFD700; /* Gold for titles on dark background */
}

.page-about__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
}

.page-about__text-block--light {
    color: #f0f0f0;
}

.page-about__introduction-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-about__content-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    filter: none; /* No color filters */
}

.page-about__vision-mission-section {
    padding: 60px 0;
    background-color: #8B0000; /* Dark red background */
    color: #ffffff;
}

.page-about__grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-about__card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
}

.page-about__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold title on dark card */
    font-weight: bold;
}

.page-about__card-text {
    font-size: 1em;
    color: #f0f0f0;
}

.page-about__why-choose-us-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-about__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-about__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-about__feature-icon {
    width: 100%;
    max-width: 200px; /* Adjust as needed, but >= 200px */
    height: auto;
    margin-bottom: 20px;
    filter: none; /* No color filters */
    border-radius: 8px;
}

.page-about__feature-title {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #8B0000;
    font-weight: bold;
}

.page-about__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-about__cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #FFD700; /* Gold background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-about__cta-title {
    font-size: 2em;
    color: #8B0000; /* Dark red on gold */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-about__partners-section {
    padding: 60px 0;
    background-color: #0d0d0d; /* Very dark background */
    color: #ffffff;
}

.page-about__partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    justify-items: center;
}

.page-about__partner-logo-wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* Fixed height for logos */
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

.page-about__partner-logo {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    object-fit: contain;
    filter: none; /* No color filters */
}

.page-about__contact-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-about__contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-about__contact-card {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

/* FAQ Section */
.page-about__faq-section {
    padding: 60px 0;
    background-color: #8B0000; /* Dark red background */
    color: #ffffff;
}

.page-about__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.page-about__faq-item {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark background */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.page-about__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.page-about__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-about__faq-title {
    font-size: 1.2em;
    color: #FFD700; /* Gold for FAQ question titles */
    margin: 0;
    font-weight: bold;
}

.page-about__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    font-weight: bold;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-about__faq-item.active .page-about__faq-toggle {
    transform: rotate(45deg); /* Plus to X/minus for active state */
}

.page-about__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-about__faq-item.active .page-about__faq-answer {
    max-height: 1000px !important; /* Sufficiently large value */
    padding: 15px 30px;
}

.page-about__faq-answer p {
    margin: 0;
    color: #f0f0f0;
}

/* Video Section */
.page-about__video-section {
    padding: 60px 0;
    background-color: #f8f8f8;
    text-align: center;
}

.page-about__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px; /* Max width of the video */
    margin: 30px auto;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.page-about__video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer; /* Indicate clickability */
    filter: none; /* No color filters */
}