:root{--bulk-weed-text:#00553f;--bulk-weed-background:#ffffff;--bulk-weed-primary:#e67e22;--bulk-weed-secondary:#d35400;--bulk-weed-accent:#00553f;--bulk-weed-black:#1a1a1a;--bulk-weed-gray:#666}.bulk-weed{background:var(--bulk-weed-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.bulk-weed__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.bulk-weed__hero-bg{position:absolute;inset:0;z-index:0}.bulk-weed__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.bulk-weed__hero-shape--1{width:500px;height:500px;background:var(--bulk-weed-secondary);top:-150px;right:-100px;animation-delay:0s}.bulk-weed__hero-shape--2{width:400px;height:400px;background:var(--bulk-weed-primary);bottom:-100px;left:-100px;animation-delay:2s}.bulk-weed__hero-shape--3{width:300px;height:300px;background:var(--bulk-weed-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.bulk-weed__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.bulk-weed__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bulk-weed-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}.bulk-weed__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--bulk-weed-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.bulk-weed__hero-title--accent{color:var(--bulk-weed-accent);font-style:italic}.bulk-weed__hero-subtitle{font-size:22px;color:var(--bulk-weed-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.bulk-weed__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.bulk-weed__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}.bulk-weed__hero-btn--primary{background:var(--bulk-weed-accent);color:white}.bulk-weed__hero-btn--primary:hover{background:var(--bulk-weed-primary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.bulk-weed__hero-btn-arrow{transition:transform .3s}.bulk-weed__hero-btn:hover .bulk-weed__hero-btn-arrow{transform:translateX(5px)}.bulk-weed__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.bulk-weed__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.bulk-weed__hero-icon--1{top:15%;left:10%;animation-delay:0s}.bulk-weed__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.bulk-weed__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}.bulk-weed__description{padding:60px 24px;background:#fafafa}.bulk-weed__description--top{padding-top:80px}.bulk-weed__description--bottom{padding-bottom:80px}.bulk-weed__container{max-width:1200px;margin:0 auto}.bulk-weed__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--bulk-weed-black)}.bulk-weed__description-content h2{font-size:32px;font-weight:800;color:var(--bulk-weed-black);margin:0 0 24px}.bulk-weed__description-content h3{font-size:24px;font-weight:700;color:var(--bulk-weed-accent);margin:32px 0 16px}.bulk-weed__description-content p{margin:0 0 16px}.bulk-weed__description-content strong{color:var(--bulk-weed-accent);font-weight:700}.bulk-weed__why{padding:100px 24px;background:var(--bulk-weed-background)}.bulk-weed__why-header{text-align:center;margin-bottom:60px}.bulk-weed__why-title{font-size:48px;font-weight:800;color:var(--bulk-weed-black);margin:0 0 16px;letter-spacing:-1px}.bulk-weed__why-title--accent{color:var(--bulk-weed-accent);font-style:italic}.bulk-weed__why-subtitle{font-size:20px;color:var(--bulk-weed-gray);margin:0}.bulk-weed__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.bulk-weed__why-card{background:linear-gradient(135deg,rgba(230,126,34,.05),rgba(211,84,0,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.bulk-weed__why-card:hover{transform:translateY(-8px);border-color:var(--bulk-weed-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.bulk-weed__why-icon{font-size:64px;display:block;margin-bottom:24px}.bulk-weed__why-card-title{font-size:24px;font-weight:800;color:var(--bulk-weed-black);margin:0 0 16px}.bulk-weed__why-card-text{font-size:16px;line-height:1.8;color:var(--bulk-weed-gray);margin:0}.bulk-weed__products{padding:100px 24px;background:#fafafa}.bulk-weed__section-title{font-size:48px;font-weight:800;color:var(--bulk-weed-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.bulk-weed__section-subtitle{font-size:20px;color:var(--bulk-weed-gray);text-align:center;margin:0 0 60px}.bulk-weed__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.bulk-weed__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--bulk-weed-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.bulk-weed__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--bulk-weed-accent)}.bulk-weed__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.bulk-weed__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.bulk-weed__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.bulk-weed__product-badge--sale{background:var(--bulk-weed-primary);color:white}.bulk-weed__product-badge--out{background:#e74c3c;color:white}.bulk-weed__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.bulk-weed__product-name{font-size:18px;font-weight:700;color:var(--bulk-weed-black);margin:0 0 12px;line-height:1.4}.bulk-weed__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.bulk-weed__product-price--current{font-size:24px;font-weight:800;color:var(--bulk-weed-accent)}.bulk-weed__product-price--original{font-size:18px;color:var(--bulk-weed-gray);text-decoration:line-through}.bulk-weed__empty{text-align:center;padding:60px 24px}.bulk-weed__empty p{font-size:18px;color:var(--bulk-weed-gray);margin:0 0 24px}.bulk-weed__empty-btn{display:inline-block;padding:14px 32px;background:var(--bulk-weed-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.bulk-weed__empty-btn:hover{background:var(--bulk-weed-primary);transform:translateY(-3px)}.bulk-weed__content{padding:100px 24px;background:var(--bulk-weed-background)}.bulk-weed__content-wrapper{max-width:900px;margin:0 auto}.bulk-weed__content-title{font-size:42px;font-weight:800;color:var(--bulk-weed-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.bulk-weed__content-text{display:flex;flex-direction:column;gap:24px}.bulk-weed__content-text p{font-size:18px;line-height:1.8;color:var(--bulk-weed-black);margin:0}.bulk-weed__content-text strong{color:var(--bulk-weed-accent);font-weight:700}.bulk-weed__faq{padding:100px 24px;background:#fafafa}.bulk-weed__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.bulk-weed__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.bulk-weed__faq-question{font-size:20px;font-weight:700;color:var(--bulk-weed-black);margin:0 0 16px}.bulk-weed__faq-answer{font-size:16px;line-height:1.8;color:var(--bulk-weed-gray);margin:0}.bulk-weed__cta{padding:100px 24px;background:var(--bulk-weed-accent);position:relative;overflow:hidden}.bulk-weed__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.bulk-weed__cta-text{flex:1 1}.bulk-weed__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.bulk-weed__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.bulk-weed__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--bulk-weed-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.bulk-weed__cta-btn:hover{background:var(--bulk-weed-primary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.bulk-weed__cta-arrow{transition:transform .3s}.bulk-weed__cta-btn:hover .bulk-weed__cta-arrow{transform:translateX(5px)}.bulk-weed__cta-shapes{position:absolute;inset:0;pointer-events:none}.bulk-weed__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.bulk-weed__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.bulk-weed__cta-shape--2{width:250px;height:250px;background:var(--bulk-weed-primary);bottom:-80px;left:5%}@media (max-width:1024px){.bulk-weed__hero-title{font-size:48px}.bulk-weed__faq-grid,.bulk-weed__why-grid{grid-template-columns:1fr}.bulk-weed__cta-content{flex-direction:column;text-align:center;gap:32px}.bulk-weed__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.bulk-weed__hero{min-height:60vh;padding:100px 24px 60px}.bulk-weed__hero-title{font-size:36px}.bulk-weed__hero-subtitle{font-size:18px}.bulk-weed__content,.bulk-weed__cta,.bulk-weed__faq,.bulk-weed__products,.bulk-weed__why{padding:60px 24px}.bulk-weed__section-title,.bulk-weed__why-title{font-size:36px}.bulk-weed__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.bulk-weed__content-title{font-size:32px}.bulk-weed__content-text p{font-size:16px}.bulk-weed__cta-title{font-size:32px}.bulk-weed__cta-subtitle{font-size:18px}}@media (max-width:480px){.bulk-weed__hero-title{font-size:28px}.bulk-weed__products-grid{grid-template-columns:1fr}.bulk-weed__content-title,.bulk-weed__cta-title{font-size:28px}}:root{--cannabis-text:#FB184E;--cannabis-background:#ffffff;--cannabis-primary:#ff3901;--cannabis-secondary:#ffeb00;--cannabis-accent:#00553f;--cannabis-black:#1a1a1a;--cannabis-gray:#666}.cannabis{background:var(--cannabis-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.cannabis__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.cannabis__hero-bg{position:absolute;inset:0;z-index:0}.cannabis__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.cannabis__hero-shape--1{width:500px;height:500px;background:var(--cannabis-secondary);top:-150px;right:-100px;animation-delay:0s}.cannabis__hero-shape--2{width:400px;height:400px;background:var(--cannabis-primary);bottom:-100px;left:-100px;animation-delay:2s}.cannabis__hero-shape--3{width:300px;height:300px;background:var(--cannabis-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}.cannabis__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.cannabis__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--cannabis-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}.cannabis__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--cannabis-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.cannabis__hero-title--accent{color:var(--cannabis-accent);font-style:italic}.cannabis__hero-subtitle{font-size:22px;color:var(--cannabis-gray);line-height:1.6;max-width:600px;margin:0 auto;animation:slideUp .8s ease-out .3s backwards}.cannabis__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.cannabis__hero-leaf{position:absolute;font-size:64px;animation:leafFloat 4s ease-in-out infinite;opacity:.6}.cannabis__hero-leaf--1{top:15%;left:10%;animation-delay:0s}.cannabis__hero-leaf--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.cannabis__hero-leaf--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}@keyframes leafFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.cannabis__discounts{padding:100px 24px;background:linear-gradient(135deg,rgba(0,85,63,.03),rgba(255,57,1,.03))}.cannabis__container{max-width:1200px;margin:0 auto}.cannabis__discounts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.cannabis__discount-card{background:white;padding:48px;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px solid rgba(0,85,63,.1);transition:all .4s ease;animation:fadeInUp .6s ease-out backwards}.cannabis__discount-card:first-child{animation-delay:.1s}.cannabis__discount-card:nth-child(2){animation-delay:.2s}.cannabis__discount-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:var(--cannabis-accent)}.cannabis__discount-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.cannabis__discount-icon{font-size:48px}.cannabis__discount-title{font-size:28px;font-weight:800;color:var(--cannabis-black);margin:0;letter-spacing:-.5px}.cannabis__discount-content{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.cannabis__discount-item{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,rgba(0,85,63,.05),rgba(255,57,1,.05));border-radius:16px;transition:all .3s ease}.cannabis__discount-item:hover{background:linear-gradient(135deg,rgba(0,85,63,.1),rgba(255,57,1,.1));transform:translateX(5px)}.cannabis__discount-item--highlight{background:linear-gradient(135deg,var(--cannabis-accent) 0,rgba(0,85,63,.9) 100%);color:white}.cannabis__discount-item--highlight .cannabis__discount-percent,.cannabis__discount-item--highlight .cannabis__discount-text{color:white}.cannabis__discount-percent{font-size:36px;font-weight:800;color:var(--cannabis-accent);min-width:100px}.cannabis__discount-text{font-size:18px;font-weight:600;color:var(--cannabis-black)}.cannabis__discount-footer{padding-top:24px;border-top:2px solid rgba(0,85,63,.1);text-align:center}.cannabis__discount-footer p{font-size:14px;color:var(--cannabis-gray);margin:4px 0}.cannabis__discount-note{color:var(--cannabis-accent)!important;font-weight:600!important}.cannabis__welcome{padding:100px 24px;background:var(--cannabis-background)}.cannabis__welcome-header{text-align:center;margin-bottom:60px}.cannabis__welcome-title{font-size:48px;font-weight:800;color:var(--cannabis-black);margin:0;letter-spacing:-1px}.cannabis__welcome-title--accent{color:var(--cannabis-accent);font-style:italic}.cannabis__features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.cannabis__feature-card{background:linear-gradient(135deg,rgba(0,85,63,.05),rgba(255,57,1,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease;animation:fadeInUp .6s ease-out backwards}.cannabis__feature-card:first-child{animation-delay:.1s}.cannabis__feature-card:nth-child(2){animation-delay:.2s}.cannabis__feature-card:nth-child(3){animation-delay:.3s}.cannabis__feature-card:hover{transform:translateY(-8px);border-color:var(--cannabis-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.cannabis__feature-icon{font-size:64px;display:block;margin-bottom:24px;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cannabis__feature-title{font-size:24px;font-weight:800;color:var(--cannabis-black);margin:0 0 16px;letter-spacing:-.5px}.cannabis__feature-text{font-size:16px;line-height:1.8;color:var(--cannabis-gray);margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cannabis__categories{padding:100px 24px;background:#fafafa}.cannabis__section-title{font-size:48px;font-weight:800;color:var(--cannabis-black);text-align:center;margin:0 0 60px;letter-spacing:-1px}.cannabis__category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.cannabis__category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;background:white;border-radius:20px;border:2px solid rgba(0,85,63,.1);text-decoration:none;color:var(--cannabis-black);transition:all .3s ease;position:relative;overflow:hidden}.cannabis__category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--cannabis-accent) 0,rgba(0,85,63,.8) 100%);opacity:0;transition:opacity .3s ease}.cannabis__category-card:hover{transform:translateY(-5px);border-color:var(--cannabis-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.cannabis__category-card:hover:before{opacity:1}.cannabis__category-card:hover .cannabis__category-arrow,.cannabis__category-card:hover .cannabis__category-icon,.cannabis__category-card:hover .cannabis__category-name{color:white;position:relative;z-index:1}.cannabis__category-icon{font-size:48px;transition:transform .3s ease}.cannabis__category-card:hover .cannabis__category-icon{transform:scale(1.1) rotate(5deg)}.cannabis__category-name{font-size:18px;font-weight:700;transition:color .3s ease}.cannabis__category-arrow{font-size:24px;font-weight:700;transition:transform .3s ease}.cannabis__category-card:hover .cannabis__category-arrow{transform:translateX(5px)}.cannabis__content{padding:100px 24px;background:var(--cannabis-background)}.cannabis__content-wrapper{max-width:900px;margin:0 auto}.cannabis__content-title{font-size:42px;font-weight:800;color:var(--cannabis-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.cannabis__content-text{display:flex;flex-direction:column;gap:24px}.cannabis__content-text p{font-size:18px;line-height:1.8;color:var(--cannabis-black);margin:0}.cannabis__content-text strong{color:var(--cannabis-accent);font-weight:700}.cannabis__cta{padding:100px 24px;background:var(--cannabis-accent);position:relative;overflow:hidden}.cannabis__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.cannabis__cta-text{flex:1 1}.cannabis__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.cannabis__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.cannabis__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:var(--cannabis-secondary);color:var(--cannabis-black);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.cannabis__cta-btn:hover{background:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.cannabis__cta-arrow{transition:transform .3s}.cannabis__cta-btn:hover .cannabis__cta-arrow{transform:translateX(5px)}.cannabis__cta-shapes{position:absolute;inset:0;pointer-events:none}.cannabis__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.cannabis__cta-shape--1{width:300px;height:300px;background:var(--cannabis-secondary);top:-100px;right:10%}.cannabis__cta-shape--2{width:250px;height:250px;background:var(--cannabis-primary);bottom:-80px;left:5%}@media (max-width:1024px){.cannabis__hero-title{font-size:48px}.cannabis__discounts-grid,.cannabis__features-grid{grid-template-columns:1fr}.cannabis__category-grid{grid-template-columns:repeat(2,1fr)}.cannabis__cta-content{flex-direction:column;text-align:center;gap:32px}.cannabis__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.cannabis__hero{min-height:60vh;padding:100px 24px 60px}.cannabis__hero-title{font-size:36px}.cannabis__hero-subtitle{font-size:18px}.cannabis__categories,.cannabis__content,.cannabis__cta,.cannabis__discounts,.cannabis__welcome{padding:60px 24px}.cannabis__discount-title,.cannabis__section-title,.cannabis__welcome-title{font-size:36px}.cannabis__discount-card,.cannabis__feature-card{padding:32px 24px}.cannabis__feature-title{font-size:20px}.cannabis__category-grid{grid-template-columns:1fr}.cannabis__content-title{font-size:32px}.cannabis__content-text p{font-size:16px}.cannabis__cta-title{font-size:32px}.cannabis__cta-subtitle{font-size:18px}}@media (max-width:480px){.cannabis__hero-title{font-size:28px}.cannabis__discount-percent{font-size:28px;min-width:80px}.cannabis__discount-text{font-size:16px}.cannabis__feature-icon{font-size:48px}.cannabis__content-title,.cannabis__cta-title{font-size:28px}}.cannabis__plant-types{padding:80px 40px;background:#f8fafc}.cannabis__section-subtitle{text-align:center;font-size:1.1rem;color:#64748b;max-width:600px;margin:-20px auto 40px}.cannabis__types-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.cannabis__type-card{background:white;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid transparent}.cannabis__type-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.cannabis__type-card--indica{border-top-color:#7c3aed}.cannabis__type-card--sativa{border-top-color:#10b981}.cannabis__type-card--hybrid{border-top-color:#f59e0b}.cannabis__type-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.cannabis__type-icon{font-size:2rem}.cannabis__type-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0}.cannabis__type-card--indica .cannabis__type-title{color:#7c3aed}.cannabis__type-card--sativa .cannabis__type-title{color:#10b981}.cannabis__type-card--hybrid .cannabis__type-title{color:#f59e0b}.cannabis__type-desc{font-size:.95rem;line-height:1.7;color:#4a5568;margin:0 0 20px}.cannabis__type-effects{list-style:none;padding:0;margin:0 0 24px}.cannabis__type-effects li{font-size:.9rem;color:#64748b;border-bottom:1px solid #f1f5f9;position:relative;padding:8px 0 8px 20px}.cannabis__type-effects li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.cannabis__type-effects li:last-child{border-bottom:none}.cannabis__type-link{display:inline-block;font-size:.95rem;font-weight:600;color:#00553f;text-decoration:none;transition:color .2s ease}.cannabis__type-link:hover{color:#10b981}.cannabis__types-cta{text-align:center;margin-top:24px}.cannabis__types-guide-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}.cannabis__types-guide-link:hover{background:#00553f;transform:translateY(-2px)}@media (max-width:992px){.cannabis__types-grid{grid-template-columns:1fr}}@media (max-width:768px){.cannabis__plant-types{padding:60px 24px}.cannabis__type-card{padding:24px}}.chocolate-bars{background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.chocolate-bars__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.chocolate-bars__hero-bg{position:absolute;inset:0;z-index:0}.chocolate-bars__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:chocolateBarsFloat 8s ease-in-out infinite}.chocolate-bars__hero-shape--1{width:500px;height:500px;background:#f5deb3;top:-150px;right:-100px;animation-delay:0s}.chocolate-bars__hero-shape--2{width:400px;height:400px;background:#8b4513;bottom:-100px;left:-100px;animation-delay:2s;opacity:.4}.chocolate-bars__hero-shape--3{width:300px;height:300px;background:#00553f;top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes chocolateBarsFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.chocolate-bars__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.chocolate-bars__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}.chocolate-bars__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:#1a1a1a;margin:0 0 24px}.chocolate-bars__hero-title--accent{color:#00553f;font-style:italic}.chocolate-bars__hero-subtitle{font-size:22px;color:#666;line-height:1.6;max-width:600px;margin:0 auto 32px}.chocolate-bars__hero-cta{display:flex;justify-content:center;gap:16px}.chocolate-bars__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}.chocolate-bars__hero-btn--primary:hover{background:#3498db;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.chocolate-bars__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.chocolate-bars__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.chocolate-bars__hero-icon--1{top:15%;left:10%}.chocolate-bars__hero-icon--2{top:60%;right:15%;font-size:48px;animation-delay:1s}.chocolate-bars__hero-icon--3{bottom:20%;left:30%;font-size:56px;animation-delay:2s}.chocolate-bars__description{padding:60px 24px;background:#fafafa}.chocolate-bars__container{max-width:1200px;margin:0 auto}.chocolate-bars__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:#1a1a1a}.chocolate-bars__why{padding:100px 24px;background:#fafafa}.chocolate-bars__why-header{text-align:center;margin-bottom:60px}.chocolate-bars__why-title{font-size:48px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.chocolate-bars__why-title--accent{color:#00553f;font-style:italic}.chocolate-bars__why-subtitle{font-size:20px;color:#666;margin:0}.chocolate-bars__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.chocolate-bars__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}.chocolate-bars__why-card:hover{transform:translateY(-8px);border-color:#00553f;box-shadow:0 10px 30px rgba(0,85,63,.15)}.chocolate-bars__why-icon{font-size:64px;display:block;margin-bottom:24px}.chocolate-bars__why-card-title{font-size:24px;font-weight:800;color:#1a1a1a;margin:0 0 16px}.chocolate-bars__why-card-text{font-size:16px;line-height:1.8;color:#666;margin:0}.chocolate-bars__products{padding:100px 24px;background:#ffffff}.chocolate-bars__section-title{font-size:48px;font-weight:800;color:#1a1a1a;text-align:center;margin:0 0 16px}.chocolate-bars__section-subtitle{font-size:20px;color:#666;text-align:center;margin:0 0 60px}.chocolate-bars__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.chocolate-bars__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}.chocolate-bars__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:#00553f}.chocolate-bars__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.chocolate-bars__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.chocolate-bars__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.chocolate-bars__product-badge--sale{background:#3498db;color:white}.chocolate-bars__product-badge--out{background:#e74c3c;color:white}.chocolate-bars__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.chocolate-bars__product-name{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.chocolate-bars__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.chocolate-bars__product-price--current{font-size:24px;font-weight:800;color:#00553f}.chocolate-bars__product-price--original{font-size:18px;color:#666;text-decoration:line-through}.chocolate-bars__empty{text-align:center;padding:60px 24px}.chocolate-bars__empty p{font-size:18px;color:#666;margin:0 0 24px}.chocolate-bars__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}.chocolate-bars__content{padding:100px 24px;background:#fafafa}.chocolate-bars__content-wrapper{max-width:900px;margin:0 auto}.chocolate-bars__content-title{font-size:42px;font-weight:800;color:#1a1a1a;margin:0 0 32px;line-height:1.2}.chocolate-bars__content-text p{font-size:18px;line-height:1.8;color:#1a1a1a;margin:0 0 24px}.chocolate-bars__content-text strong{color:#00553f;font-weight:700}.chocolate-bars__faq{padding:100px 24px;background:#ffffff}.chocolate-bars__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.chocolate-bars__faq-item{background:#fafafa;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.chocolate-bars__faq-question{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.chocolate-bars__faq-answer{font-size:16px;line-height:1.8;color:#666;margin:0}.chocolate-bars__cta{padding:100px 24px;background:#00553f;position:relative;overflow:hidden}.chocolate-bars__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.chocolate-bars__cta-text{flex:1 1}.chocolate-bars__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px}.chocolate-bars__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.chocolate-bars__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}.chocolate-bars__cta-btn:hover{background:#3498db;color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.chocolate-bars__cta-shapes{position:absolute;inset:0;pointer-events:none}.chocolate-bars__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.chocolate-bars__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.chocolate-bars__cta-shape--2{width:250px;height:250px;background:#3498db;bottom:-80px;left:5%}@media (max-width:1024px){.chocolate-bars__hero-title{font-size:48px}.chocolate-bars__faq-grid,.chocolate-bars__why-grid{grid-template-columns:1fr}.chocolate-bars__cta-content{flex-direction:column;text-align:center;gap:32px}}@media (max-width:768px){.chocolate-bars__hero{min-height:60vh;padding:100px 24px 60px}.chocolate-bars__hero-title,.chocolate-bars__section-title,.chocolate-bars__why-title{font-size:36px}.chocolate-bars__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.chocolate-bars__content-title,.chocolate-bars__cta-title{font-size:32px}}@media (max-width:480px){.chocolate-bars__hero-title{font-size:28px}.chocolate-bars__products-grid{grid-template-columns:1fr}}:root{--distillate-text:#00553f;--distillate-background:#ffffff;--distillate-primary:#3498db;--distillate-secondary:#5dade2;--distillate-accent:#00553f;--distillate-black:#1a1a1a;--distillate-gray:#666}.distillate{background:var(--distillate-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.distillate__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.distillate__hero-bg{position:absolute;inset:0;z-index:0}.distillate__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.distillate__hero-shape--1{width:500px;height:500px;background:var(--distillate-secondary);top:-150px;right:-100px;animation-delay:0s}.distillate__hero-shape--2{width:400px;height:400px;background:var(--distillate-primary);bottom:-100px;left:-100px;animation-delay:2s}.distillate__hero-shape--3{width:300px;height:300px;background:var(--distillate-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)}}.distillate__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.distillate__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--distillate-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}.distillate__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--distillate-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.distillate__hero-title--accent{color:var(--distillate-accent);font-style:italic}.distillate__hero-subtitle{font-size:22px;color:var(--distillate-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.distillate__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.distillate__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}.distillate__hero-btn--primary{background:var(--distillate-accent);color:white}.distillate__hero-btn--primary:hover{background:var(--distillate-primary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.distillate__hero-btn-arrow{transition:transform .3s}.distillate__hero-btn:hover .distillate__hero-btn-arrow{transform:translateX(5px)}.distillate__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.distillate__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.distillate__hero-icon--1{top:15%;left:10%;animation-delay:0s}.distillate__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.distillate__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)}}.distillate__description{padding:60px 24px;background:#fafafa}.distillate__description--top{padding-top:80px}.distillate__description--bottom{padding-bottom:80px}.distillate__container{max-width:1200px;margin:0 auto}.distillate__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--distillate-black)}.distillate__description-content h2{font-size:32px;font-weight:800;color:var(--distillate-black);margin:0 0 24px}.distillate__description-content h3{font-size:24px;font-weight:700;color:var(--distillate-accent);margin:32px 0 16px}.distillate__description-content p{margin:0 0 16px}.distillate__description-content strong{color:var(--distillate-accent);font-weight:700}.distillate__why{padding:100px 24px;background:var(--distillate-background)}.distillate__why-header{text-align:center;margin-bottom:60px}.distillate__why-title{font-size:48px;font-weight:800;color:var(--distillate-black);margin:0 0 16px;letter-spacing:-1px}.distillate__why-title--accent{color:var(--distillate-accent);font-style:italic}.distillate__why-subtitle{font-size:20px;color:var(--distillate-gray);margin:0}.distillate__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.distillate__why-card{background:linear-gradient(135deg,rgba(52,152,219,.05),rgba(93,173,226,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.distillate__why-card:hover{transform:translateY(-8px);border-color:var(--distillate-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.distillate__why-icon{font-size:64px;display:block;margin-bottom:24px}.distillate__why-card-title{font-size:24px;font-weight:800;color:var(--distillate-black);margin:0 0 16px}.distillate__why-card-text{font-size:16px;line-height:1.8;color:var(--distillate-gray);margin:0}.distillate__products{padding:100px 24px;background:#fafafa}.distillate__section-title{font-size:48px;font-weight:800;color:var(--distillate-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.distillate__section-subtitle{font-size:20px;color:var(--distillate-gray);text-align:center;margin:0 0 60px}.distillate__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.distillate__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--distillate-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.distillate__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--distillate-accent)}.distillate__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.distillate__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.distillate__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.distillate__product-badge--sale{background:var(--distillate-primary);color:white}.distillate__product-badge--out{background:#e74c3c;color:white}.distillate__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.distillate__product-name{font-size:18px;font-weight:700;color:var(--distillate-black);margin:0 0 12px;line-height:1.4}.distillate__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.distillate__product-price--current{font-size:24px;font-weight:800;color:var(--distillate-accent)}.distillate__product-price--original{font-size:18px;color:var(--distillate-gray);text-decoration:line-through}.distillate__empty{text-align:center;padding:60px 24px}.distillate__empty p{font-size:18px;color:var(--distillate-gray);margin:0 0 24px}.distillate__empty-btn{display:inline-block;padding:14px 32px;background:var(--distillate-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.distillate__empty-btn:hover{background:var(--distillate-primary);transform:translateY(-3px)}.distillate__content{padding:100px 24px;background:var(--distillate-background)}.distillate__content-wrapper{max-width:900px;margin:0 auto}.distillate__content-title{font-size:42px;font-weight:800;color:var(--distillate-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.distillate__content-text{display:flex;flex-direction:column;gap:24px}.distillate__content-text p{font-size:18px;line-height:1.8;color:var(--distillate-black);margin:0}.distillate__content-text strong{color:var(--distillate-accent);font-weight:700}.distillate__faq{padding:100px 24px;background:#fafafa}.distillate__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.distillate__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.distillate__faq-question{font-size:20px;font-weight:700;color:var(--distillate-black);margin:0 0 16px}.distillate__faq-answer{font-size:16px;line-height:1.8;color:var(--distillate-gray);margin:0}.distillate__cta{padding:100px 24px;background:var(--distillate-accent);position:relative;overflow:hidden}.distillate__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.distillate__cta-text{flex:1 1}.distillate__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.distillate__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.distillate__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--distillate-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.distillate__cta-btn:hover{background:var(--distillate-primary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.distillate__cta-arrow{transition:transform .3s}.distillate__cta-btn:hover .distillate__cta-arrow{transform:translateX(5px)}.distillate__cta-shapes{position:absolute;inset:0;pointer-events:none}.distillate__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.distillate__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.distillate__cta-shape--2{width:250px;height:250px;background:var(--distillate-primary);bottom:-80px;left:5%}@media (max-width:1024px){.distillate__hero-title{font-size:48px}.distillate__faq-grid,.distillate__why-grid{grid-template-columns:1fr}.distillate__cta-content{flex-direction:column;text-align:center;gap:32px}.distillate__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.distillate__hero{min-height:60vh;padding:100px 24px 60px}.distillate__hero-title{font-size:36px}.distillate__hero-subtitle{font-size:18px}.distillate__content,.distillate__cta,.distillate__faq,.distillate__products,.distillate__why{padding:60px 24px}.distillate__section-title,.distillate__why-title{font-size:36px}.distillate__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.distillate__content-title{font-size:32px}.distillate__content-text p{font-size:16px}.distillate__cta-title{font-size:32px}.distillate__cta-subtitle{font-size:18px}}@media (max-width:480px){.distillate__hero-title{font-size:28px}.distillate__products-grid{grid-template-columns:1fr}.distillate__content-title,.distillate__cta-title{font-size:28px}}: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}}:root{--concentrates-text:#FB184E;--concentrates-background:#ffffff;--concentrates-primary:#ff3901;--concentrates-secondary:#ffeb00;--concentrates-accent:#00553f;--concentrates-black:#1a1a1a;--concentrates-gray:#666;--concentrates-gold:#d4a853}.concentrates{background:var(--concentrates-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.concentrates__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.concentrates__hero-bg{position:absolute;inset:0;z-index:0}.concentrates__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:concentratesFloat 8s ease-in-out infinite}.concentrates__hero-shape--1{width:500px;height:500px;background:var(--concentrates-gold);top:-150px;right:-100px;animation-delay:0s}.concentrates__hero-shape--2{width:400px;height:400px;background:var(--concentrates-secondary);bottom:-100px;left:-100px;animation-delay:2s}.concentrates__hero-shape--3{width:300px;height:300px;background:var(--concentrates-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes concentratesFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.concentrates__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:concentratesSlideUp .8s ease-out}.concentrates__hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--concentrates-gold) 0,#c49a3d 100%);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:concentratesSlideUp .8s ease-out .1s backwards}.concentrates__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--concentrates-black);margin:0 0 24px;animation:concentratesSlideUp .8s ease-out .2s backwards}.concentrates__hero-title--accent{color:var(--concentrates-gold);font-style:italic}.concentrates__hero-subtitle{font-size:22px;color:var(--concentrates-gray);line-height:1.6;max-width:700px;margin:0 auto;animation:concentratesSlideUp .8s ease-out .3s backwards}.concentrates__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.concentrates__hero-icon{position:absolute;font-size:64px;animation:concentratesIconFloat 4s ease-in-out infinite;opacity:.6}.concentrates__hero-icon--1{top:15%;left:10%;animation-delay:0s}.concentrates__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.concentrates__hero-icon--3{bottom:20%;left:30%;animation-delay:2s;font-size:56px}@keyframes concentratesIconFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes concentratesSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.concentrates__container{max-width:1200px;margin:0 auto}.concentrates__discounts{padding:100px 24px;background:linear-gradient(135deg,rgba(212,168,83,.05),rgba(255,235,0,.05))}.concentrates__discounts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.concentrates__discount-card{background:white;padding:48px;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px solid rgba(212,168,83,.2);transition:all .4s ease;animation:concentratesFadeInUp .6s ease-out backwards}.concentrates__discount-card:first-child{animation-delay:.1s}.concentrates__discount-card:nth-child(2){animation-delay:.2s}.concentrates__discount-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:var(--concentrates-gold)}.concentrates__discount-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.concentrates__discount-icon{font-size:48px}.concentrates__discount-title{font-size:28px;font-weight:800;color:var(--concentrates-black);margin:0;letter-spacing:-.5px}.concentrates__discount-content{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.concentrates__discount-item{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,rgba(212,168,83,.08),rgba(255,235,0,.08));border-radius:16px;transition:all .3s ease}.concentrates__discount-item:hover{background:linear-gradient(135deg,rgba(212,168,83,.15),rgba(255,235,0,.15));transform:translateX(5px)}.concentrates__discount-item--highlight{background:linear-gradient(135deg,var(--concentrates-gold) 0,#c49a3d 100%);color:white}.concentrates__discount-item--highlight .concentrates__discount-percent,.concentrates__discount-item--highlight .concentrates__discount-text{color:white}.concentrates__discount-percent{font-size:36px;font-weight:800;color:var(--concentrates-gold);min-width:100px}.concentrates__discount-text{font-size:18px;font-weight:600;color:var(--concentrates-black)}.concentrates__discount-footer{padding-top:24px;border-top:2px solid rgba(212,168,83,.2);text-align:center}.concentrates__discount-footer p{font-size:14px;color:var(--concentrates-gray);margin:4px 0}.concentrates__discount-note{color:var(--concentrates-gold)!important;font-weight:600!important}@keyframes concentratesFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.concentrates__products{padding:100px 24px;background:var(--concentrates-background)}.concentrates__section-title{font-size:48px;font-weight:800;color:var(--concentrates-black);text-align:center;margin:0 0 60px;letter-spacing:-1px}.concentrates__products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.concentrates__product-card{background:linear-gradient(135deg,rgba(212,168,83,.08),rgba(255,235,0,.08));padding:40px 24px;border-radius:20px;border:2px solid rgba(212,168,83,.2);text-decoration:none;color:var(--concentrates-black);text-align:center;transition:all .4s ease;display:flex;flex-direction:column;align-items:center}.concentrates__product-card:hover{transform:translateY(-8px);border-color:var(--concentrates-gold);box-shadow:0 10px 30px rgba(212,168,83,.2);background:linear-gradient(135deg,var(--concentrates-gold) 0,#c49a3d 100%);color:white}.concentrates__product-icon{font-size:56px;margin-bottom:20px;transition:transform .3s ease}.concentrates__product-card:hover .concentrates__product-icon{transform:scale(1.1) rotate(5deg)}.concentrates__product-title{font-size:22px;font-weight:700;margin:0 0 12px}.concentrates__product-text{font-size:15px;line-height:1.7;margin:0 0 20px;opacity:.9}.concentrates__product-link{font-size:14px;font-weight:700;color:var(--concentrates-gold);transition:color .3s ease}.concentrates__product-card:hover .concentrates__product-link{color:white}.concentrates__why{padding:100px 24px;background:#fafafa}.concentrates__why-header{text-align:center;margin-bottom:60px}.concentrates__why-title{font-size:48px;font-weight:800;color:var(--concentrates-black);margin:0;letter-spacing:-1px}.concentrates__why-title--accent{color:var(--concentrates-gold);font-style:italic}.concentrates__why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.concentrates__why-card{background:white;padding:40px 24px;border-radius:20px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease}.concentrates__why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.concentrates__why-icon{font-size:48px;display:block;margin-bottom:20px}.concentrates__why-card-title{font-size:20px;font-weight:700;color:var(--concentrates-black);margin:0 0 12px}.concentrates__why-card-text{font-size:15px;line-height:1.7;color:var(--concentrates-gray);margin:0}.concentrates__features{padding:100px 24px;background:var(--concentrates-background)}.concentrates__features-header{text-align:center;margin-bottom:60px}.concentrates__features-title{font-size:48px;font-weight:800;color:var(--concentrates-black);margin:0;letter-spacing:-1px}.concentrates__features-title--accent{color:var(--concentrates-accent);font-style:italic}.concentrates__features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.concentrates__feature-card{background:linear-gradient(135deg,rgba(0,85,63,.05),rgba(212,168,83,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.concentrates__feature-card:hover{transform:translateY(-8px);border-color:var(--concentrates-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.concentrates__feature-icon{font-size:56px;display:block;margin-bottom:24px}.concentrates__feature-title{font-size:24px;font-weight:700;color:var(--concentrates-black);margin:0 0 16px}.concentrates__feature-text{font-size:16px;line-height:1.8;color:var(--concentrates-gray);margin:0}.concentrates__content{padding:100px 24px;background:#fafafa}.concentrates__content-wrapper{max-width:900px;margin:0 auto}.concentrates__content-title{font-size:42px;font-weight:800;color:var(--concentrates-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.concentrates__content-text{display:flex;flex-direction:column;gap:24px}.concentrates__content-text p{font-size:18px;line-height:1.8;color:var(--concentrates-black);margin:0}.concentrates__content-text strong{color:var(--concentrates-gold);font-weight:700}.concentrates__cta{padding:100px 24px;background:linear-gradient(135deg,var(--concentrates-gold) 0,#c49a3d 100%);position:relative;overflow:hidden}.concentrates__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.concentrates__cta-text{flex:1 1}.concentrates__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.concentrates__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.concentrates__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--concentrates-black);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.concentrates__cta-btn:hover{background:var(--concentrates-black);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.concentrates__cta-arrow{transition:transform .3s}.concentrates__cta-btn:hover .concentrates__cta-arrow{transform:translateX(5px)}.concentrates__cta-shapes{position:absolute;inset:0;pointer-events:none}.concentrates__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.concentrates__cta-shape--1{width:300px;height:300px;background:var(--concentrates-secondary);top:-100px;right:10%}.concentrates__cta-shape--2{width:250px;height:250px;background:var(--concentrates-accent);bottom:-80px;left:5%}@media (max-width:1024px){.concentrates__hero-title{font-size:48px}.concentrates__discounts-grid{grid-template-columns:1fr}.concentrates__products-grid,.concentrates__why-grid{grid-template-columns:repeat(2,1fr)}.concentrates__features-grid{grid-template-columns:1fr}.concentrates__cta-content{flex-direction:column;text-align:center;gap:32px}.concentrates__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.concentrates__hero{min-height:60vh;padding:100px 24px 60px}.concentrates__hero-title{font-size:36px}.concentrates__hero-subtitle{font-size:18px}.concentrates__content,.concentrates__cta,.concentrates__discounts,.concentrates__features,.concentrates__products,.concentrates__why{padding:60px 24px}.concentrates__discount-title,.concentrates__features-title,.concentrates__section-title,.concentrates__why-title{font-size:36px}.concentrates__discount-card{padding:32px 24px}.concentrates__products-grid,.concentrates__why-grid{grid-template-columns:1fr}.concentrates__content-title{font-size:32px}.concentrates__content-text p{font-size:16px}.concentrates__cta-title{font-size:32px}.concentrates__cta-subtitle{font-size:18px}}@media (max-width:480px){.concentrates__hero-title{font-size:28px}.concentrates__discount-percent{font-size:28px;min-width:80px}.concentrates__discount-text{font-size:16px}.concentrates__content-title,.concentrates__cta-title,.concentrates__features-title,.concentrates__section-title,.concentrates__why-title{font-size:28px}}.concentrates__guide{padding:80px 40px;background:#f8fafc}.concentrates__section-subtitle{text-align:center;font-size:1.1rem;color:#64748b;max-width:600px;margin:-20px auto 40px}.concentrates__guide-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.concentrates__guide-card{background:white;border-radius:16px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.concentrates__guide-card h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}.concentrates__guide-card p{font-size:.95rem;line-height:1.7;color:#4a5568;margin:0}.concentrates__guide-cta{text-align:center;margin-top:24px}.concentrates__guide-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}.concentrates__guide-link:hover{background:#f59e0b;transform:translateY(-2px)}@media (max-width:768px){.concentrates__guide{padding:60px 24px}.concentrates__guide-grid{grid-template-columns:1fr}.concentrates__guide-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}}.blog-page{min-height:100vh;background:#f8fafc}.blog-page__hero{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:80px 20px 60px;color:white;text-align:center}.blog-page__hero-content{max-width:800px;margin:0 auto}.blog-page__title{font-size:2.75rem;font-weight:800;margin:0 0 16px}.blog-page__subtitle{font-size:1.2rem;color:rgba(255,255,255,.85);margin:0;line-height:1.6}.blog-page__container{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.blog-page__section-title{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 24px}.blog-page__featured{margin-bottom:60px}.blog-page__featured-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.blog-page__featured-card{background:white;border-radius:16px;padding:28px;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.blog-page__featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.blog-page__featured-category{font-size:.8rem;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.blog-page__featured-title{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}.blog-page__featured-desc{font-size:.95rem;color:#64748b;line-height:1.6;margin:0 0 16px;flex-grow:1}.blog-page__featured-link{font-size:.9rem;font-weight:600;color:#10b981}.blog-page__categories{margin-bottom:60px}.blog-page__category{margin-bottom:48px}.blog-page__category-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.blog-page__category-title{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}.blog-page__category-desc{font-size:.95rem;color:#64748b;margin:0}.blog-page__guides-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.blog-page__guide-card{background:white;border-radius:12px;padding:24px;text-decoration:none;border:1px solid #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.blog-page__guide-card:hover{border-color:#10b981;box-shadow:0 4px 12px rgba(16,185,129,.1)}.blog-page__guide-title{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin:0 0 8px}.blog-page__guide-desc{font-size:.9rem;color:#64748b;line-height:1.5;margin:0 0 12px}.blog-page__guide-meta{display:flex;justify-content:space-between;align-items:center}.blog-page__guide-time{font-size:.8rem;color:#94a3b8}.blog-page__guide-link{font-size:.85rem;font-weight:600;color:#10b981}.blog-page__cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:48px;text-align:center;color:white}.blog-page__cta h2{font-size:1.75rem;font-weight:700;margin:0 0 12px}.blog-page__cta p{font-size:1.1rem;opacity:.9;margin:0 0 24px}.blog-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}.blog-page__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:992px){.blog-page__featured-grid,.blog-page__guides-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-page__hero{padding:60px 16px 40px}.blog-page__title{font-size:2rem}.blog-page__featured-grid,.blog-page__guides-grid{grid-template-columns:1fr}.blog-page__cta{padding:32px 24px}}