* {
    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.6;
    color: #2c3e50;
    background: #ffffff;
}

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

.floating-nav {
    position: fixed;
    top: 50px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-brand {
    font-size: 18px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.nav-links a:hover {
    color: #2d5016;
}

.hero-asymmetric {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 60px 100px 80px;
}

.hero-content-offset {
    max-width: 620px;
    z-index: 2;
    padding-right: 60px;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
}

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 15%;
    width: 55%;
    height: 70%;
    z-index: 1;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #2d5016;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-primary:hover {
    background: #1f3810;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 80, 22, 0.3);
}

.intro-offset {
    padding: 120px 80px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    background: #f8faf7;
}

.intro-block-left {
    flex: 1.2;
    padding-top: 40px;
}

.intro-block-left h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
    line-height: 1.3;
}

.intro-block-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.intro-visual-right {
    flex: 1;
    position: relative;
    top: -60px;
    background: #e8ede4;
}

.intro-visual-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.insight-panel {
    padding: 100px 180px 100px 120px;
    background: #2d5016;
    color: #ffffff;
    position: relative;
    left: 60px;
    width: calc(100% - 60px);
}

.insight-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
}

.insight-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #e8f4e0;
}

.services-asymmetric {
    padding: 140px 80px 120px 80px;
}

.section-header-offset {
    max-width: 600px;
    margin-bottom: 70px;
    margin-left: 60px;
}

.section-header-offset h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.section-header-offset p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}

.service-card {
    width: calc(33.333% - 30px);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s;
    background-color: #f8faf7;
}

.service-card:nth-child(2) {
    margin-top: 60px;
}

.service-card:nth-child(4) {
    margin-top: 80px;
}

.card-elevated {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

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

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 24px 14px 24px;
    line-height: 1.3;
}

.service-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 24px 20px 24px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2d5016;
    margin: 20px 24px 16px 24px;
}

.select-service-btn {
    width: calc(100% - 48px);
    margin: 0 24px 28px 24px;
    padding: 14px;
    background: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.select-service-btn:hover {
    background: #1f3810;
    transform: translateY(-2px);
}

.trust-section {
    padding: 100px 200px 100px 140px;
    background: #f8faf7;
}

.trust-block h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 28px;
    line-height: 1.3;
}

.trust-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.form-section-offset {
    padding: 120px 80px 120px 200px;
    background: #ffffff;
}

.form-container {
    max-width: 600px;
}

.form-container h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.form-container > p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 40px;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.cta-submit {
    padding: 16px 40px;
    background: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

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

.disclaimer-section {
    padding: 60px 120px;
    background: #f8f9fa;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6c757d;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 80px 40px 80px;
}

.footer-content {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-block {
    flex: 1;
}

.footer-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-block p {
    font-size: 14px;
    line-height: 1.7;
    color: #b0b0b0;
    margin-bottom: 10px;
}

.footer-block a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

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

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #888888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 24px;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

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

@media (max-width: 1200px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 80px 40px;
    }

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

    .floating-nav {
        position: relative;
        top: 0;
        right: 0;
        flex-direction: row;
        justify-content: space-between;
        border-radius: 0;
    }

    .nav-links {
        flex-direction: row;
        gap: 20px;
    }

    .intro-offset {
        flex-direction: column;
        padding: 60px 40px;
    }

    .intro-visual-right {
        top: 0;
        width: 100%;
    }

    .service-card {
        width: calc(50% - 20px);
    }

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

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .service-card {
        width: 100%;
    }

    .service-card:nth-child(2),
    .service-card:nth-child(4) {
        margin-top: 0;
    }

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