HELIX
/* ===== ANIMAȚII CSS-ONLY (fără JavaScript — compatibil Shopify) ===== */ @keyframes hl-fade-in { from { opacity:0; } to { opacity:1; } } @keyframes hl-from-left { from { opacity: 0; transform:translateX(-60px); } to { opacity:1; transform:none; } } @keyframes hl-from-right { from { opacity:0; transform:translateX(60px); } to { opacity:1; transform:none; } } @keyframes hl-from-up { from { opacity:0; transform:translateY(-40px); } to { opacity:1; transform:none; } } @keyframes hl-from-down { from { opacity:0; transform:translateY(40px); } to { opacity:1; transform:none; } } @keyframes hl-scale-in { from { opacity:0; transform:scale(0.7); } to { opacity:1; transform:none; } } .hl { animation: hl-fade-in 0.8s ease both; } .hl.hll { animation-name: hl-from-left; } .hl.hlr { animation-name: hl-from-right; } .hl.hlu { animation-name: hl-from-up; } .hl.hld { animation-name: hl-from-down; } .hl.hlp { animation-name: hl-scale-in; } .d1 { animation-delay:0.15s; } .d2 { animation-delay:0.3s; } .d3 { animation-delay:0.45s; } .d4 { animation-delay:0.6s; } .d5 { animation-delay:0.75s; } .d6 { animation-delay:0.9s; } /* ===== RESET & BASE ===== */ .hel-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .hel-wrap { font-family: 'Segoe UI', Arial, sans-serif; color: #0d1f0d; overflow: hidden; } /* ===== CULORI HELIX ===== */ /* Verde forest: #1a3a1a | Verde mediu: #2d5a2d | Auriu: #c8960c | Auriu deschis: #f0c842 | Crem: #f0f5f0 */ /* ===== HERO ===== */ .hel-hero { background: linear-gradient(135deg, #0a1a0a 0%, #1a3a1a 50%, #0d250d 100%); padding: 48px 24px 40px; text-align: center; position: relative; overflow: hidden; } .hel-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(200,150,12,0.12) 0%, transparent 60%), radial-gradient(ellipse at 70% 30%, rgba(45,90,45,0.3) 0%, transparent 60%); animation: hel-bg-pulse 6s ease-in-out infinite alternate; } @keyframes hel-bg-pulse { from { opacity: 0.5; } to { opacity: 1; } } .hel-hero::after { content: '🐌'; position: absolute; font-size: 180px; opacity: 0.05; top: -20px; right: -10px; animation: hel-float 6s ease-in-out infinite; pointer-events: none; } @keyframes hel-float { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-12px) rotate(3deg); } } .hel-hero-badge { display: inline-block; background: linear-gradient(90deg, #c8960c, #f0c842); color: #0a1a0a; font-weight: 900; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-bottom: 18px; animation: hel-badge-pop 0.8s cubic-bezier(.22,.68,0,1.4) both; position: relative; z-index: 1; } @keyframes hel-badge-pop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } } .hel-hero-title { font-size: clamp(28px, 5vw, 52px); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 14px; position: relative; z-index: 1; animation: hel-title-in 1s cubic-bezier(.22,.68,0,1.2) 0.2s both; } @keyframes hel-title-in { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } } .hel-hero-title span { color: #f0c842; } .hel-hero-sub { font-size: clamp(15px, 2.5vw, 20px); color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 24px; line-height: 1.65; position: relative; z-index: 1; animation: hel-title-in 1s cubic-bezier(.22,.68,0,1.2) 0.4s both; } .hel-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; position: relative; z-index: 1; animation: hel-title-in 1s cubic-bezier(.22,.68,0,1.2) 0.6s both; } .hel-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); color: #fff; padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; backdrop-filter: blur(4px); transition: background 0.3s; } .hel-pill:hover { background: rgba(200,150,12,0.3); } /* ===== DIVIDER ===== */ .hel-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(45,90,45,0.3), transparent); } /* ===== SECTION ===== */ .hel-section { padding: 40px 20px; max-width: 1000px; margin: 0 auto; } .hel-section-title { font-size: clamp(22px, 3.5vw, 36px); font-weight: 900; color: #1a3a1a; text-align: center; margin-bottom: 32px; line-height: 1.2; } .hel-section-title span { color: #2d5a2d; } /* ===== IMAGE FULL ===== */ .hel-img-full { width: 100%; border-radius: 16px; display: block; box-shadow: 0 8px 32px rgba(26,58,26,0.2); } .hel-gif-wrap { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(26,58,26,0.22); max-width: 800px; margin: 0 auto; } .hel-gif-wrap img { width: 100%; display: block; } .hel-gif-label { position: absolute; bottom: 16px; left: 16px; background: rgba(26,58,26,0.88); color: #f0c842; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 20px; backdrop-filter: blur(4px); } /* ===== PROBLEMS ===== */ .hel-problems-bg { background: linear-gradient(135deg, #0d1f0d, #162a16); padding: 48px 20px; } .hel-problems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; } .hel-problem-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px 20px; backdrop-filter: blur(8px); transition: background 0.3s, transform 0.3s; } .hel-problem-card:hover { background: rgba(255,255,255,0.11); transform: translateY(-4px); } .hel-problem-icon { font-size: 32px; display: block; margin-bottom: 12px; } .hel-problem-card h3 { font-size: 16px; font-weight: 800; color: #f0c842; margin-bottom: 8px; } .hel-problem-card p { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.65; } /* ===== NATURAL STRIP ===== */ .hel-natural-strip { background: linear-gradient(135deg, #1a3a1a, #0d250d); padding: 32px 20px; text-align: center; } .hel-natural-strip h3 { font-size: clamp(18px, 3vw, 26px); font-weight: 900; color: #fff; margin-bottom: 16px; } .hel-nat-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; } .hel-nat-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28); color: #fff; padding: 10px 20px; border-radius: 30px; font-size: 14px; font-weight: 700; backdrop-filter: blur(4px); } /* ===== BENEFITS ===== */ .hel-benefit-section { padding: 40px 20px; max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; } .hel-benefit-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } .hel-benefit-split.reverse { direction: rtl; } .hel-benefit-split.reverse > * { direction: ltr; } .hel-benefit-img { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(26,58,26,0.22); } .hel-benefit-img img { width: 100%; display: block; transition: transform 0.5s ease; } .hel-benefit-img:hover img { transform: scale(1.04); } .hel-benefit-text { padding: 8px 0; } .hel-benefit-tag { display: inline-block; background: linear-gradient(90deg, #1a3a1a, #2d5a2d); color: #f0c842; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; } .hel-benefit-text h2 { font-size: clamp(20px, 3vw, 30px); font-weight: 900; color: #1a3a1a; line-height: 1.2; margin-bottom: 16px; } .hel-benefit-text h2 span { color: #2d5a2d; } .hel-benefit-text p { font-size: 15px; line-height: 1.75; color: #1a2a1a; margin-bottom: 16px; } .hel-benefit-list { list-style: none; padding: 0; } .hel-benefit-list li { font-size: 14px; color: #0d1f0d; padding: 8px 0 8px 28px; position: relative; border-bottom: 1px solid rgba(45,90,45,0.12); transition: color 0.2s, padding-left 0.2s; } .hel-benefit-list li:hover { color: #1a3a1a; padding-left: 34px; } .hel-benefit-list li::before { content: '✓'; position: absolute; left: 0; color: #2d5a2d; font-weight: 900; font-size: 15px; } /* ===== GALERIE ===== */ .hel-gallery-bg { background: linear-gradient(135deg, #e8f0e8, #f0f5f0); padding: 48px 20px; } .hel-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; } .hel-gallery-item { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(26,58,26,0.14); position: relative; } .hel-gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: transform 0.5s ease; } .hel-gallery-item:hover img { transform: scale(1.06); } .hel-gallery-item::after { content: attr(data-label); position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(13,31,13,0.88)); color: #f0c842; font-size: 13px; font-weight: 700; padding: 20px 12px 10px; transform: translateY(100%); transition: transform 0.3s ease; } .hel-gallery-item:hover::after { transform: translateY(0); } /* ===== UNDE SE FOLOSEȘTE ===== */ .hel-where-bg { background: linear-gradient(135deg, #f0f5f0, #e8f2e8); padding: 48px 20px; } /* ===== MOD UTILIZARE ===== */ .hel-usage-bg { background: linear-gradient(135deg, #e8f0e8, #f5f5ec); padding: 48px 20px; } .hel-usage-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; } .hel-step { background: #fff; border-radius: 16px; padding: 24px 20px; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 4px 16px rgba(26,58,26,0.09); transition: transform 0.3s, box-shadow 0.3s; border-left: 4px solid #2d5a2d; } .hel-step:hover { transform: translateX(6px); box-shadow: 0 8px 32px rgba(26,58,26,0.16); } .hel-step-num { width: 44px; height: 44px; min-width: 44px; border-radius: 50%; background: linear-gradient(135deg, #1a3a1a, #2d5a2d); color: #f0c842; font-size: 20px; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(26,58,26,0.3); } .hel-step-text h3 { font-size: 15px; font-weight: 800; color: #1a3a1a; margin-bottom: 6px; } .hel-step-text p { font-size: 13px; line-height: 1.6; color: #2a3a2a; } /* ===== CTA FINAL ===== */ .hel-cta { background: linear-gradient(135deg, #0a1a0a, #1a3a1a, #0d250d); background-size: 300% 300%; animation: hel-cta-bg 8s ease-in-out infinite; padding: 60px 24px; text-align: center; position: relative; overflow: hidden; } @keyframes hel-cta-bg { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .hel-cta::before { content: '🐌'; position: absolute; font-size: 140px; opacity: 0.06; top: -20px; right: 10px; } .hel-cta h2 { font-size: clamp(24px, 4vw, 42px); font-weight: 900; color: #fff; margin-bottom: 16px; position: relative; z-index: 1; } .hel-cta h2 span { color: #f0c842; } .hel-cta p { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 580px; margin: 0 auto 28px; line-height: 1.6; position: relative; z-index: 1; } .hel-cta-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; z-index: 1; } .hel-cta-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); color: #fff; padding: 10px 20px; border-radius: 30px; font-size: 14px; font-weight: 700; backdrop-filter: blur(4px); transition: background 0.3s, transform 0.3s; } .hel-cta-badge:hover { background: rgba(200,150,12,0.28); transform: scale(1.05); } /* ===== RESPONSIVE ===== */ @media (max-width: 768px) { .hel-benefit-split, .hel-usage-steps { grid-template-columns: 1fr; } .hel-benefit-split.reverse { direction: ltr; } .hel-problems-grid { grid-template-columns: 1fr; } .hel-gallery-grid { grid-template-columns: 1fr 1fr; } .hel-benefit-section { gap: 40px; } .hel-section { padding: 32px 16px; } .hel-hero { padding: 36px 16px 32px; } .hel-problems-bg, .hel-gallery-bg, .hel-where-bg, .hel-usage-bg { padding: 32px 16px; } .hel-cta { padding: 48px 16px; } } 🐌 HELIX — Barieră Aromatică Anti-Melci Ține melcii departe de grădina taîn mod natural Formulă pe bază de arome alimentare concentrate și extracte vegetale — creează o barieră invizibilă care descurajează prezența melcilor. Non-toxic, 100% sigur pentru plante, recoltă, oameni și animale de companie. 🚫 Non-Toxic 🌿 Arome Alimentare 💧 10ml → 1L apă 🥗 Sigur pentru recoltă 🐾 Sigur pentru animale 🏠 Fabricat în România 🐌 Barieră aromatică — Ține melcii la distanță Și tu te confrunți cu aceste probleme? 🥬 Frunze roase dimineața Te trezești și găsești plantele atacate peste noapte. Melcii sunt activi în special după ploaie și noaptea, lăsând urme caracteristice și frunze perforate. 🌱 Răsaduri tinere compromise Plantele tinere sunt cele mai vulnerabile. Răsadurile de roșii, salată sau flori pot fi afectate semnificativ într-o singură noapte de activitate intensă. 🥗 Grădina de legume în pericol Salată, căpșuni, hostas, flori ornamentale — melcii nu discriminează. Recolta pentru care ai muncit toată vara poate fi compromisă rapid în sezonul umed. ☠️ Soluții chimice cu riscuri Pelete chimice toxice, sare care arde solul, substanțe cu reziduuri în recoltă. Vrei să protejezi grădina, nu să creezi alte probleme pentru sol și familie. 🌿 Formulă din ingrediente alimentare — Zero chimicale biocide ✅ Arome alimentare concentrate ✅ Extracte vegetale naturale ✅ Stabilizatori alimentari ✅ Non-toxic ✅ Fără reziduuri în sol ✅ Sigur pentru animale de companie ✅ Fabricat în România Beneficiu #1 Barieră aromatică invizibilă și eficientă HELIX creează în sol și pe suprafețele tratate un câmp aromatic pe care melcii îl percep ca neplăcut și îl evită instinctiv. Nu ai nevoie de granule, capcane sau intervenții manuale — bariera se formează automat după aplicare și protejează zona tratată. Acoperire uniformă a întregii zone tratate Bariera se reformează la fiecare reaplicare Melcii evită zona fără a fi dăunați Protecție activă 5–7 zile per aplicare Beneficiu #2 100% sigur pentru oameni, animale și plante Formulat exclusiv din arome alimentare concentrate și extracte vegetale — aceleași tipuri de substanțe utilizate în industria alimentară. Poți aplica în grădina de legume, lângă animale de companie sau copii, fără nicio restricție de acces sau timp de așteptare. Sigur pentru legume, fructe și plante ornamentale Nu lasă reziduuri toxice în sol sau pe recoltă Fără risc pentru câini, pisici sau păsări Nu este biocid — nu afectează ecosistemul grădinii Beneficiu #3 Aplicare simplă — protecție în câteva ore Nu ai nevoie de echipament special sau cunoștințe tehnice. Amesteci 10ml HELIX în 1L apă și aplici prin udare la sol sau pulverizare pe frunze. Bariera aromatică se activează în câteva ore și protejează activ 5–7 zile, chiar și în condiții de umiditate crescută. Aplicare prin udare sau pulverizare — la alegere Eficient pe sol, ghivece, straturi, sere și solarii Reaplicare simplă la 5–7 zile sau după ploi abundente Protejează orice tip de cultură Funcționează în orice tip de grădină 🥬 Grădină de legume 🌹 Straturi de flori 🌱 Răsaduri tinere 🍓 Căpșuni și fructe 🪴 Ghivece și terase 🌿 Sere și solarii 🌳 Arbori tineri 🌾 Plante ornamentale Simplu de aplicat —bariera se formează în câteva ore 1 Măsoară 10ml Toarnă 10ml de HELIX din flacon direct în stropitoare sau rezervorul de pulverizator. 2 Adaugă 1L apă Completează cu 1 litru de apă și amestecă ușor. Soluția este gata imediat, fără timp de așteptare. 3 Aplică în zona de protejat Udă solul la baza plantelor sau pulverizează pe frunze și pe sol. Acoperă uniform zona pe care vrei să o protejezi. 1 flacon ajunge pentru suprafețe generoase. 4 Reaplicare la 5–7 zile Repetă tratamentul la 5–7 zile sau după fiecare ploaie abundentă pentru a menține bariera aromatică activă pe toată durata sezonului. Grădina ta, protejată natural! FLORAD HELIX — barieră aromatică non-toxică formulată din arome alimentare concentrate și extracte vegetale. Ține melcii la distanță în mod natural, fără riscuri pentru plante, recoltă sau familie. 🐌 Ține melcii la distanță 🚫 Non-Toxic 🌿 Arome Alimentare 🥗 Sigur pentru recoltă 🏠 Fabricat în România 🚚 Livrare rapidă