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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fefefe;
}

h1, h2, h3, h4 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    color: #1a2530;
    line-height: 1.3;
}

h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin: 1.2em 0 0.6em;
}

h3 {
    font-size: 1.4em;
    margin: 1em 0 0.5em;
}

h4 {
    font-size: 1.1em;
    margin: 0.8em 0 0.4em;
}

p {
    margin-bottom: 1.2em;
}

a {
    color: #2a5a3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3a2c;
}

ul, ol {
    margin: 1em 0 1.5em 2em;
}

li {
    margin-bottom: 0.5em;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 37, 48, 0.95);
    color: #ffffff;
    padding: 1.5rem;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    flex: 1 1 60%;
    margin: 0;
    font-size: 0.95em;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-top {
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.ad-notice {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    font-size: 0.85em;
    color: #6c757d;
    text-align: right;
}

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

.logo {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Helvetica Neue', sans-serif;
    color: #2a5a3c;
}

.main-nav {
    display: flex;
    gap: 2rem;
}

.main-nav a {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.95em;
    font-weight: 500;
    color: #2c3e50;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    color: #2a5a3c;
    border-bottom-color: #2a5a3c;
}

.hero-magazine {
    position: relative;
    margin-bottom: 4rem;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e0e7e3;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 3rem 2rem;
    color: #ffffff;
}

.hero-overlay h1 {
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 0.5rem;
}

.hero-overlay p {
    font-size: 1.3em;
    max-width: 700px;
    margin: 0;
}

.intro-magazine {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.magazine-grid {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.main-column {
    flex: 1 1 70%;
    max-width: 720px;
}

.side-column {
    flex: 1 1 30%;
    max-width: 360px;
}

.inline-image {
    margin: 2rem 0;
    background-color: #e0e7e3;
}

.inline-image img {
    width: 100%;
    height: auto;
}

.info-card {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-left: 4px solid #2a5a3c;
}

.info-card h3 {
    margin-top: 0;
    color: #2a5a3c;
}

.info-card ul {
    margin: 1rem 0 0 1.5rem;
}

.cta-card {
    background-color: #2a5a3c;
    color: #ffffff;
    padding: 2rem;
    margin-bottom: 2rem;
}

.cta-card h3 {
    color: #ffffff;
    margin-top: 0;
}

.cta-card p {
    color: #f0f0f0;
}

.services-preview {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
    margin-bottom: 5rem;
}

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

.services-magazine-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-large {
    flex: 1 1 100%;
    display: flex;
    gap: 2rem;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.service-large img {
    flex: 0 0 50%;
    height: 450px;
    background-color: #e0e7e3;
}

.service-content {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-small {
    flex: 1 1 calc(50% - 1rem);
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.service-small img {
    width: 100%;
    height: 250px;
    background-color: #e0e7e3;
}

.service-small .service-content {
    padding: 1.5rem;
}

.price {
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    color: #2a5a3c;
    margin: 1rem 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.cta-inline {
    display: inline-block;
    background-color: #2a5a3c;
    color: #ffffff;
    padding: 0.8rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.cta-inline:hover {
    background-color: #1a3a2c;
    color: #ffffff;
}

.additional-services {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.magazine-grid-reverse {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.side-column-left {
    flex: 1 1 35%;
}

.main-column-right {
    flex: 1 1 65%;
}

.image-stack {
    background-color: #e0e7e3;
}

.image-stack img {
    width: 100%;
    height: auto;
}

.service-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.testimonials-editorial {
    background-color: #1a2530;
    color: #ffffff;
    padding: 4rem 2rem;
    margin-bottom: 5rem;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 3rem;
}

.testimonials-header h2 {
    color: #ffffff;
    margin: 0;
}

.testimonials-magazine {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1 1 calc(33.333% - 1.5rem);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-left: 3px solid #2a5a3c;
}

.testimonial-card p {
    font-style: italic;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.testimonial-card cite {
    font-style: normal;
    font-size: 0.9em;
    color: #b0b0b0;
}

.form-section {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.form-container-magazine {
    max-width: 700px;
    margin: 0 auto;
}

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

.contact-form {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1em;
    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: #2a5a3c;
}

.btn-submit {
    background-color: #2a5a3c;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.btn-primary {
    display: inline-block;
    background-color: #2a5a3c;
    color: #ffffff;
    padding: 0.8rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

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

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2a5a3c;
    padding: 0.8rem 2rem;
    border: 2px solid #2a5a3c;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Helvetica Neue', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-secondary:hover {
    background-color: #2a5a3c;
    color: #ffffff;
}

.closing-content {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.main-footer {
    background-color: #1a2530;
    color: #e0e0e0;
    padding: 3rem 2rem 1rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1 1 200px;
}

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #b0b0b0;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #2a5a3c;
    font-size: 0.9em;
    line-height: 1.6;
}

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

.page-hero-small {
    background-color: #f8f9fa;
    padding: 3rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.page-hero-small h1 {
    max-width: 800px;
    margin: 0 auto 0.5rem;
}

.page-hero-small p {
    font-size: 1.2em;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.about-content,
.contact-page,
.services-detailed,
.legal-page {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.services-detailed {
    padding-bottom: 3rem;
}

.service-block {
    display: flex;
    gap: 3rem;
    margin-bottom: 5rem;
    align-items: center;
}

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

.service-image-large {
    flex: 0 0 45%;
    background-color: #e0e7e3;
}

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

.service-details {
    flex: 1;
}

.service-duration {
    font-style: italic;
    color: #6c757d;
    margin: 1rem 0;
}

.price-block {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #2a5a3c;
}

.price-label {
    font-weight: 600;
    font-size: 0.9em;
    color: #6c757d;
    display: block;
    margin-bottom: 0.3rem;
}

.price-value {
    font-size: 2em;
    font-weight: 700;
    color: #2a5a3c;
    font-family: 'Helvetica Neue', sans-serif;
    display: block;
}

.price-note {
    font-size: 0.9em;
    color: #6c757d;
    display: block;
    margin-top: 0.3rem;
}

.service-cta {
    background-color: #f8f9fa;
    padding: 3rem;
    text-align: center;
    border-radius: 4px;
}

.service-cta h2 {
    margin-top: 0;
}

.contact-layout {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-info-block {
    flex: 1 1 45%;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h3 {
    color: #2a5a3c;
    margin-bottom: 0.5rem;
}

.contact-item .note {
    font-size: 0.9em;
    color: #6c757d;
    font-style: italic;
    margin-top: 0.5rem;
}

.contact-image-block {
    flex: 1 1 45%;
    background-color: #e0e7e3;
}

.contact-image-block img {
    width: 100%;
    height: auto;
}

.contact-note {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin-top: 1rem;
}

.contact-additional {
    max-width: 1200px;
    margin: 0 auto 5rem;
    padding: 0 2rem;
}

.info-boxes {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.info-box {
    flex: 1 1 calc(33.333% - 1.5rem);
    background-color: #f8f9fa;
    padding: 2rem;
    border-top: 3px solid #2a5a3c;
}

.info-box h3 {
    color: #2a5a3c;
    margin-top: 0;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

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

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-message {
    margin: 2rem 0;
}

.thanks-info {
    background-color: #f8f9fa;
    padding: 2rem;
    margin: 2rem 0;
    text-align: left;
    border-radius: 4px;
}

.thanks-info h2 {
    margin-top: 0;
}

.thanks-info ol {
    margin: 1rem 0;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.thanks-contact {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.email-display {
    font-weight: 600;
    color: #2a5a3c;
}

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

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    margin-top: 2.5rem;
}

.legal-content h3 {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .magazine-grid,
    .magazine-grid-reverse,
    .service-block,
    .contact-layout {
        flex-direction: column;
    }

    .main-column,
    .side-column,
    .side-column-left,
    .main-column-right,
    .service-image-large,
    .service-details,
    .contact-info-block,
    .contact-image-block {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .service-large {
        flex-direction: column;
    }

    .service-large img {
        flex: 1 1 auto;
        height: 300px;
    }

    .service-small {
        flex: 1 1 100%;
    }

    .testimonials-magazine {
        flex-direction: column;
    }

    .testimonial-card {
        flex: 1 1 100%;
    }

    .info-boxes {
        flex-direction: column;
    }

    .info-box {
        flex: 1 1 100%;
    }

    .main-nav {
        gap: 1rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-content p {
        flex: 1 1 100%;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .hero-image-container {
        height: 400px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.6em;
    }
}