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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a202c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

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

.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: 300px;
}

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

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

.btn-cookie {
    padding: 0.5rem 1.5rem;
    border: none;
    background: #4299e1;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.3s;
}

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

.header-asymmetric {
    background: #f7fafc;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.brand-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #718096;
    font-style: italic;
}

.nav-offset {
    display: flex;
    gap: 2rem;
    margin-top: 0.5rem;
}

.nav-offset a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-offset a:hover {
    color: #2d3748;
}

.hero-asymmetric {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-visual {
    position: absolute;
    top: 0;
    left: 10%;
    width: 60%;
    height: 100%;
    z-index: 1;
}

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

.hero-text-offset {
    position: relative;
    z-index: 2;
    margin-left: 55%;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    max-width: 500px;
    margin-top: 4rem;
}

.hero-text-offset h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a202c;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #4a5568;
}

.intro-irregular {
    max-width: 1400px;
    margin: 5rem auto;
    display: flex;
    gap: 3rem;
    padding: 0 2rem;
    align-items: center;
}

.intro-block-left {
    flex: 1.2;
}

.intro-block-left h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.intro-block-left p {
    font-size: 1.05rem;
    color: #4a5568;
}

.intro-image-right {
    flex: 1;
    height: 400px;
    overflow: hidden;
}

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

.problem-section {
    background: #edf2f7;
    padding: 4rem 2rem;
}

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

.problem-content-wide h3 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.problem-content-wide p {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.services-preview-offset {
    max-width: 1400px;
    margin: 5rem auto;
    padding: 0 2rem;
}

.services-intro-text {
    max-width: 700px;
    margin-bottom: 3rem;
}

.services-intro-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.services-intro-text p {
    font-size: 1.05rem;
    color: #4a5568;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card-large {
    flex: 1 1 100%;
    display: flex;
    gap: 2rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.service-image {
    flex: 1;
    min-height: 300px;
}

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

.service-info {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.service-info p {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    display: block;
}

.cta-select {
    padding: 0.8rem 2rem;
    background: #4299e1;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.cta-select:hover {
    background: #3182ce;
}

.service-card-small {
    flex: 1 1 calc(50% - 1rem);
    padding: 2rem;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
}

.service-card-small h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.service-card-small p {
    color: #4a5568;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.service-card-medium {
    flex: 1 1 calc(50% - 1rem);
    padding: 2rem;
}

.service-card-medium h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.service-card-medium p {
    color: #4a5568;
    margin-bottom: 1rem;
}

.testimonial-block-offset {
    max-width: 1400px;
    margin: 5rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.testimonial-content {
    flex: 1.3;
}

.testimonial-content blockquote {
    border-left: 4px solid #4299e1;
    padding-left: 2rem;
}

.testimonial-content p {
    font-size: 1.4rem;
    font-style: italic;
    color: #2d3748;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.testimonial-content cite {
    font-style: normal;
    color: #718096;
    font-size: 1rem;
}

.testimonial-image {
    flex: 1;
    height: 350px;
}

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

.insight-section-full {
    background: #2d3748;
    color: #ffffff;
    padding: 5rem 2rem;
}

.insight-section-full h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.insight-columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.insight-item {
    flex: 1 1 300px;
}

.insight-item h5 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #63b3ed;
}

.insight-item p {
    color: #cbd5e0;
    font-size: 1rem;
}

.cta-section-irregular {
    padding: 5rem 2rem;
    background: #edf2f7;
}

.cta-content-offset {
    max-width: 800px;
    margin: 0 0 0 10%;
}

.cta-content-offset h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.cta-content-offset p {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a202c;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #2d3748;
}

.form-section-split {
    max-width: 1400px;
    margin: 5rem auto;
    display: flex;
    gap: 0;
}

.form-visual {
    flex: 1;
    min-height: 500px;
}

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

.form-container {
    flex: 1;
    padding: 3rem;
    background: #f7fafc;
}

.form-container h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #1a202c;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-form label {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: -0.8rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 0.8rem;
    border: 1px solid #cbd5e0;
    font-size: 1rem;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #4299e1;
}

.btn-submit {
    padding: 1rem;
    background: #4299e1;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 1rem;
}

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

.footer-asymmetric {
    background: #1a202c;
    color: #cbd5e0;
    padding: 4rem 2rem 2rem;
}

.footer-main {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-col-offset {
    flex: 1.5;
}

.footer-col {
    flex: 1;
}

.footer-col-offset h6,
.footer-col h6 {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-col-offset p {
    color: #a0aec0;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: #2d3748;
    font-size: 0.85rem;
    color: #a0aec0;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #2d3748;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .hero-visual {
        width: 100%;
        left: 0;
    }

    .hero-text-offset {
        margin-left: 0;
        margin-top: 20rem;
        max-width: 100%;
    }

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

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

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

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

    .form-section-split {
        flex-direction: column;
    }

    .footer-main {
        flex-direction: column;
        gap: 2rem;
    }

    .nav-offset {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .hero-text-offset h1 {
        font-size: 1.8rem;
    }

    .service-card-small,
    .service-card-medium {
        flex: 1 1 100%;
    }

    .insight-columns {
        flex-direction: column;
    }
}
