* {
    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: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    color: #4a6b2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2d5016;
}

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

.header-asymmetric {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 1.2rem 5%;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

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

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

.brand-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d5016;
    letter-spacing: -0.5px;
}

.nav-floating {
    flex: 1;
    display: flex;
    justify-content: center;
}

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

.nav-floating a {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.nav-floating a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4a6b2e;
    transition: width 0.3s ease;
}

.nav-floating a:hover::after {
    width: 100%;
}

.ad-disclosure {
    flex: 0 0 auto;
    background-color: #f0f5ec;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.ad-disclosure span {
    font-size: 0.85rem;
    color: #5a5a5a;
    font-weight: 500;
}

.hero-asymmetric {
    display: flex;
    min-height: 75vh;
    position: relative;
    margin: 3rem 5% 6rem;
}

.hero-visual {
    flex: 1.2;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    margin-right: -8%;
}

.hero-overlay-offset {
    position: absolute;
    bottom: 10%;
    left: 8%;
    background-color: rgba(45, 80, 22, 0.92);
    padding: 3rem 2.5rem;
    max-width: 520px;
    color: #ffffff;
    transform: translateY(25%);
}

.hero-overlay-offset h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 800;
}

.hero-overlay-offset p {
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.95;
}

.hero-text-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem 2rem 5rem;
    background-color: #f9faf7;
}

.hero-text-block p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #3a3a3a;
}

.cta-hero {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4a6b2e;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.cta-hero:hover {
    background-color: #2d5016;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 107, 46, 0.3);
}

.offset-intro {
    display: flex;
    margin: 8rem 5% 6rem;
    gap: 5%;
    align-items: center;
}

.intro-block-left {
    flex: 1;
    padding-right: 3rem;
    transform: translateX(-5%);
}

.intro-block-left h3 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
    color: #2d5016;
    font-weight: 700;
}

.intro-block-left p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.intro-image-right {
    flex: 1;
    transform: translateX(5%) translateY(-3rem);
}

.intro-image-right img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.services-overview {
    background-color: #f4f7f0;
    padding: 7rem 5% 8rem;
    position: relative;
}

.services-header-offset {
    max-width: 600px;
    margin-bottom: 4rem;
    margin-left: 8%;
}

.services-header-offset h3 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    color: #2d5016;
    font-weight: 700;
}

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

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

.service-card {
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

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

.service-card-large {
    flex: 1 1 calc(60% - 1.25rem);
    transform: translateY(-2rem);
}

.service-card-offset {
    flex: 1 1 calc(40% - 1.25rem);
    transform: translateY(1.5rem);
}

.service-card-small {
    flex: 1 1 calc(35% - 1.25rem);
}

.service-card-wide {
    flex: 1 1 calc(65% - 1.25rem);
    transform: translateY(-1rem);
}

.service-card-vertical {
    flex: 1 1 calc(30% - 1.25rem);
    transform: translateY(2rem);
}

.service-card-compact {
    flex: 1 1 calc(70% - 1.25rem);
}

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

.service-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d5016;
    font-weight: 600;
}

.service-content p {
    font-size: 1rem;
    color: #5a5a5a;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a6b2e;
    display: block;
    margin-bottom: 1.5rem;
}

.select-service {
    padding: 0.9rem 1.8rem;
    background-color: #4a6b2e;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.select-service:hover {
    background-color: #2d5016;
    transform: translateX(5px);
}

.form-section-asymmetric {
    margin: 8rem 5% 7rem;
    display: flex;
    gap: 6%;
}

.form-intro-block {
    flex: 0.8;
    padding-right: 2rem;
    transform: translateY(3rem);
}

.form-intro-block h3 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.form-intro-block p {
    font-size: 1.1rem;
    color: #5a5a5a;
}

.form-container-offset {
    flex: 1.2;
    background-color: #f9faf7;
    padding: 3rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(3%);
}

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

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

.form-group label {
    font-size: 1rem;
    font-weight: 600;
    color: #3a3a3a;
}

.form-group input,
.form-group select {
    padding: 1rem;
    border: 2px solid #e0e0e0;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 1.1rem 2.5rem;
    background-color: #4a6b2e;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #2d5016;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(74, 107, 46, 0.3);
}

.trust-section {
    background-color: #e8f0df;
    padding: 6rem 5%;
}

.trust-content-split {
    display: flex;
    gap: 5%;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.trust-text {
    flex: 1;
    transform: translateX(-3%);
}

.trust-text h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.trust-text p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #4a4a4a;
}

.trust-image {
    flex: 1;
    transform: translateX(3%) translateY(-2rem);
}

