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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

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

.nav-minimal {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

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

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

.nav-links a:hover {
    color: #007bff;
}

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

.hero-editorial {
    margin-bottom: 60px;
}

.hero-image-wrap {
    margin-bottom: 30px;
    background-color: #e9ecef;
    overflow: hidden;
    border-radius: 4px;
}

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

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

.hero-subtitle {
    font-size: 20px;
    color: #6c757d;
    line-height: 1.5;
}

.story-intro {
    margin-bottom: 60px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #343a40;
}

.story-intro p {
    margin-bottom: 20px;
    font-size: 18px;
}

.inline-image {
    margin: 40px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

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

.emphasis-quote {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 40px 0;
    padding-left: 20px;
    border-left: 4px solid #007bff;
    color: #1a1a1a;
}

.problem-section {
    margin-bottom: 60px;
}

.problem-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.problem-section p {
    margin-bottom: 20px;
    font-size: 18px;
}

.insight-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 4px;
    margin: 30px 0;
    border-left: 4px solid #28a745;
}

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

.solution-reveal {
    margin-bottom: 60px;
}

.solution-reveal h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.solution-reveal p {
    margin-bottom: 20px;
    font-size: 18px;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background: #f1f3f5;
    border-radius: 4px;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 15px;
    color: #495057;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #6c757d;
    font-style: normal;
}

.benefits-narrative {
    margin-bottom: 60px;
}

.benefits-narrative h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.benefit-story {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: center;
}

.benefit-story.reverse {
    flex-direction: row-reverse;
}

.benefit-image {
    flex: 0 0 45%;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

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

.benefit-content {
    flex: 1;
}

.benefit-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.benefit-content p {
    font-size: 17px;
    color: #495057;
}

.trust-section {
    margin-bottom: 60px;
}

.trust-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.trust-section > p {
    font-size: 18px;
    margin-bottom: 40px;
}

.trust-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 15px;
    color: #6c757d;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 4px;
}

.testimonial-card p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #495057;
}

.testimonial-card cite {
    font-size: 14px;
    color: #6c757d;
    font-style: normal;
}

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

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.section-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: #495057;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    background-color: #e9ecef;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 22px;
    margin: 20px 20px 15px 20px;
    color: #1a1a1a;
}

.service-card p {
    margin: 0 20px 15px 20px;
    font-size: 16px;
    color: #495057;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #28a745;
    margin: 20px 20px 15px 20px;
}

.cta-service {
    margin: 0 20px 20px 20px;
    padding: 12px 24px;
    background: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.cta-service:hover {
    background: #0056b3;
}

.cta-section {
    margin-bottom: 60px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 4px;
}

.cta-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cta-section > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #495057;
}

.contact-form {
    max-width: 500px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #343a40;
}

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007bff;
}

.btn-primary {
    padding: 14px 32px;
    background: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #0056b3;
}

.disclaimer-section {
    margin-bottom: 60px;
    padding: 25px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 14px;
    color: #856404;
    line-height: 1.6;
}

.site-footer {
    background: #212529;
    color: #adb5bd;
    padding: 50px 20px 30px;
}

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

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

.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: #adb5bd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 2px solid #007bff;
    padding: 20px;
    z-index: 1000;
    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;
}

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

.cookie-content a {
    color: #007bff;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-accept {
    background: #28a745;
    color: #ffffff;
}

.btn-accept:hover {
    background: #218838;
}

.btn-reject {
    background: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background: #5a6268;
}

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

.page-header {
    margin-bottom: 40px;
}

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

.page-header p {
    font-size: 18px;
    color: #6c757d;
}

.page-content {
    font-size: 16px;
    line-height: 1.8;
}

.page-content h2 {
    font-size: 26px;
    margin: 40px 0 20px 0;
    color: #1a1a1a;
}

.page-content h3 {
    font-size: 20px;
    margin: 30px 0 15px 0;
    color: #343a40;
}

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

.page-content ul,
.page-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

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

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

.service-item {
    flex: 0 0 calc(50% - 15px);
    background: #f8f9fa;
    padding: 30px;
    border-radius: 4px;
}

.service-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-item p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #495057;
}

.service-item .price {
    font-size: 24px;
    font-weight: 700;
    color: #28a745;
    display: block;
    margin-top: 15px;
}

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
}

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

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

.contact-item strong {
    display: block;
    margin-bottom: 5px;
    color: #343a40;
}

.contact-item p {
    margin: 0;
    color: #495057;
}

.thanks-container {
    max-width: 600px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 4px;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #28a745;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #495057;
}

.thanks-container .service-selected {
    font-weight: 600;
    color: #007bff;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: #007bff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
}

.thanks-container a:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 15px;
    }

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

    .hero-title {
        font-size: 32px;
    }

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

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

    .story-intro p {
        font-size: 16px;
    }

    .emphasis-quote {
        font-size: 20px;
    }

    .benefit-story {
        flex-direction: column;
    }

    .benefit-story.reverse {
        flex-direction: column;
    }

    .benefit-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .trust-stats {
        flex-direction: column;
    }

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

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

    .service-item {
        flex: 0 0 100%;
    }
}