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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 10000;
}

.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 {
    margin: 0;
    flex: 1;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #d4a574;
    color: #fff;
}

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

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

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

.navigation {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

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

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

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

.ad-disclosure {
    font-size: 11px;
    color: #888;
    font-style: italic;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
}

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

.hero-editorial {
    padding: 120px 30px 80px;
    text-align: center;
    background: linear-gradient(135deg, #f5f1ed 0%, #e8dfd5 100%);
}

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

.hero-editorial h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

.subtitle {
    font-size: 22px;
    color: #5a5a5a;
    font-style: italic;
    font-weight: 300;
}

.content-flow {
    padding: 60px 30px;
}

.text-block-narrow {
    max-width: 680px;
    margin: 0 auto 50px;
}

.lead-paragraph {
    font-size: 24px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 300;
}

.text-block-narrow p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.text-block-narrow h2 {
    font-size: 36px;
    margin: 60px 0 30px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.3;
}

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

.inline-image {
    max-width: 900px;
    margin: 60px auto;
}

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

.cta-inline {
    max-width: 680px;
    margin: 50px auto;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 16px 40px;
    background-color: #d4a574;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.cta-link:hover {
    background-color: #c89560;
    transform: translateY(-2px);
}

.principle-card {
    background-color: #f9f6f2;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #d4a574;
}

.principle-card h3 {
    margin-top: 0;
}

.principle-card p {
    margin-bottom: 0;
}

.testimonial-block {
    border-left: 3px solid #d4a574;
    padding-left: 30px;
    margin: 40px 0;
    font-style: italic;
}

.testimonial-block p {
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-block cite {
    font-size: 16px;
    color: #7a7a7a;
    font-style: normal;
}

.insight-section {
    max-width: 680px;
    margin: 60px auto;
    background-color: #f0ebe5;
    padding: 40px;
}

.insight-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.insight-section p {
    font-size: 17px;
    margin-bottom: 15px;
}

.insight-section a {
    color: #d4a574;
    text-decoration: none;
}

.insight-section a:hover {
    text-decoration: underline;
}

.form-section-editorial {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 40px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.form-section-editorial h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.form-section-editorial > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #5a5a5a;
}

.services-grid-editorial {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.service-option {
    flex: 1;
    min-width: 200px;
    background-color: #fafaf8;
    padding: 30px 25px;
    border: 2px solid #e5e5e5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-option:hover {
    border-color: #d4a574;
}

.service-option.selected {
    border-color: #d4a574;
    background-color: #f9f6f2;
}

.service-option h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-option p {
    font-size: 15px;
    color: #5a5a5a;
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-option .price {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #d4a574;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 12px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

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

.service-option.selected .select-service {
    background-color: #d4a574;
}

.editorial-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #d5d5d5;
    font-size: 16px;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

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

.submit-btn {
    width: 100%;
    padding: 18px;
    background-color: #d4a574;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Georgia', serif;
}

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

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.disclaimer-section {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

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

.footer {
    background-color: #2c2c2c;
    color: #d5d5d5;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

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

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

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

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

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

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

.footer-column a {
    color: #d5d5d5;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.references {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid #444;
}

.references h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

.references p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.references em {
    font-style: italic;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: #888;
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #444;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

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

.thanks-container p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #5a5a5a;
}

.thanks-container .selected-service {
    font-size: 20px;
    color: #d4a574;
    font-weight: 600;
    margin: 30px 0;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background-color: #d4a574;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .ad-disclosure {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
    }

    .hero-editorial h1 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 18px;
    }

    .services-grid-editorial {
        flex-direction: column;
    }

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

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

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}

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

.contact-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.contact-block {
    background-color: #f9f6f2;
    padding: 30px;
    border-left: 4px solid #d4a574;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 17px;
    margin-bottom: 8px;
    color: #3a3a3a;
}

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

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #3a3a3a;
}

.legal-page p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #3a3a3a;
    line-height: 1.7;
}

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

.legal-page li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

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

.about-hero {
    text-align: center;
    margin-bottom: 60px;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-hero p {
    font-size: 20px;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}

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

.about-content h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    color: #1a1a1a;
}

.about-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.7;
}

.about-image {
    max-width: 100%;
    margin: 50px 0;
}

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

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

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-header p {
    font-size: 20px;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e5e5e5;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 0 0 300px;
    background-color: #f0ebe5;
}

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

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-details .service-price {
    font-size: 32px;
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.service-details p {
    font-size: 17px;
    color: #3a3a3a;
    margin-bottom: 15px;
    line-height: 1.6;
}

.service-details ul {
    margin: 15px 0 20px 20px;
}

.service-details li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.service-cta {
    display: inline-block;
    padding: 14px 30px;
    background-color: #d4a574;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.service-cta:hover {
    background-color: #c89560;
}

@media (max-width: 768px) {
    .service-item {
        flex-direction: column !important;
    }

    .service-image {
        flex: 1;
        width: 100%;
    }
}