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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #fafafa;
}

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

a:hover {
    color: #1a3a1b;
}

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

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #ddd;
}

.magazine-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5%;
    background-color: #ffffff;
    border-bottom: 2px solid #2C5F2D;
}

.nav-left .logo {
    font-size: 28px;
    font-weight: bold;
    color: #2C5F2D;
    font-family: Georgia, serif;
}

.nav-center {
    display: flex;
    gap: 35px;
}

.nav-center a {
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.nav-right {
    display: flex;
    gap: 20px;
}

.nav-right a {
    font-size: 13px;
    color: #666;
    font-family: Arial, sans-serif;
}

.hero-magazine {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-image-container {
    width: 100%;
    height: 100%;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.hero-content-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 600px;
    color: #ffffff;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content-overlay h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.intro-split {
    display: flex;
    justify-content: space-between;
    padding: 80px 5%;
    gap: 60px;
    background-color: #ffffff;
}

.intro-text-wide {
    flex: 0 0 65%;
}

.intro-text-wide h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2C5F2D;
    font-weight: normal;
}

.intro-text-wide p {
    font-size: 18px;
    line-height: 1.8;
}

.intro-stats-sidebar {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background-color: #f5f5f5;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #2C5F2D;
    font-family: Arial, sans-serif;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-family: Arial, sans-serif;
}

.services-preview-magazine {
    padding: 80px 5%;
    background-color: #f9f9f9;
}

.section-title-centered {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: normal;
}

.services-three-col {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.service-card {
    flex: 0 0 calc(33.333% - 27px);
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e5e5e5;
}

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

.service-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px;
    color: #2C5F2D;
    font-weight: normal;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 25px 20px;
    color: #333;
}

.price-tag {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0 25px 15px;
    font-family: Arial, sans-serif;
    display: block;
}

.service-link {
    display: inline-block;
    margin: 0 25px 25px;
    padding: 12px 25px;
    background-color: #2C5F2D;
    color: #ffffff;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

.service-link:hover {
    background-color: #1a3a1b;
    color: #ffffff;
}

.feature-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 5%;
    gap: 70px;
    background-color: #ffffff;
}

.feature-image-left {
    flex: 0 0 45%;
    background-color: #e5e5e5;
}

.feature-image-left img {
    width: 100%;
    height: 500px;
}

.feature-text-right {
    flex: 0 0 50%;
}

.feature-text-right h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2C5F2D;
    font-weight: normal;
}

.feature-text-right p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cta-inline {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background-color: #2C5F2D;
    color: #ffffff;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

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

.testimonials-magazine {
    padding: 80px 5%;
    background-color: #f5f5f5;
}

.testimonials-magazine h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: normal;
}

.testimonial-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.testimonial-item {
    flex: 0 0 calc(33.333% - 27px);
    padding: 35px;
    background-color: #ffffff;
    border-left: 4px solid #2C5F2D;
    font-style: italic;
}

.testimonial-item p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
}

.testimonial-item cite {
    font-size: 14px;
    color: #666;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.cta-magazine-bottom {
    padding: 100px 5%;
    background-color: #2C5F2D;
    text-align: center;
}

.cta-content-centered h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: normal;
}

.cta-content-centered p {
    font-size: 18px;
    color: #e5e5e5;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button-primary {
    display: inline-block;
    padding: 18px 45px;
    background-color: #ffffff;
    color: #2C5F2D;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.cta-button-primary:hover {
    background-color: #f0f0f0;
    color: #2C5F2D;
}

.footer-magazine {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 60px 5% 30px;
}

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

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

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

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

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

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

.footer-col ul li a {
    color: #cccccc;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

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

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 25px;
    text-align: center;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.footer-bottom p {
    font-size: 13px;
    color: #999;
    font-family: Arial, sans-serif;
}

.page-header-magazine {
    padding: 80px 5%;
    background-color: #2C5F2D;
    text-align: center;
}

.page-header-magazine h1 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.header-subtitle {
    font-size: 18px;
    color: #e5e5e5;
    font-family: Arial, sans-serif;
}

.about-content-magazine {
    display: flex;
    justify-content: space-between;
    padding: 80px 5%;
    gap: 60px;
    background-color: #ffffff;
}

.about-main-column {
    flex: 0 0 65%;
}

.about-text-block {
    margin-bottom: 50px;
}

.about-text-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2C5F2D;
    font-weight: normal;
}

.about-text-block p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.expertise-list {
    margin-left: 25px;
    margin-top: 15px;
}

.expertise-list li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.about-image-inline {
    width: 100%;
    height: 400px;
    margin: 40px 0;
    background-color: #e5e5e5;
}

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

.about-sidebar {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-box {
    background-color: #f5f5f5;
    padding: 30px;
}

.sidebar-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2C5F2D;
    font-weight: normal;
}

.values-list {
    list-style: none;
}

.values-list li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.values-list li strong {
    color: #2C5F2D;
    font-family: Arial, sans-serif;
}

