
.navbar-cta, .mobile-menu-cta > a {
    background: white!important;
    color: inherit!important;
    border: 1px solid #dddfe2!important;
}

.navbar-cta:hover, .mobile-menu-cta > a:hover {
    background: #f4f4f4;
}

/*
================================================================================
Title section
================================================================================
*/
#title-section {
	background: #1e2a3a;
	display: flex;
	flex-direction: column;
}

.title-content {
	text-align: center;
    padding-block: 6rem 10rem;
}

.title-image {
    width: 140px;
    margin-bottom: 2rem;
}

.title-content h1 {
    font-size: 6.4rem;
    margin-bottom: 1.2rem;
    color: white;
    letter-spacing: -0.5px;
    line-height: 1.05;
}

.title-content p {
    font-size: 1.9rem;
    line-height: 1.6;
    color: #b8c5d4;
}

.title-button-enter {
	background-color: white;
    color: #1e2a3a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 1.4rem 2.8rem;
    font-weight: 660;
    font-size: 1.6rem;
    font-family: 'Red Hat Display';
}

.title-divider {
	background: #fff;
	fill: #1e2a3a;
}

/* BELOW 1520px (Smaller desktops) */
@media (max-width: 95em) {
    .title-content h1 {
        font-size: 5.2rem;
    }
}

/* BELOW 1200px (Landscape Tablets) */
@media (max-width: 75em) {
    .title-content h1 {
        font-size: 4.2rem;
    }
}

/* BELOW 944px (Tablets) */
@media (max-width: 59em) {
    .title-content h1 {
        font-size: 4.6rem;
    }
}

/* BELOW 768px */
@media (max-width: 48em) {
    .title-content h1 {
        font-size: 4.2rem;
    }
}

@media (max-width: 34em) {
    .title-content h1 {
        font-size: 3.8rem;
    }
}

/*
================================================================================
Skills section
================================================================================
*/
#skills-section {
    background: #ffffff;
}

/*
================================================================================
Steps section
================================================================================
*/
#steps-section {
    background: #f0f4f8;
}

.steps-divider {
    fill: #f0f4f8;
    background: white;
}

/*
================================================================================
About section
================================================================================
*/

#about-section {
    background: white;
}

.about-content {
    max-width: 130rem;
    margin: 0 auto;
    padding: 6rem 3.2rem;
    display: flex;
    align-items: center;
    gap: 6rem;
}

.about-text {
    flex: 1;
}

.about-title {
    font-family: 'Red Hat Display';
    font-size: 2.8rem;
    font-weight: 770;
    color: #1e2a3a;
    margin-bottom: 1.2rem;
}

.about-description {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.about-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    flex-shrink: 0;
}

.about-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    filter: grayscale(20%);
}

.about-logo--small {
    height: 36px;
}

@media (max-width: 59em) {
    .about-content {
        flex-direction: column;
        gap: 3.2rem;
    }
    .about-logos {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*
 Logos are shown in the about section above — hide the footer duplicate.
*/
.footer-section#sponsors {
    display: none;
}
