* {
    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: #2a2a2a;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 20px;
    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;
    min-width: 300px;
    margin: 0;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn-cookie.accept {
    background: #4a90e2;
    color: #ffffff;
}

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

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

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

.header-offset {
    position: relative;
    padding: 0;
}

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

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    position: relative;
}

.brand-mark {
    font-size: 24px;
    font-weight: 700;
    color: #2a2a2a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-links a {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 500;
    transition: color 0.2s ease;
}

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-image-block {
    flex: 0 0 58%;
    position: relative;
    transform: translateX(-5%);
}

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

.hero-text-offset {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    z-index: 2;
    transform: translateX(-80px);
}

.hero-text-offset h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 800;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.intro-overlap {
    display: flex;
    position: relative;
    padding: 120px 40px 80px;
    background: #ffffff;
}

.content-narrow {
    max-width: 680px;
    margin-left: 15%;
    position: relative;
    z-index: 3;
}

.section-title-left {
    font-size: 42px;
    margin-bottom: 28px;
    font-weight: 700;
    color: #1a1a1a;
}

.content-narrow p {
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a;
}

.visual-accent {
    position: absolute;
    right: 8%;
    top: 40%;
    width: 240px;
    height: 240px;
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e9f7 100%);
    border-radius: 50%;
    opacity: 0.6;
    z-index: 1;
}

.services-scattered {
    padding: 100px 40px;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 1100px;
}

.service-card.card-left {
    margin-left: 8%;
}

.service-card.card-right {
    margin-left: auto;
    margin-right: 8%;
}

.service-card.card-center {
    margin-left: auto;
    margin-right: auto;
}

