* {
    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;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    width: 100%;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2d5a3d;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

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

.main-nav a:hover {
    color: #2d5a3d;
}

.ad-label {
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.hero-asymmetric {
    min-height: 600px;
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 80px 0;
}

.hero-content-offset {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: center;
    position: relative;
}

.hero-text-block {
    flex: 0 0 45%;
    z-index: 2;
    padding-right: 40px;
    margin-top: -60px;
}

.hero-text-block h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #1a3a2e;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 32px;
}

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

.cta-hero:hover {
    background-color: #1e4028;
}

.hero-image-overlap {
    flex: 1;
    position: relative;
    margin-left: -80px;
}

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

.intro-diagonal {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

.diagonal-wrapper {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: center;
    gap: 80px;
}

.content-left-narrow {
    flex: 0 0 50%;
    padding-right: 40px;
}

.content-left-narrow h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a3a2e;
    font-weight: 700;
}

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

.image-offset-right {
    flex: 1;
    margin-top: 60px;
    background-color: #e8f0ed;
}

.image-offset-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

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

.section-title-offset {
    font-size: 48px;
    margin-bottom: 60px;
    color: #1a3a2e;
    padding-left: 60px;
    font-weight: 700;
}

.cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.card-position-1 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 0;
    background-color: #f9f9f9;
}

.card-position-2 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 40px;
    background-color: #ffffff;
}

.card-position-3 {
    flex: 0 0 calc(50% - 20px);
    margin-top: -20px;
    background-color: #ffffff;
}

.card-position-4 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 20px;
    background-color: #f9f9f9;
}

.card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #e0e0e0;
}

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

.card-body {
    padding: 28px;
}

.card-body h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #1a3a2e;
    font-weight: 600;
}

.card-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

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

.btn-select {
    width: 100%;
    padding: 14px;
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select:hover {
    background-color: #1e4028;
}

.form-section-split {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.form-container-asymmetric {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
    align-items: flex-start;
}

.form-intro-side {
    flex: 0 0 40%;
    padding-top: 40px;
}

.form-intro-side h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 700;
}

.form-intro-side p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.form-visual {
    margin-top: 40px;
    background-color: #d0e0d8;
}

.form-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.form-main-side {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-top: -60px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #1e4028;
}

.trust-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a3a2e;
    font-weight: 700;
}

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

.disclaimer-text {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #2d5a3d;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 40px;
}

.main-footer {
    background-color: #1a3a2e;
    color: #ffffff;
    padding: 60px 0 30px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

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

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2d5a3d;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    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: 30px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-accept:hover {
    background-color: #1e4028;
}

.btn-reject {
    background-color: #666;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #555;
}

.page-hero-small {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8f0ed 100%);
    text-align: center;
}

.page-hero-small h1 {
    font-size: 48px;
    color: #1a3a2e;
    font-weight: 700;
    margin-bottom: 16px;
}

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

.about-content-asymmetric {
    padding: 80px 0;
}

.content-wrapper {
    display: flex;
    max-width: 1300px;
    margin: 0 auto 100px;
    padding: 0 40px;
    align-items: center;
    gap: 80px;
}

.content-wrapper.reverse {
    flex-direction: row-reverse;
}

.text-block-offset-left {
    flex: 0 0 50%;
    padding-right: 40px;
}

.text-block-offset-right {
    flex: 0 0 50%;
    padding-left: 40px;
}

.text-block-offset-left h2,
.text-block-offset-right h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a3a2e;
    font-weight: 700;
}

.text-block-offset-left p,
.text-block-offset-right p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #555;
}

.image-block-overlap-right {
    flex: 1;
    margin-top: -40px;
    background-color: #e8f0ed;
}

.image-block-overlap-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.values-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.value-item {
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 6px;
    border-left: 4px solid #2d5a3d;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a3a2e;
    font-weight: 600;
}

.value-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.full-width-statement {
    background-color: #1a3a2e;
    padding: 80px 0;
}

