* {
    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-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px 25px 40px;
    background-color: #ffffff;
    position: relative;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
    margin-right: 30px;
}

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

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

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

.hero-offset {
    display: flex;
    min-height: 650px;
    padding: 80px 40px 80px 60px;
    background-color: #f8fafc;
    position: relative;
}

.hero-content-left {
    flex: 1;
    padding-right: 60px;
    padding-top: 80px;
    max-width: 580px;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #1e293b;
}

.hero-content-left p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #475569;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-left: 40px;
    background-color: #e2e8f0;
}

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

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

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

.intro-block-offset {
    display: flex;
    padding: 100px 80px 100px 120px;
    gap: 80px;
    background-color: #ffffff;
}

.intro-text {
    flex: 1.2;
    padding-right: 40px;
}

.intro-text h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1e293b;
}

.intro-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #475569;
    line-height: 1.8;
}

.intro-visual {
    flex: 1;
    background-color: #e2e8f0;
}

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

.services-cards-irregular {
    padding: 110px 60px 110px 90px;
    background-color: #f1f5f9;
}

.services-cards-irregular h2 {
    font-size: 44px;
    margin-bottom: 70px;
    color: #1e293b;
    margin-left: 30px;
}

.cards-asymmetric-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    display: flex;
    background-color: #ffffff;
    padding: 40px;
    gap: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
}

.card-offset-1 {
    margin-left: 0;
    margin-right: 100px;
}

.card-offset-2 {
    margin-left: 80px;
    margin-right: 20px;
}

.card-offset-3 {
    margin-left: 40px;
    margin-right: 60px;
}

.service-card img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #e2e8f0;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1e293b;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #64748b;
    line-height: 1.7;
}

.service-card .price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 18px;
}

.service-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.service-card a:hover {
    color: #1d4ed8;
}

.trust-section-overlap {
    position: relative;
    padding: 90px 100px 90px 60px;
    background-color: #1e293b;
    color: #ffffff;
}

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 24px;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    color: #cbd5e1;
}

.stats-overlay {
    display: flex;
    gap: 60px;
    margin-top: 60px;
    margin-left: 80px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #3b82f6;
}

.stat-label {
    font-size: 15px;
    color: #cbd5e1;
    margin-top: 8px;
}

.cta-form-section {
    padding: 100px 120px 100px 80px;
    background-color: #f8fafc;
}

.form-container-asymmetric {
    max-width: 600px;
    margin-left: 60px;
}

.form-container-asymmetric h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1e293b;
}

.form-container-asymmetric p {
    font-size: 17px;
    margin-bottom: 40px;
    color: #64748b;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}

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

.cta-submit {
    padding: 16px 42px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.footer-asymmetric {
    display: flex;
    padding: 70px 60px 70px 90px;
    background-color: #0f172a;
    color: #cbd5e1;
    gap: 60px;
}

.footer-column h3,
.footer-column h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.8;
}

.footer-column a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #3b82f6;
}

.footer-col-1 {
    flex: 1.2;
}

.footer-col-2,
.footer-col-3,
.footer-col-4 {
    flex: 1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1e293b;
    color: #ffffff;
    padding: 24px 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.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;
    color: #cbd5e1;
}

.cookie-content a {
    color: #3b82f6;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

.cookie-reject {
    background-color: transparent;
    color: #cbd5e1;
    border: 1px solid #475569;
}

.cookie-reject:hover {
    background-color: #334155;
}

.about-hero-irregular {
    padding: 90px 80px 90px 120px;
    background-color: #f1f5f9;
    position: relative;
}

.about-intro-offset {
    max-width: 650px;
    margin-bottom: 50px;
}

.about-intro-offset h1 {
    font-size: 50px;
    margin-bottom: 24px;
    color: #1e293b;
}

.about-intro-offset p {
    font-size: 19px;
    color: #475569;
    line-height: 1.7;
}

.about-hero-irregular img {
    width: 100%;
    max-width: 900px;
    height: 480px;
    object-fit: cover;
    margin-left: 60px;
    background-color: #e2e8f0;
}

.story-section-overlap {
    display: flex;
    padding: 100px 60px 100px 100px;
    gap: 70px;
    background-color: #ffffff;
}

.story-content {
    flex: 1.3;
}

.story-content h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1e293b;
}

.story-content p {
    font-size: 17px;
    margin-bottom: 22px;
    color: #475569;
    line-height: 1.8;
}

.story-image-offset {
    flex: 1;
    background-color: #e2e8f0;
    margin-top: 40px;
}

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

.values-asymmetric {
    padding: 90px 80px 90px 60px;
    background-color: #f8fafc;
}

.values-asymmetric h2 {
    font-size: 42px;
    margin-bottom: 60px;
    color: #1e293b;
    margin-left: 40px;
}

.values-grid-irregular {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-block {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.value-1 {
    margin-left: 30px;
    margin-right: 120px;
}

.value-2 {
    margin-left: 90px;
    margin-right: 50px;
}

.value-3 {
    margin-left: 50px;
    margin-right: 90px;
}

.value-block h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1e293b;
}

.value-block p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

.team-section-offset {
    padding: 80px 100px 80px 60px;
    background-color: #ffffff;
}

.team-section-offset h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1e293b;
}

