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

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

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    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;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
}

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

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

.hero-editorial {
    margin-bottom: 50px;
    position: relative;
}

.hero-image-wrapper {
    margin-bottom: 30px;
    background-color: #e8e8e8;
}

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

.hero-content-overlay h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: normal;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    font-style: italic;
    line-height: 1.5;
}

.page-header {
    margin-bottom: 50px;
    padding-top: 20px;
}

.page-header h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
    color: #1a1a1a;
}

.page-subtitle {
    font-size: 18px;
    color: #666;
    font-style: italic;
}

.article-body {
    font-size: 19px;
    line-height: 1.8;
}

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

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.content-block h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: normal;
    color: #1a1a1a;
}

.content-block h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: normal;
    color: #2c2c2c;
}

.content-block p {
    margin-bottom: 20px;
}

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

.content-block ul li {
    margin-bottom: 10px;
}

.alternate-bg {
    background-color: #f5f5f5;
    padding: 40px 35px;
    margin-left: -35px;
    margin-right: -35px;
}

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

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

.insight-box {
    background-color: #f9f9f9;
    border-left: 4px solid #0066cc;
    padding: 25px 30px;
    margin: 30px 0;
}

.insight-box h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.insight-box p {
    margin-bottom: 0;
}

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

.btn-text-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s;
}

.btn-text-link:hover {
    color: #004a99;
}

.services-preview {
    margin: 60px 0;
}

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.services-intro {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    color: #555;
}

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

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
}

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

.service-card p {
    margin-bottom: 15px;
}

.service-price {
    font-size: 24px;
    font-weight: bold;
    color: #0066cc;
    margin: 20px 0;
}

.btn-select-service {
    background-color: #0066cc;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

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

.contact-form-wrapper {
    background-color: #f5f5f5;
    padding: 40px 35px;
    margin: 60px -35px 0;
}

.contact-form-wrapper h2,
.contact-form-wrapper h3 {
    text-align: center;
    margin-bottom: 25px;
}

.selected-service-display {
    background-color: #e6f2ff;
    border: 1px solid #0066cc;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #0066cc;
    font-weight: bold;
    text-align: center;
    display: none;
}

.selected-service-display.active {
    display: block;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: Georgia, serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-submit {
    background-color: #0066cc;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: background-color 0.3s;
}

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

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

.cta-section {
    text-align: center;
    margin: 60px 0;
    padding: 50px 30px;
    background-color: #f5f5f5;
    margin-left: -35px;
    margin-right: -35px;
}

.cta-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #555;
}

.btn-primary {
    display: inline-block;
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #004a99;
}

.btn-secondary {
    display: inline-block;
    background-color: #fff;
    color: #0066cc;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border: 2px solid #0066cc;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: #0066cc;
    color: #fff;
}

.services-detailed {
    margin: 40px 0;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 60px;
}

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

.service-detail-image {
    background-color: #e8e8e8;
}

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

.service-detail-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.service-detail-content p {
    margin-bottom: 20px;
}

.service-includes {
    background-color: #f9f9f9;
    padding: 20px 25px;
    margin: 25px 0;
    list-style: none;
}

.service-includes li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.service-includes li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

.service-price-large {
    font-size: 28px;
    font-weight: bold;
    color: #0066cc;
    margin: 25px 0;
}

.contact-info-section {
    margin: 50px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 40px;
}

.contact-detail-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-detail-item p {
    font-size: 18px;
    line-height: 1.6;
}

.email-display {
    color: #2c2c2c;
    font-family: 'Courier New', monospace;
}

.contact-note {
    background-color: #fff9e6;
    border-left: 4px solid #ffcc00;
    padding: 20px 25px;
    margin: 30px 0;
}

.thanks-section {
    padding: 60px 0;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #0066cc;
}

.thanks-content .lead-text {
    text-align: center;
}

.thanks-info,
.thanks-next-steps,
.thanks-note {
    margin: 50px 0;
    text-align: left;
}

.thanks-info h2,
.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

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

.thanks-list li {
    margin-bottom: 12px;
}

.thanks-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    align-items: center;
}

.thanks-note {
    background-color: #f5f5f5;
    padding: 25px;
    border-left: 4px solid #0066cc;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
}

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

.legal-content ul li {
    margin-bottom: 12px;
}

.legal-content a {
    color: #0066cc;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #004a99;
}

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 50px 30px 30px;
    margin-top: 80px;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #3a3a3a;
    font-size: 13px;
    line-height: 1.6;
    color: #bbb;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 30px;
    z-index: 1000;
    display: none;
    font-family: Arial, sans-serif;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

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

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

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

.btn-cookie-accept:hover {
    opacity: 0.9;
}

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

.btn-cookie-reject:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .service-detail-card {
        flex-direction: row;
    }

    .service-detail-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .service-detail-image,
    .service-detail-content {
        flex: 1;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .contact-details {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-detail-item {
        flex: 1;
        min-width: 250px;
    }

    .thanks-links {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .editorial-container {
        padding: 40px 20px 60px;
    }

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

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

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

    .article-body {
        font-size: 17px;
    }

    .lead-text {
        font-size: 20px;
    }

    .content-block h2 {
        font-size: 26px;
    }

    .content-block h3 {
        font-size: 20px;
    }

    .alternate-bg {
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 20px;
    }

    .contact-form-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 20px;
    }

    .cta-section {
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px 20px;
    }

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .logo {
        font-size: 20px;
    }

    .nav-container {
        padding: 15px 20px;
    }
}
