:root {
    --bnsf-orange: #f15f22;
    --bnsf-dark: #2c3e50;
}

.hero-section {
    background: url('https://via.placeholder.com/1600x400/4a5568/ffffff?text=Railroad+Background') center/cover;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box {
    background-color: var(--bnsf-orange);
    color: white;
    padding: 20px 70px;
    text-align: center;
}
.hero-box h1 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
}

.small-hero-box {
    background-color: #f8f9fa;
    padding: 0;
}
.hero-box-small {
    background-color: var(--bnsf-orange);
    color: white;
    padding: 10px 30px;
    text-align: center;
    display: inline-block; width: 100%;
}
.hero-box-small h2 {
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-section-dark {
    background-color: #4c4a4c;
    color: white;
    padding: 80px 0;
}
.bgdark { background-color: #4d4a4d; }
.hero-icon {
    width: 80px;
    height: 80px;
    background-color: var(--bnsf-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.tab-nav {
    background-color: #d8d8d9;
    padding: 0;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

.tab-nav .nav-link {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.tab-nav .nav-link:hover {
    background-color: #dee2e6;
}
.bg-grays { background: #eceded;}
.tab-nav .nav-link.active {
    background-color: var(--bnsf-orange);
    color: white;
}

.section-icon {
    width: 80px;
    height: 80px;
    background-color: var(--bnsf-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.section-heading {
    color: var(--bnsf-orange);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--bnsf-orange);
    padding-bottom: 10px;
}

.dark-section {
    background-color: #4c4a4c;
    color: white;
    padding: 60px 0;
}
.icon { width: 80px; height: auto; }
.bline { color: var(--bnsf-orange); border-bottom: 3px solid var(--bnsf-orange); padding-bottom: 10px; }
.btn-orange {
    background-color: var(--bnsf-orange);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
}
.btn { border-radius: 0; }
.btn-orange:hover {
    background-color: #e64a19;
    color: white;
}

.footer-dark {
    background-color: #4d4d4d;
    color: white;
    padding: 40px 0;
}

.footer-dark a {
    color: white;
    text-decoration: none;
}

.footer-dark a:hover {
    color: var(--bnsf-orange);
}

.info-box {
    color: white;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.info-box h5 {
    color: var(--bnsf-orange);
    font-weight: bold;
    margin-bottom: 15px;
}

.map-placeholder {
    background: url('https://via.placeholder.com/500x350/cccccc/666666?text=US+Map') center/contain no-repeat;
    min-height: 350px;
}

.chart-placeholder {
    background: url('https://via.placeholder.com/400x300/ffffff/333333?text=Chart') center/contain no-repeat;
    min-height: 300px;
}

.action-box {
    background-color: #2d2d2d;
    color: white;
    padding: 50px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

.action-box h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.action-box .icon-placeholder {
    width: 100px;
    height: 100px;
    background-color: #444;
    border: 3px solid white;
    border-radius: 8px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.highlight-box {
    background-color: #fff3e0;
    border-left: 5px solid var(--bnsf-orange);
    padding: 20px;
    margin: 20px 0;
}

.highlight-box h5 {
    color: var(--bnsf-orange);
    font-weight: bold;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2d2d2d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.timeline-connector {
    border-top: 2px dotted #ccc;
    position: relative;
    top: -40px;
    margin: 0 50px;
}
.hero-page2 { background: url(header2.jpg) center/cover; padding: 50px 0; }
.cta-banner {
    background: url(bg-foot.png) center/cover;
    color: white;
    padding: 50px 15px;
    text-align: center;
    margin: 50px 0;
}
.text-orange { color: var(--bnsf-orange); }
.bro { border-bottom: 3px solid var(--bnsf-orange); padding-bottom: 10px; }
.cta-banner h2 {
    font-weight: bold;
    font-size: 2.1rem;
}

.content-column {
    padding: 30px;
    border-radius: 8px;
}

/* Filter tabs styling */
.filter-tabs {
    margin: 30px 0;
}

.filter-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.filter-btn:hover {
    color: var(--bnsf-orange);
}

.filter-btn.active {
    color: var(--bnsf-orange);
    font-weight: bold;
}

.filter-tabs span {
    color: #ccc;
}

/* Resource items transition */
.resource-item {
    transition: opacity 0.3s ease;
}

/* Supporters page styling */

/* Counter display styling */
.counter-display {
    margin: 20px 0;
}

.counter-number {
    font-size: 4rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
    display: inline-block;
}

/* Filter tabs - cleaner style */
.supporters-filter-tabs {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.supporters-filter-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.supporters-filter-btn:hover {
    color: var(--bnsf-orange);
    background-color: rgba(255, 87, 34, 0.05);
}

.supporters-filter-btn.active {
    color: var(--bnsf-orange);
    font-weight: 600;
    background-color: rgba(255, 87, 34, 0.1);
}

/* Featured voice cards - light grey background */
.featured-voice-card {
    background: #eceded;
    color: #333;
    border: none;
    border-radius: 0;
    padding: 35px;
    transition: all 0.3s ease;
    box-shadow: none;
    text-align: center;
    height: 100%;
}

.featured-voice-card:hover {
    box-shadow: none;
    transform: translateY(-3px);
}

/* Avatar circles - cleaner look */
.avatar-circle {
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%);
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Featured avatar circles - for grey cards */
.avatar-circle-featured {
    width: 100px;
    height: 100px;
    background: #d8d8d9;
    border: 3px solid #b8b8b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Quote styling - cleaner */
.voice-quote {
    border-left: none;
    padding-left: 0;
    margin: 20px 0;
    font-style: normal;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
}

.voice-quote p {
    margin-bottom: 0;
}

/* Read more links */
.btn-read-more {
    color: var(--bnsf-orange);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.btn-read-more:hover {
    color: #e64a19;
    text-decoration: none;
}

/* Read more links for featured cards */
.btn-read-more-white {
    color: var(--bnsf-orange);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.btn-read-more-white:hover {
    color: #e64a19;
    text-decoration: none;
    border-bottom: 1px solid #e64a19;
}

/* Compact cards - more rounded and cleaner */
.compact-voice-card {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.compact-voice-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    border-color: #d0d0d0;
}

.compact-voice-card p {
    color: #555;
    font-size: 0.95rem;
}

.category-section {
    transition: all 0.3s ease;
}

.category-section h4 {
    font-size: 1.3rem;
    margin-bottom: 25px;
}
.mainheader { background: url(header.jpg) center/cover; }

/* Ensure 'HAVE YOUR SAY!' heading is sized correctly */
#have-your-say h2.bline {
    font-size: 2.25rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-number {
        font-size: 3rem;
    }
    
    .featured-voice-card {
        padding: 25px;
        border-radius: 12px;
    }
    
    .avatar-circle {
        width: 100px;
        height: 100px;
    }
    
    .avatar-circle-featured {
        width: 80px;
        height: 80px;
    }
    
    .supporters-filter-tabs {
        gap: 5px;
    }
    
    .supporters-filter-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

