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

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

.nav-asymmetric {
    background: #1a1a1a;
    padding: 20px 0;
    position: relative;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
}

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

.hero-content-left h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-content-left p {
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 16px 42px;
    background: #4a90e2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #357abd;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -60px;
}

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

.intro-overlap {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
    position: relative;
}

.intro-block {
    flex: 1.3;
}

.intro-block h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.intro-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.insight-card-floating {
    flex: 1;
    background: #f8f9fa;
    padding: 35px;
    border-radius: 10px;
    border-left: 4px solid #4a90e2;
    margin-top: 40px;
}

.insight-card-floating h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.insight-card-floating p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.insight-card-floating cite {
    font-size: 14px;
    color: #6c757d;
}

.insight-card-floating a {
    color: #4a90e2;
    text-decoration: none;
}

.problem-amplification {
    max-width: 1300px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 70px;
}

.problem-visual {
    flex: 1;
    margin-left: -80px;
}

.problem-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #dfe4e8;
}

.problem-text-offset {
    flex: 1;
    padding-right: 60px;
}

.problem-text-offset h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.problem-text-offset p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.solution-reveal {
    background: #f4f7fa;
    padding: 100px 40px;
    margin: 120px 0;
}

.solution-reveal h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.solution-reveal > p {
    text-align: center;
    font-size: 19px;
    max-width: 800px;
    margin: 0 auto 70px;
    line-height: 1.8;
    color: #4a4a4a;
}

.benefits-asymmetric {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.benefit-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    flex: 1;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.benefit-1 {
    margin-top: 0;
}

.benefit-2 {
    margin-top: 40px;
}

.benefit-3 {
    margin-top: 20px;
}

.benefit-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.trust-building {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 40px;
}

.trust-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 60px;
    color: #4a4a4a;
    max-width: 900px;
}

.testimonials-staggered {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.testimonial {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    flex: 1;
    min-width: 280px;
    border-left: 3px solid #4a90e2;
}

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

.testimonial-2 {
    margin-top: 30px;
}

.testimonial-3 {
    margin-top: 15px;
}

.testimonial p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
    color: #2c3e50;
}

.testimonial span {
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
}

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

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

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-large {
    flex: 0 1 calc(50% - 15px);
}

.card-medium {
    flex: 0 1 calc(40% - 15px);
}

.card-small {
    flex: 0 1 calc(30% - 15px);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #e0e5ea;
}

.service-card h3 {
    padding: 25px 25px 10px;
    font-size: 22px;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    flex-grow: 1;
}

.service-card .price {
    padding: 15px 25px 10px;
    font-size: 28px;
    font-weight: 700;
    color: #4a90e2;
}

.service-card button {
    margin: 0 25px 25px;
    padding: 14px;
    background: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.service-card button:hover {
    background: #357abd;
}

.cta-offset {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 40px;
    margin: 100px 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

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

.cta-content p {
    font-size: 19px;
    line-height: 1.7;
}

.form-section {
    max-width: 700px;
    margin: 80px auto;
    padding: 0 40px;
}

.form-container {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 10px;
    border-top: 4px solid #4a90e2;
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #1a1a1a;
}

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

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

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

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

.form-group input[readonly] {
    background: #e9ecef;
    cursor: not-allowed;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.disclaimer-section {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 40px;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #6c757d;
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
}

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

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-column {
    flex: 1;
}

.footer-col-1 {
    flex: 1.3;
}

.footer-column h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.7;
    color: #b0b0b0;
}

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

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

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #4a90e2;
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #333333;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-references ol {
    padding-left: 20px;
}

.footer-references li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-references a {
    color: #4a90e2;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 25px;
    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;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

.btn-reject {
    background: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background: #5a6268;
}

@media (max-width: 1024px) {
    .hero-offset {
        flex-direction: column;
        text-align: center;
    }

    .hero-content-left {
        padding-left: 0;
    }

    .hero-image-right {
        margin-top: 0;
        width: 100%;
    }

    .intro-overlap,
    .problem-amplification {
        flex-direction: column;
    }

    .problem-visual {
        margin-left: 0;
    }

    .benefits-asymmetric,
    .testimonials-staggered {
        flex-direction: column;
    }

    .benefit-1,
    .benefit-2,
    .benefit-3,
    .testimonial-1,
    .testimonial-2,
    .testimonial-3 {
        margin-top: 0;
    }

    .services-grid-irregular .service-card {
        flex: 1 1 100%;
    }

    .footer-content {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .hero-content-left h1 {
        font-size: 38px;
    }

    .intro-block h2,
    .problem-text-offset h2,
    .trust-content h2 {
        font-size: 30px;
    }

    .solution-reveal h2,
    .services-preview h2 {
        font-size: 32px;
    }

    .nav-wrapper {
        padding: 0 20px;
    }

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

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 40px;
    text-align: center;
    color: #ffffff;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 20px;
}

.about-intro {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.about-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8edf2;
}

.values-section {
    background: #f4f7fa;
    padding: 80px 40px;
    margin: 80px 0;
}

.values-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.value-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 8px;
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.team-approach {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.approach-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.approach-content img {
    flex: 1;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    background-color: #dfe4e8;
}

.approach-text {
    flex: 1;
}

.approach-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.approach-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.expertise-section {
    max-width: 1200px;
    margin: 100px auto 120px;
    padding: 0 40px;
}

.expertise-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.expertise-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.expertise-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    border-left: 4px solid #4a90e2;
}

.expertise-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.expertise-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.contact-page-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 0 40px;
}

.contact-intro {
    margin-bottom: 60px;
}

.contact-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-info-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.contact-info-block {
    flex: 1;
    min-width: 250px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.contact-info-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-info-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.contact-info-block .email-display {
    color: #4a90e2;
    font-weight: 600;
}

.contact-note {
    background: #f4f7fa;
    padding: 35px;
    border-radius: 8px;
    border-left: 4px solid #4a90e2;
}

.contact-note h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-note p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-note a {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
}

.contact-note a:hover {
    text-decoration: underline;
}

.thanks-page-content {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 10px;
}

.thanks-page-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-page-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-page-content .back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background: #4a90e2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.thanks-page-content .back-link:hover {
    background: #357abd;
}

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

.legal-page h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

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

.legal-page li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #4a4a4a;
}

@media (max-width: 1024px) {
    .about-content,
    .approach-content {
        flex-direction: column;
    }

    .values-grid,
    .expertise-list {
        flex-direction: column;
    }

    .value-card,
    .expertise-item {
        flex: 1 1 100%;
    }
}

.services-detail-section {
    max-width: 1300px;
    margin: 100px auto;
    padding: 0 40px;
}

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

.service-detail-reverse {
    flex-direction: row-reverse;
}

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

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    object-fit: cover;
    background-color: #e8edf2;
}

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

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #4a90e2;
    margin-bottom: 25px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #4a4a4a;
}

.service-detail-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.service-detail-content ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.service-detail-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-weight: 700;
}

.service-detail-content button {
    padding: 14px 35px;
    background: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.service-detail-content button:hover {
    background: #357abd;
}

@media (max-width: 1024px) {
    .service-detail,
    .service-detail-reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 36px;
    }

    .about-text h2,
    .approach-text h2 {
        font-size: 28px;
    }

    .contact-info-grid {
        flex-direction: column;
    }

    .service-detail-content h2 {
        font-size: 28px;
    }

    .service-price {
        font-size: 26px;
    }
}