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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

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

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

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

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

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

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

.hero-image-container {
    width: 100%;
    height: 100%;
    background-color: #2c2c2c;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

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

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

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

section {
    padding: 80px 20px;
}

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

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

.intro-hook {
    background-color: #f9f9f9;
}

.intro-hook h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.intro-hook p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.problem-section {
    background-color: #ffffff;
    padding: 100px 20px;
}

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-content-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

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

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

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

.insight-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 100px 20px;
}

.insight-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.insight-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.92;
}

.product-reveal {
    background-color: #fafafa;
    padding: 100px 20px;
}

.reveal-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.reveal-card {
    flex: 1;
    min-width: 300px;
}

.card-image-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #e8e8e8;
}

.card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reveal-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.reveal-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.scientific-backing {
    background-color: #ffffff;
    padding: 80px 20px;
}

.scientific-backing h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.scientific-backing p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

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

.disclaimer-inline {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 30px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 3px solid #e85d04;
}

.testimonials-section {
    background-color: #f4f4f4;
    padding: 100px 20px;
}

.testimonials-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-flow {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    padding: 35px;
    background-color: #ffffff;
    border-left: 4px solid #e85d04;
}

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

.testimonial-author {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

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

.composition-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.composition-list {
    list-style: none;
}

.composition-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.composition-list li strong {
    color: #1a1a1a;
}

.cta-primary {
    background-color: #e85d04;
    color: #ffffff;
    text-align: center;
    padding: 100px 20px;
}

.cta-primary h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-primary p {
    font-size: 19px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.btn-cta {
    display: inline-block;
    padding: 18px 45px;
    background-color: #ffffff;
    color: #e85d04;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.collections-overview {
    background-color: #fafafa;
    padding: 100px 20px;
}

.collections-overview h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.collections-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.collection-card {
    flex: 1;
    min-width: 260px;
    max-width: 280px;
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s;
}

.collection-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.collection-image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.collection-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.collection-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #e85d04;
    margin-bottom: 20px;
}

.btn-select {
    width: 100%;
    padding: 14px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-select.selected {
    background-color: #e85d04;
}

.form-section {
    background-color: #ffffff;
    padding: 100px 20px;
}

.form-section h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

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

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    transition: border-color 0.3s;
}

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

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

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

.disclaimer-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

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

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 30px;
}

.footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid #444;
}

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

.footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-column p,
.footer-column ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #ccc;
}

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

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

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

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

.footer-references {
    max-width: 1200px;
    margin: 30px auto;
    padding-top: 30px;
    border-top: 1px solid #444;
}

.footer-references h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-references ol {
    padding-left: 20px;
}

.footer-references ol li {
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
    margin-bottom: 8px;
}

.footer-references ol li a {
    color: #aaa;
    text-decoration: none;
}

.footer-references ol li a:hover {
    color: #e85d04;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 14px;
    color: #888;
}

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

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

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

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

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

.btn-accept {
    background-color: #e85d04;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    background-color: #333;
}

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

.page-hero-simple {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.page-hero-simple h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.page-hero-simple p {
    font-size: 18px;
    color: #666;
}

.story-section,
.approach-section,
.values-section,
.team-section,
.mission-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.story-section h2,
.approach-section h2,
.values-section h2,
.team-section h2,
.mission-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.story-section p,
.mission-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.values-grid {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.value-item {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #e85d04;
}

.value-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.value-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.team-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
    text-align: center;
}

.team-image-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.team-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-intro {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.services-intro h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

.services-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

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

.service-full {
    margin-bottom: 80px;
}

.service-content-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.service-content-split.reverse {
    flex-direction: row-reverse;
}

.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

.feature-list {
    list-style: none;
    margin-bottom: 30px;
}

.feature-list li {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e85d04;
    font-size: 20px;
    font-weight: 700;
}

.service-pricing {
    margin-bottom: 25px;
}

.price-label {
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #e85d04;
}

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

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

.btn-service {
    display: inline-block;
    padding: 14px 35px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-service:hover {
    background-color: #e85d04;
}

.care-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.care-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.care-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.contact-info-section {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.contact-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.contact-icon {
    margin-bottom: 20px;
    color: #e85d04;
}

.contact-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-email {
    font-weight: 600;
    color: #1a1a1a;
}

.email-note {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

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

.contact-map-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

.map-placeholder {
    width: 100%;
    height: 350px;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-content {
    text-align: center;
}

.map-content p {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.map-note {
    font-size: 15px;
    color: #666;
}

.contact-faq-section {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.contact-faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    padding: 25px;
    background-color: #ffffff;
    border-left: 4px solid #e85d04;
}

.faq-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.thanks-section {
    background-color: #f9f9f9;
    padding: 100px 20px;
}

.thanks-content {
    text-align: center;
}

.thanks-icon {
    margin-bottom: 30px;
    color: #28a745;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.thanks-details {
    padding: 20px;
    background-color: #ffffff;
    border-left: 4px solid #e85d04;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-next h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.next-steps {
    list-style: none;
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
}

.next-steps li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.next-steps li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 18px;
    font-weight: 700;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.3s;
}

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

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #1a1a1a;
    color: #ffffff;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

.thanks-extra {
    background-color: #ffffff;
    padding: 80px 20px;
}

.thanks-extra h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.thanks-extra > p {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

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

.extra-link-card {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #f9f9f9;
    text-decoration: none;
    color: inherit;
    border-left: 4px solid #e85d04;
    transition: transform 0.3s;
}

.extra-link-card:hover {
    transform: translateX(5px);
}

.extra-link-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.extra-link-card p {
    font-size: 15px;
    color: #666;
}

.legal-page {
    background-color: #ffffff;
    padding: 80px 20px;
}

.legal-intro {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.legal-page h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.legal-page ul,
.legal-page ol {
    margin: 20px 0 20px 30px;
}

.legal-page ul li,
.legal-page ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
}

.legal-final {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e8e8e8;
    font-weight: 600;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .nav-floating {
        padding: 15px 20px;
    }

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

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

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

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

    .collections-grid {
        flex-direction: column;
        align-items: center;
    }

    .collection-card {
        max-width: 100%;
    }

    .footer-main {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}