﻿/* ================= HOME PAGE ================= */

.home-page-container {
    overflow-x: hidden;
}

.home-page-shell {
    border: 3px solid #1f4e79;
    background-color: #ffffff;
    overflow-x: hidden;
}

.home-hero-shell {
    border: 3px solid #1f4e79;
    padding: 12px;
    background-color: #ffffff;
}

.home-hero-logo {
    width: 100%;
    max-width: 850px;
    height: auto;
}

.home-hero-tagline {
    font-size: 1.75rem;
    color: #1f4e79;
    margin-top: 6px;
    line-height: 1.25;
}

.home-content-shell {
    border: 3px solid #1f4e79;
    background-color: #ffffff;
    overflow-wrap: anywhere;
}

.home-section-title {
    color: #1f4e79;
}

.home-emphasis-question {
    font-size: 1.15rem;
}

.home-divider {
    border-top: 2px solid #1f4e79;
    opacity: 0.3;
}

.home-indented-block {
    margin-left: 25px;
}

.home-action-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.home-create-btn {
    width: auto !important;
    min-width: 0;
    display: inline-flex;
    flex: 0 0 auto;
}

.home-login-inline {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.home-login-link {
    color: #1f4e79;
    text-decoration: none;
}

/* ================= TABLET ================= */

@media (max-width: 991.98px) {
    .home-hero-tagline {
        font-size: 1.35rem;
    }

    .home-content-shell {
        padding: 1.25rem !important;
    }

    .home-indented-block {
        margin-left: 14px;
    }
}

/* ================= PHONE ================= */

@media (max-width: 767.98px) {
    .home-page-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-page-shell {
        padding: 1rem !important;
    }

    .home-hero-shell {
        padding: 10px;
        margin-bottom: 1rem !important;
    }

    .home-hero-logo {
        max-width: 300px;
    }

    .home-hero-tagline {
        font-size: 1rem;
        margin-top: 4px;
    }

    .home-content-shell {
        padding: 1rem !important;
    }

    .home-section-title {
        font-size: 1.4rem;
    }

    .home-emphasis-question {
        font-size: 1rem;
    }

    .home-indented-block {
        margin-left: 0;
    }

    .home-action-row {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-login-inline {
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .home-create-btn {
        width: 100% !important;
        max-width: 260px;
        justify-content: center;
    }
}

/* ================= VERY SMALL PHONE ================= */

@media (max-width: 479.98px) {
    .home-page-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .home-page-shell {
        padding: 0.75rem !important;
    }

    .home-hero-logo {
        max-width: 240px;
    }

    .home-hero-tagline {
        font-size: 0.92rem;
    }

    .home-content-shell {
        padding: 0.9rem !important;
    }

    .home-section-title {
        font-size: 1.25rem;
    }
}
