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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafaf8;
}

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e0dfd8;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d5016;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    background: #f5f5f0;
    padding: 0.4rem 0.9rem;
    border-radius: 4px;
    margin-left: auto;
    margin-right: 2rem;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    transition: color 0.3s;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 1.5rem 2rem;
    z-index: 1000;
    box-shadow: 0 -2px 12px 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;
    min-width: 300px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.btn-accept {
    background: #4a7c2c;
    color: #fff;
}

.btn-accept:hover {
    background: #3d6824;
}

.btn-reject {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

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

.hero-asymmetric {
    position: relative;
    min-height: 650px;
    padding: 5rem 3rem;
    background: #f5f4ef;
    overflow: hidden;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-text-block {
    max-width: 580px;
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    margin-left: 7%;
    margin-top: 3rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.hero-text-block h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2rem;
}

.hero-image-overlap {
    position: absolute;
    right: 5%;
    top: 8%;
    width: 52%;
    max-width: 720px;
    z-index: 1;
    background: #d4d0c5;
}

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

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

.cta-primary:hover {
    background: #3d6824;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(45,80,22,0.3);
}

.intro-offset {
    padding: 7rem 3rem;
    background: #fff;
}

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

.intro-small-block {
    flex: 0 0 280px;
    margin-top: 2rem;
}

.intro-small-block h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.intro-text-wide {
    flex: 1;
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.intro-text-wide p {
    margin-bottom: 1.5rem;
}

.services-irregular {
    padding: 6rem 3rem;
    background: #f9f8f4;
}

.services-header-float {
    max-width: 1400px;
    margin: 0 auto 4rem;
    text-align: left;
    margin-left: 12%;
}

.services-header-float h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.services-header-float p {
    font-size: 1.15rem;
    color: #666;
}

.services-grid-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start;
}

.service-card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s;
    overflow: hidden;
}

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

.service-large {
    flex: 0 0 calc(60% - 1rem);
}

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

.service-small {
    flex: 0 0 calc(35% - 1rem);
    margin-left: auto;
}

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

.service-info {
    padding: 2rem;
}

.service-info h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.service-info p {
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.price-tag {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 1.5rem;
    display: block;
}

.btn-select {
    padding: 0.9rem 2rem;
    background: #2d5016;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 1rem;
}

.btn-select:hover {
    background: #3d6824;
    transform: translateY(-2px);
}

.form-section-diagonal {
    padding: 7rem 3rem;
    background: linear-gradient(135deg, #e8e6df 0%, #f5f4ef 100%);
    position: relative;
}

.form-container-offset {
    max-width: 800px;
    margin-left: auto;
    margin-right: 8%;
    background: #fff;
    padding: 3.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.form-intro {
    margin-bottom: 2.5rem;
}

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

.form-intro p {
    color: #666;
    font-size: 1.05rem;
}

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

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

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

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

.btn-submit {
    padding: 1.1rem 2.5rem;
    background: #2d5016;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    align-self: flex-start;
}

.btn-submit:hover {
    background: #3d6824;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45,80,22,0.25);
}

.visual-break {
    position: relative;
    overflow: hidden;
}

.break-image-container {
    position: relative;
    height: 500px;
    background: #d4d0c5;
}

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

.break-overlay {
    position: absolute;
    bottom: 10%;
    left: 8%;
    max-width: 550px;
    background: rgba(255, 255, 255, 0.94);
    padding: 2.5rem;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

.break-overlay blockquote {
    font-size: 1.4rem;
    font-style: italic;
    color: #2c2c2c;
    line-height: 1.5;
    margin: 0;
}

.values-stacked {
    padding: 6rem 3rem;
    background: #fff;
    display: flex;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.values-block-left {
    flex: 0 0 420px;
    padding-right: 2rem;
}

.values-block-left h2 {
    font-size: 2.3rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.values-block-left p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
}

.values-block-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.value-item h3 {
    font-size: 1.4rem;
    color: #2d5016;
    margin-bottom: 0.7rem;
}

.value-item p {
    color: #555;
    line-height: 1.6;
}

.cta-floating {
    padding: 5rem 3rem;
    background: #2d5016;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.btn-cta-alt {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #fff;
    color: #2d5016;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    border-radius: 4px;
}

.btn-cta-alt:hover {
    background: #f5f4ef;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.main-footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 4rem 3rem 2rem;
}

.footer-columns {
    max-width: 1400px;
    margin: 0 auto 3rem;
    display: flex;
    gap: 5rem;
    flex-wrap: wrap;
}

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

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

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

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

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #aaa;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    font-size: 0.9rem;
}

.page-header-offset {
    padding: 5rem 3rem 3rem;
    background: linear-gradient(135deg, #e8e6df 0%, #f5f4ef 100%);
}

.header-content-diagonal {
    max-width: 1400px;
    margin-left: 10%;
}

.header-content-diagonal h1 {
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.header-content-diagonal p {
    font-size: 1.2rem;
    color: #666;
}

.about-intro-asymmetric {
    padding: 6rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    position: relative;
}

.about-text-float {
    flex: 1;
    max-width: 620px;
    padding-right: 3rem;
}

.about-text-float h2 {
    font-size: 2.3rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.about-text-float p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-image-overlap {
    flex: 0 0 420px;
    margin-top: 3rem;
    background: #d4d0c5;
}

.about-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.team-irregular {
    padding: 5rem 3rem;
    background: #f9f8f4;
}

.team-header {
    max-width: 1400px;
    margin: 0 auto 3rem;
    text-align: center;
}

.team-header h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
}

.team-grid-offset {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.team-block {
    flex: 1;
    min-width: 320px;
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.team-block h3 {
    font-size: 1.5rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.team-block p {
    color: #555;
    line-height: 1.7;
}

.approach-stacked {
    background: #fff;
}

.approach-visual {
    height: 400px;
    background: #d4d0c5;
    overflow: hidden;
}

.approach-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.approach-content-offset {
    max-width: 1200px;
    margin: -80px auto 0;
    padding: 0 3rem 6rem;
    position: relative;
}

.approach-content-offset h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 3rem;
    background: #fff;
    display: inline-block;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.approach-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 2rem;
}

.step-item {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e8e6df;
    margin-bottom: 1rem;
}

.step-item h3 {
    font-size: 1.4rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.step-item p {
    color: #555;
    line-height: 1.6;
}

.values-diagonal {
    padding: 6rem 3rem;
    background: linear-gradient(135deg, #f5f4ef 0%, #e8e6df 100%);
}

.values-content {
    max-width: 1400px;
    margin: 0 auto;
}

.values-content h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

.values-list-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.value-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.value-box h3 {
    font-size: 1.4rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.value-box p {
    color: #555;
    line-height: 1.6;
}

.cta-offset {
    padding: 5rem 3rem;
    background: #fff;
}

.cta-block {
    max-width: 800px;
    margin-left: auto;
    margin-right: 10%;
    text-align: center;
    background: #2d5016;
    padding: 4rem 3rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.cta-block h2 {
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 2rem;
}

.btn-cta {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #fff;
    color: #2d5016;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    border-radius: 4px;
}

.btn-cta:hover {
    background: #f5f4ef;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.services-detail-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

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

.service-offset-left {
    margin-left: 0;
}

.service-offset-right {
    margin-left: 8%;
}

.service-detail-image {
    flex: 0 0 45%;
    background: #d4d0c5;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.service-detail-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.service-price-block {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9f8f4;
    display: inline-block;
}

.price-label {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 0.3rem;
}

.price-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d5016;
}

.btn-service {
    padding: 1rem 2.5rem;
    background: #2d5016;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    font-size: 1rem;
}

.btn-service:hover {
    background: #3d6824;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45,80,22,0.25);
}

.contact-layout-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem;
    display: flex;
    gap: 5rem;
}

.contact-info-float {
    flex: 0 0 480px;
}

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

.contact-detail-block {
    margin-bottom: 2.5rem;
}

.contact-detail-block h3 {
    font-size: 1.2rem;
    color: #2d5016;
    margin-bottom: 0.7rem;
}

.contact-detail-block p {
    color: #555;
    line-height: 1.7;
    font-size: 1.05rem;
}

.contact-note {
    background: #f9f8f4;
    padding: 1.5rem;
    margin-top: 3rem;
    border-left: 4px solid #2d5016;
}

.contact-note p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-visual-offset {
    flex: 1;
    background: #d4d0c5;
}

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

.location-info {
    padding: 5rem 3rem;
    background: #f9f8f4;
}

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

.location-content h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.location-content p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
    background: linear-gradient(135deg, #f5f4ef 0%, #e8e6df 100%);
}

.thanks-container {
    max-width: 800px;
    background: #fff;
    padding: 4rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    text-align: center;
}

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

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

.thanks-message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-service-info {
    background: #f9f8f4;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.thanks-service-info p {
    color: #2d5016;
    font-weight: 600;
    font-size: 1.1rem;
}

.thanks-next-steps {
    text-align: left;
    margin: 3rem 0;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-icon {
    flex: 0 0 40px;
    height: 40px;
    background: #2d5016;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

.step p {
    flex: 1;
    color: #555;
    line-height: 1.6;
    padding-top: 0.5rem;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 1rem 2.5rem;
    background: #2d5016;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #3d6824;
    transform: translateY(-2px);
}

.btn-secondary {
    padding: 1rem 2.5rem;
    background: transparent;
    color: #2d5016;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2d5016;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #2d5016;
    color: #fff;
}

.legal-page {
    padding: 4rem 3rem;
    background: #fff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

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

.legal-updated {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 3rem;
}

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

.legal-container h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-container p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.legal-container ul {
    margin: 1rem 0 1.5rem 2rem;
    color: #555;
    line-height: 1.8;
}

.legal-container li {
    margin-bottom: 0.7rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #e0dfd8;
}

.cookie-table th {
    background: #f9f8f4;
    font-weight: 600;
    color: #1a1a1a;
}

.cookie-table td {
    color: #555;
}

@media (max-width: 1200px) {
    .hero-image-overlap {
        width: 48%;
    }

    .services-grid-offset {
        justify-content: center;
    }

    .service-large,
    .service-medium,
    .service-small {
        flex: 0 0 calc(50% - 1rem);
    }
}

@media (max-width: 900px) {
    .nav-container {
        padding: 1rem 2rem;
    }

    .ad-disclosure {
        order: 3;
        flex-basis: 100%;
        margin: 1rem 0 0 0;
        text-align: center;
    }

    .nav-links {
        gap: 1.5rem;
    }

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

    .hero-text-block {
        margin-left: 0;
        margin-top: 0;
    }

    .hero-image-overlap {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .intro-wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .service-large,
    .service-medium,
    .service-small {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .values-stacked {
        flex-direction: column;
        gap: 2rem;
    }

    .values-block-left {
        flex: auto;
    }

    .about-intro-asymmetric {
        flex-direction: column;
    }

    .about-text-float {
        padding-right: 0;
    }

    .about-image-overlap {
        flex: auto;
        margin-top: 2rem;
    }

    .service-detail-block {
        flex-direction: column;
        gap: 2rem;
        margin-left: 0 !important;
    }

    .service-detail-image {
        flex: auto;
    }

    .contact-layout-asymmetric {
        flex-direction: column;
        gap: 3rem;
    }

    .contact-info-float {
        flex: auto;
    }

    .contact-visual-offset {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .hero-text-block h1 {
        font-size: 2rem;
    }

    .header-content-diagonal h1 {
        font-size: 2.2rem;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

    .thanks-container {
        padding: 2.5rem 1.5rem;
    }

    .thanks-actions {
        flex-direction: column;
    }

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