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

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

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

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

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

.logo {
    font-size: 24px;
    font-weight: 400;
    color: #2a2a2a;
    text-decoration: none;
    letter-spacing: 1px;
}

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

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

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

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

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

.hero-image-container {
    width: 100%;
    height: 70vh;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.editorial-text {
    max-width: 680px;
    margin: 50px auto;
    padding: 0 30px;
}

.editorial-text h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 400;
}

.lead {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
}

.text-section {
    margin: 50px 0;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
}

.narrow-column h2 {
    font-size: 32px;
    margin: 40px 0 20px;
    font-weight: 400;
}

.narrow-column p {
    margin-bottom: 20px;
    font-size: 18px;
}

.inline-image-section {
    margin: 60px 0;
}

.inline-image-section .narrow-column img {
    width: 100%;
    height: auto;
    background-color: #e8e8e8;
    object-fit: cover;
}

.testimonial-inline {
    margin: 60px 0;
    background-color: #f5f5f5;
    padding: 50px 0;
}

.testimonial-inline blockquote {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
}

.testimonial-inline p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.services-reveal {
    margin: 80px 0;
}

.service-cards-editorial {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.service-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: #e8e8e8;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}

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

.price {
    font-size: 28px;
    margin: 25px 0;
    color: #2a2a2a;
}

.select-service {
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section-editorial {
    margin: 80px 0;
    background-color: #f9f9f9;
    padding: 60px 0;
}

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

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

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

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2a2a2a;
}

.submit-btn {
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    margin: 60px 0;
    background-color: #f5f5f5;
    padding: 40px 0;
}

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

.main-footer {
    background-color: #2a2a2a;
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

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

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 30px;
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 30px;
}

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

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

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

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

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

.cookie-btn.accept {
    background-color: #4a4a4a;
    color: #fff;
}

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

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

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

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

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 400;
}

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

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #2a2a2a;
    transition: all 0.3s ease;
}

.back-link:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.contact-page {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 30px;
}

.contact-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}

.contact-info {
    margin: 40px 0;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

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

.legal-page {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 30px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}

.legal-page h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: 400;
}

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

.legal-page ul {
    margin: 20px 0 20px 30px;
}

.legal-page ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a4a4a;
}

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

.services-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

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

.about-page {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 30px;
}

.about-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}

.about-page h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: 400;
}

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

.about-image {
    width: 100%;
    height: 400px;
    margin: 40px 0;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
    }

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

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

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

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

    .hero-image-container {
        height: 50vh;
    }
}