/* About Us Page Styles */

/* Hero Section */
.hero-section {
    position: relative;
    height: 760px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

.hero-background {
    position: absolute;
    inset: 0;
}

@media (max-width: 768px) {
    .hero-background {
        position: relative;
    }
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 16, 23, 0.62) 0%, rgba(2, 16, 23, 0.12) 52%, rgba(2, 16, 23, 0.00) 70%);
}

@media (max-width: 768px) {
    .gradient-overlay {
        display: none;
    }
}

.hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px 60px;
}

@media (max-width: 768px) {
    .hero-content {
        padding: 30px 20px;
        background-color: #132C34;
    }
}

.hero-text {
    color: white;
    max-width: 550px;
}

@media (max-width: 768px) {
    .hero-text {
        max-width: 100%;
    }
}

.hero-subtitle {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.hero-subtitle .subtitle-text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-subtitle {
        margin-bottom: 18px;
    }
}

.subtitle-line {
    width: 34px;
    height: 2px;
    background-color: #BD9209;
}

.subtitle-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .subtitle-text {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 1.6px;
    }
}

.hero-title {
    font-size: 76px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -3.42px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 44px;
        letter-spacing: -1.935px;
    }
}

.hero-description {
    font-size: 18px;
    line-height: 1.7;
    color: #F2F4F5;
}

@media (max-width: 768px) {
    .hero-description {
        font-size: 16px;
    }
}

/* Why We Ride Section */
.why-we-ride-section {
    padding: 50px 60px;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .why-we-ride-section {
        padding: 30px 20px;
    }
}

.why-we-ride-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

@media (max-width: 768px) {
    .why-we-ride-container {
        flex-direction: column;
        gap: 20px;
    }
}

.why-we-ride-content {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .why-we-ride-content {
        width: 100%;
    }
}

.why-we-ride-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.why-we-ride-subtitle .subtitle-text {
    color: #082E42;
}

@media (max-width: 768px) {
    .why-we-ride-subtitle {
        margin-bottom: 18px;
    }
}

.why-we-ride-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.06;
    color: #082E42;
    letter-spacing: -2.34px;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .why-we-ride-title {
        font-size: 36px;
        letter-spacing: -1.575px;
    }
}

.why-we-ride-description {
    font-size: 18px;
    line-height: 1.7;
    color: #53606A;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .why-we-ride-description {
        font-size: 16px;
    }
}

.why-we-ride-divider {
    width: 100%;
    height: 1px;
    background-color: #D8DEE0;
    margin-bottom: 22px;
}

.why-we-ride-secondary {
    font-size: 14px;
    line-height: 1.7;
    color: #53606A;
}

.why-we-ride-image {
    width: 50%;
    height: 550px;
    flex-shrink: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .why-we-ride-image {
        width: 100%;
        height: auto;
    }
}

.why-we-ride-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* What We Believe Section */
.what-we-believe-section {
    position: relative;
    height: 640px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .what-we-believe-section {
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

.what-we-believe-background {
    position: absolute;
    inset: 0;
}

@media (max-width: 768px) {
    .what-we-believe-background {
        position: relative;
    }
}

.what-we-believe-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-believe-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 16, 23, 0.28);
}

@media (max-width: 768px) {
    .what-we-believe-overlay {
        display: none;
    }
}

.what-we-believe-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
    max-width: 40%;
}

@media (max-width: 768px) {
    .what-we-believe-content {
        padding: 30px 20px;
        max-width: 100%;
        background-color: #132C34;
    }
}

.what-we-believe-subtitle {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.what-we-believe-subtitle .subtitle-text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .what-we-believe-subtitle {
        margin-bottom: 18px;
    }
}

.what-we-believe-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.06;
    color: #ffffff;
    letter-spacing: -2.34px;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .what-we-believe-title {
        font-size: 36px;
        letter-spacing: -1.575px;
    }
}

.what-we-believe-description {
    font-size: 16px;
    line-height: 1.7;
    color: #F2F4F5;
}

@media (max-width: 768px) {
    .what-we-believe-description {
        font-size: 14px;
    }
}

/* Everyday Life Section */
.everyday-life-section {
    padding: 50px 60px;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .everyday-life-section {
        padding: 30px 20px;
    }
}

.everyday-life-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

@media (max-width: 768px) {
    .everyday-life-container {
        flex-direction: column;
        gap: 30px;
    }
}

.everyday-life-content {
    flex: 1;
    max-width: 500px;
}

@media (max-width: 768px) {
    .everyday-life-content {
        max-width: 100%;
    }
}

.everyday-life-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.everyday-life-subtitle .subtitle-text {
    color: #082E42;
}

