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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 250px;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

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

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

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

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

.nav-brand {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    padding: 120px 60px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-centered {
    max-width: 900px;
    text-align: center;
}

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

.subtitle-large {
    font-size: 24px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.spacer-section {
    height: 80px;
}

.spacer-section-large {
    height: 160px;
}

.intro-statement {
    padding: 0 60px;
}

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

.text-emphasis {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 300;
    color: #1a1a1a;
}

.image-feature {
    padding: 0 60px;
}

.image-wrapper-large {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.image-wrapper-large img {
    width: 100%;
    height: auto;
    display: block;
}

.content-block-minimal {
    padding: 0 60px;
}

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

.text-spacious {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
    font-weight: 300;
}

.insight-reveal {
    padding: 0 60px;
}

.insight-box {
    background: #f8f8f8;
    padding: 60px;
}

.insight-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.insight-text {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-weight: 300;
}

.trust-element {
    padding: 0 60px;
}

.testimonial-inline {
    border-left: 3px solid #1a1a1a;
    padding-left: 40px;
}

.testimonial-text {
    font-size: 22px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
}

.image-statement {
    padding: 0 60px;
}

.image-wrapper-medium {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.image-wrapper-medium img {
    width: 100%;
    height: auto;
    display: block;
}

.statement-below {
    max-width: 720px;
    margin: 40px auto 0;
    text-align: center;
}

.statement-text {
    font-size: 20px;
    color: #666;
    font-weight: 300;
}

.benefit-reveal {
    padding: 0 60px;
}

.benefit-list-minimal {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
}

.benefit-item h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.benefit-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

.cta-inline-minimal {
    padding: 0 60px;
    text-align: center;
}

.cta-link-large {
    font-size: 32px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    display: inline-block;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
}

.cta-link-large:hover {
    opacity: 0.6;
}

.image-grid-minimal {
    padding: 0 60px;
}

.grid-two-images {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-two-images img {
    width: 50%;
    height: auto;
    display: block;
}

.service-selection {
    padding: 0 60px;
}

.intro-service {
    font-size: 20px;
    margin-bottom: 60px;
    color: #666;
    font-weight: 300;
}

.service-cards-minimal {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    border: 1px solid #e0e0e0;
    padding: 50px;
    transition: border-color 0.3s ease;
}

.service-card:hover {
    border-color: #1a1a1a;
}

.service-card.selected {
    border-color: #1a1a1a;
    background: #fafafa;
}

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

.service-header h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

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

.service-description {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    font-weight: 300;
}

.btn-select-service {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-select-service:hover {
    background: #333;
}

.form-section-minimal {
    padding: 0 60px;
}

.form-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
}

.form-minimal {
    max-width: 600px;
}

.selected-service-display {
    background: #f8f8f8;
    padding: 24px;
    margin-bottom: 40px;
}

.selected-service-display p {
    font-size: 16px;
    margin-bottom: 8px;
}

.selected-service-display p:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}

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

.btn-submit-minimal {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit-minimal:hover {
    background: #333;
}

.trust-markers {
    padding: 0 60px;
}

.trust-markers .container-narrow {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.trust-item {
    flex: 1;
    text-align: center;
}

.trust-stat {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.trust-label {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.testimonial-extended {
    padding: 0 60px;
}

.testimonial-block {
    background: #f8f8f8;
    padding: 60px;
}

.testimonial-text-large {
    font-size: 24px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.testimonial-author-large {
    font-size: 16px;
    color: #666;
}

.final-cta-minimal {
    padding: 0 60px;
    text-align: center;
}

.heading-minimal-centered {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-subtext {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.btn-cta-large {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px 60px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease;
}

.btn-cta-large:hover {
    background: #333;
}

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

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

.footer-section h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

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

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

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

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

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.sticky-cta-button {
    display: block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background: #333;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
    .nav-minimal {
        padding: 30px 40px;
    }

    .hero-minimal {
        padding: 80px 40px;
    }

    .display-large {
        font-size: 52px;
    }

    .subtitle-large {
        font-size: 20px;
    }

    .grid-two-images {
        flex-direction: column;
    }

    .grid-two-images img {
        width: 100%;
    }

    .trust-markers .container-narrow {
        flex-direction: column;
        gap: 40px;
    }

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

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

    .nav-links {
        gap: 20px;
    }

    .hero-minimal {
        padding: 60px 20px;
        min-height: 50vh;
    }

    .display-large {
        font-size: 38px;
    }

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

    .intro-statement,
    .content-block-minimal,
    .insight-reveal,
    .trust-element,
    .image-statement,
    .benefit-reveal,
    .cta-inline-minimal,
    .image-grid-minimal,
    .service-selection,
    .form-section-minimal,
    .trust-markers,
    .testimonial-extended,
    .final-cta-minimal {
        padding: 0 20px;
    }

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

    .heading-minimal {
        font-size: 32px;
    }

    .text-spacious {
        font-size: 17px;
    }

    .insight-box {
        padding: 30px;
    }

    .service-card {
        padding: 30px;
    }

    .service-header {
        flex-direction: column;
        gap: 8px;
    }

    .trust-stat {
        font-size: 36px;
    }

    .testimonial-block {
        padding: 30px;
    }

    .testimonial-text-large {
        font-size: 20px;
    }

    .footer-minimal {
        padding: 60px 20px 30px;
    }

    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }

    .sticky-cta-button {
        padding: 14px 24px;
        font-size: 14px;
    }

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

.page-header {
    padding: 80px 60px 60px;
    background: #f8f8f8;
}

.page-title {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.page-subtitle {
    font-size: 22px;
    color: #666;
    font-weight: 300;
}

.content-section {
    padding: 80px 60px;
}

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

.content-wrapper h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 60px;
    letter-spacing: -0.5px;
}

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

.content-wrapper h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-top: 40px;
}

.content-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
    font-weight: 300;
}

.content-wrapper ul,
.content-wrapper ol {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-left: 30px;
    color: #333;
}

.content-wrapper li {
    margin-bottom: 12px;
}

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

.content-wrapper a:hover {
    opacity: 0.6;
}

.contact-info {
    background: #f8f8f8;
    padding: 40px;
    margin-top: 40px;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

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

.contact-item strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.contact-item p {
    margin: 0;
    color: #555;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
}

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

.thanks-icon {
    font-size: 64px;
    margin-bottom: 30px;
}

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

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.thanks-details {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 40px;
}

.thanks-details p {
    font-size: 16px;
    margin-bottom: 8px;
}

.thanks-details p:last-child {
    margin-bottom: 0;
}

.btn-return {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.btn-return:hover {
    background: #333;
}

@media (max-width: 768px) {
    .page-header {
        padding: 50px 20px 40px;
    }

    .page-title {
        font-size: 36px;
    }

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

    .content-section {
        padding: 60px 20px;
    }

    .content-wrapper h2 {
        font-size: 28px;
    }

    .content-wrapper h3 {
        font-size: 20px;
    }

    .content-wrapper p,
    .content-wrapper ul,
    .content-wrapper ol {
        font-size: 16px;
    }

    .contact-info {
        padding: 30px 20px;
    }

    .thanks-container {
        padding: 60px 20px;
    }

    .thanks-title {
        font-size: 32px;
    }

    .thanks-message {
        font-size: 18px;
    }
}