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

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

.ad-notice {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

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

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

.brand {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

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

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

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

.editorial-flow {
    max-width: 100%;
    margin: 0 auto;
}

.hero-editorial {
    padding: 60px 20px;
    background-color: #ffffff;
}

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

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: normal;
}

.hero-lead {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.hero-image {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

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

.story-section,
.insight-section,
.benefits-section,
.trust-section,
.services-reveal,
.form-section,
.disclaimer-section {
    padding: 70px 20px;
}

.story-section {
    background-color: #ffffff;
}

.insight-section {
    background-color: #f9f9f9;
}

.benefits-section {
    background-color: #ffffff;
}

.trust-section {
    background-color: #f5f5f5;
}

.services-reveal {
    background-color: #ffffff;
}

.form-section {
    background-color: #fafafa;
}

.disclaimer-section {
    background-color: #fff8f0;
    padding: 40px 20px;
}

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

.narrow-content h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.narrow-content h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 18px;
    margin-top: 45px;
    color: #2c2c2c;
    font-weight: normal;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #3a3a3a;
}

.inline-image {
    margin: 50px 0;
    background-color: #e8e8e8;
}

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

.inline-image figcaption {
    padding: 15px 0;
    font-size: 15px;
    color: #777;
    font-style: italic;
    text-align: center;
}

.visual-break {
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}

.full-width-image {
    width: 100%;
    margin: 0;
}

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

.cta-inline {
    margin: 35px 0;
    text-align: center;
}

.btn-text-link {
    font-size: 18px;
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid #0066cc;
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}

.btn-text-link:hover {
    color: #004499;
    border-color: #004499;
}

.benefit-story {
    margin-bottom: 40px;
}

.benefit-story h3 {
    margin-top: 0;
}

.testimonial-inline {
    margin: 45px 0;
    padding: 30px 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #0066cc;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 17px;
    color: #444;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #777;
    font-style: normal;
}

.service-card-editorial {
    margin: 50px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 2px;
}

.service-card-editorial h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-card-editorial p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.price-reveal {
    margin: 30px 0 25px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-size: 16px;
    color: #666;
}

.price-value {
    font-size: 32px;
    font-weight: bold;
    color: #0066cc;
    font-family: 'Arial', sans-serif;
}

.btn-service-select {
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.btn-service-select:active {
    transform: translateY(1px);
}

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

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

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

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
    color: #666;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit-editorial {
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    padding: 16px 50px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.btn-submit-editorial:active {
    transform: translateY(1px);
}

.disclaimer-text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    padding: 20px;
    background-color: #ffffff;
    border-left: 3px solid #ff9900;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 50px 20px 20px;
}

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

.footer-brand,
.footer-links,
.footer-contact {
    flex: 1;
    min-width: 250px;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-links ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.footer-contact p {
    font-size: 15px;
    margin-bottom: 8px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.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 {
    font-size: 14px;
    flex: 1;
    min-width: 300px;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

.btn-cookie-accept {
    background-color: #0066cc;
    color: #ffffff;
}

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

.btn-cookie-reject {
    background-color: #666;
    color: #ffffff;
}

.btn-cookie-reject:hover {
    background-color: #555;
}

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
}

.thanks-container h1 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #0066cc;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #444;
    line-height: 1.6;
}

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.thanks-container .btn-home:hover {
    background-color: #004499;
}

.page-content {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    background-color: #ffffff;
}

.page-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.page-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.page-content p {
    font-size: 16px;
    margin-bottom: 18px;
    color: #444;
    line-height: 1.7;
}

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

.page-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    line-height: 1.6;
}

.contact-page {
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background-color: #ffffff;
}

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

.contact-info {
    margin-bottom: 25px;
}

.contact-info h2 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-info p {
    font-size: 17px;
    margin-bottom: 8px;
    color: #444;
}

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

    .nav-links {
        gap: 20px;
    }

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

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

    .narrow-content h2 {
        font-size: 28px;
    }

    .narrow-content h3 {
        font-size: 22px;
    }

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

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

    .price-reveal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

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