* {
    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;
    overflow-x: hidden;
}

.ad-disclosure {
    background: #f39c12;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: #fff;
    border-bottom: 1px solid #ecf0f1;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

.nav-links a:hover {
    color: #3498db;
}

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.hero-text-block {
    flex: 1;
    max-width: 550px;
    color: #fff;
    z-index: 2;
    margin-right: -80px;
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-text-block p {
    font-size: 19px;
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-image-offset {
    flex: 1;
    margin-left: -80px;
    z-index: 1;
}

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

.intro-diagonal {
    padding: 90px 60px;
    background: #ecf0f1;
    transform: skewY(-2deg);
    margin-top: -40px;
}

.intro-diagonal .content-narrow {
    max-width: 700px;
    margin: 0 auto;
    transform: skewY(2deg);
}

.intro-diagonal h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e74c3c;
}

.intro-diagonal p {
    font-size: 18px;
    line-height: 1.8;
}

.problem-amplify {
    padding: 80px 60px;
    background: #fff;
}

.split-irregular {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.text-block-left {
    flex: 1;
}

.text-block-left h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.text-block-left p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.benefits-list {
    list-style: none;
}

.benefits-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.benefits-list li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: 700;
}

.image-block-right {
    flex: 1;
    background: #ecf0f1;
}

.image-block-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.insight-section {
    padding: 90px 60px;
    background: #f8f9fa;
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.insight-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 380px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

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

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

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

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

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

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: #ecf0f1;
}

.service-card h3 {
    padding: 20px 25px 10px;
    font-size: 22px;
    color: #2c3e50;
}

.service-card p {
    padding: 0 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.price-tag {
    padding: 0 25px;
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.btn-select {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px;
    background: #3498db;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #2980b9;
}

.trust-building {
    padding: 80px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

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

.trust-building h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-stacked {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #fff;
}

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.science-backed {
    padding: 80px 60px;
    background: #fff;
}

.content-split {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.text-content {
    flex: 1;
}

.text-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.text-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.image-content {
    flex: 1;
    background: #ecf0f1;
}

.image-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.form-section {
    padding: 90px 60px;
    background: #ecf0f1;
}

.form-container-offset {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.form-container-offset h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
}

.form-container-offset > p {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 35px;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    padding: 16px;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

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

.references-section {
    padding: 60px 60px;
    background: #f8f9fa;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.references-list {
    list-style: none;
    counter-reset: ref-counter;
}

.references-list li {
    counter-increment: ref-counter;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.references-list li:before {
    content: "[" counter(ref-counter) "]";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #3498db;
}

.references-list a {
    color: #2c3e50;
    text-decoration: none;
}

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

.footer-asymmetric {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 60px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

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

.footer-block p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px;
    background: rgba(52,73,94,0.5);
    border-radius: 6px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 25px 60px;
    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: 15px;
}

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

.btn-accept,
.btn-reject,
.btn-more {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.btn-accept {
    background: #27ae60;
    color: #fff;
}

.btn-accept:hover {
    background: #229954;
}

.btn-reject {
    background: #e74c3c;
    color: #fff;
}

.btn-reject:hover {
    background: #c0392b;
}

.btn-more {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

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

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

.page-header p {
    font-size: 19px;
    opacity: 0.95;
}

.about-story {
    padding: 80px 60px;
    background: #fff;
}

.about-values {
    padding: 80px 60px;
    background: #f8f9fa;
}

.about-values h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
}

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

.value-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    max-width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3498db;
}

.value-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #7f8c8d;
}

.about-team {
    padding: 80px 60px;
    background: #ecf0f1;
}

.about-team h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-team p {
    font-size: 17px;
    line-height: 1.8;
}

.about-approach {
    padding: 80px 60px;
    background: #fff;
}

.services-detailed {
    padding: 60px 60px;
    background: #fff;
}

.service-detail {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

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

.service-benefits {
    list-style: none;
    margin-bottom: 30px;
}

.service-benefits li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.service-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 18px;
}

.service-cta {
    padding: 80px 60px;
    background: #ecf0f1;
    text-align: center;
}

.service-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.service-cta p {
    font-size: 17px;
    margin-bottom: 30px;
}

.contact-page-content {
    padding: 80px 60px;
    background: #fff;
}

.contact-info-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

.contact-info-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
    flex: 1;
    min-width: 280px;
}

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

.contact-info-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-email {
    color: #7f8c8d;
    pointer-events: none;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.thanks-content {
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.thanks-content h1 {
    font-size: 42px;
    color: #27ae60;
    margin-bottom: 20px;
}

.thanks-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-service {
    background: #ecf0f1;
    padding: 20px;
    border-radius: 6px;
    margin: 25px 0;
    font-weight: 600;
    color: #2c3e50;
}

.legal-page {
    padding: 80px 60px;
    background: #fff;
}

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

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #34495e;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

    .hero-text-block {
        margin-right: 0;
        max-width: 100%;
    }

    .hero-image-offset {
        margin-left: 0;
        margin-top: 30px;
    }

    .split-irregular,
    .content-split,
    .service-detail {
        flex-direction: column;
    }

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

    .nav-asymmetric {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

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

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

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

    .value-card {
        max-width: 100%;
    }
}