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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 7%;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.nav-logo a {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
    cursor: pointer;
}

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

.hero-offset {
    display: flex;
    min-height: 85vh;
    padding: 0 7%;
    align-items: center;
    background-color: #fafbfc;
}

.hero-content-left {
    flex: 1;
    padding-right: 60px;
    padding-top: 40px;
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.15;
    color: #1a1a1a;
    margin-bottom: 28px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.hero-content-left p {
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 34px;
    line-height: 1.6;
}

.hero-image-right {
    flex: 1;
    position: relative;
    transform: translateY(30px);
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cta-primary {
    display: inline-block;
    padding: 16px 38px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 38px;
    background-color: transparent;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    border: 2px solid #2563eb;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.cta-secondary:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.intro-diagonal {
    display: flex;
    padding: 120px 7%;
    align-items: center;
    background-color: #ffffff;
    gap: 80px;
}

.intro-text-block {
    flex: 1.2;
    transform: translateX(-20px);
}

.intro-text-block h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 26px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.intro-text-block p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
}

.intro-image-offset {
    flex: 0.8;
    transform: translateY(-40px) translateX(20px);
}

.intro-image-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    background-color: #e5e7eb;
}

.services-asymmetric {
    padding: 100px 7% 140px 7%;
    background-color: #f8f9fa;
}

.services-header-offset {
    margin-bottom: 70px;
    max-width: 600px;
    transform: translateX(60px);
}

.services-header-offset h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}

.services-header-offset p {
    font-size: 18px;
    color: #4a5568;
}

.service-card-stagger {
    display: flex;
    margin-bottom: 80px;
    gap: 50px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.service-card-1 {
    transform: translateX(-30px);
}

.service-card-2 {
    transform: translateX(50px);
}

.service-card-3 {
    transform: translateX(-20px);
}

.service-card-4 {
    transform: translateX(60px);
}

.service-card-5 {
    transform: translateX(-40px);
}

.service-image {
    flex: 1;
    min-height: 320px;
    background-color: #e5e7eb;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    flex: 1;
    padding: 40px 50px;
}

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

.service-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 24px;
    line-height: 1.7;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 20px;
}

.select-service-btn {
    padding: 14px 32px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
}

.select-service-btn:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.cta-floating {
    padding: 100px 7%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-content-block {
    text-align: center;
    max-width: 700px;
    transform: translateY(-15px);
}

.cta-content-block h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.cta-content-block p {
    font-size: 18px;
    color: #f0f0f0;
    margin-bottom: 32px;
}

.form-section-offset {
    padding: 120px 7%;
    background-color: #ffffff;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    transform: translateX(-40px);
}

.form-container h2 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-container p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 40px;
}

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

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.service-display {
    padding: 14px 16px;
    background-color: #f8f9fa;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: #4a5568;
    font-size: 15px;
}

.service-display.active {
    background-color: #eff6ff;
    border-color: #2563eb;
    color: #1a1a1a;
    font-weight: 600;
}

.submit-btn {
    padding: 16px 40px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.submit-btn:disabled {
    background-color: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    padding: 60px 7% 40px 7%;
    background-color: #1a1a1a;
    color: #ffffff;
    align-items: flex-start;
}

.footer-content-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-brand h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.footer-brand p {
    font-size: 14px;
    color: #a0aec0;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    cursor: pointer;
}

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

.footer-content-right {
    text-align: right;
}

.footer-content-right p {
    font-size: 14px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px 7%;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    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: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #2563eb;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #1d4ed8;
}

.cookie-btn.reject {
    background-color: #4a5568;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #2d3748;
}

.about-header-offset {
    padding: 100px 7% 60px 7%;
    background-color: #fafbfc;
    transform: translateX(40px);
}

.about-intro h1 {
    font-size: 52px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.about-intro p {
    font-size: 20px;
    color: #4a5568;
    max-width: 800px;
}

.about-story-diagonal {
    display: flex;
    padding: 100px 7%;
    gap: 70px;
    align-items: center;
    background-color: #ffffff;
}

.story-content-left {
    flex: 1;
    transform: translateX(-25px);
}

.story-content-left h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 700;
}

.story-content-left p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.story-image-right {
    flex: 1;
    transform: translateY(-30px) translateX(25px);
}

.story-image-right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    background-color: #e5e7eb;
}

.values-stagger {
    padding: 100px 7%;
    background-color: #f8f9fa;
}

.values-stagger h2 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
}

.value-block {
    max-width: 700px;
    margin-bottom: 50px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
}

.value-1 {
    transform: translateX(-40px);
}

.value-2 {
    transform: translateX(60px);
    margin-left: auto;
}

.value-3 {
    transform: translateX(-30px);
}

.value-block h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 700;
}

.value-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.team-offset {
    padding: 100px 7%;
    background-color: #ffffff;
}

.team-intro {
    margin-bottom: 40px;
    transform: translateX(50px);
}

.team-intro h2 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-intro p {
    font-size: 17px;
    color: #4a5568;
    max-width: 700px;
}

.team-details {
    max-width: 800px;
    transform: translateX(-30px);
}

