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

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

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 33px;
    z-index: 99;
}

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

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

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

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

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

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
    width: 90%;
    max-width: 900px;
}

.hero-overlay h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
}

.story-intro {
    padding: 90px 5%;
    max-width: 850px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c3e50;
    font-weight: 600;
}

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

.insight-box {
    background-color: #ecf9ff;
    padding: 30px;
    margin: 40px 0;
    border-left: 5px solid #3498db;
}

.insight-box p {
    font-size: 19px;
    font-weight: 500;
    color: #2c3e50;
}

.problem-reveal {
    padding: 80px 5%;
    background-color: #f8f9fa;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.split-text p {
    font-size: 17px;
    margin-bottom: 20px;
}

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

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

.science-section {
    padding: 90px 5%;
    background-color: #ffffff;
}

.centered-content {
    max-width: 850px;
    margin: 0 auto;
}

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

.centered-content p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.research-highlight {
    background-color: #fff3cd;
    padding: 30px;
    margin: 40px 0;
    border-left: 5px solid #ffc107;
}

.research-highlight p {
    font-size: 19px;
    font-weight: 500;
    color: #856404;
}

.testimonial-inline {
    padding: 70px 5%;
    background-color: #2c3e50;
}

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

.testimonial-text {
    font-size: 24px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 16px;
    color: #bdc3c7;
}

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

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

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

.benefit-item {
    flex: 1;
    min-width: 300px;
    background-color: #f8f9fa;
}

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

.benefit-item h3 {
    font-size: 24px;
    margin: 25px 20px 15px;
    color: #2c3e50;
}

.benefit-item p {
    font-size: 16px;
    margin: 0 20px 25px;
    line-height: 1.7;
}

.trust-elements {
    padding: 80px 5%;
    background-color: #ecf9ff;
}

.offer-section {
    padding: 90px 5%;
    background-color: #f8f9fa;
}

.offer-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.offer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.offer-card {
    flex: 1;
    min-width: 320px;
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #dee2e6;
}

.offer-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.offer-card p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.cta-button {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

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

.form-section {
    padding: 90px 5%;
    background-color: #ffffff;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
}

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

.form-container p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
}

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

.form-container input,
.form-container select {
    width: 100%;
    padding: 14px;
    margin-bottom: 25px;
    border: 1px solid #ced4da;
    font-size: 16px;
}

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

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

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

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-box p {
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
}

.references-section {
    padding: 50px 5%;
    background-color: #f8f9fa;
}

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

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

.references-content p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
}

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

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

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

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

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

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

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

.footer-column a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-column a:hover {
    color: #ffffff;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 25px 5%;
    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;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.page-header {
    padding: 100px 5% 60px;
    background-color: #ecf0f1;
    text-align: center;
}

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

.page-header p {
    font-size: 20px;
    color: #7f8c8d;
}

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

.story-block {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.story-block img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e9ecef;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #2c3e50;
}

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

.values-section {
    padding: 80px 5%;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

.value-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #dee2e6;
}

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

.value-card p {
    font-size: 16px;
    line-height: 1.7;
}

.team-approach {
    padding: 80px 5%;
    background-color: #ffffff;
}

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

.service-item-full {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto 80px;
    align-items: center;
}

.service-item-full.reverse {
    flex-direction: row-reverse;
}

.service-item-full img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-details p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.service-details ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.price-display {
    font-size: 36px;
    font-weight: 700;
    color: #27ae60;
    margin: 25px 0;
}

.cta-inline {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.contact-info {
    padding: 70px 5%;
    background-color: #ffffff;
}

.contact-grid {
    display: flex;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

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

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

.contact-block p {
    font-size: 16px;
    line-height: 1.8;
}

.map-placeholder {
    padding: 50px 5%;
    background-color: #f8f9fa;
}

.map-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #e9ecef;
    text-align: center;
}

.map-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
}

.thanks-section {
    padding: 120px 5%;
    background-color: #ecf9ff;
    min-height: 60vh;
}

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

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

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

.service-confirmation {
    background-color: #ffffff;
    padding: 25px;
    margin: 30px 0;
    border-left: 5px solid #3498db;
}

.service-confirmation p {
    font-size: 17px;
    margin: 0;
}

.back-button {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

.legal-content {
    padding: 60px 5%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
}

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

.legal-content h2 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

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

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

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

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

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

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .story-block {
        flex-direction: column;
    }

    .service-item-full,
    .service-item-full.reverse {
        flex-direction: column;
    }

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

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