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

.nav-floating {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 140px 5% 80px 5%;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    max-width: 580px;
}

.hero-content-left h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 38px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.cta-primary:hover {
    background: #1a252f;
    transform: translateY(-2px);
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -80px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background-color: #e9ecef;
}

.intro-asymmetric {
    display: flex;
    gap: 80px;
    padding: 120px 5%;
    background: #f8f9fa;
}

.intro-block-small {
    flex: 0 0 320px;
}

.intro-block-small h2 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    position: sticky;
    top: 140px;
}

.intro-block-large {
    flex: 1;
    max-width: 680px;
}

.intro-block-large p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.trust-layer {
    display: flex;
    padding: 100px 5%;
    gap: 70px;
    align-items: center;
}

.trust-content {
    flex: 1;
}

.trust-content h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.trust-points {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.trust-item {
    padding-left: 25px;
    border-left: 4px solid #3498db;
}

.trust-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

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

.trust-image {
    flex: 0 0 440px;
}

.trust-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #e9ecef;
}

.story-section {
    padding: 100px 15% 100px 25%;
    background: #ffffff;
}

.story-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.story-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 22px;
}

.services-reveal {
    padding: 120px 5%;
    background: #f8f9fa;
}

.services-headline {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.services-intro-text {
    font-size: 18px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px auto;
    color: #555;
    line-height: 1.7;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: calc(50% - 20px);
    max-width: 520px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-card.offset-1 {
    margin-top: 0;
}

.service-card.offset-2 {
    margin-top: 60px;
}

.service-card.offset-3 {
    margin-top: 30px;
}

.service-card.offset-4 {
    margin-top: 80px;
}

.service-card.offset-5 {
    margin-top: 45px;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #dee2e6;
}

.service-card h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 25px 30px 15px 30px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 30px;
    color: #555;
    margin-bottom: 20px;
}

.service-card .price {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #3498db;
    padding: 0 30px 30px 30px;
}

.testimonial-offset {
    padding: 100px 10%;
    display: flex;
    gap: 50px;
    background: #ffffff;
}

.testimonial-card {
    flex: 1;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    border-left: 5px solid #3498db;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 20px;
    font-style: italic;
}

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

.cta-section-inline {
    padding: 90px 5%;
    text-align: center;
    background: #2c3e50;
    color: #ffffff;
}

.cta-section-inline h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section-inline p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.cta-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.process-section {
    padding: 100px 5%;
    background: #ffffff;
}

.process-section h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    flex: 1;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #3498db;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-step h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.process-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.form-section {
    padding: 100px 5%;
    background: #f8f9fa;
}

.form-section h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-section > p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
    color: #555;
}

.contact-form {
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

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

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 5% 30px 5%;
}

.footer-content {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #adb5bd;
}

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

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

.footer-col ul li a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    border-top: 1px solid #343a40;
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 2px solid #3498db;
    padding: 25px 5%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    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 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

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

.btn-cookie-accept:hover {
    background: #1a252f;
    transform: translateY(-2px);
}

.btn-cookie-reject {
    background: #e9ecef;
    color: #2c3e50;
}

.btn-cookie-reject:hover {
    background: #dee2e6;
    transform: translateY(-2px);
}

.thanks-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 5% 80px 5%;
    text-align: center;
}

.thanks-content {
    max-width: 600px;
}

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

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

@media (max-width: 968px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left h1 {
        font-size: 48px;
    }

    .hero-image-right {
        margin-top: 0;
    }

    .intro-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .intro-block-small {
        flex: 1;
    }

    .intro-block-small h2 {
        position: static;
    }

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

    .trust-image {
        flex: 1;
    }

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

    .service-card {
        width: 100%;
        margin-top: 0 !important;
    }

    .testimonial-offset {
        flex-direction: column;
    }

    .process-steps {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}