.team-details p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.approach-split {
    display: flex;
    padding: 100px 7%;
    gap: 60px;
    background-color: #f8f9fa;
}

.approach-left {
    flex: 1;
    transform: translateY(-20px);
}

.approach-left h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 700;
}

.approach-left p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.approach-right {
    flex: 1;
    transform: translateY(20px);
}

.approach-right p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.services-header-diagonal {
    padding: 100px 7% 50px 7%;
    background-color: #fafbfc;
    text-align: center;
}

.services-header-diagonal h1 {
    font-size: 50px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.services-header-diagonal p {
    font-size: 19px;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

.services-detail-offset {
    padding: 80px 7%;
    background-color: #ffffff;
}

.service-detail-card {
    display: flex;
    margin-bottom: 100px;
    gap: 60px;
    align-items: center;
}

.service-1-offset {
    transform: translateX(-35px);
}

.service-2-offset {
    transform: translateX(45px);
}

.service-3-offset {
    transform: translateX(-25px);
}

.service-4-offset {
    transform: translateX(55px);
}

.service-5-offset {
    transform: translateX(-40px);
}

.service-detail-image {
    flex: 1;
    min-height: 400px;
    background-color: #e5e7eb;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

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

.service-detail-content h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-detail-content ul {
    margin-left: 24px;
    margin-bottom: 24px;
}

.service-detail-content li {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-detail-price {
    margin-top: 30px;
    margin-bottom: 24px;
}

.price-label {
    font-size: 16px;
    color: #4a5568;
    margin-right: 12px;
}

.price-value {
    font-size: 34px;
    font-weight: 700;
    color: #2563eb;
}

.services-cta-offset {
    padding: 80px 7%;
    background-color: #f8f9fa;
    text-align: center;
}

.services-cta-offset h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-cta-offset p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.contact-header-offset {
    padding: 100px 7% 60px 7%;
    background-color: #fafbfc;
    transform: translateX(-30px);
}

.contact-header-offset h1 {
    font-size: 50px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
}

.contact-header-offset p {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
}

.contact-content-split {
    display: flex;
    padding: 80px 7%;
    gap: 70px;
    background-color: #ffffff;
}

.contact-info-left {
    flex: 1;
    transform: translateY(-25px);
}

.contact-info-left h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact-block {
    margin-bottom: 36px;
}

.contact-block h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.contact-note {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 8px;
}

.contact-map-right {
    flex: 1;
    transform: translateY(25px);
}

.map-placeholder {
    width: 100%;
    height: 500px;
    background-color: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-additional-offset {
    padding: 80px 7%;
    background-color: #f8f9fa;
}

.contact-additional-offset h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}

.info-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.info-item {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.info-item h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 14px;
    font-weight: 600;
}

.info-item p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.thanks-centered {
    display: flex;
    padding: 120px 7%;
    gap: 60px;
    align-items: center;
    min-height: 70vh;
    background-color: #fafbfc;
}

.thanks-content {
    flex: 1;
    transform: translateX(-30px);
}

.thanks-content h1 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 800;
}

.thanks-content p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px;
    line-height: 1.7;
}

.thanks-service-info {
    padding: 24px;
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    border-radius: 6px;
    margin-bottom: 30px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.thanks-image {
    flex: 1;
    transform: translateY(-20px);
}

.thanks-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    background-color: #e5e7eb;
}

.legal-content {
    padding: 100px 7%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 800;
}

.legal-content h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: 600;
}

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

.legal-content ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 12px;
    line-height: 1.7;
}

.link-text {
    color: #2563eb;
    word-break: break-all;
}

.legal-date {
    font-style: italic;
    color: #6c757d;
    margin-top: 40px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.cookie-table thead {
    background-color: #f8f9fa;
}

.cookie-table th {
    padding: 14px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #e5e7eb;
}

.cookie-table td {
    padding: 14px;
    font-size: 15px;
    color: #4a5568;
    border-bottom: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
        padding: 60px 5%;
    }

    .hero-content-left {
        padding-right: 0;
        padding-bottom: 40px;
    }

    .hero-content-left h1 {
        font-size: 38px;
    }

    .hero-image-right {
        transform: none;
    }

    .intro-diagonal {
        flex-direction: column;
        padding: 80px 5%;
    }

    .intro-text-block,
    .intro-image-offset {
        transform: none;
    }

    .service-card-stagger {
        flex-direction: column;
        transform: none !important;
    }

    .services-asymmetric {
        padding: 80px 5%;
    }

    .services-header-offset {
        transform: none;
    }

    .nav-links {
        gap: 20px;
    }

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

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

    .footer-content-right {
        text-align: left;
    }

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

    .about-story-diagonal,
    .approach-split,
    .contact-content-split,
    .thanks-centered,
    .service-detail-card {
        flex-direction: column;
    }

    .value-1,
    .value-2,
    .value-3,
    .service-1-offset,
    .service-2-offset,
    .service-3-offset,
    .service-4-offset,
    .service-5-offset {
        transform: none;
    }

    .form-container {
        transform: none;
    }
}