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

body {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fafaf8;
}

.ad-notice {
    background-color: #e8e3d8;
    color: #5a5a5a;
    text-align: center;
    padding: 8px 15px;
    font-size: 0.85rem;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #d0cbbf;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c5f4f;
    color: #ffffff;
    padding: 20px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

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

.cookie-btn.accept:hover {
    background-color: #e8f5f0;
}

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

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

.magazine-header {
    background-color: #ffffff;
    border-bottom: 3px solid #2c5f4f;
    padding: 30px 40px;
}

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

.logo-area {
    flex: 1;
    min-width: 250px;
}

.site-logo {
    font-size: 2.5rem;
    font-weight: normal;
    color: #2c5f4f;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.tagline {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

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

.main-nav a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 1.05rem;
    font-family: Arial, sans-serif;
    position: relative;
    transition: color 0.3s;
}

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

.hero-magazine {
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.hero-text-block {
    max-width: 750px;
}

.hero-headline {
    font-size: 3rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: normal;
}

.hero-intro {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.hero-image-container {
    width: 100%;
    background-color: #e8e3d8;
}

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

.intro-narrative {
    background-color: #ffffff;
    padding: 70px 40px;
}

.narrative-columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.col-left {
    flex: 1.5;
    min-width: 320px;
}

.col-left h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #2c5f4f;
    font-weight: normal;
}

.col-left p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.col-right {
    flex: 1;
    min-width: 300px;
}

.col-right img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    object-fit: cover;
    background-color: #e8e3d8;
}

.image-caption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.services-preview {
    padding: 70px 40px;
    background-color: #f5f3ed;
}

.section-header-offset {
    max-width: 1200px;
    margin: 0 auto 40px;
}

.section-header-offset h3 {
    font-size: 2.3rem;
    color: #2c5f4f;
    margin-bottom: 12px;
    font-weight: normal;
}

.section-header-offset p {
    font-size: 1.1rem;
    color: #5a5a5a;
}

.services-grid-magazine {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.service-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 320px;
    max-width: 370px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-image {
    background-color: #e8e3d8;
}

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

.service-details {
    padding: 25px;
}

.service-details h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: normal;
}

.service-details p {
    font-size: 0.98rem;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.service-price {
    font-size: 1.3rem;
    color: #2c5f4f;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.select-service-btn {
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

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

.context-section {
    background-color: #ffffff;
    padding: 70px 40px;
}

.context-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.context-text {
    flex: 2;
    min-width: 320px;
}

.context-text h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 25px;
    font-weight: normal;
}

.context-text p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.context-aside {
    flex: 1;
    min-width: 280px;
}

.aside-box {
    background-color: #f5f3ed;
    padding: 30px;
    border-left: 4px solid #2c5f4f;
}

.aside-box h4 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: #2a2a2a;
    font-weight: normal;
}

.tradition-list,
.approach-list {
    list-style: none;
    padding-left: 0;
}

.tradition-list li,
.approach-list li {
    padding: 10px 0;
    border-bottom: 1px solid #d8d4c9;
    font-size: 1rem;
    color: #4a4a4a;
}

.tradition-list li:last-child,
.approach-list li:last-child {
    border-bottom: none;
}

.form-section {
    background-color: #2c5f4f;
    padding: 70px 40px;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h3 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.form-intro p {
    font-size: 1.1rem;
    color: #c9e4d9;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 5px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 25px;
    flex: 1;
    min-width: 250px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #2a2a2a;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1rem;
    font-family: Georgia, serif;
}

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

.submit-btn {
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

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

.trust-section {
    background-color: #f5f3ed;
    padding: 70px 40px;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
}

.trust-content h3 {
    font-size: 2.2rem;
    color: #2c5f4f;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}

.testimonials-magazine {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border-left: 3px solid #2c5f4f;
}

.testimonial p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.testimonial cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.main-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 60px 40px 20px;
}

.footer-columns {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 1.2rem;
    font-weight: normal;
}

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

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

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #2a2a2a;
    border-radius: 4px;
}

.disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #bbb;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 0.9rem;
}

.page-hero-small {
    background-color: #2c5f4f;
    color: #ffffff;
    padding: 60px 40px;
    text-align: center;
}

.page-hero-small h2 {
    font-size: 2.5rem;
    margin-bottom: 12px;
    font-weight: normal;
}

.page-hero-small p {
    font-size: 1.15rem;
    color: #c9e4d9;
}

.about-story {
    padding: 70px 40px;
    background-color: #ffffff;
}

.story-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.story-text-main {
    flex: 2;
    min-width: 320px;
}

.story-text-main h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: normal;
}

.story-text-main h3:first-child {
    margin-top: 0;
}

.story-text-main p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.story-text-main img {
    width: 100%;
    height: auto;
    margin: 30px 0;
    object-fit: cover;
    background-color: #e8e3d8;
}

.story-sidebar {
    flex: 1;
    min-width: 280px;
}

.sidebar-box {
    background-color: #f5f3ed;
    padding: 30px;
    margin-bottom: 30px;
    border-top: 3px solid #2c5f4f;
}

.sidebar-box h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: normal;
}

.sidebar-box p {
    font-size: 0.98rem;
    line-height: 1.6;
}

.values-section {
    background-color: #f5f3ed;
    padding: 70px 40px;
}

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

