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

html {
    scroll-behavior: smooth;
}

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

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 5%;
}

.story-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.headline-large {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.subheadline {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.story-intro {
    margin-bottom: 2.5rem;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 500;
}

.story-intro p,
.story-section p,
.about-content p,
.services-intro,
.contact-content p,
.thanks-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.inline-image {
    margin: 3rem 0;
}

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

.inline-image figcaption {
    margin-top: 0.7rem;
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    text-align: center;
}

.story-section {
    margin-bottom: 3rem;
}

.story-section h2,
.about-content h2,
.services-detail h2,
.contact-content h2,
.thanks-content h2,
.legal-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.problem-section,
.insight-reveal,
.amplification,
.trust-builder,
.method-section {
    margin-bottom: 3rem;
}

.story-quote {
    font-size: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    margin: 2.5rem 0;
    padding-left: 2rem;
    border-left: 4px solid #8b4513;
    color: #333;
}

.editorial-list {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.editorial-list li {
    margin-bottom: 0.8rem;
}

.cta-inline {
    text-align: center;
    margin: 2.5rem 0;
}

.btn-text-link {
    font-size: 1.1rem;
    color: #8b4513;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #8b4513;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.btn-text-link:hover {
    color: #5a2d0c;
    border-bottom-color: #5a2d0c;
}

.cta-box-emphasis {
    background-color: #f5f1ed;
    padding: 2.5rem;
    margin: 3rem 0;
    text-align: center;
    border-radius: 4px;
}

.cta-box-emphasis h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #8b4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #5a2d0c;
    transform: translateY(-2px);
}

.btn-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #8b4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    background-color: #5a2d0c;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4a4a4a;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2c2c2c;
}

.testimonial-inline {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 3px solid #8b4513;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    font-style: italic;
}

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

.urgency-subtle {
    text-align: center;
    margin: 2rem 0;
    padding: 1rem;
    background-color: #fff8e1;
    border-radius: 3px;
}

.urgency-text {
    font-size: 0.95rem;
    color: #856404;
    margin: 0;
}

.services-reveal {
    margin: 3rem 0;
}

.service-card-editorial {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial h2,
.service-card-editorial h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card-editorial ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.price-reveal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #8b4513;
}

.duration {
    font-size: 0.95rem;
    color: #666;
}

.btn-select-service {
    padding: 0.9rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #8b4513;
}

.method-points {
    margin: 2rem 0;
}

.method-item {
    margin-bottom: 2rem;
}

.method-item strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.process-steps {
    margin: 2rem 0;
}

.process-step {
    margin-bottom: 2rem;
}

.process-step h4 {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    color: #8b4513;
}

.form-section {
    margin: 4rem 0;
    padding: 2.5rem;
    background-color: #f5f1ed;
    border-radius: 4px;
}

.editorial-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8b4513;
}

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #8b4513;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #5a2d0c;
}

.closing-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #e0e0e0;
}

.closing-text {
    font-size: 1.2rem;
    line-height: 1.7;
    font-style: italic;
    color: #4a4a4a;
}

.site-footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 3rem 5%;
    margin-top: 4rem;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

.footer-col a {
    display: block;
    margin-bottom: 0.5rem;
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #4a4a4a;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 90;
}

.sticky-btn,
.sticky-cta-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #8b4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.sticky-btn:hover,
.sticky-cta-btn:hover {
    background-color: #5a2d0c;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.9rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #8b4513;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #5a2d0c;
}

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

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

.services-info {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 3px solid #8b4513;
}

.services-info p {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.service-instructor {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 1rem;
}

.contact-content,
.thanks-content {
    margin-bottom: 2.5rem;
}

.contact-detail {
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-detail a {
    color: #8b4513;
    text-decoration: none;
}

.contact-detail a:hover {
    text-decoration: underline;
}

.thanks-box {
    background-color: #f5f1ed;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.thanks-box p {
    margin-bottom: 0.5rem;
}

.thanks-final {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2rem;
}

.legal-content {
    max-width: 900px;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c2c2c;
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-section li {
    margin-bottom: 0.5rem;
}

.legal-section p {
    margin-bottom: 1rem;
}

.cookie-table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

.cookie-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.cookie-table td {
    padding: 0.8rem 0;
    font-size: 0.95rem;
}

.cookie-table td:first-child {
    width: 30%;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .nav-editorial {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 5%;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .headline-large {
        font-size: 2rem;
    }

    .subheadline {
        font-size: 1.1rem;
    }

    .lead-text {
        font-size: 1.15rem;
    }

    .story-quote {
        font-size: 1.2rem;
        padding-left: 1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .sticky-btn,
    .sticky-cta-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .cta-box-emphasis {
        padding: 1.5rem;
    }

    .form-section {
        padding: 1.5rem;
    }

    .editorial-container {
        padding: 2rem 5%;
    }
}

@media (max-width: 480px) {
    .headline-large {
        font-size: 1.6rem;
    }

    .price {
        font-size: 1.6rem;
    }

    .btn-primary,
    .btn-submit {
        width: 100%;
        text-align: center;
    }
}