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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e8e8e8;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4A7C59;
    letter-spacing: 0.5px;
}

.ad-notice {
    font-size: 0.75rem;
    color: #95a5a6;
    padding: 4px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 35px;
}

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

.nav-menu a:hover {
    color: #4A7C59;
}

.hero-magazine {
    position: relative;
    height: 600px;
    overflow: hidden;
}

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

.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.85), transparent);
    padding: 60px 40px;
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 800px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 1.2rem;
    max-width: 700px;
    line-height: 1.5;
}

.magazine-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 30px;
}

.intro-columns {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
}

.col-wide {
    flex: 2;
}

.col-narrow {
    flex: 1;
}

.col-wide h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

.col-wide p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.stat-card {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #4A7C59;
}

.stat-card h3 {
    font-size: 2.5rem;
    color: #4A7C59;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-card p {
    font-size: 0.95rem;
    color: #5a6c7d;
    line-height: 1.5;
}

.services-preview {
    margin-bottom: 100px;
}

.services-preview h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.services-grid-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card-mag {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 calc(50% - 15px);
    display: flex;
    flex-direction: column;
}

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

.service-card-mag img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #e8f5e9;
}

.service-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-content h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    font-weight: 700;
}

.service-content p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.7;
}

.price-tag {
    font-size: 1.4rem;
    color: #4A7C59;
    font-weight: 700;
    margin-top: 10px;
}

.link-arrow {
    color: #4A7C59;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s;
    display: inline-block;
}

.link-arrow:hover {
    transform: translateX(5px);
}

.philosophy-split {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.split-left {
    flex: 1;
    background-color: #e8f5e9;
}

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

.split-right {
    flex: 1;
    padding: 20px;
}

.split-right h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

.split-right p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

blockquote {
    border-left: 4px solid #4A7C59;
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    color: #5a6c7d;
    font-size: 1.1rem;
}

.testimonials-inline {
    margin-bottom: 100px;
    background-color: #f8f9fa;
    padding: 60px 40px;
    border-radius: 8px;
}

.testimonials-inline h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.testimonial-flow {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-item {
    flex: 1 1 calc(33.333% - 27px);
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.testimonial-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 15px;
}

.testimonial-item cite {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: normal;
    font-weight: 600;
}

.cta-inline {
    margin-bottom: 100px;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #4A7C59 0%, #5d9a6e 100%);
    border-radius: 12px;
    color: #ffffff;
}

.cta-content-centered h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content-centered p {
    font-size: 1.2rem;
    margin-bottom: 35px;
    opacity: 0.95;
}

.btn-primary-cta {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #4A7C59;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: transform 0.3s;
}

.btn-primary-cta:hover {
    transform: translateY(-3px);
}

.approach-details {
    margin-bottom: 100px;
}

.detail-row {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 70px;
}

.detail-row.reverse {
    flex-direction: row-reverse;
}

.detail-text {
    flex: 1;
}

.detail-text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.detail-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #34495e;
}

.detail-text a {
    color: #4A7C59;
    text-decoration: none;
    font-weight: 600;
}

.detail-text a:hover {
    text-decoration: underline;
}

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

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.references-section {
    margin-bottom: 60px;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.reference-list {
    list-style-position: inside;
    font-size: 0.95rem;
    line-height: 2;
    color: #5a6c7d;
}

.reference-list a {
    color: #4A7C59;
    text-decoration: none;
}

.reference-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px;
}

.footer-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

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

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

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

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

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

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #95a5a6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    color: #95a5a6;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.btn-accept {
    padding: 12px 30px;
    background-color: #4A7C59;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept:hover {
    background-color: #3e6b4c;
}

.btn-reject {
    padding: 12px 30px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.services-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
}

.page-header {
    text-align: center;
    margin-bottom: 70px;
}

.page-header h1 {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-header p {
    font-size: 1.2rem;
    color: #5a6c7d;
}

.services-detailed {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-detail-card {
    display: flex;
    gap: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

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

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

.service-info {
    flex: 1;
    padding: 50px;
}

.service-info h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.service-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 25px;
}

.service-features {
    list-style-position: inside;
    margin-bottom: 30px;
}

.service-features li {
    font-size: 1rem;
    line-height: 2;
    color: #5a6c7d;
}

.service-price {
    font-size: 1.8rem;
    color: #4A7C59;
    font-weight: 700;
    margin-bottom: 25px;
}

.btn-select-service {
    padding: 15px 35px;
    background-color: #4A7C59;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #3e6b4c;
}

.order-form-section {
    margin-top: 80px;
    padding: 60px 40px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

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

.form-container h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
    text-align: center;
}

.selected-service-display {
    text-align: center;
    font-size: 1.1rem;
    color: #4A7C59;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkbox-group a {
    color: #4A7C59;
    text-decoration: underline;
}

.btn-submit {
    padding: 16px 40px;
    background-color: #4A7C59;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #3e6b4c;
}

.about-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
}

.page-header-about {
    margin-bottom: 80px;
}

.header-content-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.header-text {
    flex: 1;
}

.header-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.header-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #5a6c7d;
}

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

