.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-medium);max-width:600px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:var(--text-dark);box-shadow:0 4px 15px var(--shadow-light)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-medium)}.btn-secondary{background:var(--white);color:var(--text-dark);border:2px solid var(--border-light)}.btn-secondary:hover{background:var(--primary-pink);border-color:var(--primary-pink)}.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 2px 10px var(--shadow-light);z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--accent-pink);text-decoration:none;display:inline-block;transition:color .3s ease}.logo:hover{color:var(--text-dark)}.burger-menu{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .3s ease}.burger-menu:hover{background-color:var(--primary-pink)}.burger-line{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.nav{position:absolute;top:100%;left:0;right:0;background:var(--white);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 2px 10px var(--shadow-light)}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-list{list-style:none;padding:1rem 0;margin:0}.nav-item{margin:0}.nav-link{display:block;padding:1rem 1.5rem;color:var(--text-dark);text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;width:100%;text-align:left;transition:background-color .3s ease}.nav-link:hover{background-color:var(--primary-pink)}.hero{padding-top:80px;min-height:100vh;display:flex;align-items:center;background:var(--gradient-primary);position:relative}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:100%}.hero-subtitle{font-size:1.125rem;color:var(--text-medium);margin-bottom:1rem;font-weight:600}.hero-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.125rem;color:var(--text-medium);margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image-img{width:100%;max-width:600px;height:auto;border-radius:20px;box-shadow:0 10px 30px var(--shadow-medium);object-fit:cover}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-button{background:none;border:none;cursor:pointer;padding:1rem;border-radius:50%;background:var(--white);box-shadow:0 4px 15px var(--shadow-light);transition:all .3s ease}.scroll-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-medium)}.scroll-arrow{display:block;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid var(--accent-pink);margin:0 auto}.about{background:var(--white)}.about-content{max-width:1200px;margin:0 auto}.about-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.about-image{display:flex;justify-content:center;align-items:center}.about-image-img{width:100%;max-width:500px;height:auto;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);object-fit:cover}.about-title{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem}.about-description{font-size:1.125rem;color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.about-features{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.feature-item{text-align:center;padding:2rem;background:var(--primary-pink);border-radius:15px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.feature-description{color:var(--text-medium);line-height:1.6}.how-it-works{background:var(--gradient-secondary)}.how-it-works-content{max-width:1200px;margin:0 auto}.how-it-works-image{display:flex;justify-content:center;align-items:center;margin-bottom:3rem}.how-it-works-img{width:100%;max-width:700px;height:auto;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);object-fit:cover}.steps-container{max-width:800px;margin:0 auto}.step-item{display:flex;align-items:flex-start;margin-bottom:3rem;gap:2rem}.step-number{flex-shrink:0;width:60px;height:60px;background:var(--accent-pink);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content{flex:1}.step-title{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.step-description{color:var(--text-medium);line-height:1.7;font-size:1.125rem}.how-it-works-cta{text-align:center;margin-top:3rem}.cta-text{font-size:1.25rem;color:var(--text-medium);margin-bottom:1.5rem}.statistics{background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:2rem;background:var(--gradient-primary);border-radius:15px;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:700;color:var(--accent-pink);margin-bottom:.5rem}.stat-label{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.stat-description{color:var(--text-medium);line-height:1.6}.ingredients-guide{background:var(--white)}.ingredients-content{max-width:1000px;margin:0 auto}.ingredients-intro{margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.ingredients-intro-image{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px}.ingredients-intro-img{width:100%;height:auto;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);object-fit:cover}.ingredients-description{font-size:1.125rem;color:var(--text-medium);line-height:1.7;text-align:center;max-width:800px;margin:0 auto}.ingredients-preview{margin-bottom:3rem}.preview-title{font-size:1.75rem;color:var(--text-dark);margin-bottom:2rem;text-align:center;font-weight:600}.ingredients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.ingredient-card{background:var(--primary-pink);padding:2rem;border-radius:15px;transition:transform .3s ease}.ingredient-card:hover{transform:translateY(-5px)}.ingredient-name{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.ingredient-description{color:var(--text-medium);line-height:1.6;margin-bottom:1rem}.ingredient-benefits{color:var(--text-medium);line-height:1.6;font-size:.95rem}.ingredients-cta{text-align:center;padding:2rem;background:var(--gradient-primary);border-radius:15px}.cta-description{font-size:1.125rem;color:var(--text-medium);margin-bottom:1.5rem;line-height:1.7}.product-categories{background:var(--gradient-secondary)}.categories-content{max-width:1200px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.category-card{background:var(--white);padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px var(--shadow-light);transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-icon{font-size:3.5rem;margin-bottom:1.5rem}.category-title{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.category-description{color:var(--text-medium);line-height:1.6;margin-bottom:1rem}.category-count{color:var(--accent-pink);font-weight:600;font-size:1rem}.testimonials{background:var(--gradient-secondary)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.testimonial-item{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow-light);transition:transform .3s ease}.testimonial-item:hover{transform:translateY(-5px)}.testimonial-header{margin-bottom:1.5rem}.testimonial-rating{margin-bottom:1rem}.star{color:var(--soft-gold);font-size:1.25rem;margin-right:2px}.testimonial-content{color:var(--text-medium);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-footer{border-top:1px solid var(--border-light);padding-top:1rem}.testimonial-author{margin-bottom:.5rem}.author-name{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.author-location{color:var(--text-light);font-size:.9rem}.author-role{color:var(--accent-pink);font-weight:500;font-size:.9rem}.cta{background:var(--gradient-primary);text-align:center}.cta-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.cta-description{font-size:1.25rem;color:var(--text-medium);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact{background:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{padding-right:2rem}.info-item{margin-bottom:2rem}.info-title{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.info-link{color:var(--accent-pink);text-decoration:none;font-weight:500}.info-link:hover{text-decoration:underline}.info-text{color:var(--text-medium);line-height:1.6}.contact-form{background:var(--primary-pink);padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500}.form-input,.form-textarea{width:100%;padding:.875rem;border:2px solid var(--border-light);border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:var(--white)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-pink)}.form-textarea{resize:vertical;min-height:120px}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.form-checkbox{margin-top:.25rem;flex-shrink:0}.checkbox-label{color:var(--text-medium);font-size:.9rem;line-height:1.5}.checkbox-label .link{color:var(--accent-pink);text-decoration:none}.checkbox-label .link:hover{text-decoration:underline}.form-submit{width:100%}.faq{background:var(--gradient-secondary)}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:2rem;padding:2rem;background:var(--white);border-radius:15px;box-shadow:0 5px 20px var(--shadow-light)}.faq-question{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.faq-answer{color:var(--text-medium);line-height:1.7;font-size:1.125rem}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{padding:1rem 0}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--accent-pink);margin-bottom:1rem}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1rem}.footer-title{font-size:1.25rem;margin-bottom:1rem;color:var(--soft-gold)}.footer-links{list-style:none;padding:0}.footer-link-item{margin-bottom:.5rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--accent-pink)}.footer-contact{color:#ccc}.contact-item{margin-bottom:1rem}.contact-link{color:#ccc;text-decoration:none}.contact-link:hover{color:var(--accent-pink)}.footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center}.copyright{color:#ccc;font-size:.9rem}.ingredients-page{background:var(--white);padding-top:100px}.ingredients-page-header{text-align:center;margin-bottom:4rem}.back-link{display:inline-block;color:var(--accent-pink);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:var(--text-dark);text-decoration:underline}.page-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.page-subtitle{font-size:1.25rem;color:var(--text-medium);max-width:800px;margin:0 auto;line-height:1.7}.ingredients-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.ingredient-detail-card{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 5px 25px var(--shadow-light);border:2px solid var(--primary-pink)}.ingredient-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.ingredient-detail-name{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:0}.ingredient-category{background:var(--gradient-primary);padding:.5rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;color:var(--text-dark)}.ingredient-detail-description{font-size:1.25rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem}.ingredient-section{margin-bottom:2rem}.ingredient-section-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.ingredient-section-text{font-size:1.125rem;color:var(--text-medium);line-height:1.7}.ingredient-benefits-list{list-style:none;padding:0}.ingredient-benefits-list li{font-size:1.125rem;color:var(--text-medium);line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.ingredient-benefits-list li:before{content:"✓";position:absolute;left:0;color:var(--accent-pink);font-weight:700;font-size:1.25rem}.ingredients-page-footer{text-align:center;margin-top:4rem;padding:3rem;background:var(--gradient-primary);border-radius:20px}.footer-text{font-size:1.125rem;color:var(--text-medium);line-height:1.7;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--text-dark);color:var(--white);padding:1rem 0;z-index:1001;box-shadow:0 -2px 10px var(--shadow-light)}.cookie-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text{flex:1}.cookie-message{margin-bottom:.5rem;color:#ccc}.cookie-link{color:var(--accent-pink);text-decoration:none;font-size:.9rem}.cookie-link:hover{text-decoration:underline}.cookie-actions{flex-shrink:0}.cookie-accept{background:var(--accent-pink);color:var(--white);padding:.5rem 1.5rem;font-size:.9rem}.cookie-accept:hover{background:#e091a1}@media(max-width:768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem}.hero-actions{justify-content:center;flex-wrap:wrap}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{padding-right:0}.cookie-content{flex-direction:column;gap:1rem;text-align:center}.step-item{flex-direction:column;text-align:center;gap:1rem}.about-features{max-width:100%}.about-wrapper{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.stats-grid,.testimonials-grid{grid-template-columns:1fr}.page-title{font-size:2rem}.page-subtitle{font-size:1.125rem}.ingredient-detail-card{padding:2rem}.ingredient-detail-name{font-size:2rem}.ingredient-header{flex-direction:column;align-items:flex-start}.ingredients-page{padding-top:80px}.ingredients-grid,.categories-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title,.section-title{font-size:1.75rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media(max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.container{padding:0 1rem}}@media(max-width:480px){.section{padding:2rem 0}.section-title{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-pink: #f8e0e6;--secondary-pink: #f5c9d1;--accent-pink: #f1a6b5;--soft-gold: #f9f0d9;--light-gold: #f5e6c8;--white: #ffffff;--text-dark: #2c2c2c;--text-medium: #666666;--text-light: #999999;--border-light: #e0e0e0;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--gradient-primary: linear-gradient(135deg, var(--primary-pink) 0%, var(--soft-gold) 100%);--gradient-secondary: linear-gradient(135deg, var(--secondary-pink) 0%, var(--light-gold) 100%)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*:focus{outline:2px solid var(--accent-pink);outline-offset:2px}::selection{background-color:var(--primary-pink);color:var(--text-dark)}
