/* Code 1 Maintenance — shared stylesheet
   Palette: navy #1B3A4B, navy-dark #142d3b, gold #D4A843, off-white #f7f7f7 */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
    color: #2a2a2a;
    line-height: 1.6;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: #1B3A4B; }

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-narrow {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
}

/* NAV */
.site-nav {
    background: #1B3A4B;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.site-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.logo {
    color: #D4A843;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.logo span { color: #fff; font-weight: 600; }
.nav-links {
    display: flex;
    gap: 22px;
    list-style: none;
    align-items: center;
}
.nav-links a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.15s;
}
.nav-links a:hover,
.nav-links a.active { color: #D4A843; }
.nav-cta {
    background: #D4A843;
    color: #1B3A4B !important;
    padding: 9px 20px;
    border-radius: 6px;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: transform 0.15s, box-shadow 0.15s;
}
.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212,168,67,0.35);
    color: #1B3A4B !important;
}
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #D4A843;
    font-size: 26px;
    cursor: pointer;
}

/* HERO */
.hero {
    background: linear-gradient(135deg, #1B3A4B 0%, #0f2330 100%);
    color: #fff;
    padding: 88px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(212,168,67,0.08) 0, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgba(212,168,67,0.06) 0, transparent 45%);
    pointer-events: none;
}
.hero .container { position: relative; }
.hero-eyebrow {
    color: #D4A843;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.hero h1 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 20px;
    max-width: 900px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.hero h1 span { color: #D4A843; }
.hero p.lead {
    font-size: 20px;
    opacity: 0.92;
    max-width: 680px;
    margin-bottom: 32px;
    line-height: 1.55;
}
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 15px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
}
.btn-primary {
    background: #D4A843;
    color: #1B3A4B;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(212,168,67,0.45);
}
.btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}
.btn-ghost:hover {
    background: rgba(255,255,255,0.08);
    border-color: #fff;
}
.btn-block { display: block; width: 100%; text-align: center; }

/* SECTIONS */
section { padding: 80px 0; }
section.tight { padding: 56px 0; }

.section-head {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 56px;
}
.section-head .eyebrow {
    color: #D4A843;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-head h2 {
    font-size: 36px;
    color: #1B3A4B;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 800;
    letter-spacing: -0.3px;
}
.section-head p {
    color: #555;
    font-size: 18px;
}