.stat-item-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.stat-item-small .stat-label {
    font-size: 14px;
    color: #666;
    font-family: Arial, sans-serif;
}

.stat-item-small .stat-number {
    font-size: 24px;
    font-weight: bold;
    color: #2C5F2D;
    font-family: Arial, sans-serif;
}

.affiliations-list {
    list-style: none;
}

.affiliations-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.affiliations-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2C5F2D;
}

.services-detailed-magazine {
    padding: 60px 5%;
    background-color: #ffffff;
}

.service-detail-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.service-detail-block:last-child {
    border-bottom: none;
}

.service-detail-content {
    flex: 0 0 55%;
}

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2C5F2D;
    font-weight: normal;
}

.service-detail-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-detail-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.service-detail-image {
    flex: 0 0 40%;
    background-color: #e5e5e5;
}

.service-detail-image img {
    width: 100%;
    height: 450px;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 25px 0 20px;
}

.price-label {
    font-size: 14px;
    color: #666;
    font-family: Arial, sans-serif;
}

.price-amount {
    font-size: 32px;
    font-weight: bold;
    color: #2C5F2D;
    font-family: Arial, sans-serif;
}

.select-service-btn {
    padding: 14px 35px;
    background-color: #2C5F2D;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section-magazine {
    padding: 80px 5%;
    background-color: #f5f5f5;
}

.form-section-magazine h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #2C5F2D;
    font-weight: normal;
}

.form-section-magazine > p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
    color: #666;
}

.service-inquiry-form {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: Georgia, serif;
}

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

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

.form-submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #2C5F2D;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-layout-magazine {
    display: flex;
    justify-content: space-between;
    padding: 80px 5%;
    gap: 70px;
    background-color: #ffffff;
}

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

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2C5F2D;
    font-weight: normal;
}

.contact-info-block > p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-detail-group {
    margin-bottom: 35px;
}

.contact-detail-group h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: normal;
}

.contact-detail-group p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.contact-visual {
    flex: 0 0 45%;
}

.contact-visual img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    background-color: #e5e5e5;
}

.contact-quote {
    background-color: #f5f5f5;
    padding: 35px;
}

.contact-quote blockquote p {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-quote cite {
    font-size: 14px;
    color: #666;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.service-areas-magazine {
    padding: 80px 5%;
    background-color: #f9f9f9;
}

.service-areas-magazine h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2C5F2D;
    font-weight: normal;
}

.service-areas-magazine > p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 900px;
}

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

.region-item {
    flex: 0 0 calc(33.333% - 20px);
    background-color: #ffffff;
    padding: 30px;
}

.region-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2C5F2D;
    font-weight: normal;
}

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

.thanks-page-content {
    padding: 100px 5%;
    background-color: #ffffff;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.thanks-container h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #2C5F2D;
    font-weight: normal;
}

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

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

.thanks-details p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #666;
}

.next-steps h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: normal;
}

.steps-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.step-item {
    flex: 0 0 calc(33.333% - 27px);
    text-align: center;
}

.step-number {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #2C5F2D;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: normal;
}

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

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

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 4px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

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

.btn-secondary {
    background-color: #f5f5f5;
    color: #2C5F2D;
}

.btn-secondary:hover {
    background-color: #e5e5e5;
    color: #2C5F2D;
}

.legal-content {
    padding: 60px 5%;
    background-color: #ffffff;
}

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

.legal-text h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2C5F2D;
    font-weight: normal;
}

.legal-text h2:first-child {
    margin-top: 0;
}

.legal-text h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #1a1a1a;
    font-weight: normal;
}

.legal-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.legal-text ul {
    margin: 15px 0 20px 25px;
}

.legal-text ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

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

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

.cookies-table th,
.cookies-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 15px;
}

.cookies-table th {
    font-weight: 600;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 5%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    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 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
}

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

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

@media (max-width: 768px) {
    .magazine-nav {
        flex-direction: column;
        gap: 20px;
    }

    .nav-center,
    .nav-right {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content-overlay h1 {
        font-size: 36px;
    }

    .intro-split,
    .feature-asymmetric,
    .contact-layout-magazine,
    .about-content-magazine {
        flex-direction: column;
    }

    .intro-text-wide,
    .intro-stats-sidebar,
    .feature-image-left,
    .feature-text-right,
    .contact-info-block,
    .contact-visual,
    .about-main-column,
    .about-sidebar {
        flex: 0 0 100%;
    }

    .services-three-col,
    .testimonial-grid,
    .steps-grid {
        flex-direction: column;
    }

    .service-card,
    .testimonial-item,
    .step-item {
        flex: 0 0 100%;
    }

    .service-detail-block {
        flex-direction: column;
    }

    .service-detail-content,
    .service-detail-image {
        flex: 0 0 100%;
    }

    .regions-grid {
        flex-direction: column;
    }

    .region-item {
        flex: 0 0 100%;
    }

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

    .thanks-actions {
        flex-direction: column;
    }
}