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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fdfdfb;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

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

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

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

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

.editorial-hero {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-color: #d4c5b9;
}

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

.hero-text {
    max-width: 720px;
    margin: -80px auto 0;
    background-color: #ffffff;
    padding: 48px 56px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 10;
}

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

.hero-lead {
    font-size: 19px;
    color: #555;
    line-height: 1.6;
}

.editorial-content {
    padding: 40px 5%;
}

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

.content-narrow p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #333;
}

.opening-para {
    font-size: 19px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.8;
}

.content-narrow h2 {
    font-size: 32px;
    margin-top: 56px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

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

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

.image-caption {
    padding: 20px 24px;
    font-size: 15px;
    font-style: italic;
    color: #6c757d;
    margin: 0;
}

.story-highlight {
    background-color: #faf5f1;
    border-left: 4px solid #c17d5b;
    padding: 28px 32px;
    margin: 40px 0;
}

.story-highlight p {
    font-size: 18px;
    font-style: italic;
    color: #3d3d3d;
    margin-bottom: 12px;
    line-height: 1.7;
}

.highlight-author {
    font-size: 15px;
    color: #6c757d;
    font-style: normal;
}

.citation {
    color: #c17d5b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.citation:hover {
    color: #a0634a;
}

.cta-inline {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 40px 36px;
    margin: 48px 0;
    text-align: center;
}

.cta-text {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #c17d5b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-link:hover {
    background-color: #a0634a;
}

.services-editorial {
    margin-top: 48px;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    margin-bottom: 40px;
    overflow: hidden;
}

.service-card-editorial h3 {
    font-size: 26px;
    padding: 28px 32px 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-card-editorial img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-card-editorial > p {
    padding: 0 32px;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.service-details {
    padding: 24px 32px 32px;
    background-color: #f8f9fa;
}

.service-includes {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 16px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 14px 24px;
    background-color: #c17d5b;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #a0634a;
}

.form-section {
    margin-top: 56px;
    padding: 48px 40px;
    background-color: #f9f9f7;
    border: 1px solid #e9ecef;
}

.form-section h2 {
    margin-top: 0;
}

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

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ced4da;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
}

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

.selected-service-display {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 24px;
    border-left: 4px solid #c17d5b;
}

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

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonials-section {
    margin-top: 64px;
}

.disclaimer-section {
    margin-top: 56px;
    padding: 32px;
    background-color: #fff9e6;
    border: 1px solid #ffe69c;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
    margin: 0;
}

.references-section {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 2px solid #e9ecef;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 56px 5% 32px;
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #3d5368;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px 5%;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    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;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

.cookie-btn.reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.standard-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 5%;
}

.standard-page h1 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.standard-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.standard-page h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.standard-page p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.standard-page ul,
.standard-page ol {
    margin-left: 24px;
    margin-bottom: 20px;
}

.standard-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #495057;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 32px;
    margin-top: 32px;
    border-left: 4px solid #c17d5b;
}

.contact-info h3 {
    margin-top: 0;
}

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

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
}

.service-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    padding: 32px;
}

.service-item h3 {
    margin-top: 0;
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 16px;
}

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

.service-item .price {
    font-size: 24px;
    font-weight: 700;
    color: #c17d5b;
    margin-top: 20px;
}

.thanks-container {
    text-align: center;
    max-width: 640px;
    margin: 80px auto;
    padding: 60px 40px;
    background-color: #f9f9f7;
    border: 1px solid #e9ecef;
}

.thanks-container h1 {
    color: #2c3e50;
    margin-bottom: 24px;
}

.thanks-container p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 16px;
}

.thanks-details {
    background-color: #ffffff;
    padding: 24px;
    margin: 32px 0;
    border-left: 4px solid #c17d5b;
    text-align: left;
}

.thanks-details p {
    margin-bottom: 8px;
    font-size: 16px;
}

.back-home {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    background-color: #c17d5b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.back-home:hover {
    background-color: #a0634a;
}

@media (max-width: 768px) {
    .hero-text {
        padding: 32px 24px;
        margin: -60px 5% 0;
    }

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

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

    .nav-links {
        gap: 20px;
    }

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

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