/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

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

a:hover {
    color: #1a3a1b;
}

/* Container Variations */
.container-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-medium {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 30px;
}

.container-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2b2b2b;
    color: #fff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

.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: 20px;
}

.cookie-content p {
    flex: 1 1 auto;
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #2c5f2d;
    color: #fff;
}

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

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

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

/* Header - Magazine Style */
.main-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    background-color: #fff;
    border-bottom: 3px solid #2b2b2b;
}

.logo {
    font-family: 'Georgia', serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #2b2b2b;
}

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

.main-nav a {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2b2b2b;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
    border-bottom-color: #2c5f2d;
    color: #2c5f2d;
}

/* Hero Editorial Style */
.hero-editorial {
    position: relative;
    margin-bottom: 80px;
}

.hero-image-wrap {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    overflow: hidden;
}

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

.hero-overlay {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: 40px;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 50px;
}

.hero-overlay h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2b2b2b;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-style: italic;
    color: #555;
    font-weight: 300;
}

/* Intro Narrative - Narrow Editorial Column */
.intro-narrative {
    padding: 80px 0;
    background-color: #fff;
}

.lead-text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
    color: #2b2b2b;
}

.intro-narrative p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Split Feature - Asymmetric Magazine Layout */
.split-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 100px;
}

.split-left {
    flex: 0 0 45%;
    overflow: hidden;
}

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

.split-right {
    flex: 0 0 55%;
    padding: 60px 70px;
    background-color: #f4f1ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-right h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400;
}

.split-right p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

/* Services Preview - Magazine Grid */
.services-preview {
    padding: 100px 0;
    background-color: #fff;
}

.section-header-offset {
    margin-bottom: 60px;
    margin-left: 60px;
}

.eyebrow {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2c5f2d;
    margin-bottom: 10px;
}

.section-header-offset h2 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    max-width: 600px;
}

/* Services Magazine Grid - Varied Card Sizes */
.services-magazine-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card-large {
    flex: 1 1 calc(66.666% - 20px);
    min-width: 320px;
    background-color: #fafaf8;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.service-card-medium {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    background-color: #fafaf8;
    border: 1px solid #e0e0e0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

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

.service-content {
    padding: 40px 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3,
.service-card-medium h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.service-content p,
.service-card-medium p {
    font-size: 1rem;
    margin-bottom: 25px;
    flex: 1;
}

.price-tag {
    font-family: 'Arial', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 20px;
}

.btn-select-service {
    align-self: flex-start;
    padding: 14px 32px;
    background-color: #2b2b2b;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #2c5f2d;
}

/* Insight Section - Narrow Column */
.insight-section {
    padding: 100px 0;
    background-color: #2c5f2d;
    color: #fff;
}

.insight-section h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 1.3;
}

.insight-section p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Testimonial Inline */
.testimonial-inline {
    padding: 90px 0;
    background-color: #f4f1ed;
}

.testimonial-inline blockquote {
    border-left: 4px solid #2c5f2d;
    padding-left: 50px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.7;
    color: #2b2b2b;
}

.testimonial-inline cite {
    display: block;
    margin-top: 25px;
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 600;
    color: #555;
}

/* CTA Form Section */
.cta-form-section {
    padding: 100px 0;
    background-color: #fff;
}

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

.form-wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #555;
}

.consultation-form {
    background-color: #fafaf8;
    padding: 50px;
    border: 1px solid #e0e0e0;
}

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

.form-group {
    flex: 1 1 100%;
    margin-bottom: 25px;
}

.form-row .form-group {
    flex: 1 1 calc(50% - 10px);
    min-width: 200px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2b2b2b;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccc;
    font-family: 'Georgia', serif;
    font-size: 1rem;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 18px 40px;
    background-color: #2c5f2d;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background-color 0.3s ease;
}

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

/* Trust Indicators */
.trust-indicators {
    padding: 80px 0;
    background-color: #2b2b2b;
    color: #fff;
}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
}

.trust-item {
    text-align: center;
    flex: 1 1 200px;
}

.trust-item h4 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #a8d5a8;
}

.trust-item p {
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
}

/* Footer - Magazine Style */
.main-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 0 30px;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

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

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

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

.footer-column ul li a {
    color: #ccc;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #a8d5a8;
}

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

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

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.sticky-cta-btn {
    padding: 16px 30px;
    background-color: #2c5f2d;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    background-color: #1a3a1b;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Page Hero - Simple Header */
.page-hero {
    padding: 80px 0;
    background-color: #f4f1ed;
    text-align: center;
}

.page-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-hero .hero-subtitle {
    font-size: 1.3rem;
    color: #555;
}

/* About Page Styles */
.about-story {
    padding: 80px 0;
    background-color: #fff;
}

.team-section {
    padding: 100px 0;
    background-color: #fafaf8;
}

.team-section h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.team-member {
    flex: 1 1 300px;
    max-width: 350px;
    text-align: center;
}

.member-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
}

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