.team-section-offset p {
    font-size: 18px;
    margin-bottom: 50px;
    color: #475569;
    max-width: 700px;
}

.team-image-container {
    background-color: #e2e8f0;
}

.team-image-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.cta-about-irregular {
    padding: 90px 80px 90px 120px;
    background-color: #2563eb;
    color: #ffffff;
    text-align: left;
}

.cta-about-irregular h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-about-irregular p {
    font-size: 18px;
    margin-bottom: 35px;
    max-width: 600px;
}

.cta-link-about {
    display: inline-block;
    padding: 16px 38px;
    background-color: #ffffff;
    color: #2563eb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-link-about:hover {
    background-color: #f1f5f9;
}

.services-hero-offset {
    padding: 80px 80px 80px 120px;
    background-color: #f1f5f9;
}

.services-hero-offset h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #1e293b;
}

.services-hero-offset p {
    font-size: 19px;
    color: #475569;
}

.services-detail-irregular {
    padding: 60px 40px;
    background-color: #ffffff;
}

.service-detail-item {
    display: flex;
    gap: 60px;
    padding: 70px 40px;
    margin-bottom: 40px;
}

.service-offset-1 {
    margin-left: 0;
    margin-right: 80px;
}

.service-offset-2 {
    margin-left: 60px;
    margin-right: 20px;
}

.service-offset-3 {
    margin-left: 20px;
    margin-right: 70px;
}

.service-offset-4 {
    margin-left: 80px;
    margin-right: 30px;
}

.service-offset-5 {
    margin-left: 30px;
    margin-right: 90px;
}

.service-detail-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.service-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #1e293b;
}

.service-detail-content p {
    font-size: 17px;
    margin-bottom: 26px;
    color: #475569;
    line-height: 1.8;
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
}

.service-price-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background-color: #f1f5f9;
    border-left: 4px solid #2563eb;
    margin-top: auto;
}

.price-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
}

.price-note {
    font-size: 14px;
    color: #64748b;
}

.services-cta-irregular {
    padding: 90px 80px 90px 100px;
    background-color: #0f172a;
    color: #ffffff;
}

.services-cta-irregular h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.services-cta-irregular p {
    font-size: 18px;
    margin-bottom: 35px;
}

.cta-services {
    display: inline-block;
    padding: 16px 38px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

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

.contact-hero-offset {
    padding: 80px 80px 80px 120px;
    background-color: #f1f5f9;
}

.contact-hero-offset h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #1e293b;
}

.contact-hero-offset p {
    font-size: 19px;
    color: #475569;
}

.contact-content-irregular {
    padding: 80px 60px 80px 100px;
    background-color: #ffffff;
}

.contact-info-block {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
}

.info-item h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1e293b;
}

.info-item p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
}

.contact-note {
    margin-top: 10px;
    font-size: 14px;
    color: #64748b;
}

.info-offset-1 {
    flex: 1;
}

.info-offset-2 {
    flex: 1;
}

.info-offset-3 {
    flex: 1;
}

.contact-image-container {
    background-color: #e2e8f0;
    margin-top: 40px;
}

.contact-image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contact-map-section {
    padding: 80px 100px 80px 60px;
    background-color: #f8fafc;
}

.contact-map-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1e293b;
}

.contact-map-section p {
    font-size: 17px;
    margin-bottom: 40px;
    color: #475569;
}

.map-placeholder {
    background-color: #e2e8f0;
}

.map-placeholder img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.thanks-section-centered {
    display: flex;
    padding: 100px 80px;
    gap: 70px;
    background-color: #f8fafc;
    min-height: 600px;
}

.thanks-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 46px;
    margin-bottom: 24px;
    color: #1e293b;
}

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

.selected-service-info {
    padding: 20px;
    background-color: #dbeafe;
    border-left: 4px solid #2563eb;
    margin: 24px 0;
    font-size: 16px;
    color: #1e40af;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 38px;
    background-color: transparent;
    color: #2563eb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2563eb;
    border-radius: 6px;
    transition: all 0.3s;
}

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

.thanks-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1e293b;
}

.legal-date {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1e293b;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #334155;
}

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

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

@media (max-width: 768px) {
    .nav-asymmetric {
        flex-direction: column;
        padding: 20px;
    }

    .nav-links {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .hero-offset {
        flex-direction: column;
        padding: 40px 20px;
    }

    .hero-content-left {
        padding-right: 0;
        padding-top: 0;
    }

    .hero-image-right {
        margin-left: 0;
        margin-top: 40px;
        min-height: 300px;
    }

    .intro-block-offset,
    .story-section-overlap,
    .thanks-section-centered {
        flex-direction: column;
        padding: 60px 20px;
    }

    .service-detail-item {
        flex-direction: column;
        padding: 40px 20px;
    }

    .cards-asymmetric-grid .service-card {
        flex-direction: column;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

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

    .stats-overlay {
        flex-direction: column;
        margin-left: 0;
        gap: 30px;
    }

    .contact-info-block {
        flex-direction: column;
        gap: 30px;
    }

    .footer-asymmetric {
        flex-direction: column;
        padding: 40px 20px;
    }
}