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

.ad-disclosure {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 80px 60px;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    padding-left: 40px;
}

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

.hero-lead {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    max-width: 520px;
    line-height: 1.6;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -60px;
    background-color: #e8f5e9;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2c7a3e;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

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

.cta-secondary:hover {
    background-color: #2c7a3e;
    color: #ffffff;
}

.intro-overlap {
    display: flex;
    align-items: flex-start;
    padding: 120px 60px 80px 60px;
    gap: 80px;
    background-color: #fafafa;
}

.intro-block-small {
    flex: 0.8;
    padding-top: 40px;
}

.intro-block-small h2 {
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.intro-block-small p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.intro-visual-large {
    flex: 1.2;
    margin-top: -100px;
    background-color: #c8e6c9;
}

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

.services-stagger {
    padding: 100px 60px;
    background-color: #ffffff;
}

.section-title-offset {
    font-size: 48px;
    margin-bottom: 80px;
    padding-left: 120px;
    font-weight: 700;
}

.service-card-left,
.service-card-right {
    display: flex;
    gap: 50px;
    margin-bottom: 90px;
    align-items: center;
}

.service-card-left {
    padding-left: 0;
    flex-direction: row;
}

.service-card-right {
    padding-right: 0;
    flex-direction: row-reverse;
}

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

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

.service-content {
    flex: 1;
    padding: 30px;
}

.service-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c7a3e;
    margin-bottom: 20px;
}

.service-cta {
    padding: 14px 32px;
    background-color: #2c7a3e;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-cta:hover {
    background-color: #1f5a2d;
}

.service-card-center {
    max-width: 900px;
    margin: 0 auto 90px auto;
    text-align: center;
    padding: 50px;
    background-color: #f9f9f9;
}

.service-content-full {
    padding: 20px;
}

.service-content-full h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-content-full p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.form-diagonal {
    padding: 100px 60px;
    background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%);
}

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

.form-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-intro p {
    font-size: 18px;
    color: #555;
}

.contact-form {
    max-width: 700px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 6px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    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: #2c7a3e;
}

.form-submit {
    padding: 16px 40px;
    background-color: #2c7a3e;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit:hover {
    background-color: #1f5a2d;
}

.trust-offset {
    display: flex;
    gap: 70px;
    padding: 100px 60px;
    align-items: center;
    background-color: #fafafa;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 700;
}

.trust-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
}

.trust-image {
    flex: 1;
    background-color: #e3f2fd;
}

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

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

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-col p {
    font-size: 15px;
    color: #bbb;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #2c7a3e;
}

.footer-disclaimer {
    border-top: 1px solid #333;
    padding-top: 25px;
    margin-top: 30px;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px;
    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: 14px;
    line-height: 1.5;
}

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

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

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

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

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

.cookie-reject:hover {
    background-color: #ffffff;
    color: #2c3e50;
}

.page-hero-slim {
    padding: 120px 60px 60px 60px;
    text-align: center;
    background-color: #fafafa;
}

.page-hero-slim h1 {
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
}

.about-story {
    padding: 80px 60px;
    background-color: #ffffff;
}

.story-block {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.story-block img {
    flex: 1;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e3f2fd;
}

.story-text {
    flex: 1;
    padding-top: 20px;
}

.story-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
}

.story-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.team-offset {
    padding: 80px 60px;
    background-color: #fafafa;
}

.team-offset h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.team-grid {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.team-member {
    flex: 1;
    max-width: 350px;
}

.member-role {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c7a3e;
}

.team-member p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.values-stagger {
    padding: 80px 60px;
    background-color: #ffffff;
}

.value-item-left,
.value-item-right,
.value-item-center {
    margin-bottom: 60px;
}

.value-item-left {
    max-width: 700px;
    margin-right: auto;
}

.value-item-right {
    max-width: 700px;
    margin-left: auto;
}

.value-item-center {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.value-item-left h3,
.value-item-right h3,
.value-item-center h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.value-item-left p,
.value-item-right p,
.value-item-center p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.cta-full {
    padding: 100px 60px;
    text-align: center;
    background-color: #e8f5e9;
}

.cta-full h2 {
    font-size: 46px;
    margin-bottom: 25px;
    font-weight: 700;
}

.cta-full p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.service-detail-card {
    margin-bottom: 80px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.service-detail-header {
    position: relative;
}

.service-detail-header img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8f5e9;
}

.service-detail-meta {
    padding: 30px;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-detail-meta h2 {
    font-size: 32px;
    font-weight: 700;
}

.price-tag {
    font-size: 26px;
    font-weight: 700;
    color: #2c7a3e;
}

.service-detail-content {
    padding: 40px;
}

.service-detail-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-detail-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.service-detail-content ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}

.service-detail-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c7a3e;
    font-weight: 700;
}

.contact-split {
    display: flex;
    gap: 80px;
    padding: 80px 60px;
    background-color: #ffffff;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 700;
}

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

.contact-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #2c7a3e;
}

.contact-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    background-color: #e3f2fd;
}

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

.contact-approach {
    padding: 80px 60px;
    background-color: #fafafa;
}

.contact-approach h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.approach-steps {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.approach-step {
    flex: 1;
    max-width: 280px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2c7a3e;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.approach-step h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.approach-step p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.thanks-page {
    padding: 120px 60px;
    background-color: #fafafa;
    min-height: 70vh;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #2c7a3e;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.thanks-content h1 {
    font-size: 46px;
    margin-bottom: 25px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.service-confirmation {
    font-size: 17px;
    color: #2c7a3e;
    font-weight: 600;
    margin-bottom: 40px;
}

.thanks-next {
    text-align: left;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.thanks-next h2 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.thanks-next ul {
    list-style: none;
}

.thanks-next ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.thanks-next ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2c7a3e;
    font-weight: 700;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.legal-page {
    padding: 80px 60px;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 700;
}

.legal-content {
    max-width: 900px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.legal-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

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

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

.legal-content a {
    color: #2c7a3e;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-offset,
    .intro-overlap,
    .service-card-left,
    .service-card-right,
    .trust-offset,
    .contact-split,
    .story-block {
        flex-direction: column;
    }

    .nav-asymmetric {
        flex-direction: column;
        gap: 20px;
    }

    .hero-content-left h1 {
        font-size: 38px;
    }

    .section-title-offset {
        padding-left: 0;
    }

    .team-grid,
    .approach-steps {
        flex-direction: column;
    }

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