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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafafa;
}

.ad-notice {
    background: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 28px;
}

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
}

.hero-section {
    margin: 60px 0 80px;
}

.hero-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}

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

.hero-text h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.lead {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 0;
}

.content-block {
    margin: 60px 0;
}

.content-block h2 {
    font-size: 32px;
    margin-bottom: 28px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.content-block p {
    margin-bottom: 24px;
}

.inline-image-section {
    margin: 70px 0;
}

.narrow-image {
    margin-bottom: 16px;
    background-color: #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}

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

.caption {
    font-size: 15px;
    color: #777;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-preview {
    margin: 80px 0;
}

.service-preview h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-preview > p {
    margin-bottom: 48px;
    font-size: 18px;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 48px 0;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 32px;
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

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

.service-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #2d5f3f;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-button {
    background: #2d5f3f;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background 0.2s;
}

.cta-button:hover {
    background: #234a30;
}

.testimonial-block {
    margin: 70px 0;
    padding: 40px;
    background: #f9f9f9;
    border-left: 4px solid #2d5f3f;
}

.testimonial-block blockquote {
    margin: 0;
}

.testimonial-block p {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-block cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-section {
    margin: 80px 0;
    padding: 48px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.form-section > p {
    margin-bottom: 36px;
    color: #555;
}

.enrollment-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.2s;
}

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

.selected-service {
    padding: 20px;
    background: #f4f9f6;
    border: 1px solid #d0e5d8;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    display: none;
}

.selected-service.active {
    display: block;
}

.submit-button {
    background: #2d5f3f;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    transition: background 0.2s;
    align-self: flex-start;
}

.submit-button:hover {
    background: #234a30;
}

.disclaimer-section {
    margin: 60px 0;
    padding: 32px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-footer {
    background: #2c2c2c;
    color: #d0d0d0;
    margin-top: 100px;
    padding: 60px 30px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-column ul {
    list-style: none;
}

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

.footer-column a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background 0.2s;
}

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

.cookie-accept:hover {
    background: #234a30;
}

.cookie-reject {
    background: #e0e0e0;
    color: #333;
}

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

.cookie-actions a {
    color: #2d5f3f;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-actions a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

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

    .lead {
        font-size: 19px;
    }

    .content-block h2 {
        font-size: 26px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .form-section {
        padding: 32px 24px;
    }
}