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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

.ad-disclosure {
    background: #f3f4f6;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
}

.header-offset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    position: relative;
}

.logo-zone {
    flex: 1;
}

.brand-mark {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #111827;
}

.nav-floating {
    display: flex;
    gap: 32px;
}

.nav-floating a {
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-floating a:hover {
    color: #111827;
}

.hero-diagonal {
    display: flex;
    min-height: 600px;
    position: relative;
}

.hero-content-left {
    flex: 0 0 55%;
    padding: 80px 48px 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content-left h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 32px;
    color: #111827;
    letter-spacing: -1.5px;
}

.lead-statement {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 40px;
    max-width: 540px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    align-self: flex-start;
    transition: background 0.2s;
}

.cta-primary:hover {
    background: #1f2937;
}

.hero-image-right {
    flex: 0 0 45%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.insight-block {
    background: #f9fafb;
    padding: 120px 48px;
}

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

.insight-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9ca3af;
    margin-bottom: 16px;
    font-weight: 600;
}

.insight-wrapper h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
}

.insight-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.story-section {
    padding: 100px 48px;
}

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

.story-image {
    flex: 0 0 420px;
    height: 560px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    position: relative;
    top: 40px;
}

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #111827;
    font-weight: 700;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

.method-cards {
    background: #111827;
    padding: 100px 48px;
    color: #ffffff;
}

.section-heading-center {
    text-align: center;
    font-size: 40px;
    margin-bottom: 80px;
    font-weight: 700;
    color: #ffffff;
}

.cards-asymmetric {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.card-item {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-offset-1 {
    margin-top: 0;
}

.card-offset-2 {
    margin-top: 40px;
}

.card-offset-3 {
    margin-top: 80px;
}

.card-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.card-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5db;
}

.trust-layer {
    padding: 100px 48px;
    background: #f3f4f6;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-inline {
    font-size: 24px;
    line-height: 1.7;
    color: #1f2937;
    font-style: italic;
    border-left: 4px solid #111827;
    padding-left: 32px;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #6b7280;
}

.services-reveal {
    padding: 120px 48px;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.services-intro h2 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
}

.services-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
}

.services-grid-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto 100px;
}

.service-card {
    flex: 0 0 calc(50% - 24px);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.service-image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}

.service-card h3 {
    padding: 24px 24px 12px;
    font-size: 24px;
    color: #111827;
    font-weight: 700;
}

.service-card p {
    padding: 0 24px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.price-reveal {
    padding: 0 24px 20px;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.select-service {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px 24px;
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.select-service:hover {
    background: #1f2937;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 48px;
    background: #f9fafb;
    border-radius: 8px;
}

.form-container h3 {
    font-size: 28px;
    margin-bottom: 32px;
    color: #111827;
    font-weight: 700;
    text-align: center;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.form-row input,
.form-row textarea {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #111827;
}

.form-row input[readonly] {
    background: #f3f4f6;
    color: #6b7280;
}

.submit-btn {
    padding: 16px 32px;
    background: #111827;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:hover {
    background: #1f2937;
}

.footer-extended {
    background: #111827;
    color: #d1d5db;
    padding: 80px 48px 32px;
}

.footer-columns {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.footer-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #9ca3af;
}

.footer-col a {
    font-size: 15px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #9ca3af;
}

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    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: 32px;
}

.cookie-content p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.6;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

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

.cookie-accept:hover {
    background: #f3f4f6;
}

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

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

@media (max-width: 768px) {
    .hero-diagonal {
        flex-direction: column;
    }

    .hero-content-left {
        flex: 1;
    }

    .hero-image-right {
        flex: 1;
        min-height: 300px;
        clip-path: none;
    }

    .story-container {
        flex-direction: column;
    }

    .story-image {
        flex: 1;
        height: 400px;
        top: 0;
    }

    .services-grid-offset {
        flex-direction: column;
    }

    .service-card {
        flex: 1;
    }

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

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

.thanks-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

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

.thanks-content h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 40px;
}

.back-home {
    display: inline-block;
    padding: 16px 32px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.2s;
}

.back-home:hover {
    background: #1f2937;
}

.legal-page {
    padding: 80px 48px;
}

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

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #111827;
    font-weight: 700;
}

.legal-container .last-updated {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 16px;
    color: #1f2937;
    font-weight: 700;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #374151;
    font-weight: 600;
}

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

.legal-container ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 8px;
}

.contact-page {
    padding: 80px 48px;
}

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

.contact-content h1 {
    font-size: 44px;
    margin-bottom: 48px;
    color: #111827;
    font-weight: 700;
}

.contact-grid {
    display: flex;
    gap: 80px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 32px;
    color: #1f2937;
    font-weight: 700;
}

.info-block {
    margin-bottom: 32px;
}

.info-block h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 600;
}

.info-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #111827;
}

.contact-map {
    flex: 1;
    background: #f3f4f6;
    border-radius: 8px;
    min-height: 400px;
}

.about-hero {
    padding: 100px 48px;
    background: #f9fafb;
}

.about-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-hero h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 28px;
    color: #111827;
    font-weight: 700;
}

.about-hero p {
    font-size: 20px;
    line-height: 1.7;
    color: #4b5563;
}

.about-section {
    padding: 100px 48px;
}

.about-section-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
}

.about-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 20px;
}

.services-page {
    padding: 80px 48px;
}

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

.services-page h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
    text-align: center;
}

.services-page-intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
}