* {
    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: #2c3e50;
    background: #ffffff;
}

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

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

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

.logo {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #8b6f47;
}

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

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

.hero-content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 10;
    max-width: 700px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}

.hero-content-overlay h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content-overlay p {
    font-size: 20px;
    font-weight: 300;
}

.story-intro {
    padding: 90px 20px;
    background: #fdfcfb;
}

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

.content-narrow h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #2c3e50;
    line-height: 1.3;
}

.content-narrow p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
}

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

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

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

.card-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 360px;
    transition: transform 0.3s;
}

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

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

.feature-card h3 {
    padding: 25px 25px 15px;
    font-size: 22px;
    color: #2c3e50;
}

.feature-card p {
    padding: 0 25px 20px;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.reference-link {
    padding: 0 25px 25px;
}

.reference-link a {
    color: #8b6f47;
    text-decoration: none;
    font-weight: 600;
}

.reference-link a:hover {
    text-decoration: underline;
}

.problem-amplify {
    padding: 90px 20px;
    background: #f8f5f1;
}

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

.split-text {
    flex: 1;
    min-width: 300px;
}

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

.split-text p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.split-image {
    flex: 1;
    min-width: 300px;
}

.split-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background-color: #e8dfd3;
}

.testimonials-inline {
    padding: 80px 20px;
    background: #ffffff;
}

.testimonials-inline h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

.testimonial-item {
    background: #fdfcfb;
    padding: 35px;
    border-radius: 10px;
    max-width: 350px;
    border-left: 4px solid #8b6f47;
}

.testimonial-item p {
    font-size: 17px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 15px;
}

.testimonial-item .author {
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
}

.ingredients-science {
    padding: 90px 20px;
    background: #f8f5f1;
}

.ingredient-list {
    margin-top: 40px;
}

.ingredient-item {
    margin-bottom: 30px;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
}

.ingredient-item strong {
    display: block;
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.ingredient-item p {
    font-size: 16px;
    color: #4a5568;
}

.ingredient-item a {
    color: #8b6f47;
    text-decoration: none;
}

.ingredient-item a:hover {
    text-decoration: underline;
}

.services-reveal {
    padding: 90px 20px;
    background: #ffffff;
}

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

.centered-subtitle {
    font-size: 18px;
    text-align: center;
    color: #6c757d;
    margin-bottom: 60px;
}

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

.service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    max-width: 320px;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

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

.service-content {
    padding: 25px;
}

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

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

.price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 20px;
}

.cta-select {
    width: 100%;
    padding: 14px 24px;
    background: #8b6f47;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-select:hover {
    background: #735939;
}

