* {
    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: #2d3748;
    background-color: #f7fafc;
}

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

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

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

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

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

.main-nav {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.main-nav a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #2b6cb0;
}

.hero-section {
    background-color: #ebf8ff;
    padding: 60px 20px;
}

.hero-card {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.hero-content {
    padding: 50px;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.hero-image {
    background-color: #e2e8f0;
}

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

.problem-cards {
    padding: 80px 20px;
    background-color: #ffffff;
}

.problem-cards h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #1a202c;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.info-card {
    background-color: #f7fafc;
    padding: 35px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    border-left: 4px solid #4299e1;
}

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

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

.info-card p {
    color: #4a5568;
    line-height: 1.7;
}

.insight-section {
    padding: 80px 20px;
    background-color: #edf2f7;
}

.insight-card-large {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.insight-content {
    padding: 50px;
}

.insight-content h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #1a202c;
}

.insight-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.citation {
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 600;
}

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

.insight-image {
    background-color: #e2e8f0;
}

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

.story-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.story-card {
    max-width: 900px;
    margin: 0 auto;
    background-color: #f7fafc;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.story-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e2e8f0;
}

.story-content {
    padding: 40px;
}

.story-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a202c;
}

.story-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
}

.benefits-section {
    padding: 80px 20px;
    background-color: #ebf8ff;
}

.benefits-section h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    color: #1a202c;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

.benefit-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.benefit-card h3 {
    padding: 20px 25px 10px;
    font-size: 22px;
    color: #1a202c;
}

.benefit-card p {
    padding: 0 25px 25px;
    color: #4a5568;
    line-height: 1.7;
}

.trust-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.trust-section h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    color: #1a202c;
}

.trust-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.trust-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
}

.trust-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.trust-card p {
    line-height: 1.7;
    opacity: 0.95;
}

.testimonials-section {
    padding: 80px 20px;
    background-color: #f7fafc;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    color: #1a202c;
}

.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #48bb78;
}

.testimonial-card p {
    font-style: italic;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.services-preview {
    padding: 80px 20px;
    background-color: #ffffff;
}

.services-preview h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 15px;
    color: #1a202c;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 50px;
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

.service-card {
    background-color: #f7fafc;
    border-radius: 12px;
    overflow: hidden;
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

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

.service-card h3 {
    padding: 20px 25px 10px;
    font-size: 22px;
    color: #1a202c;
}

.service-card p {
    padding: 0 25px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.price {
    padding: 0 25px;
    font-size: 28px;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 20px;
}

.select-service-btn {
    margin: 0 25px 25px;
    width: calc(100% - 50px);
    background-color: #4299e1;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #2b6cb0;
}

.order-form-section {
    padding: 80px 20px;
    background-color: #ebf8ff;
}

.form-card {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-card h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1a202c;
}

.order-form {
    margin-top: 30px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.submit-btn {
    width: 100%;
    background-color: #48bb78;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.science-section {
    padding: 80px 20px;
    background-color: #edf2f7;
}

.science-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a202c;
}

.science-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
}

.science-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 30px;
}

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

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

.references li {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #4a5568;
}

.references a {
    color: #2b6cb0;
    text-decoration: none;
}

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

.main-footer {
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 60px 20px 20px;
}

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

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

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

.footer-section p,
.footer-section ul {
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e0;
}

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

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

.footer-section a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}

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

.disclaimer {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #a0aec0 !important;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #4a5568;
    text-align: center;
    font-size: 14px;
    color: #a0aec0;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background-color: #48bb78;
    color: #ffffff;
}

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

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

.cookie-btn.reject:hover {
    background-color: #4a5568;
}

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
}

.page-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero-text {
    font-size: 20px;
    opacity: 0.95;
}

.about-content,
.services-detail,
.contact-content {
    padding: 80px 20px;
}

.about-card {
    max-width: 900px;
    margin: 0 auto 60px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.about-text h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #1a202c;
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.values-section,
.approach-section,
.team-section {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.values-section h2,
.approach-section h2,
.team-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a202c;
    text-align: center;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.value-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    flex: 1;
    min-width: 260px;
    max-width: 280px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

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

.value-card p {
    color: #4a5568;
    line-height: 1.7;
}

.approach-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
}

.approach-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.team-section p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    text-align: center;
}

.service-detail-card {
    max-width: 1100px;
    margin: 0 auto 60px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

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

.service-detail-image {
    background-color: #e2e8f0;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

.service-detail-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1a202c;
}

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

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2d3748;
}

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

.service-detail-content li {
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.7;
}

.service-note {
    font-style: italic;
    color: #718096 !important;
    font-size: 15px !important;
}

.cta-section {
    padding: 80px 20px;
    background-color: #ebf8ff;
}

.cta-card {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-card h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a202c;
}

.cta-card p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background-color: #4299e1;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2b6cb0;
}

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

.contact-info-card,
.contact-map-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info-card h2,
.contact-map-card h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #1a202c;
}

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2d3748;
}

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

.no-link {
    color: #4a5568;
}

.map-placeholder {
    background-color: #edf2f7;
    padding: 60px 20px;
    border-radius: 8px;
    text-align: center;
    color: #718096;
    margin-top: 20px;
}

.faq-section {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a202c;
    text-align: center;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.faq-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #2d3748;
}

.faq-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
}

.thanks-section {
    padding: 80px 20px;
    min-height: 60vh;
}

.thanks-card {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.success-icon {
    width: 80px;
    height: 80px;
    background-color: #48bb78;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-card h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.thanks-message {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 30px;
}

.order-info {
    background-color: #f7fafc;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.order-info p {
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 8px;
}

.order-info strong {
    color: #1a202c;
}

.next-steps {
    margin: 50px 0;
}

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #1a202c;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.step-card {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    padding: 25px;
    background-color: #f7fafc;
    border-radius: 12px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #4299e1;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #2d3748;
}

.step-card p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary {
    background-color: #4299e1;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2b6cb0;
}

.btn-secondary {
    background-color: #edf2f7;
    color: #2d3748;
}

.btn-secondary:hover {
    background-color: #e2e8f0;
}

.legal-content {
    padding: 60px 20px;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a202c;
    text-align: center;
}

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

.legal-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2d3748;
}

.legal-section h3 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #4a5568;
}

.legal-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 15px;
}

.legal-section ul {
    padding-left: 25px;
    margin-bottom: 15px;
}

.legal-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
}

.update-date {
    text-align: center;
    font-style: italic;
    color: #718096 !important;
    margin-top: 40px !important;
}

@media (min-width: 768px) {
    .hero-card {
        flex-direction: row;
    }

    .hero-content,
    .hero-image {
        flex: 1;
    }

    .hero-image img {
        height: 100%;
    }

    .insight-card-large {
        flex-direction: row;
    }

    .insight-content,
    .insight-image {
        flex: 1;
    }

    .insight-image img {
        height: 100%;
    }

    .story-card {
        flex-direction: row;
    }

    .story-card img {
        width: 40%;
    }

    .story-content {
        flex: 1;
    }

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

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

    .service-detail-image,
    .service-detail-content {
        flex: 1;
    }

    .service-detail-image img {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    .main-nav {
        justify-content: center;
    }

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

    .page-hero h1 {
        font-size: 32px;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}