* {
    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: #2c2c2c;
    background: #fafaf8;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-asymmetric {
    padding: 1.5rem 0;
    background: #ffffff;
    border-bottom: 1px solid #e8e5df;
}

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

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

.logo {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-floating {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.ad-label {
    font-size: 0.75rem;
    color: #888;
    padding: 0.4rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.nav-link {
    font-size: 0.95rem;
    color: #4a4a4a;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #1a1a1a;
}

.nav-link.active {
    color: #1a1a1a;
    font-weight: 600;
}

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    overflow: hidden;
}

.hero-content-offset {
    max-width: 650px;
    position: relative;
    z-index: 2;
    margin-left: 8%;
}

.hero-title-large {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

.hero-image-overlap {
    position: absolute;
    top: 12%;
    right: 5%;
    width: 52%;
    height: 70%;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.cta-primary:hover {
    background: #333333;
}

.cta-secondary {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    background: transparent;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.intro-offset {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

.intro-narrow {
    flex: 1;
    max-width: 550px;
    padding-top: 2rem;
}

.intro-narrow h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-narrow p {
    font-size: 1.1rem;
    color: #4a4a4a;
}

.intro-image-aside {
    flex: 1;
    max-width: 600px;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: -3rem;
}

.intro-image-aside img {
    width: 100%;
    height: 100%;
}

.services-cards-irregular {
    max-width: 1400px;
    margin: 10rem auto;
    padding: 0 2rem;
}

.services-header-left {
    max-width: 700px;
    margin-bottom: 4rem;
}

.services-header-left h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.services-header-left p {
    font-size: 1.1rem;
    color: #5a5a5a;
}

.cards-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
}

.service-card {
    flex: 0 0 calc(33.333% - 2rem);
    padding: 2rem;
    border-radius: 8px;
    position: relative;
}

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

.card-offset-2 {
    margin-top: 3rem;
}

.card-offset-3 {
    margin-top: 1.5rem;
}

.card-offset-4 {
    margin-top: 2.5rem;
}

.card-offset-5 {
    margin-top: 0.5rem;
}

.card-offset-6 {
    margin-top: 3.5rem;
}

.card-image-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.card-image-container img {
    width: 100%;
    height: 100%;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 0.95rem;
    color: #5a5a5a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.price-tag {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.about-split-asymmetric {
    max-width: 1400px;
    margin: 10rem auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 6rem;
}

.about-text-irregular {
    flex: 1;
    max-width: 550px;
}

.about-text-irregular h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-text-irregular p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.about-visual-block {
    flex: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.about-visual-block img {
    width: 100%;
    height: 100%;
}

.form-section-offset {
    max-width: 1400px;
    margin: 10rem auto;
    padding: 0 2rem;
}

.form-container-irregular {
    max-width: 650px;
    margin-left: 12%;
    padding: 3rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-container-irregular h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.form-container-irregular > p {
    font-size: 1rem;
    color: #5a5a5a;
    margin-bottom: 2.5rem;
}

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

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    font-size: 0.95rem;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    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: #1a1a1a;
}

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

.btn-submit:hover {
    background: #333333;
}

.footer-irregular {
    background: #2c2c2c;
    color: #e0e0e0;
    padding: 4rem 2rem 2rem;
    margin-top: 10rem;
}

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

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

.footer-col h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col p,
.footer-col a {
    font-size: 0.9rem;
    color: #b0b0b0;
    line-height: 1.8;
}

.footer-col a {
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
    display: none;
}

.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;
    font-size: 0.9rem;
    line-height: 1.6;
}

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

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

.btn-cookie,
.btn-cookie-alt {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie {
    background: #ffffff;
    color: #1a1a1a;
}

.btn-cookie:hover {
    background: #e0e0e0;
}

.btn-cookie-alt {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-cookie-alt:hover {
    background: rgba(255, 255, 255, 0.1);
}

.page-hero-offset {
    padding: 6rem 2rem 4rem;
    background: #f5f3f0;
}

.page-hero-text {
    max-width: 1400px;
    margin: 0 auto;
}

.page-hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.page-hero-text p {
    font-size: 1.2rem;
    color: #5a5a5a;
}

.about-story-asymmetric {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

.story-block-1 {
    flex: 1;
    max-width: 600px;
    padding-top: 2rem;
}

.story-block-1 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.story-block-1 p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.story-image-overlap {
    flex: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: -2rem;
}

.story-image-overlap img {
    width: 100%;
    height: 100%;
}

.team-values-irregular {
    max-width: 1200px;
    margin: 10rem auto;
    padding: 0 2rem;
}

.team-values-irregular h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

.values-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.value-block {
    flex: 0 0 calc(33.333% - 2rem);
    text-align: center;
    padding: 2rem;
}

.value-block h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.value-block p {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.process-section-offset {
    max-width: 1400px;
    margin: 10rem auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 6rem;
}

.process-text-irregular {
    flex: 1;
    max-width: 550px;
}

.process-text-irregular h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

.process-step {
    margin-bottom: 2rem;
}

.process-step h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.process-visual-block {
    flex: 1;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 3rem;
}

.process-visual-block img {
    width: 100%;
    height: 100%;
}

.cta-about-irregular {
    max-width: 1200px;
    margin: 8rem auto;
    padding: 4rem 2rem;
    text-align: center;
    background: #f5f3f0;
    border-radius: 8px;
}

.cta-about-irregular h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.services-detail-irregular {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
}

.service-detail-block {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-bottom: 8rem;
}

.block-offset-2,
.block-offset-4,
.block-offset-6 {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
}

.service-detail-text {
    flex: 1;
    max-width: 550px;
}

.service-detail-text h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.service-detail-text p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    font-size: 0.95rem;
    color: #5a5a5a;
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
}

.service-price {
    margin-bottom: 1.5rem;
}

.price-label {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-right: 0.5rem;
}

.price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.cta-service:hover {
    background: #333333;
}

.cta-services-irregular {
    max-width: 1200px;
    margin: 8rem auto;
    padding: 4rem 2rem;
    text-align: center;
    background: #f5f3f0;
    border-radius: 8px;
}

.cta-services-irregular h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-services-irregular p {
    font-size: 1.1rem;
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.contact-split-irregular {
    max-width: 1400px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

.contact-info-block {
    flex: 1;
    max-width: 500px;
    padding-top: 2rem;
}

.contact-info-block h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

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

.contact-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-item p {
    font-size: 1rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.contact-visual-offset {
    flex: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.contact-visual-offset img {
    width: 100%;
    height: 100%;
}

.thanks-section-center {
    max-width: 800px;
    margin: 8rem auto;
    padding: 0 2rem;
    text-align: center;
}

.thanks-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

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

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

.legal-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.legal-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.legal-content p {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 3.5rem;
    }

    .hero-image-overlap {
        width: 45%;
        height: 60%;
    }

    .intro-offset,
    .about-split-asymmetric,
    .about-story-asymmetric,
    .process-section-offset,
    .contact-split-irregular {
        flex-direction: column;
        gap: 3rem;
    }

    .service-card {
        flex: 0 0 calc(50% - 1.5rem);
    }

    .service-detail-block {
        flex-direction: column !important;
        gap: 3rem;
    }

    .value-block {
        flex: 0 0 calc(50% - 1.5rem);
    }
}

@media (max-width: 768px) {
    .header-offset {
        flex-direction: column;
        gap: 1.5rem;
    }

    .nav-floating {
        width: 100%;
        justify-content: center;
    }

    .hero-asymmetric {
        min-height: auto;
        padding: 3rem 1.5rem;
    }

    .hero-content-offset {
        margin-left: 0;
    }

    .hero-title-large {
        font-size: 2.5rem;
    }

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

    .service-card,
    .value-block {
        flex: 0 0 100%;
    }

    .page-hero-text h1 {
        font-size: 2.5rem;
    }

    .form-container-irregular {
        margin-left: 0;
        padding: 2rem;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .btn-cookie,
    .btn-cookie-alt {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .hero-title-large {
        font-size: 2rem;
    }

    .page-hero-text h1 {
        font-size: 2rem;
    }

    .services-header-left h2,
    .team-values-irregular h2 {
        font-size: 2rem;
    }
}