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

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

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

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

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

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.btn-cookie,
.btn-cookie-reject {
    padding: 0.75rem 2rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

.btn-cookie: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 {
    padding: 2rem 0;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-disclosure {
    font-size: 0.75rem;
    color: #666666;
    font-style: italic;
    padding: 0.25rem 0.75rem;
    background: #f5f5f5;
    border-radius: 3px;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

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

.hero-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

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

.mega-heading {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
}

.hero-subtext {
    font-size: 1.5rem;
    color: #666666;
    font-weight: 300;
}

.intro-spacing {
    padding: 8rem 2rem;
}

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

.lead-text {
    font-size: 1.35rem;
    line-height: 1.7;
    color: #333333;
    font-weight: 300;
}

.story-section {
    padding: 6rem 2rem;
    background: #fafafa;
}

.content-wrapper-story {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-block {
    flex: 1;
}

.section-heading-large {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 700;
}

.story-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444444;
}

.image-inline {
    flex: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 4px;
}

.image-inline img {
    width: 100%;
    height: 100%;
    display: block;
}

.insight-minimal {
    padding: 8rem 2rem;
}

.insight-heading {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 700;
}

.insight-grid {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.insight-item {
    flex: 1;
}

.insight-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.insight-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555555;
}

.visual-break {
    margin: 4rem 0;
}

.image-fullwidth {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.image-fullwidth img {
    width: 100%;
    height: 100%;
    display: block;
}

.comparison-section {
    padding: 8rem 2rem;
    background: #f8f8f8;
}

.content-wide {
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading-center {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
}

.comparison-layout {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.comparison-card {
    flex: 1;
    max-width: 450px;
    background: #ffffff;
    padding: 3rem;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.comparison-card h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.comparison-list {
    list-style: none;
}

.comparison-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.05rem;
    color: #444444;
}

.comparison-list li:last-child {
    border-bottom: none;
}

.highlight-card {
    background: #1a1a1a;
    color: #ffffff;
}

.highlight-card h3,
.highlight-card .comparison-list li {
    color: #ffffff;
    border-color: #444444;
}

.trust-section {
    padding: 8rem 2rem;
}

.process-minimal {
    margin-top: 4rem;
}

.process-step {
    margin-bottom: 3.5rem;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.process-step h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.process-step p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555555;
}

.testimonial-section {
    padding: 6rem 2rem;
    background: #fafafa;
}

.testimonial-minimal {
    margin-bottom: 3rem;
    padding: 2.5rem;
    background: #ffffff;
    border-left: 4px solid #1a1a1a;
}

.testimonial-text {
    font-size: 1.3rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #333333;
}

.testimonial-author {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}

.service-intro-section {
    padding: 6rem 2rem;
}

.services-minimal {
    padding: 4rem 2rem 8rem;
}

.service-card-minimal {
    max-width: 900px;
    margin: 0 auto 5rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

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

.service-image {
    flex: 1;
    height: 350px;
    overflow: hidden;
    border-radius: 4px;
}

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

.service-content {
    flex: 1;
    padding: 1rem 0;
}

.service-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.service-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 1.5rem;
}

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

.btn-select-service {
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 3px;
}

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

.form-section {
    padding: 8rem 2rem;
    background: #f8f8f8;
}

.form-heading {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.form-section > .centered-narrow > p {
    text-align: center;
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 3rem;
}

.contact-form-minimal {
    margin-top: 3rem;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 1.25rem;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 3px;
}

.btn-submit:hover {
    background: #333333;
}

.disclaimer-section {
    padding: 4rem 2rem;
    background: #fafafa;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666666;
    text-align: center;
    font-style: italic;
}

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

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cccccc;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #444444;
    text-align: center;
    color: #999999;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .mega-heading {
        font-size: 2.5rem;
    }

    .hero-subtext {
        font-size: 1.1rem;
    }

    .content-wrapper-story,
    .comparison-layout,
    .service-card-minimal,
    .insight-grid,
    .footer-content {
        flex-direction: column;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

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

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