* {
    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-color: #ffffff;
}

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

.floating-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 16px 24px;
}

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

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

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

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

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

.hero-full {
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
}

.hero-text-center {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 24px;
}

.hero-text-center h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-text-center p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
}

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

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

.lead-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 28px;
    color: #34495e;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #5a6c7d;
}

.split-insight {
    padding: 0;
}

.split-container {
    display: flex;
    flex-wrap: wrap;
}

.split-image {
    flex: 1;
    min-width: 300px;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef;
}

.split-text {
    flex: 1;
    min-width: 300px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #2c3e50;
    line-height: 1.3;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.narrow-story {
    padding: 100px 24px;
    background-color: #ffffff;
}

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

.story-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 4px;
    object-fit: cover;
}

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

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

.benefits-asymmetric {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

.benefits-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.benefit-large {
    flex: 1 1 calc(60% - 12px);
    min-width: 280px;
    background-color: white;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.benefit-medium {
    flex: 1 1 calc(40% - 12px);
    min-width: 280px;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.benefit-small {
    flex: 1 1 calc(33.33% - 16px);
    min-width: 240px;
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.benefit-large h3,
.benefit-medium h3,
.benefit-small h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.testimonials-inline {
    padding: 100px 24px;
    background-color: #2c3e50;
    color: white;
}

.testimonial {
    margin-bottom: 60px;
}

.testimonial:last-child {
    margin-bottom: 0;
}

.quote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}

.author {
    font-size: 16px;
    color: #95a5a6;
}

.service-reveal {
    padding: 100px 24px;
    background-color: #ffffff;
}

.reveal-content {
    max-width: 1200px;
    margin: 0 auto;
}

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

.reveal-intro {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    color: #5a6c7d;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
}

.service-card {
    flex: 1 1 calc(33.33% - 22px);
    min-width: 280px;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    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.featured {
    background-color: #3498db;
    color: white;
}

.service-card.featured h3,
.service-card.featured p,
.service-card.featured ul {
    color: white;
}

.badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #e74c3c;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.service-card ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-card ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
}

.service-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.service-card.featured ul li::before {
    color: white;
}

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

.service-card.featured .price {
    color: white;
}

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

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

.service-card.featured .btn-select {
    background-color: white;
    color: #3498db;
}

.service-card.featured .btn-select:hover {
    background-color: #ecf0f1;
}

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

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

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

.form-intro {
    font-size: 16px;
    margin-bottom: 40px;
    color: #5a6c7d;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

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

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

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

.trust-section {
    padding: 100px 24px;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #2c3e50;
}

.scientific-backing {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

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

.references {
    margin-top: 40px;
    padding: 32px;
    background-color: white;
    border-radius: 8px;
}

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

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

.references li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.disclaimer-section {
    padding: 60px 24px;
    background-color: #fff3cd;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px;
    background-color: white;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.disclaimer-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6c7d;
}

.main-footer {
    background-color: #2c3e50;
    color: white;
    padding: 60px 24px 40px;
}

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

.footer-section {
    flex: 1;
    min-width: 240px;
}

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #95a5a6;
}

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

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}

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

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

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

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

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

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

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

.btn-cookie-reject {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cookie-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.page-hero {
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.about-intro {
    padding: 100px 24px;
    background-color: #ffffff;
}

.vision-split {
    padding: 0;
}

.vision-split .split-container {
    flex-direction: row-reverse;
}

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

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

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

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

.value-item {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #3498db;
}

.team-approach {
    padding: 100px 24px;
    background-color: #ffffff;
}

.team-approach h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.milestones {
    padding: 100px 24px;
    background-color: #2c3e50;
    color: white;
}

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

.milestones h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.timeline-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.timeline-year {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    min-width: 100px;
}

.timeline-text h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: white;
}

.timeline-text p {
    font-size: 16px;
    color: #95a5a6;
}

.services-intro {
    padding: 60px 24px;
    background-color: #ffffff;
}

.services-detail {
    padding: 60px 24px 100px;
    background-color: #f8f9fa;
}

.services-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-detail-card {
    background-color: white;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: relative;
}

.service-detail-card.featured-card {
    background-color: #3498db;
    color: white;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.service-header h2 {
    font-size: 32px;
    color: #2c3e50;
}

.service-detail-card.featured-card .service-header h2 {
    color: white;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
}

.service-detail-card.featured-card .service-price {
    color: white;
}

.service-body h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-detail-card.featured-card .service-body h3 {
    color: white;
}

.comparison-table {
    padding: 80px 24px;
    background-color: #ffffff;
}

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

.table-container h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #2c3e50;
}

.services-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-radius: 8px;
    overflow: hidden;
}

.services-table th,
.services-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

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

.services-table tbody tr:hover {
    background-color: #f8f9fa;
}

.contact-content {
    padding: 100px 24px;
    background-color: #ffffff;
}

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

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

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

.contact-details {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

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

.small-note {
    font-size: 14px;
    color: #95a5a6;
    margin-top: 8px;
}

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

.map-placeholder {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    background-color: #e9ecef;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(52, 152, 219, 0.9);
    padding: 20px;
    color: white;
}

.faq-section {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

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

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

.faq-item {
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

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

.thanks-hero {
    padding: 120px 24px;
    background-color: #f8f9fa;
    text-align: center;
}

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

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

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

.thanks-message {
    font-size: 20px;
    margin-bottom: 16px;
    color: #5a6c7d;
}

.service-confirmation {
    font-size: 18px;
    color: #3498db;
    font-weight: 600;
    margin-top: 24px;
}

.next-steps {
    padding: 80px 24px;
    background-color: #ffffff;
}

.steps-container {
    max-width: 1000px;
    margin: 0 auto;
}

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

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.step-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #3498db;
    color: white;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

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

.thanks-resources {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

.resources-content {
    max-width: 1000px;
    margin: 0 auto;
}

.resources-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.resources-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.resource-item {
    flex: 1;
    min-width: 250px;
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

.back-home {
    padding: 60px 24px;
    background-color: #ffffff;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 16px 48px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.legal-page {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: white;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

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

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

.legal-content h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #34495e;
}

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

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

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #5a6c7d;
}

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

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

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

    .hero-text-center p {
        font-size: 18px;
    }

    .nav-links {
        gap: 16px;
    }

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

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

    .split-image {
        min-height: 300px;
    }

    .split-text {
        padding: 40px 24px;
    }

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

    .form-container {
        padding: 40px 24px;
    }

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

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

    .timeline-item {
        flex-direction: column;
        gap: 12px;
    }

    .legal-content {
        padding: 40px 24px;
    }

    .services-table {
        font-size: 14px;
    }

    .services-table th,
    .services-table td {
        padding: 12px 8px;
    }
}