/* ============================================================
   ABOUT PAGE — HERO WRAPPER SPACING
============================================================ */
.about-hero {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}

/* ============================================================
   TOP LINE — UPPERCASE
============================================================ */
.about-hero h4.hero-top-line {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-left: 50px;
}

/* ============================================================
   MAIN HEADLINE
============================================================ */
.about-hero h1.hero-main-line {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 50px;
    text-align: left;
}

/* ============================================================
   GLOBAL — SECTION SPACING
============================================================ */
section {
    margin-bottom: 60px;
}

/* ============================================================
   ABOUT TWO-COLUMN SECTION
============================================================ */
.about-two-col {
    padding: 80px 0 40px 0;
    background: #fff;
}

.about-two-col .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.about-two-col p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #333;
    margin: 0;
}

@media (max-width: 900px) {
    .about-two-col .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ============================================================
   ABOUT IMAGE BLOCK
============================================================ */
.about-image-block {
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.about-image-block .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-image-block img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}

/* ============================================================
   NEXT HERO BLOCK
============================================================ */
.next-hero {
    text-align: center;
    padding: 20px 20px 60px 20px;
}

.next-hero-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.next-hero-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0a0a;
    margin-top: 0.25rem;
}

/* ============================================================
   COMMUNITY SECTION
============================================================ */
.community-section {
    background: #f5f6f7;
    padding: 70px 0;
}

.community-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.community-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.community-box {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.community-box:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.icon {
    font-size: 22px;
    color: #c1121f;
    margin-bottom: 10px;
}

.community-right img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}

/* ============================================================
   FULL-WIDTH BLACK SECTIONS (FIXED)
============================================================ */

/* Remove global spacing for these two */
.about-banner,
.about-three-col {
    margin-bottom: 0 !important;
}

/* Full-width black background */
.about-banner,
.about-three-col {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 100px 0;
}

/* Internal content stays centered */
.banner-container,
.three-col-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================================
   BANNER CONTENT
============================================================ */
.banner-headline h2 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.banner-right {
    display: flex;
    justify-content: flex-end;
}

.banner-right p {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
    text-align: left;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .banner-headline h2 {
        font-size: 2.4rem;
    }
    .banner-right {
        justify-content: flex-start;
    }
    .banner-right p {
        max-width: 100%;
    }
}

/* ============================================================
   THREE COLUMN SECTION
============================================================ */
.three-col-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.col-image img {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
}

.col-text p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 420px;
}

.discover-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.discover-btn:hover {
    background: #e5e5e5;
}

.col-squares {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.square-box {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    width: 260px;
}

.square-box h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.square-box p {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 1000px) {
    .three-col-container {
        flex-direction: column;
        gap: 40px;
    }
    .col-image img {
        max-width: 100%;
    }
    .square-box {
        width: 100%;
    }
}
