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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #fafaf8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.96);
    color: #ffffff;
    padding: 1.8rem 2rem;
    z-index: 9999;
    display: none;
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 280px;
    font-size: 0.95rem;
}

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

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

.btn-accept-cookies,
.btn-reject-cookies {
    padding: 0.8rem 2rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-accept-cookies {
    background-color: #8b7355;
    color: #ffffff;
}

.btn-accept-cookies:hover {
    background-color: #75614a;
    transform: translateY(-1px);
}

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

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

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e1d8;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ad-label {
    display: block;
    font-size: 0.75rem;
    color: #888;
    padding: 0.5rem 0;
    text-align: center;
    border-bottom: 1px solid #f0ede4;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
}

.brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}

.primary-nav {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.primary-nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.primary-nav a:hover {
    color: #8b7355;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background-color: #1a1a1a;
    margin: 3px 0;
    transition: 0.3s;
}

.hero-offset {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

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

.hero-text-block {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 4rem 2rem;
    margin-left: 5%;
    background-color: rgba(250, 250, 248, 0.95);
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.15);
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 2rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 2.5rem;
}

.cta-link {
    display: inline-block;
    padding: 1.1rem 2.8rem;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    background-color: #75614a;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(139, 115, 85, 0.3);
}

.intro-narrow {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.intro-container {
    max-width: 800px;
    margin: 0 auto;
}

.intro-container h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.intro-container p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.8rem;
}

.services-asymmetric {
    padding: 6rem 2rem;
    background-color: #f5f3ed;
}

.services-header-offset {
    max-width: 700px;
    margin: 0 0 5rem 8%;
}

.services-header-offset h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.services-header-offset p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

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

.service-block {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-block:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.service-block.large {
    flex: 1 1 calc(60% - 2rem);
    min-width: 400px;
}

.service-block.medium {
    flex: 1 1 calc(45% - 2rem);
    min-width: 350px;
}

.service-block.small {
    flex: 1 1 calc(35% - 2rem);
    min-width: 320px;
}

.service-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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

.service-content {
    padding: 2.2rem;
}

.service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
}

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

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: #8b7355;
    margin: 1.5rem 0;
}

.select-btn {
    width: 100%;
    padding: 1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-btn:hover {
    background-color: #8b7355;
}

.service-block.selected .select-btn {
    background-color: #8b7355;
}

.form-block-fullwidth {
    padding: 7rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
}

.form-inner-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}

.form-info-left {
    flex: 1;
}

.form-info-left h2 {
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    color: #ffffff;
}

.form-info-left p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #ccc;
    margin-bottom: 1.5rem;
}

.form-wrapper-right {
    flex: 1;
}

.primary-form {
    background-color: #2a2a2a;
    padding: 3rem;
    border-radius: 5px;
}

.input-group {
    margin-bottom: 1.8rem;
}

.input-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 600;
    color: #ffffff;
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #444;
    border-radius: 3px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #3a3a3a;
    color: #ffffff;
    transition: border-color 0.3s ease;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: none;
    border-color: #8b7355;
}

.form-submit-btn {
    width: 100%;
    padding: 1.2rem;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit-btn:hover {
    background-color: #75614a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 115, 85, 0.4);
}

.trust-inline {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.trust-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-intro {
    max-width: 700px;
    margin-bottom: 4rem;
}

.trust-intro h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.trust-intro p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

.testimonial-cards {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.testimonial-item {
    flex: 1;
    min-width: 300px;
    background-color: #f5f3ed;
    padding: 2.5rem;
    border-radius: 4px;
    border-left: 4px solid #8b7355;
}

.testimonial-item p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #333;
    margin-bottom: 1.8rem;
    font-style: italic;
}

.author-line {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem 2rem;
}

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

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

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

.footer-col p {
    line-height: 1.8;
    color: #bbb;
    font-size: 0.95rem;
}

.footer-col a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;
}

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

.footer-notice {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.footer-notice p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #aaa;
}

.footer-base {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
    font-size: 0.9rem;
}

.page-intro-centered {
    padding: 6rem 2rem;
    background-color: #f5f3ed;
    text-align: center;
}

.intro-wrap-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.intro-wrap-narrow h1 {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.intro-wrap-narrow p {
    font-size: 1.25rem;
    line-height: 1.9;
    color: #444;
}

.content-blocks {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.content-block-offset,
.content-block-reverse {
    max-width: 1200px;
    margin: 0 auto 5rem auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

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

.block-text-left,
.block-text-right {
    flex: 1;
}

.block-text-left h2,
.block-text-right h2 {
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
    color: #1a1a1a;
}

.block-text-left p,
.block-text-right p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.5rem;
}

.block-visual-right,
.block-visual-left {
    flex: 1;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

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

.services-detailed {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.contact-details-grid {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

.contact-blocks {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.contact-block-item {
    flex: 1;
    min-width: 300px;
}

.contact-block-item h2 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.contact-block-item p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.2rem;
}

.thanks-page {
    padding: 8rem 2rem;
    background-color: #f5f3ed;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    color: #8b7355;
}

.thanks-content p {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.5rem;
}

.return-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 1.1rem 2.8rem;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.return-link:hover {
    background-color: #75614a;
    transform: translateY(-2px);
}

.legal-page {
    padding: 6rem 2rem;
    background-color: #ffffff;
}

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

.legal-wrap h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.legal-wrap h2 {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.legal-wrap h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-wrap p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.5rem;
}

.legal-wrap ul,
.legal-wrap ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-wrap li {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 0.8rem;
}

@media (max-width: 968px) {
    .primary-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        gap: 1.5rem;
    }

    .primary-nav.active {
        display: flex;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero-visual {
        width: 100%;
        position: relative;
        min-height: 400px;
    }

    .hero-text-block {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .form-inner-grid,
    .content-block-offset,
    .content-block-reverse {
        flex-direction: column;
        gap: 3rem;
    }

    .services-irregular {
        flex-direction: column;
    }

    .service-block.large,
    .service-block.medium,
    .service-block.small {
        flex: 1 1 100%;
    }

    .testimonial-cards {
        flex-direction: column;
    }

    .footer-grid,
    .contact-blocks {
        flex-direction: column;
        gap: 2rem;
    }

    .intro-wrap-narrow h1 {
        font-size: 2.8rem;
    }
}

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

    .intro-container h2,
    .trust-intro h2 {
        font-size: 2rem;
    }

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

    .cookie-actions {
        width: 100%;
    }

    .btn-accept-cookies,
    .btn-reject-cookies {
        flex: 1;
    }
}
