* {
    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;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

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

.nav-right a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    padding: 0 5%;
    align-items: center;
    gap: 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content-offset {
    flex: 1;
    max-width: 550px;
    padding-left: 40px;
}

.hero-content-offset h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a252f;
}

.hero-content-offset p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #495057;
}

.cta-hero {
    display: inline-block;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cta-hero:hover {
    background: #2980b9;
}

.hero-image-overlap {
    flex: 1;
    position: relative;
    margin-top: -40px;
    background: #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.story-intro {
    padding: 100px 5%;
    background: #ffffff;
}

.story-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.story-narrow h2 {
    font-size: 36px;
    margin-bottom: 28px;
    text-align: center;
}

.story-narrow p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.problem-amplification {
    padding: 80px 5%;
    background: #f1f3f5;
}

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

.problem-text {
    flex: 1.2;
}

.problem-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.problem-text p {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.problem-visual {
    flex: 1;
    background: #ced4da;
    border-radius: 8px;
    overflow: hidden;
}

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

.insight-section {
    padding: 100px 5%;
    background: #2c3e50;
    color: #ffffff;
}

.insight-content-diagonal {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 60px;
}

.insight-content-diagonal h2 {
    font-size: 38px;
    margin-bottom: 28px;
}

.insight-content-diagonal p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.insight-content-diagonal a {
    color: #74b9ff;
    text-decoration: underline;
}

.trust-building {
    padding: 90px 5%;
    background: #ffffff;
}

.cards-offset {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 280px;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.trust-card h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.trust-card p {
    font-size: 16px;
    line-height: 1.6;
}

.testimonials-inline {
    padding: 80px 5%;
    background: #e9ecef;
}

.testimonial-block-left,
.testimonial-block-right {
    max-width: 700px;
    margin: 0 auto 40px;
}

.testimonial-block-right {
    margin-left: auto;
    margin-right: 0;
}

blockquote {
    padding: 28px;
    background: #ffffff;
    border-radius: 8px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
}

cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    color: #495057;
}

.benefits-reveal {
    padding: 100px 5%;
    background: #ffffff;
}

.benefits-asymmetric h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.benefit-grid-irregular {
    display: flex;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 320px;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.benefit-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.benefit-item h5 {
    font-size: 22px;
    padding: 20px 24px 12px;
}

.benefit-item p {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.6;
}

.services-pricing {
    padding: 100px 5%;
    background: linear-gradient(to bottom, #f1f3f5, #ffffff);
}

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

.services-container h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #495057;
}

.service-cards-staggered {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1;
    min-width: 320px;
    padding: 32px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.service-card h4 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #495057;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 14px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

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

.form-section {
    padding: 100px 5%;
    background: #f8f9fa;
}

.form-container-asymmetric {
    max-width: 600px;
    margin: 0 auto;
    padding: 48px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.form-container-asymmetric h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.form-container-asymmetric p {
    margin-bottom: 32px;
    color: #6c757d;
}

.order-form .form-group {
    margin-bottom: 24px;
}

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

.order-form input[type="text"],
.order-form input[type="email"],
.order-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.order-form input[readonly] {
    background: #e9ecef;
}

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

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

.scientific-references {
    padding: 60px 5%;
    background: #f1f3f5;
}

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

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

.reference-list {
    padding-left: 20px;
}

.reference-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.reference-list a {
    color: #3498db;
    text-decoration: none;
}

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

.footer-asymmetric {
    background: #2c3e50;
    color: #ffffff;
    padding: 60px 5%;
}

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

.footer-block {
    flex: 1;
    min-width: 250px;
}

.footer-block h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

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

.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 ease;
}

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

.email-display {
    color: #bdc3c7;
}

.disclaimer {
    padding-top: 40px;
    border-top: 1px solid #34495e;
    font-size: 13px;
    line-height: 1.7;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
}

.cookie-content a {
    color: #74b9ff;
    text-decoration: underline;
}

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

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

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

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

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

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

@media (max-width: 968px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 40px 5%;
    }

    .hero-content-offset {
        padding-left: 0;
        text-align: center;
    }

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

    .split-irregular {
        flex-direction: column;
        gap: 40px;
    }

    .benefit-grid-irregular {
        flex-direction: column;
    }

    .nav-right {
        flex-direction: column;
        gap: 10px;
    }
}

.page-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 5%;
}

.page-container h1 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #2c3e50;
}

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

.page-container h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
}

