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

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

h1, h2, h3, h4 {
    font-weight: 400;
    letter-spacing: -0.02em;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.6;
}

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

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.nav-links {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.nav-links a {
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-transform: lowercase;
}

.ad-notice {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.hero-minimal {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    overflow: hidden;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
}

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

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 4rem 2rem;
}

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

.hero-content p {
    font-size: 1.3rem;
    font-style: italic;
    color: #333;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.intro-section {
    background-color: #ffffff;
}

.intro-section h2 {
    margin-top: 0;
}

.services-preview {
    background-color: #fafafa;
}

.services-preview .container-wide {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.service-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 280px;
    margin-bottom: 2rem;
    background-color: #e8e8e8;
}

.service-card h3 {
    padding: 0 2rem;
    margin-top: 0;
    font-size: 1.5rem;
}

.service-card p {
    padding: 0 2rem;
    font-size: 1rem;
    color: #555;
}

.price-tag {
    display: block;
    padding: 0 2rem 2rem;
    font-size: 1.3rem;
    font-weight: 300;
    margin-top: auto;
}

.content-block {
    background-color: #ffffff;
}

.image-feature {
    width: 100%;
    height: 600px;
    background-color: #e8e8e8;
}

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

.cta-section {
    background-color: #f5f5f5;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.btn-primary {
    padding: 1.2rem 3rem;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    display: inline-block;
}

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

.trust-elements {
    background-color: #ffffff;
    padding: 4rem 0;
}

.disclaimer {
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 3px solid #1a1a1a;
    font-size: 0.9rem;
    line-height: 1.6;
}

.minimal-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-section p {
    color: #ccc;
    font-size: 1rem;
}

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

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #ccc;
    font-size: 0.95rem;
}

.footer-section a:hover {
    color: #ffffff;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin-bottom: 0;
    font-size: 0.95rem;
}

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

.btn-accept,
.btn-reject {
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    font-family: 'Georgia', serif;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept:hover,
.btn-reject:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.page-hero {
    background-color: #f5f5f5;
    padding: 6rem 0 4rem;
}

.page-hero h1 {
    font-size: 3.5rem;
    margin-top: 0;
}

.about-content {
    background-color: #ffffff;
}

.about-content img {
    width: 100%;
    margin: 3rem 0;
    background-color: #e8e8e8;
}

.services-detailed {
    background-color: #ffffff;
}

.service-detail {
    margin-bottom: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-detail img {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #e8e8e8;
}

.service-detail h2 {
    margin-top: 0;
}

.price-display {
    font-size: 2rem;
    font-weight: 300;
    margin: 2rem 0;
    color: #1a1a1a;
}

.service-features {
    list-style: none;
    margin-top: 2rem;
}

.service-features li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    color: #555;
}

.service-features li:before {
    content: "—";
    position: absolute;
    left: 0;
}

.contact-content {
    background-color: #ffffff;
}

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

.info-block h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

.info-block p {
    color: #555;
    font-size: 1.05rem;
}

.contact-note {
    margin-top: 4rem;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 3px solid #1a1a1a;
}

.contact-note p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #555;
}

.thanks-section {
    background-color: #ffffff;
    min-height: 60vh;
}

.thanks-content {
    margin-top: 3rem;
}

.next-steps {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
}

.next-steps h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

.next-steps ul {
    list-style: none;
    margin-top: 1.5rem;
}

.next-steps li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    color: #555;
}

.next-steps li:before {
    content: "→";
    position: absolute;
    left: 0;
}

.legal-content {
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 2.8rem;
}

.legal-content h2 {
    font-size: 1.8rem;
}

.legal-content h3 {
    font-size: 1.3rem;
}

.legal-content ul {
    margin: 1rem 0 2rem 2rem;
}

.legal-content li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.legal-content a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .minimal-nav {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 2rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

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

    .container-narrow,
    .container-wide {
        padding: 3rem 1.5rem;
    }

    .services-preview .container-wide {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-actions {
        justify-content: center;
    }
}