/* =====================================
   INFORMATION CENTRE
===================================== */

.info-container{
    max-width:1100px;
    margin:40px auto;
    padding:20px;
}

/* =====================================
   INTRODUCTION
===================================== */

.info-intro{
    background:#111;
    border:2px solid #333;
    border-radius:12px;
    padding:30px;
    margin-bottom:30px;
    text-align:center;
}

.info-intro h1{
    margin-top:0;
    margin-bottom:20px;
    color:#00ff55;
    font-size:36px;
}

.info-intro p{
    color:#ddd;
    font-size:18px;
    line-height:1.7;
    margin:15px 0;
}

/* =====================================
   INFORMATION GRID
===================================== */

.info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

/* =====================================
   INFORMATION CARDS
===================================== */

.info-card{

    background:#111;
    border:2px solid #333;
    border-radius:12px;

    padding:25px;

    text-align:center;

    transition:all .25s ease;

}

.info-card:hover{

    border-color:#00ff55;

    transform:translateY(-4px);

    box-shadow:0 0 15px rgba(0,255,85,.20);

}

.info-card h2{

    margin-top:0;
    margin-bottom:15px;

    color:#00ff55;

    font-size:24px;

}

.info-card p{

    color:#ddd;

    line-height:1.6;

    min-height:80px;

}

/* =====================================
   BUTTONS
===================================== */

.info-btn{

    display:inline-block;

    margin-top:15px;

    padding:12px 24px;

    background:#00aa44;

    color:#fff;

    text-decoration:none;

    border-radius:8px;

    font-weight:bold;

    transition:all .25s ease;

}

.info-btn:hover{

    background:#00cc55;

    color:#fff;

}

/* =====================================
   ARTICLE PAGES
===================================== */

.article-card{

    background:#111;

    border:2px solid #333;

    border-radius:12px;

    padding:35px;

}

.article-header{

    display:flex;

    align-items:center;

    gap:20px;

    margin-bottom:30px;

}

.article-icon{

    font-size:60px;

}

.article-header h1{

    margin:0;

    color:#00ff55;

}

.article-subtitle{

    margin-top:8px;

    color:#aaa;

}

.article-content h2{

    margin-top:40px;

    color:#00ff55;

}

.article-content p{

    color:#ddd;

    line-height:1.8;

}

.article-content blockquote{

    margin:30px 0;

    padding:20px;

    background:#181818;

    border-left:5px solid #00ff55;

    font-style:italic;

    color:#fff;

}

.highlight-box{

    margin:30px 0;

    padding:25px;

    background:#151515;

    border:2px solid #00aa44;

    border-radius:10px;

}

.callsign-list{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:15px;

    margin:25px 0;

}

.callsign-item{

    background:#181818;

    border:1px solid #333;

    border-radius:8px;

    padding:15px;

}

.callsign-item strong{

    display:block;

    color:#00ff55;

    margin-bottom:5px;

}

.callsign-item span{

    color:#bbb;

}

.article-navigation{

    margin-top:40px;

    text-align:center;

}

/* =====================================
   FOOTER
===================================== */

.footer{

    margin-top:50px;

    padding:30px;

    text-align:center;

    color:#999;

    border-top:1px solid #333;

}
/* ==========================
   Content
========================== */

.info-container{
    max-width:1000px;
    margin:40px auto;
    padding:0 20px;
    color:#ddd;
    line-height:1.8;
}

.info-container h1{
    color:#00ff55;
    font-size:42px;
    margin-bottom:25px;
    text-align:center;
}

.info-container h2{
    color:#ffd700;
    font-size:30px;
    margin-top:50px;
    margin-bottom:15px;
    border-bottom:1px solid #333;
    padding-bottom:8px;
}

.info-container h3{
    color:#00d4ff;
    font-size:22px;
    margin-top:30px;
    margin-bottom:10px;
}

.info-container p{
    color:#ddd;
    margin-bottom:18px;
}

.info-container ul,
.info-container ol{
    margin-left:30px;
    margin-bottom:25px;
}

.info-container li{
    margin-bottom:8px;
}

.info-container strong{
    color:#ffffff;
}
.info-table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.info-table th{
    background:#00aa44;
    color:#fff;
    padding:12px;
}

.info-table td{
    padding:12px;
    border:1px solid #333;
}

.info-table tr:nth-child(even){
    background:#151515;
}
.highlight-box{
    margin:50px 0;
    padding:30px;
    background:#111;
    border:2px solid #00aa44;
    border-radius:10px;
    text-align:center;
}

.info-button{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background:#00aa44;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:bold;
}

.info-button:hover{
    background:#00cc55;
}

