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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f2d;
}

.nav-links {
    display: flex;
    gap: 30px;
}

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

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

.hero-offset {
    display: flex;
    min-height: 85vh;
    background-color: #f8faf9;
    padding: 60px 5% 80px 5%;
    align-items: center;
    gap: 60px;
}

.hero-content-left {
    flex: 0 0 45%;
    padding-left: 40px;
}

.hero-content-left h1 {
    font-size: 3rem;
    line-height: 1.2;
    color: #1a3d1f;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 1.15rem;
    color: #5a6c57;
    margin-bottom: 35px;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -40px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    object-fit: cover;
}

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

.cta-primary:hover {
    background-color: #1f4520;
    transform: translateY(-2px);
}

.intro-asymmetric {
    display: flex;
    padding: 100px 5%;
    gap: 80px;
    background-color: #ffffff;
}

.intro-block-narrow {
    flex: 0 0 38%;
    padding-right: 20px;
}

.intro-block-narrow h2 {
    font-size: 2.2rem;
    color: #1a3d1f;
    margin-bottom: 25px;
    line-height: 1.3;
}

.intro-block-narrow p {
    font-size: 1.05rem;
    color: #4a5a47;
    line-height: 1.8;
}

.intro-visual-offset {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.intro-visual-offset img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.intro-quote {
    background-color: #f0f4f1;
    padding: 30px;
    border-left: 4px solid #2c5f2d;
    font-style: italic;
    color: #2c3e50;
}

.services-grid-creative {
    padding: 120px 8% 100px 8%;
    background-color: #fafbfa;
}

.section-title-offset {
    font-size: 2.5rem;
    color: #1a3d1f;
    margin-bottom: 70px;
    margin-left: 12%;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.service-card h3 {
    font-size: 1.5rem;
    color: #1a3d1f;
    margin: 25px 25px 15px 25px;
}

.service-card p {
    color: #5a6c57;
    margin: 0 25px 20px 25px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f2d;
    margin: 20px 25px 15px 25px;
}

.btn-select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px 25px;
    padding: 14px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.card-position-1 {
    width: 46%;
    margin-left: 4%;
}

.card-position-2 {
    width: 42%;
    margin-left: 52%;
    margin-top: -180px;
}

.card-position-3 {
    width: 45%;
    margin-left: 8%;
    margin-top: 40px;
}

.card-position-4 {
    width: 43%;
    margin-left: 48%;
    margin-top: -160px;
}

.card-position-5 {
    width: 47%;
    margin-left: 6%;
    margin-top: 40px;
}

.trust-builder-offset {
    display: flex;
    padding: 100px 8%;
    gap: 70px;
    background-color: #ffffff;
    align-items: center;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 2.3rem;
    color: #1a3d1f;
    margin-bottom: 30px;
}

.trust-content p {
    font-size: 1.05rem;
    color: #4a5a47;
    line-height: 1.8;
    margin-bottom: 20px;
}

.reference {
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #2c5f2d;
}

.reference:hover {
    color: #1f4520;
}

.trust-visual {
    flex: 0 0 45%;
    margin-top: -60px;
}

.trust-visual img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.testimonials-scattered {
    padding: 100px 10%;
    background-color: #f0f4f1;
}

.testimonials-scattered h2 {
    font-size: 2.4rem;
    color: #1a3d1f;
    text-align: center;
    margin-bottom: 80px;
}

.testimonial-item {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.testimonial-item p {
    font-size: 1.1rem;
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-item span {
    color: #5a6c57;
    font-weight: 600;
}

.item-1 {
    width: 42%;
    margin-left: 8%;
}

.item-2 {
    width: 38%;
    margin-left: 54%;
    margin-top: -80px;
}

.item-3 {
    width: 45%;
    margin-left: 28%;
    margin-top: 20px;
}

.form-section-creative {
    padding: 100px 10%;
    background-color: #ffffff;
}

.form-intro {
    max-width: 600px;
    margin-bottom: 50px;
}

.form-intro h2 {
    font-size: 2.3rem;
    color: #1a3d1f;
    margin-bottom: 20px;
}

.form-intro p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.7;
}

.contact-form-offset {
    max-width: 650px;
    margin-left: 15%;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #d0d7d3;
    border-radius: 5px;
    font-size: 1rem;
    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: #2c5f2d;
}

.btn-submit {
    padding: 16px 50px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
    background-color: #1f4520;
    transform: translateY(-2px);
}

.disclaimer-section {
    padding: 50px 10%;
    background-color: #fef9f5;
    border-top: 2px solid #e8dfd6;
}

.disclaimer-section p {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.footer-asymmetric {
    display: flex;
    padding: 70px 8%;
    background-color: #1a3d1f;
    color: #ffffff;
    gap: 50px;
    justify-content: space-between;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-section p,
.footer-section a {
    color: #d4e4d5;
    line-height: 1.8;
    text-decoration: none;
}

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

.footer-links,
.footer-legal,
.footer-references {
    display: flex;
    flex-direction: column;
}

.footer-references a {
    font-size: 0.9rem;
    margin-top: 5px;
}

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

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

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

.cookie-content p {
    flex: 1;
    line-height: 1.6;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

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

.btn-cookie-reject {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-cookie-reject:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
}

.about-hero-offset {
    display: flex;
    padding: 80px 8%;
    gap: 60px;
    background-color: #f8faf9;
    align-items: center;
}

.about-text-block {
    flex: 1;
}

.about-text-block h1 {
    font-size: 2.8rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.about-text-block p {
    font-size: 1.1rem;
    color: #4a5a47;
    line-height: 1.8;
}

.about-image-float {
    flex: 0 0 45%;
    margin-top: 40px;
}

.about-image-float img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.philosophy-section {
    padding: 100px 10%;
    background-color: #ffffff;
}

.philosophy-section h2 {
    font-size: 2.4rem;
    color: #1a3d1f;
    text-align: center;
    margin-bottom: 60px;
}

.philosophy-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.philosophy-item {
    flex: 1;
    padding: 30px;
    background-color: #f8faf9;
    border-radius: 8px;
}

.philosophy-item h3 {
    font-size: 1.4rem;
    color: #2c5f2d;
    margin-bottom: 15px;
}

.philosophy-item p {
    color: #5a6c57;
    line-height: 1.7;
}

.values-asymmetric {
    display: flex;
    padding: 100px 8%;
    gap: 70px;
    background-color: #f0f4f1;
}

.values-content-left {
    flex: 0 0 48%;
}

.values-content-left h2 {
    font-size: 2.3rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.values-content-left p {
    font-size: 1.05rem;
    color: #4a5a47;
    line-height: 1.8;
    margin-bottom: 20px;
}

.values-image-right {
    flex: 1;
}

.values-image-right img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.experience-section {
    padding: 80px 15%;
    background-color: #ffffff;
    text-align: center;
}

.experience-section h2 {
    font-size: 2.3rem;
    color: #1a3d1f;
    margin-bottom: 30px;
}

.experience-section p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cta-section-about {
    padding: 80px 10%;
    background-color: #2c5f2d;
    text-align: center;
}

.cta-section-about h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-section-about p {
    font-size: 1.1rem;
    color: #d4e4d5;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #2c5f2d;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
    background-color: #f0f4f1;
    transform: translateY(-2px);
}

.services-intro-asymmetric {
    padding: 80px 10%;
    background-color: #f8faf9;
    text-align: center;
}

.services-intro-asymmetric h1 {
    font-size: 2.8rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.services-intro-asymmetric p {
    font-size: 1.1rem;
    color: #5a6c57;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    padding: 60px 8%;
    background-color: #ffffff;
}

.service-detail-item {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.item-offset-1 {
    margin-left: 0;
}

.item-offset-2 {
    margin-left: 5%;
    flex-direction: row-reverse;
}

.service-image-container {
    flex: 0 0 45%;
}

.service-image-container img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 2rem;
    color: #1a3d1f;
    margin-bottom: 20px;
}

.service-info p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-info ul {
    margin-bottom: 30px;
    padding-left: 25px;
}

.service-info ul li {
    color: #4a5a47;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-price-box {
    background-color: #f0f4f1;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    display: inline-block;
}

.price-label {
    font-size: 0.95rem;
    color: #5a6c57;
    margin-right: 15px;
}

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

.services-cta-section {
    padding: 80px 10%;
    background-color: #f0f4f1;
    text-align: center;
}

.services-cta-section h2 {
    font-size: 2.2rem;
    color: #1a3d1f;
    margin-bottom: 20px;
}

.services-cta-section p {
    font-size: 1.05rem;
    color: #5a6c57;
    margin-bottom: 30px;
}

.contact-hero {
    padding: 80px 10%;
    background-color: #f8faf9;
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.8rem;
    color: #1a3d1f;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 1.1rem;
    color: #5a6c57;
    max-width: 600px;
    margin: 0 auto;
}

.contact-info-asymmetric {
    display: flex;
    padding: 80px 8%;
    gap: 70px;
    background-color: #ffffff;
}

.contact-details-block {
    flex: 0 0 40%;
}

.contact-details-block h2 {
    font-size: 2.2rem;
    color: #1a3d1f;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 1.3rem;
    color: #2c5f2d;
    margin-bottom: 10px;
}

.contact-item p {
    color: #5a6c57;
    line-height: 1.7;
}

.contact-map-placeholder {
    flex: 1;
}

.contact-map-placeholder img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.contact-additional-info {
    padding: 80px 15%;
    background-color: #f0f4f1;
    text-align: center;
}

.contact-additional-info h2 {
    font-size: 2rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.contact-additional-info p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.8;
    margin-bottom: 20px;
}

.thanks-hero {
    padding: 80px 10%;
    background-color: #f0f4f1;
    text-align: center;
}

.thanks-hero h1 {
    font-size: 2.8rem;
    color: #1a3d1f;
    margin-bottom: 20px;
}

.thanks-hero p {
    font-size: 1.2rem;
    color: #5a6c57;
}

.thanks-content {
    display: flex;
    padding: 80px 8%;
    gap: 60px;
    background-color: #ffffff;
    align-items: center;
}

.thanks-message {
    flex: 1;
}

.thanks-message h2 {
    font-size: 2rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.thanks-message p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.8;
    margin-bottom: 20px;
}

.thanks-service-info {
    background-color: #f8faf9;
    padding: 25px;
    border-radius: 6px;
    margin: 30px 0;
    font-weight: 600;
    color: #2c5f2d;
}

.thanks-image {
    flex: 0 0 45%;
}

.thanks-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8ebe9;
}

.thanks-next-steps {
    padding: 60px 15%;
    background-color: #f8faf9;
}

.thanks-next-steps h2 {
    font-size: 2rem;
    color: #1a3d1f;
    margin-bottom: 25px;
}

.thanks-next-steps p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-next-steps ul {
    margin-top: 20px;
    padding-left: 30px;
}

.thanks-next-steps ul li {
    color: #4a5a47;
    margin-bottom: 12px;
    line-height: 1.6;
}

.thanks-cta {
    padding: 60px 10%;
    background-color: #ffffff;
    text-align: center;
}

.legal-content {
    padding: 80px 15%;
    background-color: #ffffff;
    line-height: 1.8;
}

.legal-content h1 {
    font-size: 2.5rem;
    color: #1a3d1f;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 1.8rem;
    color: #2c5f2d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 1.4rem;
    color: #2c5f2d;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content h4 {
    font-size: 1.2rem;
    color: #2c5f2d;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-content p {
    color: #5a6c57;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-content ul li {
    color: #5a6c57;
    margin-bottom: 10px;
}

.legal-content a {
    color: #2c5f2d;
    text-decoration: none;
    border-bottom: 1px solid #2c5f2d;
}

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

@media (max-width: 1024px) {
    .hero-offset,
    .intro-asymmetric,
    .trust-builder-offset,
    .about-hero-offset,
    .values-asymmetric,
    .service-detail-item,
    .contact-info-asymmetric,
    .thanks-content {
        flex-direction: column;
    }

    .hero-content-left,
    .intro-block-narrow,
    .trust-content,
    .about-text-block,
    .values-content-left,
    .service-image-container,
    .service-info,
    .contact-details-block,
    .thanks-message {
        flex: 1 1 100%;
    }

    .card-position-1,
    .card-position-2,
    .card-position-3,
    .card-position-4,
    .card-position-5 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .item-1,
    .item-2,
    .item-3 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .philosophy-grid {
        flex-direction: column;
    }

    .footer-asymmetric {
        flex-wrap: wrap;
    }

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