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

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

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

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background-color: #fff;
    border-bottom: 1px solid #e8e6e1;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 100%;
}

.hero-editorial {
    text-align: center;
    padding: 60px 24px 80px;
    background-color: #fff;
}

.hero-image-wrapper {
    max-width: 1000px;
    margin: 0 auto 40px;
    background-color: #e8e6e1;
    overflow: hidden;
    border-radius: 2px;
}

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

.hero-editorial h1 {
    font-size: 46px;
    line-height: 1.3;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    color: #1a1a1a;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 24px;
}

.intro-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #3a3a3a;
}

.content-narrow p {
    margin-bottom: 24px;
    font-size: 18px;
}

.content-narrow h2 {
    font-size: 32px;
    margin: 56px 0 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.inline-image-block {
    margin: 56px 0;
    background-color: #f5f3f0;
    padding: 0;
}

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

.caption {
    padding: 16px 24px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    margin: 0;
}

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

.btn-text {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
    transition: background-color 0.3s;
}

.btn-text:hover {
    background-color: #6f5838;
}

.service-highlight {
    background-color: #fff;
    padding: 80px 24px;
}

.service-highlight h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-cards-editorial {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.service-card {
    background-color: #fafaf8;
    overflow: hidden;
    border: 1px solid #e8e6e1;
}

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

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

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 24px 16px;
    color: #4a4a4a;
}

.service-card .price {
    font-size: 20px;
    font-weight: 600;
    color: #8b6f47;
    margin: 24px 24px 16px;
}

.btn-select {
    display: block;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-select.selected {
    background-color: #5a8a5a;
}

.testimonial {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    margin: 40px 0;
    padding: 32px 0;
    border-left: 3px solid #8b6f47;
    padding-left: 32px;
    color: #3a3a3a;
}

.testimonial cite {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    font-style: normal;
    color: #666;
}

.form-section {
    background-color: #f5f3f0;
    padding: 80px 24px;
}

.form-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 48px;
    color: #4a4a4a;
}

.editorial-form {
    max-width: 560px;
    margin: 0 auto;
    background-color: #fff;
    padding: 48px;
    border: 1px solid #e8e6e1;
}

.form-notice {
    background-color: #fff3cd;
    color: #856404;
    padding: 16px;
    margin-bottom: 32px;
    font-size: 15px;
    border-left: 4px solid #ffc107;
    display: block;
}

.form-notice.hidden {
    display: none;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0cec9;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #fafaf8;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.btn-submit:hover {
    background-color: #6f5838;
}

.btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.disclaimer-section {
    background-color: #f9f8f6;
    border-top: 1px solid #e8e6e1;
    border-bottom: 1px solid #e8e6e1;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-style: italic;
}

.site-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 48px 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

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

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

.footer-text {
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 24px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 15px;
    flex: 1;
}

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

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

.btn-cookie.accept {
    background-color: #8b6f47;
    color: #fff;
}

.btn-cookie.accept:hover {
    background-color: #6f5838;
}

.btn-cookie.reject {
    background-color: #555;
    color: #fff;
}

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

.thanks-container {
    max-width: 680px;
    margin: 80px auto;
    padding: 60px 24px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.thanks-container .service-name {
    font-weight: 600;
    color: #8b6f47;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 24px;
}

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

.page-content h2 {
    font-size: 28px;
    margin: 48px 0 24px;
    font-weight: 500;
    color: #2c2c2c;
}

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

.page-content ul {
    margin: 24px 0 24px 32px;
}

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

.contact-info {
    background-color: #f5f3f0;
    padding: 32px;
    margin: 48px 0;
    border-left: 4px solid #8b6f47;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.contact-info p {
    margin-bottom: 12px;
    font-size: 16px;
}

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

.service-item {
    background-color: #fff;
    border: 1px solid #e8e6e1;
    padding: 32px;
}

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

.service-item p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.service-item .price {
    font-size: 22px;
    font-weight: 600;
    color: #8b6f47;
}

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

    .nav-links {
        gap: 16px;
    }

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

    .content-narrow {
        padding: 40px 20px;
    }

    .intro-text {
        font-size: 18px;
    }

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

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

    .service-highlight h2 {
        font-size: 28px;
    }

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

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

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

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