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

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

.ad-notice {
    background-color: #f0f0f0;
    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: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
}

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

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

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

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

.hero-editorial {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

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

.editorial-headline {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
}

.editorial-subhead {
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.6;
    font-style: italic;
}

.content-narrow {
    margin-bottom: 50px;
}

.content-narrow h2 {
    font-size: 32px;
    margin: 40px 0 20px;
    font-weight: normal;
    color: #1a1a1a;
}

.content-narrow h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    font-weight: normal;
    color: #2c2c2c;
}

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

.intro-text {
    font-size: 20px;
    color: #3a3a3a;
    margin-bottom: 30px;
    line-height: 1.8;
}

.inline-image-block {
    margin: 40px 0;
    overflow: hidden;
}

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

.image-caption {
    font-size: 15px;
    color: #7a7a7a;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

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

.btn-text-link {
    color: #8B4513;
    font-size: 18px;
    text-decoration: underline;
    transition: color 0.3s;
}

.btn-text-link:hover {
    color: #654321;
}

.service-editorial-card {
    margin: 40px 0;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.service-editorial-card:last-child {
    border-bottom: none;
}

.service-editorial-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.service-editorial-card p {
    margin-bottom: 15px;
}

.service-price {
    font-size: 20px;
    font-weight: bold;
    color: #8B4513;
    margin: 20px 0;
}

.btn-editorial {
    display: inline-block;
    padding: 12px 24px;
    background-color: #8B4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-editorial:hover {
    background-color: #654321;
}

.cta-section-editorial {
    background-color: #f5f5f5;
    padding: 50px 30px;
    margin: 60px -20px;
    text-align: center;
}

.cta-section-editorial h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-section-editorial p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.btn-primary-large {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8B4513;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
}

.btn-primary-large:hover {
    background-color: #654321;
}

.disclaimer-box {
    background-color: #f9f9f9;
    border-left: 4px solid #8B4513;
    padding: 20px;
    margin: 40px 0;
}

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

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

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

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

.footer-column a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #8B4513;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

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

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

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

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

.form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.form-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    font-family: inherit;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit {
    padding: 14px 30px;
    background-color: #8B4513;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.service-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.service-card-detailed {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.service-card-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #8B4513;
}

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

.service-card-content {
    padding: 30px;
}

.service-card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

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

.service-highlights {
    margin: 20px 0;
}

.service-highlights h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-highlights ul {
    list-style-position: inside;
    padding-left: 0;
}

.service-highlights li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.contact-info-section {
    max-width: 700px;
    margin: 40px auto;
}

.contact-info-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.contact-detail {
    margin-bottom: 25px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

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

.legal-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
}

.legal-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
}

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

.legal-content ul {
    margin: 15px 0 15px 30px;
}

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

.thanks-container {
    max-width: 700px;
    margin: 80px auto;
    padding: 50px 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

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

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

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 30px;
    background-color: #8B4513;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.thanks-container a:hover {
    background-color: #654321;
}

@media (max-width: 768px) {
    .editorial-headline {
        font-size: 32px;
    }

    .editorial-subhead {
        font-size: 18px;
    }

    .main-nav {
        flex-direction: column;
        gap: 15px;
    }

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

    .footer-content {
        flex-direction: column;
    }

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