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

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

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #8b4513;
}

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

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

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

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
    background-color: #f5f5f5;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 40px;
    color: #fff;
}

.hero-overlay h1 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 18px;
    font-style: italic;
}

.story-intro {
    margin-bottom: 50px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.story-intro p {
    margin-bottom: 18px;
    font-size: 18px;
}

.inline-visual {
    margin: 50px 0;
    background-color: #f9f9f9;
}

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

.content-block {
    margin: 50px 0;
}

.content-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-block p {
    font-size: 18px;
    margin-bottom: 16px;
}

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

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

.btn-inline:hover {
    background-color: #a0522d;
}

.services-editorial {
    margin: 40px 0;
}

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

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

.service-content {
    padding: 30px;
}

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

.service-content p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #8b4513;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.form-section h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.form-section > p {
    margin-bottom: 30px;
    font-size: 16px;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
}

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

.form-group input[readonly] {
    background-color: #e9e9e9;
    cursor: not-allowed;
}

.btn-submit {
    padding: 14px 32px;
    background-color: #8b4513;
    color: #fff;
    border: none;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.disclaimer-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #fff8e1;
    border-left: 4px solid #ffb300;
    font-size: 14px;
    line-height: 1.6;
}

.main-footer {
    background-color: #2c2c2c;
    color: #e5e5e5;
    padding: 50px 40px 20px;
    margin-top: 80px;
}

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

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

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 24px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.5;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#cookie-accept {
    background-color: #8b4513;
    color: #fff;
}

#cookie-accept:hover {
    background-color: #a0522d;
}

#cookie-reject {
    background-color: #444;
    color: #fff;
}

#cookie-reject:hover {
    background-color: #555;
}

.thanks-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 40px 20px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #8b4513;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.thanks-container .btn-home:hover {
    background-color: #a0522d;
}

.page-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 40px 20px;
}

.page-container h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.page-container h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-container h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

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

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

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

.contact-info {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

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

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

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

    .hero-overlay h1 {
        font-size: 28px;
    }

    .hero-overlay p {
        font-size: 16px;
    }

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

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

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