* {
    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;
}

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

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #2c3e50;
}

.editorial-content {
    background-color: #fafafa;
}

.article-hero {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.4), transparent);
    color: #ffffff;
}

.hero-text-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-subtitle {
    font-size: 20px;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.article-body {
    padding: 80px 30px;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.6;
    color: #34495e;
    margin-bottom: 30px;
    font-weight: 400;
}

.narrow-content p {
    margin-bottom: 22px;
    font-size: 17px;
}

.narrow-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.narrow-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c3e50;
}

.narrow-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #34495e;
}

.narrow-content h4 {
    font-size: 19px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #34495e;
}

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

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

.inline-image figcaption {
    padding: 12px 20px;
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    text-align: center;
    background-color: #f8f9fa;
}

.callout-box {
    background-color: #f1f8ff;
    border-left: 4px solid #0366d6;
    padding: 25px 30px;
    margin: 40px 0;
}

.callout-box h3 {
    margin-top: 0;
    font-size: 20px;
    color: #0366d6;
}

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

.callout-box p:last-child {
    margin-bottom: 0;
}

.info-box {
    background-color: #fff9e6;
    border-left: 4px solid #ffb900;
    padding: 25px 30px;
    margin: 40px 0;
}

.info-box h3 {
    margin-top: 0;
    font-size: 20px;
    color: #8a6d00;
}

.info-box p:last-child {
    margin-bottom: 0;
}

.styled-list {
    margin: 20px 0;
    padding-left: 25px;
}

.styled-list li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.cta-inline {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 40px 35px;
    margin: 50px 0;
    text-align: center;
}

.cta-inline h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
}

.cta-inline p {
    margin-bottom: 25px;
    font-size: 17px;
}

.btn-primary {
    display: inline-block;
    background-color: #ffffff;
    color: #2c3e50;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

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

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2c3e50;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #2c3e50;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 16px;
}

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

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

.service-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

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

.service-image-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-card h3 {
    margin-top: 0;
    padding: 25px 30px 10px;
    font-size: 24px;
    color: #2c3e50;
}

.service-card p {
    padding: 0 30px;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-specs {
    padding: 0 30px;
    margin: 15px 0;
    list-style: none;
}

.product-specs li {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.product-specs li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0366d6;
    font-weight: bold;
}

.service-price {
    padding: 0 30px;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0;
}

.btn-select-service {
    display: block;
    width: calc(100% - 60px);
    margin: 20px 30px 30px;
    background-color: #0366d6;
    color: #ffffff;
    padding: 14px 24px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
}

.btn-select-service:hover {
    background-color: #0256c7;
    transform: translateY(-1px);
}

.order-section {
    background-color: #ffffff;
    padding: 50px 40px;
    margin: 60px 0;
    border: 1px solid #e5e5e5;
}

.order-section h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-form {
    margin-top: 30px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.form-group input[readonly] {
    background-color: #e9ecef;
    color: #495057;
}

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

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

.testimonial-section {
    margin: 60px 0;
}

.testimonial {
    background-color: #f8f9fa;
    padding: 30px 35px;
    margin: 25px 0;
    border-left: 3px solid #2c3e50;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    color: #34495e;
    margin-bottom: 15px;
}

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

.faq-item {
    margin-bottom: 30px;
}

.faq-item h4 {
    margin-top: 0;
    color: #2c3e50;
}

.faq-item p:last-child {
    margin-bottom: 0;
}

.disclaimer {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 25px 30px;
    margin: 50px 0;
    font-size: 14px;
    line-height: 1.6;
}

.disclaimer p {
    margin-bottom: 0;
    font-size: 14px;
}

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

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

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

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

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

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

.footer-column a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    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: 30px;
}

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

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

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

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.contact-info-box {
    background-color: #ffffff;
    padding: 40px;
    margin: 40px 0;
    border: 1px solid #e5e5e5;
}

.contact-info-box h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.contact-info-box h2:first-child {
    margin-top: 0;
}

.contact-info-box p {
    font-size: 16px;
    line-height: 1.8;
}

.thanks-container {
    text-align: center;
    padding: 60px 0;
}

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

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

.legal-content h1 {
    font-size: 40px;
}

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

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

.legal-content ul,
.legal-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.legal-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

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

.legal-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.legal-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
        padding: 15px 20px;
    }

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

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

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

    .article-body {
        padding: 50px 20px;
    }

    .narrow-content h1 {
        font-size: 34px;
    }

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

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

    .footer-container {
        flex-direction: column;
        gap: 35px;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .thanks-actions .btn-primary,
    .thanks-actions .btn-secondary {
        width: 100%;
    }
}