* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

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

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

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

.hero-visual {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    z-index: 2;
}

.hero-overlay h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
    max-width: 800px;
}

.hero-overlay p {
    font-size: 20px;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.8;
}

.story-intro {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

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

.content-narrow h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
    font-weight: 700;
}

.content-narrow p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.8;
    color: #495057;
}

.problem-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
    font-weight: 700;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.8;
    color: #495057;
}

.split-image {
    flex: 1;
    background-color: #f1f3f5;
}

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

.insight-reveal {
    padding: 100px 40px;
    background-color: #2c3e50;
    color: #ffffff;
}

.insight-reveal h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #ffffff;
    font-weight: 700;
}

.insight-reveal p {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.8;
}

.insight-list {
    list-style: none;
    margin-top: 40px;
}

.insight-list li {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.8;
    padding-left: 32px;
    position: relative;
}

.insight-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
    font-size: 24px;
}

.trust-building {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

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

.trust-card {
    flex: 1;
    background-color: #ffffff;
    padding: 48px 36px;
    border-left: 4px solid #3498db;
}

.trust-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.trust-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

.testimonials-inline {
    padding: 100px 40px;
    background-color: #ffffff;
}

.testimonial {
    background-color: #f8f9fa;
    padding: 40px;
    margin-bottom: 32px;
    border-left: 4px solid #3498db;
}

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

.testimonial cite {
    font-size: 16px;
    color: #6c757d;
    font-style: normal;
}

.benefits-reveal {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

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

.asymmetric-layout img {
    width: 45%;
    height: auto;
    object-fit: cover;
    background-color: #dee2e6;
}

.benefits-content {
    width: 55%;
}

.benefits-content h2 {
    font-size: 38px;
    margin-bottom: 48px;
    color: #2c3e50;
    font-weight: 700;
}

.benefit-item {
    margin-bottom: 40px;
}

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

.benefit-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

.services-preview {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.content-wide h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #495057;
    line-height: 1.8;
}

.services-cards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.service-card {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

.service-card h3 {
    font-size: 24px;
    margin: 28px 28px 16px;
    color: #2c3e50;
    font-weight: 700;
}

.service-card p {
    font-size: 16px;
    margin: 0 28px 20px;
    line-height: 1.7;
    color: #495057;
    flex-grow: 1;
}

.service-card .price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 28px;
}

.service-card .cta-button {
    margin: 0 28px 28px;
    padding: 16px 24px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.order-form-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 48px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.form-intro {
    font-size: 16px;
    margin-bottom: 36px;
    color: #495057;
    line-height: 1.7;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ced4da;
    font-size: 16px;
    font-family: inherit;
}

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

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

.submit-button:hover {
    background-color: #229954;
}

.scientific-backing {
    padding: 100px 40px;
    background-color: #ffffff;
}

.scientific-backing h2 {
    font-size: 32px;
    margin-bottom: 28px;
    color: #2c3e50;
    font-weight: 700;
}

.scientific-backing p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 32px;
}

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

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

.references {
    margin-top: 48px;
    padding: 32px;
    background-color: #f8f9fa;
}

.references h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.references ol {
    padding-left: 24px;
}

.references li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
}

.references li a {
    color: #3498db;
}

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 20px;
}

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

.footer-column {
    flex: 1;
}

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

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    color: #bdc3c7;
    margin-bottom: 12px;
}

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

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

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 24px;
    background-color: rgba(255,255,255,0.05);
    font-size: 13px;
    line-height: 1.7;
    color: #bdc3c7;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px 40px;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.2);
    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;
    gap: 32px;
}

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

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.cookie-buttons button {
    padding: 12px 32px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

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

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

.about-hero,
.services-header,
.contact-header {
    padding: 80px 40px 60px;
    background-color: #2c3e50;
    color: #ffffff;
}

.about-hero h1,
.services-header h1,
.contact-header h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: 700;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: inherit;
}

.about-story {
    padding: 100px 40px;
    background-color: #ffffff;
}

.values-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.value-item {
    margin-bottom: 48px;
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.value-item p {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
}

.team-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

.approach-grid {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.approach-card {
    flex: 1;
    background-color: #f8f9fa;
    padding: 40px 32px;
}

.approach-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.approach-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

.mission-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.services-detailed {
    background-color: #ffffff;
}

.service-detail {
    padding: 80px 40px;
}

.service-detail.alternate {
    background-color: #f8f9fa;
}

.service-detail-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.service-detail-layout img {
    width: 45%;
    height: auto;
    object-fit: cover;
    background-color: #dee2e6;
}

.service-detail-content {
    width: 55%;
}

.service-detail-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

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

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.service-detail-content ul {
    margin-left: 24px;
    margin-bottom: 24px;
}

.service-detail-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 12px;
}

.comparison-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

.comparison-table {
    margin-top: 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.comparison-row {
    display: flex;
    border-bottom: 1px solid #dee2e6;
}

.comparison-row.header {
    background-color: #2c3e50;
    color: #ffffff;
}

.comparison-row.header .comparison-cell {
    font-weight: 700;
    color: #ffffff;
}

.comparison-cell {
    flex: 1;
    padding: 20px 16px;
    font-size: 15px;
    color: #2c3e50;
}

.comparison-cell:first-child {
    font-weight: 600;
}

.contact-info {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.contact-details {
    flex: 1;
}

.contact-block {
    margin-bottom: 48px;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 8px;
}

.contact-note {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
    margin-top: 12px;
}

.contact-map {
    flex: 1;
    background-color: #f1f3f5;
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.faq-item {
    margin-bottom: 36px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

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

.thanks-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 48px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.thanks-icon {
    margin-bottom: 32px;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #27ae60;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 48px;
}

.order-summary {
    background-color: #f8f9fa;
    padding: 32px;
    margin-bottom: 48px;
    text-align: left;
}

.order-summary h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.summary-details p {
    font-size: 16px;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 12px;
}

.next-steps {
    text-align: left;
    margin-bottom: 48px;
}

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.steps-list {
    padding-left: 24px;
}

.steps-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 12px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 48px;
}

.action-button {
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.action-button.primary {
    background-color: #3498db;
    color: #ffffff;
}

.action-button.primary:hover {
    background-color: #2980b9;
}

.action-button.secondary {
    background-color: #95a5a6;
    color: #ffffff;
}

.action-button.secondary:hover {
    background-color: #7f8c8d;
}

.contact-support {
    padding-top: 32px;
    border-top: 1px solid #dee2e6;
}

.contact-support p {
    font-size: 15px;
    color: #495057;
    margin-bottom: 8px;
}

.legal-content {
    padding: 80px 40px;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.last-updated {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

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

.legal-content ul,
.legal-content ol {
    margin-left: 32px;
    margin-bottom: 24px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 12px;
}

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

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

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

    .split-layout,
    .asymmetric-layout,
    .cards-grid,
    .footer-content,
    .approach-grid,
    .service-detail-layout,
    .contact-layout {
        flex-direction: column;
    }

    .asymmetric-layout img,
    .benefits-content,
    .service-detail-layout img,
    .service-detail-content {
        width: 100%;
    }

    .services-cards {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        gap: 16px;
    }

    .comparison-row {
        flex-direction: column;
    }

    .comparison-cell {
        border-bottom: 1px solid #dee2e6;
    }

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

    .about-hero h1,
    .services-header h1,
    .contact-header h1 {
        font-size: 32px;
    }
}