* {
    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.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
}

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

.cookie-content p {
    flex: 1;
    min-width: 280px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.2s;
}

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

.btn-accept:hover {
    background-color: #3182ce;
}

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

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    position: relative;
    z-index: 100;
}

.nav-brand a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: #4a4a4a;
    font-size: 1rem;
    transition: color 0.2s;
}

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

.ad-label {
    padding: 0.4rem 0.8rem;
    background-color: #f5f5f5;
    font-size: 0.85rem;
    color: #666;
    border-radius: 4px;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    padding: 0 5%;
    align-items: center;
    overflow: hidden;
}

.hero-content-offset {
    flex: 1;
    max-width: 580px;
    padding-right: 3rem;
    z-index: 2;
}

.hero-text-block h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-text-block p {
    font-size: 1.25rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: all 0.3s;
}

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

.hero-image-float {
    position: absolute;
    right: -5%;
    top: 10%;
    width: 52%;
    z-index: 1;
    background-color: #e8e8e8;
}

.hero-image-float img {
    width: 100%;
    height: auto;
}

.intro-offset {
    display: flex;
    padding: 8rem 5%;
    gap: 5rem;
    align-items: center;
}

.intro-narrow {
    flex: 1.2;
    max-width: 620px;
}

.intro-narrow h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.intro-narrow p {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
}

.intro-visual-aside {
    flex: 1;
    background-color: #f8f8f8;
}

.intro-visual-aside img {
    width: 100%;
}

.problem-block {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6rem 5%;
}

.problem-content {
    max-width: 780px;
    margin: 0 auto;
}

.problem-content h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.problem-list {
    list-style: none;
    padding: 0;
}

.problem-list li {
    padding: 1rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.15rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.problem-list li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4a9eff;
}

.insight-section {
    padding: 7rem 5%;
    background-color: #fafafa;
}

.insight-container {
    display: flex;
    gap: 6rem;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.insight-text p {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
}

.insight-image-stack {
    flex: 1;
    background-color: #e0e0e0;
}

.insight-image-stack img {
    width: 100%;
}

.services-anchor {
    padding: 8rem 5%;
    background-color: #ffffff;
}

.section-title-offset {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding-left: 8%;
    color: #1a1a1a;
}

.services-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

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

.card-1,
.card-4 {
    flex: 1 1 calc(48% - 1.25rem);
    min-width: 320px;
}

.card-2 {
    flex: 1 1 100%;
    flex-direction: row;
}

.card-2 .service-image {
    flex: 1;
}

.card-2 .service-image img {
    height: 100%;
    width: 100%;
}

.card-2 > div:last-child {
    flex: 1;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-3 {
    flex: 1 1 calc(48% - 1.25rem);
    min-width: 320px;
}

.card-5,
.card-6 {
    flex: 1 1 calc(31% - 1.67rem);
    min-width: 280px;
}

.service-image {
    background-color: #e8e8e8;
}

.service-image img {
    width: 100%;
    height: 240px;
}

.service-card h3 {
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 1.5rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    padding: 0 1.5rem;
    margin: 1rem 0;
}

.btn-service {
    margin: 1.5rem;
    padding: 0.9rem;
    background-color: #4a9eff;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-service:hover {
    background-color: #3182ce;
    transform: scale(1.02);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.modal-content {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    max-width: 560px;
    width: 90%;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #4a4a4a;
    line-height: 1;
}

.modal-close:hover {
    color: #1a1a1a;
}

.modal-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.selected-service-display {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-submit:hover {
    background-color: #4a9eff;
}

.trust-section {
    padding: 7rem 5%;
    background-color: #fafafa;
}

.trust-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #1a1a1a;
}

.testimonials-grid {
    display: flex;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.testimonial {
    flex: 1 1 calc(33.33% - 2rem);
    min-width: 280px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    border-left: 4px solid #4a9eff;
}

.testimonial p {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
}

.cta-block-offset {
    padding: 6rem 5%;
    background-color: #1a1a1a;
    color: #ffffff;
}

.cta-content {
    max-width: 700px;
    margin-left: 10%;
}

.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4a9eff;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #3182ce;
    transform: translateX(6px);
}

.footer {
    background-color: #0a0a0a;
    color: #d0d0d0;
    padding: 4rem 5% 2rem;
}

.footer-content {
    display: flex;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col p {
    color: #a0a0a0;
    line-height: 1.7;
}

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

.footer-col ul li {
    margin-bottom: 0.7rem;
}

.footer-col ul li a {
    color: #a0a0a0;
    transition: color 0.2s;
}

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

.footer-bottom {
    border-top: 1px solid #2a2a2a;
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #808080;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.disclaimer {
    max-width: 900px;
    margin: 1.5rem auto 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #606060;
}

.page-header {
    padding: 8rem 5% 4rem;
    background-color: #fafafa;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.page-header p {
    font-size: 1.2rem;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

.content-section {
    padding: 5rem 5%;
    max-width: 1100px;
    margin: 0 auto;
}

.content-section h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
    color: #1a1a1a;
}

.content-section h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.content-section p {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.content-section ul,
.content-section ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.content-section li {
    margin-bottom: 0.8rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-grid {
    display: flex;
    gap: 5rem;
    padding: 5rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.info-block p {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    background-color: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

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

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 5%;
}

.thanks-content {
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.thanks-content a {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 2rem;
    background-color: #4a9eff;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.2s;
}

.thanks-content a:hover {
    background-color: #3182ce;
}

@media (max-width: 1024px) {
    .hero-text-block h1 {
        font-size: 2.5rem;
    }

    .hero-image-float {
        right: -10%;
        width: 55%;
    }

    .services-irregular {
        gap: 2rem;
    }

    .card-1,
    .card-3,
    .card-4 {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    .nav-asymmetric {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .hero-asymmetric {
        flex-direction: column;
        padding-top: 3rem;
    }

    .hero-content-offset {
        padding-right: 0;
        max-width: 100%;
    }

    .hero-text-block h1 {
        font-size: 2rem;
    }

    .hero-image-float {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 2rem;
    }

    .intro-offset {
        flex-direction: column;
        gap: 3rem;
        padding: 4rem 5%;
    }

    .insight-container {
        flex-direction: column;
        gap: 3rem;
    }

    .services-irregular {
        flex-direction: column;
    }

    .service-card,
    .card-1,
    .card-2,
    .card-3,
    .card-4,
    .card-5,
    .card-6 {
        flex: 1 1 100%;
        flex-direction: column;
    }

    .card-2 .service-image img {
        height: 240px;
    }

    .testimonials-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-grid {
        flex-direction: column;
        gap: 3rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}