.values-container h3 {
    font-size: 2.2rem;
    color: #2c5f4f;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.value-item {
    flex: 1;
    min-width: 260px;
    background-color: #ffffff;
    padding: 30px;
}

.value-item h4 {
    font-size: 1.3rem;
    color: #2c5f4f;
    margin-bottom: 12px;
    font-weight: normal;
}

.value-item p {
    font-size: 0.98rem;
    color: #4a4a4a;
}

.cta-about {
    background-color: #ffffff;
    padding: 70px 40px;
}

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

.cta-content h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 15px;
    font-weight: normal;
}

.cta-content p {
    font-size: 1.1rem;
}

.cta-content a {
    color: #2c5f4f;
    text-decoration: underline;
    transition: color 0.3s;
}

.cta-content a:hover {
    color: #1f4537;
}

.services-detailed {
    padding: 50px 40px;
}

.service-full {
    background-color: #ffffff;
    margin-bottom: 60px;
    padding: 50px 0;
}

.service-full.reverse .service-content-area {
    flex-direction: row-reverse;
}

.service-content-area {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.service-text-block {
    flex: 1.2;
    min-width: 320px;
}

.service-text-block h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 20px;
    font-weight: normal;
}

.service-text-block p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

.service-price-large {
    font-size: 1.6rem;
    color: #2c5f4f;
    font-weight: bold;
    margin-top: 25px;
}

.service-cta-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background-color: #2c5f4f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

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

.service-image-block {
    flex: 1;
    min-width: 320px;
    background-color: #e8e3d8;
}

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

.services-cta-section {
    background-color: #2c5f4f;
    padding: 70px 40px;
}

.cta-box-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-box-centered h3 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.cta-box-centered p {
    font-size: 1.1rem;
    color: #c9e4d9;
    margin-bottom: 30px;
}

.cta-button-primary {
    display: inline-block;
    padding: 14px 35px;
    background-color: #ffffff;
    color: #2c5f4f;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

.cta-button-primary:hover {
    background-color: #e8f5f0;
}

.contact-section {
    padding: 70px 40px;
    background-color: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-info-block {
    flex: 1;
    min-width: 320px;
}

.contact-info-block h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 30px;
    font-weight: normal;
}

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

.contact-detail h4 {
    font-size: 1.2rem;
    color: #2a2a2a;
    margin-bottom: 10px;
    font-weight: normal;
}

.contact-detail p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-note {
    background-color: #f5f3ed;
    padding: 20px;
    margin-top: 30px;
    border-left: 3px solid #2c5f4f;
}

.contact-note p {
    font-size: 0.95rem;
    color: #5a5a5a;
}

.contact-visual {
    flex: 1;
    min-width: 320px;
    background-color: #e8e3d8;
}

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

.contact-cta {
    background-color: #f5f3ed;
    padding: 70px 40px;
}

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

.cta-content-contact h3 {
    font-size: 2rem;
    color: #2c5f4f;
    margin-bottom: 15px;
    font-weight: normal;
}

.cta-content-contact p {
    font-size: 1.1rem;
}

.cta-content-contact a {
    color: #2c5f4f;
    text-decoration: underline;
    transition: color 0.3s;
}

.cta-content-contact a:hover {
    color: #1f4537;
}

.thanks-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-icon svg {
    display: inline-block;
}

.thanks-container h2 {
    font-size: 2.5rem;
    color: #2c5f4f;
    margin-bottom: 25px;
    font-weight: normal;
}

.thanks-message {
    margin-bottom: 50px;
}

.thanks-message p {
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.thanks-next-steps {
    background-color: #f5f3ed;
    padding: 40px;
    margin-bottom: 50px;
    text-align: left;
}

.thanks-next-steps h3 {
    font-size: 1.8rem;
    color: #2c5f4f;
    margin-bottom: 25px;
    font-weight: normal;
}

.steps-list {
    padding-left: 25px;
}

.steps-list li {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.05rem;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #2c5f4f;
    color: #ffffff;
}

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

.btn-secondary {
    background-color: #e8e3d8;
    color: #2a2a2a;
}

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

.legal-page {
    padding: 70px 40px;
    background-color: #ffffff;
}

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

.legal-container h2 {
    font-size: 2.5rem;
    color: #2c5f4f;
    margin-bottom: 40px;
    font-weight: normal;
}

.legal-container h3 {
    font-size: 1.8rem;
    color: #2a2a2a;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: normal;
}

.legal-container h4 {
    font-size: 1.3rem;
    color: #2a2a2a;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: normal;
}

.legal-container p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

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

.legal-container ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-container a {
    color: #2c5f4f;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #1f4537;
}

.cookie-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

.cookie-table thead {
    background-color: #f5f3ed;
}

.cookie-table th {
    padding: 12px;
    text-align: left;
    border: 1px solid #d8d4c9;
    font-weight: normal;
}

.cookie-table td {
    padding: 12px;
    border: 1px solid #d8d4c9;
}

@media (max-width: 768px) {
    .hero-headline {
        font-size: 2rem;
    }

    .hero-intro {
        font-size: 1.1rem;
    }

    .narrative-columns,
    .context-layout,
    .story-layout,
    .contact-layout,
    .service-content-area {
        flex-direction: column;
    }

    .main-nav {
        width: 100%;
        justify-content: center;
    }

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

    .services-grid-magazine {
        justify-content: center;
    }
}