.page-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #495057;
}

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

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

.page-container a {
    color: #3498db;
    text-decoration: underline;
}

.contact-info {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 8px;
    margin-top: 40px;
}

.contact-info h3 {
    margin-top: 0;
}

.contact-info p {
    margin-bottom: 12px;
}

.thanks-page {
    text-align: center;
    padding: 100px 5%;
    min-height: 60vh;
}

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

.thanks-page p {
    font-size: 20px;
    margin-bottom: 16px;
    color: #495057;
}

.thanks-page .selected-service {
    font-size: 18px;
    font-weight: 600;
    color: #3498db;
    margin: 32px 0;
}

.thanks-page a {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.thanks-page a:hover {
    background: #2980b9;
}

.page-header-offset {
    padding: 80px 5% 40px;
    text-align: center;
    background: #f8f9fa;
}

.page-header-offset h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.header-subtitle {
    font-size: 20px;
    color: #6c757d;
}

.about-story {
    padding: 100px 5%;
    background: #ffffff;
}

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

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

.about-text-block h2 {
    font-size: 36px;
    margin-bottom: 24px;
}

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

.about-visual-overlap {
    flex: 1;
    background: #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.about-visual-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.philosophy {
    padding: 90px 5%;
    background: #f1f3f5;
}

.philosophy-diagonal {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-diagonal h2 {
    font-size: 38px;
    margin-bottom: 48px;
    text-align: center;
}

.philosophy-points {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.philosophy-points .point {
    flex: 1;
    min-width: 280px;
    padding: 28px;
    background: #ffffff;
    border-radius: 8px;
}

.philosophy-points .point h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3498db;
}

.philosophy-points .point p {
    font-size: 16px;
    line-height: 1.7;
}

.values-asymmetric {
    padding: 100px 5%;
    background: #ffffff;
}

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

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

.values-grid-staggered {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.value-card {
    flex: 1;
    min-width: 280px;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 10px;
    border-top: 4px solid #3498db;
}

.value-card h5 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
}

.team-section {
    padding: 80px 5%;
    background: #e9ecef;
}

.team-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.team-content h2 {
    font-size: 36px;
    margin-bottom: 28px;
}

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

.cta-section-offset {
    padding: 80px 5%;
    background: #2c3e50;
    color: #ffffff;
}

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

.cta-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #ecf0f1;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #2980b9;
}

.cta-button-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #3498db;
    border: 2px solid #3498db;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-left: 16px;
}

.cta-button-secondary:hover {
    background: #3498db;
    color: #ffffff;
}

.services-detailed {
    padding: 60px 5%;
    background: #ffffff;
}

.services-intro-block {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

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

.service-list-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.service-visual {
    flex: 1;
    background: #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

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

.service-info {
    flex: 1;
}

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

.service-info p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #495057;
}

.service-info .service-price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin: 24px 0;
}

.contact-content {
    padding: 60px 5%;
    background: #ffffff;
}

.contact-layout-asymmetric {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #3498db;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.contact-visual {
    flex: 1;
    background: #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

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

.additional-info {
    padding: 80px 5%;
    background: #f8f9fa;
}

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

.info-container h3 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
}

.faq-block {
    margin-bottom: 24px;
    padding: 24px;
    background: #ffffff;
    border-radius: 8px;
}

.faq-block h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2c3e50;
}

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

.thanks-section {
    padding: 100px 5%;
    min-height: 60vh;
    text-align: center;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
}

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

.thanks-content p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #495057;
}

.thanks-details {
    margin: 40px 0;
    padding: 28px;
    background: #f8f9fa;
    border-radius: 8px;
}

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

.thanks-details p {
    font-size: 16px;
    color: #3498db;
    font-weight: 600;
}

.next-steps {
    margin: 40px 0;
    text-align: left;
    padding: 28px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.next-steps h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.next-steps ol {
    padding-left: 24px;
}

.next-steps li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.thanks-cta {
    margin-top: 48px;
}

@media (max-width: 968px) {
    .about-content-irregular,
    .contact-layout-asymmetric,
    .service-detail-card {
        flex-direction: column;
    }

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

    .philosophy-points,
    .values-grid-staggered {
        flex-direction: column;
    }
}