:root{--gummies-text:#00553f;--gummies-background:#ffffff;--gummies-primary:#e91e63;--gummies-secondary:#f06292;--gummies-accent:#00553f;--gummies-black:#1a1a1a;--gummies-gray:#666}.gummies{background:var(--gummies-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.gummies__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.gummies__hero-bg{position:absolute;inset:0;z-index:0}.gummies__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.gummies__hero-shape--1{width:500px;height:500px;background:var(--gummies-secondary);top:-150px;right:-100px;animation-delay:0s}.gummies__hero-shape--2{width:400px;height:400px;background:var(--gummies-primary);bottom:-100px;left:-100px;animation-delay:2s}.gummies__hero-shape--3{width:300px;height:300px;background:var(--gummies-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.gummies__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.gummies__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--gummies-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.gummies__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--gummies-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.gummies__hero-title--accent{color:var(--gummies-accent);font-style:italic}.gummies__hero-subtitle{font-size:22px;color:var(--gummies-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.gummies__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.gummies__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.gummies__hero-btn--primary{background:var(--gummies-accent);color:white}.gummies__hero-btn--primary:hover{background:var(--gummies-primary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.gummies__hero-btn-arrow{transition:transform .3s}.gummies__hero-btn:hover .gummies__hero-btn-arrow{transform:translateX(5px)}.gummies__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.gummies__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.gummies__hero-icon--1{top:15%;left:10%;animation-delay:0s}.gummies__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.gummies__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.gummies__description{padding:60px 24px;background:#fafafa}.gummies__description--top{padding-top:80px}.gummies__description--bottom{padding-bottom:80px}.gummies__container{max-width:1200px;margin:0 auto}.gummies__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--gummies-black)}.gummies__description-content h2{font-size:32px;font-weight:800;color:var(--gummies-black);margin:0 0 24px}.gummies__description-content h3{font-size:24px;font-weight:700;color:var(--gummies-accent);margin:32px 0 16px}.gummies__description-content p{margin:0 0 16px}.gummies__description-content strong{color:var(--gummies-accent);font-weight:700}.gummies__why{padding:100px 24px;background:var(--gummies-background)}.gummies__why-header{text-align:center;margin-bottom:60px}.gummies__why-title{font-size:48px;font-weight:800;color:var(--gummies-black);margin:0 0 16px;letter-spacing:-1px}.gummies__why-title--accent{color:var(--gummies-accent);font-style:italic}.gummies__why-subtitle{font-size:20px;color:var(--gummies-gray);margin:0}.gummies__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.gummies__why-card{background:linear-gradient(135deg,rgba(233,30,99,.05),rgba(240,98,146,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.gummies__why-card:hover{transform:translateY(-8px);border-color:var(--gummies-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.gummies__why-icon{font-size:64px;display:block;margin-bottom:24px}.gummies__why-card-title{font-size:24px;font-weight:800;color:var(--gummies-black);margin:0 0 16px}.gummies__why-card-text{font-size:16px;line-height:1.8;color:var(--gummies-gray);margin:0}.gummies__products{padding:100px 24px;background:#fafafa}.gummies__section-title{font-size:48px;font-weight:800;color:var(--gummies-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.gummies__section-subtitle{font-size:20px;color:var(--gummies-gray);text-align:center;margin:0 0 60px}.gummies__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.gummies__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--gummies-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.gummies__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--gummies-accent)}.gummies__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.gummies__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gummies__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.gummies__product-badge--sale{background:var(--gummies-primary);color:white}.gummies__product-badge--out{background:#e74c3c;color:white}.gummies__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.gummies__product-name{font-size:18px;font-weight:700;color:var(--gummies-black);margin:0 0 12px;line-height:1.4}.gummies__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.gummies__product-price--current{font-size:24px;font-weight:800;color:var(--gummies-accent)}.gummies__product-price--original{font-size:18px;color:var(--gummies-gray);text-decoration:line-through}.gummies__empty{text-align:center;padding:60px 24px}.gummies__empty p{font-size:18px;color:var(--gummies-gray);margin:0 0 24px}.gummies__empty-btn{display:inline-block;padding:14px 32px;background:var(--gummies-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.gummies__empty-btn:hover{background:var(--gummies-primary);transform:translateY(-3px)}.gummies__content{padding:100px 24px;background:var(--gummies-background)}.gummies__content-wrapper{max-width:900px;margin:0 auto}.gummies__content-title{font-size:42px;font-weight:800;color:var(--gummies-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.gummies__content-text{display:flex;flex-direction:column;gap:24px}.gummies__content-text p{font-size:18px;line-height:1.8;color:var(--gummies-black);margin:0}.gummies__content-text strong{color:var(--gummies-accent);font-weight:700}.gummies__faq{padding:100px 24px;background:#fafafa}.gummies__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.gummies__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.gummies__faq-question{font-size:20px;font-weight:700;color:var(--gummies-black);margin:0 0 16px}.gummies__faq-answer{font-size:16px;line-height:1.8;color:var(--gummies-gray);margin:0}.gummies__cta{padding:100px 24px;background:var(--gummies-accent);position:relative;overflow:hidden}.gummies__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.gummies__cta-text{flex:1 1}.gummies__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.gummies__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.gummies__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--gummies-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.gummies__cta-btn:hover{background:var(--gummies-primary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.gummies__cta-arrow{transition:transform .3s}.gummies__cta-btn:hover .gummies__cta-arrow{transform:translateX(5px)}.gummies__cta-shapes{position:absolute;inset:0;pointer-events:none}.gummies__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.gummies__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.gummies__cta-shape--2{width:250px;height:250px;background:var(--gummies-primary);bottom:-80px;left:5%}@media (max-width:1024px){.gummies__hero-title{font-size:48px}.gummies__faq-grid,.gummies__why-grid{grid-template-columns:1fr}.gummies__cta-content{flex-direction:column;text-align:center;gap:32px}.gummies__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.gummies__hero{min-height:60vh;padding:100px 24px 60px}.gummies__hero-title{font-size:36px}.gummies__hero-subtitle{font-size:18px}.gummies__content,.gummies__cta,.gummies__faq,.gummies__products,.gummies__why{padding:60px 24px}.gummies__section-title,.gummies__why-title{font-size:36px}.gummies__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.gummies__content-title{font-size:32px}.gummies__content-text p{font-size:16px}.gummies__cta-title{font-size:32px}.gummies__cta-subtitle{font-size:18px}}@media (max-width:480px){.gummies__hero-title{font-size:28px}.gummies__products-grid{grid-template-columns:1fr}.gummies__content-title,.gummies__cta-title{font-size:28px}}:root{--hash-text:#00553f;--hash-background:#ffffff;--hash-primary:#8b4513;--hash-secondary:#a0522d;--hash-accent:#00553f;--hash-black:#1a1a1a;--hash-gray:#666}.hash{background:var(--hash-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.hash__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.hash__hero-bg{position:absolute;inset:0;z-index:0}.hash__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.hash__hero-shape--1{width:500px;height:500px;background:var(--hash-secondary);top:-150px;right:-100px;animation-delay:0s}.hash__hero-shape--2{width:400px;height:400px;background:var(--hash-primary);bottom:-100px;left:-100px;animation-delay:2s}.hash__hero-shape--3{width:300px;height:300px;background:var(--hash-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.hash__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.hash__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--hash-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.hash__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--hash-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.hash__hero-title--accent{color:var(--hash-accent);font-style:italic}.hash__hero-subtitle{font-size:22px;color:var(--hash-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.hash__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.hash__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.hash__hero-btn--primary{background:var(--hash-accent);color:white}.hash__hero-btn--primary:hover{background:var(--hash-secondary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.hash__hero-btn-arrow{transition:transform .3s}.hash__hero-btn:hover .hash__hero-btn-arrow{transform:translateX(5px)}.hash__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.hash__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.hash__hero-icon--1{top:15%;left:10%;animation-delay:0s}.hash__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.hash__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.hash__description{padding:60px 24px;background:#fafafa}.hash__description--top{padding-top:80px}.hash__description--bottom{padding-bottom:80px}.hash__container{max-width:1200px;margin:0 auto}.hash__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--hash-black)}.hash__description-content h2{font-size:32px;font-weight:800;color:var(--hash-black);margin:0 0 24px}.hash__description-content h3{font-size:24px;font-weight:700;color:var(--hash-accent);margin:32px 0 16px}.hash__description-content p{margin:0 0 16px}.hash__description-content strong{color:var(--hash-accent);font-weight:700}.hash__why{padding:100px 24px;background:var(--hash-background)}.hash__why-header{text-align:center;margin-bottom:60px}.hash__why-title{font-size:48px;font-weight:800;color:var(--hash-black);margin:0 0 16px;letter-spacing:-1px}.hash__why-title--accent{color:var(--hash-accent);font-style:italic}.hash__why-subtitle{font-size:20px;color:var(--hash-gray);margin:0}.hash__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.hash__why-card{background:linear-gradient(135deg,rgba(139,69,19,.05),rgba(160,82,45,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.hash__why-card:hover{transform:translateY(-8px);border-color:var(--hash-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.hash__why-icon{font-size:64px;display:block;margin-bottom:24px}.hash__why-card-title{font-size:24px;font-weight:800;color:var(--hash-black);margin:0 0 16px}.hash__why-card-text{font-size:16px;line-height:1.8;color:var(--hash-gray);margin:0}.hash__products{padding:100px 24px;background:#fafafa}.hash__section-title{font-size:48px;font-weight:800;color:var(--hash-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.hash__section-subtitle{font-size:20px;color:var(--hash-gray);text-align:center;margin:0 0 60px}.hash__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.hash__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--hash-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.hash__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--hash-accent)}.hash__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.hash__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hash__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.hash__product-badge--sale{background:var(--hash-secondary);color:white}.hash__product-badge--out{background:#e74c3c;color:white}.hash__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.hash__product-name{font-size:18px;font-weight:700;color:var(--hash-black);margin:0 0 12px;line-height:1.4}.hash__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.hash__product-price--current{font-size:24px;font-weight:800;color:var(--hash-accent)}.hash__product-price--original{font-size:18px;color:var(--hash-gray);text-decoration:line-through}.hash__empty{text-align:center;padding:60px 24px}.hash__empty p{font-size:18px;color:var(--hash-gray);margin:0 0 24px}.hash__empty-btn{display:inline-block;padding:14px 32px;background:var(--hash-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.hash__empty-btn:hover{background:var(--hash-secondary);transform:translateY(-3px)}.hash__content{padding:100px 24px;background:var(--hash-background)}.hash__content-wrapper{max-width:900px;margin:0 auto}.hash__content-title{font-size:42px;font-weight:800;color:var(--hash-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.hash__content-text{display:flex;flex-direction:column;gap:24px}.hash__content-text p{font-size:18px;line-height:1.8;color:var(--hash-black);margin:0}.hash__content-text strong{color:var(--hash-accent);font-weight:700}.hash__faq{padding:100px 24px;background:#fafafa}.hash__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.hash__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.hash__faq-question{font-size:20px;font-weight:700;color:var(--hash-black);margin:0 0 16px}.hash__faq-answer{font-size:16px;line-height:1.8;color:var(--hash-gray);margin:0}.hash__cta{padding:100px 24px;background:var(--hash-accent);position:relative;overflow:hidden}.hash__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.hash__cta-text{flex:1 1}.hash__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.hash__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.hash__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--hash-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hash__cta-btn:hover{background:var(--hash-secondary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.hash__cta-arrow{transition:transform .3s}.hash__cta-btn:hover .hash__cta-arrow{transform:translateX(5px)}.hash__cta-shapes{position:absolute;inset:0;pointer-events:none}.hash__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.hash__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.hash__cta-shape--2{width:250px;height:250px;background:var(--hash-secondary);bottom:-80px;left:5%}@media (max-width:1024px){.hash__hero-title{font-size:48px}.hash__faq-grid,.hash__why-grid{grid-template-columns:1fr}.hash__cta-content{flex-direction:column;text-align:center;gap:32px}.hash__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.hash__hero{min-height:60vh;padding:100px 24px 60px}.hash__hero-title{font-size:36px}.hash__hero-subtitle{font-size:18px}.hash__content,.hash__cta,.hash__faq,.hash__products,.hash__why{padding:60px 24px}.hash__section-title,.hash__why-title{font-size:36px}.hash__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.hash__content-title{font-size:32px}.hash__content-text p{font-size:16px}.hash__cta-title{font-size:32px}.hash__cta-subtitle{font-size:18px}}@media (max-width:480px){.hash__hero-title{font-size:28px}.hash__products-grid{grid-template-columns:1fr}.hash__content-title,.hash__cta-title{font-size:28px}}:root{--hybrid-text:#00553f;--hybrid-background:#ffffff;--hybrid-primary:#16a085;--hybrid-secondary:#1abc9c;--hybrid-accent:#00553f;--hybrid-black:#1a1a1a;--hybrid-gray:#666}.hybrid{background:var(--hybrid-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.hybrid__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.hybrid__hero-bg{position:absolute;inset:0;z-index:0}.hybrid__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.hybrid__hero-shape--1{width:500px;height:500px;background:var(--hybrid-secondary);top:-150px;right:-100px;animation-delay:0s}.hybrid__hero-shape--2{width:400px;height:400px;background:var(--hybrid-primary);bottom:-100px;left:-100px;animation-delay:2s}.hybrid__hero-shape--3{width:300px;height:300px;background:var(--hybrid-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.hybrid__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.hybrid__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--hybrid-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.hybrid__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--hybrid-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.hybrid__hero-title--accent{color:var(--hybrid-accent);font-style:italic}.hybrid__hero-subtitle{font-size:22px;color:var(--hybrid-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.hybrid__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.hybrid__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.hybrid__hero-btn--primary{background:var(--hybrid-accent);color:white}.hybrid__hero-btn--primary:hover{background:var(--hybrid-secondary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.hybrid__hero-btn-arrow{transition:transform .3s}.hybrid__hero-btn:hover .hybrid__hero-btn-arrow{transform:translateX(5px)}.hybrid__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.hybrid__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.hybrid__hero-icon--1{top:15%;left:10%;animation-delay:0s}.hybrid__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.hybrid__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.hybrid__description{padding:60px 24px;background:#fafafa}.hybrid__description--top{padding-top:80px}.hybrid__description--bottom{padding-bottom:80px}.hybrid__container{max-width:1200px;margin:0 auto}.hybrid__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--hybrid-black)}.hybrid__description-content h2{font-size:32px;font-weight:800;color:var(--hybrid-black);margin:0 0 24px}.hybrid__description-content h3{font-size:24px;font-weight:700;color:var(--hybrid-accent);margin:32px 0 16px}.hybrid__description-content p{margin:0 0 16px}.hybrid__description-content strong{color:var(--hybrid-accent);font-weight:700}.hybrid__why{padding:100px 24px;background:var(--hybrid-background)}.hybrid__why-header{text-align:center;margin-bottom:60px}.hybrid__why-title{font-size:48px;font-weight:800;color:var(--hybrid-black);margin:0 0 16px;letter-spacing:-1px}.hybrid__why-title--accent{color:var(--hybrid-accent);font-style:italic}.hybrid__why-subtitle{font-size:20px;color:var(--hybrid-gray);margin:0}.hybrid__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.hybrid__why-card{background:linear-gradient(135deg,rgba(22,160,133,.05),rgba(26,188,156,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.hybrid__why-card:hover{transform:translateY(-8px);border-color:var(--hybrid-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.hybrid__why-icon{font-size:64px;display:block;margin-bottom:24px}.hybrid__why-card-title{font-size:24px;font-weight:800;color:var(--hybrid-black);margin:0 0 16px}.hybrid__why-card-text{font-size:16px;line-height:1.8;color:var(--hybrid-gray);margin:0}.hybrid__products{padding:100px 24px;background:#fafafa}.hybrid__section-title{font-size:48px;font-weight:800;color:var(--hybrid-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.hybrid__section-subtitle{font-size:20px;color:var(--hybrid-gray);text-align:center;margin:0 0 60px}.hybrid__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.hybrid__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--hybrid-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.hybrid__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--hybrid-accent)}.hybrid__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.hybrid__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hybrid__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.hybrid__product-badge--sale{background:var(--hybrid-secondary);color:white}.hybrid__product-badge--out{background:#e74c3c;color:white}.hybrid__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.hybrid__product-name{font-size:18px;font-weight:700;color:var(--hybrid-black);margin:0 0 12px;line-height:1.4}.hybrid__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.hybrid__product-price--current{font-size:24px;font-weight:800;color:var(--hybrid-accent)}.hybrid__product-price--original{font-size:18px;color:var(--hybrid-gray);text-decoration:line-through}.hybrid__empty{text-align:center;padding:60px 24px}.hybrid__empty p{font-size:18px;color:var(--hybrid-gray);margin:0 0 24px}.hybrid__empty-btn{display:inline-block;padding:14px 32px;background:var(--hybrid-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.hybrid__empty-btn:hover{background:var(--hybrid-secondary);transform:translateY(-3px)}.hybrid__content{padding:100px 24px;background:var(--hybrid-background)}.hybrid__content-wrapper{max-width:900px;margin:0 auto}.hybrid__content-title{font-size:42px;font-weight:800;color:var(--hybrid-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.hybrid__content-text{display:flex;flex-direction:column;gap:24px}.hybrid__content-text p{font-size:18px;line-height:1.8;color:var(--hybrid-black);margin:0}.hybrid__content-text strong{color:var(--hybrid-accent);font-weight:700}.hybrid__faq{padding:100px 24px;background:#fafafa}.hybrid__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.hybrid__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.hybrid__faq-question{font-size:20px;font-weight:700;color:var(--hybrid-black);margin:0 0 16px}.hybrid__faq-answer{font-size:16px;line-height:1.8;color:var(--hybrid-gray);margin:0}.hybrid__cta{padding:100px 24px;background:var(--hybrid-accent);position:relative;overflow:hidden}.hybrid__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.hybrid__cta-text{flex:1 1}.hybrid__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.hybrid__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.hybrid__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--hybrid-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hybrid__cta-btn:hover{background:var(--hybrid-secondary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.hybrid__cta-arrow{transition:transform .3s}.hybrid__cta-btn:hover .hybrid__cta-arrow{transform:translateX(5px)}.hybrid__cta-shapes{position:absolute;inset:0;pointer-events:none}.hybrid__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.hybrid__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.hybrid__cta-shape--2{width:250px;height:250px;background:var(--hybrid-secondary);bottom:-80px;left:5%}@media (max-width:1024px){.hybrid__hero-title{font-size:48px}.hybrid__faq-grid,.hybrid__why-grid{grid-template-columns:1fr}.hybrid__cta-content{flex-direction:column;text-align:center;gap:32px}.hybrid__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.hybrid__hero{min-height:60vh;padding:100px 24px 60px}.hybrid__hero-title{font-size:36px}.hybrid__hero-subtitle{font-size:18px}.hybrid__content,.hybrid__cta,.hybrid__faq,.hybrid__products,.hybrid__why{padding:60px 24px}.hybrid__section-title,.hybrid__why-title{font-size:36px}.hybrid__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.hybrid__content-title{font-size:32px}.hybrid__content-text p{font-size:16px}.hybrid__cta-title{font-size:32px}.hybrid__cta-subtitle{font-size:18px}}@media (max-width:480px){.hybrid__hero-title{font-size:28px}.hybrid__products-grid{grid-template-columns:1fr}.hybrid__content-title,.hybrid__cta-title{font-size:28px}}:root{--indica-text:#00553f;--indica-background:#ffffff;--indica-primary:#6a4c93;--indica-secondary:#9b59b6;--indica-accent:#00553f;--indica-black:#1a1a1a;--indica-gray:#666}.indica{background:var(--indica-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.indica__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.indica__hero-bg{position:absolute;inset:0;z-index:0}.indica__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.indica__hero-shape--1{width:500px;height:500px;background:var(--indica-secondary);top:-150px;right:-100px;animation-delay:0s}.indica__hero-shape--2{width:400px;height:400px;background:var(--indica-primary);bottom:-100px;left:-100px;animation-delay:2s}.indica__hero-shape--3{width:300px;height:300px;background:var(--indica-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.indica__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.indica__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--indica-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.indica__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--indica-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.indica__hero-title--accent{color:var(--indica-accent);font-style:italic}.indica__hero-subtitle{font-size:22px;color:var(--indica-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.indica__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.indica__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.indica__hero-btn--primary{background:var(--indica-accent);color:white}.indica__hero-btn--primary:hover{background:var(--indica-secondary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.indica__hero-btn-arrow{transition:transform .3s}.indica__hero-btn:hover .indica__hero-btn-arrow{transform:translateX(5px)}.indica__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.indica__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.indica__hero-icon--1{top:15%;left:10%;animation-delay:0s}.indica__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.indica__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.indica__description{padding:60px 24px;background:#fafafa}.indica__description--top{padding-top:80px}.indica__description--bottom{padding-bottom:80px}.indica__container{max-width:1200px;margin:0 auto}.indica__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--indica-black)}.indica__description-content h2{font-size:32px;font-weight:800;color:var(--indica-black);margin:0 0 24px}.indica__description-content h3{font-size:24px;font-weight:700;color:var(--indica-accent);margin:32px 0 16px}.indica__description-content p{margin:0 0 16px}.indica__description-content strong{color:var(--indica-accent);font-weight:700}.indica__why{padding:100px 24px;background:var(--indica-background)}.indica__why-header{text-align:center;margin-bottom:60px}.indica__why-title{font-size:48px;font-weight:800;color:var(--indica-black);margin:0 0 16px;letter-spacing:-1px}.indica__why-title--accent{color:var(--indica-accent);font-style:italic}.indica__why-subtitle{font-size:20px;color:var(--indica-gray);margin:0}.indica__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.indica__why-card{background:linear-gradient(135deg,rgba(106,76,147,.05),rgba(155,89,182,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.indica__why-card:hover{transform:translateY(-8px);border-color:var(--indica-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.indica__why-icon{font-size:64px;display:block;margin-bottom:24px}.indica__why-card-title{font-size:24px;font-weight:800;color:var(--indica-black);margin:0 0 16px}.indica__why-card-text{font-size:16px;line-height:1.8;color:var(--indica-gray);margin:0}.indica__products{padding:100px 24px;background:#fafafa}.indica__section-title{font-size:48px;font-weight:800;color:var(--indica-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.indica__section-subtitle{font-size:20px;color:var(--indica-gray);text-align:center;margin:0 0 60px}.indica__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.indica__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--indica-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.indica__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--indica-accent)}.indica__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.indica__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.indica__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.indica__product-badge--sale{background:var(--indica-secondary);color:white}.indica__product-badge--out{background:#e74c3c;color:white}.indica__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.indica__product-name{font-size:18px;font-weight:700;color:var(--indica-black);margin:0 0 12px;line-height:1.4}.indica__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.indica__product-price--current{font-size:24px;font-weight:800;color:var(--indica-accent)}.indica__product-price--original{font-size:18px;color:var(--indica-gray);text-decoration:line-through}.indica__empty{text-align:center;padding:60px 24px}.indica__empty p{font-size:18px;color:var(--indica-gray);margin:0 0 24px}.indica__empty-btn{display:inline-block;padding:14px 32px;background:var(--indica-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.indica__empty-btn:hover{background:var(--indica-secondary);transform:translateY(-3px)}.indica__content{padding:100px 24px;background:var(--indica-background)}.indica__content-wrapper{max-width:900px;margin:0 auto}.indica__content-title{font-size:42px;font-weight:800;color:var(--indica-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.indica__content-text{display:flex;flex-direction:column;gap:24px}.indica__content-text p{font-size:18px;line-height:1.8;color:var(--indica-black);margin:0}.indica__content-text strong{color:var(--indica-accent);font-weight:700}.indica__faq{padding:100px 24px;background:#fafafa}.indica__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.indica__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.indica__faq-question{font-size:20px;font-weight:700;color:var(--indica-black);margin:0 0 16px}.indica__faq-answer{font-size:16px;line-height:1.8;color:var(--indica-gray);margin:0}.indica__cta{padding:100px 24px;background:var(--indica-accent);position:relative;overflow:hidden}.indica__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.indica__cta-text{flex:1 1}.indica__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.indica__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.indica__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--indica-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.indica__cta-btn:hover{background:var(--indica-secondary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.indica__cta-arrow{transition:transform .3s}.indica__cta-btn:hover .indica__cta-arrow{transform:translateX(5px)}.indica__cta-shapes{position:absolute;inset:0;pointer-events:none}.indica__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.indica__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.indica__cta-shape--2{width:250px;height:250px;background:var(--indica-secondary);bottom:-80px;left:5%}@media (max-width:1024px){.indica__hero-title{font-size:48px}.indica__faq-grid,.indica__why-grid{grid-template-columns:1fr}.indica__cta-content{flex-direction:column;text-align:center;gap:32px}.indica__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.indica__hero{min-height:60vh;padding:100px 24px 60px}.indica__hero-title{font-size:36px}.indica__hero-subtitle{font-size:18px}.indica__content,.indica__cta,.indica__faq,.indica__products,.indica__why{padding:60px 24px}.indica__section-title,.indica__why-title{font-size:36px}.indica__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.indica__content-title{font-size:32px}.indica__content-text p{font-size:16px}.indica__cta-title{font-size:32px}.indica__cta-subtitle{font-size:18px}}@media (max-width:480px){.indica__hero-title{font-size:28px}.indica__products-grid{grid-template-columns:1fr}.indica__content-title,.indica__cta-title{font-size:28px}}:root{--live-resin-text:#00553f;--live-resin-background:#ffffff;--live-resin-primary:#27ae60;--live-resin-secondary:#2ecc71;--live-resin-accent:#00553f;--live-resin-black:#1a1a1a;--live-resin-gray:#666}.live-resin{background:var(--live-resin-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.live-resin__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.live-resin__hero-bg{position:absolute;inset:0;z-index:0}.live-resin__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.live-resin__hero-shape--1{width:500px;height:500px;background:var(--live-resin-secondary);top:-150px;right:-100px;animation-delay:0s}.live-resin__hero-shape--2{width:400px;height:400px;background:var(--live-resin-primary);bottom:-100px;left:-100px;animation-delay:2s}.live-resin__hero-shape--3{width:300px;height:300px;background:var(--live-resin-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.live-resin__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.live-resin__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--live-resin-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.live-resin__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--live-resin-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.live-resin__hero-title--accent{color:var(--live-resin-accent);font-style:italic}.live-resin__hero-subtitle{font-size:22px;color:var(--live-resin-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.live-resin__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.live-resin__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.live-resin__hero-btn--primary{background:var(--live-resin-accent);color:white}.live-resin__hero-btn--primary:hover{background:var(--live-resin-secondary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.live-resin__hero-btn-arrow{transition:transform .3s}.live-resin__hero-btn:hover .live-resin__hero-btn-arrow{transform:translateX(5px)}.live-resin__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.live-resin__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.live-resin__hero-icon--1{top:15%;left:10%;animation-delay:0s}.live-resin__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.live-resin__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.live-resin__description{padding:60px 24px;background:#fafafa}.live-resin__description--top{padding-top:80px}.live-resin__description--bottom{padding-bottom:80px}.live-resin__container{max-width:1200px;margin:0 auto}.live-resin__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--live-resin-black)}.live-resin__description-content h2{font-size:32px;font-weight:800;color:var(--live-resin-black);margin:0 0 24px}.live-resin__description-content h3{font-size:24px;font-weight:700;color:var(--live-resin-accent);margin:32px 0 16px}.live-resin__description-content p{margin:0 0 16px}.live-resin__description-content strong{color:var(--live-resin-accent);font-weight:700}.live-resin__why{padding:100px 24px;background:var(--live-resin-background)}.live-resin__why-header{text-align:center;margin-bottom:60px}.live-resin__why-title{font-size:48px;font-weight:800;color:var(--live-resin-black);margin:0 0 16px;letter-spacing:-1px}.live-resin__why-title--accent{color:var(--live-resin-accent);font-style:italic}.live-resin__why-subtitle{font-size:20px;color:var(--live-resin-gray);margin:0}.live-resin__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.live-resin__why-card{background:linear-gradient(135deg,rgba(39,174,96,.05),rgba(46,204,113,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.live-resin__why-card:hover{transform:translateY(-8px);border-color:var(--live-resin-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.live-resin__why-icon{font-size:64px;display:block;margin-bottom:24px}.live-resin__why-card-title{font-size:24px;font-weight:800;color:var(--live-resin-black);margin:0 0 16px}.live-resin__why-card-text{font-size:16px;line-height:1.8;color:var(--live-resin-gray);margin:0}.live-resin__products{padding:100px 24px;background:#fafafa}.live-resin__section-title{font-size:48px;font-weight:800;color:var(--live-resin-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.live-resin__section-subtitle{font-size:20px;color:var(--live-resin-gray);text-align:center;margin:0 0 60px}.live-resin__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.live-resin__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--live-resin-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.live-resin__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--live-resin-accent)}.live-resin__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.live-resin__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.live-resin__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.live-resin__product-badge--sale{background:var(--live-resin-secondary);color:white}.live-resin__product-badge--out{background:#e74c3c;color:white}.live-resin__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.live-resin__product-name{font-size:18px;font-weight:700;color:var(--live-resin-black);margin:0 0 12px;line-height:1.4}.live-resin__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.live-resin__product-price--current{font-size:24px;font-weight:800;color:var(--live-resin-accent)}.live-resin__product-price--original{font-size:18px;color:var(--live-resin-gray);text-decoration:line-through}.live-resin__empty{text-align:center;padding:60px 24px}.live-resin__empty p{font-size:18px;color:var(--live-resin-gray);margin:0 0 24px}.live-resin__empty-btn{display:inline-block;padding:14px 32px;background:var(--live-resin-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.live-resin__empty-btn:hover{background:var(--live-resin-secondary);transform:translateY(-3px)}.live-resin__content{padding:100px 24px;background:var(--live-resin-background)}.live-resin__content-wrapper{max-width:900px;margin:0 auto}.live-resin__content-title{font-size:42px;font-weight:800;color:var(--live-resin-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.live-resin__content-text{display:flex;flex-direction:column;gap:24px}.live-resin__content-text p{font-size:18px;line-height:1.8;color:var(--live-resin-black);margin:0}.live-resin__content-text strong{color:var(--live-resin-accent);font-weight:700}.live-resin__faq{padding:100px 24px;background:#fafafa}.live-resin__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.live-resin__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.live-resin__faq-question{font-size:20px;font-weight:700;color:var(--live-resin-black);margin:0 0 16px}.live-resin__faq-answer{font-size:16px;line-height:1.8;color:var(--live-resin-gray);margin:0}.live-resin__cta{padding:100px 24px;background:var(--live-resin-accent);position:relative;overflow:hidden}.live-resin__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.live-resin__cta-text{flex:1 1}.live-resin__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.live-resin__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.live-resin__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--live-resin-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.live-resin__cta-btn:hover{background:var(--live-resin-secondary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.live-resin__cta-arrow{transition:transform .3s}.live-resin__cta-btn:hover .live-resin__cta-arrow{transform:translateX(5px)}.live-resin__cta-shapes{position:absolute;inset:0;pointer-events:none}.live-resin__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.live-resin__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.live-resin__cta-shape--2{width:250px;height:250px;background:var(--live-resin-secondary);bottom:-80px;left:5%}@media (max-width:1024px){.live-resin__hero-title{font-size:48px}.live-resin__faq-grid,.live-resin__why-grid{grid-template-columns:1fr}.live-resin__cta-content{flex-direction:column;text-align:center;gap:32px}.live-resin__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.live-resin__hero{min-height:60vh;padding:100px 24px 60px}.live-resin__hero-title{font-size:36px}.live-resin__hero-subtitle{font-size:18px}.live-resin__content,.live-resin__cta,.live-resin__faq,.live-resin__products,.live-resin__why{padding:60px 24px}.live-resin__section-title,.live-resin__why-title{font-size:36px}.live-resin__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.live-resin__content-title{font-size:32px}.live-resin__content-text p{font-size:16px}.live-resin__cta-title{font-size:32px}.live-resin__cta-subtitle{font-size:18px}}@media (max-width:480px){.live-resin__hero-title{font-size:28px}.live-resin__products-grid{grid-template-columns:1fr}.live-resin__content-title,.live-resin__cta-title{font-size:28px}}.moon-rocks{background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.moon-rocks__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.moon-rocks__hero-bg{position:absolute;inset:0;z-index:0}.moon-rocks__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:moonRocksFloat 8s ease-in-out infinite}.moon-rocks__hero-shape--1{width:500px;height:500px;background:#4a4a6a;top:-150px;right:-100px;animation-delay:0s}.moon-rocks__hero-shape--2{width:400px;height:400px;background:#6b6b8a;bottom:-100px;left:-100px;animation-delay:2s}.moon-rocks__hero-shape--3{width:300px;height:300px;background:#00553f;top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes moonRocksFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.moon-rocks__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.moon-rocks__hero-badge{display:inline-flex;align-items:center;gap:8px;background:#00553f;color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px}.moon-rocks__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:#1a1a1a;margin:0 0 24px}.moon-rocks__hero-title--accent{color:#00553f;font-style:italic}.moon-rocks__hero-subtitle{font-size:22px;color:#666;line-height:1.6;max-width:600px;margin:0 auto 32px}.moon-rocks__hero-cta{display:flex;justify-content:center;gap:16px}.moon-rocks__hero-btn--primary{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;background:#00553f;color:white;transition:all .3s ease}.moon-rocks__hero-btn--primary:hover{background:#4a4a6a;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.moon-rocks__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.moon-rocks__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.moon-rocks__hero-icon--1{top:15%;left:10%}.moon-rocks__hero-icon--2{top:60%;right:15%;font-size:48px;animation-delay:1s}.moon-rocks__hero-icon--3{bottom:20%;left:30%;font-size:56px;animation-delay:2s}.moon-rocks__description{padding:60px 24px;background:#fafafa}.moon-rocks__container{max-width:1200px;margin:0 auto}.moon-rocks__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:#1a1a1a}.moon-rocks__why{padding:100px 24px;background:#fafafa}.moon-rocks__why-header{text-align:center;margin-bottom:60px}.moon-rocks__why-title{font-size:48px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.moon-rocks__why-title--accent{color:#00553f;font-style:italic}.moon-rocks__why-subtitle{font-size:20px;color:#666;margin:0}.moon-rocks__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.moon-rocks__why-card{background:white;padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.moon-rocks__why-card:hover{transform:translateY(-8px);border-color:#00553f;box-shadow:0 10px 30px rgba(0,85,63,.15)}.moon-rocks__why-icon{font-size:64px;display:block;margin-bottom:24px}.moon-rocks__why-card-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.moon-rocks__why-card-text{font-size:16px;line-height:1.8;color:#666;margin:0}.moon-rocks__products{padding:100px 24px;background:#ffffff}.moon-rocks__section-title{font-size:48px;font-weight:800;color:#1a1a1a;text-align:center;margin:0 0 16px}.moon-rocks__section-subtitle{font-size:20px;color:#666;text-align:center;margin:0 0 60px}.moon-rocks__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.moon-rocks__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:#1a1a1a;transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.moon-rocks__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:#00553f}.moon-rocks__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.moon-rocks__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.moon-rocks__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.moon-rocks__product-badge--sale{background:#3498db;color:white}.moon-rocks__product-badge--out{background:#e74c3c;color:white}.moon-rocks__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.moon-rocks__product-name{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.moon-rocks__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.moon-rocks__product-price--current{font-size:24px;font-weight:800;color:#00553f}.moon-rocks__product-price--original{font-size:18px;color:#666;text-decoration:line-through}.moon-rocks__empty{text-align:center;padding:60px 24px}.moon-rocks__empty p{font-size:18px;color:#666;margin:0 0 24px}.moon-rocks__empty-btn{display:inline-block;padding:14px 32px;background:#00553f;color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.moon-rocks__content{padding:100px 24px;background:#fafafa}.moon-rocks__content-wrapper{max-width:900px;margin:0 auto}.moon-rocks__content-title{font-size:42px;font-weight:800;color:#1a1a1a;margin:0 0 32px;line-height:1.2}.moon-rocks__content-text p{font-size:18px;line-height:1.8;color:#1a1a1a;margin:0 0 24px}.moon-rocks__content-text strong{color:#00553f;font-weight:700}.moon-rocks__faq{padding:100px 24px;background:#ffffff}.moon-rocks__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.moon-rocks__faq-item{background:#fafafa;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.moon-rocks__faq-question{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.moon-rocks__faq-answer{font-size:16px;line-height:1.8;color:#666;margin:0}.moon-rocks__cta{padding:100px 24px;background:#00553f;position:relative;overflow:hidden}.moon-rocks__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.moon-rocks__cta-text{flex:1 1}.moon-rocks__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px}.moon-rocks__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.moon-rocks__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:#00553f;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.moon-rocks__cta-btn:hover{background:#4a4a6a;color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.moon-rocks__cta-shapes{position:absolute;inset:0;pointer-events:none}.moon-rocks__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.moon-rocks__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.moon-rocks__cta-shape--2{width:250px;height:250px;background:#4a4a6a;bottom:-80px;left:5%}@media (max-width:1024px){.moon-rocks__hero-title{font-size:48px}.moon-rocks__faq-grid,.moon-rocks__why-grid{grid-template-columns:1fr}.moon-rocks__cta-content{flex-direction:column;text-align:center;gap:32px}}@media (max-width:768px){.moon-rocks__hero{min-height:60vh;padding:100px 24px 60px}.moon-rocks__hero-title,.moon-rocks__section-title,.moon-rocks__why-title{font-size:36px}.moon-rocks__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.moon-rocks__content-title,.moon-rocks__cta-title{font-size:32px}}@media (max-width:480px){.moon-rocks__hero-title{font-size:28px}.moon-rocks__products-grid{grid-template-columns:1fr}}.pre-rolls{background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.pre-rolls__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.pre-rolls__hero-bg{position:absolute;inset:0;z-index:0}.pre-rolls__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:preRollsFloat 8s ease-in-out infinite}.pre-rolls__hero-shape--1{width:500px;height:500px;background:#27ae60;top:-150px;right:-100px;animation-delay:0s}.pre-rolls__hero-shape--2{width:400px;height:400px;background:#2ecc71;bottom:-100px;left:-100px;animation-delay:2s}.pre-rolls__hero-shape--3{width:300px;height:300px;background:#00553f;top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes preRollsFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.pre-rolls__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.pre-rolls__hero-badge{display:inline-flex;align-items:center;gap:8px;background:#00553f;color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px}.pre-rolls__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:#1a1a1a;margin:0 0 24px}.pre-rolls__hero-title--accent{color:#00553f;font-style:italic}.pre-rolls__hero-subtitle{font-size:22px;color:#666;line-height:1.6;max-width:600px;margin:0 auto 32px}.pre-rolls__hero-cta{display:flex;justify-content:center;gap:16px}.pre-rolls__hero-btn--primary{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;background:#00553f;color:white;transition:all .3s ease}.pre-rolls__hero-btn--primary:hover{background:#27ae60;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.pre-rolls__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.pre-rolls__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.pre-rolls__hero-icon--1{top:15%;left:10%}.pre-rolls__hero-icon--2{top:60%;right:15%;font-size:48px;animation-delay:1s}.pre-rolls__hero-icon--3{bottom:20%;left:30%;font-size:56px;animation-delay:2s}.pre-rolls__description{padding:60px 24px;background:#fafafa}.pre-rolls__container{max-width:1200px;margin:0 auto}.pre-rolls__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:#1a1a1a}.pre-rolls__why{padding:100px 24px;background:#fafafa}.pre-rolls__why-header{text-align:center;margin-bottom:60px}.pre-rolls__why-title{font-size:48px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.pre-rolls__why-title--accent{color:#00553f;font-style:italic}.pre-rolls__why-subtitle{font-size:20px;color:#666;margin:0}.pre-rolls__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.pre-rolls__why-card{background:white;padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.pre-rolls__why-card:hover{transform:translateY(-8px);border-color:#00553f;box-shadow:0 10px 30px rgba(0,85,63,.15)}.pre-rolls__why-icon{font-size:64px;display:block;margin-bottom:24px}.pre-rolls__why-card-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.pre-rolls__why-card-text{font-size:16px;line-height:1.8;color:#666;margin:0}.pre-rolls__products{padding:100px 24px;background:#ffffff}.pre-rolls__section-title{font-size:48px;font-weight:800;color:#1a1a1a;text-align:center;margin:0 0 16px}.pre-rolls__section-subtitle{font-size:20px;color:#666;text-align:center;margin:0 0 60px}.pre-rolls__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.pre-rolls__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:#1a1a1a;transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.pre-rolls__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:#00553f}.pre-rolls__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.pre-rolls__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pre-rolls__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.pre-rolls__product-badge--sale{background:#3498db;color:white}.pre-rolls__product-badge--out{background:#e74c3c;color:white}.pre-rolls__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.pre-rolls__product-name{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.pre-rolls__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.pre-rolls__product-price--current{font-size:24px;font-weight:800;color:#00553f}.pre-rolls__product-price--original{font-size:18px;color:#666;text-decoration:line-through}.pre-rolls__empty{text-align:center;padding:60px 24px}.pre-rolls__empty p{font-size:18px;color:#666;margin:0 0 24px}.pre-rolls__empty-btn{display:inline-block;padding:14px 32px;background:#00553f;color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.pre-rolls__content{padding:100px 24px;background:#fafafa}.pre-rolls__content-wrapper{max-width:900px;margin:0 auto}.pre-rolls__content-title{font-size:42px;font-weight:800;color:#1a1a1a;margin:0 0 32px;line-height:1.2}.pre-rolls__content-text p{font-size:18px;line-height:1.8;color:#1a1a1a;margin:0 0 24px}.pre-rolls__content-text strong{color:#00553f;font-weight:700}.pre-rolls__faq{padding:100px 24px;background:#ffffff}.pre-rolls__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.pre-rolls__faq-item{background:#fafafa;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.pre-rolls__faq-question{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.pre-rolls__faq-answer{font-size:16px;line-height:1.8;color:#666;margin:0}.pre-rolls__cta{padding:100px 24px;background:#00553f;position:relative;overflow:hidden}.pre-rolls__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.pre-rolls__cta-text{flex:1 1}.pre-rolls__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px}.pre-rolls__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.pre-rolls__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:#00553f;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.pre-rolls__cta-btn:hover{background:#27ae60;color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.pre-rolls__cta-shapes{position:absolute;inset:0;pointer-events:none}.pre-rolls__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.pre-rolls__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.pre-rolls__cta-shape--2{width:250px;height:250px;background:#27ae60;bottom:-80px;left:5%}@media (max-width:1024px){.pre-rolls__hero-title{font-size:48px}.pre-rolls__faq-grid,.pre-rolls__why-grid{grid-template-columns:1fr}.pre-rolls__cta-content{flex-direction:column;text-align:center;gap:32px}}@media (max-width:768px){.pre-rolls__hero{min-height:60vh;padding:100px 24px 60px}.pre-rolls__hero-title,.pre-rolls__section-title,.pre-rolls__why-title{font-size:36px}.pre-rolls__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.pre-rolls__content-title,.pre-rolls__cta-title{font-size:32px}}@media (max-width:480px){.pre-rolls__hero-title{font-size:28px}.pre-rolls__products-grid{grid-template-columns:1fr}}:root{--sativa-text:#00553f;--sativa-background:#ffffff;--sativa-primary:#f39c12;--sativa-secondary:#f1c40f;--sativa-accent:#00553f;--sativa-black:#1a1a1a;--sativa-gray:#666}.sativa{background:var(--sativa-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.sativa__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.sativa__hero-bg{position:absolute;inset:0;z-index:0}.sativa__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.sativa__hero-shape--1{width:500px;height:500px;background:var(--sativa-secondary);top:-150px;right:-100px;animation-delay:0s}.sativa__hero-shape--2{width:400px;height:400px;background:var(--sativa-primary);bottom:-100px;left:-100px;animation-delay:2s}.sativa__hero-shape--3{width:300px;height:300px;background:var(--sativa-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.sativa__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.sativa__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--sativa-accent);color:white;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:slideUp .8s ease-out .1s backwards}.sativa__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--sativa-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.sativa__hero-title--accent{color:var(--sativa-accent);font-style:italic}.sativa__hero-subtitle{font-size:22px;color:var(--sativa-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.sativa__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.sativa__hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.sativa__hero-btn--primary{background:var(--sativa-accent);color:white}.sativa__hero-btn--primary:hover{background:var(--sativa-primary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.sativa__hero-btn-arrow{transition:transform .3s}.sativa__hero-btn:hover .sativa__hero-btn-arrow{transform:translateX(5px)}.sativa__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.sativa__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.sativa__hero-icon--1{top:15%;left:10%;animation-delay:0s}.sativa__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.sativa__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sativa__description{padding:60px 24px;background:#fafafa}.sativa__description--top{padding-top:80px}.sativa__description--bottom{padding-bottom:80px}.sativa__container{max-width:1200px;margin:0 auto}.sativa__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--sativa-black)}.sativa__description-content h2{font-size:32px;font-weight:800;color:var(--sativa-black);margin:0 0 24px}.sativa__description-content h3{font-size:24px;font-weight:700;color:var(--sativa-accent);margin:32px 0 16px}.sativa__description-content p{margin:0 0 16px}.sativa__description-content strong{color:var(--sativa-accent);font-weight:700}.sativa__why{padding:100px 24px;background:var(--sativa-background)}.sativa__why-header{text-align:center;margin-bottom:60px}.sativa__why-title{font-size:48px;font-weight:800;color:var(--sativa-black);margin:0 0 16px;letter-spacing:-1px}.sativa__why-title--accent{color:var(--sativa-accent);font-style:italic}.sativa__why-subtitle{font-size:20px;color:var(--sativa-gray);margin:0}.sativa__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.sativa__why-card{background:linear-gradient(135deg,rgba(243,156,18,.05),rgba(241,196,15,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.sativa__why-card:hover{transform:translateY(-8px);border-color:var(--sativa-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.sativa__why-icon{font-size:64px;display:block;margin-bottom:24px}.sativa__why-card-title{font-size:24px;font-weight:800;color:var(--sativa-black);margin:0 0 16px}.sativa__why-card-text{font-size:16px;line-height:1.8;color:var(--sativa-gray);margin:0}.sativa__products{padding:100px 24px;background:#fafafa}.sativa__section-title{font-size:48px;font-weight:800;color:var(--sativa-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.sativa__section-subtitle{font-size:20px;color:var(--sativa-gray);text-align:center;margin:0 0 60px}.sativa__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.sativa__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--sativa-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.sativa__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--sativa-accent)}.sativa__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.sativa__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sativa__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.sativa__product-badge--sale{background:var(--sativa-primary);color:white}.sativa__product-badge--out{background:#e74c3c;color:white}.sativa__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.sativa__product-name{font-size:18px;font-weight:700;color:var(--sativa-black);margin:0 0 12px;line-height:1.4}.sativa__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.sativa__product-price--current{font-size:24px;font-weight:800;color:var(--sativa-accent)}.sativa__product-price--original{font-size:18px;color:var(--sativa-gray);text-decoration:line-through}.sativa__empty{text-align:center;padding:60px 24px}.sativa__empty p{font-size:18px;color:var(--sativa-gray);margin:0 0 24px}.sativa__empty-btn{display:inline-block;padding:14px 32px;background:var(--sativa-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.sativa__empty-btn:hover{background:var(--sativa-primary);transform:translateY(-3px)}.sativa__content{padding:100px 24px;background:var(--sativa-background)}.sativa__content-wrapper{max-width:900px;margin:0 auto}.sativa__content-title{font-size:42px;font-weight:800;color:var(--sativa-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.sativa__content-text{display:flex;flex-direction:column;gap:24px}.sativa__content-text p{font-size:18px;line-height:1.8;color:var(--sativa-black);margin:0}.sativa__content-text strong{color:var(--sativa-accent);font-weight:700}.sativa__faq{padding:100px 24px;background:#fafafa}.sativa__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.sativa__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.sativa__faq-question{font-size:20px;font-weight:700;color:var(--sativa-black);margin:0 0 16px}.sativa__faq-answer{font-size:16px;line-height:1.8;color:var(--sativa-gray);margin:0}.sativa__cta{padding:100px 24px;background:var(--sativa-accent);position:relative;overflow:hidden}.sativa__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.sativa__cta-text{flex:1 1}.sativa__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.sativa__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.sativa__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--sativa-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.sativa__cta-btn:hover{background:var(--sativa-primary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.sativa__cta-arrow{transition:transform .3s}.sativa__cta-btn:hover .sativa__cta-arrow{transform:translateX(5px)}.sativa__cta-shapes{position:absolute;inset:0;pointer-events:none}.sativa__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.sativa__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.sativa__cta-shape--2{width:250px;height:250px;background:var(--sativa-primary);bottom:-80px;left:5%}@media (max-width:1024px){.sativa__hero-title{font-size:48px}.sativa__faq-grid,.sativa__why-grid{grid-template-columns:1fr}.sativa__cta-content{flex-direction:column;text-align:center;gap:32px}.sativa__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.sativa__hero{min-height:60vh;padding:100px 24px 60px}.sativa__hero-title{font-size:36px}.sativa__hero-subtitle{font-size:18px}.sativa__content,.sativa__cta,.sativa__faq,.sativa__products,.sativa__why{padding:60px 24px}.sativa__section-title,.sativa__why-title{font-size:36px}.sativa__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.sativa__content-title{font-size:32px}.sativa__content-text p{font-size:16px}.sativa__cta-title{font-size:32px}.sativa__cta-subtitle{font-size:18px}}@media (max-width:480px){.sativa__hero-title{font-size:28px}.sativa__products-grid{grid-template-columns:1fr}.sativa__content-title,.sativa__cta-title{font-size:28px}}