/* ============================================================
   FONTS
   ============================================================ */

@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('/Transitarius/fonts/CamptonLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* ============================================================
   RESET
   ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

/* ============================================================
   HERO SECTION
   ============================================================ */

.hero-section {
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, auto 100%;
    background-position: left top, right center;
    background-image:
        linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.8) 64%,
            rgba(255, 255, 255, 0) 75%),
        var(--hero-bg);
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 180px 20px 80px 20px;
}

.hero-content {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
}

.hero-title {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    color: #000000;
    margin: 0 0 20px 0;
}

.hero-description {
    font-family: 'Campton', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #333333;
    margin: 0 0 0px 0;
}

.hero-btn {
    display: inline-block;
    background-color: #1800FE;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.hero-btn:hover {
    background-color: #1100b3;
}

.hero-image-wrapper {
    display: none;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================================
   APP STORE BUTTONS
   ============================================================ */

.app-store-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.store-badge {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.store-badge img {
    height: 54px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* ============================================================
   HERO FEATURES (CHECKMARKS)
   ============================================================ */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 195px;
}

.feature-icon {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    flex-shrink: 0;
}

.feature-text {
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    text-wrap: balance;
}

/* ============================================================
   DISRUPTIONS SECTION & DIFFERENT SECTION
   ============================================================ */

.different-section {
    width: 100%;
    background-color: #ffffff;
}

.disruptions-section {
    width: 100%;
    background-color: #F8F8FD;
}

.gray-bg {
    background-color: #F8F8FD;
}

.disruptions-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.disruptions-content {
    flex: 1;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.disruptions-title {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #000000;
    margin: 0 0 20px 0;
}

.disruptions-description {
    font-family: 'Campton', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 0 0 35px 0px;
}

.feature-subheading {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin: 0 0 24px 0;
}

.disruptions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.disruption-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.disruptions-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.disruptions-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.disruption-item-complex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.disruption-text-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.disruption-item-title {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.disruption-item-desc {
    font-family: 'Campton', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}

/* ============================================================
   CTA BANNER SECTION
   ============================================================ */

.cta-banner-section {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.cta-banner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-banner-title {
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.cta-banner-description {
    font-family: 'Campton', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 35px 0;
    max-width: 700px;
}

.cta-banner-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #1800FE;
    font-family: 'Campton', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 36px;
    border-radius: 40px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.section-blue-subtitle {
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #0000FF;
    margin: 0 0 12px 0;
    display: block;
}

/* ============================================================
   RESPONSIVE — TABLET  (768px – 1024px)
   ============================================================ */

@media (min-width: 768px) and (max-width: 1024px) {

    /* Hero */
    .hero-section {
        min-height: auto;
        background-image: none;
        background-color: #ffffff;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 0;
    }

    .hero-image-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
        max-height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .hero-content {
        margin: 0 auto;
        padding: 40px 60px 60px 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 38px;
        line-height: 48px;
    }

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

    .hero-btn {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto;
    }

    .hero-features {
        flex-direction: row;
        justify-content: center;
        gap: 20px 32px;
        margin-top: 20px;
    }

    .feature-item {
        max-width: none;
        flex: 0 1 auto;
        text-align: left;
    }

    /* Disruptions */
    .disruptions-container {
        flex-direction: column;
        gap: 48px;
        padding: 60px 40px;
    }

    .disruptions-content {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .disruptions-list {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 32px auto;
    }

    .disruptions-image-wrapper {
        width: 100%;
        justify-content: center;
    }

    .disruptions-image {
        width: 100%;
        max-width: 500px;
    }

    /* CTA Banner */
    .cta-banner-section {
        padding: 100px 40px;
    }

    .cta-banner-title {
        font-size: 32px;
        line-height: 42px;
    }
}

/* ============================================================
   RESPONSIVE — MOBILE  (≤ 767px)
   ============================================================ */

@media (max-width: 767px) {

    /* Hero */
    .hero-section {
        min-height: auto;
        background-image: none;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    .hero-image-wrapper {
        display: block;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .hero-image {
        height: 280px;
        object-fit: cover;
        object-position: center top;
    }

    .hero-content {
        padding: 32px 20px 40px 20px;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .hero-description {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 28px;
    }

    .hero-btn {
        font-size: 17px;
        padding: 12px 24px;
        margin: 0 auto;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .feature-item {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .feature-text {
        font-size: 16px;
    }

    .app-store-links {
        justify-content: center;
        gap: 12px;
    }

    .store-badge img {
        height: 40px;
    }

    /* Disruptions */
    .disruptions-container {
        flex-direction: column;
        padding: 40px 20px;
        gap: 32px;
    }

    .disruptions-content {
        align-items: center;
        text-align: center;
    }

    .disruptions-title {
        font-size: 28px;
        line-height: 36px;
    }

    .disruptions-description {
        font-size: 16px;
        line-height: 24px;
    }

    .disruptions-list {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        gap: 16px;
        margin: 0 0 32px 0;
    }

    .disruptions-image-wrapper {
        width: 100%;
        justify-content: center;
    }

    .disruptions-image {
        width: 85%;
        max-width: 320px;
    }

    /* CTA Banner */
    .cta-banner-section {
        padding: 80px 20px;
    }

    .cta-banner-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .cta-banner-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .cta-banner-btn {
        font-size: 16px;
        padding: 12px 28px;
        width: 100%;
        max-width: 300px;
    }

    .section-blue-subtitle {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

/* ============================================================
   RESPONSIVE — LARGE DESKTOP  (1024px – 1450px)
   ============================================================ */

@media (min-width: 1025px) and (max-width: 1450px) {

    .hero-container,
    .disruptions-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .hero-title {
        font-size: 44px;
        line-height: 54px;
    }
}
.mt40 {
margin-top: 40px !important;
}