.hero{background:linear-gradient(135deg,var(--hero-gradient-start) 0%,var(--hero-gradient-end) 100%);padding:5rem 0 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:3rem}.hero-text{text-align:left}.hero-tagline{color:var(--primary-color);font-size:.95rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.hero h1{font-size:3.5rem;color:var(--text-color);margin-bottom:.5rem;font-weight:700;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.125rem;color:var(--text-color);max-width:700px;margin:0 auto 2.5rem;line-height:1.7;opacity:.9}.hero-cta{display:flex;gap:1rem;justify-content:flex-start;margin:2.5rem 0 3rem;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.05rem;text-decoration:none;transition:all .3s;display:inline-block}.cta-button.primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 6px #22c55e4d}.cta-button.primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #22c55e66}.cta-button.secondary{background-color:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button.secondary:hover{background-color:var(--light-bg)}.hero-stats{display:flex;gap:2rem;padding-top:3rem;border-top:1px solid rgba(34,197,94,.2)}.stat-item{min-width:150px;text-align:left}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--text-color);opacity:.8}.hero-product{display:flex;justify-content:center}.hero-product-card{position:relative;background:#ffffffe6;border-radius:1.5rem;padding:2.5rem 2rem;box-shadow:0 25px 60px #0f766e26;display:flex;flex-direction:column;gap:1.5rem;max-width:360px}.hero-product-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:1rem;background:linear-gradient(160deg,#ecfdf5e6,#bbf7d0cc);padding:1.5rem}.hero-product-meta{display:flex;flex-direction:column;gap:.5rem}.hero-product-name{font-size:1.1rem;font-weight:700;color:var(--text-color)}.hero-product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.hero-product-packaging{font-size:.95rem;color:#6b7280}.hero-product-link{color:var(--primary-color);font-weight:600;text-decoration:none;margin-top:.5rem;transition:transform .2s}.hero-product-link:hover{transform:translate(5px)}.quality-badges{padding:4rem 0;background-color:#fff}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.badge-item{text-align:center;padding:2rem 1.5rem;border-radius:1rem;background-color:var(--light-bg);transition:transform .3s}.badge-item:hover{transform:translateY(-5px)}.badge-icon{font-size:2.5rem;margin-bottom:1rem}.badge-item h3{font-size:1.25rem;color:var(--text-color);margin-bottom:.75rem}.badge-item .price{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:.5rem 0}.badge-item .package{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.badge-link{color:var(--primary-color);text-decoration:none;font-weight:600;display:inline-block;margin-top:.5rem;transition:transform .2s}.badge-link:hover{transform:translate(5px)}.badge-item p{color:#6b7280;font-size:.95rem;line-height:1.6}.section-badge{display:inline-block;padding:.5rem 1.5rem;background-color:var(--light-bg);color:var(--primary-color);font-weight:700;font-size:.85rem;letter-spacing:1px;border-radius:2rem;margin-bottom:1.5rem}.product-highlight{padding:5rem 0;background-color:var(--bg-color);text-align:center}.product-highlight h2{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.section-intro{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto 3rem;line-height:1.7}.product-feature-card{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;text-align:left;background-color:#fff;padding:3rem;border-radius:1.5rem;box-shadow:0 4px 6px #0000000d;max-width:1000px;margin:0 auto}.product-feature-content h3{font-size:2rem;color:var(--text-color);margin-bottom:.75rem}.product-package{font-size:1.125rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem}.product-desc{font-size:1rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.product-benefits{list-style:none;padding:0;margin-bottom:2rem}.product-benefits li{padding:.75rem 0;color:var(--text-color);font-size:.95rem;line-height:1.6;border-bottom:1px solid #f3f4f6}.product-benefits li:last-child{border-bottom:none}.product-actions{display:flex;gap:1rem}.btn-outline{padding:.875rem 1.75rem;border:2px solid var(--primary-color);color:var(--primary-color);background-color:#fff;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-outline:hover{background-color:var(--light-bg)}.btn-primary{padding:.875rem 1.75rem;background-color:var(--primary-color);color:#fff;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 6px #22c55e4d}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #22c55e66}.product-feature-image{display:flex;align-items:center;justify-content:center}.product-feature-image img{width:100%;max-width:240px;border-radius:1rem;box-shadow:0 20px 45px #22c55e40;background:linear-gradient(135deg,#ecfdf5e6,#bbf7d0b3);padding:1.5rem}.bath-ritual{padding:5rem 0;background-color:var(--light-bg);text-align:center}.bath-ritual h2{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.ritual-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step-item{background-color:#fff;padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 2px 4px #0000000d;transition:transform .3s}.step-item:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-item h3{font-size:1.25rem;color:var(--text-color);margin-bottom:1rem}.step-item p{color:#6b7280;font-size:.95rem;line-height:1.6}.our-promise{padding:5rem 0;background-color:#fff}.promise-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:3rem;align-items:center}.promise-summary{background:linear-gradient(160deg,#0f766e1a,#4ade8026);padding:3rem;border-radius:1.5rem;box-shadow:inset 0 0 0 1px #22c55e14}.promise-summary h2{font-size:2.5rem;color:var(--text-color);margin:1rem 0 1.5rem}.promise-summary p{color:#4b5563;line-height:1.7;margin-bottom:2rem;max-width:420px}.promise-list{display:grid;gap:1.5rem}.promise-card{background-color:var(--light-bg);border-radius:1.25rem;padding:2rem;box-shadow:0 12px 30px #22c55e1f}.promise-icon{width:56px;height:56px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1rem;box-shadow:0 10px 25px #22c55e33}.promise-card h3{font-size:1.35rem;color:var(--text-color);margin-bottom:.75rem}.promise-card p{color:#4b5563;line-height:1.7}.testimonial{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;text-align:center}.testimonial .section-badge{background-color:#fff3;color:#fff}.testimonial h2{font-size:2.5rem;margin-bottom:2rem}.testimonial-quote{font-size:1.25rem;max-width:700px;margin:0 auto 2rem;line-height:1.8;font-style:italic}.testimonial-author{font-size:1rem;margin-bottom:3rem;opacity:.95}.testimonial-results{background-color:#ffffff1a;padding:2.5rem;border-radius:1rem;max-width:700px;margin:0 auto;backdrop-filter:blur(10px)}.testimonial-results h3{font-size:1.5rem;margin-bottom:1.5rem}.testimonial-results ul{list-style:none;padding:0;text-align:left;margin-bottom:1rem}.testimonial-results li{padding:.75rem 0;font-size:1.05rem;line-height:1.6}.disclaimer{font-size:.875rem;opacity:.8;margin-top:1.5rem;font-style:italic}.wellness-journal{padding:5rem 0;background-color:var(--light-bg);text-align:center}.wellness-journal h2{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.journal-card{background-color:#fff;padding:3rem;border-radius:1rem;max-width:800px;margin:3rem auto 0;box-shadow:0 4px 6px #0000000d}.journal-card h3{font-size:1.5rem;color:var(--text-color);margin-bottom:1.5rem}.journal-card p{color:#6b7280;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.journal-link{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:transform .2s}.journal-link:hover{transform:translate(5px)}.brand-footer{padding:4rem 0 3rem;background:radial-gradient(circle at top left,#4ade8033,#0f766ee6,#0b3b2f);color:#ffffffe6}.brand-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;align-items:start}.brand-footer-block{display:flex;flex-direction:column;gap:.75rem}.brand-footer-block h3,.brand-footer-block h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#ecfdf5}.brand-footer-block.primary h3{font-size:1.5rem}.brand-tagline{font-size:.95rem;margin-bottom:1.5rem;color:#ffffffd9}.brand-entity{font-size:.85rem;margin-bottom:.5rem;color:#e2fcefd9}.brand-footer-block ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;font-size:.95rem;color:#e2fcefd9}.brand-footer-block a{color:#bbf7d0f2;text-decoration:none;font-weight:600}.brand-footer-block a:hover,.brand-footer-links a:hover{text-decoration:underline}.brand-footer-links{display:flex;flex-wrap:wrap;gap:1rem;margin:2.5rem 0 1.5rem;font-size:.95rem}.brand-footer-links a{color:#bbf7d0e6;text-decoration:none;font-weight:600}.brand-footer-note{text-align:center;font-size:.85rem;color:#e2fcefbf}@media (max-width: 968px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-text{text-align:center}.hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;align-items:center;gap:2rem}.product-feature-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-feature-image{order:-1}.ritual-steps{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:center;justify-content:center}.cta-button{width:100%;max-width:300px}.hero-product-card{margin:0 auto}.stat-item{text-align:center}.product-actions{flex-direction:column}.btn-outline,.btn-primary{width:100%;text-align:center}.promise-layout{grid-template-columns:1fr}.promise-summary{text-align:center}.promise-summary p{margin-left:auto;margin-right:auto}.brand-footer-grid{grid-template-columns:1fr;gap:2rem}.brand-footer-block.primary{text-align:center}.brand-tagline{margin-left:auto;margin-right:auto;max-width:320px}.brand-footer-links{justify-content:center;text-align:center}}
