/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
    font-size: 17px;
}

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

a {
    color: #2c5282;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a365d;
}

/* Container Styles - Editorial Layout */
.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header and Navigation - Editorial Style */
.editorial-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

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

.ad-disclosure {
    font-size: 11px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    background-color: #f7fafc;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

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

.nav-links a {
    color: #4a5568;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2c5282;
}

/* Main Content - Editorial Flow */
.editorial-main {
    margin-top: 0;
}

/* Hero Section - Editorial Story Style */
.hero-editorial {
    padding: 60px 0 80px;
    background-color: #f7fafc;
}

.hero-image {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: #e2e8f0;
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 0;
}

/* Content Sections - Article-like */
.content-section {
    padding: 80px 0;
}

.content-section h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a202c;
    margin-bottom: 28px;
    margin-top: 64px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.content-section h2:first-child {
    margin-top: 0;
}

.content-section h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2d3748;
    margin-bottom: 20px;
    margin-top: 48px;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 24px;
    color: #2c3e50;
    font-size: 17px;
}

.inline-image {
    margin: 48px 0;
    border-radius: 4px;
    background-color: #e2e8f0;
}

.editorial-quote {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    color: #2d3748;
    border-left: 4px solid #2c5282;
    padding-left: 32px;
    margin: 48px 0;
    font-weight: 400;
}

/* Services Preview - Inline Cards */
.services-preview {
    padding: 80px 0;
    background-color: #f7fafc;
}

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 56px;
    color: #1a202c;
    font-weight: 700;
}

.service-card-inline {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-card-inline.reverse {
    flex-direction: column-reverse;
}

.service-content h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a202c;
    font-weight: 600;
}

.service-content p {
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2c5282;
    margin-top: 12px;
}

.service-card-inline img {
    border-radius: 4px;
    background-color: #e2e8f0;
}

/* Form Section - Editorial Style */
.form-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
    font-weight: 700;
}

.form-section > .container-narrow > p {
    margin-bottom: 40px;
    color: #4a5568;
    font-size: 18px;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2d3748;
    font-size: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5282;
    box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: #2c5282;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-submit:hover {
    background-color: #1a365d;
    transform: translateY(-1px);
}

.btn-submit:active {
    transform: translateY(0);
}

/* CTA Buttons */
.cta-inline {
    margin-top: 48px;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background-color: #2c5282;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-primary:hover {
    background-color: #1a365d;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2c5282;
    padding: 16px 32px;
    border: 2px solid #2c5282;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    margin: 8px;
}

.btn-secondary:hover {
    background-color: #2c5282;
    color: #ffffff;
}

/* Closing Section */
.closing-section {
    padding: 80px 0;
    background-color: #2c5282;
    color: #ffffff;
    text-align: center;
}

.closing-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

.closing-section p {
    font-size: 19px;
    margin-bottom: 32px;
    color: #e2e8f0;
}

.closing-section .btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
}

.closing-section .btn-secondary:hover {
    background-color: #ffffff;
    color: #2c5282;
}

/* Footer - Editorial Style */
.editorial-footer {
    background-color: #1a202c;
    color: #cbd5e0;
    padding: 60px 0 24px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
}

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

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

.footer-column ul li a {
    color: #cbd5e0;
    font-size: 14px;
    transition: color 0.2s ease;
}

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

.footer-disclaimer {
    padding: 24px 0;
    border-top: 1px solid #2d3748;
    border-bottom: 1px solid #2d3748;
    margin-bottom: 24px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #a0aec0;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #718096;
}

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

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

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

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

.cookie-content a {
    color: #90cdf4;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-accept {
    background-color: #2c5282;
    color: #ffffff;
}

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

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #4a5568;
}

.btn-reject:hover {
    background-color: #2d3748;
}

/* Page-specific styles */
.page-hero {
    padding: 60px 0 40px;
}

.page-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-hero .lead-text {
    font-size: 21px;
    color: #4a5568;
}

/* Service Details */
.service-detail {
    margin-bottom: 80px;
}

