* {
    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-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.2s;
}

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

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

.article-hero {
    margin-bottom: 50px;
}

.hero-image-wrap {
    margin: 0 -20px 40px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.article-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.article-lead {
    font-size: 21px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.article-body p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.article-body h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

.image-caption {
    padding: 14px 18px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    background-color: #f5f5f5;
}

.cta-inline {
    background-color: #f9f9f9;
    padding: 35px;
    margin: 50px 0;
    border-left: 4px solid #3a7d99;
}

.cta-inline h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.cta-inline p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.btn-text {
    display: inline-block;
    color: #3a7d99;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #3a7d99;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.btn-text:hover {
    opacity: 0.7;
}

.testimonial-block {
    margin: 50px 0;
    padding: 30px;
    background-color: #ffffff;
    border-left: 5px solid #d4a373;
}

.testimonial-block blockquote {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-block cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

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

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

.service-card {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}

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

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

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #3a7d99;
}

.btn-select {
    background-color: #3a7d99;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
}

.btn-select:hover {
    background-color: #2e6378;
}

.form-section {
    margin: 50px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.form-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

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

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

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

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

.btn-primary {
    background-color: #3a7d99;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
}

.btn-primary:hover {
    background-color: #2e6378;
}

.closing-section {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #d0d0d0;
}

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

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 220px;
}

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
}

.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 ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    max-width: 1100px;
    margin: 40px auto 20px;
    padding: 25px;
    background-color: #3a3a3a;
    font-size: 13px;
    line-height: 1.6;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    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: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-content a {
    color: #7dbadb;
}

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

.btn-cookie,
.btn-cookie-alt {
    padding: 10px 24px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}

.btn-cookie {
    background-color: #3a7d99;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #2e6378;
}

.btn-cookie-alt {
    background-color: transparent;
    color: #cccccc;
    border: 1px solid #666;
}

.btn-cookie-alt:hover {
    background-color: #333;
}

@media (max-width: 768px) {
    .article-hero h1 {
        font-size: 32px;
    }

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

    .article-body h2 {
        font-size: 26px;
    }

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

    .nav-content {
        flex-direction: column;
        gap: 15px;
    }

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

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

.thanks-page {
    max-width: 680px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.thanks-page h1 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-page p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.thanks-page .service-chosen {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 30px 0;
    border-left: 4px solid #3a7d99;
}

.thanks-page .service-chosen strong {
    color: #3a7d99;
    font-size: 20px;
}

.thanks-page a {
    display: inline-block;
    margin-top: 25px;
    color: #3a7d99;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 2px solid #3a7d99;
    padding-bottom: 3px;
}

.page-container {
    max-width: 920px;
    margin: 60px auto;
    padding: 0 30px;
}

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

.page-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #2c2c2c;
}

.page-container p {
    font-size: 17px;
    margin-bottom: 18px;
    line-height: 1.7;
    color: #3a3a3a;
}

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

.page-container ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #3a7d99;
}

.contact-info p {
    margin-bottom: 12px;
    font-size: 17px;
}

.contact-info strong {
    color: #1a1a1a;
}

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

.services-grid .service-card {
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #e0e0e0;
}

.services-grid .service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
}

.services-grid .service-card p {
    margin-bottom: 22px;
}

.about-image {
    margin: 40px 0;
    background-color: #e8e8e8;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}