﻿/* ================================================================
   EOT / OUT-OF-STATE PAGE — SCOPED STYLES
   File: wwwroot/css/eot.css
   Mirrors Design V2 dark aesthetic used across Resources pages.
   No variables added to global files (design-v2.css / dps.css).
   ================================================================ */

/* ── Page wrapper ── */
.eot-page {
    background-color: #000;
    min-height: 100vh;
}

/* ── Shared section header pattern ── */
.eot-section-header {
    margin-bottom: 2rem;
}

.eot-section-header__eyebrow {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: rgba(215, 213, 207, 0.75);
    margin-bottom: 0.3rem;
}

.eot-section-header__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #FFF;
    margin-bottom: 0.4rem;
}

.eot-section-header__sub {
    font-size: 0.9rem;
    color: rgba(215, 213, 207, 0.80);
    max-width: 640px;
    margin: 0;
    line-height: 1.6;
}

/* ================================================================
   SECTION 1 — HERO
   ================================================================ */
.eot-hero {
    background: linear-gradient(160deg, var(--dps-navy, #11294B) 0%, #000 65%);
    padding: 7rem 0 3.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eot-hero__eyebrow {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: rgba(215, 213, 207, 0.80);
    margin-bottom: 0.6rem;
}

.eot-hero__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: clamp(1rem, 5vw, 2.25rem);
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #FFF;
    margin-bottom: 0.75rem;
}

.eot-hero__subtitle {
    font-family: var(--font-modern, 'Inter', sans-serif);
    font-size: 0.88rem;
    color: rgba(215, 213, 207, 0.85);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ================================================================
   SECTION 2 — DIVISION OUTCOME CARDS
   ================================================================ */
.eot-outcomes-section {
    padding: 3.5rem 0;
    background: #000;
}

.eot-outcome-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.eot-outcome-card {
    background: #080F1C;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.eot-outcome-card--gsp {
    border: 1px solid rgba(219, 79, 48, 0.2);
    border-top: 3px solid var(--dps-orange, #DB4F30);
}

.eot-outcome-card--cve {
    border: 1px solid rgba(234, 220, 117, 0.18);
    border-top: 3px solid var(--dps-yellow, #EADC75);
}

.eot-outcome-card--cpd {
    border: 1px solid rgba(59, 102, 224, 0.25);
    border-top: 3px solid #3B66E0;
}

.eot-outcome-card__header {
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Badge becomes plain text label — no box */
.eot-outcome-card__badge {
    display: block;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 0.5rem;
}

.eot-outcome-card__badge--gsp {
    color: var(--dps-orange, #DB4F30);
}

.eot-outcome-card__badge--cve {
    color: rgba(234, 220, 117, 0.85);
}

.eot-outcome-card__badge--cpd {
    color: rgba(180, 200, 255, 0.85);
}

/* Title gets the left border accent */
.eot-outcome-card__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #fff;
    margin: 0;
    padding-left: 0.75rem;
}

.eot-outcome-card--gsp .eot-outcome-card__title {
    border-left: 3px solid var(--dps-orange, #DB4F30);
}

.eot-outcome-card--cve .eot-outcome-card__title {
    border-left: 3px solid var(--dps-yellow, #EADC75);
}

.eot-outcome-card--cpd .eot-outcome-card__title {
    border-left: 3px solid #3B66E0;
}

.eot-outcome-card__body {
    padding: 1rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.eot-outcome-card__desc {
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.75);
    line-height: 1.6;
    margin: 0;
}

/* GSP — additional requirement callout */
.eot-outcome-card__requirement {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: rgba(29, 79, 48, 0.08);
    border: 1px solid rgba(219, 79, 48, 0.2);
    border-radius: 5px;
    padding: 0.6rem 0.75rem;
    font-size: 0.825rem;
    color: rgba(215, 213, 207, 0.8);
    line-height: 1.5;
}

.eot-outcome-card__requirement i {
    color: var(--dps-orange, #DB4F30);
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 2px;
}

.eot-outcome-card__requirement p { margin: 0; }

/* CVE — note callout */
.eot-outcome-card__note {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: rgba(29, 79, 48, 0.08);
    border: 1px solid rgba(234, 220, 117, 0.18);
    border-radius: 5px;
    padding: 0.6rem 0.75rem;
    font-size: 0.825rem;
    color: rgba(215, 213, 207, 0.8);
    line-height: 1.5;
}

.eot-outcome-card__note i {
    color: rgba(234, 220, 117, 0.8);
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 2px;
}

.eot-outcome-card__note p { margin: 0; }

/* Contact link */
.eot-outcome-card__contact {
    margin: auto 0 0;
    padding-top: 0.5rem;
}

.eot-outcome-card__contact a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: rgba(130, 170, 240, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.eot-outcome-card__contact a:hover { color: #fff; }

/* EOT Outcome Card — POC contact block (CPD direct contact) */
.eot-outcome-card__poc {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.eot-outcome-card__poc-label {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: rgba(215, 213, 207, 0.85);
    margin-bottom: 0.25rem;
}

.eot-outcome-card__poc-name {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

.eot-outcome-card__poc-email {
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    color: rgba(130, 170, 240, 0.85);
    text-decoration: none;
    transition: color 180ms;
}

.eot-outcome-card__poc-email:hover,
.eot-outcome-card__poc-email:focus-visible {
    color: #fff;
    text-decoration: underline;
}

/* ================================================================
   SECTION 3 — ELIGIBILITY
   ================================================================ */
.eot-eligibility-section {
    padding: 3.5rem 0;
    background: #050C18;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.eot-eligibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

/* Eligible types list */
.eot-eligible-list__title,
.eot-cert-requirements__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: rgba(215, 213, 207, 0.80);
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eot-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.eot-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.78);
    line-height: 1.55;
}

.eot-list__icon {
    color: #3B66E0;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.eot-list__content {
    flex: 1;
}

.eot-eligible-list__note {
    font-size: 0.82rem;
    color: rgba(215, 213, 207, 0.80);
    font-style: italic;
    margin: 0;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Certification requirements */
.eot-cert-requirements {
    background: #080f1c;
    border: 1px solid rgba(59, 102, 224, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
}

.eot-cert-requirements__body {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.eot-cert-requirements__body p {
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.72);
    line-height: 1.6;
    margin: 0;
}

/* Training requirements */
.eot-training-requirements {
    background: rgba(59, 102, 224, 0.06);
    border: 1px solid rgba(59, 102, 224, 0.2);
    border-radius: 6px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
}

.eot-training-requirements__label {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: rgba(130, 170, 240, 0.80);
    margin-bottom: 0.6rem;
}

.eot-training-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.eot-training-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.75);
    line-height: 1.5;
}

.eot-training-list li span {
    flex: 1;
    min-width: 0;
}

.eot-training-list li i {
    color: #3B66E0;
    flex-shrink: 0;
    font-size: 0.9rem;
    margin-top: 2px;
}

.eot-training-requirements__outcome {
    font-size: 0.82rem;
    color: rgba(215, 213, 207, 0.80);
    margin: 0;
    font-style: italic;
}

/* Statute note */
.eot-statute-note {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid rgba(59, 102, 224, 0.4);
    padding: 0.75rem 1rem;
    border-radius: 0 4px 4px 0;
}

.eot-statute-note__text {
    font-size: 0.8rem;
    color: rgba(215, 213, 207, 0.80);
    line-height: 1.55;
    margin: 0;
    font-style: italic;
}


/* ================================================================
   SECTION 4 — APPLICATION STEPS
   ================================================================ */
.eot-steps-section {
    padding: 3.5rem 0;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.eot-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
    max-width: 720px;
}

.eot-step {
    display: flex;
    gap: 1.25rem;
    position: relative;
    padding-bottom: 1.75rem;
}

/* Vertical connector line between steps */
.eot-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    bottom: 0;
    background: rgba(59, 102, 224, 0.25);
    z-index: 0;
}

.eot-step__num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111e36;
    border: 2px solid #3B66E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    color: rgba(130, 170, 240, 0.9);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.eot-step__content {
    padding-top: 0.35rem;
    flex: 1;
}

.eot-step__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #fff;
    margin-bottom: 0.35rem;
}

.eot-step__desc {
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.7);
    line-height: 1.6;
    margin: 0;
}

.eot-step__desc a {
    color: rgba(130, 170, 240, 0.9);
    text-decoration: underline;
}

.eot-step__desc a:hover { color: #fff; }

/* Email template quote */
.eot-step__quote {
    margin: 0.6rem 0 0;
    padding: 0.6rem 1rem;
    background: rgba(59, 102, 224, 0.07);
    border-left: 3px solid rgba(59, 102, 224, 0.4);
    border-radius: 0 4px 4px 0;
    font-size: 0.85rem;
    font-style: italic;
    color: rgba(215, 213, 207, 0.7);
    line-height: 1.5;
}

/* Fees & fingerprinting block */
.eot-fees-block {
    background: #08111e;
    border: 1px solid rgba(59, 102, 224, 0.2);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 720px;
}

.eot-fees-block__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.68);
    line-height: 1.55;
}

.eot-fees-block__item i {
    color: rgba(130, 170, 240, 0.65);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.eot-fees-block__item a {
    color: rgba(130, 170, 240, 0.9);
}

.eot-fees-block__item a:hover { color: #fff; }

/* ================================================================
   SECTION 5 — 24-MONTH RULE
   ================================================================ */
.eot-rule-section {
    padding: 3.5rem 0;
    background: #050c18;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.eot-rule-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: rgba(201, 112, 0, 0.06);
    border: 1px solid rgba(201, 112, 0, 0.25);
    border-left: 4px solid #d97706;
    border-radius: 8px;
    padding: 2rem;
}

.eot-rule-card__icon {
    font-size: 1.75rem;
    color: #d97706;
    flex-shrink: 0;
    padding-top: 2px;
}

.eot-rule-card__body {
    flex: 1;
}

.eot-rule-card__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #fff;
    margin-bottom: 0.2rem;
}

.eot-rule-card__subtitle {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: #d97706;
    margin-bottom: 0.9rem;
}

.eot-rule-card__desc {
    font-size: 0.9rem;
    color: rgba(215, 213, 207, 0.78);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.eot-rule-card__exceptions {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 5px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.eot-rule-card__exceptions-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(215, 213, 207, 0.65);
    margin-bottom: 0.4rem;
}

.eot-rule-card__exceptions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.eot-rule-card__exceptions ul li {
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.72);
    padding-left: 1rem;
    position: relative;
    line-height: 1.5;
}

.eot-rule-card__exceptions ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: rgba(215, 213, 207, 0.3);
}

.eot-rule-card__advice {
    font-size: 0.85rem;
    color: rgba(215, 213, 207, 0.55);
    font-style: italic;
    line-height: 1.55;
    margin: 0;
}

/* ================================================================
   SECTION 6 — CTA BAND
   ================================================================ */
.eot-cta-band {
    background: #040d1a;
    border-top: 1px solid rgba(59, 102, 224, 0.25);
    padding: 2rem 0;
}

.eot-cta-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.eot-cta-band__title {
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #fff;
    margin-bottom: 0.25rem;
}

.eot-cta-band__sub {
    font-size: 0.875rem;
    color: rgba(215, 213, 207, 0.55);
    margin: 0;
}

.eot-cta-band__buttons {
    display: flex;
    gap: 0.65rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.eot-cta-band__btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    color: rgba(215, 213, 207, 0.72);
    text-decoration: none;
    min-height: 44px;
    transition: border-color 0.2s, color 0.2s;
}

.eot-cta-band__btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.eot-cta-band__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.6rem 1.25rem;
    background: #3B66E0;
    border: none;
    border-radius: 4px;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    color: #fff;
    text-decoration: none;
    min-height: 44px;
    transition: background 0.2s;
}

.eot-cta-band__btn-primary:hover { background: #2a52c4; color: #fff; }

.eot-cta-band__btn-primary:focus-visible,
.eot-cta-band__btn-ghost:focus-visible {
    outline: 2px solid #3B66E0;
    outline-offset: 2px;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 992px) {
    .eot-outcome-cards {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .eot-eligibility-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
}

@media (max-width: 768px) {
    .eot-rule-card {
        flex-direction: column;
        gap: 1rem;
    }

    .eot-cta-band__inner {
        flex-direction: column;
        text-align: center;
    }

    .eot-cta-band__buttons {
        width: 100%;
        justify-content: center;
    }

    .eot-outcome-cards {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .eot-hero {
        padding: 5.5rem 0 2.5rem;
    }

    .eot-step {
        gap: 0.85rem;
    }

    .eot-step__num {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .eot-step:not(:last-child)::before {
        left: 16px;
    }

    .eot-fees-block {
        padding: 1rem;
    }

    .eot-rule-card {
        padding: 1.25rem;
    }
}