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

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

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

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    margin-top: 1rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #8b7355;
}

ul {
    margin-bottom: 1.2rem;
    margin-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

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

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.main-nav {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.main-nav a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #8b7355;
}

.ad-notice {
    font-size: 0.75rem;
    color: #999;
    border: 1px solid #ddd;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.hero-magazine {
    position: relative;
    height: 85vh;
    overflow: hidden;
    margin-bottom: 4rem;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    z-index: 1;
}

.hero-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 0 2rem;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 3.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 1rem;
    opacity: 0.95;
}

.magazine-grid {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
}

.magazine-grid.reverse {
    flex-direction: row-reverse;
}

.column-main {
    flex: 2;
}

.column-sidebar {
    flex: 1;
}

.intro-editorial {
    padding: 4rem 0;
    background-color: #fafafa;
}

.sidebar-card {
    padding: 2rem;
    border-radius: 2px;
}

.feature-list {
    list-style: none;
    margin-left: 0;
}

.feature-list li {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
}

.feature-list li:last-child {
    border-bottom: none;
}

.story-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.three-column-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
}

.story-column {
    flex: 1;
}

.story-column img {
    width: 100%;
    margin-bottom: 1.5rem;
    background-color: #f0f0f0;
}

.story-column h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.insight-block {
    padding: 5rem 0;
    background-color: #f9f7f4;
}

.inline-cta {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 1.8rem;
    background-color: #8b7355;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.inline-cta:hover {
    background-color: #6d5a43;
    color: #ffffff;
}

.testimonial-editorial {
    padding: 5rem 0;
    background-color: #2a2a2a;
    color: #ffffff;
}

.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
}

blockquote {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.8;
    font-style: italic;
    color: #ffffff;
}

blockquote footer {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    font-style: normal;
    opacity: 0.8;
}

.services-reveal {
    padding: 5rem 0;
    background-color: #ffffff;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
    padding: 0 2rem;
}

.services-magazine-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.service-card {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 280px;
    padding: 2.5rem;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-price {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b7355;
    margin: 1.5rem 0;
}

.service-select {
    width: 100%;
    padding: 0.9rem 1.5rem;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-select:hover {
    background-color: #4a4a4a;
}

.form-section {
    padding: 5rem 0;
    background-color: #f4f1ed;
}

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

.form-container h2 {
    margin-top: 0;
    text-align: center;
}

.form-container > p {
    text-align: center;
    margin-bottom: 2.5rem;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a4a4a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    color: #2a2a2a;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #6d5a43;
}

.closing-statement {
    padding: 5rem 0;
    background-color: #2a2a2a;
    color: #ffffff;
}

.statement-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}

.statement-content h2 {
    color: #ffffff;
    margin-top: 0;
}

.statement-content p {
    font-size: 1.2rem;
    line-height: 1.8;
}

.main-footer {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 4rem 0 1rem;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    margin-top: 0;
}

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

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

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

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: rgba(255,255,255,0.05);
    border-radius: 2px;
}

.footer-disclaimer p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #aaa;
    margin-bottom: 0;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

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

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

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 2px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #8b7355;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #6d5a43;
}

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

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

.page-hero {
    padding: 6rem 2rem;
    text-align: center;
}

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

.page-hero-content p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-style: italic;
    color: #666;
}

.about-story {
    padding: 5rem 0;
    background-color: #ffffff;
}

.values-section {
    padding: 5rem 0;
    background-color: #fafafa;
}

.value-card {
    padding: 2.5rem;
    border-radius: 2px;
}

.value-card h3 {
    margin-top: 0;
}

.team-approach {
    padding: 5rem 0;
    background-color: #ffffff;
}

.expertise-block {
    padding: 5rem 0;
    background-color: #f9f7f4;
}

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

.two-column-text {
    display: flex;
    gap: 4rem;
    margin-top: 2rem;
}

.two-column-text > div {
    flex: 1;
}

.services-detailed {
    padding: 4rem 0;
}

.service-detail-block {
    padding: 4rem 0;
    background-color: #ffffff;
}

.service-detail-block.alternate {
    background-color: #fafafa;
}

.service-benefits {
    margin: 1.5rem 0;
}

.service-benefits li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
}

.service-price-large {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #8b7355;
    margin: 2rem 0 1.5rem;
}

.contact-page-content {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 5rem;
}

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

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

.contact-image-block img {
    width: 100%;
    border-radius: 2px;
    background-color: #f0f0f0;
}

.info-section {
    margin-bottom: 2.5rem;
}

.info-section h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    margin-top: 0;
}

.info-section p {
    line-height: 1.8;
}

.contact-note {
    font-style: italic;
    color: #666;
    margin-top: 2rem;
}

.contact-approach {
    padding: 5rem 0;
    background-color: #f4f1ed;
}

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

.approach-grid {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.approach-step {
    flex: 1;
}

.approach-step h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.visit-info {
    padding: 5rem 0;
    background-color: #ffffff;
}

.visit-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.thanks-hero {
    padding: 6rem 2rem;
    background-color: #f9f7f4;
    text-align: center;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-content h1 {
    margin-bottom: 1rem;
}

.thanks-subtitle {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.thanks-details {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 2px;
}

.thanks-details p {
    margin-bottom: 0.8rem;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 2px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #8b7355;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #6d5a43;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
}

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

.next-steps {
    padding: 5rem 0;
    background-color: #ffffff;
}

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

.steps-grid {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.step-card {
    flex: 1;
    padding: 2.5rem;
    border-radius: 2px;
}

.step-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.thanks-explore {
    padding: 4rem 0;
    background-color: #f4f1ed;
    text-align: center;
}

.explore-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.explore-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}

.explore-links a {
    padding: 0.9rem 1.8rem;
    background-color: #2a2a2a;
    color: #ffffff;
    border-radius: 2px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.explore-links a:hover {
    background-color: #4a4a4a;
    color: #ffffff;
}

.legal-page {
    padding: 4rem 0;
    background-color: #fafafa;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 2px;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.legal-updated {
    font-size: 0.9rem;
    color: #999;
    font-style: italic;
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.legal-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
}

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

.legal-content a {
    color: #8b7355;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #6d5a43;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.9rem;
}

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

.cookie-table th {
    background-color: #f9f7f4;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

@media (max-width: 1024px) {
    .magazine-grid,
    .three-column-layout,
    .testimonial-container,
    .approach-grid,
    .steps-grid,
    .two-column-text {
        flex-direction: column;
        gap: 2rem;
    }

    .magazine-grid.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        gap: 3rem;
    }

    .footer-grid {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .footer-column {
        flex: 1 1 calc(50% - 1rem);
        min-width: 200px;
    }

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

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

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

    .cookie-actions {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .main-nav {
        flex-wrap: wrap;
        gap: 1rem;
        font-size: 0.85rem;
    }

    .ad-notice {
        width: 100%;
        text-align: center;
    }

    .services-magazine-grid {
        flex-direction: column;
    }

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

    .thanks-actions,
    .explore-links {
        flex-direction: column;
        gap: 1rem;
    }

    .thanks-actions a,
    .explore-links a {
        width: 100%;
        text-align: center;
    }

    .hero-magazine {
        height: 60vh;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

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

    .footer-column {
        flex: 1 1 100%;
    }
}