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

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

.ad-notice {
    background-color: #f9f3e8;
    color: #6b5d4f;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e8dcc8;
}

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

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #3d2817;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

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

.hero-editorial {
    position: relative;
    height: 520px;
    overflow: hidden;
    background-color: #1a1410;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 24px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 400;
}

.hero-subtitle {
    font-size: 20px;
    font-style: italic;
    opacity: 0.9;
}

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

.intro-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #1a1410;
    font-style: italic;
}

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

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

.inline-image-block {
    margin: 48px 0;
    background-color: #f9f7f4;
    padding: 8px;
}

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

.image-caption {
    font-size: 14px;
    color: #6b5d4f;
    font-style: italic;
    margin-top: 12px;
    padding: 0 8px;
}

.text-highlight-box {
    background-color: #fff9f0;
    border-left: 4px solid #d4a574;
    padding: 20px 24px;
    margin: 32px 0;
}

.text-highlight-box p {
    margin: 0;
    font-size: 16px;
    color: #5a4a3a;
}

.testimonial-inline {
    background-color: #fafafa;
    padding: 32px;
    margin: 48px 0;
    border-radius: 2px;
}

.testimonial-inline blockquote {
    font-size: 19px;
    line-height: 1.6;
    font-style: italic;
    color: #3d3d3d;
}

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

.cta-inline-block {
    background-color: #3d2817;
    color: #fff;
    padding: 40px 32px;
    margin: 56px 0;
    text-align: center;
}

.cta-inline-block h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 400;
}

.cta-inline-block p {
    margin-bottom: 24px;
    font-size: 17px;
    opacity: 0.9;
}

.cta-button,
.cta-button-secondary {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
}

.cta-button {
    background-color: #d4a574;
    color: #2c2c2c;
}

.cta-button:hover {
    background-color: #c29460;
}

.cta-button-secondary {
    background-color: transparent;
    color: #d4a574;
    border: 2px solid #d4a574;
}

.cta-button-secondary:hover {
    background-color: #d4a574;
    color: #2c2c2c;
}

.services-editorial {
    background-color: #f7f5f2;
    padding: 72px 24px;
}

.service-card-editorial {
    max-width: 800px;
    margin: 0 auto 48px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 320px;
    background-color: #e8e4df;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 32px;
}

.service-content h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #3d2817;
    font-weight: 400;
}

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

.service-origin {
    font-size: 14px;
    color: #8a7a6a;
    font-style: italic;
    margin-bottom: 16px;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #3d2817;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #3d2817;
    color: #fff;
    padding: 12px 32px;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #2a1c0f;
}

.form-section-editorial {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 2px solid #e0d5c7;
}

.selected-service-display {
    background-color: #f9f7f4;
    padding: 20px;
    margin-bottom: 32px;
    border-left: 4px solid #d4a574;
}

.selected-service-display p {
    margin: 8px 0;
    font-size: 16px;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #3d2817;
    font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #3d2817;
    color: #fff;
    padding: 14px 48px;
    font-size: 17px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #2a1c0f;
}

.references-section {
    background-color: #f0ede8;
    padding: 48px 24px;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3d2817;
}

.references-list {
    list-style-position: inside;
    font-size: 14px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #5a6a7a;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #2c2417;
    color: #c9bfaf;
    padding: 56px 24px 24px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #d4a574;
    font-weight: 400;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

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

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

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

.footer-section a:hover {
    color: #d4a574;
}

.footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding-top: 24px;
    border-top: 1px solid #4a3f32;
    text-align: center;
    font-size: 13px;
}

.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

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

.cookie-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 24px;
    background-color: #fff;
}

.cookie-content h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #3d2817;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #4a4a4a;
}

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

.cookie-btn {
    padding: 12px 32px;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background-color: #3d2817;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #2a1c0f;
}

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #3d3d3d;
}

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

.cookie-link {
    font-size: 13px;
}

.cookie-link a {
    color: #5a6a7a;
    text-decoration: underline;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 72px 24px;
}

.contact-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #3d2817;
    font-weight: 400;
}

.contact-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.contact-info-block {
    background-color: #f9f7f4;
    padding: 32px;
    margin: 40px 0;
}

.contact-info-block h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #3d2817;
}

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

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 72px 24px;
}

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #3d2817;
    font-weight: 400;
}

.legal-content h2 {
    font-size: 26px;
    margin: 40px 0 16px;
    color: #3d2817;
    font-weight: 400;
}

.legal-content h3 {
    font-size: 20px;
    margin: 32px 0 12px;
    color: #4a4a4a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-content ul,
.legal-content ol {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.about-hero {
    background-color: #3d2817;
    color: #fff;
    padding: 96px 24px;
    text-align: center;
}

.about-hero h1 {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-hero p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

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

.about-section {
    margin-bottom: 64px;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #3d2817;
    font-weight: 400;
}

.about-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-image {
    width: 100%;
    height: 400px;
    margin: 32px 0;
    background-color: #e8e4df;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 72px 24px;
}

.services-page-content h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #3d2817;
    font-weight: 400;
    text-align: center;
}

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

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

.service-item h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #3d2817;
    font-weight: 400;
}

.service-item p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.service-item .price {
    font-size: 26px;
    font-weight: 700;
    color: #3d2817;
    margin-top: 20px;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 24px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 24px;
    color: #3d2817;
    font-weight: 400;
}

.thanks-content p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-highlight {
    background-color: #f9f7f4;
    padding: 24px;
    margin: 32px 0;
    border-left: 4px solid #d4a574;
}

.back-home-btn {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 36px;
    background-color: #3d2817;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.back-home-btn:hover {
    background-color: #2a1c0f;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

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

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

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

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

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

    .cookie-buttons {
        flex-direction: column;
    }
}