@media (max-width: 768px) {
    .everyday-life-subtitle {
        margin-bottom: 18px;
    }
}

.everyday-life-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.06;
    color: #082E42;
    margin-bottom: 26px;
    letter-spacing: -2.34px;
}

@media (max-width: 768px) {
    .everyday-life-title {
        font-size: 36px;
        letter-spacing: -1.575px;
    }
}

.everyday-life-description {
    font-size: 18px;
    line-height: 1.7;
    color: #53606A;
}

@media (max-width: 768px) {
    .everyday-life-description {
        font-size: 14px;
    }
}

.everyday-life-images {
    flex: 1;
    display: flex;
    gap: 14px;
}

@media (max-width: 768px) {
    .everyday-life-images {
        width: 100%;
        gap: 10px;
    }
}

.everyday-image-main {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.everyday-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.everyday-image-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media (max-width: 768px) {
    .everyday-image-side {
        gap: 10px;
    }
}

.everyday-image-top,
.everyday-image-bottom {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.everyday-image-top img,
.everyday-image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 8px 12px;
    background-color: #082E42BA;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .image-label {
        left: 10px;
        bottom: 10px;
        font-size: 10px;
        padding: 6px;
    }
}

/* Our Partners Section */
.our-partners-section {
    padding: 50px 60px;
    background-color: #F5F5F1;
}

@media (max-width: 768px) {
    .our-partners-section {
        padding: 30px 20px;
    }
}

.our-partners-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

@media (max-width: 768px) {
    .our-partners-container {
        flex-direction: column;
        gap: 36px;
    }
}

.our-partners-content {
    width: 50%;
}

@media (max-width: 768px) {
    .our-partners-content {
        width: 100%;
    }
}

.our-partners-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.our-partners-subtitle .subtitle-text {
    color: #082E42;
}

@media (max-width: 768px) {
    .our-partners-subtitle {
        margin-bottom: 18px;
    }
}

.our-partners-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.06;
    color: #082E42;
    letter-spacing: -2.34px;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .our-partners-title {
        font-size: 36px;
        letter-spacing: -1.575px;
    }
}

.our-partners-description {
    font-size: 18px;
    line-height: 1.7;
    color: #53606A;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .our-partners-description {
        font-size: 16px;
    }
}

.our-partners-secondary {
    font-size: 18px;
    line-height: 1.7;
    color: #53606A;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .our-partners-secondary {
        font-size: 16px;
    }
}

.our-partners-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .our-partners-buttons {
        gap: 10px;
        flex-direction: column;
    }
}

.about-btn {
    display: inline-block;
    padding: 16px 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.find-a-dealer-btn {
    background-color: #DFB833;
    color: #102B39;
    border: 1px solid #DFB833;
}

.find-a-dealer-btn:hover {
    background-color: #f8cc3a;
    border-color: #f8cc3a;
}

.become-a-dealer-btn {
    background-color: transparent;
    color: #082E42;
    border: 1px solid #082E42;
}

.become-a-dealer-btn:hover {
    background-color: #082E42;
    color: #ffffff;
}

.our-partners-image {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .our-partners-image {
        width: 100%;
    }
}

.our-partners-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Next Chapter Section */
.next-chapter-section {
    position: relative;
    height: 640px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .next-chapter-section {
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

.next-chapter-background {
    position: absolute;
    inset: 0;
}

@media (max-width: 768px) {
    .next-chapter-background {
        position: relative;
    }
}

.next-chapter-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next-chapter-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 16, 23, 0.28);
}

@media (max-width: 768px) {
    .next-chapter-overlay {
        display: none;
    }
}

.next-chapter-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
    max-width: 40%;
}

@media (max-width: 768px) {
    .next-chapter-content {
        padding: 40px 20px;
        max-width: 100%;
        background-color: #132C34;
    }
}

.next-chapter-subtitle {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.next-chapter-subtitle .subtitle-text {
    color: #ffffff;
}

@media (max-width: 768px) {
    .next-chapter-subtitle {
        margin-bottom: 18px;
    }
}

.next-chapter-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.06;
    color: #ffffff;
    letter-spacing: -2.34px;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .next-chapter-title {
        font-size: 36px;
        letter-spacing: -1.575px;
    }
}

.next-chapter-description {
    font-size: 18px;
    line-height: 1.7;
    color: #F2F4F5;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .next-chapter-description {
        font-size: 16px;
    }
}

.explore-btn {
    width: max-content;
    background-color: #DFB833;
    color: #102B39;
    border: 1px solid #DFB833;
}

@media (max-width: 768px) {
    .explore-btn {
        width: 100%;
    }
}

.explore-btn:hover {
    background-color: #f8cc3a;
    border-color: #f8cc3a;
}