* {
    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.7;
    color: #2c3e50;
    background: #ffffff;
    overflow-x: hidden;
}

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

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.ad-disclosure {
    background: #fffacd;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
}

.ad-disclosure p {
    margin: 0;
}

.header-minimal {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-minimal .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

.nav-floating {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-floating a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 25px 20px;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s;
}

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

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

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

.btn-reject:hover {
    background: #7f8c8d;
}

.hero-stacked {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-content-overlay {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    color: #fff;
}

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

.hero-subtext {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 0.95;
    max-width: 700px;
}

.hero-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}

.hero-image-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-hero {
    display: inline-block;
    padding: 18px 45px;
    background: #fff;
    color: #667eea;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.intro-narrow {
    padding: 90px 20px;
    background: #f8f9fa;
}

.intro-text {
    font-size: 22px;
    line-height: 1.8;
    color: #34495e;
}

.problem-amplification {
    padding: 100px 20px;
    background: #ffffff;
}

.split-asymmetric {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.content-left-heavy {
    flex: 2;
    min-width: 300px;
}

.content-left-heavy h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e50;
    line-height: 1.3;
}

.content-left-heavy p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.image-offset-right {
    flex: 1;
    min-width: 280px;
}

.image-offset-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.insight-block {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
}

.insight-centered {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.insight-centered h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.insight-centered p {
    font-size: 24px;
    opacity: 0.95;
}

.trust-building-layer {
    padding: 100px 20px;
    background: #f8f9fa;
}

.trust-building-layer h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.story-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.story-card {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.scientific-backing {
    padding: 90px 20px;
    background: #ecf0f1;
}

.scientific-backing h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
}

.scientific-backing p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.scientific-backing sup a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.scientific-backing sup a:hover {
    text-decoration: underline;
}

.services-reveal {
    padding: 100px 20px;
    background: #ffffff;
}

.services-reveal h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.services-stacked {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.service-block {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    border-top: 5px solid #3498db;
    transition: all 0.3s;
}

.service-block:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

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

.service-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #e74c3c;
    margin-top: 20px;
}

.btn-select-service {
    margin-top: 20px;
    padding: 14px 35px;
    background: #3498db;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-select-service:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.form-section-inline {
    padding: 80px 20px;
    background: #ecf0f1;
}

.form-section-inline h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: #2c3e50;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

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

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.selected-service-display {
    background: #e8f4fd;
    padding: 12px;
    border-radius: 4px;
    color: #2c3e50;
    font-weight: 600;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

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

.benefits-grid {
    padding: 100px 20px;
    background: #f8f9fa;
}

.benefits-grid h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.benefits-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.benefit-item {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    border-left: 5px solid #9b59b6;
}

.benefit-item h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.action-block {
    padding: 90px 20px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
}

.action-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    text-align: center;
}

.action-block p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.cta-sticky-visible {
    padding: 80px 20px;
    background: #2c3e50;
    color: #fff;
}

.cta-content-wide {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.cta-content-wide h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-content-wide p {
    font-size: 18px;
    opacity: 0.9;
}

.disclaimer-section {
    padding: 60px 20px;
    background: #fffef0;
    border-top: 2px solid #f39c12;
}

.disclaimer-text {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.8;
    text-align: center;
}

.footer-main {
    background: #34495e;
    color: #ecf0f1;
    padding: 60px 20px 30px;
}

.footer-layout {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

.footer-references {
    border-top: 1px solid #4a5f7f;
    padding-top: 30px;
}

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

.footer-references p {
    font-size: 13px;
    color: #95a5a6;
    margin-bottom: 8px;
}

.footer-references a {
    color: #3498db;
    text-decoration: none;
}

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

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

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

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

.lead-text {
    font-size: 24px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 500;
}

.about-story p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.about-story img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.mission-values {
    padding: 100px 20px;
    background: #f8f9fa;
}

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

.value-block {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.value-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.team-approach {
    padding: 80px 20px;
    background: #fff;
}

.team-approach h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
    text-align: center;
}

.team-approach p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.process-list {
    margin-top: 30px;
    padding-left: 20px;
}

.process-list li {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.numbers-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

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

.stats-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.stat-item {
    text-align: center;
    min-width: 200px;
}

.stat-number {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 18px;
    opacity: 0.9;
}

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

.cta-about h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.cta-about p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #555;
}

.btn-cta-large {
    display: inline-block;
    padding: 18px 50px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-cta-large:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.services-detailed {
    padding: 80px 20px;
    background: #f8f9fa;
}

.service-item-expanded {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.service-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 35px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.service-header h2 {
    font-size: 32px;
    margin: 0;
}

.service-price-large {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.service-description {
    padding: 40px;
}

.service-description p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.service-description h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-description ul {
    padding-left: 25px;
    margin-bottom: 25px;
}

.service-description ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

.services-cta {
    padding: 80px 20px;
    background: #2c3e50;
    color: #fff;
    text-align: center;
}

.services-cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.services-cta p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.contact-main {
    padding: 80px 20px;
    background: #f8f9fa;
}

.contact-layout {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3498db;
}

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

.contact-map-placeholder {
    flex: 1;
    min-width: 300px;
}

.contact-map-placeholder img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.map-caption {
    margin-top: 15px;
    font-size: 15px;
    color: #7f8c8d;
    text-align: center;
}

.contact-additional {
    padding: 80px 20px;
    background: #fff;
}

.contact-additional h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
    text-align: center;
}

.contact-additional p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.thanks-section {
    padding: 100px 20px;
    background: #f8f9fa;
    text-align: center;
}

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

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

.service-confirmation {
    background: #e8f4fd;
    padding: 20px;
    border-radius: 6px;
    margin: 30px 0;
    font-size: 18px;
    color: #2c3e50;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.btn-primary {
    padding: 16px 40px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.btn-secondary {
    padding: 16px 40px;
    background: #95a5a6;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
}

.next-steps {
    padding: 80px 20px;
    background: #fff;
}

.next-steps h2 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #2c3e50;
    text-align: center;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.step-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid #3498db;
}

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

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

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

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-updated {
    font-size: 15px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.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: #3498db;
}

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

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

.legal-page ul li,
.legal-page ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

.legal-page a {
    color: #3498db;
    text-decoration: none;
}

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookies-table th,
.cookies-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cookies-table th {
    background: #f8f9fa;
    font-weight: 700;
    color: #2c3e50;
}

.cookies-table td {
    color: #555;
}

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

    .hero-subtext {
        font-size: 18px;
    }

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

    .nav-floating {
        gap: 15px;
    }

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

    .stats-layout {
        flex-direction: column;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-layout {
        flex-direction: column;
    }

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

    .thanks-actions {
        flex-direction: column;
    }

    .page-hero h1 {
        font-size: 36px;
    }

    .intro-text {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .hero-content-overlay h1 {
        font-size: 28px;
    }

    .cta-hero {
        padding: 14px 30px;
        font-size: 16px;
    }

    .nav-floating {
        width: 100%;
        justify-content: center;
    }
}