/* Note box styling */
.note-box {
    background: #ffd6a0;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(184, 92, 56, 0.08);
    padding: 24px 20px;
    margin-bottom: 32px;
    text-align: center;
}

.note-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff8f2;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* --- CUSTOM BANNER NAVIGATION BAR --- */
.custom-banner-nav {
    background: #b85c38;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
}

.banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 2vw;
    box-sizing: border-box;
}

/* Logo on the left */
.banner-logo-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: 100px;
}

.logo-image {
    max-height: 100px;
    width: auto;
    height: auto;
}

/* Title in the center */
.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 20px;
}

.banner-company-name {
    font-size: 2.8em;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

/* Hamburger menu on the right */
.hamburger-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    flex: 0 0 auto;
}

.hamburger-menu:hover {
    color: #ffd6a0;
}

/* Dropdown Navigation Banner */
.dropdown-nav {
    background: #b85c38;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    z-index: 99;
    position: relative;
    border-top: 3px solid #232323;
}

.dropdown-nav.active {
    max-height: 100px;
}

.dropdown-nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.dropdown-nav-link {
    color: #fff;
    text-decoration: none;
    padding: 8px 1vw;
    font-size: 1.1em;
    font-weight: 700;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    border-right: 2px solid #232323;
}

.dropdown-nav-link:last-child {
    border-right: none;
}

.dropdown-nav-link:hover,
.dropdown-nav-link:focus {
    background: rgba(255, 214, 160, 0.12);
    color: #ffd6a0;
    text-decoration: none;
}

/* Responsive adjustments for banner */
@media (max-width: 768px) {
    .banner-flex {
        height: 80px;
    }

    .banner-logo-left {
        max-width: 80px;
    }

    .logo-image {
        max-height: 80px;
    }

    .banner-company-name {
        font-size: 1.8em;
        letter-spacing: 2px;
    }

    .hamburger-menu {
        font-size: 1.4em;
    }

    .dropdown-nav.active {
        max-height: 100px;
    }

    .dropdown-nav-link {
        font-size: 0.95em;
        padding: 6px 0.5vw;
    }
}

@media (max-width: 480px) {
    .banner-flex {
        height: 70px;
        padding: 0 1vw;
    }

    .banner-logo-left {
        max-width: 70px;
    }

    .logo-image {
        max-height: 70px;
    }

    .banner-company-name {
        font-size: 1.2em;
        letter-spacing: 1px;
    }

    .hamburger-menu {
        font-size: 1.2em;
        padding: 5px;
    }

    .dropdown-nav.active {
        max-height: 80px;
    }

    .dropdown-nav-link {
        font-size: 0.85em;
        padding: 4px 0.3vw;
    }
}

.footer {
    padding: 20px 0;
    background-color: #b85c38;
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyright {
    margin: 15px 0 0;
}

.logo-placeholder img {
    max-height: 50px;
    width: auto;
}

.expectations-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 60vh;
    padding: 40px 0 60px 0;
}

.expectations-section,
.apply-section {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expectations-title {
    color: #b85c38;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.expectations-box {
    width: 100%;
    max-width: 700px;
    background: #222;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(184, 92, 56, 0.08);
    padding: 32px 28px;
    color: #fff;
}

.expectations-subtitle {
    color: #b85c38;
    font-size: 1.3em;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.apply-section {
    margin-top: 48px;
    margin-bottom: 0;
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apply-steps {
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 24px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.7;
}

.apply-steps li {
    margin-bottom: 10px;
}