* {
    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: #ffffff;
    font-size: 16px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5%;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

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

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

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}

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

.hero-space {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 5% 5rem;
}

.hero-text-minimal {
    margin-bottom: 4rem;
}

.hero-text-minimal h1 {
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    color: #666;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.hero-image-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

.statement-block {
    padding: 10rem 5%;
    background: #f8f8f8;
}

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

.statement-inner h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}

.statement-inner p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #555;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.link-cta {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease;
}

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

.insight-section {
    padding: 8rem 5%;
}

.insight-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.insight-text h3 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.insight-text p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.5rem;
}

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

.services-preview {
    padding: 10rem 5%;
    background: #fafafa;
}

.section-title-large {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 300;
    text-align: center;
    margin-bottom: 6rem;
    letter-spacing: -1.5px;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    padding: 3rem;
    border: 1px solid #e5e5e5;
}

.service-card h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.3px;
}

.service-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.price {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.btn-select-service {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: inherit;
}

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

.quote-block {
    padding: 8rem 5%;
    background: #1a1a1a;
    color: #fff;
}

.quote-block blockquote {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.quote-block p {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.quote-block cite {
    font-style: normal;
    font-size: 1.1rem;
    color: #aaa;
    font-weight: 300;
}

.process-flow {
    padding: 8rem 5%;
}

.process-flow h2 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 300;
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: -1px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 800px;
    margin: 0 auto;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-number {
    font-size: 3rem;
    font-weight: 200;
    color: #ddd;
    letter-spacing: -1px;
}

.step h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.step p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

.visual-contrast {
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.contrast-left,
.contrast-right {
    position: relative;
    flex: 1;
    min-height: 400px;
}

.contrast-left img,
.contrast-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.label {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.trust-section {
    padding: 8rem 5%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.trust-section h3 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.trust-section > p {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 4rem;
    line-height: 1.8;
}

.testimonials-inline {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}

.testimonial {
    padding: 2.5rem;
    background: #f9f9f9;
    border-left: 3px solid #1a1a1a;
}

.testimonial p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #333;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #888;
}

.final-cta-section {
    padding: 10rem 5%;
    background: #f5f5f5;
    text-align: center;
}

.final-cta-section h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.final-cta-section p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

.btn-primary-large {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 1.3rem 3.5rem;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

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

.form-section {
    padding: 8rem 5%;
    background: #fff;
}

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

.form-container h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.5px;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    background: #fafafa;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 1.2rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: inherit;
}

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

.main-footer {
    padding: 4rem 5% 2rem;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2rem;
}

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

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

.footer-copy {
    text-align: center;
    color: #888;
    font-size: 0.85rem;
    margin-top: 2rem;
}

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    padding: 1rem 5%;
    z-index: 999;
    display: flex;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sticky-cta.visible {
    transform: translateY(0);
}

.sticky-btn {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.8rem 2rem;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    color: #fff;
    padding: 1.5rem 5%;
    z-index: 10000;
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 2rem;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

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

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

.page-hero-minimal {
    padding: 8rem 5% 4rem;
    text-align: center;
}

.page-hero-minimal h1 {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 300;
    letter-spacing: -2px;
}

.hero-subtitle-page {
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
    margin-top: 1.5rem;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5% 6rem;
}

.about-block {
    margin-bottom: 5rem;
}

.about-block h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.about-block p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #444;
    margin-bottom: 1.2rem;
}

.about-image-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.about-image-full img {
    width: 100%;
    height: auto;
    display: block;
}

.about-cta {
    padding: 6rem 5%;
    text-align: center;
    background: #f8f8f8;
}

.about-cta h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.btn-primary {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 1.1rem 3rem;
    font-size: 1rem;
    transition: background 0.3s ease;
}

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

.services-detailed {
    padding: 0 5% 6rem;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto 8rem;
    padding: 4rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.service-detail-card:last-child {
    border-bottom: none;
}

.service-detail-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #888;
}

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

.services-cta-section {
    padding: 6rem 5%;
    text-align: center;
    background: #f5f5f5;
}

.services-cta-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.services-cta-section p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.contact-content {
    padding: 0 5% 6rem;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}

.contact-info > p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.contact-detail {
    margin-bottom: 2.5rem;
}

.contact-detail h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
}

.contact-detail a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

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

.contact-note {
    padding: 4rem 5%;
    max-width: 900px;
    margin: 0 auto;
}

.contact-note h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h4 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.faq-item p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
}

.thanks-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 5%;
    text-align: center;
}

.thanks-content h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -1.5px;
}

.thanks-message {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-name {
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 2rem;
}

.thanks-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-content {
    padding: 0 5% 6rem;
}

.legal-text {
    max-width: 900px;
    margin: 0 auto;
}

.legal-text h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.3px;
}

.legal-text h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.2rem;
}

.legal-text ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-text li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .nav-links {
        gap: 3rem;
    }

    .hero-space {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }

    .hero-text-minimal {
        flex: 1;
        margin-bottom: 0;
    }

    .hero-image-wrapper {
        flex: 1;
    }

    .insight-container {
        flex-direction: row;
        align-items: center;
    }

    .insight-text {
        flex: 1;
    }

    .insight-image {
        flex: 1;
    }

    .services-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 0 0 calc(50% - 1.5rem);
    }

    .process-steps {
        flex-direction: row;
    }

    .visual-contrast {
        flex-direction: row;
    }

    .testimonials-inline {
        flex-direction: row;
    }

    .testimonial {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .service-detail-card {
        flex-direction: row;
        align-items: center;
    }

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

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

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

    .contact-grid {
        flex-direction: row;
    }

    .contact-info {
        flex: 1;
    }

    .contact-image {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .services-grid {
        flex-direction: column;
    }

    .service-card {
        flex: 1;
    }
}
