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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    background-color: #fff;
}

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

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

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

.hero-minimal {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

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

.hero-title-large {
    font-size: 82px;
    font-weight: 200;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.hero-subtitle-spaced {
    font-size: 21px;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 60px;
    letter-spacing: 0.3px;
}

.hero-image-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: 1;
}

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

.cta-primary-large {
    display: inline-block;
    padding: 20px 55px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

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

.intro-section-minimal {
    padding: 140px 40px;
    background-color: #fff;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
}

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

.section-heading-large {
    font-size: 52px;
    font-weight: 200;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.intro-text-spaced {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
}

.services-grid-asymmetric {
    padding: 100px 0;
    background-color: #fafafa;
}

.services-header-offset {
    margin-bottom: 80px;
    padding-left: 20px;
}

.section-title-minimal {
    font-size: 48px;
    font-weight: 200;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.service-card-large {
    display: flex;
    margin-bottom: 60px;
    min-height: 480px;
}

.service-card-large:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image-container {
    flex: 1;
    background-color: #e8e8e8;
}

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

.service-content-padded {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-title {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.service-description {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.service-price-prominent {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

.service-select-btn {
    padding: 16px 40px;
    background-color: transparent;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

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

.cta-section-minimal {
    padding: 160px 40px;
    background-color: #fff;
    text-align: center;
}

.cta-heading-large {
    font-size: 56px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 35px;
}

.cta-text-minimal {
    font-size: 19px;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 50px;
}

.cta-secondary-outlined {
    display: inline-block;
    padding: 18px 50px;
    background-color: transparent;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.cta-secondary-outlined:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.form-section-centered {
    padding: 120px 40px;
    background-color: #f8f8f8;
}

.form-heading-minimal {
    font-size: 42px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
}

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

.form-group-spaced {
    margin-bottom: 45px;
}

.form-group-spaced label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.form-group-spaced input,
.form-group-spaced select,
.form-group-spaced textarea {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #2a2a2a;
    font-family: inherit;
}

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

.submit-btn-large {
    width: 100%;
    padding: 22px;
    background-color: #1a1a1a;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    padding: 80px 40px;
    background-color: #f0f0f0;
}

.disclaimer-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #6a6a6a;
    text-align: center;
}

.footer-minimal {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 100px 60px 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 60px;
    gap: 80px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.footer-column p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-column a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 13px;
    font-weight: 300;
    color: #8a8a8a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 30px 40px;
    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: 40px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}

.cookie-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn-accept {
    background-color: #fff;
    color: #1a1a1a;
}

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

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

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

.cookie-link {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.about-hero {
    padding: 140px 40px;
    background-color: #fafafa;
    text-align: center;
}

.about-content {
    padding: 100px 40px;
    background-color: #fff;
}

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

.about-text-block h3 {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.about-text-block p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
}

.services-list-minimal {
    padding: 120px 40px;
    background-color: #fff;
}

.service-item-clean {
    padding: 60px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
}

.service-item-header h3 {
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.service-item-header .price {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-item-clean p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: #5a5a5a;
    max-width: 900px;
}

.contact-section {
    padding: 120px 40px;
    background-color: #fafafa;
}

.contact-info-block {
    margin-bottom: 40px;
}

.contact-info-block h3 {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info-block p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    color: #4a4a4a;
}

.legal-page {
    padding: 100px 40px;
    background-color: #fff;
}

.legal-page h1 {
    font-size: 48px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.legal-page h2 {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
}

.legal-page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

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

.legal-page li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    background-color: #fafafa;
}

.thanks-content {
    text-align: center;
    max-width: 700px;
}

.thanks-content h1 {
    font-size: 62px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.thanks-content p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 50px;
}

.thanks-content a {
    display: inline-block;
    padding: 18px 50px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.thanks-content a:hover {
    background-color: #3a3a3a;
}

@media (max-width: 768px) {
    .hero-title-large {
        font-size: 48px;
    }

    .nav-links {
        gap: 25px;
    }

    .service-card-large {
        flex-direction: column;
    }

    .service-card-large:nth-child(even) {
        flex-direction: column;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
}