/* ============================================
   Stat26 — Season Ticket Alliance Trust
   ============================================ */

:root {
    --green-primary: #1a7a2e;
    --green-dark: #0d5c1e;
    --green-navbar: #1c7c1c;
    --gold: #e8a000;
    --gold-hover: #cc8c00;
    --dark: #1a1a1a;
    --dark-lighter: #2a2a2a;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray-border: #ddd;
}

/* ---- Base ---- */

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.text-gold {
    color: var(--gold);
}

/* ---- Header ---- */

.site-header {
    background-color: var(--green-navbar);
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible;
}

.header-logo-wrap {
    position: absolute;
    left: 1.5rem;
    bottom: -55px;
    z-index: 1001;
}

.header-logo {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.header-title {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 8.5rem;
}

.header-phone {
    color: var(--white);
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.btn-register-header {
    background-color: var(--gold);
    color: var(--dark);
    border: none;
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.4rem 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-register-header:hover {
    background-color: var(--gold-hover);
    color: var(--dark);
}

/* ---- Hero Section ---- */

.hero-section {
    position: relative;
    min-height: 400px;
    background-image: url('/images/background2.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 80, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 3rem 1rem;
}

.hero-heading {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 900;
    font-size: 4rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.05;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .hero-heading {
        font-size: 6rem;
    }
}

@media (min-width: 992px) {
    .hero-heading {
        font-size: 7.5rem;
    }
}

/* ---- Welcome Section ---- */

.welcome-section {
    position: relative;
    padding: 0;
    margin-top: -60px;
    z-index: 2;
    margin-bottom: 5rem;
}

.welcome-banner {
    display: flex;
    align-items: flex-end;
    background-color: var(--gold);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: visible;
    position: relative;
    min-height: 220px;
}

.welcome-player {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
}

.welcome-player-img {
    width: 370px;
    height: auto;
    display: block;
    margin-top: -90px;
    margin-bottom: 0;
}


.welcome-text {
    flex: 1;
    padding: 2rem 2rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-heading {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--dark);
}

.welcome-quote {
    font-size: 1rem;
    color: var(--dark);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.welcome-signature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.signature-img {
    width: 120px;
    height: auto;
}

.welcome-attribution {
    font-size: 0.85rem;
    color: var(--dark);
    line-height: 1.5;
}

@media (max-width: 767px) {
    .welcome-banner {
        flex-direction: column;
        align-items: center;
    }

    .welcome-player-img {
        width: 200px;
    }

    .welcome-text {
        padding: 1.5rem;
    }
}

/* ---- Main Content Section ---- */

.main-content-section {
    padding: 2rem 0 4rem;
}

.section-heading {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.register-heading {
    font-size: 2.8rem;
}

/* Mission Column */

.mission-intro {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.mission-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Center Logo */

.center-logo {
    max-width: 280px;
    width: 100%;
    height: auto;
}

/* ---- Form Styling ---- */

.form-control-custom {
    border: 1px solid var(--gray-border);
    border-radius: 4px;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
    transition: border-color 0.2s;
    background-color: var(--gray-light);
}

.form-control-custom:focus {
    border-color: var(--green-primary);
    box-shadow: 0 0 0 0.2rem rgba(26, 122, 46, 0.15);
    background-color: var(--white);
}

.form-control-custom::placeholder {
    color: #999;
    font-style: italic;
}

.form-label {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.btn-register {
    background-color: var(--gold);
    color: var(--dark);
    border: none;
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-register:hover {
    background-color: var(--gold-hover);
    color: var(--dark);
}

.btn-register:disabled,
.btn-register[disabled] {
    background-color: #aaa;
    color: #666;
    cursor: not-allowed;
    opacity: 1;
}

.btn-register-outline {
    background-color: var(--gold);
    color: var(--dark);
    border: none;
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: background-color 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-register-outline:hover {
    background-color: var(--gold-hover);
    color: var(--dark);
}

/* Form switch green styling */
.form-check-input:checked {
    background-color: var(--green-primary);
    border-color: var(--green-primary);
}

/* ---- Footer ---- */

.site-footer {
    background-color: var(--dark);
    color: var(--white);
}

.footer-accent {
    height: 4px;
    background: var(--gold);
}

.footer-title {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.footer-contact {
    font-size: 0.85rem;
    color: #ccc;
    line-height: 1.8;
}

.footer-contact a {
    color: var(--gold);
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-contact strong {
    color: var(--white);
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.footer-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .footer-logo {
        width: 70px;
        height: 70px;
    }

    .footer-title {
        font-size: 1.3rem;
    }
}
