/**
 * The Outpost - Resource Hub & Directory Styles
 * Alaska Gun Trader Theme
 */

/* ============================================
   OUTPOST PAGE BASE
   ============================================ */
.outpost-page {
    background: #f8fafc;
}

.outpost-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.outpost-hero {
    background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 50%, #1a2e1a 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.outpost-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.03)"/></svg>') repeat;
    background-size: 30px 30px;
}

.outpost-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 16px;
    position: relative;
}

.outpost-hero h1 i {
    margin-right: 12px;
    color: #D94F04;
}

.outpost-hero .hero-tagline {
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    position: relative;
}

/* ============================================
   OUTPOST SECTIONS
   ============================================ */
.about-section {
    padding: 80px 20px;
}

.about-section.alt-bg {
    background: #fff;
}

.section-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #D94F04 0%, #bf4504 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.section-icon i {
    font-size: 28px;
    color: #fff;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 24px;
}

/* Mission Section */
.mission-statement {
    font-size: 24px;
    line-height: 1.6;
    color: #1f2937;
    font-style: italic;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 32px;
    background: #fff;
    border-left: 4px solid #D94F04;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.mission-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

/* Who Section - Two Column */
.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.who-section .column h2 {
    text-align: left;
}

.who-section .column p {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 16px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 15px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.check-list li:last-child {
    border-bottom: none;
}

.check-list li i {
    color: #10b981;
    font-size: 14px;
    margin-top: 3px;
}

/* Trust Badges */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.trust-badges .badge {
    background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 100%);
    color: #fff;
    padding: 32px 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.trust-badges .badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.trust-badges .badge i {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    color: #D94F04;
}

.trust-badges .badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

/* ============================================
   MODERATION SECTION
   ============================================ */
.policy-box {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.policy-box > p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
}

.prohibited-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.prohibited-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4b5563;
    padding: 10px 16px;
    background: #fef2f2;
    border-radius: 6px;
}

.prohibited-list li i {
    color: #dc2626;
    font-size: 12px;
}

.report-note {
    background: #f0fdf4;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #166534;
    margin: 0;
}

.report-note i {
    color: #16a34a;
    margin-right: 8px;
}

.report-note a {
    color: #15803d;
    font-weight: 600;
}

/* ============================================
   SAFETY SECTION
   ============================================ */
.safety-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.safety-card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    transition: transform 0.3s, box-shadow 0.3s;
}

.safety-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.safety-card .card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #D94F04 0%, #bf4504 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.safety-card .card-icon i {
    font-size: 24px;
    color: #fff;
}

.safety-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
}

.safety-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.safety-card ul li {
    font-size: 14px;
    color: #4b5563;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #f3f4f6;
}

.safety-card ul li:last-child {
    border-bottom: none;
}

.safety-card ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #D94F04;
    font-weight: bold;
}

.safety-card ul a {
    color: #D94F04;
    text-decoration: none;
}

.safety-card ul a:hover {
    text-decoration: underline;
}

/* ============================================
   THE OUTPOST DIRECTORY HEADER
   ============================================ */
.outpost-directory-header {
    background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.outpost-directory-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}

.outpost-directory-header h2 i {
    color: #D94F04;
    margin-right: 12px;
}

.outpost-directory-header p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 700px;
    margin: 0 auto 32px;
}

.directory-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dir-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.2);
}

.dir-nav-link:hover {
    background: #D94F04;
    border-color: #D94F04;
    transform: translateY(-2px);
}

.dir-nav-link i {
    font-size: 16px;
}

/* ============================================
   DIRECTORY SECTIONS
   ============================================ */
.directory-section {
    padding: 80px 20px;
}

.directory-section.alt-bg {
    background: #fff;
}

.directory-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.directory-section h3 i {
    color: #D94F04;
}

.section-intro {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 32px;
    max-width: 800px;
}

.section-intro a {
    color: #D94F04;
    text-decoration: none;
}

.section-intro a:hover {
    text-decoration: underline;
}

/* ============================================
   HUNTING SEASONS
   ============================================ */
.season-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0;
}

