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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.nav-left .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-right {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-right a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-right a:hover {
    color: #e63946;
}

.ad-disclosure {
    font-size: 0.85rem;
    color: #666;
    padding: 0.4rem 0.9rem;
    background: #f0f0f0;
    border-radius: 4px;
}

.hero-asymmetric {
    margin-top: 80px;
    min-height: 85vh;
    display: flex;
    position: relative;
    padding: 4rem 5%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content-offset {
    width: 45%;
    padding-top: 8rem;
    padding-left: 3rem;
    z-index: 2;
}

.hero-content-offset h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1.8rem;
    color: #1a1a1a;
}

.hero-text {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #e63946;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-primary:hover {
    background: #d62828;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.3);
}

.hero-image-overlap {
    position: absolute;
    right: 5%;
    top: 15%;
    width: 52%;
    height: 70%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background-color: #e9ecef;
}

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

.intro-offset {
    padding: 8rem 5%;
    display: flex;
    gap: 5rem;
    align-items: center;
    background: #ffffff;
}

.intro-block-left {
    width: 48%;
}

.intro-block-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-block-left p {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.intro-visual-right {
    width: 48%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f9fa;
}

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

.approach-irregular {
    padding: 7rem 5% 8rem;
    background: #f8f9fa;
}

.approach-text-narrow {
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
}

.approach-text-narrow h2 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 700;
}

.approach-text-narrow p {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.approach-cards-staggered {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.approach-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    width: 28%;
    min-width: 280px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.approach-card.card-b {
    transform: translateY(2rem);
}

.approach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.approach-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #e63946;
}

.approach-card p {
    color: #4a4a4a;
    line-height: 1.7;
}

.services-asymmetric {
    padding: 8rem 5%;
    background: #ffffff;
}

.services-title-offset {
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-left: 8%;
    color: #1a1a1a;
    font-weight: 700;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.333% - 2rem);
    min-width: 320px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

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

.service-card h3 {
    padding: 1.5rem 1.5rem 0.8rem;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 1.5rem 1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.service-price {
    padding: 0.5rem 1.5rem 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #e63946;
}

.btn-select-service {
    margin: 0 1.5rem 1.5rem;
    padding: 0.9rem 1.8rem;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-service:hover {
    background: #e63946;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(230, 57, 70, 0.3);
}

.service-offset-top {
    transform: translateY(-3rem);
}

.service-offset-bottom {
    transform: translateY(3rem);
}

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

.service-offset-right {
    transform: translateX(3rem);
}

.contact-form-section {
    padding: 8rem 5%;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.form-container-offset {
    max-width: 600px;
    margin-left: 10%;
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-container-offset h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-container-offset > p {
    margin-bottom: 2rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #e63946;
}

.btn-submit {
    padding: 1.1rem 2rem;
    background: #e63946;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #d62828;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.3);
}

.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem 5% 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
}

.footer-col p {
    color: #b0b0b0;
    line-height: 1.7;
}

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

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

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

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

.footer-disclaimer {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin-bottom: 2rem;
}

.footer-disclaimer p {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 5%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

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

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

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

.thanks-container {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 5%;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
    max-width: 600px;
    line-height: 1.7;
}

.legal-page {
    margin-top: 80px;
    padding: 4rem 5%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.legal-page h1 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
}

.legal-page p {
    margin-bottom: 1.2rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.legal-page ul {
    margin-bottom: 1.5rem;
    margin-left: 2rem;
    color: #4a4a4a;
}

.legal-page li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.about-hero {
    margin-top: 80px;
    padding: 5rem 5%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.about-hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.about-hero p {
    font-size: 1.3rem;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.about-content {
    padding: 6rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 5rem;
}

.about-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.about-section p {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.contact-page {
    margin-top: 80px;
    padding: 5rem 5%;
}

.contact-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-details {
    max-width: 700px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 12px;
}

.contact-details h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .hero-content-offset {
        width: 100%;
        padding-left: 0;
    }

    .hero-image-overlap {
        position: relative;
        width: 100%;
        right: 0;
        top: 2rem;
        height: 400px;
    }

    .intro-offset {
        flex-direction: column;
        gap: 3rem;
    }

    .intro-block-left,
    .intro-visual-right {
        width: 100%;
    }

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

@media (max-width: 768px) {
    .hero-content-offset h1 {
        font-size: 2.5rem;
    }

    .nav-right {
        gap: 1rem;
    }

    .approach-card {
        width: 100%;
    }

    .service-card {
        width: 100%;
        transform: none !important;
    }

    .services-title-offset {
        margin-left: 0;
    }

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