:root{--edibles-text:#FB184E;--edibles-background:#ffffff;--edibles-primary:#ff3901;--edibles-secondary:#ffeb00;--edibles-accent:#00553f;--edibles-black:#1a1a1a;--edibles-gray:#666}.edibles{background:var(--edibles-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.edibles__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.edibles__hero-bg{position:absolute;inset:0;z-index:0}.edibles__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:ediblesFloat 8s ease-in-out infinite}.edibles__hero-shape--1{width:500px;height:500px;background:var(--edibles-text);top:-150px;right:-100px;animation-delay:0s}.edibles__hero-shape--2{width:400px;height:400px;background:var(--edibles-secondary);bottom:-100px;left:-100px;animation-delay:2s}.edibles__hero-shape--3{width:300px;height:300px;background:var(--edibles-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes ediblesFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.edibles__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:ediblesSlideUp .8s ease-out}.edibles__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--edibles-text);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:ediblesSlideUp .8s ease-out .1s backwards}.edibles__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--edibles-black);margin:0 0 24px;animation:ediblesSlideUp .8s ease-out .2s backwards}.edibles__hero-title--accent{color:var(--edibles-text);font-style:italic}.edibles__hero-subtitle{font-size:22px;color:var(--edibles-gray);line-height:1.6;max-width:700px;margin:0 auto;animation:ediblesSlideUp .8s ease-out .3s backwards}.edibles__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.edibles__hero-icon{position:absolute;font-size:64px;animation:ediblesIconFloat 4s ease-in-out infinite;opacity:.6}.edibles__hero-icon--1{top:15%;left:10%;animation-delay:0s}.edibles__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.edibles__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}@keyframes ediblesIconFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes ediblesSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.edibles__container{max-width:1200px;margin:0 auto}.edibles__why{padding:100px 24px;background:linear-gradient(135deg,rgba(251,24,78,.03),rgba(255,235,0,.03))}.edibles__why-header{text-align:center;margin-bottom:60px}.edibles__why-title{font-size:48px;font-weight:800;color:var(--edibles-black);margin:0 0 16px;letter-spacing:-1px}.edibles__why-title--accent{color:var(--edibles-text);font-style:italic}.edibles__why-subtitle{font-size:20px;color:var(--edibles-gray);margin:0}.edibles__why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.edibles__why-card{background:white;padding:40px 24px;border-radius:20px;border:2px solid rgba(251,24,78,.1);text-align:center;transition:all .4s ease;animation:ediblesFadeInUp .6s ease-out backwards}.edibles__why-card:first-child{animation-delay:.1s}.edibles__why-card:nth-child(2){animation-delay:.2s}.edibles__why-card:nth-child(3){animation-delay:.3s}.edibles__why-card:nth-child(4){animation-delay:.4s}.edibles__why-card:hover{transform:translateY(-8px);border-color:var(--edibles-text);box-shadow:0 10px 30px rgba(251,24,78,.15)}.edibles__why-icon{font-size:48px;display:block;margin-bottom:20px}.edibles__why-card-title{font-size:20px;font-weight:700;color:var(--edibles-black);margin:0 0 12px}.edibles__why-card-text{font-size:15px;line-height:1.7;color:var(--edibles-gray);margin:0}@keyframes ediblesFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.edibles__products{padding:100px 24px;background:var(--edibles-background)}.edibles__section-title{font-size:48px;font-weight:800;color:var(--edibles-black);text-align:center;margin:0 0 60px;letter-spacing:-1px}.edibles__products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.edibles__product-card{background:linear-gradient(135deg,rgba(251,24,78,.05),rgba(255,235,0,.05));padding:40px 24px;border-radius:20px;border:2px solid rgba(251,24,78,.1);text-decoration:none;color:var(--edibles-black);text-align:center;transition:all .4s ease;display:flex;flex-direction:column;align-items:center}.edibles__product-card:hover{transform:translateY(-8px);border-color:var(--edibles-text);box-shadow:0 10px 30px rgba(251,24,78,.15);background:linear-gradient(135deg,var(--edibles-text) 0,rgba(251,24,78,.9) 100%);color:white}.edibles__product-icon{font-size:56px;margin-bottom:20px;transition:transform .3s ease}.edibles__product-card:hover .edibles__product-icon{transform:scale(1.1) rotate(5deg)}.edibles__product-title{font-size:22px;font-weight:700;margin:0 0 12px}.edibles__product-text{font-size:15px;line-height:1.7;margin:0 0 20px;opacity:.9}.edibles__product-link{font-size:14px;font-weight:700;color:var(--edibles-text);transition:color .3s ease}.edibles__product-card:hover .edibles__product-link{color:var(--edibles-secondary)}.edibles__features{padding:100px 24px;background:#fafafa}.edibles__features-header{text-align:center;margin-bottom:60px}.edibles__features-title{font-size:48px;font-weight:800;color:var(--edibles-black);margin:0;letter-spacing:-1px}.edibles__features-title--accent{color:var(--edibles-accent);font-style:italic}.edibles__features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.edibles__feature-card{background:white;padding:48px 32px;border-radius:24px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease}.edibles__feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.edibles__feature-icon{font-size:56px;display:block;margin-bottom:24px}.edibles__feature-title{font-size:24px;font-weight:700;color:var(--edibles-black);margin:0 0 16px}.edibles__feature-text{font-size:16px;line-height:1.8;color:var(--edibles-gray);margin:0}.edibles__guide{padding:100px 24px;background:linear-gradient(135deg,var(--edibles-text) 0,rgba(251,24,78,.9) 100%)}.edibles__guide-content{max-width:1000px;margin:0 auto;color:white}.edibles__guide-title{font-size:42px;font-weight:800;text-align:center;margin:0 0 16px}.edibles__guide-intro{font-size:18px;text-align:center;opacity:.9;margin:0 0 48px}.edibles__guide-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.edibles__guide-card{background:rgba(255,255,255,.15);padding:32px 20px;border-radius:16px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.edibles__guide-card:hover{background:rgba(255,255,255,.25);transform:translateY(-5px)}.edibles__guide-card--highlight{color:var(--edibles-black)}.edibles__guide-card--highlight,.edibles__guide-card--highlight:hover{background:var(--edibles-secondary)}.edibles__guide-dose{font-size:32px;font-weight:800;margin-bottom:8px}.edibles__guide-level{font-size:18px;font-weight:700;margin:0 0 12px}.edibles__guide-desc{font-size:14px;line-height:1.6;margin:0;opacity:.9}.edibles__guide-card--highlight .edibles__guide-desc{opacity:1}.edibles__guide-note{font-size:16px;text-align:center;background:rgba(255,255,255,.1);padding:20px;border-radius:12px;margin:0}.edibles__guide-note strong{color:var(--edibles-secondary)}.edibles__content{padding:100px 24px;background:var(--edibles-background)}.edibles__content-wrapper{max-width:900px;margin:0 auto}.edibles__content-title{font-size:42px;font-weight:800;color:var(--edibles-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.edibles__content-text{display:flex;flex-direction:column;gap:24px}.edibles__content-text p{font-size:18px;line-height:1.8;color:var(--edibles-black);margin:0}.edibles__content-text strong{color:var(--edibles-text);font-weight:700}.edibles__cta{padding:100px 24px;background:var(--edibles-accent);position:relative;overflow:hidden}.edibles__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.edibles__cta-text{flex:1 1}.edibles__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.edibles__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.edibles__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:var(--edibles-secondary);color:var(--edibles-black);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.edibles__cta-btn:hover{background:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.edibles__cta-arrow{transition:transform .3s}.edibles__cta-btn:hover .edibles__cta-arrow{transform:translateX(5px)}.edibles__cta-shapes{position:absolute;inset:0;pointer-events:none}.edibles__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.edibles__cta-shape--1{width:300px;height:300px;background:var(--edibles-secondary);top:-100px;right:10%}.edibles__cta-shape--2{width:250px;height:250px;background:var(--edibles-text);bottom:-80px;left:5%}@media (max-width:1024px){.edibles__hero-title{font-size:48px}.edibles__products-grid,.edibles__why-grid{grid-template-columns:repeat(2,1fr)}.edibles__features-grid{grid-template-columns:1fr}.edibles__guide-grid{grid-template-columns:repeat(2,1fr)}.edibles__cta-content{flex-direction:column;text-align:center;gap:32px}.edibles__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.edibles__hero{min-height:60vh;padding:100px 24px 60px}.edibles__hero-title{font-size:36px}.edibles__hero-subtitle{font-size:18px}.edibles__content,.edibles__cta,.edibles__features,.edibles__guide,.edibles__products,.edibles__why{padding:60px 24px}.edibles__features-title,.edibles__section-title,.edibles__why-title{font-size:36px}.edibles__guide-grid,.edibles__products-grid,.edibles__why-grid{grid-template-columns:1fr}.edibles__content-title,.edibles__guide-title{font-size:32px}.edibles__content-text p{font-size:16px}.edibles__cta-title{font-size:32px}.edibles__cta-subtitle{font-size:18px}}@media (max-width:480px){.edibles__content-title,.edibles__cta-title,.edibles__features-title,.edibles__guide-title,.edibles__hero-title,.edibles__section-title,.edibles__why-title{font-size:28px}}.edibles__comparison{padding:80px 40px;background:#f8fafc}.edibles__section-subtitle{text-align:center;font-size:1.1rem;color:#64748b;max-width:600px;margin:-20px auto 40px}.edibles__comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.edibles__comparison-card{background:white;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.edibles__comparison-card h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 20px;text-align:center}.edibles__comparison-list{list-style:none;padding:0;margin:0 0 20px}.edibles__comparison-list li{font-size:.95rem;color:#4a5568;padding:10px 0;border-bottom:1px solid #f1f5f9}.edibles__comparison-list li:last-child{border-bottom:none}.edibles__comparison-best{font-size:.9rem;color:#64748b;background:#f8fafc;padding:12px;border-radius:8px;margin:0}.edibles__comparison-cta{text-align:center;margin-top:24px}.edibles__comparison-link{display:inline-block;padding:12px 24px;background:#1a1a2e;color:white;font-size:1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:background .3s ease,transform .3s ease}.edibles__comparison-link:hover{background:#ec4899;transform:translateY(-2px)}@media (max-width:768px){.edibles__comparison{padding:60px 24px}.edibles__comparison-grid{grid-template-columns:1fr}.edibles__comparison-card{padding:24px}}.tldr-block{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;border-radius:12px;padding:20px 24px;margin:24px 0;position:relative}.tldr-block--compact{padding:16px 20px;margin:16px 0}.tldr-block--highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.tldr-block__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.tldr-block__icon{font-size:1.25rem}.tldr-block__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#059669;background:rgba(16,185,129,.15);padding:4px 10px;border-radius:4px}.tldr-block--highlight .tldr-block__label{color:#d97706;background:rgba(245,158,11,.15)}.tldr-block__content{font-size:1.05rem;line-height:1.7;color:#1f2937;margin:0;font-weight:500}@media (max-width:640px){.tldr-block{padding:16px 18px}.tldr-block__content{font-size:.95rem}}.guide-page{min-height:100vh;background:#f8fafc}.guide-page__hero{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:80px 20px 60px;color:white}.guide-page__hero-content{max-width:900px;margin:0 auto}.guide-page__breadcrumb{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:20px}.guide-page__breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.guide-page__breadcrumb a:hover{color:#10b981}.guide-page__title{font-size:2.75rem;font-weight:800;margin:0 0 16px;line-height:1.2}.guide-page__subtitle{font-size:1.25rem;color:rgba(255,255,255,.85);margin:0 0 24px;line-height:1.6}.guide-page__meta{display:flex;flex-wrap:wrap;gap:20px;font-size:.9rem;color:rgba(255,255,255,.7)}.guide-page__container{max-width:900px;margin:0 auto;padding:40px 20px 80px}.guide-page__content{background:white;border-radius:16px;padding:40px;margin-bottom:40px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.guide-page__content h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:40px 0 16px;padding-top:20px;border-top:1px solid #e5e7eb}.guide-page__content h2:first-child{margin-top:0;padding-top:0;border-top:none}.guide-page__content p{font-size:1.05rem;line-height:1.8;color:#4a5568;margin:0 0 16px}.guide-page__content ol,.guide-page__content ul{margin:0 0 20px;padding-left:24px}.guide-page__content li{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:8px}.guide-page__content a{color:#10b981;text-decoration:none;font-weight:500}.guide-page__content a:hover{text-decoration:underline}.guide-page__content strong{color:#1a1a2e;font-weight:600}.guide-page__table-wrapper{overflow-x:auto;margin:20px 0}.guide-page__table{width:100%;border-collapse:collapse;font-size:.95rem}.guide-page__table td,.guide-page__table th{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb}.guide-page__table th{background:#f8fafc;font-weight:600;color:#1a1a2e}.guide-page__table tr:hover{background:#f8fafc}.guide-page__references{background:#fffbeb;border:1px solid #fcd34d;padding:24px;margin-bottom:40px}.guide-page__references h2{color:#92400e}.guide-page__references p{color:#78350f}.guide-page__references ul{padding-left:20px}.guide-page__references li{margin-bottom:8px}.guide-page__references a{color:#92400e}.guide-page__faq{background:white;border-radius:16px;padding:40px;margin-bottom:40px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.guide-page__faq h2{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 24px}.guide-page__faq-item{padding:20px 0;border-bottom:1px solid #e5e7eb}.guide-page__faq-item:last-child{border-bottom:none;padding-bottom:0}.guide-page__faq-item h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0 0 8px}.guide-page__faq-item p{font-size:1rem;line-height:1.7;color:#4a5568;margin:0}.guide-page__cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:40px;text-align:center;color:white}.guide-page__cta h2{font-size:1.75rem;font-weight:700;margin:0 0 12px}.guide-page__cta p{font-size:1.1rem;opacity:.9;margin:0 0 24px}.guide-page__cta-btn{display:inline-block;padding:14px 32px;background:white;color:#059669;font-size:1.1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.guide-page__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.guide-page__references{background:#f8fafc;border-radius:12px;padding:24px 32px;margin:32px 0;border-left:4px solid #10b981}.guide-page__references h2{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}.guide-page__references p{font-size:.95rem;color:#64748b;margin:0 0 16px}.guide-page__references ul{list-style:none;padding:0;margin:0}.guide-page__references li{padding:8px 0;border-bottom:1px solid #e5e7eb}.guide-page__references li:last-child{border-bottom:none}.guide-page__references a{color:#10b981;text-decoration:none;font-weight:500;transition:color .2s ease}.guide-page__references a:hover{color:#059669;text-decoration:underline}@media (max-width:768px){.guide-page__hero{padding:60px 16px 40px}.guide-page__title{font-size:2rem}.guide-page__subtitle{font-size:1.1rem}.guide-page__content,.guide-page__faq{padding:24px}.guide-page__content h2{font-size:1.25rem}.guide-page__meta{flex-direction:column;gap:8px}.guide-page__references{padding:20px 24px}}: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}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.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}@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)}}.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}}