/* STATS */
.stats-bar {
    background: #f7f7f7;
    padding: 44px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.stat-item .number {
    font-size: 38px;
    font-weight: 800;
    color: #1B3A4B;
    line-height: 1;
    letter-spacing: -0.5px;
}
.stat-item .label {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* TWO-PATH CARDS */
.path-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.path-card {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 14px;
    padding: 40px 32px;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.path-card:hover {
    border-color: #D4A843;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(27,58,75,0.08);
}
.path-card .tag {
    display: inline-block;
    background: #1B3A4B;
    color: #D4A843;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
    align-self: flex-start;
}
.path-card h3 {
    font-size: 24px;
    color: #1B3A4B;
    margin-bottom: 12px;
    font-weight: 800;
}
.path-card p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
    flex-grow: 1;
}
.path-card .btn {
    align-self: flex-start;
}

/* FEATURE GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.feature-card {
    background: #f9f9f9;
    border-left: 4px solid #D4A843;
    padding: 28px 28px 28px 32px;
    border-radius: 0 10px 10px 0;
}
.feature-card h3 {
    color: #1B3A4B;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}
.feature-card p {
    color: #555;
    font-size: 15px;
}

/* STEPS */
.steps-section {
    background: #1B3A4B;
    color: #fff;
}
.steps-section .section-head h2 { color: #fff; }
.steps-section .section-head p { color: rgba(255,255,255,0.8); }
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.step {
    text-align: center;
}
.step-num {
    width: 60px;
    height: 60px;
    background: #D4A843;
    color: #1B3A4B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto 20px;
}
.step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}
.step p {
    font-size: 15px;
    opacity: 0.85;
}

/* TESTIMONIALS */
.testimonials-bg { background: #f7f7f7; }
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.testimonial .quote {
    font-style: italic;
    color: #333;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
    flex-grow: 1;
}
.testimonial .author {
    font-weight: 700;
    color: #1B3A4B;
    font-size: 15px;
}
.testimonial .role {
    color: #888;
    font-size: 13px;
    margin-top: 2px;
}
.video-card {
    background: #1B3A4B;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.video-thumb {
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1B3A4B 0%, #0f2330 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 3px solid #D4A843;
}
.play-icon {
    width: 72px;
    height: 72px;
    background: rgba(212,168,67,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B3A4B;
    font-size: 28px;
}
.play-icon::before {
    content: "";
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #1B3A4B;
    margin-left: 4px;
}
.video-body {
    padding: 24px;
}
.video-body .badge {
    display: inline-block;
    background: #D4A843;
    color: #1B3A4B;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video-body h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}
.video-body p {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.5;
}

/* FAQ */
.faq-list {
    max-width: 760px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    border-left: 3px solid #D4A843;
}
.faq-item h3 {
    color: #1B3A4B;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.faq-item p {
    color: #555;
    font-size: 15px;
}

/* FORM */
.form-card {
    max-width: 620px;
    margin: 0 auto;
    background: #fff;
    padding: 44px;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 24px rgba(27,58,75,0.06);
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 18px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1B3A4B;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
    background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4A843;
    box-shadow: 0 0 0 3px rgba(212,168,67,0.15);
}
.form-group .hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.form-group.radio-group label { margin-bottom: 10px; }
.radio-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}
.radio-option:hover { border-color: #D4A843; background: #fffdf5; }
.radio-option input { margin-top: 4px; width: auto; }
.radio-option .radio-text {
    flex: 1;
    font-size: 14px;
    color: #333;
}
.radio-option .radio-text strong {
    display: block;
    color: #1B3A4B;
    margin-bottom: 2px;
    font-size: 15px;
}
.form-note {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 14px;
}

/* MANIFESTO */
.manifesto-hero {
    background: #0f2330;
    color: #fff;
    padding: 100px 0 88px;
    text-align: center;
}
.manifesto-hero h1 {
    font-size: 54px;
    max-width: 900px;
    margin: 0 auto 24px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.manifesto-hero h1 span { color: #D4A843; }
.manifesto-hero p {
    font-size: 22px;
    opacity: 0.9;
    max-width: 680px;
    margin: 0 auto;
}
.manifesto-block {
    padding: 60px 0;
}
.manifesto-block h2 {
    font-size: 30px;
    color: #1B3A4B;
    margin-bottom: 18px;
    font-weight: 800;
}
.manifesto-block p {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.7;
}
.manifesto-block.invert {
    background: #1B3A4B;
    color: #fff;
}
.manifesto-block.invert h2 { color: #D4A843; }
.manifesto-block.invert p { color: #f0f0f0; }
.pullquote {
    border-left: 5px solid #D4A843;
    padding: 14px 0 14px 28px;
    font-size: 22px;
    font-weight: 600;
    color: #1B3A4B;
    margin: 30px 0;
    line-height: 1.4;
}
.invert .pullquote { color: #fff; }

/* CALLOUT / ENROLL */
.enroll-card {
    background: linear-gradient(135deg, #1B3A4B 0%, #0f2330 100%);
    color: #fff;
    border-radius: 16px;
    padding: 48px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(27,58,75,0.2);
}
.enroll-card .price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
}
.enroll-card .price {
    font-size: 54px;
    font-weight: 800;
    color: #D4A843;
    letter-spacing: -1px;
}
.enroll-card .price-label {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
}
.enroll-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 800;
}
.enroll-card .bullets {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.enroll-card .bullets li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-size: 16px;
}
.enroll-card .bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #D4A843;
    font-weight: 800;
    font-size: 18px;
}

/* MISSION CALLOUT */
.mission-band {
    background: #1B3A4B;
    color: #fff;
    padding: 64px 0;
    text-align: center;
}
.mission-band h2 {
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto 18px;
    line-height: 1.3;
    font-weight: 800;
}
.mission-band p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 660px;
    margin: 0 auto 28px;
}

/* COMMUNITY BAND */
.community-band {
    background: #D4A843;
    color: #1B3A4B;
    padding: 48px 0;
}
.community-band .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.community-band h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}
.community-band p {
    font-size: 16px;
    max-width: 580px;
}
.community-band .btn {
    background: #1B3A4B;
    color: #fff;
    flex-shrink: 0;
}
.community-band .btn:hover {
    box-shadow: 0 6px 20px rgba(15,35,48,0.35);
}

/* FINAL CTA */
.final-cta {
    background: linear-gradient(135deg, #1B3A4B 0%, #0f2330 100%);
    color: #fff;
    text-align: center;
}
.final-cta h2 {
    font-size: 38px;
    margin-bottom: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
}
.final-cta p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 640px;
    margin: 0 auto 32px;
}

/* INFO LIST (veterans page) */
.info-stack { max-width: 820px; margin: 0 auto; }
.info-stack .info-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 18px;
}
.info-stack .info-item h3 {
    color: #1B3A4B;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}
.info-stack .info-item p {
    color: #444;
    font-size: 16px;
    line-height: 1.65;
}
.info-stack .info-item p + p { margin-top: 12px; }

/* FOOTER */
.site-footer {
    background: #0f2330;
    color: #bdbdbd;
    padding: 48px 0 28px;
    font-size: 14px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 36px;
}
.footer-col h4 {
    color: #D4A843;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
}
.footer-col ul {
    list-style: none;
}
.footer-col li { margin-bottom: 8px; }
.footer-col a {
    color: #d5d5d5;
    text-decoration: none;
    transition: color 0.15s;
}
.footer-col a:hover { color: #D4A843; }
.footer-brand .logo { font-size: 22px; margin-bottom: 12px; display: inline-block; }
.footer-brand p {
    color: #9ca3af;
    font-size: 14px;
    max-width: 340px;
    margin-top: 8px;
}
.footer-bottom {
    border-top: 1px solid #1f3744;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: #8b9297;
    font-size: 13px;
}

/* UTILITY */
.text-center { text-align: center; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

/* MOBILE */
@media (max-width: 900px) {
    .hero h1 { font-size: 34px; }
    .hero p.lead { font-size: 17px; }
    .manifesto-hero h1 { font-size: 38px; }
    .manifesto-hero p { font-size: 18px; }
    .section-head h2 { font-size: 28px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .stat-item .number { font-size: 30px; }
    .path-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; gap: 36px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .form-card { padding: 28px 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1B3A4B;
        flex-direction: column;
        padding: 18px 24px;
        gap: 16px;
        border-top: 1px solid #2a4d60;
    }
    .nav-links.open { display: flex; }
    .nav-toggle { display: block; }
    .enroll-card { padding: 32px 24px; }
    .enroll-card .price { font-size: 42px; }
    .community-band .container { flex-direction: column; text-align: center; }
    .final-cta h2 { font-size: 28px; }
}

@media (max-width: 560px) {
    .hero { padding: 64px 0 56px; }
    .hero h1 { font-size: 28px; }
    section { padding: 56px 0; }
    .section-head h2 { font-size: 24px; }
    .footer-grid { grid-template-columns: 1fr; }
}
