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

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

.nav-floating {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.nav-disclosure {
    font-size: 0.75rem;
    color: #7f8c8d;
    background-color: #ecf0f1;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    flex-shrink: 0;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

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

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

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

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 2rem;
}

.hero-overlay h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.95;
}

.narrative-intro {
    background-color: #f8f9fa;
    padding: 5rem 2rem;
}

.narrow-content {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
}

.opening-line {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #34495e;
}

.narrow-content p {
    margin-bottom: 1.5rem;
}

.insight-block-offset {
    display: flex;
    gap: 4rem;
    padding: 6rem 3rem;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}

.insight-visual {
    flex: 1;
}

.insight-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.insight-text p {
    margin-bottom: 1.3rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.problem-amplification {
    background-color: #34495e;
    color: #ecf0f1;
    padding: 6rem 2rem;
}

.centered-prose {
    max-width: 800px;
    margin: 0 auto;
}

.centered-prose h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.centered-prose p {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
    line-height: 1.8;
}

.revelation-split {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.revelation-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

.revelation-text {
    flex: 1.2;
}

.revelation-text h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.revelation-text p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    line-height: 1.7;
}

.revelation-visual {
    flex: 1;
}

.revelation-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.trust-science {
    background-color: #f8f9fa;
    padding: 6rem 3rem;
}

.science-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.science-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.science-header p {
    font-size: 1.2rem;
    color: #7f8c8d;
}

.science-points {
    display: flex;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.science-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.science-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.science-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.citation {
    color: #27ae60;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.2rem;
}

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

.experience-testimonials {
    padding: 6rem 3rem;
    background-color: #ecf0f1;
}

.testimonial-flow {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-left: 4px solid #27ae60;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8;
    font-style: italic;
    color: #34495e;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 600;
}

.composition-details {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.composition-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.composition-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.composition-header p {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.composition-grid {
    display: flex;
    gap: 2.5rem;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.material-block {
    flex: 1;
    min-width: 260px;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.material-block h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.material-block p {
    font-size: 1rem;
    line-height: 1.6;
    color: #7f8c8d;
}

.benefits-visual-reveal {
    padding: 6rem 3rem;
    background-color: #f8f9fa;
}

.benefits-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.benefits-intro h2 {
    font-size: 2.5rem;
    color: #2c3e50;
}

.benefits-alternating {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.benefit-row {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.benefit-row.reverse {
    flex-direction: row-reverse;
}

.benefit-image {
    flex: 1;
}

.benefit-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.benefit-text {
    flex: 1;
}

.benefit-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.benefit-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.collections-pricing-reveal {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.pricing-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.pricing-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.pricing-intro p {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.collections-display {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

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

.collection-visual {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.collection-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    width: 100%;
    padding: 2rem 1.5rem 1.5rem;
}

.collection-overlay h3 {
    color: #ffffff;
    font-size: 1.8rem;
}

.collection-details {
    padding: 2rem;
}

.collection-details p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #7f8c8d;
}

.collection-includes {
    font-size: 0.95rem;
    color: #95a5a6;
    font-style: italic;
}

.collection-price {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
    margin: 1.5rem 0;
}

.cta-select {
    width: 100%;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-select:hover {
    background-color: #229954;
}

.form-section {
    padding: 6rem 3rem;
    background-color: #34495e;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

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

.form-intro {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #34495e;
}

.form-group input {
    padding: 0.9rem;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #27ae60;
}

.form-group input[readonly] {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
}

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 1.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

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

.disclaimer-section {
    padding: 4rem 3rem;
    background-color: #ecf0f1;
}

.disclaimer-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-left: 4px solid #e67e22;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 4rem 3rem 2rem;
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

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

.footer-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-section p {
    line-height: 1.7;
    color: #bdc3c7;
    font-size: 0.95rem;
}

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

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #27ae60;
}

.references-list {
    list-style: decimal;
    padding-left: 1.5rem;
}

.references-list li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

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

.references-list a:hover {
    color: #27ae60;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 2rem;
    text-align: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    font-size: 1rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

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

.page-header-visual {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
}

.header-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 2rem;
}

.header-overlay h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.header-overlay p {
    font-size: 1.3rem;
    font-weight: 300;
}

.story-narrative {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

.story-content {
    max-width: 1000px;
    margin: 0 auto;
}

.story-block {
    margin-bottom: 4rem;
}

.story-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.story-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #7f8c8d;
}

.story-image-insert {
    margin: 4rem 0;
}

.story-image-insert img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.story-split-content {
    display: flex;
    gap: 4rem;
    margin: 4rem 0;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.split-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.3rem;
    color: #7f8c8d;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.team-philosophy {
    padding: 6rem 3rem;
    background-color: #f8f9fa;
}

.philosophy-content {
    max-width: 1300px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #2c3e50;
}

.philosophy-points {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.philosophy-card {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.philosophy-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.philosophy-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.cta-about-page {
    padding: 5rem 3rem;
    background-color: #27ae60;
    text-align: center;
}

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

.cta-content h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.btn-cta {
    display: inline-block;
    background-color: #ffffff;
    color: #27ae60;
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

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

.services-intro {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
}

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

.intro-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.intro-content p {
    font-size: 1.2rem;
    color: #7f8c8d;
}

.services-detailed {
    padding: 4rem 3rem;
    background-color: #ffffff;
}

.service-card-full {
    max-width: 1300px;
    margin: 0 auto 5rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    padding: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

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

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.service-description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #7f8c8d;
}

.service-features,
.service-benefits {
    margin-bottom: 2rem;
}

.service-features h3,
.service-benefits h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 1.6;
    color: #7f8c8d;
}

.service-features ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-benefits p {
    font-size: 1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.service-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #27ae60;
    margin: 2rem 0 1.5rem;
}

.page-header-simple {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
    text-align: center;
}

.page-header-simple h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.page-header-simple p {
    font-size: 1.3rem;
    color: #7f8c8d;
}

.contact-content {
    padding: 5rem 3rem;
    background-color: #ffffff;
}

.contact-layout {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}

.contact-info-primary {
    flex: 1;
}

.contact-info-primary h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.contact-detail {
    margin-bottom: 2.5rem;
}

.contact-detail h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.contact-detail p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.email-display {
    font-weight: 600;
    color: #2c3e50;
}

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
}

.contact-note {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-left: 4px solid #27ae60;
    border-radius: 4px;
}

.contact-note p {
    font-size: 1rem;
    color: #7f8c8d;
}

.contact-faq {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
}

.faq-content {
    max-width: 1300px;
    margin: 0 auto;
}

.faq-content h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #2c3e50;
}

.faq-grid {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.faq-item {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.contact-cta {
    padding: 5rem 3rem;
    background-color: #27ae60;
}

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

.cta-box h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.thanks-hero {
    padding: 6rem 3rem;
    background-color: #f8f9fa;
    text-align: center;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.thanks-message {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.thanks-detail {
    font-size: 1.1rem;
    color: #7f8c8d;
}

.next-steps {
    padding: 5rem 3rem;
    background-color: #ffffff;
}

.steps-content {
    max-width: 1100px;
    margin: 0 auto;
}

.steps-content h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #2c3e50;
}

.steps-timeline {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.step-item {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

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

.step-text h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #34495e;
}

.step-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #7f8c8d;
}

.thanks-explore {
    padding: 5rem 3rem;
    background-color: #f8f9fa;
}

.explore-content {
    max-width: 1300px;
    margin: 0 auto;
}

.explore-content h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #2c3e50;
}

.explore-options {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.explore-card {
    flex: 1;
    min-width: 280px;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.explore-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #34495e;
}

.explore-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.btn-explore {
    display: inline-block;
    background-color: #27ae60;
    color: #ffffff;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

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

.legal-page {
    padding: 5rem 3rem;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-updated {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.legal-section h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
    color: #34495e;
}

.legal-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #7f8c8d;
}

.legal-section ul,
.legal-section ol {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-section ul li,
.legal-section ol li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #7f8c8d;
}

.legal-section a {
    color: #27ae60;
    text-decoration: none;
}

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

.legal-section strong {
    color: #34495e;
}

@media (max-width: 768px) {
    .nav-floating {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .insight-block-offset,
    .revelation-content,
    .benefit-row,
    .story-split-content,
    .contact-layout,
    .service-card-full {
        flex-direction: column;
    }

    .benefit-row.reverse {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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