.strain-index{min-height:100vh;background:#f8fafc}.strain-index__hero{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:80px 20px 60px;color:white;text-align:center}.strain-index__hero-content{max-width:800px;margin:0 auto}.strain-index__title{font-size:2.75rem;font-weight:800;margin:0 0 16px}.strain-index__subtitle{font-size:1.2rem;color:rgba(255,255,255,.85);margin:0 0 32px;line-height:1.6}.strain-index__hero-links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.strain-index__hero-btn{padding:12px 24px;border-radius:30px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.strain-index__hero-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.strain-index__hero-btn--indica{background:#7c3aed;color:white}.strain-index__hero-btn--sativa{background:#10b981;color:white}.strain-index__hero-btn--hybrid{background:#f59e0b;color:white}.strain-index__container{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.strain-index__section-title{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 24px}.strain-index__featured{margin-bottom:60px}.strain-index__featured-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.strain-index__featured-card{background:white;border-radius:12px;padding:24px;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}.strain-index__featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.strain-index__featured-type{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:20px;width:-moz-fit-content;width:fit-content;margin-bottom:12px}.strain-index__featured-type--indica{background:rgba(124,58,237,.1);color:#7c3aed}.strain-index__featured-type--sativa{background:rgba(16,185,129,.1);color:#10b981}.strain-index__featured-type--hybrid{background:rgba(245,158,11,.1);color:#f59e0b}.strain-index__featured-name{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}.strain-index__featured-desc{font-size:.9rem;color:#64748b;line-height:1.5;margin:0 0 16px;flex-grow:1}.strain-index__featured-meta{display:flex;justify-content:space-between;align-items:center}.strain-index__featured-thc{font-size:.85rem;font-weight:600;color:#1a1a2e}.strain-index__featured-link{font-size:.85rem;font-weight:600;color:#10b981}.strain-index__category{margin-bottom:48px}.strain-index__category-header{margin-bottom:20px;padding-bottom:16px;border-bottom:3px solid}.strain-index__category-title{font-size:1.5rem;font-weight:700;margin:0 0 8px}.strain-index__category-desc{font-size:.95rem;color:#64748b;margin:0}.strain-index__strains-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.strain-index__strain-card{background:white;border-radius:8px;padding:16px 20px;text-decoration:none;border:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s ease,background .2s ease}.strain-index__strain-card:hover{border-color:#10b981;background:#f0fdf4}.strain-index__strain-name{font-size:.95rem;font-weight:600;color:#1a1a2e}.strain-index__strain-thc{font-size:.8rem;color:#64748b}.strain-index__learn{margin-bottom:48px}.strain-index__learn-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.strain-index__learn-card{background:white;border-radius:12px;padding:24px;text-decoration:none;border:1px solid #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.strain-index__learn-card:hover{border-color:#10b981;box-shadow:0 4px 12px rgba(16,185,129,.1)}.strain-index__learn-card h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0 0 8px}.strain-index__learn-card p{font-size:.9rem;color:#64748b;margin:0}.strain-index__cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:48px;text-align:center;color:white}.strain-index__cta h2{font-size:1.75rem;font-weight:700;margin:0 0 12px}.strain-index__cta p{font-size:1.1rem;opacity:.9;margin:0 0 24px}.strain-index__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}.strain-index__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:1024px){.strain-index__featured-grid{grid-template-columns:repeat(2,1fr)}.strain-index__strains-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.strain-index__hero{padding:60px 16px 40px}.strain-index__title{font-size:2rem}.strain-index__featured-grid{grid-template-columns:1fr}.strain-index__strains-grid{grid-template-columns:repeat(2,1fr)}.strain-index__learn-grid{grid-template-columns:1fr}.strain-index__cta{padding:32px 24px}}@media (max-width:480px){.strain-index__strains-grid{grid-template-columns:1fr}.strain-index__hero-links{flex-direction:column}}.strain-page{min-height:100vh;background:#f8fafc}.strain-page__hero{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:80px 20px 60px;color:white}.strain-page__hero-content{max-width:900px;margin:0 auto}.strain-page__breadcrumb{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:24px}.strain-page__breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.strain-page__breadcrumb a:hover{color:#10b981}.strain-page__hero-main{display:flex;gap:40px;align-items:flex-start}.strain-page__hero-info{flex:1 1}.strain-page__type{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;border-radius:20px;margin-bottom:16px}.strain-page__type--indica{background:rgba(124,58,237,.2);color:#a78bfa}.strain-page__type--sativa{background:rgba(16,185,129,.2);color:#6ee7b7}.strain-page__type--hybrid{background:rgba(245,158,11,.2);color:#fcd34d}.strain-page__title{font-size:2.75rem;font-weight:800;margin:0 0 8px;line-height:1.1}.strain-page__genetics{font-size:1.1rem;color:rgba(255,255,255,.7);margin:0 0 24px}.strain-page__stats{display:flex;gap:32px}.strain-page__stat{display:flex;flex-direction:column;gap:4px}.strain-page__stat-label{font-size:.8rem;text-transform:uppercase;color:rgba(255,255,255,.6);letter-spacing:.5px}.strain-page__stat-value{font-size:1.5rem;font-weight:700;color:#10b981}.strain-page__container{max-width:900px;margin:0 auto;padding:40px 20px 80px}.strain-page__quick-info{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.strain-page__quick-info .strain-page__section-title{grid-column:1/-1;font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}.strain-page__info-card{background:white;border-radius:12px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.strain-page__info-card h3{font-size:.9rem;font-weight:600;text-transform:uppercase;color:#64748b;margin:0 0 12px;letter-spacing:.5px}.strain-page__tags{display:flex;flex-wrap:wrap;gap:8px}.strain-page__tag{font-size:.85rem;padding:6px 12px;background:#f1f5f9;color:#1a1a2e;border-radius:20px}.strain-page__description{background:white;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.strain-page__description h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}.strain-page__description p{font-size:1.05rem;line-height:1.8;color:#4a5568;margin:0}.strain-page__medical{background:white;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.strain-page__medical h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 16px}.strain-page__medical p{font-size:1rem;color:#4a5568;margin:0 0 12px}.strain-page__medical-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin:0 0 16px;padding-left:20px}.strain-page__medical-list li{font-size:.95rem;color:#4a5568}.strain-page__disclaimer{font-size:.85rem;color:#94a3b8}.strain-page__grow{background:white;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.strain-page__grow h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 20px}.strain-page__grow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.strain-page__grow-item{display:flex;flex-direction:column;gap:4px}.strain-page__grow-label{font-size:.8rem;text-transform:uppercase;color:#64748b;letter-spacing:.5px}.strain-page__grow-value{font-size:1.1rem;font-weight:600;color:#1a1a2e}.strain-page__faq{background:white;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.strain-page__faq h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 24px}.strain-page__faq-item{padding:20px 0;border-bottom:1px solid #e5e7eb}.strain-page__faq-item:last-child{border-bottom:none;padding-bottom:0}.strain-page__faq-item h3{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin:0 0 8px}.strain-page__faq-item p{font-size:.95rem;line-height:1.6;color:#4a5568;margin:0}.strain-page__cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:40px;text-align:center;color:white}.strain-page__cta h2{font-size:1.75rem;font-weight:700;margin:0 0 12px}.strain-page__cta p{font-size:1.1rem;opacity:.9;margin:0 0 24px}.strain-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}.strain-page__cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:768px){.strain-page__hero{padding:60px 16px 40px}.strain-page__title{font-size:2rem}.strain-page__grow-grid,.strain-page__medical-list,.strain-page__quick-info{grid-template-columns:1fr}.strain-page__grow-grid{gap:16px}.strain-page__description,.strain-page__faq,.strain-page__grow,.strain-page__medical{padding:24px}.strain-page__cta{padding:32px 24px}}:root{--vapes-text:#00553f;--vapes-background:#ffffff;--vapes-primary:#00553f;--vapes-secondary:#3498db;--vapes-accent:#00553f;--vapes-black:#1a1a1a;--vapes-gray:#666}.vapes{background:var(--vapes-background);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.vapes__hero{min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 24px 80px}.vapes__hero-bg{position:absolute;inset:0;z-index:0}.vapes__hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite}.vapes__hero-shape--1{width:500px;height:500px;background:var(--vapes-secondary);top:-150px;right:-100px;animation-delay:0s}.vapes__hero-shape--2{width:400px;height:400px;background:var(--vapes-primary);bottom:-100px;left:-100px;animation-delay:2s}.vapes__hero-shape--3{width:300px;height:300px;background:var(--vapes-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)}}.vapes__hero-content{max-width:1200px;width:100%;text-align:center;position:relative;z-index:1;animation:slideUp .8s ease-out}.vapes__hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--vapes-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}.vapes__hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-2px;color:var(--vapes-black);margin:0 0 24px;animation:slideUp .8s ease-out .2s backwards}.vapes__hero-title--accent{color:var(--vapes-accent);font-style:italic}.vapes__hero-subtitle{font-size:22px;color:var(--vapes-gray);line-height:1.6;max-width:600px;margin:0 auto 32px;animation:slideUp .8s ease-out .3s backwards}.vapes__hero-cta{display:flex;justify-content:center;gap:16px;animation:slideUp .8s ease-out .4s backwards}.vapes__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}.vapes__hero-btn--primary{background:var(--vapes-accent);color:white}.vapes__hero-btn--primary:hover{background:var(--vapes-secondary);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,85,63,.3)}.vapes__hero-btn-arrow{transition:transform .3s}.vapes__hero-btn:hover .vapes__hero-btn-arrow{transform:translateX(5px)}.vapes__hero-visual{position:absolute;inset:0;pointer-events:none;z-index:0}.vapes__hero-icon{position:absolute;font-size:64px;animation:iconFloat 4s ease-in-out infinite;opacity:.6}.vapes__hero-icon--1{top:15%;left:10%;animation-delay:0s}.vapes__hero-icon--2{top:60%;right:15%;animation-delay:1s;font-size:48px}.vapes__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)}}.vapes__description{padding:60px 24px;background:#fafafa}.vapes__description--top{padding-top:80px}.vapes__description--bottom{padding-bottom:80px}.vapes__container{max-width:1200px;margin:0 auto}.vapes__description-content{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:var(--vapes-black)}.vapes__description-content h2{font-size:32px;font-weight:800;color:var(--vapes-black);margin:0 0 24px}.vapes__description-content h3{font-size:24px;font-weight:700;color:var(--vapes-accent);margin:32px 0 16px}.vapes__description-content p{margin:0 0 16px}.vapes__description-content strong{color:var(--vapes-accent);font-weight:700}.vapes__why{padding:100px 24px;background:var(--vapes-background)}.vapes__why-header{text-align:center;margin-bottom:60px}.vapes__why-title{font-size:48px;font-weight:800;color:var(--vapes-black);margin:0 0 16px;letter-spacing:-1px}.vapes__why-title--accent{color:var(--vapes-accent);font-style:italic}.vapes__why-subtitle{font-size:20px;color:var(--vapes-gray);margin:0}.vapes__why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.vapes__why-card{background:linear-gradient(135deg,rgba(0,85,63,.05),rgba(52,152,219,.05));padding:48px 32px;border-radius:24px;border:2px solid rgba(0,85,63,.1);text-align:center;transition:all .4s ease}.vapes__why-card:hover{transform:translateY(-8px);border-color:var(--vapes-accent);box-shadow:0 10px 30px rgba(0,85,63,.15)}.vapes__why-icon{font-size:64px;display:block;margin-bottom:24px}.vapes__why-card-title{font-size:24px;font-weight:800;color:var(--vapes-black);margin:0 0 16px}.vapes__why-card-text{font-size:16px;line-height:1.8;color:var(--vapes-gray);margin:0}.vapes__products{padding:100px 24px;background:#fafafa}.vapes__section-title{font-size:48px;font-weight:800;color:var(--vapes-black);text-align:center;margin:0 0 16px;letter-spacing:-1px}.vapes__section-subtitle{font-size:20px;color:var(--vapes-gray);text-align:center;margin:0 0 60px}.vapes__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:32px;gap:32px}.vapes__product-card{background:white;border-radius:20px;overflow:hidden;text-decoration:none;color:var(--vapes-black);transition:all .3s ease;border:2px solid rgba(0,85,63,.1);display:flex;flex-direction:column}.vapes__product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,85,63,.15);border-color:var(--vapes-accent)}.vapes__product-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.vapes__product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.vapes__product-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.vapes__product-badge--sale{background:var(--vapes-secondary);color:white}.vapes__product-badge--out{background:#e74c3c;color:white}.vapes__product-info{padding:24px;flex:1 1;display:flex;flex-direction:column}.vapes__product-name{font-size:18px;font-weight:700;color:var(--vapes-black);margin:0 0 12px;line-height:1.4}.vapes__product-price{display:flex;align-items:center;gap:12px;margin-top:auto}.vapes__product-price--current{font-size:24px;font-weight:800;color:var(--vapes-accent)}.vapes__product-price--original{font-size:18px;color:var(--vapes-gray);text-decoration:line-through}.vapes__empty{text-align:center;padding:60px 24px}.vapes__empty p{font-size:18px;color:var(--vapes-gray);margin:0 0 24px}.vapes__empty-btn{display:inline-block;padding:14px 32px;background:var(--vapes-accent);color:white;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease}.vapes__empty-btn:hover{background:var(--vapes-secondary);transform:translateY(-3px)}.vapes__content{padding:100px 24px;background:var(--vapes-background)}.vapes__content-wrapper{max-width:900px;margin:0 auto}.vapes__content-title{font-size:42px;font-weight:800;color:var(--vapes-black);margin:0 0 32px;letter-spacing:-1px;line-height:1.2}.vapes__content-text{display:flex;flex-direction:column;gap:24px}.vapes__content-text p{font-size:18px;line-height:1.8;color:var(--vapes-black);margin:0}.vapes__content-text strong{color:var(--vapes-accent);font-weight:700}.vapes__faq{padding:100px 24px;background:#fafafa}.vapes__faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.vapes__faq-item{background:white;padding:32px;border-radius:20px;border:2px solid rgba(0,85,63,.1)}.vapes__faq-question{font-size:20px;font-weight:700;color:var(--vapes-black);margin:0 0 16px}.vapes__faq-answer{font-size:16px;line-height:1.8;color:var(--vapes-gray);margin:0}.vapes__cta{padding:100px 24px;background:var(--vapes-accent);position:relative;overflow:hidden}.vapes__cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.vapes__cta-text{flex:1 1}.vapes__cta-title{font-size:42px;font-weight:800;color:white;margin:0 0 16px;letter-spacing:-1px}.vapes__cta-subtitle{font-size:20px;color:rgba(255,255,255,.9);margin:0;line-height:1.6}.vapes__cta-btn{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:white;color:var(--vapes-accent);border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}.vapes__cta-btn:hover{background:var(--vapes-secondary);color:white;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.vapes__cta-arrow{transition:transform .3s}.vapes__cta-btn:hover .vapes__cta-arrow{transform:translateX(5px)}.vapes__cta-shapes{position:absolute;inset:0;pointer-events:none}.vapes__cta-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.vapes__cta-shape--1{width:300px;height:300px;background:white;top:-100px;right:10%}.vapes__cta-shape--2{width:250px;height:250px;background:var(--vapes-secondary);bottom:-80px;left:5%}@media (max-width:1024px){.vapes__hero-title{font-size:48px}.vapes__faq-grid,.vapes__why-grid{grid-template-columns:1fr}.vapes__cta-content{flex-direction:column;text-align:center;gap:32px}.vapes__cta-btn{width:100%;justify-content:center}}@media (max-width:768px){.vapes__hero{min-height:60vh;padding:100px 24px 60px}.vapes__hero-title{font-size:36px}.vapes__hero-subtitle{font-size:18px}.vapes__content,.vapes__cta,.vapes__faq,.vapes__products,.vapes__why{padding:60px 24px}.vapes__section-title,.vapes__why-title{font-size:36px}.vapes__products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.vapes__content-title{font-size:32px}.vapes__content-text p{font-size:16px}.vapes__cta-title{font-size:32px}.vapes__cta-subtitle{font-size:18px}}@media (max-width:480px){.vapes__hero-title{font-size:28px}.vapes__products-grid{grid-template-columns:1fr}.vapes__content-title,.vapes__cta-title{font-size:28px}}