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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1a5f7a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #134557;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all 0.3s ease;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.cookie-content p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
}

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

.btn-accept:hover {
    background: #134557;
}

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

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

.nav-minimal {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2c2c;
}

.nav-toggle {
    display: none;
    background: transparent;
    font-size: 1.5rem;
    color: #2c2c2c;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #2c2c2c;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #1a5f7a;
    border-bottom-color: #1a5f7a;
}

.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
}

.hero-editorial {
    margin-bottom: 3rem;
}

.hero-text-centered {
    text-align: center;
    margin-bottom: 2rem;
}

.hero-text-centered h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #555;
    font-style: italic;
}

.hero-image-inline {
    margin: 2rem 0;
}

.hero-image-inline img {
    width: 100%;
    border-radius: 8px;
}

.story-intro {
    margin-bottom: 2.5rem;
}

.drop-cap::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 0.9;
    margin-right: 0.1rem;
    color: #1a5f7a;
}

.story-intro p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

.content-block,
.content-block-highlight,
.content-block-final {
    margin-bottom: 2.5rem;
}

.content-block h2,
.content-block-final h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.content-block h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
    color: #2c2c2c;
}

.content-block p,
.content-block-final p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.content-block ul,
.content-block ol {
    margin-left: 1.5rem;
    margin-bottom: 1.2rem;
}

.content-block li {
    margin-bottom: 0.5rem;
}

.content-block-highlight {
    background: #f5f8fa;
    padding: 2rem;
    border-left: 4px solid #1a5f7a;
    margin: 2.5rem 0;
}

.content-block-highlight h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.content-block-highlight p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.image-inline-narrow,
.image-inline-wide {
    margin: 2.5rem 0;
}

.image-inline-narrow img,
.image-inline-wide img {
    width: 100%;
    border-radius: 6px;
}

.image-inline-narrow figcaption,
.image-inline-wide figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
    font-style: italic;
}

.inline-cta-soft {
    margin: 2rem 0;
    text-align: center;
}

.link-arrow,
.link-arrow-large {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a5f7a;
    text-decoration: none;
    border-bottom: 2px solid #1a5f7a;
    padding-bottom: 2px;
}

.link-arrow:hover,
.link-arrow-large:hover {
    color: #134557;
    border-bottom-color: #134557;
}

.link-arrow-large {
    font-size: 1.25rem;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background: #fff;
    border-left: 5px solid #1a5f7a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 1.15rem;
    font-style: italic;
    color: #333;
    margin-bottom: 0.8rem;
}

.testimonial-inline footer {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.services-editorial {
    margin: 3rem 0;
}

.services-editorial h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.service-card-editorial {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.service-card-editorial h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.service-card-editorial p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.service-details-box {
    background: #f9f9f9;
    padding: 1.2rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.service-details-box p {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-details-box ul {
    list-style: none;
    margin-left: 0;
}

.service-details-box li {
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.service-details-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a5f7a;
    font-weight: 700;
}

.service-details {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5f7a;
    margin: 1rem 0;
}

.btn-service,
.btn-cta-large,
.btn-secondary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.btn-service,
.btn-cta-large {
    background: #1a5f7a;
    color: #fff;
}

.btn-service:hover,
.btn-cta-large:hover {
    background: #134557;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #1a5f7a;
    border: 2px solid #1a5f7a;
}

.btn-secondary:hover {
    background: #1a5f7a;
    color: #fff;
}

.cta-block-centered {
    text-align: center;
    margin: 3rem 0;
    padding: 2.5rem 2rem;
    background: #f0f7fa;
    border-radius: 8px;
}

.cta-block-centered h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-block-centered p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #555;
}

.cta-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a5f7a;
    padding: 1rem;
    text-align: center;
    z-index: 900;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.cta-sticky.show {
    display: block;
}

.btn-sticky {
    background: #fff;
    color: #1a5f7a;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
}

.btn-sticky:hover {
    background: #f0f0f0;
}

.final-cta-editorial {
    text-align: center;
    margin: 4rem 0 2rem;
    padding: 3rem 2rem;
    background: #1a5f7a;
    color: #fff;
    border-radius: 8px;
}

.final-cta-editorial h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.final-cta-editorial p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #e0f0f5;
}

.final-cta-editorial a {
    color: #fff;
    border-bottom-color: #fff;
}

.final-cta-editorial a:hover {
    color: #e0f0f5;
    border-bottom-color: #e0f0f5;
}

.page-header-editorial {
    text-align: center;
    margin-bottom: 3rem;
}

.page-header-editorial h1 {
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.header-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.team-member-editorial {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.team-member-editorial:last-of-type {
    border-bottom: none;
}

.team-member-editorial h3 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    color: #1a5f7a;
}

.team-member-editorial p {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.contact-info-editorial {
    margin: 3rem 0;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a5f7a;
}

.contact-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

.contact-block a {
    color: #1a5f7a;
    font-weight: 600;
}

.note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.thanks-container {
    text-align: center;
    padding: 3rem 2rem;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #1a5f7a;
    color: #fff;
    font-size: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.thanks-container h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-message {
    margin: 2rem 0;
}

.thanks-lead {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.service-confirmation {
    background: #f5f8fa;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 6px;
    border-left: 4px solid #1a5f7a;
}

.service-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a5f7a;
    margin-top: 0.5rem;
}

.thanks-next-steps {
    text-align: left;
    margin: 3rem 0;
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-next-steps ol {
    margin-left: 1.5rem;
}

.thanks-next-steps li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.thanks-contact {
    margin: 2rem 0;
}

.thanks-contact p {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.thanks-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.legal-page {
    max-width: 900px;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-updated {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a5f7a;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
    color: #2c2c2c;
}

.legal-section p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
}

.legal-section ul,
.legal-section ol {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-section li {
    margin-bottom: 0.6rem;
}

.footer {
    background: #2c2c2c;
    color: #e0e0e0;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

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

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-col li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: #e0e0e0;
    font-size: 0.95rem;
}

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

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.modal.show {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    font-weight: 300;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #000;
}

.modal-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.selected-service-display {
    background: #f5f8fa;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border-left: 4px solid #1a5f7a;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
}

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

.btn-submit {
    background: #1a5f7a;
    color: #fff;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
}

.btn-submit:hover {
    background: #134557;
}

@media (min-width: 768px) {
    .cookie-content {
        flex-direction: row;
    }

    .hero-text-centered h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 1rem 2rem;
        border-bottom: 1px solid #e0e0e0;
        display: none;
        gap: 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-menu a {
        display: block;
        padding: 1rem 0;
    }

    .editorial-container {
        padding: 2rem 1.5rem 3rem;
    }

    .hero-text-centered h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .drop-cap::first-letter {
        font-size: 2.5rem;
    }

    .content-block h2,
    .content-block-final h2 {
        font-size: 1.5rem;
    }

    .service-card-editorial {
        padding: 1.5rem;
    }

    .btn-cta-large,
    .btn-service,
    .btn-secondary {
        width: 100%;
    }

    .thanks-cta {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .cta-sticky {
        padding: 0.8rem;
    }

    .btn-sticky {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hero-text-centered h1 {
        font-size: 1.6rem;
    }

    .page-header-editorial h1 {
        font-size: 2rem;
    }

    .content-block-highlight {
        padding: 1.5rem;
    }

    .service-price {
        font-size: 1.5rem;
    }

    .modal-content {
        padding: 2rem 1.5rem;
    }
}
