* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

body {
    background-color: #f9f1e4;
    color: #0a3b24;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

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

header {
    padding: 3rem 0 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.logo-circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.logo-circle::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 2px solid #dc6b4f;
    opacity: 0.4;
}

.south-africa-map {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
    color: #0a3b24;
    text-transform: uppercase;
}

.tagline {
    font-size: 1.18rem;
    color: #b05c1e;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-style: italic;
    text-shadow: 0 1px 0 #fff8e1;
}

section {
    margin: 4rem 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #0a3b24;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
}

.disclaimer {
    font-style: italic;
    margin: 2rem 0;
    padding: 1.5rem;
    border: 1px solid rgba(10, 59, 36, 0.2);
    background-color: rgba(10, 59, 36, 0.05);
    border-radius: 4px;
}

.signup-form {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

input {
    padding: 0.7rem;
    flex: 1;
    min-width: 250px;
    border: 1px solid #0a3b24;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}

button {
    padding: 0.7rem 1.2rem;
    background-color: #0a3b24;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #124a31;
}

footer {
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(10, 59, 36, 0.2);
    text-align: center;
    font-size: 0.9rem;
    color: #0a3b24;
    opacity: 0.7;
}

.accent-text {
    color: #dc6b4f;
}

.content-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .logo {
        font-size: 2.2rem;
    }
    .logo-circle {
        width: 180px;
        height: 180px;
    }
    .logo-circle::before {
        width: 200px;
        height: 200px;
    }
    .tagline {
        font-size: 1rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    p {
        font-size: 0.95rem;
    }
    input, button {
        width: 100%;
    }
}

.series-section {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.series-card {
    display: flex;
    align-items: center;
    background: #fff8e1;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    padding: 1.5rem 2rem;
    gap: 2rem;
    max-width: 600px;
    width: 100%;
}

.series-card-image {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    flex-shrink: 0;
}

.series-card-content h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #b05c1e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.series-card-content p {
    font-size: 1rem;
    color: #3a2a13;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .series-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        gap: 1rem;
    }
    .series-card-image {
        width: 100%;
        height: auto;
        max-width: 220px;
        align-self: center;
    }
}

.series-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.series-row {
    background: #fff8e1;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    padding: 1.2rem 2rem 0.5rem 2rem;
    transition: box-shadow 0.2s;
}
.series-row-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
}
.series-row-header:hover {
    /* No hover effect */
    box-shadow: none;
    background: none;
}
.series-row-image {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    flex-shrink: 0;
}
.series-row h2 {
    font-size: 1.35rem;
    margin-bottom: 0.3rem;
    color: #b05c1e;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
.series-row p {
    font-size: 1rem;
    color: #3a2a13;
    margin-bottom: 0;
}
.series-episodes {
    margin-top: 1.2rem;
    margin-left: 105px;
    border-left: 2px solid #e6e2d3;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    animation: fadeIn 0.3s;
}
.episode {
    margin-bottom: 1rem;
}
.episode-title {
    font-weight: bold;
    color: #0a3b24;
    margin-bottom: 0.3rem;
    text-align: left;
}
.episode-links a {
    display: inline-block;
    margin-right: 0.7rem;
    color: #b05c1e;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.88rem;
    transition: color 0.2s;
}
.episode-links a:hover {
    color: #dc6b4f;
    text-decoration: underline;
}
.episode-summary {
    font-size: 0.97rem;
    color: #6a5a3a;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    line-height: 1.5;
}
@media (max-width: 700px) {
    .series-row-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }
    .series-row-image {
        width: 100%;
        height: auto;
        max-width: 180px;
    }
    .series-episodes {
        margin-left: 0;
        padding-left: 0.5rem;
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.logo-container img {
    max-width: 275px !important;
} 