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

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

.nav-floating {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 20px 0;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

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

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

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

.hero-asymmetric {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
}

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

.hero-text-block {
    max-width: 580px;
}

.hero-text-block h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
    color: #0a0a0a;
}

.hero-subtext {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 32px;
}

.hero-image-irregular {
    flex: 1;
    position: relative;
    margin-top: 40px;
}

.hero-image-irregular img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.cta-primary {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s, transform 0.2s;
}

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

.insight-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.insight-container {
    display: flex;
    gap: 80px;
    align-items: center;
}

.insight-card-left {
    flex: 1;
    padding-right: 40px;
    margin-top: 40px;
}

.insight-label {
    display: inline-block;
    background-color: #f0f0f0;
    color: #666;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.insight-card-left h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
}

.insight-card-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.insight-visual-right {
    flex: 1;
    background-color: #f8f8f8;
}

.insight-visual-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.problem-amplification {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 100px 40px;
    margin: 120px 0;
}

.problem-block-irregular {
    max-width: 1400px;
    margin: 0 auto;
}

.problem-block-irregular h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-align: center;
}

.problem-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.problem-item {
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 8px;
    width: calc(33.333% - 27px);
    min-width: 300px;
}

.problem-offset-1 {
    margin-top: 20px;
}

.problem-offset-2 {
    margin-top: -20px;
}

.problem-offset-3 {
    margin-top: 40px;
}

.problem-number {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
    font-weight: 600;
}

.problem-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.problem-item p {
    color: #ccc;
    line-height: 1.6;
}

.services-preview-asymmetric {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.services-intro-offset {
    max-width: 700px;
    margin-bottom: 60px;
    padding-left: 60px;
}

.services-intro-offset h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
}

.services-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    width: calc(50% - 15px);
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

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

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

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

.service-card-offset-4 {
    margin-top: 60px;
}

.service-card-offset-5 {
    margin-top: 20px;
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.service-card-content {
    padding: 32px;
}

.service-card-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.service-card-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 20px;
}

.service-cta {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.service-cta:hover {
    background-color: #0052a3;
}

.trust-building-offset {
    background-color: #f8f8f8;
    padding: 100px 40px;
    margin: 120px 0;
}

.trust-container {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-container h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.testimonials-asymmetric {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-block {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-width: 300px;
}

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

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

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: block;
    color: #666;
    font-size: 15px;
}

.form-section-irregular {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.form-wrapper-offset {
    max-width: 700px;
    margin-left: 100px;
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-intro p {
    font-size: 18px;
    color: #555;
}

.contact-form-asymmetric {
    background-color: #f8f8f8;
    padding: 40px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
}

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

.form-submit-btn {
    background-color: #0066cc;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.form-submit-btn:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
}

.footer-asymmetric {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 80px 40px 30px;
}

.footer-content-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-block {
    flex: 1;
    min-width: 250px;
}

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

.footer-offset-2 {
    margin-top: 20px;
}

.footer-offset-3 {
    margin-top: 40px;
}

.footer-block h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-block p {
    color: #aaa;
    line-height: 1.6;
}

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

.footer-block ul li {
    margin-bottom: 8px;
}

.footer-block ul li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 6px;
}

.footer-disclaimer p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10, 10, 10, 0.98);
    color: #ffffff;
    padding: 24px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

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

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

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

.cookie-accept:hover {
    background-color: #0052a3;
}

.cookie-reject {
    background-color: #333;
    color: #ffffff;
}

.cookie-reject:hover {
    background-color: #555;
}

.about-hero-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.about-intro-irregular {
    max-width: 800px;
    margin-left: 80px;
}

.about-intro-irregular h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.about-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
}

.about-story-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.story-block-offset {
    display: flex;
    gap: 80px;
    align-items: center;
}

.story-text {
    flex: 1;
    padding-right: 40px;
}

.story-text h2 {
    font-size: 38px;
    margin-bottom: 24px;
    font-weight: 700;
}

.story-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.story-image-irregular {
    flex: 1;
    background-color: #f0f0f0;
}

.story-image-irregular img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.values-section-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.values-section-offset h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

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

.value-card {
    background-color: #f8f8f8;
    padding: 40px;
    border-radius: 8px;
    flex: 1;
    min-width: 280px;
}

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

.value-offset-2 {
    margin-top: 30px;
}

.value-offset-3 {
    margin-top: -20px;
}

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

.value-card p {
    color: #555;
    line-height: 1.6;
}

.team-section-irregular {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.team-intro-offset {
    max-width: 700px;
    margin-bottom: 40px;
    margin-left: 60px;
}

.team-intro-offset h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-intro-offset p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.team-image-block {
    background-color: #f0f0f0;
}

.team-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.services-hero-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.services-intro-irregular {
    max-width: 900px;
    margin-left: 60px;
}

.services-intro-irregular h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.services-detail-asymmetric {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

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

.service-detail-offset-1 {
    margin-top: 0;
}

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

.service-detail-offset-3 {
    margin-top: -20px;
}

.service-detail-offset-4 {
    margin-top: 60px;
}

.service-detail-offset-5 {
    margin-top: 20px;
}

.service-detail-image {
    flex: 1;
    background-color: #f0f0f0;
}

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

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

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

.service-detail-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.service-includes {
    list-style: none;
    margin-bottom: 24px;
}

.service-includes li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
}

.service-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.service-detail-price {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 20px;
}

.service-detail-cta {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.service-detail-cta:hover {
    background-color: #0052a3;
}

.services-cta-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.services-cta-block {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 80px;
    border-radius: 8px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.services-cta-block h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.contact-hero-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.contact-intro-irregular {
    max-width: 800px;
    margin-left: 80px;
}

.contact-intro-irregular h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.contact-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
}

.contact-details-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-offset-1 {
    margin-top: 40px;
}

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 32px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.contact-image-irregular {
    flex: 1;
    background-color: #f0f0f0;
}

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

.contact-map-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.contact-map-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}

.map-placeholder {
    background-color: #f0f0f0;
    padding: 80px;
    text-align: center;
    border-radius: 8px;
    border: 2px dashed #ddd;
}

.map-placeholder p {
    font-size: 18px;
    color: #666;
}

.thanks-section {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 40px;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 48px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.thanks-service-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.thanks-service-info p {
    font-size: 16px;
    color: #333;
}

.legal-page {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

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

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

.legal-container h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-container h3 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.legal-container p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.legal-container ul,
.legal-container ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-container li {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 10px;
}

.legal-container a {
    color: #0066cc;
    text-decoration: none;
}

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

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

    .hero-content-offset {
        margin-top: 0;
        padding-right: 0;
    }

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

    .insight-container {
        flex-direction: column;
        gap: 40px;
    }

    .problem-grid-asymmetric {
        flex-direction: column;
    }

    .problem-item {
        width: 100%;
        margin-top: 0 !important;
    }

    .service-card {
        width: 100%;
        margin-top: 0 !important;
    }

    .testimonials-asymmetric {
        flex-direction: column;
    }

    .testimonial-block {
        margin-top: 0 !important;
    }

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

    .story-block-offset {
        flex-direction: column;
    }

    .values-grid-asymmetric {
        flex-direction: column;
    }

    .value-card {
        margin-top: 0 !important;
    }

    .service-detail-block {
        flex-direction: column;
        margin-top: 0 !important;
    }

    .contact-details-asymmetric {
        flex-direction: column;
    }

    .nav-links {
        gap: 16px;
    }
}