.season-tab {
    padding: 14px 28px;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.season-tab:hover {
    color: #111827;
}

.season-tab.active {
    color: #D94F04;
    border-bottom-color: #D94F04;
}

.season-content {
    display: none;
}

.season-content.active {
    display: block;
}

.hunting-table {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

.hunting-table thead {
    background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 100%);
    color: #fff;
}

.hunting-table th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

.hunting-table td {
    padding: 16px 20px;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.hunting-table tbody tr:last-child td {
    border-bottom: none;
}

.hunting-table tbody tr:hover {
    background: #f9fafb;
}

.hunting-table td strong {
    color: #111827;
}

.disclaimer {
    background: #fef3c7;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #92400e;
    margin-top: 24px;
}

.disclaimer i {
    color: #f59e0b;
    margin-right: 8px;
}

.disclaimer a {
    color: #d97706;
    font-weight: 600;
}

/* ============================================
   FFL DIRECTORY
   ============================================ */
.ffl-search {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.ffl-search input {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.ffl-search input:focus {
    outline: none;
    border-color: #D94F04;
}

.ffl-search select {
    padding: 14px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    min-width: 200px;
    cursor: pointer;
}

.ffl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ffl-card {
    background: #f9fafb;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.ffl-card:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.ffl-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.ffl-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ffl-card p i {
    color: #D94F04;
    margin-top: 2px;
    width: 16px;
    flex-shrink: 0;
}

.ffl-card .ffl-services {
    color: #4b5563;
    font-style: italic;
}

.ffl-note {
    margin-top: 32px;
    padding: 16px 20px;
    background: #eff6ff;
    border-radius: 8px;
    font-size: 14px;
    color: #1e40af;
}

.ffl-note i {
    color: #3b82f6;
    margin-right: 8px;
}

.ffl-note a {
    color: #1d4ed8;
    font-weight: 600;
}

/* ============================================
   RECOMMENDATIONS
   ============================================ */
.recommendations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rec-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.rec-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.rec-header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.rec-header.bear-defense { background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%); }
.rec-header.moose-hunting { background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 100%); }
.rec-header.sheep-hunting { background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%); }
.rec-header.small-game { background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%); }
.rec-header.home-defense { background: linear-gradient(135deg, #374151 0%, #4b5563 100%); }
.rec-header.first-time { background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%); }

.rec-header i {
    font-size: 24px;
}

.rec-header h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.rec-content {
    padding: 24px;
}

.rec-intro {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px;
    line-height: 1.6;
}

.rec-item {
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

.rec-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rec-item strong {
    display: block;
    font-size: 15px;
    color: #111827;
    margin-bottom: 4px;
}

.rec-item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 8px;
}

.rec-link {
    font-size: 13px;
    color: #D94F04;
    text-decoration: none;
    font-weight: 600;
}

.rec-link:hover {
    text-decoration: underline;
}

/* ============================================
   WILDLIFE GUIDES
   ============================================ */
.wildlife-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.wildlife-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}

.wildlife-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.wildlife-image {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #1a2e1a;
}

.wildlife-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
}

.wildlife-name {
    position: absolute;
    bottom: 12px;
    left: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    z-index: 1;
}

.wildlife-info {
    padding: 24px;
}

.wildlife-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.wildlife-info p {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 8px;
    line-height: 1.5;
}

.wildlife-info p strong {
    color: #111827;
}

.wildlife-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #D94F04;
    text-decoration: none;
    font-weight: 600;
}

.wildlife-link:hover {
    text-decoration: underline;
}

.conservation-note {
    background: #f0fdf4;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #bbf7d0;
}

.conservation-note h4 {
    font-size: 18px;
    font-weight: 700;
    color: #166534;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.conservation-note h4 i {
    color: #22c55e;
}

.conservation-note p {
    font-size: 15px;
    color: #166534;
    margin: 0 0 12px;
    line-height: 1.6;
}

.conservation-note p:last-child {
    margin-bottom: 0;
}

.conservation-note a {
    color: #15803d;
    font-weight: 600;
}

/* ============================================
   CTA SECTION
   ============================================ */
.about-cta {
    background: linear-gradient(135deg, #D94F04 0%, #bf4504 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.about-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}

.about-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 32px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.about-cta .btn {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.about-cta .btn-primary {
    background: #fff;
    color: #D94F04;
}

.about-cta .btn-primary:hover {
    background: #f9fafb;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.about-cta .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.about-cta .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .two-column {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .safety-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ffl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .recommendations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wildlife-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 32px;
    }
    
    .about-hero .hero-tagline {
        font-size: 16px;
    }
    
    .about-section {
        padding: 60px 20px;
    }
    
    .about-section h2 {
        font-size: 26px;
    }
    
    .mission-statement {
        font-size: 18px;
        padding: 24px;
    }
    
    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .trust-badges .badge {
        padding: 24px 16px;
    }
    
    .trust-badges .badge i {
        font-size: 28px;
    }
    
    .prohibited-list {
        grid-template-columns: 1fr;
    }
    
    .safety-grid {
        grid-template-columns: 1fr;
    }
    
    .directory-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .dir-nav-link {
        justify-content: center;
    }
    
    .season-tabs {
        flex-wrap: wrap;
    }
    
    .season-tab {
        padding: 10px 16px;
        font-size: 14px;
    }
    
    .hunting-table {
        font-size: 13px;
    }
    
    .hunting-table th,
    .hunting-table td {
        padding: 12px;
    }
    
    .ffl-search {
        flex-direction: column;
    }
    
    .ffl-search select {
        min-width: auto;
    }
    
    .ffl-grid {
        grid-template-columns: 1fr;
    }
    
    .recommendations-grid {
        grid-template-columns: 1fr;
    }
    
    .wildlife-grid {
        grid-template-columns: 1fr;
    }
    
    .about-cta h2 {
        font-size: 28px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cta-buttons .btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 60px 16px;
    }
    
    .outpost-hero h1 {
        font-size: 26px;
    }
    
    .outpost-directory-header h2 {
        font-size: 24px;
    }
    
    .directory-section h3 {
        font-size: 22px;
    }
    
    .policy-box {
        padding: 24px;
    }
    
    .hunting-table th:nth-child(3),
    .hunting-table td:nth-child(3),
    .hunting-table th:nth-child(4),
    .hunting-table td:nth-child(4) {
        display: none;
    }
}