.service-detail h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 32px;
    color: #1a202c;
    font-weight: 600;
}

.service-detail img {
    margin-bottom: 32px;
    border-radius: 4px;
    background-color: #e2e8f0;
}

.service-detail ul {
    margin: 20px 0 20px 24px;
    color: #4a5568;
}

.service-detail li {
    margin-bottom: 8px;
}

.price-display {
    font-size: 32px;
    font-weight: 700;
    color: #2c5282;
    margin-top: 24px;
    padding: 20px;
    background-color: #f7fafc;
    border-left: 4px solid #2c5282;
    border-radius: 4px;
}

/* Process Section */
.process-section {
    margin-top: 64px;
    padding: 48px;
    background-color: #f7fafc;
    border-radius: 8px;
}

.process-step {
    margin-bottom: 28px;
}

.process-step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.process-step p {
    color: #4a5568;
    margin: 0;
}

/* Pricing Note */
.pricing-note {
    margin-top: 64px;
    padding: 40px;
    background-color: #edf2f7;
    border-radius: 8px;
}

.pricing-note h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
    color: #1a202c;
}

/* CTA Section Bottom */
.cta-section-bottom {
    margin-top: 80px;
    padding: 48px;
    background-color: #2c5282;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

.cta-section-bottom h2 {
    color: #ffffff;
    margin-top: 0;
}

.cta-section-bottom p {
    color: #e2e8f0;
}

/* Contact Page */
.contact-info-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.contact-main {
    flex: 2;
}

.contact-aside {
    flex: 1;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 600;
}

.contact-item p {
    color: #4a5568;
    margin-bottom: 8px;
}

.contact-item .note {
    font-size: 15px;
    color: #718096;
    font-style: italic;
}

.info-box {
    margin-top: 32px;
    padding: 24px;
    background-color: #f7fafc;
    border-radius: 6px;
    border-left: 4px solid #2c5282;
}

.info-box h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 600;
}

.info-box p {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
}

.contact-aside img {
    border-radius: 4px;
    margin-bottom: 32px;
    background-color: #e2e8f0;
}

/* FAQ Section */
.faq-section {
    margin-top: 64px;
}

.faq-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 600;
}

.faq-item p {
    color: #4a5568;
    margin: 0;
}

/* Thanks Page */
.thanks-section {
    padding: 80px 0;
}

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

.thanks-content img {
    margin: 0 auto 48px;
    border-radius: 4px;
    max-width: 600px;
    background-color: #e2e8f0;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a202c;
}

.thanks-details,
.next-steps {
    text-align: left;
    margin: 48px 0;
    padding: 32px;
    background-color: #f7fafc;
    border-radius: 8px;
}

.thanks-details h3,
.next-steps h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a202c;
}

.link-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.thanks-footer {
    margin-top: 48px;
}

/* Legal Pages */
.legal-section {
    padding: 60px 0 80px;
}

.legal-section h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a202c;
}

.legal-section h2 {
    font-size: 26px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a202c;
    font-weight: 600;
}

.legal-section h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2d3748;
    font-weight: 600;
}

.legal-section h4 {
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2d3748;
    font-weight: 600;
}

.legal-section p {
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.legal-section ul {
    margin: 16px 0 16px 24px;
    color: #4a5568;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.legal-section a {
    color: #2c5282;
    text-decoration: underline;
}

.update-date {
    margin-top: 48px;
    font-style: italic;
    color: #718096;
    font-size: 14px;
}

/* Feature List */
.feature-list {
    margin: 24px 0 24px 24px;
}

.feature-list li {
    margin-bottom: 16px;
    color: #4a5568;
}

.feature-list strong {
    color: #1a202c;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-direction: column;
        gap: 12px;
    }

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

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

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

    .editorial-quote {
        font-size: 20px;
        padding-left: 20px;
    }

    .service-card-inline {
        padding: 24px;
    }

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

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

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

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

    .price-display {
        font-size: 26px;
    }

    .process-section {
        padding: 32px 24px;
    }

    .link-buttons {
        flex-direction: column;
    }

    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}