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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3436;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    align-items: center;
}

.cookie-banner.show {
    display: flex;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cookie-content p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

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

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

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

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

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

.btn-cookie-reject:hover {
    background-color: #ffffff;
    color: #2d3436;
}

.header-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #dfe6e9;
    position: sticky;
    top: 0;
    z-index: 999;
}

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

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2d3436;
}

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

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

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

.ad-disclosure {
    font-size: 11px;
    color: #b2bec3;
    font-style: italic;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-radius: 3px;
}

.editorial-main {
    background-color: #ffffff;
}

.story-flow {
    max-width: 100%;
}

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

.hero-image-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

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

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

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #2d3436;
}

.narrow-text p {
    margin-bottom: 25px;
    font-size: 18px;
}

.inline-visual {
    margin-bottom: 80px;
}

.text-image-inline {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.inline-img {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
    overflow: hidden;
}

.inline-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.text-image-inline h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

.insight-block {
    background-color: #f8f9fa;
    padding: 60px 30px;
    margin-bottom: 80px;
}

.centered-insight {
    text-align: center;
}

.insight-block h3 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 400;
}

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

.citation:hover {
    color: #0770c7;
}

.trust-elements {
    margin-bottom: 80px;
}

.trust-elements h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 400;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 50px;
}

.feature-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2d3436;
}

.feature-item p {
    font-size: 17px;
    color: #636e72;
}

.testimonial-inline {
    margin-bottom: 80px;
}

.testimonial-card {
    background-color: #f1f3f5;
    padding: 40px;
    border-left: 4px solid #0984e3;
}

.testimonial-card blockquote {
    font-style: italic;
}

.testimonial-card p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-card cite {
    font-style: normal;
    font-size: 15px;
    color: #636e72;
}

.benefits-reveal {
    margin-bottom: 80px;
}

.benefits-reveal h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

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

.service-card {
    background-color: #ffffff;
    border: 1px solid #dfe6e9;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    font-size: 24px;
    color: #2d3436;
    font-weight: 600;
}

.service-card p {
    font-size: 16px;
    color: #636e72;
    line-height: 1.6;
    margin: 0;
}

.price-tag {
    font-size: 28px;
    color: #00b894;
    font-weight: 700;
    margin-top: 10px;
}

.btn-select-service {
    padding: 14px 28px;
    background-color: #0984e3;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.btn-select-service:hover {
    background-color: #0770c7;
}

.btn-select-service.selected {
    background-color: #00b894;
}

.form-section {
    margin-bottom: 80px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}

.editorial-form {
    max-width: 680px;
    margin: 40px auto 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-group label {
    font-size: 15px;
    color: #2d3436;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #dfe6e9;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

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

.btn-submit {
    padding: 16px 40px;
    background-color: #00b894;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

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

.final-cta {
    background-color: #2d3436;
    color: #ffffff;
    padding: 60px 30px;
    margin-bottom: 80px;
}

.final-cta p {
    font-size: 22px;
    line-height: 1.6;
}

.disclaimer-section {
    background-color: #fff3cd;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.small-text {
    font-size: 14px;
    line-height: 1.6;
}

.references-section {
    margin-bottom: 60px;
}

.references-section h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.references-list li {
    margin-bottom: 8px;
}

.references-list a {
    color: #0984e3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references-list a:hover {
    color: #0770c7;
    text-decoration: underline;
}

.footer-editorial {
    background-color: #2d3436;
    color: #b2bec3;
    padding: 60px 30px 30px;
}

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

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

.footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #636e72;
}

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

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

.thanks-page h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #00b894;
    font-weight: 400;
}

.thanks-page p {
    font-size: 18px;
    margin-bottom: 20px;
}

.thanks-page .selected-service-display {
    font-size: 20px;
    font-weight: 600;
    color: #0984e3;
    margin: 30px 0;
}

.thanks-page a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background-color: #0984e3;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.thanks-page a:hover {
    background-color: #0770c7;
}

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

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

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

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

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

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

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

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.info-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-block h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3436;
}

.info-block p {
    font-size: 16px;
    color: #636e72;
    line-height: 1.6;
}

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

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

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

.about-page p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.about-hero-img img {
    width: 100%;
    height: 100%;
    display: block;
}

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

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

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

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

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

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

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

    .service-cards-editorial {
        gap: 20px;
    }
}
