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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

.cookie-content {
    max-width: 1000px;
    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: 250px;
}

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

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

.cookie-btn.accept {
    background: #4a90e2;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: #357abd;
}

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

.cookie-btn.reject:hover {
    background: #3a3a3a;
}

.nav-editorial {
    padding: 25px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
}

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

.hero-text-narrow {
    margin-bottom: 50px;
}

.hero-text-narrow h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 28px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #0a0a0a;
}

.hero-lead {
    font-size: 21px;
    line-height: 1.6;
    color: #3a3a3a;
    font-weight: 400;
}

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

.hero-image-inline img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.content-block {
    margin-bottom: 70px;
}

.content-block.alt-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding: 60px 40px;
    background: #f9f9f9;
}

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

.narrow-text h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.narrow-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.narrow-text em {
    font-style: italic;
    color: #1a1a1a;
}

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

.inline-cta {
    display: inline-block;
    margin-top: 16px;
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.inline-cta:hover {
    color: #357abd;
    border-color: #357abd;
}

.image-break {
    margin: 80px 0;
}

.image-break img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.quote-block {
    margin: 80px 0;
    padding: 50px 40px;
    background: #f4f4f4;
    border-left: 4px solid #2a2a2a;
}

.quote-block blockquote {
    max-width: 700px;
    margin: 0 auto;
}

.quote-block p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.quote-block cite {
    font-size: 16px;
    font-style: normal;
    color: #5a5a5a;
}

.services-preview-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px 0;
}

.service-card-editorial {
    padding: 40px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.service-card-editorial:hover {
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.card-link {
    display: inline-block;
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

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

.benefit-list {
    margin: 30px 0;
    padding-left: 0;
    list-style: none;
}

.benefit-list li {
    font-size: 18px;
    line-height: 1.8;
    color: #2a2a2a;
    margin-bottom: 14px;
    padding-left: 30px;
    position: relative;
}

.benefit-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: 700;
}

.testimonial-inline {
    margin: 70px 0;
    padding: 40px;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    border-radius: 8px;
}

.testimonial-text {
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.testimonial-author {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 600;
}

.cta-section-editorial {
    margin: 80px 0;
    padding: 60px 40px;
    background: #2a2a2a;
    color: #ffffff;
    border-radius: 8px;
}

.cta-section-editorial h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-section-editorial p {
    color: #d8d8d8;
    margin-bottom: 30px;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 42px;
    background: #4a90e2;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-button-large:hover {
    background: #357abd;
    transform: translateY(-2px);
}

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

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-button {
    padding: 16px 40px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background: #1a1a1a;
    transform: translateY(-1px);
}

.footer-editorial {
    margin-top: 100px;
    padding: 60px 40px 40px;
    background: #f4f4f4;
    border-top: 1px solid #e0e0e0;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-brand {
    margin-bottom: 30px;
}

.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.brand-tagline {
    font-size: 15px;
    color: #5a5a5a;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

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

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

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.footer-bottom p {
    font-size: 14px;
    color: #6a6a6a;
}

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

.services-page-header h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.services-page-header p {
    font-size: 19px;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

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

.service-item {
    padding: 50px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.service-item h2 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 24px 0;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.service-features li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: 700;
}

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

.about-intro {
    font-size: 22px;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 40px;
    text-align: center;
}

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

.about-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.contact-info {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 14px;
    padding-left: 30px;
    position: relative;
}

.contact-details li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #4a90e2;
    font-weight: 700;
    font-size: 20px;
}

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

.policy-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 700;
}

.policy-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 16px;
}

.policy-page ul {
    margin: 20px 0;
    padding-left: 30px;
}

.policy-page li {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.thanks-container {
    text-align: center;
    padding: 100px 40px;
}

.thanks-container h1 {
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 800;
    color: #1a1a1a;
}

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

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 36px;
    background: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.thanks-container a:hover {
    background: #1a1a1a;
}

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

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .editorial-container {
        padding: 40px 20px;
    }

    .hero-text-narrow h1 {
        font-size: 34px;
    }

    .hero-lead {
        font-size: 18px;
    }

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

    .narrow-text p {
        font-size: 17px;
    }

    .content-block.alt-bg {
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px 20px;
    }

    .quote-block {
        padding: 30px 20px;
    }

    .quote-block p {
        font-size: 19px;
    }

    .service-card-editorial {
        padding: 30px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .service-item {
        padding: 30px;
    }

    .services-page-header h1 {
        font-size: 32px;
    }

    .thanks-container {
        padding: 60px 20px;
    }

    .thanks-container h1 {
        font-size: 32px;
    }
}
