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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    overflow-x: hidden;
}

.ad-disclosure {
    background: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    border-bottom: 1px solid #ffc107;
}

.nav-asymmetric {
    background: #1a1a2e;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo-section {
    flex: 0 0 auto;
}

.brand-logo {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.hero-asymmetric {
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    padding: 0;
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    gap: 3rem;
}

.hero-text-block {
    flex: 0 0 45%;
    z-index: 10;
    padding-left: 3rem;
}

.hero-heading {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
}

.hero-subtext {
    font-size: 1.15rem;
    color: #ecf0f1;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.cta-offset {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.3s, transform 0.2s;
}

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

.hero-image-overlap {
    flex: 1;
    position: relative;
    margin-top: -5rem;
    margin-right: -2rem;
    background: #34495e;
    border-radius: 8px;
    overflow: hidden;
}

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

.intro-block-irregular {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.intro-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.intro-left-offset {
    flex: 0 0 55%;
    padding-right: 2rem;
}

.intro-left-offset h3 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.intro-left-offset p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.intro-visual-right {
    flex: 1;
    background: #34495e;
    border-radius: 8px;
    overflow: hidden;
    transform: translateY(-3rem);
}

.intro-visual-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-staggered {
    padding: 7rem 2rem;
    background: #fff;
}

.services-header-left {
    max-width: 1400px;
    margin: 0 auto 4rem 2rem;
}

.services-header-left h3 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 800;
}

.services-header-left p {
    font-size: 1.15rem;
    color: #7f8c8d;
}

.services-grid-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    width: calc(33.333% - 2rem);
    min-width: 320px;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

.card-left {
    margin-left: -1rem;
}

.card-right {
    margin-right: -1rem;
}

.card-right-high {
    margin-right: -1rem;
    transform: translateY(-2rem);
}

.card-left-low {
    margin-left: -1rem;
    transform: translateY(2rem);
}

.card-center {
    margin: 0 auto;
}

.service-image {
    width: 100%;
    height: 200px;
    background: #bdc3c7;
    overflow: hidden;
}

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

.service-card h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 1.5rem 1.5rem 1rem;
    font-weight: 700;
}

.service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0 1.5rem 1.5rem;
    flex-grow: 1;
}

.price-tag {
    display: block;
    font-size: 1.8rem;
    color: #e74c3c;
    font-weight: 700;
    margin: 1rem 1.5rem 0.5rem;
}

.select-service {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 0.9rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    border-radius: 0;
    margin-top: auto;
}

.select-service:hover {
    background: #2980b9;
}

.form-section-diagonal {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 6rem 2rem;
    transform: skewY(-2deg);
    margin: 4rem 0;
}

.form-wrapper-offset {
    transform: skewY(2deg);
    max-width: 900px;
    margin: 0 auto;
}

.form-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.form-intro h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-intro p {
    font-size: 1.1rem;
    color: #f0f0f0;
}

.contact-form-asymmetric {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.submit-btn-offset {
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 1.1rem 3rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    display: block;
    margin: 2rem auto 0;
}

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

.trust-block-split {
    padding: 5rem 2rem;
    background: #ecf0f1;
}

.trust-content {
    max-width: 1100px;
    margin: 0 auto;
}

.trust-content h3 {
    font-size: 2.4rem;
    color: #2c3e50;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.trust-points {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background: #fff;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

.trust-item strong {
    display: block;
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.trust-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.disclaimer-section {
    padding: 3rem 2rem;
    background: #ffe6e6;
    border-top: 2px solid #e74c3c;
}

.disclaimer-text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #721c24;
    line-height: 1.7;
    text-align: center;
}

.footer-asymmetric {
    background: #1a1a2e;
    color: #ecf0f1;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

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

.footer-block h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.footer-block p {
    font-size: 0.95rem;
    color: #bdc3c7;
    line-height: 1.6;
}

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

.footer-block ul li {
    margin-bottom: 0.7rem;
}

.footer-block ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-block ul li a:hover {
    color: #3498db;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 1.5rem 2rem;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-btn {
    padding: 0.7rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

.cookie-btn.reject {
    background: #7f8c8d;
    color: #fff;
}

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

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

    .hero-text-block {
        flex: 1;
        padding-left: 0;
        text-align: center;
    }

    .hero-image-overlap {
        margin: 2rem 0 0;
    }

    .intro-wrapper {
        flex-direction: column;
    }

    .intro-left-offset {
        flex: 1;
        padding-right: 0;
    }

    .intro-visual-right {
        transform: none;
    }

    .service-card {
        width: calc(50% - 2rem);
    }

    .card-left,
    .card-right,
    .card-right-high,
    .card-left-low {
        margin: 0;
        transform: none;
    }

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

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

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }

    .hero-heading {
        font-size: 2.2rem;
    }

    .hero-subtext {
        font-size: 1rem;
    }

    .service-card {
        width: 100%;
        min-width: 100%;
    }

    .services-grid-offset {
        gap: 2rem;
    }

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

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

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem 3rem;
    text-align: center;
}

.page-header h1 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-header p {
    color: #f0f0f0;
    font-size: 1.15rem;
}

.page-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.page-content h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin: 2.5rem 0 1.2rem;
    font-weight: 700;
}

.page-content h3 {
    font-size: 1.5rem;
    color: #34495e;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.page-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.page-content ul {
    margin: 1rem 0 1.5rem 2rem;
}

.page-content ul li {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.7rem;
}

.contact-info-block {
    background: #f8f9fa;
    padding: 2rem;
    border-left: 4px solid #3498db;
    margin: 2rem 0;
    border-radius: 4px;
}

.contact-info-block h3 {
    margin-top: 0;
}

.contact-info-block p {
    margin-bottom: 0.8rem;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.thanks-box {
    background: #fff;
    padding: 4rem 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 600px;
}

.thanks-icon {
    font-size: 4rem;
    color: #27ae60;
    margin-bottom: 1.5rem;
}

.thanks-box h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
}

.thanks-box p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.thanks-box .service-selected {
    background: #ecf0f1;
    padding: 1rem;
    border-radius: 4px;
    margin: 1.5rem 0;
    font-weight: 600;
    color: #2c3e50;
}

.thanks-box a {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: background 0.3s;
}

.thanks-box a:hover {
    background: #2980b9;
}