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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
    border-top: 3px solid #4a90e2;
}

.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: 1rem;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-accept {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
}

.btn-reject {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
}

.cookie-actions a {
    color: #4a90e2;
    text-decoration: underline;
    font-size: 0.9rem;
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Helvetica Neue', sans-serif;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Helvetica Neue', sans-serif;
    transition: color 0.3s;
}

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

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

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

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

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

.lead-intro {
    font-size: 1.3rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-top: 1.5rem;
}

.inline-visual {
    width: 100%;
    margin: 2rem 0;
}

.inline-visual img,
.inline-visual-small img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.inline-visual-small {
    width: 100%;
    margin: 2.5rem 0;
}

.story-section {
    margin: 4rem 0;
}

.narrow-column {
    max-width: 100%;
}

.narrow-column h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.3;
}

.narrow-column p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #2a2a2a;
}

.cta-inline {
    margin: 2.5rem 0;
}

.link-arrow {
    color: #4a90e2;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #4a90e2;
    transition: color 0.3s;
}

.link-arrow:hover {
    color: #357abd;
}

.insight-block {
    margin: 5rem 0;
    background-color: #f5f5f5;
    padding: 3rem 2rem;
    border-left: 4px solid #4a90e2;
}

.pullquote {
    font-size: 1.5rem;
    font-style: italic;
    color: #2a2a2a;
    line-height: 1.5;
    border: none;
}

.testimonial-inline {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2.5rem 0;
    border-left: 3px solid #4a90e2;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    color: #2a2a2a;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #6a6a6a;
    font-family: 'Helvetica Neue', sans-serif;
}

.reveal-section {
    margin: 5rem 0;
    padding: 3rem 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

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

.service-item {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e8e8e8;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 500;
}

.service-item p {
    font-size: 1.05rem;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.duration {
    color: #6a6a6a;
    font-size: 0.95rem;
}

.price {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 1.3rem;
}

.service-select {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 3px;
    font-family: 'Helvetica Neue', sans-serif;
    transition: background-color 0.3s;
}

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

.service-select.selected {
    background-color: #2d7a3e;
}

.trust-section {
    margin: 4rem 0;
}

.formatted-list {
    margin: 2rem 0;
    padding-left: 1.5rem;
}

.formatted-list li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #2a2a2a;
    line-height: 1.6;
}

.final-cta-section {
    margin: 5rem 0;
    background-color: #f5f5f5;
    padding: 3rem 2rem;
}

.editorial-form {
    margin-top: 2.5rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    color: #2a2a2a;
    font-weight: 500;
    font-family: 'Helvetica Neue', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    background-color: #ffffff;
}

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

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

.btn-submit {
    background-color: #2d7a3e;
    color: white;
    border: none;
    padding: 1.1rem 3rem;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s;
}

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

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

.closing-thought {
    font-size: 1.15rem;
    color: #4a4a4a;
    font-style: italic;
    margin-top: 3rem;
}

.footer-minimal {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 3rem 5%;
    margin-top: 5rem;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Helvetica Neue', sans-serif;
    transition: color 0.3s;
}

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

.footer-copyright {
    font-size: 0.85rem;
    color: #999999;
    font-family: 'Helvetica Neue', sans-serif;
}

.page-header {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

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

.page-header p {
    font-size: 1.2rem;
    color: #4a4a4a;
    max-width: 600px;
    margin: 0 auto;
}

.content-section {
    max-width: 720px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.content-section h2 {
    font-size: 1.8rem;
    margin: 2.5rem 0 1rem 0;
    color: #1a1a1a;
    font-weight: 400;
}

.content-section h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem 0;
    color: #2a2a2a;
    font-weight: 500;
}

.content-section p {
    font-size: 1.1rem;
    color: #2a2a2a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.content-section ul,
.content-section ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.content-section li {
    font-size: 1.05rem;
    color: #2a2a2a;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 3px solid #4a90e2;
}

.contact-info h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-info p {
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.thanks-message {
    text-align: center;
    padding: 5rem 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.thanks-message h1 {
    font-size: 2.5rem;
    color: #2d7a3e;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.thanks-message p {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.thanks-service {
    background-color: #f5f5f5;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.thanks-service strong {
    color: #1a1a1a;
    font-size: 1.1rem;
}

.btn-home {
    display: inline-block;
    background-color: #4a90e2;
    color: white;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 2rem;
    font-family: 'Helvetica Neue', sans-serif;
    transition: background-color 0.3s;
}

.btn-home:hover {
    background-color: #357abd;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 5%;
    }

    .nav-links {
        gap: 1.5rem;
    }

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

    .lead-intro {
        font-size: 1.1rem;
    }

    .editorial-layout {
        padding: 2rem 1.5rem;
    }

    .narrow-column h2 {
        font-size: 1.6rem;
    }

    .pullquote {
        font-size: 1.2rem;
    }

    .service-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

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

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }

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

    .page-header p {
        font-size: 1.05rem;
    }
}

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .service-select {
        width: 100%;
    }

    .btn-submit {
        width: 100%;
    }
}