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

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

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

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

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

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

.hero-content-narrow h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
}

.hero-image-wrapper {
    width: 100%;
    margin-top: 50px;
    background-color: #e8e8e8;
}

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

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

.story-section,
.problem-amplification,
.insight-reveal,
.trust-building,
.services-reveal,
.form-section,
.final-message {
    margin-bottom: 70px;
}

.content-narrow h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.content-narrow p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.inline-image-wrapper {
    width: 100%;
    margin: 50px 0;
    background-color: #e8e8e8;
}

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

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #f7f7f7;
    border-left: 4px solid #4a4a4a;
}

.testimonial-inline blockquote {
    font-style: italic;
}

.testimonial-inline p {
    font-size: 17px;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.service-cards-editorial {
    margin-top: 50px;
}

.service-card {
    margin-bottom: 60px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-card-content {
    padding: 35px;
}

.service-card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-card-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.service-duration {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta-btn {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.cta-btn:hover {
    background-color: #1a1a1a;
}

.enrollment-form {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #3a3a3a;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    font-family: inherit;
}

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

.submit-btn {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
    width: 100%;
}

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

.closing-thought {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    font-style: italic;
    text-align: center;
    padding: 40px 0;
}

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 60px 30px 30px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

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

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

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

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #444;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
}

.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;
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.cookie-accept {
    background-color: #fff;
    color: #1a1a1a;
}

.cookie-accept:hover {
    background-color: #e0e0e0;
}

.cookie-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.thanks-container {
    max-width: 720px;
    margin: 100px auto;
    padding: 0 30px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 400;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-container a {
    color: #2c2c2c;
    text-decoration: underline;
}

.page-container {
    max-width: 920px;
    margin: 60px auto;
    padding: 0 30px 80px;
}

.page-container h1 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 400;
}

.page-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.page-container p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.page-container ul,
.page-container ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-container li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-info-block {
    background-color: #f7f7f7;
    padding: 35px;
    margin: 40px 0;
    border-left: 4px solid #2c2c2c;
}

.contact-info-block p {
    margin-bottom: 12px;
}

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

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

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

    .hero-lead {
        font-size: 18px;
    }

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

    .content-narrow p {
        font-size: 17px;
    }

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

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