.form-section {
    padding: 90px 20px;
    background: #f8f5f1;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

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

.form-intro {
    text-align: center;
    color: #6c757d;
    margin-bottom: 35px;
    font-size: 16px;
}

.selected-service-display {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.selected-service-display p {
    margin-bottom: 8px;
    font-size: 15px;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: #8b6f47;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #735939;
}

.final-cta {
    padding: 90px 20px;
    background: #2c3e50;
    color: #ffffff;
}

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

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-content p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #e0e0e0;
}

.cta-btn-large {
    display: inline-block;
    padding: 18px 40px;
    background: #8b6f47;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s;
}

.cta-btn-large:hover {
    background: #735939;
}

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

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

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

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

.footer-col p {
    font-size: 14px;
    color: #cbd5e0;
    line-height: 1.7;
}

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

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

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

.footer-col ul li a:hover {
    color: #8b6f47;
}

.references-section {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #2d3748;
}

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

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.references-list a {
    color: #8b6f47;
    text-decoration: none;
}

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

.disclaimer-section {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 25px;
    background: #2d3748;
    border-radius: 8px;
}

.disclaimer-text {
    font-size: 13px;
    color: #cbd5e0;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #2d3748;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 25px 20px;
    box-shadow: 0 -4px 12px 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: 30px;
    flex-wrap: wrap;
}

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

.cookie-content a {
    color: #8b6f47;
    text-decoration: underline;
}

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

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

.cookie-accept {
    background: #8b6f47;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #735939;
}

.cookie-reject {
    background: #6c757d;
    color: #ffffff;
}

.cookie-reject:hover {
    background: #5a6268;
}

.page-header {
    background: #f8f5f1;
    padding: 80px 20px;
    text-align: center;
}

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

.page-header p {
    font-size: 19px;
    color: #6c757d;
}

.about-story {
    padding: 90px 20px;
    background: #ffffff;
}

.content-split-reverse {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.values-section {
    padding: 80px 20px;
    background: #f8f5f1;
}

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

.value-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
    max-width: 280px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

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

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

.team-section {
    padding: 90px 20px;
    background: #ffffff;
}

.process-visual {
    padding: 80px 20px;
    background: #f8f5f1;
}

.process-cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.process-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    max-width: 260px;
    text-align: center;
}

.process-number {
    font-size: 48px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 15px;
}

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

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

.commitment-section {
    padding: 90px 20px;
    background: #ffffff;
}

.services-detail {
    padding: 60px 20px;
    background: #ffffff;
}

.service-detail-card {
    max-width: 1100px;
    margin: 0 auto 60px;
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

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

.service-image-large {
    flex: 1;
    min-width: 300px;
}

.service-image-large img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    background-color: #f0ebe6;
}

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

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

.price-display {
    font-size: 38px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 20px;
}

.service-desc {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 30px;
}

.whats-included {
    margin-bottom: 30px;
}

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

.whats-included ul {
    padding-left: 20px;
}

.whats-included ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4a5568;
}

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

.cta-btn:hover {
    background: #735939;
}

.how-to-choose {
    padding: 80px 20px;
    background: #f8f5f1;
}

.guide-list {
    margin-top: 30px;
}

.guide-item {
    margin-bottom: 25px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
}

.guide-item strong {
    display: block;
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.guide-item p {
    font-size: 16px;
    color: #4a5568;
}

.consultation-cta {
    padding: 80px 20px;
    background: #ffffff;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    background: #f8f5f1;
    border-radius: 12px;
}

.cta-box h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.cta-box p {
    font-size: 17px;
    color: #6c757d;
    margin-bottom: 30px;
}

.cta-btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: #6c757d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    transition: background 0.3s;
}

.cta-btn-secondary:hover {
    background: #5a6268;
}

.contact-info-section {
    padding: 60px 20px;
    background: #ffffff;
}

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

.contact-card {
    background: #f8f5f1;
    padding: 35px;
    border-radius: 10px;
    max-width: 320px;
    text-align: center;
}

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

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

.contact-details {
    padding: 80px 20px;
    background: #f8f5f1;
}

.info-boxes {
    margin-top: 40px;
}

.info-box {
    margin-bottom: 30px;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
}

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

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

.thanks-page {
    padding: 80px 20px;
    background: #f8f5f1;
    min-height: 70vh;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
}

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

.thanks-container h1 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.thanks-message {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
}

.thanks-details {
    margin-bottom: 40px;
}

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

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

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #2c3e50;
    text-align: center;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

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

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

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

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

.legal-page {
    padding: 60px 20px;
    background: #f8f5f1;
    min-height: 70vh;
}

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

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

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

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

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.legal-container ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-container ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.legal-container a {
    color: #8b6f47;
    text-decoration: none;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table thead {
    background: #f8f5f1;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #dee2e6;
    font-size: 14px;
}

.cookie-table th {
    font-weight: 600;
    color: #2c3e50;
}

.cookie-table td {
    color: #4a5568;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

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

    .hero-content-overlay p {
        font-size: 16px;
    }

    .section-title,
    .centered-title {
        font-size: 32px;
    }

    .content-split,
    .content-split-reverse {
        flex-direction: column;
    }

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

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

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

    .cookie-buttons {
        justify-content: center;
    }

    .legal-container {
        padding: 40px 30px;
    }

    .thanks-container {
        padding: 40px 25px;
    }

    .cta-btn-secondary {
        margin-left: 0;
        margin-top: 10px;
    }
}