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

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

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 8%;
    background-color: #fafaf8;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 45px;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.hero-minimal {
    padding: 100px 8% 120px;
    background-color: #ffffff;
}

.hero-content {
    max-width: 800px;
    margin-bottom: 80px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 22px;
    color: #5a5a5a;
    margin-bottom: 45px;
    line-height: 1.6;
}

.cta-primary {
    display: inline-block;
    padding: 18px 45px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
}

.cta-primary:hover {
    background-color: #3a3a3a;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.intro-statement {
    padding: 120px 8%;
    background-color: #f5f5f2;
}

.statement-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.large-text {
    font-size: 32px;
    line-height: 1.5;
    color: #2c2c2c;
    font-weight: 300;
}

.services-minimal {
    padding: 120px 8%;
    background-color: #ffffff;
}

.services-minimal h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: -0.5px;
}

.services-grid-minimal {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 60px;
}

.service-card-minimal {
    flex: 1 1 calc(50% - 25px);
    min-width: 320px;
    background-color: #fafaf8;
    padding: 0;
    transition: transform 0.3s ease;
}

.service-card-minimal:hover {
    transform: translateY(-5px);
}

.service-image-wrapper {
    width: 100%;
    height: 350px;
    background-color: #e8e8e5;
    overflow: hidden;
    margin-bottom: 35px;
}

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

.service-card-minimal h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
    padding: 0 30px;
}

.service-card-minimal p {
    font-size: 17px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 25px;
    padding: 0 30px;
}

.price-tag {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 30px;
}

.select-service-btn {
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    padding: 16px 0;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.services-cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.view-all-link {
    font-size: 18px;
    color: #1a1a1a;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.view-all-link:hover {
    color: #5a5a5a;
}

.why-choose-section {
    padding: 120px 8%;
    background-color: #f5f5f2;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.split-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.split-image {
    flex: 1;
    height: 500px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.form-section {
    padding: 120px 8%;
    background-color: #ffffff;
}

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

.form-container-minimal h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: -0.5px;
}

.form-intro {
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 60px;
}

.minimal-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

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

.form-group label {
    font-size: 15px;
    color: #2c2c2c;
    margin-bottom: 12px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #fafaf8;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    padding: 18px 0;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
    font-family: 'Arial', sans-serif;
}

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

.final-statement {
    padding: 100px 8%;
    background-color: #2c2c2c;
}

.statement-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.minimal-footer {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 80px 8% 40px;
}

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

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-column a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    border-top: 1px solid #3a3a3a;
    padding-top: 40px;
    margin-bottom: 40px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #a0a0a0;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #3a3a3a;
}

.footer-bottom p {
    font-size: 14px;
    color: #a0a0a0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 30px 8%;
    display: none;
    z-index: 1000;
    border-top: 1px solid #3a3a3a;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #d0d0d0;
}

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

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

.cookie-btn.accept {
    background-color: #4a4a4a;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #5a5a5a;
}

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

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

.page-header-minimal {
    padding: 100px 8% 80px;
    background-color: #ffffff;
    text-align: center;
}

.page-header-minimal h1 {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.header-subtitle {
    font-size: 20px;
    color: #5a5a5a;
}

.services-detailed {
    padding: 60px 8% 120px;
    background-color: #fafaf8;
}

.service-detail-card {
    display: flex;
    gap: 70px;
    margin-bottom: 100px;
    align-items: center;
    background-color: #ffffff;
    padding: 60px;
}

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

.service-detail-image {
    flex: 1;
    height: 450px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
}

.price-display {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 30px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

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

.service-features li {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

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

.about-intro-section {
    padding: 80px 8%;
    background-color: #f5f5f2;
}

.large-text-block {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.large-text-block p {
    font-size: 28px;
    line-height: 1.6;
    color: #2c2c2c;
    font-weight: 300;
}

.about-image-section {
    width: 100%;
    height: 500px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.about-philosophy {
    padding: 120px 8%;
    background-color: #ffffff;
}

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

.philosophy-content h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.philosophy-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.how-we-work {
    padding: 120px 8%;
    background-color: #f5f5f2;
}

.how-we-work h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
}

.process-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.process-card {
    flex: 1 1 calc(33.333% - 27px);
    min-width: 280px;
    background-color: #ffffff;
    padding: 45px;
}

.process-number {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
}

.process-card h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

.process-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.what-sets-us-apart {
    padding: 120px 8%;
    background-color: #ffffff;
}

.distinction-content h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
}

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

.distinction-item {
    flex: 1 1 calc(50% - 30px);
    min-width: 320px;
}

.distinction-item h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 18px;
}

.distinction-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a5a5a;
}

.expertise-section {
    padding: 120px 8%;
    background-color: #f5f5f2;
}

.expertise-wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}