.card-visual {
    flex: 0 0 48%;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.card-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-details {
    flex: 1;
    padding: 50px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.card-right .card-details {
    transform: translateX(-40px);
}

.card-left .card-details {
    transform: translateX(40px);
}

.card-details h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.cta-inline {
    padding: 14px 32px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cta-inline:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.form-section-diagonal {
    padding: 120px 40px;
    background: linear-gradient(165deg, #ffffff 0%, #f5f8fa 100%);
    position: relative;
}

.form-wrapper {
    max-width: 600px;
    margin-left: 20%;
}

.form-wrapper h2 {
    font-size: 44px;
    margin-bottom: 18px;
    font-weight: 700;
}

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

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

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

.form-row label {
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
}

.form-row input,
.form-row select,
.form-row textarea {
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    font-family: inherit;
    background: #ffffff;
    transition: border-color 0.2s ease;
}

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

.btn-submit {
    padding: 16px 40px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.trust-strip {
    padding: 60px 40px;
    background: #f9f9f9;
}

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

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    text-align: center;
}

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

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

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

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

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

.page-header-minimal {
    padding: 100px 40px 60px;
    text-align: center;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.page-header-minimal h1 {
    font-size: 52px;
    margin-bottom: 16px;
    font-weight: 800;
}

.page-subtitle {
    font-size: 20px;
    color: #4a4a4a;
}

.services-detail {
    padding: 60px 40px 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service-block {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
}

.service-block.block-offset-left {
    margin-left: 5%;
}

.service-block.block-offset-right {
    margin-left: auto;
    margin-right: 5%;
}

.service-image {
    flex: 0 0 45%;
    height: 450px;
    overflow: hidden;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.feature-list {
    list-style: none;
    margin-bottom: 32px;
}

.feature-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
}

.feature-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: 700;
}

.price-display {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.btn-action {
    padding: 15px 36px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.cta-bottom {
    padding: 100px 40px;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    text-align: center;
}

.cta-content h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content p {
    font-size: 20px;
    color: #cccccc;
    margin-bottom: 36px;
}

.btn-cta-large {
    display: inline-block;
    padding: 18px 48px;
    background: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-cta-large:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.about-header-split {
    display: flex;
    min-height: 70vh;
}

.about-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px 80px 10%;
    background: #f8f9fa;
}

.about-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 28px;
    font-weight: 800;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
}

.about-image {
    flex: 0 0 50%;
    overflow: hidden;
}

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

.story-block {
    padding: 100px 40px;
    background: #ffffff;
}

.story-content {
    max-width: 750px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 700;
}

.story-content p {
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 24px;
}

.values-asymmetric {
    padding: 100px 40px;
    background: #fafbfc;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.value-item {
    max-width: 600px;
    padding: 40px;
    background: #ffffff;
    border-left: 4px solid #4a90e2;
}

.value-item.item-left {
    margin-left: 10%;
}

.value-item.item-right {
    margin-left: auto;
    margin-right: 10%;
}

.value-item.item-center {
    margin-left: auto;
    margin-right: auto;
}

.value-item h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.process-narrative {
    padding: 100px 40px;
    background: #ffffff;
}

.process-narrative h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 700;
}

.process-steps {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.step-block {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: #e0e0e0;
    flex: 0 0 80px;
}

.step-block h3 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 700;
}

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

.team-visual {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.team-image {
    width: 100%;
    height: 100%;
}

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

.team-overlay {
    position: absolute;
    bottom: 60px;
    left: 8%;
    right: 8%;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    max-width: 600px;
}

.team-statement {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #1a1a1a;
}

.contact-layout {
    display: flex;
    min-height: 80vh;
}

.contact-main {
    flex: 1;
    padding: 100px 60px 100px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-main h1 {
    font-size: 52px;
    margin-bottom: 24px;
    font-weight: 800;
}

.contact-intro {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 60px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.detail-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.contact-visual {
    flex: 0 0 45%;
    overflow: hidden;
}

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

.map-placeholder {
    padding: 80px 40px;
    background: #f8f9fa;
    text-align: center;
}

.map-info p {
    font-size: 18px;
    color: #4a4a4a;
}

.thanks-hero {
    display: flex;
    min-height: 80vh;
    align-items: center;
}

.thanks-content {
    flex: 1;
    padding: 80px 60px 80px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 52px;
    margin-bottom: 24px;
    font-weight: 800;
}

.thanks-lead {
    font-size: 22px;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.service-confirmation {
    margin-bottom: 40px;
}

.selected-service {
    font-size: 18px;
    color: #3a3a3a;
    padding: 20px;
    background: #f0f8ff;
    border-left: 4px solid #4a90e2;
}

.btn-return {
    display: inline-block;
    padding: 16px 40px;
    background: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.btn-return:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.thanks-visual {
    flex: 0 0 45%;
    overflow: hidden;
}

.thanks-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.legal-page {
    padding: 100px 40px;
    background: #ffffff;
}

.legal-content {
    max-width: 850px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 800;
}

.legal-intro {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 48px;
}

.legal-content h2 {
    font-size: 32px;
    margin: 48px 0 20px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 24px;
    margin: 32px 0 16px;
    font-weight: 700;
}

.legal-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0 20px 24px;
    list-style: disc;
}

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

.legal-content a {
    color: #4a90e2;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.legal-update {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    color: #666;
}

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

    .hero-image-block {
        flex: 0 0 auto;
        height: 400px;
        transform: none;
    }

    .hero-text-offset {
        transform: none;
        padding: 60px 30px;
    }

    .hero-text-offset h1 {
        font-size: 38px;
    }

    .nav-floating {
        padding: 20px;
    }

    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card.card-left,
    .service-card.card-right,
    .service-card.card-center {
        margin-left: 0;
        margin-right: 0;
    }

    .card-details {
        transform: none !important;
        padding: 30px;
    }

    .form-wrapper {
        margin-left: 0;
    }

    .about-header-split,
    .contact-layout,
    .thanks-hero,
    .service-block {
        flex-direction: column;
    }

    .about-text,
    .contact-main,
    .thanks-content {
        padding: 60px 30px;
    }

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

    .footer-grid {
        flex-direction: column;
        gap: 30px;
    }
}