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

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

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

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

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

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

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

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

.hero-minimal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 60px 0;
    min-height: 70vh;
}

.hero-content-center {
    text-align: center;
    max-width: 900px;
    margin-bottom: 80px;
}

.ultra-large {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 35px;
}

.hero-subtitle {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.5;
}

.hero-image-container {
    width: 100%;
    max-width: 1200px;
    background-color: #f5f5f5;
}

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

.intro-section {
    padding: 120px 60px;
    background-color: #fafafa;
}

.centered-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.large-text {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 25px;
    color: #2a2a2a;
}

.image-section {
    padding: 80px 60px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.inline-img {
    max-width: 800px;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.content-block {
    padding: 100px 60px;
    background-color: #ffffff;
}

.section-heading {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.centered-narrow p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.split-visual {
    display: flex;
    gap: 80px;
    padding: 100px 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.checklist-clean {
    list-style: none;
}

.checklist-clean li {
    font-size: 18px;
    line-height: 2.2;
    color: #3a3a3a;
    padding-left: 30px;
    position: relative;
}

.checklist-clean li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #999;
}

.split-image {
    flex: 1;
    background-color: #f5f5f5;
}

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

.services-preview {
    padding: 120px 60px;
    background-color: #fafafa;
}

.centered-wide {
    max-width: 1300px;
    margin: 0 auto;
}

.centered-title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.centered-subtitle {
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 80px;
    font-weight: 300;
}

.service-cards-minimal {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card-min {
    background-color: #ffffff;
    max-width: 380px;
    flex: 1;
    min-width: 300px;
}

.card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 35px;
    background-color: #f5f5f5;
}

.service-card-min h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.service-card-min p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.price-tag {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.testimonial-minimal {
    padding: 140px 60px;
    background-color: #ffffff;
}

.quote-large {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #2a2a2a;
    border-left: none;
    margin-bottom: 30px;
}

.quote-attribution {
    font-size: 17px;
    color: #6a6a6a;
    text-align: right;
}

.form-section {
    padding: 120px 60px;
    background-color: #f9f9f9;
}

.centered-medium {
    max-width: 680px;
    margin: 0 auto;
}

.form-title {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

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

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

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

.form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-weight: 400;
}

.form-group input,
.form-group select {
    padding: 18px 20px;
    font-size: 17px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #4a4a4a;
}

.submit-btn {
    padding: 20px 40px;
    font-size: 18px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.submit-btn:hover {
    background-color: #2a2a2a;
}

.final-image {
    padding: 80px 0 0;
    background-color: #ffffff;
}

.full-width-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f5f5;
}

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

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

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

.footer-column h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-column p {
    font-size: 15px;
    color: #b0b0b0;
    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 {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #888;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

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

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

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

.page-hero-minimal {
    padding: 100px 60px 60px;
    text-align: center;
    background-color: #fafafa;
}

.page-title {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

.about-intro {
    padding: 100px 60px;
    background-color: #ffffff;
}

.about-image-section {
    padding: 60px 60px;
    display: flex;
    justify-content: center;
    background-color: #fafafa;
}

.about-story {
    padding: 100px 60px;
    background-color: #ffffff;
}

.values-section {
    padding: 120px 60px;
    background-color: #fafafa;
}

.values-grid {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.value-item {
    max-width: 360px;
    flex: 1;
    min-width: 280px;
}

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

.value-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.team-philosophy {
    padding: 100px 60px;
    background-color: #ffffff;
}

.about-cta {
    padding: 120px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-heading {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.cta-text {
    font-size: 19px;
    color: #d0d0d0;
    margin-bottom: 45px;
}

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #f0f0f0;
}

.services-intro {
    padding: 80px 60px;
    background-color: #ffffff;
}

.service-detail {
    padding: 80px 60px;
    background-color: #fafafa;
}

.service-detail-reverse {
    background-color: #ffffff;
}

.service-layout {
    display: flex;
    gap: 80px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: flex-start;
}

.service-visual {
    flex: 1;
    background-color: #f5f5f5;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
}

.service-price-display {
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.service-info p {
    font-size: 18px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.service-info h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-checklist {
    list-style: none;
    margin-bottom: 30px;
}

.service-checklist li {
    font-size: 17px;
    line-height: 2;
    color: #3a3a3a;
    padding-left: 25px;
    position: relative;
}

.service-checklist li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #999;
    font-size: 20px;
}

.additional-services {
    padding: 120px 60px;
    background-color: #fafafa;
}

.extra-services-grid {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.extra-service {
    background-color: #ffffff;
    padding: 40px;
    max-width: 360px;
    flex: 1;
    min-width: 280px;
}

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

.extra-service p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.extra-price {
    font-size: 28px;
    font-weight: 300;
    color: #1a1a1a;
}

.services-cta {
    padding: 120px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.contact-intro {
    padding: 80px 60px;
    background-color: #ffffff;
}

.contact-details-section {
    padding: 80px 60px;
    background-color: #fafafa;
}

.contact-container {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

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

.contact-info-block h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -0.8px;
}

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

.contact-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-image-block {
    flex: 1;
    background-color: #f5f5f5;
}

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

.contact-additional {
    padding: 100px 60px;
    background-color: #ffffff;
}

.thanks-section {
    padding: 120px 60px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}

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

.thanks-title {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.thanks-message {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-detail {
    font-size: 18px;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 50px;
}

.thanks-service-confirm {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #2a2a2a;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.thanks-button-primary,
.thanks-button-secondary {
    padding: 16px 35px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.thanks-button-primary {
    background-color: #1a1a1a;
    color: #ffffff;
}

.thanks-button-primary:hover {
    background-color: #2a2a2a;
}

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

.thanks-button-secondary:hover {
    background-color: #f5f5f5;
}

.thanks-next-steps {
    padding: 100px 60px;
    background-color: #ffffff;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}

.step-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.legal-page {
    padding: 80px 60px;
    background-color: #fafafa;
    min-height: 70vh;
}

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

.legal-container h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: -0.8px;
}

.legal-updated {
    font-size: 15px;
    color: #888;
    margin-bottom: 50px;
}

.legal-container h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.legal-container h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 15px;
}

.legal-container h4 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #3a3a3a;
}

.legal-container ul,
.legal-container ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3a3a3a;
}

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

.legal-container a:hover {
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .ultra-large {
        font-size: 42px;
    }

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

    .minimal-nav {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
    }

    .nav-links {
        gap: 25px;
    }

    .split-visual,
    .service-layout,
    .contact-container {
        flex-direction: column;
        gap: 40px;
    }

    .service-cards-minimal {
        flex-direction: column;
    }

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

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

    .centered-title,
    .form-title {
        font-size: 36px;
    }

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