.trust-image img {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.footer-asymmetric {
    background-color: #2d5016;
    color: #ffffff;
    padding: 4rem 5% 1.5rem;
}

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

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

.footer-section h4,
.footer-section h5 {
    margin-bottom: 1.2rem;
    color: #e8f0df;
}

.footer-section h4 {
    font-size: 1.5rem;
}

.footer-section h5 {
    font-size: 1.1rem;
}

.footer-section p {
    margin-bottom: 0.8rem;
    opacity: 0.9;
    line-height: 1.6;
}

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

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

.footer-section a {
    color: #e8f0df;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-section a:hover {
    opacity: 1;
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
}

.footer-disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.85;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 80, 22, 0.97);
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 2000;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
    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;
    font-size: 1rem;
    line-height: 1.6;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.btn-cookie-accept:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
}

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

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

.about-hero-offset {
    display: flex;
    min-height: 60vh;
    margin: 3rem 5% 6rem;
}

.about-text-primary {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem 4rem 3rem;
    background-color: #f4f7f0;
    transform: translateX(3%);
}

.about-text-primary h2 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
    color: #2d5016;
    font-weight: 800;
}

.about-text-primary p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.about-visual-block {
    flex: 1;
    background-size: cover;
    background-position: center;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -5%;
}

.story-section-asymmetric {
    display: flex;
    margin: 8rem 5% 6rem;
    gap: 5%;
    align-items: center;
}

.story-block-right {
    flex: 1;
    padding-left: 3rem;
    order: 2;
}

.story-block-right h3 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.story-block-right p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.story-image-left {
    flex: 1;
    order: 1;
    transform: translateY(-2rem);
}

.story-image-left img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.values-offset {
    background-color: #f9faf7;
    padding: 7rem 5%;
}

.values-offset h3 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    color: #2d5016;
    font-weight: 700;
    text-align: center;
}

.values-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

.value-card {
    background-color: #ffffff;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.value-large {
    flex: 1 1 calc(55% - 1rem);
    transform: translateY(-1.5rem);
}

.value-small {
    flex: 1 1 calc(45% - 1rem);
    transform: translateY(1rem);
}

.value-medium {
    flex: 1 1 calc(40% - 1rem);
}

.value-offset {
    flex: 1 1 calc(60% - 1rem);
    transform: translateY(-2rem);
}

.value-card h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #2d5016;
    font-weight: 600;
}

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

.team-section-split {
    display: flex;
    margin: 8rem 5%;
    gap: 5%;
    align-items: center;
}

.team-intro-left {
    flex: 1;
}

.team-intro-left h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.team-intro-left p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.team-visual-right {
    flex: 1;
    transform: translateY(2rem) translateX(3%);
}

.team-visual-right img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.approach-asymmetric {
    background-color: #e8f0df;
    padding: 7rem 5%;
}

.approach-asymmetric h3 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    color: #2d5016;
    font-weight: 700;
    text-align: center;
}

.approach-steps-offset {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.step-block {
    background-color: #ffffff;
    padding: 2.5rem 3rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.step-block:hover {
    transform: translateX(10px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.step-right {
    transform: translateX(5%);
}

.step-left {
    transform: translateX(-5%);
}

.step-center {
    transform: translateX(0);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: #e8f0df;
    flex-shrink: 0;
}

.step-block h4 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    color: #2d5016;
    font-weight: 600;
}

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

.services-hero-asymmetric {
    background-color: #f4f7f0;
    padding: 6rem 5%;
}

.services-title-offset {
    max-width: 700px;
    margin-left: 10%;
}

.services-title-offset h2 {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    color: #2d5016;
    font-weight: 800;
}

.services-title-offset p {
    font-size: 1.3rem;
    color: #5a5a5a;
}

.services-detailed {
    padding: 4rem 5%;
}

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

.service-layout-left .service-detail-content {
    flex: 1;
    order: 1;
}

.service-layout-left .service-detail-image {
    flex: 1;
    order: 2;
    transform: translateX(3%);
}

.service-layout-right .service-detail-content {
    flex: 1;
    order: 2;
}

.service-layout-right .service-detail-image {
    flex: 1;
    order: 1;
    transform: translateX(-3%);
}

.service-layout-center {
    flex-direction: column;
    text-align: center;
}

.service-content-full {
    max-width: 900px;
    margin: 0 auto;
}

.service-detail-content h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
    line-height: 1.8;
}

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

.service-features li {
    padding: 0.7rem 0 0.7rem 2rem;
    position: relative;
    font-size: 1rem;
    color: #5a5a5a;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4a6b2e;
    font-weight: 700;
    font-size: 1.2rem;
}

.service-pricing {
    margin: 2rem 0;
}

.price-label {
    font-size: 1rem;
    color: #7a7a7a;
    display: block;
    margin-bottom: 0.5rem;
}

.price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #4a6b2e;
}

.service-detail-image img {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.service-detail-visual {
    margin: 3rem 0 2rem;
}

.service-detail-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.contact-hero-asymmetric {
    background-color: #f4f7f0;
    padding: 6rem 5%;
}

.contact-title-block {
    max-width: 700px;
    margin-left: 8%;
}

.contact-title-block h2 {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    color: #2d5016;
    font-weight: 800;
}

.contact-title-block p {
    font-size: 1.3rem;
    color: #5a5a5a;
}

.contact-info-offset {
    display: flex;
    margin: 6rem 5%;
    gap: 5%;
    align-items: center;
}

.contact-details-left {
    flex: 1;
    transform: translateX(-3%);
}

.contact-details-left h3 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    color: #2d5016;
    font-weight: 700;
}

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

.contact-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #4a6b2e;
    font-weight: 600;
}

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

