* {
    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.6;
    color: #2c3e50;
    background: #ffffff;
}

.ad-notice {
    background: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.main-nav {
    background: #1a1a1a;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.hero-stacked {
    background: #f5f7fa;
    padding: 0;
}

.hero-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text-block {
    padding: 80px 40px 60px;
    max-width: 720px;
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #1d4ed8;
}

.hero-image-block {
    width: 100%;
    background: #cbd5e0;
}

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

.intro-statement {
    background: #ffffff;
    padding: 90px 40px;
}

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

.narrow-content h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.narrow-content p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.wide-image-section {
    width: 100%;
    background: #e2e8f0;
}

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

.methodology-block {
    background: #f8fafc;
    padding: 100px 40px;
}

.split-content-reverse {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
    flex-direction: row-reverse;
}

.content-column {
    flex: 1;
}

.content-column h2 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 26px;
    font-weight: 600;
}

.content-column p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 18px;
    line-height: 1.7;
}

.image-column {
    flex: 0 0 420px;
    background: #cbd5e0;
}

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

.services-pricing-section {
    background: #ffffff;
    padding: 100px 40px;
}

.services-container {
    max-width: 1100px;
    margin: 0 auto;
}

.services-container h2 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 600;
    text-align: center;
}

.services-intro {
    font-size: 18px;
    color: #64748b;
    text-align: center;
    margin-bottom: 60px;
}

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

.service-card {
    background: #f8fafc;
    padding: 36px;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.service-card h3 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.price {
    font-size: 28px;
    color: #2563eb;
    font-weight: 700;
}

.service-card p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.6;
}

.select-service-btn {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #2563eb;
}

.request-form-section {
    background: #f5f7fa;
    padding: 90px 40px;
}

.form-container {
    max-width: 680px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-weight: 600;
    text-align: center;
}

.selected-service-box {
    background: #dbeafe;
    padding: 20px;
    margin-bottom: 32px;
    border-left: 4px solid #2563eb;
    display: none;
}

.selected-service-box.active {
    display: block;
}

.selected-service-box p {
    font-size: 16px;
    color: #1e40af;
    margin: 0;
}

.service-request-form {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e2e8f0;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.submit-btn {
    width: 100%;
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.trust-indicators {
    background: #1a1a1a;
    padding: 80px 40px;
}

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

.trust-item {
    flex: 1;
}

.trust-item h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 600;
}

.trust-item p {
    font-size: 16px;
    color: #cbd5e0;
    line-height: 1.6;
}

.final-image-block {
    width: 100%;
    background: #e2e8f0;
}

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

.main-footer {
    background: #0f172a;
    color: #cbd5e0;
    padding: 60px 40px 30px;
}

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

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

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

.footer-section a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1300px;
    margin: 0 auto 30px;
    padding: 24px;
    background: #1e293b;
    border-left: 3px solid #475569;
}

.footer-disclaimer p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #64748b;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    padding: 24px;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    color: #e0e0e0;
    font-size: 15px;
    flex: 1;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}

.cookie-btn.accept {
    background: #2563eb;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background: #4b5563;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #374151;
}

.cookie-link {
    color: #93c5fd;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.page-hero {
    background: #f5f7fa;
    padding: 80px 40px 60px;
}

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

.page-hero p {
    font-size: 19px;
    color: #4a5568;
    line-height: 1.7;
}

.about-content-section {
    background: #ffffff;
    padding: 80px 40px;
}

.about-content-section h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin: 40px 0 20px;
    font-weight: 600;
}

.about-content-section h2:first-of-type {
    margin-top: 0;
}

.about-content-section p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 18px;
    line-height: 1.7;
}

.services-detail-section {
    background: #ffffff;
    padding: 80px 40px;
}

.service-detail-card {
    background: #f8fafc;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
}

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.service-detail-card h2 {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-price {
    font-size: 36px;
    color: #2563eb;
    font-weight: 700;
}

.service-detail-card p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.7;
}

.service-cta {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    transition: background 0.3s;
}

.service-cta:hover {
    background: #2563eb;
}

.services-note-section {
    background: #f5f7fa;
    padding: 60px 40px;
}

.services-note-section h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.services-note-section p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.7;
}

.services-note-section ul {
    margin: 20px 0 20px 30px;
}

.services-note-section li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.contact-details-section {
    background: #ffffff;
    padding: 80px 40px;
}

.contact-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.contact-block {
    flex: 1;
    min-width: 280px;
}

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

.contact-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 12px;
}

.email-display {
    font-weight: 500;
    color: #2563eb;
}

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

.contact-cta-section {
    background: #f5f7fa;
    padding: 60px 40px;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 600;
}

.contact-cta-section p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 28px;
    line-height: 1.7;
}

.thanks-section {
    background: #ffffff;
    padding: 100px 40px;
    min-height: 60vh;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 700;
}

.thanks-personalized {
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 40px;
    line-height: 1.7;
}

.thanks-details {
    background: #f8fafc;
    padding: 40px;
    border: 1px solid #e2e8f0;
    margin: 40px 0;
    text-align: left;
}

.thanks-details h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 600;
}

.thanks-details h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin: 28px 0 12px;
    font-weight: 600;
}

.thanks-details p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.7;
}

.thanks-details ul {
    margin: 16px 0 16px 30px;
}

.thanks-details li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.6;
}

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

.cta-secondary {
    display: inline-block;
    background: #ffffff;
    color: #2563eb;
    border: 2px solid #2563eb;
    padding: 14px 38px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

.cta-secondary:hover {
    background: #2563eb;
    color: #ffffff;
}

.legal-content {
    background: #ffffff;
    padding: 80px 40px;
}

.legal-updated {
    font-size: 15px;
    color: #64748b;
    font-style: italic;
    margin-bottom: 40px;
}

.legal-content h1 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-content h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 36px 0 16px;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin: 28px 0 12px;
    font-weight: 600;
}

.legal-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.8;
}

.legal-content ul {
    margin: 16px 0 24px 30px;
}

.legal-content li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-content a {
    color: #2563eb;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1d4ed8;
}

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

    .split-content-reverse {
        flex-direction: column;
    }

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

    .trust-grid {
        flex-direction: column;
        gap: 30px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .contact-grid {
        flex-direction: column;
    }

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

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

    .service-detail-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .thanks-container h1 {
        font-size: 32px;
    }

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