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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.main-nav {
    background-color: #f8f9fa;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

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

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

.ad-disclosure {
    font-size: 0.8rem;
    color: #718096;
    font-style: italic;
    padding: 0.3rem 0.8rem;
    background-color: #edf2f7;
    border-radius: 4px;
}

.hero-section {
    width: 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c5282;
}

.hero-image {
    width: 100%;
    min-height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4rem 2rem;
    text-align: center;
    max-width: 800px;
}

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

.hero-overlay p {
    font-size: 1.4rem;
    color: #f7fafc;
    font-weight: 300;
}

.intro-block {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

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

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

.intro-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
    color: #1a202c;
    line-height: 1.3;
}

.intro-block p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.insight-section {
    padding: 5rem 2rem;
    background-color: #f7fafc;
}

.two-column-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

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

.column-text h3 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
}

.column-text p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #4a5568;
}

.column-image {
    flex: 1;
    min-width: 300px;
    background-color: #e2e8f0;
}

.column-image img {
    width: 100%;
    height: auto;
    display: block;
}

.citation {
    color: #3182ce;
    text-decoration: none;
    font-weight: 600;
}

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

.story-section {
    padding: 6rem 2rem;
    background-color: #edf2f7;
}

.story-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a202c;
}

.story-section p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.benefit-reveal {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

.benefit-card {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    overflow: hidden;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

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

.benefit-card img {
    width: 100%;
    height: 250px;
    display: block;
}

.benefit-card h4 {
    font-size: 1.4rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    color: #2d3748;
}

.benefit-card p {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #4a5568;
    font-size: 1rem;
}

.testimonial-inline {
    padding: 4rem 2rem;
    background-color: #2c5282;
}

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

.testimonial-text {
    font-size: 1.3rem;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.testimonial-author {
    color: #cbd5e0;
    font-size: 1rem;
}

.composition-section {
    padding: 5rem 2rem;
    background-color: #f7fafc;
}

.composition-section h2 {
    font-size: 2.3rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a202c;
}

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

.composition-item {
    flex: 1;
    min-width: 250px;
    background-color: #ffffff;
    padding: 2rem;
    border-left: 4px solid #3182ce;
}

.composition-item h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.composition-item p {
    color: #4a5568;
    font-size: 1rem;
}

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

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

.pricing-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #1a202c;
}

.pricing-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.price-card {
    flex: 1;
    min-width: 260px;
    max-width: 300px;
    background-color: #f8f9fa;
    padding: 2.5rem 2rem;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
    border-color: #3182ce;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.price-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.service-desc {
    font-size: 0.95rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5282;
    margin-bottom: 1.5rem;
}

.select-service {
    background-color: #3182ce;
    color: #ffffff;
    padding: 0.9rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.form-section {
    padding: 5rem 2rem;
    background-color: #edf2f7;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 4px;
}

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

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

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

.form-group label {
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group select {
    padding: 0.9rem;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    background-color: #2c5282;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

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

.trust-section {
    padding: 4rem 2rem;
    background-color: #f7fafc;
}

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

.trust-container h3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #1a202c;
}

.trust-features {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-item {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.trust-item h5 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2d3748;
}

.trust-item p {
    color: #4a5568;
    font-size: 1rem;
}

.disclaimer-section {
    padding: 3rem 2rem;
    background-color: #fef5e7;
    border-top: 2px solid #f39c12;
    border-bottom: 2px solid #f39c12;
}

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

.disclaimer-text {
    font-size: 0.9rem;
    color: #7d6608;
    line-height: 1.6;
    text-align: center;
}

.main-footer {
    background-color: #2d3748;
    color: #cbd5e0;
    padding: 4rem 2rem 2rem 2rem;
}

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

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

.footer-section h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

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

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

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

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

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

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

.references li {
    margin-bottom: 0.8rem;
}

.references li a {
    color: #90cdf4;
    text-decoration: none;
    font-size: 0.9rem;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 0.95rem;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

.page-hero {
    background-color: #2c5282;
    padding: 5rem 2rem 3rem 2rem;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.page-hero-content p {
    font-size: 1.3rem;
    color: #e2e8f0;
}

.about-story {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.about-story h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #1a202c;
}

.about-story p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.values-section {
    padding: 4rem 2rem;
    background-color: #f7fafc;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.value-block {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.value-block.reverse {
    flex-direction: row-reverse;
}

.value-block img {
    flex: 1;
    min-width: 300px;
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

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

.value-text h3 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
}

.value-text p {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
}

.team-approach {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.team-approach h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #1a202c;
}

.team-approach p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.sustainability-block {
    padding: 5rem 2rem;
    background-color: #edf2f7;
}

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

.sustainability-content h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a202c;
}

.sustainability-facts {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.fact-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 4px;
}

.fact-item h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.fact-item p {
    color: #4a5568;
    font-size: 1rem;
}

.collections-intro {
    padding: 3rem 2rem;
    background-color: #f7fafc;
    text-align: center;
}

.collections-intro p {
    font-size: 1.15rem;
    color: #4a5568;
}

.collection-details {
    padding: 2rem 0;
}

.collection-block {
    padding: 4rem 2rem;
    background-color: #ffffff;
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.collection-block:nth-child(even) {
    background-color: #f7fafc;
}

.collection-block.reverse {
    flex-direction: row-reverse;
}

.collection-visual {
    flex: 1;
    min-width: 320px;
    background-color: #e2e8f0;
}

.collection-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.collection-info {
    flex: 1;
    min-width: 320px;
}

.collection-info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.collection-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5282;
    margin-bottom: 1.5rem;
}

.collection-info > p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.collection-features {
    list-style: none;
    margin-bottom: 2rem;
}

.collection-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #4a5568;
}

.collection-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: bold;
}

.size-guide {
    padding: 4rem 2rem;
    background-color: #edf2f7;
}

.size-guide h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.size-guide p {
    font-size: 1.1rem;
    color: #4a5568;
}

.care-instructions {
    padding: 4rem 2rem;
    background-color: #ffffff;
}

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

.care-item {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    padding: 2rem;
}

.care-item h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.care-item p {
    color: #4a5568;
    font-size: 1rem;
}

.contact-content {
    padding: 4rem 2rem;
    background-color: #ffffff;
}

.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.contact-info-block {
    flex: 1;
    min-width: 320px;
}

.contact-info-block h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #1a202c;
}

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

.contact-detail h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2d3748;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

.contact-image-block {
    flex: 1;
    min-width: 320px;
    background-color: #e2e8f0;
}

.contact-image-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.faq-section {
    padding: 5rem 2rem;
    background-color: #f7fafc;
}

.faq-section h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a202c;
}

.faq-item {
    background-color: #ffffff;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #3182ce;
}

.faq-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.faq-item p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
}

.legal-page {
    padding: 4rem 2rem;
    background-color: #ffffff;
    min-height: 60vh;
}

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

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.last-updated {
    font-size: 0.95rem;
    color: #718096;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-content h2 {
    font-size: 1.7rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #2d3748;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.legal-content p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: #4a5568;
    line-height: 1.8;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content ul li {
    margin-bottom: 0.7rem;
    color: #4a5568;
    line-height: 1.7;
}

.legal-content a {
    color: #3182ce;
    text-decoration: none;
}

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

.thanks-section {
    padding: 6rem 2rem;
    background-color: #f7fafc;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 4rem 3rem;
    border-radius: 4px;
}

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

.thanks-container h1 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a202c;
}

.thanks-message {
    font-size: 1.15rem;
    color: #4a5568;
    margin-bottom: 3rem;
}

.order-details {
    background-color: #edf2f7;
    padding: 2rem;
    border-radius: 4px;
    margin-bottom: 3rem;
}

.order-details h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.order-details p {
    font-size: 1.1rem;
    color: #4a5568;
}

.next-steps {
    text-align: left;
    margin-bottom: 3rem;
}

.next-steps h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
    text-align: center;
}

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

.steps-list li {
    margin-bottom: 1rem;
    color: #4a5568;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

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

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

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

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 2.5rem;
    }

    .hero-overlay p {
        font-size: 1.2rem;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .nav-links {
        gap: 1rem;
    }

    .two-column-layout,
    .value-block {
        flex-direction: column;
    }

    .value-block.reverse {
        flex-direction: column;
    }

    .benefit-grid,
    .pricing-cards,
    .trust-features,
    .composition-grid,
    .sustainability-facts,
    .care-grid {
        flex-direction: column;
    }

    .collection-block,
    .collection-block.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
    }

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

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