.expertise-image {
    flex: 1;
    height: 500px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.expertise-text {
    flex: 1;
}

.expertise-text h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 35px;
}

.expertise-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.values-section {
    padding: 120px 8%;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
}

.value-item h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.value-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a5a5a;
}

.cta-about {
    padding: 100px 8%;
    background-color: #2c2c2c;
}

.cta-content-minimal {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-content-minimal h2 {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
}

.cta-content-minimal p {
    font-size: 19px;
    color: #d0d0d0;
    margin-bottom: 40px;
}

.contact-content {
    padding: 80px 8%;
    background-color: #ffffff;
    display: flex;
    gap: 80px;
}

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

.contact-info-block h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 50px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.contact-item h3 {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    color: #8a8a8a;
    margin-bottom: 15px;
}

.contact-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
}

.contact-image-block {
    flex: 1;
    height: 500px;
    background-color: #e8e8e5;
    overflow: hidden;
}

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

.contact-approach {
    padding: 100px 8%;
    background-color: #f5f5f2;
}

.approach-text {
    max-width: 800px;
    margin: 0 auto;
}

.approach-text h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 35px;
}

.approach-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.location-section {
    padding: 100px 8%;
    background-color: #ffffff;
}

.location-section h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.location-description {
    max-width: 800px;
    margin: 0 auto;
}

.location-description p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.working-hours-expanded {
    padding: 100px 8%;
    background-color: #f5f5f2;
}

.working-hours-expanded h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}

.hours-grid {
    display: flex;
    gap: 50px;
}

.hours-card {
    flex: 1;
    background-color: #ffffff;
    padding: 45px;
}

.hours-card h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hours-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a5a5a;
}

.contact-cta {
    padding: 100px 8%;
    background-color: #ffffff;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: #f5f5f2;
    padding: 80px 60px;
}

.cta-box h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
}

.cta-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-section {
    padding: 120px 8%;
    background-color: #ffffff;
    min-height: 60vh;
}

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

.thanks-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}

.thanks-message {
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 50px;
}

.service-confirmation {
    margin-bottom: 60px;
}

.service-selected {
    font-size: 18px;
    color: #2c2c2c;
    padding: 25px;
    background-color: #f5f5f2;
}

.next-steps {
    margin-bottom: 60px;
    text-align: left;
}

.next-steps h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.next-steps p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-links {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.link-button {
    display: inline-block;
    padding: 16px 35px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.link-button:hover {
    background-color: #3a3a3a;
}

.link-button.secondary {
    background-color: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
}

.link-button.secondary:hover {
    background-color: #f5f5f2;
}

.legal-page {
    padding: 80px 8% 120px;
    background-color: #fafaf8;
}

.legal-page h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.legal-intro {
    text-align: center;
    font-size: 16px;
    color: #8a8a8a;
    margin-bottom: 60px;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px;
}

.legal-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 25px;
}

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

.legal-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 20px;
}

.legal-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0 30px 30px;
}

.legal-content li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #5a5a5a;
}

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

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

.cookie-table th {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #d0d0d0;
}

.cookie-table td {
    padding: 15px;
    font-size: 16px;
    color: #4a4a4a;
    border-bottom: 1px solid #e8e8e5;
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 44px;
    }

    .content-split,
    .expertise-wrapper,
    .contact-content {
        flex-direction: column;
    }

    .service-detail-card,
    .service-detail-card.reverse {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .nav-links {
        gap: 25px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

    .hero-subtitle {
        font-size: 18px;
    }

    .large-text {
        font-size: 24px;
    }

    .services-minimal h2,
    .page-header-minimal h1 {
        font-size: 36px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .process-card,
    .distinction-item {
        flex: 1 1 100%;
    }

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