```css
/* =========================================
   ISS SSTV ARTICLE
========================================= */

.article-hero{
    text-align:center;
    margin-bottom:40px;
}

.article-label{
    display:inline-block;
    margin-bottom:12px;
    padding:6px 14px;
    background:#102417;
    border:1px solid #00aa44;
    border-radius:20px;
    color:#00ff55;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
    text-transform:uppercase;
}

.learning-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
    margin-top:20px;
    text-align:left;
}

.learning-grid div{
    padding:12px 15px;
    background:#0b0b0b;
    border:1px solid #292929;
    border-radius:7px;
    color:#ddd;
}

.info-callout{
    margin:35px 0;
    padding:25px;
    border-radius:10px;
}

.info-callout h3{
    margin-top:0;
}

.tip-box{
    background:#0d2114;
    border-left:5px solid #00cc55;
}

.warning-box{
    background:#281f09;
    border-left:5px solid #ffc400;
}

.space-box{
    background:#10182b;
    border-left:5px solid #4b8cff;
}

.event-card{
    margin:25px 0;
    padding:30px;
    background:#101010;
    border:2px solid #333;
    border-radius:12px;
}

.event-card.active{
    border-color:#00ff55;
}

.event-card.upcoming{
    border-color:#00b7ff;
}

.event-card.completed{
    border-color:#777;
}

.event-status{
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:15px;
    color:#bbb;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
}

.status-dot{
    width:11px;
    height:11px;
    border-radius:50%;
}

.active-dot{
    background:#00ff55;
    box-shadow:0 0 10px #00ff55;
}

.upcoming-dot{
    background:#00b7ff;
    box-shadow:0 0 10px #00b7ff;
}

.completed-dot{
    background:#999;
}

.event-theme{
    color:#ffd700 !important;
    font-size:20px;
    font-style:italic;
}

.event-details{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:15px;
    margin:25px 0;
}

.event-detail{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:15px;
    background:#080808;
    border:1px solid #292929;
    border-radius:8px;
}

.event-detail strong,
.event-detail span{
    display:block;
}

.event-detail strong{
    margin-bottom:4px;
    color:#00ff55;
}

.detail-icon{
    font-size:25px;
}

.frequency-grid,
.equipment-grid,
.quality-grid{
    display:grid;
    gap:20px;
    margin:25px 0;
}

.frequency-grid{
    grid-template-columns:repeat(2, 1fr);
}

.equipment-grid{
    grid-template-columns:repeat(3, 1fr);
}

.quality-grid{
    grid-template-columns:repeat(3, 1fr);
}

.frequency-card,
.equipment-card,
.quality-grid article{
    padding:24px;
    background:#111;
    border:1px solid #303030;
    border-radius:10px;
}

.frequency-card:hover,
.equipment-card:hover,
.quality-grid article:hover{
    border-color:#00aa44;
    transform:translateY(-3px);
    transition:.25s;
}

.frequency-band{
    display:inline-block;
    padding:4px 10px;
    background:#00aa44;
    border-radius:15px;
    color:white;
    font-size:12px;
    font-weight:bold;
}

.equipment-icon{
    font-size:38px;
    margin-bottom:12px;
}

.steps-list{
    list-style:none;
    margin:25px 0;
    padding:0;
}

.steps-list li{
    display:flex;
    gap:18px;
    margin-bottom:17px;
    padding:20px;
    background:#101010;
    border:1px solid #2d2d2d;
    border-radius:9px;
}

.step-number{
    display:flex;
    flex:0 0 38px;
    width:38px;
    height:38px;
    align-items:center;
    justify-content:center;
    background:#00aa44;
    border-radius:50%;
    color:white;
    font-weight:bold;
}

.steps-list p{
    margin:6px 0 0;
}

.term-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin:25px 0;
}

.term-grid article{
    padding:22px;
    background:#111;
    border-top:3px solid #00aa44;
    border-radius:8px;
}

.term-grid strong,
.term-grid span{
    display:block;
}

.term-grid strong{
    color:#00ff55;
    font-size:22px;
}

.term-grid span{
    margin:5px 0 12px;
    color:#ffd700;
}

.quality-grid article > span{
    display:inline-flex;
    width:38px;
    height:38px;
    align-items:center;
    justify-content:center;
    background:#00aa44;
    border-radius:50%;
    color:white;
    font-weight:bold;
}

.troubleshooting-table{
    margin:25px 0;
    border:1px solid #333;
    border-radius:9px;
    overflow:hidden;
}

.troubleshooting-row{
    display:grid;
    grid-template-columns:1fr 1.5fr 1.5fr;
}

.troubleshooting-row > div{
    padding:14px;
    border-bottom:1px solid #292929;
}

.troubleshooting-row > div + div{
    border-left:1px solid #292929;
}

.troubleshooting-header{
    background:#00aa44;
    color:white;
    font-weight:bold;
}

.faq-item{
    margin-bottom:12px;
    background:#111;
    border:1px solid #303030;
    border-radius:8px;
}

.faq-item summary{
    padding:17px 20px;
    color:#ffd700;
    cursor:pointer;
    font-weight:bold;
}

.faq-item p{
    padding:0 20px 18px;
}

.article-navigation{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:15px;
    margin-top:60px;
}

.article-navigation a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:75px;
    padding:15px 20px;
    background:#111;
    border:1px solid #333;
    border-radius:8px;
    text-decoration:none;
}

.article-navigation a:hover{
    border-color:#00aa44;
    background:#151515;
}

.article-navigation span{
    color:#888;
    font-size:13px;
}

.article-navigation strong{
    margin-top:5px;
    color:#00ff55;
}

.article-nav-centre{
    text-align:center;
}

.article-nav-link.next{
    text-align:right;
}

.info-footer{
    margin-top:45px;
    padding:25px 0;
    border-top:1px solid #333;
    text-align:center;
}

.info-footer p{
    margin:4px;
    color:#777;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:800px){
    
    .learning-grid,
    .event-details,
    .frequency-grid,
    .equipment-grid,
    .quality-grid,
    .term-grid{
        grid-template-columns:1fr;
    }
    
    .troubleshooting-row{
        display:block;
        padding:12px;
        border-bottom:1px solid #333;
    }
    
    .troubleshooting-row > div{
        padding:7px;
        border:none !important;
    }
    
    .troubleshooting-header{
        display:none;
    }
    
    .article-navigation{
        grid-template-columns:1fr;
    }
    
    .article-nav-link.next,
    .article-nav-centre{
        text-align:left;
    }
    
}

.featured-card{
    position:relative;
    border-color:#4b8cff;
    background:linear-gradient(145deg, #111827, #0c0c0c);
}

.featured-card:hover{
    border-color:#74a6ff;
    box-shadow:0 0 22px rgba(75, 140, 255, 0.22);
}

.card-badge{
    position:absolute;
    top:12px;
    right:12px;
    padding:4px 9px;
    background:#4b8cff;
    border-radius:12px;
    color:white;
    font-size:11px;
    font-weight:bold;
    letter-spacing:1px;
}

.article-image{
    display:block;
    width:100%;
    margin:0 auto;
    
    border:3px solid #2a2a2a;
    border-radius:12px;
    
    box-shadow:
        0 0 20px rgba(0,255,85,.12),
        0 8px 25px rgba(0,0,0,.45);
}

/* =====================================================
   SSTV FREQUENCIES
===================================================== */

.frequencies-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 35px 0 60px;
}

/* =====================================================
   HERO
===================================================== */

.frequency-hero {
    position: relative;
    overflow: hidden;
    
    margin-bottom: 30px;
    padding: 38px;
    
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 85, 0.12),
            transparent 55%
        ),
        #111111;
    
    border: 1px solid #303030;
    border-left: 5px solid #00ff55;
    border-radius: 14px;
}

.frequency-hero::after {
    content: "SSTV";
    
    position: absolute;
    right: 25px;
    bottom: -22px;
    
    color: rgba(255, 255, 255, 0.025);
    font-size: 110px;
    font-weight: 900;
    line-height: 1;
    
    pointer-events: none;
}

.hero-label {
    position: relative;
    z-index: 1;
    
    display: inline-flex;
    align-items: center;
    
    margin-bottom: 14px;
    padding: 7px 13px;
    
    background: rgba(0, 255, 85, 0.10);
    border: 1px solid rgba(0, 255, 85, 0.35);
    border-radius: 999px;
    
    color: #00ff55;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.frequency-hero h1 {
    position: relative;
    z-index: 1;
    
    margin: 0 0 14px;
    
    color: #ffffff;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
}

.frequency-hero p {
    position: relative;
    z-index: 1;
    
    max-width: 820px;
    margin: 0;
    
    color: #d0d0d0;
    font-size: 17px;
    line-height: 1.75;
}

/* =====================================================
   SUMMARY
===================================================== */

.frequency-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    
    margin-bottom: 30px;
}

.summary-item {
    padding: 20px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 12px;
    
    text-align: center;
}

.summary-number {
    display: block;
    
    margin-bottom: 5px;
    
    color: #00ff55;
    font-size: 30px;
    font-weight: bold;
}

.summary-label {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* =====================================================
   LEGEND
===================================================== */

.frequency-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    
    margin-bottom: 24px;
    padding: 17px 20px;
    
    background: #101010;
    border: 1px solid #303030;
    border-radius: 12px;
}

.legend-title {
    margin-right: 5px;
    color: #ffffff;
}

/* =====================================================
   BAND GRID
===================================================== */

.bands-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.band-card {
    --band-color: #00ff55;
    
    overflow: hidden;
    
    background: #111111;
    border: 1px solid #303030;
    border-top: 4px solid var(--band-color);
    border-radius: 14px;
    
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.25);
    
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.band-card:hover {
    transform: translateY(-4px);
    border-color: var(--band-color);
}

/* Band colours */

.band-80m {
    --band-color: #d3e75d;
}

.band-40m {
    --band-color: #60dfa5;
}

.band-30m {
    --band-color: #e5a6d9;
}

.band-20m {
    --band-color: #63b9df;
}

.band-15m {
    --band-color: #c8dc51;
}

.band-10m {
    --band-color: #5bdfa0;
}

.band-6m {
    --band-color: #dca7df;
}

.band-2m {
    --band-color: #65b7dc;
}

/* =====================================================
   BAND HEADER
===================================================== */

.band-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    
    padding: 18px 20px;
    
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.055),
        transparent
    );
    
    border-bottom: 1px solid #303030;
}

.band-title {
    margin: 0;
    
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.band-count {
    flex-shrink: 0;
    
    padding: 6px 10px;
    
    background: #080808;
    border: 1px solid #353535;
    border-radius: 999px;
    
    color: #c8c8c8;
    font-size: 12px;
    font-weight: bold;
}

/* =====================================================
   FREQUENCY ENTRIES
===================================================== */

.frequency-list {
    display: grid;
}

.frequency-entry {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    
    padding: 19px 20px;
    
    border-bottom: 1px solid #292929;
}

.frequency-entry:last-child {
    border-bottom: 0;
}

.frequency-value {
    color: var(--band-color);
    font-family: "Courier New", Courier, monospace;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
}

.frequency-details {
    min-width: 0;
}

.transmission-type {
    margin-bottom: 9px;
    
    color: #eeeeee;
    font-size: 15px;
    line-height: 1.45;
}

.frequency-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

/* =====================================================
   BADGES
===================================================== */

.type-badge,
.region-badge {
    display: inline-flex;
    align-items: center;
    
    min-height: 25px;
    padding: 4px 9px;
    
    border-radius: 999px;
    
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.type-analog {
    background: rgba(255, 174, 66, 0.12);
    border: 1px solid rgba(255, 174, 66, 0.42);
    color: #ffc36f;
}

.type-digital {
    background: rgba(77, 166, 255, 0.12);
    border: 1px solid rgba(77, 166, 255, 0.42);
    color: #77bcff;
}

.type-sstv {
    background: rgba(0, 255, 85, 0.10);
    border: 1px solid rgba(0, 255, 85, 0.35);
    color: #00ff55;
}

.region-badge {
    background: #222222;
    border: 1px solid #404040;
    color: #dddddd;
}

/* =====================================================
   IMPORTANT NOTICE
===================================================== */

.frequency-notice {
    margin-top: 32px;
    padding: 23px 25px;
    
    background: #111111;
    border: 1px solid #353535;
    border-left: 5px solid #ffae42;
    border-radius: 12px;
}

.frequency-notice h2 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 19px;
}

.frequency-notice p {
    margin: 0;
    
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.65;
}

/* =====================================================
   BACK BUTTON
===================================================== */

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    
    margin-top: 28px;
    padding: 12px 18px;
    
    background: #151515;
    border: 1px solid #353535;
    border-radius: 8px;
    
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
    
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.back-link:hover {
    background: #1b1b1b;
    border-color: #00ff55;
    
    color: #ffffff;
    text-decoration: none;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
    
    .bands-grid {
        grid-template-columns: 1fr;
    }
    
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {
    
    .frequencies-page {
        width: calc(100% - 20px);
        padding-top: 20px;
    }
    
    .frequency-hero {
        padding: 27px 22px;
    }
    
    .frequency-hero::after {
        display: none;
    }
    
    .frequency-hero p {
        font-size: 16px;
    }
    
    .frequency-summary {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .summary-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        
        padding: 14px 18px;
    }
    
    .summary-number {
        margin: 0;
        font-size: 24px;
    }
    
    .band-header {
        padding: 16px;
    }
    
    .band-title {
        font-size: 20px;
    }
    
    .frequency-entry {
        grid-template-columns: 1fr;
        gap: 10px;
        
        padding: 18px 16px;
    }
    
    .frequency-value {
        font-size: 23px;
    }
    
    .frequency-notice {
        padding: 20px;
    }
    
}

/* =====================================================
   ITU / IARU REGION INFORMATION
===================================================== */

.region-information {
    margin-top: 34px;
    padding: 30px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 14px;
}

.region-text {
    margin-bottom: 26px;
}

.region-information .section-label {
    display: inline-block;
    
    margin-bottom: 12px;
    padding: 6px 11px;
    
    background: rgba(0, 255, 85, 0.10);
    border: 1px solid rgba(0, 255, 85, 0.35);
    border-radius: 999px;
    
    color: #00ff55;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.region-information h2 {
    margin: 0 0 14px;
    
    color: #ffffff;
    font-size: 28px;
}

.region-information p {
    max-width: 850px;
    margin: 0 0 24px;
    
    color: #c8c8c8;
    font-size: 16px;
    line-height: 1.7;
}

.region-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.region-item {
    padding: 18px;
    
    background: #181818;
    border: 1px solid #333333;
    border-radius: 10px;
}

.region-item strong {
    display: block;
    
    margin-bottom: 8px;
    
    color: #00ff55;
    font-size: 17px;
}

.region-item span {
    display: block;
    
    color: #d2d2d2;
    font-size: 14px;
    line-height: 1.55;
}

.region-map {
    margin-top: 28px;
}

.region-map img {
    display: block;
    
    width: 100%;
    height: auto;
    
    border: 1px solid #3a3a3a;
    border-radius: 10px;
}

@media (max-width: 800px) {
    
    .region-list {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 600px) {
    
    .region-information {
        padding: 22px 18px;
    }
    
    .region-information h2 {
        font-size: 24px;
    }
    
}

.region-information .frequency-sources {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #333333;
}
.region-item a,
.region-item a:visited {
    display: inline-block;
    margin-top: 12px;
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
}

.region-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.band-70cm {
    --band-color: #f0a65a;
}

.band-23cm {
    --band-color: #b98cff;
}
/* =====================================================
   BECOME A RADIO AMATEUR
===================================================== */

.radio-amateur-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 35px 0 60px;
}

/* =====================================================
   HERO
===================================================== */

.radio-amateur-hero {
    position: relative;
    overflow: hidden;
    
    margin-bottom: 28px;
    padding: 38px;
    
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 85, 0.13),
            transparent 58%
        ),
        #111111;
    
    border: 1px solid #303030;
    border-left: 5px solid #00ff55;
    border-radius: 14px;
}

.radio-amateur-hero::after {
    content: "CQ";
    
    position: absolute;
    right: 24px;
    bottom: -30px;
    
    color: rgba(255, 255, 255, 0.025);
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    
    pointer-events: none;
}

.radio-amateur-hero h1 {
    position: relative;
    z-index: 1;
    
    margin: 12px 0 16px;
    
    color: #ffffff;
    font-size: clamp(31px, 5vw, 48px);
    line-height: 1.15;
}

.radio-amateur-hero p {
    position: relative;
    z-index: 1;
    
    max-width: 900px;
    margin: 0 0 14px;
    
    color: #cccccc;
    font-size: 16px;
    line-height: 1.75;
}

.radio-amateur-hero .hero-introduction {
    color: #ffffff;
    font-size: 18px;
}

.journey-line {
    position: relative;
    z-index: 1;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    
    margin-top: 25px;
    padding: 16px 18px;
    
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid #343434;
    border-radius: 10px;
    
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.journey-arrow {
    color: #00ff55;
}

/* =====================================================
   GENERAL SECTIONS
===================================================== */

.content-section,
.content-panel {
    margin-top: 28px;
}

.content-panel {
    padding: 28px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 14px;
}

.section-heading,
.panel-heading {
    margin-bottom: 22px;
}

.section-heading h2,
.panel-heading h2 {
    margin: 9px 0 10px;
    
    color: #ffffff;
    font-size: 28px;
}

.section-heading p,
.panel-heading p {
    max-width: 850px;
    margin: 0;
    
    color: #c5c5c5;
    font-size: 16px;
    line-height: 1.7;
}

.two-column-information {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 24px;
}

.two-column-information p {
    margin: 0 0 14px;
    
    color: #cccccc;
    line-height: 1.75;
}

.information-highlight {
    padding: 22px;
    
    background: #181818;
    border: 1px solid #363636;
    border-left: 4px solid #00ff55;
    border-radius: 10px;
}

.information-highlight strong {
    color: #00ff55;
    font-size: 17px;
}

.information-highlight p {
    margin: 10px 0 0;
}

/* =====================================================
   ACTIVITIES
===================================================== */

.activity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.activity-card {
    padding: 21px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 12px;
    
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.activity-card:hover {
    transform: translateY(-4px);
    border-color: #00ff55;
}

.activity-icon {
    margin-bottom: 12px;
    font-size: 30px;
}

.activity-card h3 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 18px;
}

.activity-card p {
    margin: 0;
    
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.6;
}

/* =====================================================
   LICENCE CARDS
===================================================== */

.licence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.licence-card {
    padding: 27px;
    
    background: #111111;
    border: 1px solid #333333;
    border-top: 4px solid #00ff55;
    border-radius: 14px;
}

.full-card {
    border-top-color: #ffd700;
}

.licence-top {
    display: flex;
    align-items: center;
    gap: 16px;
    
    margin-bottom: 18px;
}

.licence-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 58px;
    height: 58px;
    
    background: rgba(0, 255, 85, 0.10);
    border: 1px solid rgba(0, 255, 85, 0.40);
    border-radius: 50%;
    
    color: #00ff55;
    font-size: 28px;
    font-weight: bold;
}

.full-card .licence-letter {
    background: rgba(255, 215, 0, 0.10);
    border-color: rgba(255, 215, 0, 0.45);
    color: #ffd700;
}

.licence-top h3 {
    margin: 0 0 4px;
    
    color: #ffffff;
    font-size: 25px;
}

.licence-top div span {
    color: #aaaaaa;
    font-size: 14px;
}

.licence-card > p {
    color: #cccccc;
    line-height: 1.7;
}

.clean-list {
    margin: 20px 0 0;
    padding: 0;
    
    list-style: none;
}

.clean-list li {
    position: relative;
    
    margin: 9px 0;
    padding-left: 24px;
    
    color: #d1d1d1;
    line-height: 1.5;
}

.clean-list li::before {
    content: "✓";
    
    position: absolute;
    left: 0;
    
    color: #00ff55;
    font-weight: bold;
}

.full-card .clean-list li::before {
    color: #ffd700;
}

/* =====================================================
   NOTICES
===================================================== */

.information-notice {
    margin-top: 20px;
    padding: 21px 23px;
    
    background: #111111;
    border: 1px solid #353535;
    border-left: 5px solid #00ff55;
    border-radius: 11px;
}

.information-notice strong {
    color: #ffffff;
    font-size: 17px;
}

.information-notice p {
    margin: 8px 0 0;
    
    color: #c6c6c6;
    line-height: 1.7;
}

.warning-notice {
    border-left-color: #ffae42;
}

/* =====================================================
   STEPS
===================================================== */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.step-card {
    padding: 22px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 12px;
}

.step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin-bottom: 15px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 34px;
    height: 34px;
    
    background: #00a83a;
    border-radius: 50%;
    
    color: #ffffff;
    font-weight: bold;
}

.step-icon {
    font-size: 27px;
}

.step-card h3 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 18px;
}

.step-card p {
    margin: 0;
    
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.65;
}

/* =====================================================
   EXAMINATION SUBJECTS
===================================================== */

.subject-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.subject-item {
    display: flex;
    align-items: center;
    gap: 10px;
    
    min-height: 70px;
    padding: 15px;
    
    background: #181818;
    border: 1px solid #343434;
    border-radius: 9px;
    
    color: #dddddd;
}

.subject-item span {
    font-size: 23px;
}

.subject-item strong {
    font-size: 14px;
    line-height: 1.4;
}

/* =====================================================
   STUDY
===================================================== */

.study-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.study-card {
    padding: 24px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 12px;
}

.study-icon {
    display: block;
    margin-bottom: 13px;
    
    font-size: 30px;
}

.study-card h3 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 20px;
}

.study-card p {
    margin: 0;
    
    color: #c3c3c3;
    line-height: 1.65;
}

.action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    
    margin-top: 20px;
}

.external-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-height: 44px;
    padding: 11px 17px;
    
    background: #151515;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
}

.external-action:hover {
    background: #1c1c1c;
    border-color: #00ff55;
    
    color: #ffffff;
    text-decoration: none;
}

/* =====================================================
   STARTER STATION
===================================================== */

.station-starter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.station-starter-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    
    padding: 20px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 11px;
}

.station-starter-icon {
    flex-shrink: 0;
    font-size: 27px;
}

.station-starter-card h3 {
    margin: 0 0 7px;
    
    color: #ffffff;
    font-size: 17px;
}

.station-starter-card p {
    margin: 0;
    
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.55;
}

/* =====================================================
   ORGANISATIONS
===================================================== */

.organisation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.organisation-card {
    position: relative;
    
    padding: 24px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 12px;
}

.organisation-abbr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-width: 58px;
    min-height: 33px;
    margin-bottom: 14px;
    padding: 6px 10px;
    
    background: rgba(0, 255, 85, 0.10);
    border: 1px solid rgba(0, 255, 85, 0.35);
    border-radius: 7px;
    
    color: #00ff55;
    font-weight: bold;
}

.organisation-card h3 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 19px;
}

.organisation-card p {
    margin: 0 0 15px;
    
    color: #c3c3c3;
    line-height: 1.65;
}

.organisation-card a,
.organisation-card a:visited {
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
}

.organisation-card a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* =====================================================
   SSTV NEXT STEP
===================================================== */

.sstv-next-step {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    
    margin-top: 30px;
    padding: 30px;
    
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 85, 0.10),
            transparent 60%
        ),
        #111111;
    
    border: 1px solid #303030;
    border-left: 5px solid #00ff55;
    border-radius: 14px;
}

.sstv-next-step h2 {
    margin: 10px 0;
    
    color: #ffffff;
    font-size: 27px;
}

.sstv-next-step p {
    margin: 0;
    
    color: #c8c8c8;
    line-height: 1.7;
}

.sstv-link-grid {
    display: grid;
    gap: 9px;
}

.sstv-link-grid a,
.sstv-link-grid a:visited {
    display: block;
    
    padding: 11px 14px;
    
    background: #171717;
    border: 1px solid #373737;
    border-radius: 8px;
    
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
}

.sstv-link-grid a:hover {
    border-color: #00ff55;
    
    color: #ffffff;
    text-decoration: none;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {
    
    .activity-grid,
    .subject-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .steps-grid,
    .station-starter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
}

@media (max-width: 760px) {
    
    .two-column-information,
    .licence-grid,
    .organisation-grid,
    .sstv-next-step {
        grid-template-columns: 1fr;
    }
    
    .study-grid {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 600px) {
    
    .radio-amateur-page {
        width: calc(100% - 20px);
        padding-top: 20px;
    }
    
    .radio-amateur-hero,
    .content-panel,
    .sstv-next-step {
        padding: 22px 18px;
    }
    
    .radio-amateur-hero::after {
        display: none;
    }
    
    .journey-line {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .journey-arrow {
        display: none;
    }
    
    .activity-grid,
    .steps-grid,
    .subject-grid,
    .station-starter-grid {
        grid-template-columns: 1fr;
    }
    
    .section-heading h2,
    .panel-heading h2 {
        font-size: 24px;
    }
    
}
/* =====================================================
   SSTV SOFTWARE DOWNLOADS
===================================================== */

.downloads-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 35px 0 60px;
}

/* =====================================================
   DOWNLOAD HERO
===================================================== */

.downloads-hero {
    position: relative;
    overflow: hidden;
    
    margin-bottom: 25px;
    padding: 38px;
    
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 85, 0.13),
            transparent 58%
        ),
        #111111;
    
    border: 1px solid #303030;
    border-left: 5px solid #00ff55;
    border-radius: 14px;
}

.downloads-hero::after {
    content: "DOWNLOAD";
    
    position: absolute;
    right: 20px;
    bottom: -18px;
    
    color: rgba(255, 255, 255, 0.025);
    font-size: 82px;
    font-weight: 900;
    line-height: 1;
    
    pointer-events: none;
}

.downloads-hero h1 {
    position: relative;
    z-index: 1;
    
    margin: 12px 0 15px;
    
    color: #ffffff;
    font-size: clamp(31px, 5vw, 47px);
}

.downloads-hero p {
    position: relative;
    z-index: 1;
    
    max-width: 900px;
    margin: 0 0 12px;
    
    color: #c9c9c9;
    font-size: 16px;
    line-height: 1.75;
}

.downloads-hero .downloads-introduction {
    color: #ffffff;
    font-size: 18px;
}

/* =====================================================
   DOWNLOAD SUMMARY
===================================================== */

.download-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    
    margin-bottom: 25px;
}

.download-summary-item {
    padding: 19px;
    
    background: #111111;
    border: 1px solid #303030;
    border-radius: 11px;
    
    text-align: center;
}

.download-summary-number {
    display: block;
    
    margin-bottom: 5px;
    
    color: #00ff55;
    font-size: 27px;
    font-weight: bold;
}

.download-summary-label {
    color: #bdbdbd;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* =====================================================
   DOWNLOAD SAFETY
===================================================== */

.download-safety {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    
    margin-bottom: 25px;
    padding: 22px;
    
    background: #111111;
    border: 1px solid #353535;
    border-left: 5px solid #00ff55;
    border-radius: 12px;
}

.download-safety-icon {
    flex-shrink: 0;
    font-size: 32px;
}

.download-safety h2 {
    margin: 0 0 7px;
    
    color: #ffffff;
    font-size: 19px;
}

.download-safety p {
    margin: 0;
    
    color: #c5c5c5;
    line-height: 1.65;
}

/* =====================================================
   DOWNLOAD CARDS
===================================================== */

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
}

.download-card {
    position: relative;
    
    display: flex;
    flex-direction: column;
    
    min-width: 0;
    padding: 25px;
    
    background: #111111;
    border: 1px solid #303030;
    border-top: 4px solid #4da6ff;
    border-radius: 14px;
    
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.download-card:hover {
    transform: translateY(-4px);
    border-color: #00ff55;
}

.download-card-featured {
    border-top-color: #00ff55;
}

.download-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    
    padding: 5px 9px;
    
    background: #00a83a;
    border-radius: 999px;
    
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.download-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    
    margin-bottom: 15px;
}

.download-icon {
    font-size: 31px;
}

.download-category {
    padding: 5px 9px;
    
    background: #1a1a1a;
    border: 1px solid #393939;
    border-radius: 999px;
    
    color: #bfbfbf;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.download-card h2 {
    margin: 0 0 5px;
    
    color: #ffffff;
    font-size: 25px;
}

.download-developer {
    margin: 0 0 15px;
    
    color: #999999;
    font-size: 14px;
}

.download-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    
    margin-bottom: 17px;
}

.download-tags span {
    padding: 5px 9px;
    
    background: rgba(0, 255, 85, 0.08);
    border: 1px solid rgba(0, 255, 85, 0.27);
    border-radius: 999px;
    
    color: #87f9a9;
    font-size: 11px;
    font-weight: bold;
}

.download-description {
    flex-grow: 1;
    
    margin: 0 0 19px;
    
    color: #c7c7c7;
    line-height: 1.7;
}

.download-warning {
    margin: 0 0 18px;
    padding: 12px 13px;
    
    background: rgba(255, 174, 66, 0.09);
    border: 1px solid rgba(255, 174, 66, 0.33);
    border-radius: 8px;
    
    color: #ffd08a;
    font-size: 13px;
    line-height: 1.5;
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-height: 45px;
    padding: 11px 16px;
    
    background: #00a83a;
    border: 1px solid #00ff55;
    border-radius: 8px;
    
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.download-button:visited {
    color: #ffffff;
}

.download-button:hover {
    background: #00c448;
    color: #ffffff;
    text-decoration: none;
}

/* =====================================================
   DOWNLOAD HELP
===================================================== */

.download-help {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    
    margin-top: 28px;
    padding: 28px;
    
    background:
        linear-gradient(
            135deg,
            rgba(0, 255, 85, 0.09),
            transparent 60%
        ),
        #111111;
    
    border: 1px solid #303030;
    border-radius: 14px;
}

.download-help h2 {
    margin: 9px 0;
    
    color: #ffffff;
    font-size: 26px;
}

.download-help p {
    margin: 0;
    
    color: #c6c6c6;
    line-height: 1.7;
}

.download-help-links {
    display: grid;
    gap: 9px;
}

.download-help-links a,
.download-help-links a:visited {
    padding: 11px 14px;
    
    background: #171717;
    border: 1px solid #373737;
    border-radius: 8px;
    
    color: #00ff55;
    font-weight: bold;
    text-decoration: none;
}

.download-help-links a:hover {
    border-color: #00ff55;
    color: #ffffff;
}

/* =====================================================
   DOWNLOAD DISCLAIMER
===================================================== */

.download-disclaimer {
    margin-top: 28px;
    padding: 23px;
    
    background: #111111;
    border: 1px solid #353535;
    border-left: 5px solid #ffae42;
    border-radius: 12px;
}

.download-disclaimer h2 {
    margin: 0 0 9px;
    
    color: #ffffff;
    font-size: 19px;
}

.download-disclaimer p {
    margin: 7px 0 0;
    
    color: #c4c4c4;
    line-height: 1.65;
}

/* =====================================================
   DOWNLOADS RESPONSIVE
===================================================== */

@media (max-width: 800px) {
    
    .downloads-grid,
    .download-help {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 600px) {
    
    .downloads-page {
        width: calc(100% - 20px);
        padding-top: 20px;
    }
    
    .downloads-hero {
        padding: 25px 20px;
    }
    
    .downloads-hero::after {
        display: none;
    }
    
    .download-summary {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    
    .download-summary-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        
        padding: 14px;
    }
    
    .download-summary-number {
        margin: 0;
        font-size: 23px;
    }
    
    .download-safety {
        padding: 18px;
    }
    
    .download-card {
        padding: 21px 18px;
    }
    
    .download-featured-badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 14px;
    }
    
    .download-help {
        padding: 22px 18px;
    }
    
}
/* =========================
   INFORMATION CARD
========================= */

.information-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}

.information-card {
    display: block;
    padding: 28px;
    
    background: #111;
    border: 2px solid #1769aa;
    border-radius: 12px;
    
    color: #ffffff !important;
    text-decoration: none !important;
    
    transition: transform 0.25s ease,
                border-color 0.25s ease,
                box-shadow 0.25s ease;
}

.information-card:hover {
    transform: translateY(-5px);
    border-color: #00ff55;
    box-shadow: 0 8px 24px rgba(0, 255, 85, 0.18);
}

.information-card-icon {
    margin-bottom: 14px;
    font-size: 42px;
}

.information-card-content h2 {
    margin: 0 0 14px;
    color: #00ff55;
}

.information-card-content p {
    margin: 0;
    color: #cccccc;
    line-height: 1.6;
}

.information-card-link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    
    background: #00aa44;
    border: 2px solid #00ff55;
    border-radius: 8px;
    
    color: #ffffff !important;
    font-weight: bold;
}

.information-card:hover .information-card-link {
    background: #00cc55;
}

.sstv-mode-image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 20px auto;
    border-radius: 10px;
}
.back-button-container {
    margin-top: 36px;
    text-align: center;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    min-height: 48px;
    padding: 12px 22px;
    
    color: #fff;
    background: #008f38;
    
    border: 1px solid #00ff55;
    border-radius: 10px;
    
    font-weight: 800;
    text-decoration: none;
    
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.back-button:hover,
.back-button:focus-visible {
    color: #fff;
    background: #00a844;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 255, 85, 0.2);
}
.info-figure {
    max-width: 600px;
    margin: 28px auto;
    text-align: center;
}

.info-figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    
    border-radius: 12px;
}

.info-figure figcaption {
    margin-top: 10px;
    color: #a9a9a9;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* =========================================================
   INFORMATION PAGE - TOP AND BOTTOM
========================================================= */

.information-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    box-sizing: border-box;
}


/* =========================================================
   INFORMATION INTRO
========================================================= */

.information-intro {
    max-width: 950px;
    margin: 35px auto 40px;
    padding: 30px 35px;
    
    text-align: center;
    
    background: #0d0d0d;
    border: 1px solid #333;
    border-radius: 12px;
}

.information-intro h1 {
    margin: 0 0 20px;
    
    color: #00ff55;
    font-size: 2rem;
}

.information-intro p {
    max-width: 850px;
    margin: 10px auto;
    
    color: #ccc;
    line-height: 1.7;
}


/* =========================================================
   INFORMATION GRID SPACING
========================================================= */

.info-grid {
    margin-top: 25px;
    margin-bottom: 45px;
}


/* =========================================================
   INFORMATION CLOSING
========================================================= */

.information-closing {
    max-width: 900px;
    margin: 45px auto 20px;
    padding: 20px;
    
    text-align: center;
    
    background: #0d1711;
    border: 1px solid #00aa44;
    border-radius: 10px;
}

.information-closing p {
    margin: 0;
    
    color: #00ff55;
    font-weight: bold;
    letter-spacing: 0.4px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
    
    .information-page {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .information-intro {
        margin-top: 25px;
        padding: 24px 18px;
    }
    
    .information-intro h1 {
        font-size: 1.6rem;
    }
    
    .information-closing {
        margin-top: 30px;
    }
    
}

/* =========================================================
   INFORMATION PAGE NAVIGATION
========================================================= */

.information-page-navigation {
    width: 100%;
    max-width: 1200px;
    
    margin: 45px auto 25px;
    padding: 0 20px;
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
    gap: 14px;
    
    box-sizing: border-box;
}


/* Links */

.information-page-navigation a {
    display: block;
    
    padding: 12px 16px;
    
    background: #0d1711;
    
    border: 1px solid #00aa44;
    border-radius: 8px;
    
    color: #00ff55;
    
    text-decoration: none;
    font-weight: bold;
    
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


/* Visited links remain green */

.information-page-navigation a:visited {
    color: #00ff55;
}


/* Hover */

.information-page-navigation a:hover {
    background: #008b3d;
    
    border-color: #00ff55;
    
    color: #ffffff;
    
    text-decoration: none;
    
    transform: translateY(-2px);
}


/* Centre button */

.information-page-navigation .help-center {
    text-align: center;
}


/* Next button */

.information-page-navigation .help-next {
    text-align: right;
}


/* Empty previous / next position */

.information-page-navigation span {
    display: block;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
    
    .information-page-navigation {
        grid-template-columns: 1fr;
        
        padding-left: 12px;
        padding-right: 12px;
        
        margin-top: 30px;
    }
    
    .information-page-navigation a,
    .information-page-navigation .help-center,
    .information-page-navigation .help-next {
        text-align: center;
    }
    
    .information-page-navigation span {
        display: none;
    }
    
}

/* =========================================================
   RELATED SSTV GUIDES
========================================================= */

.related-guides {
    margin: 50px 0 35px;
}

.related-guides > h2 {
    margin-bottom: 25px;
    padding-bottom: 14px;
    
    border-bottom: 1px solid #333;
    
    color: #ffffff;
}

.related-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
    gap: 18px;
}


/* Card */

.related-guide-card {
    display: flex;
    flex-direction: column;
    
    min-height: 210px;
    
    padding: 22px;
    
    background: #0d0d0d;
    
    border: 1px solid #333;
    border-radius: 10px;
    
    text-decoration: none;
    
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}


.related-guide-card:visited {
    color: inherit;
}


.related-guide-card:hover {
    transform: translateY(-4px);
    
    background: #0d1711;
    
    border-color: #00ff55;
}


/* Icon */

.related-guide-icon {
    margin-bottom: 15px;
    
    font-size: 1.6rem;
}


/* Title */

.related-guide-card h3 {
    margin: 0 0 12px;
    
    color: #00d9ff;
    
    font-size: 1.25rem;
}


/* Text */

.related-guide-card p {
    flex-grow: 1;
    
    margin: 0 0 18px;
    
    color: #ccc;
    
    line-height: 1.6;
}


/* Link text */

.related-guide-card span {
    color: #00ff55;
    
    font-weight: bold;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {
    
    .related-guides-grid {
        grid-template-columns: 1fr;
    }
    
}
/* =========================================================
   FORCE INFORMATION NAVIGATION LINK COLOURS
========================================================= */

.information-page-navigation a,
.information-page-navigation a:link,
.information-page-navigation a:visited {
    color: #00ff55 !important;
    text-decoration: none !important;
}

.information-page-navigation a:hover,
.information-page-navigation a:focus {
    color: #ffffff !important;
    background: #008b3d;
    border-color: #00ff55;
    text-decoration: none !important;
}
/* =====================================================
   LINKS
===================================================== */

main a {
    color: #00ff55;
    text-decoration: none;
}

main a:visited {
    color: #00ff55;
}

main a:hover {
    color: #5cff8d;
    text-decoration: underline;
}

main a:active {
    color: #00ff55;
}