body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
    color: #464feb;
}

tr th,
tr td {
    border: 1px solid #e6e6e6;
}

tr th {
    background-color: #f5f5f5;
}

.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 20px;
    top: 20px;
    background: #ffffff;
    color: #000000;
    padding: 12px;
    z-index: 9999;
}

header {
    background: #ff8800;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.logo {
    max-width: 150px;
}

h1 {
    margin: 10px 0;
}

.menu-toggle {
    display: none;
}

nav {
    margin: 20px 0;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
}

.wensenlijst-link {
    background: #ffffff;
    color: #ff8800;
    padding: 10px 16px;
    border-radius: 25px;
    font-weight: bold;
}

.wensenlijst-link:hover,
.wensenlijst-link:focus {
    background: #e66f00;
    color: #ffffff;
}

.hero {
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.site-title {
    margin: 10px 0;
}

.cta-buttons,
.services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-primary,
.btn-secondary {
    min-width: 180px;
}

.btn-primary {
    background: #0f7b4d;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0a5d3a;
}

.btn-secondary {
    background: #d95f02;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #a94700;
}

.services-section {
    padding: 32px 20px;
    text-align: center;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    text-align: left;
    flex: 1 1 280px;
    max-width: 420px;
}

.service-card a {
    font-weight: bold;
}

.medical-page {
    background: #fffaf4;
}

.medical-hero,
.medical-content,
.medical-cta,
.medical-donation-repeat {
    max-width: 960px;
    margin: 0 auto;
    padding: 36px 20px;
}

.medical-hero {
    text-align: center;
}

.medical-eyebrow {
    color: #a94700;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.medical-hero h2 {
    color: #173f32;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.15;
    margin: 12px auto 20px;
    max-width: 850px;
}

.lead {
    font-size: 1.15rem;
    font-weight: 500;
}

.donation-alert {
    max-width: 960px;
    margin: 0 auto 20px;
    padding: 32px 20px;
    background: #fff0e1;
    border: 3px solid #d95f02;
    text-align: center;
}

.donation-alert .urgent-text {
    color: #a94700;
    font-size: 1.05rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.donation-alert h2 {
    color: #7a3000;
    margin-top: 0;
}

.medical-content h2,
.medical-cta h2,
.medical-donation-repeat h2 {
    color: #173f32;
}

.medical-content li {
    margin: 12px 0;
}

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

.coverage-card {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}

.coverage-card h3 {
    margin-top: 0;
}

.coverage-card li {
    margin: 10px 0;
}

.coverage-yes {
    border-top: 5px solid #0f7b4d;
}

.coverage-no {
    border-top: 5px solid #777777;
}

.medical-cta {
    margin-top: 12px;
    background: #f4f7f2;
    border-top: 1px solid #d9e3d8;
    border-bottom: 1px solid #d9e3d8;
    text-align: center;
}

.medical-donation-repeat {
    text-align: center;
}

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

    .medical-hero,
    .medical-content,
    .medical-cta,
    .medical-donation-repeat {
        padding: 28px 16px;
    }
}

.donate-btn {
    display: inline-block;
    background: #ff9800;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px 0;
}

.donate-btn:hover {
    background: #e66f00;
}

.about-section {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.about-text {
    flex: 1;
    margin-right: 20px;
}

.about-image img {
    max-width: 100%;
}

.stats {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.stat-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
}

.donate-section {
    text-align: center;
    padding: 20px;
}

.donate-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.home-discovery {
    padding: 20px;
}

.campaign-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.campaign-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    flex: 1 1 200px;
    text-align: center;
}

.goal-section {
    padding: 20px;
}

.thermometer {
    background: #e0e0e0;
    height: 30px;
    border-radius: 5px;
    position: relative;
}

.thermometer-fill {
    background: #ff8800;
    height: 100%;
    border-radius: 5px;
    transition: height 0.3s ease;
}

.recent-donations {
    padding: 20px;
}

.donation-list {
    margin-top: 10px;
}

.why-donate {
    padding: 20px;
}

.donate-grid {
    display: flex;
    justify-content: space-around;
}

.donate-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    flex: 1;
    margin: 10px;
    text-align: center;
}

.help-gallery {
    padding: 20px;
}

.gallery-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer {
    background: #333;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-info,
.footer-links {
    flex: 1;
    margin: 10px;
}

.footer-info address {
    margin-top: 4px;
    font-style: normal;
}

.faq-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px;
}

.faq-section details {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    margin: 10px 0;
    padding: 14px 18px;
}

.faq-section summary {
    cursor: pointer;
    font-weight: bold;
}

.cookie-banner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 420px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 1000;
}

.cookie-banner h2 {
    margin-top: 0;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-actions button {
    border: 0;
    background: #0f7b4d;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 14px;
}

.cookie-actions button:last-child {
    background: #555555;
}

@media (max-width: 700px) {
    .menu-toggle {
        display: inline-block;
        background: transparent;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        font-size: 1.8rem;
    }

    nav {
        display: none;
    }

    nav.open {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .cookie-banner {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

.footer-badges img {
    max-width: 50px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}