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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-content {
    max-width: 100%;
}

.story-flow {
    width: 100%;
}

.article-hero {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #2a2a2a;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
}

.hero-text-overlay h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.lead-text {
    font-size: 22px;
    line-height: 1.5;
    color: #f0f0f0;
    font-style: italic;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header {
    padding: 80px 0 40px;
    text-align: center;
}

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

.page-header .lead-text {
    color: #666;
}

.intro-narrative {
    padding: 60px 0;
}

.opening-graf {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.content-block {
    padding: 50px 0;
}

.content-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.content-block h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-block p {
    font-size: 19px;
    margin-bottom: 25px;
    color: #333;
}

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

.content-block li {
    font-size: 19px;
    margin-bottom: 12px;
    color: #333;
}

.inline-visual-break {
    width: 100%;
    margin: 60px 0;
    text-align: center;
}

.content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    background-color: #e0e0e0;
}

.image-caption {
    font-size: 15px;
    font-style: italic;
    color: #777;
    margin-top: 15px;
}

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

.text-link-cta {
    font-size: 20px;
    color: #2c5f8d;
    text-decoration: none;
    border-bottom: 2px solid #2c5f8d;
    transition: color 0.3s;
}

.text-link-cta:hover {
    color: #1a4263;
}

.insight-highlight {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.highlight-box {
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 60px;
    background-color: #fff;
    border-left: 5px solid #2c5f8d;
}

.highlight-box h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.highlight-box p {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.styled-list {
    list-style: none;
    padding-left: 0;
}

.styled-list li {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.styled-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #2c5f8d;
    font-size: 24px;
}

.testimonial-inline {
    padding: 70px 0;
    background-color: #fafafa;
}

.story-quote {
    font-size: 22px;
    line-height: 1.7;
    font-style: italic;
    color: #4a4a4a;
    border-left: 4px solid #2c5f8d;
    padding-left: 40px;
    margin: 0;
}

.story-quote cite {
    display: block;
    margin-top: 20px;
    font-size: 17px;
    font-style: normal;
    color: #777;
}

.services-reveal {
    padding: 80px 0;
    background-color: #fff;
}

.services-intro {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 0 20px;
}

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 20px;
    color: #555;
}

.services-cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #d0d0d0;
}

.card-content {
    padding: 40px;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 25px;
}

.select-service-btn {
    background-color: #2c5f8d;
    color: #fff;
    border: none;
    padding: 15px 35px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.contact-form-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-align: center;
}

.form-container > p {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

.styled-form {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #e0e0e0;
}

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

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

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

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5f8d;
    background-color: #fff;
}

.submit-btn {
    background-color: #2c5f8d;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #1a4263;
}

.trust-elements {
    padding: 70px 0;
}

.final-cta {
    padding: 80px 0;
    background-color: #2c5f8d;
    text-align: center;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-box h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 20px;
    color: #e0e0e0;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #2c5f8d;
    padding: 18px 50px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 10px;
}

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

.cta-button.secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cta-button.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 20px 20px;
}

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

.footer-section {
    flex: 1;
}

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

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

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

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

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

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

.disclaimer-text {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 25px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

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

.cookie-content a {
    color: #7eb3d9;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #2c5f8d;
    color: #fff;
}

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

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

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

.contact-info-section {
    padding: 60px 0;
}

.contact-info-grid {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
}

.thanks-section {
    padding: 100px 0;
    text-align: center;
}

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

.thanks-message {
    font-size: 22px;
    color: #555;
    margin-bottom: 40px;
}

.submission-details {
    margin-bottom: 40px;
    font-size: 19px;
    color: #333;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.services-detailed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-detail {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.service-detail-image {
    flex: 0 0 400px;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d0d0d0;
}

.service-price-display {
    font-size: 26px;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 20px;
}

.legal-page .content-block {
    padding: 30px 0;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-page p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
}

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

.legal-page li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #333;
}

.legal-page a {
    color: #2c5f8d;
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #d0d0d0;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 700;
    color: #1a1a1a;
}

.cookie-table td {
    font-size: 16px;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 36px;
    }

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

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

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

    .service-detail,
    .service-detail.reverse {
        flex-direction: column;
    }

    .service-detail-image {
        flex: 1;
        width: 100%;
    }

    .nav-links {
        gap: 20px;
    }
}