.statement-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}

.statement-inner h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
}

.statement-inner p {
    font-size: 19px;
    color: #c0c0c0;
    line-height: 1.7;
    margin-bottom: 16px;
}

.services-detail-layout {
    padding: 80px 0;
    background-color: #f9f9f9;
}

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

.service-detail-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.offset-1 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 0;
}

.offset-2 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 40px;
}

.offset-3 {
    flex: 0 0 calc(50% - 20px);
    margin-top: -20px;
}

.offset-4 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 20px;
}

.offset-5 {
    flex: 0 0 calc(50% - 20px);
    margin-top: -30px;
}

.offset-6 {
    flex: 0 0 calc(50% - 20px);
    margin-top: 50px;
}

.service-header {
    margin-bottom: 24px;
    border-bottom: 2px solid #e8f0ed;
    padding-bottom: 20px;
}

.service-header h2 {
    font-size: 28px;
    color: #1a3a2e;
    margin-bottom: 12px;
    font-weight: 700;
}

.price-large {
    font-size: 32px;
    font-weight: 700;
    color: #2d5a3d;
}

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

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5a3d;
    font-weight: 700;
    font-size: 18px;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #1e4028;
}

.services-cta-section {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.services-cta-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 700;
}

.services-cta-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 32px;
}

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

.cta-button:hover {
    background-color: #1e4028;
}

.contact-layout-asymmetric {
    padding: 80px 0;
}

.contact-container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 80px;
}

.contact-info-block {
    flex: 0 0 35%;
}

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a3a2e;
    font-weight: 700;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2d5a3d;
    font-weight: 600;
}

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

.contact-message-block {
    flex: 1;
}

.contact-message-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 700;
}

.contact-message-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.contact-message-block a {
    color: #2d5a3d;
    text-decoration: underline;
}

.contact-visual {
    margin: 40px 0;
    background-color: #e8f0ed;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.contact-note {
    background-color: #f9f9f9;
    padding: 28px;
    border-radius: 6px;
    margin-top: 30px;
}

.contact-note h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a3a2e;
    font-weight: 600;
}

.contact-note p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.thanks-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8f0ed 100%);
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 42px;
    color: #1a3a2e;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-confirmation {
    background-color: #e8f0ed;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.service-confirmation p {
    font-size: 16px;
    color: #2c3e50;
    margin: 0;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
}

.btn-primary {
    padding: 14px 32px;
    background-color: #2d5a3d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #1e4028;
}

.btn-secondary {
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2d5a3d;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #2d5a3d;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #e8f0ed;
}

.thanks-info {
    text-align: left;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.thanks-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 600;
}

.next-steps {
    list-style: none;
}

.next-steps li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.next-steps li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2d5a3d;
    font-weight: 700;
    font-size: 18px;
}

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

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 700;
}

.updated-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a3a2e;
    font-weight: 600;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2d5a3d;
    font-weight: 600;
}

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

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

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

.gdpr-table,
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.gdpr-table th,
.cookies-table th {
    background-color: #e8f0ed;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #1a3a2e;
    border: 1px solid #d0d0d0;
}

.gdpr-table td,
.cookies-table td {
    padding: 12px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    color: #555;
}

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

    .hero-text-block {
        flex: 1;
        margin-top: 0;
        padding-right: 0;
    }

    .hero-image-overlap {
        margin-left: 0;
        margin-top: 40px;
    }

    .diagonal-wrapper,
    .content-wrapper,
    .form-container-asymmetric,
    .contact-container {
        flex-direction: column;
    }

    .cards-asymmetric,
    .services-grid-asymmetric {
        flex-direction: column;
    }

    .service-card,
    .service-detail-card {
        flex: 1 1 100%;
        margin-top: 0 !important;
    }

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

    .footer-col {
        flex: 0 0 calc(50% - 20px);
    }
}

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

    .header-layout {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-col {
        flex: 0 0 100%;
    }

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