.team-member h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.member-role {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c5f2d;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-member p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.philosophy-section {
    padding: 100px 0;
    background-color: #2b2b2b;
    color: #fff;
}

.philosophy-section h2 {
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.philosophy-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.achievements-timeline {
    padding: 100px 0;
    background-color: #fff;
}

.achievements-timeline h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
}

.timeline {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.timeline-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.timeline-year {
    flex: 0 0 100px;
    font-size: 2rem;
    font-weight: 700;
    color: #2c5f2d;
}

.timeline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.timeline-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
}

.cta-secondary {
    padding: 80px 0;
    background-color: #f4f1ed;
    text-align: center;
}

.cta-secondary h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.cta-secondary p {
    font-size: 1.2rem;
    margin-bottom: 35px;
    color: #555;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c5f2d;
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

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

/* Services Page */
.services-detailed {
    padding: 80px 0;
}

.service-detail-item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 120px;
}

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

.service-detail-content {
    flex: 0 0 60%;
    padding: 60px;
    background-color: #fafaf8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-detail-content h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.service-detail-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-features {
    margin: 30px 0;
}

.service-features h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features ul li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 1rem;
}

.service-features ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-size: 1.5rem;
    line-height: 1.2;
}

.service-price-block {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.price-large {
    font-family: 'Arial', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c5f2d;
}

.service-detail-image {
    flex: 0 0 40%;
    overflow: hidden;
}

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

.service-cta {
    padding: 80px 0;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
}

.service-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.service-cta p {
    font-size: 1.2rem;
    margin-bottom: 35px;
}

/* Contact Page */
.contact-content {
    padding: 80px 0;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact-info {
    flex: 1 1 400px;
}

.contact-info h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.contact-item a {
    color: #2c5f2d;
    font-weight: 500;
}

.contact-note {
    font-size: 0.95rem;
    font-style: italic;
    color: #666;
    margin-top: 10px;
}

.contact-visual {
    flex: 1 1 400px;
    position: relative;
}

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

.contact-highlight {
    background-color: rgba(44, 95, 45, 0.9);
    color: #fff;
    padding: 35px;
    margin-top: -80px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 10;
}

.contact-highlight h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-highlight p {
    font-size: 1.05rem;
    line-height: 1.6;
}

.contact-map-placeholder {
    padding: 60px 0;
    background-color: #f4f1ed;
}

.map-placeholder {
    height: 400px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
}

.map-placeholder p {
    font-size: 1.1rem;
    color: #666;
}

.contact-additional {
    padding: 80px 0;
    background-color: #fff;
}

.contact-additional h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #2b2b2b;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

/* Thanks Page */
.thanks-hero {
    padding: 100px 0;
    background-color: #f4f1ed;
    text-align: center;
}

.thanks-icon {
    margin: 0 auto 30px;
}

.thanks-hero h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    font-weight: 400;
}

.thanks-message {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #555;
}

.service-confirmation {
    background-color: #fff;
    padding: 30px 40px;
    margin: 40px auto 0;
    max-width: 500px;
    border-left: 4px solid #2c5f2d;
}

.service-confirmation p {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.service-confirmation strong {
    font-weight: 600;
}

.thanks-next-steps {
    padding: 80px 0;
    background-color: #fff;
}

.thanks-next-steps h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.step-item {
    flex: 1 1 280px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #2c5f2d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.step-item p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
}

.thanks-resources {
    padding: 80px 0;
    background-color: #fafaf8;
}

.thanks-resources h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.thanks-resources > p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #555;
}

.resource-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.resource-card {
    flex: 1 1 350px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.resource-card h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #2c5f2d;
}

.resource-card p {
    font-size: 1.05rem;
    color: #555;
}

.thanks-contact {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.thanks-contact h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.thanks-contact p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.thanks-contact .btn-primary {
    margin-top: 30px;
}

/* Legal Pages */
.legal-page {
    padding: 80px 0;
    background-color: #fff;
}

.legal-intro {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-page h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 500;
}

.legal-page h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-page ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

.legal-page ul li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

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

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.cookie-table th {
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.cookie-table td {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-overlay h1 {
        font-size: 2.5rem;
    }

    .split-left,
    .split-right {
        flex: 0 0 100%;
    }

    .split-right {
        padding: 50px 40px;
    }

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

    .service-detail-content {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .main-header {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .hero-overlay {
        left: 20px;
        right: 20px;
        bottom: 30px;
        padding: 30px;
    }

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

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

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

    .section-header-offset {
        margin-left: 0;
    }

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

    .consultation-form {
        padding: 30px 20px;
    }

    .form-row .form-group {
        flex: 1 1 100%;
    }

    .sticky-cta {
        bottom: 15px;
        right: 15px;
    }

    .sticky-cta-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .timeline-item {
        flex-direction: column;
        gap: 10px;
    }

    .timeline-year {
        flex: 0 0 auto;
    }

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

    .contact-highlight {
        margin-left: 0;
        margin-right: 0;
    }

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

    .footer-content {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .hero-overlay h1 {
        font-size: 1.6rem;
    }

    .lead-text {
        font-size: 1.2rem;
    }

    .container-narrow,
    .container-medium,
    .container-wide {
        padding: 0 15px;
    }
}
