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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 20px;
    z-index: 10000;
    display: none;
}

.cookie-banner.active {
    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;
}

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

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

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

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

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

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

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

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

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

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

.nav-menu a:hover {
    color: #e67e22;
}

.hero-story {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-story img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px;
}

.hero-text-block {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.story-intro p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #555;
}

.problem-amplify {
    padding: 120px 40px;
    background-color: #fff;
}

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

.split-text {
    flex: 1;
}

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

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

.problem-list {
    list-style: none;
    margin: 32px 0;
}

.problem-list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 18px;
    color: #555;
}

.problem-list li:before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
}

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

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

.insight-block {
    padding: 100px 40px;
    background-color: #ecf0f1;
}

.insight-block h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
    text-align: center;
}

.insight-block > .narrow-container > p {
    font-size: 19px;
    margin-bottom: 48px;
    text-align: center;
    color: #555;
}

.insight-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}

.insight-card {
    background-color: #fff;
    padding: 32px;
    border-left: 4px solid #e67e22;
}

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

.insight-card p {
    font-size: 17px;
    color: #666;
}

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

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

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

.testimonials-flow {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 300px;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
}

.benefits-reveal {
    padding: 120px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

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

.benefits-reveal h2 {
    font-size: 42px;
    margin-bottom: 64px;
    text-align: center;
}

.benefits-visual {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefit-item {
    flex: 1;
    min-width: 260px;
    text-align: center;
}

.benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.benefit-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
}

.benefit-item a {
    color: #fff;
    text-decoration: underline;
}

.services-showcase {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

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

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-intro p {
    font-size: 19px;
    color: #666;
}

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

.service-card {
    flex: 1;
    min-width: 320px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

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

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

.service-card p {
    font-size: 16px;
    margin: 0 24px 20px;
    color: #666;
    flex-grow: 1;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #e67e22;
    margin: 0 24px 20px;
}

.btn-select {
    margin: 0 24px 24px;
    padding: 14px 28px;
    background-color: #e67e22;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.cta-primary {
    padding: 100px 40px;
    background-color: #2c3e50;
    color: #fff;
}

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

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

.form-container > p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    opacity: 0.9;
}

.inquiry-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    color: #333;
}

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

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

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

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

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

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

.science-backing {
    padding: 80px 40px;
    background-color: #fff;
}

.science-backing h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.science-backing p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #555;
}

.references {
    margin-top: 40px;
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

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

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

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

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

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

.disclaimer-section {
    padding: 60px 40px;
    background-color: #ecf0f1;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    text-align: center;
}

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

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

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

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

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

.footer-column a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

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

@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        gap: 15px;
    }

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

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

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

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

    .testimonials-flow {
        flex-direction: column;
    }

    .benefits-visual {
        flex-direction: column;
    }
}

.contact-page {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-page h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #2c3e50;
    text-align: center;
}

.contact-info {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.legal-page ul {
    margin: 20px 0 20px 24px;
}

.legal-page li {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
}

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #f8f9fa;
}

.thanks-content {
    max-width: 600px;
    text-align: center;
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.thanks-icon {
    font-size: 64px;
    margin-bottom: 24px;
}

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

.thanks-content p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #555;
    line-height: 1.6;
}

.btn-home {
    display: inline-block;
    padding: 14px 32px;
    background-color: #e67e22;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-home:hover {
    background-color: #d35400;
}

.about-page {
    padding: 80px 40px;
}

.about-hero {
    max-width: 1200px;
    margin: 0 auto 80px;
    text-align: center;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.about-hero p {
    font-size: 20px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

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

.about-section {
    margin-bottom: 64px;
}

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

.about-section p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #555;
    line-height: 1.7;
}

.about-image {
    width: 100%;
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e0e0e0;
}

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

.services-page {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

.services-header {
    max-width: 800px;
    margin: 0 auto 64px;
    text-align: center;
}

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

.services-header p {
    font-size: 20px;
    color: #666;
}

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

.service-detail {
    background-color: #fff;
    padding: 48px;
    margin-bottom: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.service-detail .price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 24px;
}

.service-detail p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.service-detail ul {
    margin: 20px 0 20px 24px;
}

.service-detail li {
    font-size: 17px;
    margin-bottom: 12px;
    color: #555;
}

.service-cta {
    margin-top: 24px;
}

.service-cta .btn-select {
    margin: 0;
}