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

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

.ad-disclosure {
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

.editorial-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 30px;
}

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

.hero-image-wrap {
    width: 100%;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}

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

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-style: italic;
}

.editorial-intro {
    margin: 60px 0;
}

.text-column {
    max-width: 100%;
}

.text-column p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #2c2c2c;
}

.drop-cap::first-letter {
    font-size: 64px;
    float: left;
    line-height: 0.85;
    margin: 8px 12px 0 0;
    color: #1a1a1a;
    font-weight: 700;
}

.inline-image-section {
    margin: 70px 0;
    background-color: #fafafa;
}

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

.image-caption {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
    text-align: center;
    padding: 16px 20px;
}

.editorial-story {
    margin: 60px 0;
}

.editorial-story h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 700;
}

.editorial-quote {
    border-left: 4px solid #1a1a1a;
    padding-left: 32px;
    margin: 48px 0;
    font-size: 22px;
    font-style: italic;
    color: #2c2c2c;
    line-height: 1.6;
}

.quote-author {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    color: #6a6a6a;
}

.cta-inline {
    margin: 80px 0;
    background: #f8f8f8;
    padding: 0 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.cta-card {
    padding: 50px 40px;
    text-align: center;
}

.cta-card h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-card p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 28px;
}

.btn-primary {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #333333;
}

.editorial-benefits {
    margin: 60px 0;
}

.editorial-benefits h2 {
    font-size: 36px;
    margin-bottom: 48px;
    color: #1a1a1a;
    font-weight: 700;
}

.benefit-item {
    margin-bottom: 44px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-item p {
    font-size: 18px;
    color: #4a4a4a;
}

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

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-preview > .text-column > p {
    margin-bottom: 48px;
}

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

.service-card {
    border: 1px solid #e0e0e0;
    padding: 32px;
    background: #ffffff;
}

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

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

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

.service-link {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 2px;
    transition: opacity 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-link:hover {
    opacity: 0.7;
}

.services-note {
    text-align: center;
    font-size: 17px;
    margin-top: 32px;
}

.services-note a {
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-testimonial {
    margin: 80px 0;
    background: #1a1a1a;
    padding: 60px 40px;
    margin-left: -30px;
    margin-right: -30px;
}

.testimonial-text {
    font-size: 24px;
    line-height: 1.7;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial-author {
    font-size: 17px;
    color: #cccccc;
    font-style: normal;
}

.form-section {
    margin: 80px 0;
}

.form-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-submit {
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 48px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #333333;
}

.editorial-disclaimer {
    margin: 60px 0;
    background: #f8f8f8;
    padding: 40px;
    margin-left: -30px;
    margin-right: -30px;
}

.disclaimer-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
}

.editorial-footer {
    background: #1a1a1a;
    color: #cccccc;
    padding: 60px 40px 30px;
    margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #ffffff;
    padding: 24px;
    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;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-cookie {
    padding: 12px 28px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: opacity 0.3s;
}

.btn-cookie:hover {
    opacity: 0.9;
}

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

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

@media (max-width: 768px) {
    .editorial-container {
        padding: 0 20px;
    }

    .editorial-nav {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

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

    .text-column p {
        font-size: 17px;
    }

    .editorial-story h2,
    .editorial-benefits h2,
    .services-preview h2,
    .form-section h2 {
        font-size: 28px;
    }

    .editorial-quote {
        font-size: 19px;
        padding-left: 20px;
    }

    .cta-inline {
        padding: 0 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .cta-card {
        padding: 40px 20px;
    }

    .testimonial-text {
        font-size: 20px;
    }

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

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

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn-cookie {
        width: 100%;
    }
}

.story-list {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 24px;
}

.story-list li {
    font-size: 18px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.services-detail {
    margin: 60px 0;
}

.service-detail-card {
    border-top: 3px solid #1a1a1a;
    padding: 48px 0;
    margin-bottom: 48px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.service-header h2 {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-description {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 32px;
}

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

.service-features {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 24px;
}

.service-features li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #4a4a4a;
    line-height: 1.6;
}

.service-duration {
    font-size: 17px;
    color: #2c2c2c;
    margin-bottom: 32px;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    padding: 14px 38px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: all 0.3s;
    margin-left: 12px;
}

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

.contact-info-section {
    margin: 60px 0;
}

.contact-block {
    background: #f8f8f8;
    padding: 48px 40px;
    margin-bottom: 40px;
}

.contact-block h2 {
    font-size: 32px;
    margin-bottom: 36px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 32px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-item p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.6;
}

.contact-note {
    background: #fffbea;
    border-left: 4px solid #f4a300;
    padding: 24px 28px;
    margin-top: 32px;
}

.contact-note p {
    font-size: 17px;
    color: #5a5a5a;
    margin: 0;
}

.thanks-section {
    margin: 80px 0;
    min-height: 60vh;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-message {
    text-align: left;
    max-width: 680px;
    margin: 0 auto 48px;
}

.thanks-message p {
    font-size: 19px;
    color: #2c2c2c;
    margin-bottom: 24px;
}

.submission-info {
    background: #f0f8ff;
    border-left: 4px solid #1a73e8;
    padding: 24px 28px;
    margin: 32px 0;
}

.submission-info p {
    font-size: 17px;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.submission-info p:last-child {
    margin-bottom: 0;
}

.thanks-tips {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 24px;
}

.thanks-tips li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.thanks-note {
    font-size: 16px;
    color: #6a6a6a;
    font-style: italic;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.legal-header {
    margin: 60px 0 48px;
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 32px;
}

.legal-header h1 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-updated {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-content {
    margin: 48px 0 80px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

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

.legal-content a {
    color: #1a73e8;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #0d47a1;
}

.legal-list {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 24px;
}

.legal-list li {
    font-size: 17px;
    margin-bottom: 12px;
    color: #4a4a4a;
    line-height: 1.6;
}

.legal-list li strong {
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-price {
        font-size: 28px;
    }

    .contact-block {
        padding: 32px 24px;
    }

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

    .thanks-actions {
        flex-direction: column;
    }

    .btn-secondary {
        margin-left: 0;
        margin-top: 12px;
    }

    .legal-header h1 {
        font-size: 32px;
    }

    .legal-content h2 {
        font-size: 24px;
    }
}