.header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.story-section {
    margin-bottom: 80px;
}

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

.story-container h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 700;
}

.story-container p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #34495e;
}

.values-grid {
    margin-bottom: 80px;
}

.values-grid h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.values-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #4A7C59;
    font-weight: 700;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a6c7d;
}

.team-approach {
    margin-bottom: 80px;
}

.approach-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.approach-text {
    flex: 1;
}

.approach-text h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

.approach-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.approach-visual {
    flex: 1;
    background-color: #e8f5e9;
}

.approach-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.ingredients-philosophy {
    margin-bottom: 80px;
}

.ingredients-philosophy h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.philosophy-columns {
    display: flex;
    gap: 40px;
}

.phil-col {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.phil-col img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background-color: #e8f5e9;
}

.phil-col h3 {
    font-size: 1.4rem;
    margin: 20px 25px 15px;
    color: #2c3e50;
    font-weight: 700;
}

.phil-col p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 25px 25px;
    color: #5a6c7d;
}

.collaboration-stats {
    margin-bottom: 80px;
}

.collaboration-stats h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.stats-layout {
    display: flex;
    gap: 30px;
}

.stat-box {
    flex: 1;
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 4px solid #4A7C59;
}

.stat-number {
    display: block;
    font-size: 3rem;
    color: #4A7C59;
    font-weight: 700;
    margin-bottom: 15px;
}

.stat-label {
    display: block;
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.5;
}

.cta-about {
    text-align: center;
    padding: 60px 30px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.cta-about h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.cta-about p {
    font-size: 1.1rem;
    margin-bottom: 35px;
    color: #5a6c7d;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #4A7C59;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #3e6b4c;
}

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #4A7C59;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 6px;
    border: 2px solid #4A7C59;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #4A7C59;
    color: #ffffff;
}

.contact-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
}

.contact-content {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
}

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

.info-item {
    margin-bottom: 40px;
}

.info-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #4A7C59;
    font-weight: 700;
}

.info-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #34495e;
}

.note {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 10px;
}

.contact-visual {
    flex: 1;
    background-color: #e8f5e9;
    border-radius: 8px;
    overflow: hidden;
}

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

.location-note {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.95);
}

.location-note p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a6c7d;
}

.visit-info {
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.visit-info h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

.visit-details p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.faq-contact {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-contact h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
    font-weight: 700;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.faq-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
}

.thanks-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 30px;
}

.thanks-container {
    text-align: center;
}

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

.thanks-container h1 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #4A7C59;
    font-weight: 700;
}

.thanks-content {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.lead-text {
    font-size: 1.3rem;
    margin-bottom: 40px;
    color: #2c3e50;
}

.order-confirmation {
    margin-bottom: 40px;
    text-align: left;
}

.order-confirmation h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 700;
}

.next-steps {
    list-style-position: inside;
    font-size: 1.05rem;
    line-height: 2.2;
    color: #5a6c7d;
}

.selected-service-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border-left: 4px solid #4A7C59;
}

.selected-service-info p {
    font-size: 1.1rem;
    color: #2c3e50;
}

.contact-reminder {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.contact-reminder h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-reminder p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
}

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

.legal-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px;
}

.legal-container {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.legal-container h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

.last-updated {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 50px;
}

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #4A7C59;
    font-weight: 700;
}

.legal-section p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-section ul,
.legal-section ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.legal-section li {
    font-size: 1rem;
    line-height: 1.9;
    color: #34495e;
    margin-bottom: 8px;
}

.legal-section a {
    color: #4A7C59;
    text-decoration: none;
}

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

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

.cookies-table thead {
    background-color: #f8f9fa;
}

.cookies-table th {
    padding: 15px;
    text-align: left;
    font-weight: 700;
    color: #2c3e50;
    border-bottom: 2px solid #e0e0e0;
}

.cookies-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #34495e;
    font-size: 0.95rem;
}

.cookies-table tbody tr:hover {
    background-color: #f8f9fa;
}

@media (max-width: 1024px) {
    .intro-columns,
    .philosophy-split,
    .detail-row,
    .approach-split,
    .header-content-split,
    .contact-content,
    .service-detail-card {
        flex-direction: column;
    }

    .detail-row.reverse {
        flex-direction: column;
    }

    .stats-layout,
    .philosophy-columns {
        flex-wrap: wrap;
    }

    .value-card,
    .faq-item {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 15px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    .service-card-mag {
        flex: 1 1 100%;
    }

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

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

    .footer-layout {
        flex-direction: column;
        gap: 30px;
    }
}