@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);:root{--gold:#D4AF37;--gold-light:#E5C158;--gold-dark:#B8941F;--beige:#FAF7F2;--beige-dark:#E8DFD3;--beige-base:#f5f0e8;--brown-dark:#2c1810;--text-dark:#4a3f36;--text-medium:#6b5d4f;--white:#ffffff}*{box-sizing:border-box}body{font-family:'Inter',sans-serif;color:var(--text-dark);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:'EB Garamond',serif;font-weight:400;color:var(--text-dark)}.kw-hero{height:clamp(420px, 60vh, 640px);min-height:unset!important;max-height:680px;display:flex;align-items:flex-end;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 0 3.5rem}.kw-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .88) 0%,rgb(0 0 0 / .45) 45%,rgb(0 0 0 / .15) 100%);z-index:1}.hero-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content{max-width:980px;padding-left:1.5rem;border-left:3px solid var(--gold)}.hero-kicker{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(255 255 255 / .85);margin-bottom:.75rem}.hero-kicker .dot{width:8px;height:8px;border-radius:50%;background:var(--gold);display:inline-block}.kw-hero h1{font-family:'EB Garamond',Georgia,serif!important;font-size:clamp(2.05rem, 3.6vw, 3.1rem)!important;font-weight:400!important;line-height:1.15!important;letter-spacing:-0.02em!important;color:#fff!important;margin-bottom:0.9rem!important}.hero-subtitle{font-family:'Inter',sans-serif!important;font-size:1.05rem!important;font-weight:300!important;color:rgb(255 255 255 / .92)!important;margin:0 0 1.6rem!important;line-height:1.6!important;max-width:62ch}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.6rem;border-radius:50px;text-decoration:none!important;font-family:'Inter',sans-serif!important;font-weight:600!important;font-size:0.95rem!important;transition:all 0.25s ease}.hero-btn-primary{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);color:#fff!important;box-shadow:0 10px 28px rgb(212 175 55 / .28)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgb(212 175 55 / .35)}.hero-btn-ghost{background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .25);color:#fff!important;backdrop-filter:blur(10px)}.hero-btn-ghost:hover{background:rgb(255 255 255 / .18);transform:translateY(-2px)}.toc-section{padding:4rem 0;background:var(--beige)}.toc-container{max-width:900px;margin:0 auto;padding:0 2rem}.toc-box{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgb(0 0 0 / .05)}.toc-title{font-size:1.5rem;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.toc-title svg{width:24px;height:24px;color:var(--gold)}.toc-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.toc-list li{display:flex;align-items:center}.toc-list a{color:var(--text-medium);text-decoration:none;font-size:.95rem;transition:all 0.3s ease;display:flex;align-items:center;gap:.5rem}.toc-list a::before{content:'';width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.toc-list a:hover{color:var(--gold);transform:translateX(5px)}.intro-section{padding:5rem 0;background:linear-gradient(180deg,var(--white) 0%,var(--beige) 100%)}.intro-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.intro-content h2{font-family:'EB Garamond',Georgia,serif!important;font-size:2.5rem!important;font-weight:400!important;color:var(--text-dark)!important;line-height:1.3!important;margin-bottom:1.5rem!important}.intro-content p{font-family:'Inter',sans-serif!important;font-size:1.05rem!important;color:var(--text-medium)!important;line-height:1.8!important;margin-bottom:1.5rem!important}.intro-highlight{background:linear-gradient(135deg,rgb(212 175 55 / .1) 0%,rgb(212 175 55 / .05) 100%);border-left:4px solid var(--gold);padding:1.5rem;border-radius:0 12px 12px 0;margin:1.5rem 0}.intro-highlight p{margin:0!important;font-weight:500!important;color:var(--text-dark)!important;font-size:1rem!important}.intro-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .1)}.intro-image img{width:100%;height:400px;object-fit:cover;display:block}.content-section{padding:5rem 0}.content-section.bg-beige{background:var(--beige-base)}.content-section.bg-white{background:var(--white)}.content-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:'EB Garamond',Georgia,serif!important;font-size:2.5rem!important;font-weight:400!important;color:var(--text-dark)!important;margin-bottom:1rem!important;position:relative;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--gold)}.section-header p{font-size:1.1rem;color:var(--text-medium);max-width:700px;margin:1rem auto 0}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-column.reverse{direction:rtl}.two-column.reverse>*{direction:ltr}.column-content h2{font-family:'EB Garamond',Georgia,serif!important;font-size:2.2rem!important;font-weight:400!important;color:var(--text-dark)!important;margin-bottom:1.5rem!important;position:relative}.column-content h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:var(--gold)}.column-content p{font-family:'Inter',sans-serif!important;font-size:1.05rem!important;line-height:1.9!important;color:var(--text-medium)!important;margin-bottom:1.5rem!important}.column-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .1)}.column-image img{width:100%;height:380px;object-fit:cover;display:block}.feature-list{list-style:none;padding:0;margin:1.5rem 0}.feature-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-family:'Inter',sans-serif!important;font-size:1rem;color:var(--text-medium);line-height:1.6}.feature-list li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:3px}.benefits-grid,.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.benefit-card,.ingredient-card{background:var(--white);border-radius:16px;padding:1.75rem;border:1px solid var(--beige-dark);transition:all 0.35s ease;position:relative;overflow:hidden}.benefit-card{text-align:center;padding:2rem;box-shadow:0 10px 40px rgb(0 0 0 / .05)}.benefit-card::before,.ingredient-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));transform:scaleX(0);transform-origin:left;transition:transform 0.35s ease}.benefit-card:hover,.ingredient-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgb(212 175 55 / .12);border-color:var(--gold-light)}.benefit-card:hover::before,.ingredient-card:hover::before{transform:scaleX(1)}.benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,rgb(212 175 55 / .15) 0%,rgb(212 175 55 / .05) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon svg{width:32px;height:32px;color:var(--gold)}.benefit-card h3,.ingredient-card h3{font-family:'EB Garamond',Georgia,serif!important;font-size:1.25rem!important;color:var(--text-dark)!important;margin-bottom:0.6rem!important}.benefit-card p,.ingredient-card p{font-family:'Inter',sans-serif!important;font-size:0.92rem!important;color:var(--text-medium)!important;line-height:1.65!important;margin:0!important}.steps-section{padding:5rem 0;background:var(--beige-base)}.steps-container{max-width:900px;margin:0 auto;padding:0 2rem}.steps-list{margin-top:3rem}.step-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative}.step-item:not(:last-child)::after{content:'';position:absolute;left:25px;top:60px;bottom:-20px;width:2px;background:linear-gradient(to bottom,var(--gold),var(--beige-dark))}.step-number{width:50px;height:50px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'EB Garamond',serif;font-size:1.5rem;font-weight:600;color:var(--white);flex-shrink:0;position:relative;z-index:1}.step-content{flex:1;background:var(--white);padding:1.5rem 2rem;border-radius:16px;box-shadow:0 5px 20px rgb(0 0 0 / .05)}.step-content h3{font-family:'EB Garamond',Georgia,serif!important;font-size:1.4rem!important;color:var(--text-dark)!important;margin-bottom:0.75rem!important}.step-content p{font-family:'Inter',sans-serif!important;font-size:1rem!important;color:var(--text-medium)!important;margin:0!important;line-height:1.7!important}.hub-section{padding:5rem 0;background:var(--white)}.hub-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.hub-card{background:var(--white);border-radius:20px;padding:2.25rem;border:1px solid var(--beige-dark);box-shadow:0 8px 32px rgb(0 0 0 / .05);transition:all 0.4s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.hub-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-light));transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease}.hub-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgb(212 175 55 / .14);border-color:var(--gold-light)}.hub-card:hover::after{transform:scaleX(1)}.hub-card-icon{width:56px;height:56px;background:linear-gradient(135deg,rgb(212 175 55 / .15) 0%,rgb(212 175 55 / .05) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.hub-card-icon svg{width:26px;height:26px;color:var(--gold)}.hub-card h3{font-family:'EB Garamond',Georgia,serif!important;font-size:1.35rem!important;color:var(--text-dark)!important;margin-bottom:0.75rem!important;line-height:1.3!important}.hub-card p{font-family:'Inter',sans-serif!important;font-size:0.92rem!important;color:var(--text-medium)!important;line-height:1.7!important;margin:0 0 1.5rem!important;flex:1}.hub-card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold-dark);text-decoration:none;font-family:'Inter',sans-serif;font-size:.9rem;font-weight:600;transition:gap 0.25s ease,color 0.25s ease;margin-top:auto}.hub-card-link:hover{gap:.8rem;color:var(--gold)}.hub-card-link svg{width:16px;height:16px}.why-us-section{padding:5rem 0;background:linear-gradient(135deg,var(--brown-dark) 0%,#1a0f0a 100%)}.why-us-container{max-width:1000px;margin:0 auto;padding:0 2rem}.why-us-header{text-align:center;margin-bottom:3rem}.why-us-header h2{font-family:'EB Garamond',Georgia,serif!important;font-size:2.5rem!important;color:var(--white)!important;margin-bottom:1rem!important}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-us-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:rgb(255 255 255 / .05);border-radius:16px;border:1px solid rgb(212 175 55 / .2);transition:all 0.3s ease}.why-us-item:hover{background:rgb(255 255 255 / .08);border-color:var(--gold)}.why-us-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-us-icon svg{width:24px;height:24px;color:var(--white)}.why-us-text{color:rgb(255 255 255 / .9);font-family:'Inter',sans-serif!important;font-size:1rem!important;line-height:1.6!important}.why-us-text strong{display:block;color:var(--gold-light);margin-bottom:.25rem;font-size:1.05rem}.faq-section{padding:5rem 0;background:var(--beige)}.faq-container{max-width:900px;margin:0 auto;padding:0 2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{font-family:'EB Garamond',Georgia,serif!important;font-size:2.5rem!important;color:var(--text-dark)!important}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgb(0 0 0 / .05);border:1px solid rgb(212 175 55 / .1);transition:all 0.3s ease}.faq-item:hover{border-color:var(--gold)}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:'EB Garamond',serif;font-size:1.15rem;font-weight:600;color:var(--text-dark);transition:color 0.3s ease}.faq-question:hover{color:var(--gold)}.faq-question svg{width:24px;height:24px;color:var(--gold);transition:transform 0.3s ease;flex-shrink:0}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 2rem 1.5rem;font-family:'Inter',sans-serif!important;font-size:1rem!important;line-height:1.8!important;color:var(--text-medium)!important}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 50%,var(--gold-light) 100%);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgb(255 255 255 / .15) 0%,transparent 70%);border-radius:50%}.cta-container{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}.cta-title{font-family:'EB Garamond',Georgia,serif!important;font-size:2.5rem!important;font-weight:400!important;color:white!important;margin-bottom:1rem!important;line-height:1.3!important}.cta-text{font-family:'Inter',sans-serif!important;font-size:1.1rem!important;font-weight:300!important;color:rgb(255 255 255 / .95)!important;margin-bottom:2.5rem!important;line-height:1.7!important}.cta-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;text-decoration:none!important;font-family:'Inter',sans-serif!important;font-size:1rem!important;font-weight:600!important;border-radius:50px;transition:all 0.3s ease}.cta-btn svg{width:20px;height:20px}.cta-btn-white{background:#fff;color:var(--text-dark)!important;box-shadow:0 10px 30px rgb(0 0 0 / .15)}.cta-btn-white:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgb(0 0 0 / .2);color:var(--text-dark)!important}.cta-btn-outline{background:#fff0;color:white!important;border:2px solid #fff}.cta-btn-outline:hover{background:#fff;color:var(--text-dark)!important;transform:translateY(-3px)}.disclaimer-section{padding:2.5rem 0;background:var(--white);border-top:1px solid var(--beige-dark)}.disclaimer-container{max-width:900px;margin:0 auto;padding:0 2rem}.disclaimer-box{background:var(--beige);border-left:4px solid var(--gold);border-radius:0 12px 12px 0;padding:1.5rem 2rem}.disclaimer-box p{font-family:'Inter',sans-serif!important;font-size:0.9rem!important;color:var(--text-medium)!important;line-height:1.7!important;margin:0!important}.fade-in{opacity:0;transform:translateY(30px);transition:all 0.7s cubic-bezier(.4,0,.2,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-40px);transition:all 0.7s cubic-bezier(.4,0,.2,1)}.fade-in-left.visible{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(40px);transition:all 0.7s cubic-bezier(.4,0,.2,1)}.fade-in-right.visible{opacity:1;transform:translateX(0)}@media (max-width:1024px){.intro-container,.two-column{grid-template-columns:1fr;gap:2.5rem}.two-column.reverse{direction:ltr}.hub-grid,.benefits-grid,.ingredients-grid{grid-template-columns:repeat(2,1fr)}.why-us-grid{grid-template-columns:repeat(2,1fr)}.toc-list{grid-template-columns:1fr}}@media (max-width:768px){.kw-hero{height:clamp(360px, 52vh, 520px);padding:2.25rem 0 2.75rem}.hero-content{padding-left:1.1rem}.kw-hero h1{font-size:2rem!important}.hero-subtitle{font-size:0.95rem!important}.hero-actions{flex-direction:column}.section-header h2,.column-content h2,.intro-content h2{font-size:2rem!important}.hub-grid,.benefits-grid,.ingredients-grid,.why-us-grid{grid-template-columns:1fr}.step-item{flex-direction:column;gap:1rem}.step-item:not(:last-child)::after{display:none}.cta-title,.why-us-header h2{font-size:2rem!important}.cta-buttons{flex-direction:column}.cta-btn{width:100%;justify-content:center}}@media (max-width:480px){.kw-hero h1{font-size:1.85rem!important}.faq-question{font-size:1.05rem;padding:1.25rem 1.5rem}.faq-answer-content{padding:0 1.5rem 1.25rem}}