: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}@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)}}.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}}:root{--calgary-text:#FB184E;--calgary-background:#ffffff;--calgary-primary:#ff3901;--calgary-secondary:#ffeb00;--calgary-accent:#00553f;--calgary-black:#1a1a1a;--calgary-gray:#666;--calgary-light-gray:#f5f5f5}.calgary{background:var(--calgary-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.calgary__hero{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.calgary__hero-bg{position:absolute;inset:0;z-index:0}.calgary__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:calgaryFloat 8s ease-in-out infinite}.calgary__hero-shape--1{width:500px;height:500px;background:var(--calgary-primary);top:-150px;right:-100px;animation-delay:0s}.calgary__hero-shape--2{width:400px;height:400px;background:var(--calgary-secondary);bottom:-100px;left:-100px;animation-delay:2s}.calgary__hero-shape--3{width:300px;height:300px;background:var(--calgary-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes calgaryFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.calgary__hero-content{max-width:1000px;width:100%;text-align:center;position:relative;z-index:1;animation:calgarySlideUp .8s ease-out}.calgary__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--calgary-accent);color:white;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:calgarySlideUp .8s ease-out .1s backwards}.calgary__hero-title{font-size:56px;font-weight:800;line-height:1.15;letter-spacing:-2px;color:var(--calgary-black);margin:0 0 24px;animation:calgarySlideUp .8s ease-out .2s backwards}.calgary__hero-title--accent{color:var(--calgary-accent);display:block}.calgary__hero-subtitle{font-size:20px;color:var(--calgary-gray);line-height:1.7;max-width:700px;margin:0 auto 40px;animation:calgarySlideUp .8s ease-out .3s backwards}.calgary__hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:calgarySlideUp .8s ease-out .4s backwards}.calgary__hero-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s ease}.calgary__hero-btn--primary{background:var(--calgary-accent);color:white}.calgary__hero-btn--primary:hover{background:#004432;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.calgary__hero-btn--secondary{background:transparent;color:var(--calgary-black);border:2px solid var(--calgary-black)}.calgary__hero-btn--secondary:hover{background:var(--calgary-black);color:white;transform:translateY(-3px)}.calgary__hero-btn-arrow{transition:transform .3s}.calgary__hero-btn:hover .calgary__hero-btn-arrow{transform:translateX(5px)}.calgary__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.calgary__hero-icon{position:absolute;font-size:64px;animation:calgaryIconFloat 4s ease-in-out infinite;opacity:.5}.calgary__hero-icon--1{top:15%;left:10%;animation-delay:0s}.calgary__hero-icon--2{top:60%;right:12%;animation-delay:1s;font-size:56px}.calgary__hero-icon--3{bottom:20%;left:25%;animation-delay:2s;font-size:48px}@keyframes calgaryIconFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes calgarySlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.calgary__container{max-width:1200px;margin:0 auto;padding:0 24px}.calgary__delivery-banner{background:var(--calgary-accent);padding:40px 24px}.calgary__delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.calgary__delivery-item{display:flex;align-items:center;gap:16px;color:white}.calgary__delivery-icon{font-size:40px;flex-shrink:0}.calgary__delivery-text{display:flex;flex-direction:column;gap:4px}.calgary__delivery-text strong{font-size:16px;font-weight:700}.calgary__delivery-text span{font-size:14px;opacity:.9}.calgary__why{padding:100px 24px;background:var(--calgary-light-gray)}.calgary__why-header{text-align:center;margin-bottom:60px}.calgary__why-title{font-size:42px;font-weight:800;color:var(--calgary-black);margin:0 0 16px;letter-spacing:-1px}.calgary__why-title--accent{color:var(--calgary-accent)}.calgary__why-subtitle{font-size:18px;color:var(--calgary-gray);margin:0}.calgary__why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.calgary__why-card{background:white;padding:40px 32px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .4s ease;animation:calgaryFadeInUp .6s ease-out backwards}.calgary__why-card:first-child{animation-delay:.1s}.calgary__why-card:nth-child(2){animation-delay:.15s}.calgary__why-card:nth-child(3){animation-delay:.2s}.calgary__why-card:nth-child(4){animation-delay:.25s}.calgary__why-card:nth-child(5){animation-delay:.3s}.calgary__why-card:nth-child(6){animation-delay:.35s}.calgary__why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.1)}.calgary__why-icon{font-size:48px;display:block;margin-bottom:20px}.calgary__why-card-title{font-size:20px;font-weight:700;color:var(--calgary-black);margin:0 0 12px}.calgary__why-card-text{font-size:15px;line-height:1.7;color:var(--calgary-gray);margin:0}@keyframes calgaryFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calgary__section-title{font-size:42px;font-weight:800;color:var(--calgary-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.calgary__section-subtitle{font-size:18px;color:var(--calgary-gray);text-align:center;margin:0 0 60px}.calgary__areas{padding:100px 24px;background:white}.calgary__areas-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.calgary__area-group{background:var(--calgary-light-gray);padding:32px;border-radius:16px;transition:all .3s ease}.calgary__area-group:hover{background:rgba(0,85,63,.05)}.calgary__area-title{font-size:18px;font-weight:700;color:var(--calgary-accent);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid rgba(0,85,63,.1)}.calgary__area-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.calgary__area-list li{font-size:14px;color:var(--calgary-black);padding-left:16px;position:relative}.calgary__area-list li:before{content:"✓";position:absolute;left:0;color:var(--calgary-accent);font-size:12px}.calgary__products{padding:100px 24px;background:var(--calgary-light-gray)}.calgary__products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.calgary__product-card{background:white;padding:40px 24px;border-radius:20px;text-decoration:none;color:var(--calgary-black);text-align:center;transition:all .4s ease;border:2px solid transparent}.calgary__product-card:hover{transform:translateY(-8px);border-color:var(--calgary-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.calgary__product-icon{font-size:56px;margin-bottom:20px;display:block;transition:transform .3s ease}.calgary__product-card:hover .calgary__product-icon{transform:scale(1.1)}.calgary__product-title{font-size:20px;font-weight:700;margin:0 0 12px}.calgary__product-text{font-size:14px;line-height:1.7;color:var(--calgary-gray);margin:0 0 20px}.calgary__product-link{font-size:14px;font-weight:700;color:var(--calgary-accent)}.calgary__how{padding:100px 24px;background:white}.calgary__how-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;position:relative}.calgary__how-grid:before{content:"";position:absolute;top:40px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,var(--calgary-accent) 0,var(--calgary-secondary) 100%);z-index:0}.calgary__how-step{text-align:center;position:relative;z-index:1}.calgary__how-number{width:80px;height:80px;background:var(--calgary-accent);color:white;font-size:32px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px rgba(0,85,63,.3)}.calgary__how-title{font-size:18px;font-weight:700;color:var(--calgary-black);margin:0 0 12px}.calgary__how-text{font-size:14px;line-height:1.7;color:var(--calgary-gray);margin:0}.calgary__faq{padding:100px 24px;background:var(--calgary-light-gray)}.calgary__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.calgary__faq-item{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.calgary__faq-question{font-size:18px;font-weight:700;color:var(--calgary-black);margin:0 0 12px}.calgary__faq-answer{font-size:15px;line-height:1.7;color:var(--calgary-gray);margin:0}.calgary__content{padding:100px 24px;background:white}.calgary__content-wrapper{max-width:900px;margin:0 auto}.calgary__content-title{font-size:36px;font-weight:800;color:var(--calgary-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.calgary__content-text{display:flex;flex-direction:column;gap:24px}.calgary__content-text p{font-size:17px;line-height:1.8;color:var(--calgary-black);margin:0}.calgary__content-text strong{color:var(--calgary-accent);font-weight:700}.calgary__cta{padding:100px 24px;background:var(--calgary-accent);position:relative;overflow:hidden}.calgary__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.calgary__cta-text{flex:1 1}.calgary__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.calgary__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.calgary__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:var(--calgary-secondary);color:var(--calgary-black);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.calgary__cta-btn:hover{background:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.calgary__cta-arrow{transition:transform .3s}.calgary__cta-btn:hover .calgary__cta-arrow{transform:translateX(5px)}.calgary__cta-shapes{position:absolute;inset:0;pointer-events:none}.calgary__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.calgary__cta-shape--1{width:300px;height:300px;background:var(--calgary-secondary);top:-100px;right:10%}.calgary__cta-shape--2{width:250px;height:250px;background:var(--calgary-primary);bottom:-80px;left:5%}@media (max-width:1024px){.calgary__hero-title{font-size:44px}.calgary__delivery-grid{gap:24px}.calgary__areas-grid,.calgary__delivery-grid,.calgary__how-grid,.calgary__products-grid,.calgary__why-grid{grid-template-columns:repeat(2,1fr)}.calgary__how-grid{gap:48px}.calgary__how-grid:before{display:none}.calgary__cta-content{flex-direction:column;text-align:center;gap:32px}.calgary__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.calgary__hero{min-height:auto;padding:100px 24px 60px}.calgary__hero-title{font-size:32px}.calgary__hero-subtitle{font-size:17px}.calgary__hero-cta{flex-direction:column}.calgary__hero-btn{width:100%;justify-content:center}.calgary__delivery-grid{grid-template-columns:1fr}.calgary__areas,.calgary__content,.calgary__cta,.calgary__faq,.calgary__how,.calgary__products,.calgary__why{padding:60px 24px}.calgary__section-title,.calgary__why-title{font-size:32px}.calgary__areas-grid,.calgary__faq-grid,.calgary__how-grid,.calgary__products-grid,.calgary__why-grid{grid-template-columns:1fr}.calgary__content-title{font-size:28px}.calgary__content-text p{font-size:16px}.calgary__cta-title{font-size:32px}.calgary__cta-subtitle{font-size:17px}}@media (max-width:480px){.calgary__hero-title{font-size:28px}.calgary__section-title,.calgary__why-title{font-size:26px}.calgary__content-title{font-size:24px}.calgary__cta-title{font-size:26px}}:root{--edmonton-text:#FB184E;--edmonton-background:#ffffff;--edmonton-primary:#ff3901;--edmonton-secondary:#ffeb00;--edmonton-accent:#00553f;--edmonton-black:#1a1a1a;--edmonton-gray:#666;--edmonton-light-gray:#f5f5f5}.edmonton{background:var(--edmonton-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.edmonton__hero{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.edmonton__hero-bg{position:absolute;inset:0;z-index:0}.edmonton__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:edmontonFloat 8s ease-in-out infinite}.edmonton__hero-shape--1{width:500px;height:500px;background:var(--edmonton-primary);top:-150px;right:-100px;animation-delay:0s}.edmonton__hero-shape--2{width:400px;height:400px;background:var(--edmonton-secondary);bottom:-100px;left:-100px;animation-delay:2s}.edmonton__hero-shape--3{width:300px;height:300px;background:var(--edmonton-accent);top:50%;left:30%;opacity:.3;animation-delay:4s}@keyframes edmontonFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.edmonton__hero-content{max-width:1000px;width:100%;text-align:center;position:relative;z-index:1;animation:edmontonSlideUp .8s ease-out}.edmonton__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--edmonton-accent);color:white;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;width:-moz-fit-content;width:fit-content;margin:0 auto 32px;animation:edmontonSlideUp .8s ease-out .1s backwards}.edmonton__hero-title{font-size:56px;font-weight:800;line-height:1.15;letter-spacing:-2px;color:var(--edmonton-black);margin:0 0 24px;animation:edmontonSlideUp .8s ease-out .2s backwards}.edmonton__hero-title--accent{color:var(--edmonton-accent);display:block}.edmonton__hero-subtitle{font-size:20px;color:var(--edmonton-gray);line-height:1.7;max-width:700px;margin:0 auto 40px;animation:edmontonSlideUp .8s ease-out .3s backwards}.edmonton__hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:edmontonSlideUp .8s ease-out .4s backwards}.edmonton__hero-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s ease}.edmonton__hero-btn--primary{background:var(--edmonton-accent);color:white}.edmonton__hero-btn--primary:hover{background:#004432;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.edmonton__hero-btn--secondary{background:transparent;color:var(--edmonton-black);border:2px solid var(--edmonton-black)}.edmonton__hero-btn--secondary:hover{background:var(--edmonton-black);color:white;transform:translateY(-3px)}.edmonton__hero-btn-arrow{transition:transform .3s}.edmonton__hero-btn:hover .edmonton__hero-btn-arrow{transform:translateX(5px)}.edmonton__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.edmonton__hero-icon{position:absolute;font-size:64px;animation:edmontonIconFloat 4s ease-in-out infinite;opacity:.5}.edmonton__hero-icon--1{top:15%;left:10%;animation-delay:0s}.edmonton__hero-icon--2{top:60%;right:12%;animation-delay:1s;font-size:56px}.edmonton__hero-icon--3{bottom:20%;left:25%;animation-delay:2s;font-size:48px}@keyframes edmontonIconFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}@keyframes edmontonSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.edmonton__container{max-width:1200px;margin:0 auto;padding:0 24px}.edmonton__delivery-banner{background:var(--edmonton-accent);padding:40px 24px}.edmonton__delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.edmonton__delivery-item{display:flex;align-items:center;gap:16px;color:white}.edmonton__delivery-icon{font-size:40px;flex-shrink:0}.edmonton__delivery-text{display:flex;flex-direction:column;gap:4px}.edmonton__delivery-text strong{font-size:16px;font-weight:700}.edmonton__delivery-text span{font-size:14px;opacity:.9}.edmonton__why{padding:100px 24px;background:var(--edmonton-light-gray)}.edmonton__why-header{text-align:center;margin-bottom:60px}.edmonton__why-title{font-size:42px;font-weight:800;color:var(--edmonton-black);margin:0 0 16px;letter-spacing:-1px}.edmonton__why-title--accent{color:var(--edmonton-accent)}.edmonton__why-subtitle{font-size:18px;color:var(--edmonton-gray);margin:0}.edmonton__why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.edmonton__why-card{background:white;padding:40px 32px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .4s ease;animation:edmontonFadeInUp .6s ease-out backwards}.edmonton__why-card:first-child{animation-delay:.1s}.edmonton__why-card:nth-child(2){animation-delay:.15s}.edmonton__why-card:nth-child(3){animation-delay:.2s}.edmonton__why-card:nth-child(4){animation-delay:.25s}.edmonton__why-card:nth-child(5){animation-delay:.3s}.edmonton__why-card:nth-child(6){animation-delay:.35s}.edmonton__why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.1)}.edmonton__why-icon{font-size:48px;display:block;margin-bottom:20px}.edmonton__why-card-title{font-size:20px;font-weight:700;color:var(--edmonton-black);margin:0 0 12px}.edmonton__why-card-text{font-size:15px;line-height:1.7;color:var(--edmonton-gray);margin:0}@keyframes edmontonFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.edmonton__section-title{font-size:42px;font-weight:800;color:var(--edmonton-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.edmonton__section-subtitle{font-size:18px;color:var(--edmonton-gray);text-align:center;margin:0 0 60px}.edmonton__areas{padding:100px 24px;background:white}.edmonton__areas-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.edmonton__area-group{background:var(--edmonton-light-gray);padding:32px;border-radius:16px;transition:all .3s ease}.edmonton__area-group:hover{background:rgba(0,85,63,.05)}.edmonton__area-title{font-size:18px;font-weight:700;color:var(--edmonton-accent);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid rgba(0,85,63,.1)}.edmonton__area-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.edmonton__area-list li{font-size:14px;color:var(--edmonton-black);padding-left:16px;position:relative}.edmonton__area-list li:before{content:"✓";position:absolute;left:0;color:var(--edmonton-accent);font-size:12px}.edmonton__products{padding:100px 24px;background:var(--edmonton-light-gray)}.edmonton__products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.edmonton__product-card{background:white;padding:40px 24px;border-radius:20px;text-decoration:none;color:var(--edmonton-black);text-align:center;transition:all .4s ease;border:2px solid transparent}.edmonton__product-card:hover{transform:translateY(-8px);border-color:var(--edmonton-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.edmonton__product-icon{font-size:56px;margin-bottom:20px;display:block;transition:transform .3s ease}.edmonton__product-card:hover .edmonton__product-icon{transform:scale(1.1)}.edmonton__product-title{font-size:20px;font-weight:700;margin:0 0 12px}.edmonton__product-text{font-size:14px;line-height:1.7;color:var(--edmonton-gray);margin:0 0 20px}.edmonton__product-link{font-size:14px;font-weight:700;color:var(--edmonton-accent)}.edmonton__how{padding:100px 24px;background:white}.edmonton__how-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;position:relative}.edmonton__how-grid:before{content:"";position:absolute;top:40px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,var(--edmonton-accent) 0,var(--edmonton-secondary) 100%);z-index:0}.edmonton__how-step{text-align:center;position:relative;z-index:1}.edmonton__how-number{width:80px;height:80px;background:var(--edmonton-accent);color:white;font-size:32px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px rgba(0,85,63,.3)}.edmonton__how-title{font-size:18px;font-weight:700;color:var(--edmonton-black);margin:0 0 12px}.edmonton__how-text{font-size:14px;line-height:1.7;color:var(--edmonton-gray);margin:0}.edmonton__faq{padding:100px 24px;background:var(--edmonton-light-gray)}.edmonton__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.edmonton__faq-item{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.edmonton__faq-question{font-size:18px;font-weight:700;color:var(--edmonton-black);margin:0 0 12px}.edmonton__faq-answer{font-size:15px;line-height:1.7;color:var(--edmonton-gray);margin:0}.edmonton__content{padding:100px 24px;background:white}.edmonton__content-wrapper{max-width:900px;margin:0 auto}.edmonton__content-title{font-size:36px;font-weight:800;color:var(--edmonton-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.edmonton__content-text{display:flex;flex-direction:column;gap:24px}.edmonton__content-text p{font-size:17px;line-height:1.8;color:var(--edmonton-black);margin:0}.edmonton__content-text strong{color:var(--edmonton-accent);font-weight:700}.edmonton__cta{padding:100px 24px;background:var(--edmonton-accent);position:relative;overflow:hidden}.edmonton__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.edmonton__cta-text{flex:1 1}.edmonton__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.edmonton__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.edmonton__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:var(--edmonton-secondary);color:var(--edmonton-black);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.edmonton__cta-btn:hover{background:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.edmonton__cta-arrow{transition:transform .3s}.edmonton__cta-btn:hover .edmonton__cta-arrow{transform:translateX(5px)}.edmonton__cta-shapes{position:absolute;inset:0;pointer-events:none}.edmonton__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.edmonton__cta-shape--1{width:300px;height:300px;background:var(--edmonton-secondary);top:-100px;right:10%}.edmonton__cta-shape--2{width:250px;height:250px;background:var(--edmonton-primary);bottom:-80px;left:5%}@media (max-width:1024px){.edmonton__hero-title{font-size:44px}.edmonton__delivery-grid{gap:24px}.edmonton__areas-grid,.edmonton__delivery-grid,.edmonton__how-grid,.edmonton__products-grid,.edmonton__why-grid{grid-template-columns:repeat(2,1fr)}.edmonton__how-grid{gap:48px}.edmonton__how-grid:before{display:none}.edmonton__cta-content{flex-direction:column;text-align:center;gap:32px}.edmonton__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.edmonton__hero{min-height:auto;padding:100px 24px 60px}.edmonton__hero-title{font-size:32px}.edmonton__hero-subtitle{font-size:17px}.edmonton__hero-cta{flex-direction:column}.edmonton__hero-btn{width:100%;justify-content:center}.edmonton__delivery-grid{grid-template-columns:1fr}.edmonton__areas,.edmonton__content,.edmonton__cta,.edmonton__faq,.edmonton__how,.edmonton__products,.edmonton__why{padding:60px 24px}.edmonton__section-title,.edmonton__why-title{font-size:32px}.edmonton__areas-grid,.edmonton__faq-grid,.edmonton__how-grid,.edmonton__products-grid,.edmonton__why-grid{grid-template-columns:1fr}.edmonton__content-title{font-size:28px}.edmonton__content-text p{font-size:16px}.edmonton__cta-title{font-size:32px}.edmonton__cta-subtitle{font-size:17px}}@media (max-width:480px){.edmonton__hero-title{font-size:28px}.edmonton__section-title,.edmonton__why-title{font-size:26px}.edmonton__content-title{font-size:24px}.edmonton__cta-title{font-size:26px}}