* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.3px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c3e50;
}

.editorial-content {
    background-color: #ffffff;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 80px 30px 40px;
}

.hero-text-overlay h1 {
    max-width: 900px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 1.25;
    color: #ffffff;
    font-weight: 700;
}

.narrow-column {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
}

.intro-narrative,
.about-narrative,
.closing-narrative {
    padding: 60px 0;
}

.opening-line {
    font-size: 24px;
    line-height: 1.5;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 500;
}

.narrow-column p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #444;
}

.narrow-column h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
}

.narrow-column h3 {
    font-size: 22px;
    margin: 35px 0 18px;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f5f5f5;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.image-caption {
    padding: 18px 25px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin: 0;
    background-color: #f5f5f5;
}

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.cta-link-text {
    font-size: 18px;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 3px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.cta-link-text:hover {
    opacity: 0.7;
}

.inline-text-link {
    color: #2c3e50;
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.inline-text-link:hover {
    opacity: 0.7;
}

.programmes-section {
    background-color: #f9f9f9;
    padding: 70px 0;
    margin: 60px 0;
}

.programme-cards {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.programme-card {
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease;
}

.programme-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.programme-card h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.programme-age {
    font-size: 14px;
    color: #888;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.programme-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.programme-duration {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.programme-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-programme-btn {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-programme-btn:hover {
    background-color: #1a252f;
}

.registration-section {
    padding: 70px 0;
}

.registration-form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c3e50;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
    color: #666;
}

.submit-btn {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #1a252f;
}

.page-header-simple {
    padding: 70px 0 40px;
}

.page-header-simple h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}

.header-intro {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
}

.services-detailed {
    padding: 40px 0;
}

.service-detail-block {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.service-detail-block:last-child {
    border-bottom: none;
}

.service-detail-block h2 {
    margin-top: 0;
}

.service-meta {
    font-size: 15px;
    color: #888;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-information {
    padding: 40px 0 70px;
}

.contact-details-block {
    margin: 50px 0;
}

.contact-address {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.contact-email-display {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    margin-bottom: 30px;
}

.hours-list p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.contact-note {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    font-style: italic;
}

.contact-map-placeholder {
    margin: 50px 0;
    background-color: #f5f5f5;
}

.contact-map-placeholder img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-additional {
    margin-top: 60px;
}

.thanks-content {
    padding: 80px 0;
}

.thanks-details,
.thanks-next-steps {
    margin: 40px 0;
}

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

.thanks-list li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
    font-size: 17px;
    color: #555;
}

.thanks-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: bold;
}

.thanks-cta {
    margin-top: 50px;
    text-align: center;
}

.back-home-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.back-home-link:hover {
    background-color: #1a252f;
}

.legal-content {
    padding: 40px 0 70px;
}

.legal-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
}

.legal-section {
    margin-bottom: 45px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-section h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.legal-section p,
.legal-section ul {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.legal-section ul {
    list-style-position: outside;
    padding-left: 25px;
}

.legal-section li {
    margin-bottom: 10px;
}

.legal-section a {
    color: #2c3e50;
    text-decoration: underline;
}

.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 60px 0 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #d0d0d0;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 0;
    border-top: 1px solid #3d4f5f;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #b0b0b0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c3e50;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.cookie-content a {
    color: #2c3e50;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 24px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #2c3e50;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #1a252f;
}

.cookie-btn.reject {
    background-color: #e8e8e8;
    color: #2c3e50;
}

.cookie-btn.reject:hover {
    background-color: #d0d0d0;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-text-overlay h1 {
        font-size: 32px;
    }

    .narrow-column {
        padding: 0 20px;
    }

    .narrow-column h2 {
        font-size: 26px;
    }

    .opening-line {
        font-size: 20px;
    }

    .narrow-column p {
        font-size: 16px;
    }

    .footer-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}