.contact-visual-right {
    flex: 1;
    transform: translateY(-2rem);
}

.contact-visual-right img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.location-section-asymmetric {
    background-color: #f9faf7;
    padding: 6rem 5%;
    display: flex;
    gap: 5%;
    align-items: center;
}

.location-text-right {
    flex: 1;
    order: 2;
    padding-left: 3rem;
}

.location-text-right h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.location-text-right p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.location-map-left {
    flex: 1;
    order: 1;
}

.cta-section-asymmetric {
    padding: 6rem 5%;
}

.cta-block-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 3rem;
    background-color: #e8f0df;
}

.cta-block-center h3 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    color: #2d5016;
    font-weight: 700;
}

.cta-block-center p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #5a5a5a;
}

.btn-cta {
    display: inline-block;
    padding: 1.1rem 2.5rem;
    background-color: #4a6b2e;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background-color: #2d5016;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(74, 107, 46, 0.3);
}

.thanks-section-asymmetric {
    display: flex;
    margin: 5rem 5%;
    gap: 5%;
    min-height: 60vh;
}

.thanks-content-center {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem;
    background-color: #f9faf7;
}

.thanks-icon {
    margin-bottom: 2rem;
}

.thanks-content-center h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #2d5016;
    font-weight: 700;
}

.thanks-content-center p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #5a5a5a;
}

#service-confirmation {
    font-weight: 600;
    color: #4a6b2e;
}

.thanks-actions {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.5rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #4a6b2e;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2d5016;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #4a6b2e;
    border: 2px solid #4a6b2e;
}

.btn-secondary:hover {
    background-color: #4a6b2e;
    color: #ffffff;
}

.thanks-visual-offset {
    flex: 0.8;
    transform: translateY(3rem);
}

.thanks-visual-offset img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.legal-content {
    padding: 5rem 5%;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 4rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.legal-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2d5016;
    font-weight: 700;
}

.legal-container h3 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #4a6b2e;
    font-weight: 600;
}

.legal-container h4 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #5a7c3a;
    font-weight: 600;
}

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

.legal-container ul {
    margin: 1.5rem 0 1.5rem 2rem;
}

.legal-container ul li {
    margin-bottom: 0.8rem;
    color: #5a5a5a;
    line-height: 1.7;
}

.legal-container a {
    color: #4a6b2e;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #2d5016;
}

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

    .hero-visual {
        min-height: 400px;
        margin-right: 0;
        clip-path: none;
    }

    .hero-overlay-offset {
        position: static;
        transform: none;
        max-width: 100%;
    }

    .hero-text-block {
        padding: 3rem 2rem;
    }

    .services-grid-asymmetric .service-card {
        flex: 1 1 100%;
        transform: none !important;
    }

    .offset-intro,
    .story-section-asymmetric,
    .team-section-split,
    .contact-info-offset,
    .location-section-asymmetric,
    .trust-content-split {
        flex-direction: column;
    }

    .intro-block-left,
    .story-block-right,
    .team-intro-left,
    .contact-details-left,
    .location-text-right,
    .trust-text {
        transform: none;
        padding: 0;
    }

    .intro-image-right,
    .story-image-left,
    .team-visual-right,
    .contact-visual-right,
    .trust-image {
        transform: none;
        margin-top: 2rem;
    }

    .form-section-asymmetric {
        flex-direction: column;
    }

    .form-intro-block,
    .form-container-offset {
        transform: none;
    }

    .service-detail {
        flex-direction: column;
    }

    .service-layout-left .service-detail-content,
    .service-layout-left .service-detail-image,
    .service-layout-right .service-detail-content,
    .service-layout-right .service-detail-image {
        order: unset;
        transform: none;
    }

    .thanks-section-asymmetric {
        flex-direction: column;
    }

    .thanks-visual-offset {
        transform: none;
        margin-top: 3rem;
    }
}

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

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

    .values-grid-irregular .value-card {
        flex: 1 1 100%;
        transform: none !important;
    }

    .approach-steps-offset .step-block {
        transform: none !important;
    }

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

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

    .thanks-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}