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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2c3e50;
    background-color: #fefefe;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e1e4e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

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

.nav-links a:hover {
    color: #3498db;
}

.editorial-content {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 30px;
}

.article-header {
    margin-bottom: 50px;
    text-align: center;
}

.article-header h1 {
    font-size: 42px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.article-intro {
    font-size: 20px;
    color: #555;
    font-style: italic;
}

.content-wrapper {
    font-size: 19px;
    line-height: 1.8;
}

.drop-cap::first-letter {
    font-size: 72px;
    font-weight: bold;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    color: #3498db;
}

.content-wrapper p {
    margin-bottom: 24px;
}

.content-wrapper h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-wrapper h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.article-image {
    margin: 50px 0;
    text-align: center;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.styled-list {
    margin: 30px 0;
    padding-left: 30px;
}

.styled-list li {
    margin-bottom: 14px;
    line-height: 1.7;
}

.inline-cta {
    background-color: #f0f8ff;
    border-left: 4px solid #3498db;
    padding: 30px;
    margin: 50px 0;
}

.inline-cta p {
    font-size: 20px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.cta-link {
    color: #3498db;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s;
}

.cta-link:hover {
    color: #2980b9;
}

.testimonial {
    background-color: #fafafa;
    padding: 35px;
    margin: 50px 0;
    border-left: 4px solid #95a5a6;
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
}

.testimonial cite {
    display: block;
    margin-top: 18px;
    font-style: normal;
    font-size: 16px;
    color: #7f8c8d;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 40px 0;
}

.benefit-card {
    flex: 1 1 calc(50% - 12px);
    background-color: #fff;
    border: 1px solid #e1e4e8;
    padding: 28px;
    border-radius: 6px;
}

.benefit-card h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #2c3e50;
}

.benefit-card p {
    font-size: 16px;
    margin-bottom: 0;
    color: #555;
}

.insight-box {
    background-color: #fffbea;
    border: 1px solid #f7dc6f;
    padding: 35px;
    margin: 50px 0;
    border-radius: 6px;
}

.insight-box h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.insight-box p {
    margin-bottom: 0;
    font-size: 18px;
}

.process-list {
    margin: 30px 0;
    padding-left: 30px;
}

.process-list li {
    margin-bottom: 18px;
    line-height: 1.7;
}

.cta-section {
    background-color: #ecf0f1;
    padding: 45px;
    margin: 60px 0;
    text-align: center;
    border-radius: 6px;
}

.cta-section h3 {
    margin-top: 0;
    font-size: 28px;
    color: #1a1a1a;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 28px;
}

.cta-button {
    display: inline-block;
    background-color: #3498db;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2980b9;
}

.pricing-reveal {
    margin: 50px 0;
}

.price-card {
    background-color: #fff;
    border: 1px solid #e1e4e8;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 6px;
}

.price-card.featured {
    border: 2px solid #3498db;
    background-color: #f0f8ff;
}

.price-card h3 {
    margin-top: 0;
    font-size: 24px;
    color: #1a1a1a;
}

.price-card p {
    color: #555;
    margin-bottom: 18px;
}

.price {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #3498db;
    margin-top: 16px;
}

.trust-section {
    margin: 50px 0;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.trust-section h2 {
    margin-top: 0;
}

.final-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 50px;
    margin: 60px 0;
    text-align: center;
    border-radius: 8px;
}

.final-cta h3 {
    margin-top: 0;
    color: #fff;
    font-size: 30px;
}

.final-cta p {
    font-size: 19px;
    margin-bottom: 30px;
}

.cta-button-large {
    display: inline-block;
    background-color: #fff;
    color: #667eea;
    padding: 18px 42px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 700;
    transition: transform 0.3s;
}

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

.form-section {
    background-color: #f8f9fa;
    padding: 50px;
    margin: 60px 0;
    border-radius: 8px;
}

.form-section h2 {
    margin-top: 0;
    text-align: center;
}

.form-section > p {
    text-align: center;
    margin-bottom: 40px;
    color: #555;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

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

.submit-button {
    width: 100%;
    background-color: #3498db;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #2980b9;
}

.disclaimer {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 30px;
    margin: 60px 0 40px 0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
}

.disclaimer p {
    margin-bottom: 0;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px 30px;
    margin-top: 80px;
}

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

.footer-section {
    flex: 1 1 200px;
}

.footer-section h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #fff;
}

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

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

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

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    text-align: center;
    font-size: 14px;
    color: #95a5a6;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

.cookie-consent.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 {
    flex: 1 1 300px;
    margin: 0;
    font-size: 15px;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #3498db;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #2980b9;
}

.cookie-reject {
    background-color: #95a5a6;
    color: #fff;
}

.cookie-reject:hover {
    background-color: #7f8c8d;
}

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

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

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

    .article-intro {
        font-size: 18px;
    }

    .content-wrapper {
        font-size: 17px;
    }

    .editorial-content {
        margin: 40px auto;
        padding: 0 20px;
    }

    .benefits-grid {
        flex-direction: column;
    }

    .benefit-card {
        flex: 1 1 100%;
    }

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

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

    .inline-cta,
    .cta-section,
    .final-cta,
    .form-section {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .article-header h1 {
        font-size: 26px;
    }

    .content-wrapper h2 {
        font-size: 24px;
    }

    .drop-cap::first-letter {
        font-size: 52px;
        line-height: 45px;
    }
}