/** * cele-zdrowotne.css - Style dla strony celów zdrowotnych *//* ============================================================================= HERO SECTION ============================================================================= */.cele-hero{background:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);padding:55px 0 60px;text-align:center;margin-bottom:45px;position:relative;overflow:hidden}.cele-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(12, 222, 208, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);pointer-events:none}.cele-hero .container{position:relative;z-index:1}.cele-hero-title{color:#fff;font-size:2.4rem;font-weight:800;margin-bottom:14px;letter-spacing:-0.02em}.cele-hero-desc{color:rgba(255, 255, 255, 0.8);font-size:1.1rem;max-width:650px;margin:0 auto 35px;line-height:1.6}.cele-hero-stats{display:flex;justify-content:center;gap:50px;margin-bottom:35px}.cele-stat{text-align:center}.cele-stat .stat-value{display:block;font-size:2.4rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:5px}.cele-stat .stat-label{font-size:0.9rem;color:rgba(255, 255, 255, 0.65);text-transform:uppercase;letter-spacing:0.05em}/* Search Box */.cele-search{max-width:500px;margin:0 auto}.cele-search .search-wrapper{position:relative;display:flex;align-items:center}.cele-search .search-icon{position:absolute;left:18px;width:20px;height:20px;stroke:#94a3b8}.cele-search input{width:100%;padding:16px 20px 16px 50px;border:2px solid rgba(255, 255, 255, 0.1);border-radius:30px;background:rgba(255, 255, 255, 0.05);color:#fff;font-size:1rem;transition:all 0.2s}.cele-search input::placeholder{color:rgba(255, 255, 255, 0.45)}.cele-search input:focus{outline:none;border-color:var(--primary-color);background:rgba(255, 255, 255, 0.1);box-shadow:0 0 0 4px rgba(12, 222, 208, 0.15)}/* ============================================================================= SECTIONS ============================================================================= */.cele-section{margin-bottom:50px}.cele-section-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:25px}.cele-section-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cele-section-icon svg{width:26px;height:26px;stroke:#fff}/* Color variants */.cele-section-icon--green{background:linear-gradient(135deg, #22c55e, #16a34a)}.cele-section-icon--yellow{background:linear-gradient(135deg, #f59e0b, #d97706)}.cele-section-icon--purple{background:linear-gradient(135deg, #8b5cf6, #7c3aed)}.cele-section-icon--orange{background:linear-gradient(135deg, #f97316, #ea580c)}.cele-section-icon--gray{background:linear-gradient(135deg, #64748b, #475569)}.cele-section-icon--red{background:linear-gradient(135deg, #ef4444, #dc2626)}.cele-section-icon--pink{background:linear-gradient(135deg, #ec4899, #db2777)}.cele-section-icon--blue{background:linear-gradient(135deg, #3b82f6, #2563eb)}.cele-section-icon--indigo{background:linear-gradient(135deg, #6366f1, #4f46e5)}.cele-section-icon--slate{background:linear-gradient(135deg, #64748b, #475569)}.cele-section-icon--dark{background:linear-gradient(135deg, #1e293b, #0f172a)}.cele-section-info h2{font-size:1.5rem;font-weight:700;color:var(--secondary-color);margin:0 0 4px}.cele-section-info p{font-size:0.95rem;color:var(--text-light);margin:0}/* ============================================================================= GOAL CARDS GRID ============================================================================= */.cele-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.cel-card{display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;text-decoration:none;transition:all 0.2s;position:relative}.cel-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px rgba(0, 0, 0, 0.08);transform:translateY(-3px)}.cel-card-main{flex:1;margin-bottom:12px}.cel-name{font-size:1.05rem;font-weight:700;color:var(--secondary-color);margin:0 0 6px;line-height:1.3}.cel-desc{font-size:0.85rem;color:var(--text-light);line-height:1.5;margin:0}.cel-card-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:0.8rem}.cel-products{display:inline-flex;align-items:center;gap:5px;color:var(--text-light);background:#f3f4f6;padding:5px 10px;border-radius:15px}.cel-products svg{width:14px;height:14px}.cel-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;stroke:#d1d5db;transition:all 0.2s}.cel-card:hover .cel-arrow{stroke:var(--primary-color);transform:translateY(-50%) translateX(4px)}/* Card color variants */.cel-card--green:hover{border-color:#22c55e}.cel-card--green .cel-products{background:rgba(34, 197, 94, 0.1);color:#15803d}.cel-card--yellow:hover{border-color:#f59e0b}.cel-card--yellow .cel-products{background:rgba(245, 158, 11, 0.1);color:#b45309}.cel-card--purple:hover{border-color:#8b5cf6}.cel-card--purple .cel-products{background:rgba(139, 92, 246, 0.1);color:#6d28d9}.cel-card--orange:hover{border-color:#f97316}.cel-card--orange .cel-products{background:rgba(249, 115, 22, 0.1);color:#c2410c}.cel-card--gray:hover{border-color:#64748b}.cel-card--gray .cel-products{background:rgba(100, 116, 139, 0.1);color:#334155}.cel-card--red:hover{border-color:#ef4444}.cel-card--red .cel-products{background:rgba(239, 68, 68, 0.1);color:#b91c1c}.cel-card--pink:hover{border-color:#ec4899}.cel-card--pink .cel-products{background:rgba(236, 72, 153, 0.1);color:#be185d}.cel-card--blue:hover{border-color:#3b82f6}.cel-card--blue .cel-products{background:rgba(59, 130, 246, 0.1);color:#1d4ed8}.cel-card--indigo:hover{border-color:#6366f1}.cel-card--indigo .cel-products{background:rgba(99, 102, 241, 0.1);color:#4338ca}.cel-card--slate:hover{border-color:#64748b}.cel-card--slate .cel-products{background:rgba(100, 116, 139, 0.1);color:#334155}/* ============================================================================= EXPAND SECTION (Show more) ============================================================================= */.cele-expand{margin-top:20px;text-align:center}.cele-expand-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#f3f4f6;border:none;border-radius:25px;font-size:0.9rem;font-weight:600;color:var(--text-color);cursor:pointer;transition:all 0.2s}.cele-expand-btn:hover{background:#e5e7eb}.cele-expand-btn svg{width:18px;height:18px;transition:transform 0.3s}.cele-expand.expanded .cele-expand-btn svg{transform:rotate(180deg)}.cele-expand-content{max-height:0;overflow:hidden;transition:max-height 0.4s ease, padding 0.3s}.cele-expand-content.expanded{max-height:2000px;padding-top:20px}/* Tags (expanded list) */.cele-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cel-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:25px;text-decoration:none;font-size:0.9rem;font-weight:500;color:var(--secondary-color);transition:all 0.15s}.cel-tag:hover{border-color:var(--primary-color);background:rgba(12, 222, 208, 0.05)}.cel-tag span{font-size:0.75rem;font-weight:600;color:var(--text-light);background:#f3f4f6;padding:2px 8px;border-radius:10px}/* Tag color variants */.cel-tag--green:hover{border-color:#22c55e;background:rgba(34, 197, 94, 0.05)}.cel-tag--yellow:hover{border-color:#f59e0b;background:rgba(245, 158, 11, 0.05)}.cel-tag--purple:hover{border-color:#8b5cf6;background:rgba(139, 92, 246, 0.05)}.cel-tag--orange:hover{border-color:#f97316;background:rgba(249, 115, 22, 0.05)}.cel-tag--gray:hover{border-color:#64748b;background:rgba(100, 116, 139, 0.05)}.cel-tag--red:hover{border-color:#ef4444;background:rgba(239, 68, 68, 0.05)}.cel-tag--pink:hover{border-color:#ec4899;background:rgba(236, 72, 153, 0.05)}.cel-tag--blue:hover{border-color:#3b82f6;background:rgba(59, 130, 246, 0.05)}.cel-tag--indigo:hover{border-color:#6366f1;background:rgba(99, 102, 241, 0.05)}.cel-tag--slate:hover{border-color:#64748b;background:rgba(100, 116, 139, 0.05)}/* ============================================================================= ALPHABET FILTER ============================================================================= */.alphabet-filter{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:25px;padding:15px 20px;background:#f8fafc;border-radius:12px}.alpha-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:0.85rem;font-weight:600;color:var(--text-color);cursor:pointer;transition:all 0.15s}.alpha-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.alpha-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}/* ============================================================================= A-Z LIST - ENHANCED WITH PRODUCT PREVIEW AND INGREDIENTS ============================================================================= */.cele-list{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}.letter-divider{padding:12px 20px;background:#f8fafc;font-size:1.1rem;font-weight:700;color:var(--secondary-color);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:5}.cel-list-item{display:flex;align-items:stretch;border-bottom:1px solid #f1f5f9;transition:background 0.15s}.cel-list-item:last-child{border-bottom:none}.cel-list-item:hover{background:linear-gradient(135deg, rgba(12, 222, 208, 0.03), rgba(12, 222, 208, 0.01))}/* Main link area */.cel-list-main-link{flex:1;display:flex;align-items:center;padding:18px 20px;text-decoration:none;min-width:0}.cel-list-main{flex:1;min-width:0}.cel-list-name{display:block;font-size:1.05rem;font-weight:700;color:var(--secondary-color);margin-bottom:5px;transition:color 0.15s}.cel-list-main-link:hover .cel-list-name{color:var(--primary-color)}.cel-list-desc{display:block;font-size:0.85rem;color:var(--text-light);line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}/* Badges */.cel-list-badges{display:flex;flex-wrap:wrap;gap:8px}.cel-badge{display:inline-flex;align-items:center;gap:5px;font-size:0.78rem;font-weight:500;padding:4px 10px;border-radius:12px}.cel-badge svg{width:13px;height:13px}.cel-badge--count{background:#f3f4f6;color:var(--text-color)}.cel-badge--price-range{background:rgba(34, 197, 94, 0.1);color:#15803d;display:inline-flex;align-items:center;gap:4px}.cel-badge--avg-price{background:rgba(100, 116, 139, 0.1);color:#475569;font-size:0.72rem}/* Price trend indicator */.price-trend{display:inline-flex;align-items:center;margin-left:2px}.price-trend svg{width:10px;height:10px}.trend-down{color:#16a34a}.trend-down svg{stroke:#16a34a}.trend-up{color:#dc2626}.trend-up svg{stroke:#dc2626}/* Ingredients line - specific to cele-zdrowotne */.cel-ingredients{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.cel-ingredients-label{font-size:0.72rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:0.02em}.cel-ingredient{font-size:0.75rem;font-weight:500;color:#0d9488;background:rgba(12, 222, 208, 0.1);padding:3px 10px;border-radius:12px;transition:opacity 0.15s}/* Forms line */.cel-forms{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.cel-form{font-size:0.7rem;font-weight:500;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:10px;transition:opacity 0.15s}.cel-form--more{background:transparent;color:#94a3b8;font-weight:600}/* Newest Product Section */.cel-newest-product{width:280px;flex-shrink:0;padding:12px 16px;background:#fafbfc;border-left:1px solid #f1f5f9;display:flex;flex-direction:column}.newest-label{display:inline-flex;align-items:center;gap:5px;font-size:0.68rem;font-weight:600;text-transform:uppercase;letter-spacing:0.03em;color:#64748b;margin-bottom:8px}.newest-label svg{width:11px;height:11px;stroke:#94a3b8}.newest-product-card{display:flex;gap:12px;text-decoration:none;flex:1}.newest-product-image{width:56px;height:56px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #e5e7eb}.newest-product-image img{width:100%;height:100%;object-fit:contain}.newest-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc}.newest-product-placeholder svg{width:24px;height:24px;stroke:#d1d5db}.newest-product-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.newest-product-brand{font-size:0.7rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:0.03em}.newest-product-name{font-size:0.82rem;font-weight:600;color:var(--secondary-color);line-height:1.3;margin:2px 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.newest-product-card:hover .newest-product-name{color:var(--primary-color)}.newest-product-meta{display:flex;align-items:center;gap:10px}.newest-product-price{font-size:0.85rem;font-weight:700;color:#15803d}.newest-product-rating{display:inline-flex;align-items:center;gap:3px;font-size:0.75rem;font-weight:600;color:var(--text-light)}.newest-product-rating svg{width:12px;height:12px}/* ============================================================================= RESPONSIVE - TABLET ============================================================================= */@media (max-width:968px){.cele-hero{padding:45px 0 50px;margin-bottom:35px}.cele-hero-title{font-size:2rem}.cele-hero-desc{font-size:1rem}.cele-hero-stats{gap:35px;margin-bottom:30px}.cele-stat .stat-value{font-size:2rem}.cele-grid{grid-template-columns:repeat(2, 1fr);gap:14px}.cel-card{padding:18px}.cel-arrow{display:none}.alphabet-filter{gap:5px;padding:12px 15px}.alpha-btn{min-width:32px;height:32px;font-size:0.8rem}/* List with product - tablet */ .cel-newest-product{width:240px;padding:10px 12px}.newest-product-image{width:48px;height:48px}.newest-product-name{font-size:0.78rem}}/* ============================================================================= RESPONSIVE - MOBILE ============================================================================= */@media (max-width:640px){.cele-hero{padding:35px 0 40px;margin-bottom:30px}.cele-hero-title{font-size:1.6rem;margin-bottom:10px}.cele-hero-desc{font-size:0.9rem;margin-bottom:25px}.cele-hero-stats{flex-wrap:wrap;gap:20px 30px;margin-bottom:25px}.cele-stat .stat-value{font-size:1.6rem}.cele-stat .stat-label{font-size:0.8rem}.cele-search input{padding:14px 16px 14px 46px;font-size:0.95rem}.cele-section{margin-bottom:40px}.cele-section-header{gap:12px;margin-bottom:20px}.cele-section-icon{width:46px;height:46px;border-radius:12px}.cele-section-icon svg{width:22px;height:22px}.cele-section-info h2{font-size:1.2rem}.cele-section-info p{font-size:0.85rem}/* Cards - single column */ .cele-grid{grid-template-columns:1fr;gap:12px}.cel-card{padding:16px;flex-direction:row;align-items:center}.cel-card-main{flex:1;margin-bottom:0;margin-right:12px}.cel-name{font-size:0.95rem;margin-bottom:4px}.cel-desc{font-size:0.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cel-card-meta{flex-direction:column;gap:6px}.cel-arrow{display:block;position:static;transform:none;flex-shrink:0}.cel-card:hover .cel-arrow{transform:translateX(4px)}/* Expand */ .cele-expand-btn{padding:10px 20px;font-size:0.85rem}.cele-tags{gap:8px}.cel-tag{padding:8px 12px;font-size:0.85rem}/* Alphabet */ .alphabet-filter{gap:4px;padding:10px 12px}.alpha-btn{min-width:28px;height:28px;font-size:0.75rem;padding:0 6px}.alpha-btn[data-letter="all"]{flex:0 0 100%;margin-bottom:6px}/* List - mobile - keep side by side layout */ .cel-list-item{flex-direction:row;align-items:stretch}.cel-list-main-link{padding:12px 14px;flex:1;min-width:0}.cel-list-name{font-size:0.9rem}.cel-list-desc{font-size:0.75rem;margin-bottom:6px;-webkit-line-clamp:1}.cel-list-badges{gap:4px}.cel-badge{font-size:0.68rem;padding:2px 6px}.cel-badge svg{width:10px;height:10px}/* Show badges on mobile - compact */ .cel-badge--price-range, .cel-badge--avg-price{display:inline-flex}/* Ingredients - compact on mobile */ .cel-ingredients{margin-top:6px;gap:4px}.cel-ingredients-label{font-size:0.65rem}.cel-ingredient{font-size:0.65rem;padding:2px 6px}/* Forms - compact on mobile */ .cel-forms{margin-top:6px;gap:4px}.cel-form{font-size:0.65rem;padding:1px 6px}/* Newest product - mobile compact */ .cel-newest-product{width:110px;padding:8px;border-left:1px solid #f1f5f9;background:#fafbfc}.newest-label{font-size:0.6rem;margin-bottom:4px;gap:3px}.newest-label svg{width:9px;height:9px}.newest-product-card{flex-direction:column;gap:4px;align-items:center;text-align:center}.newest-product-image{width:44px;height:44px;border-radius:8px}.newest-product-info{align-items:center}.newest-product-brand{display:none}.newest-product-name{font-size:0.68rem;-webkit-line-clamp:2;text-align:center}.newest-product-meta{justify-content:center;gap:4px}.newest-product-price{font-size:0.72rem}.newest-product-rating{display:none}.letter-divider{padding:10px 16px;font-size:1rem}}/* Ultra small screens */@media (max-width:380px){.cele-hero-stats{gap:15px 25px}.cele-stat .stat-value{font-size:1.4rem}.alpha-btn{min-width:26px;height:26px;font-size:0.7rem}/* List - ultra small */ .cel-list-main-link{padding:10px 12px}.cel-list-name{font-size:0.85rem}.cel-list-desc{display:none}/* Hide avg price on ultra small */ .cel-badge--avg-price{display:none}/* Show only first 3 ingredients on ultra small */ .cel-ingredients{display:none}/* Hide forms on ultra small */ .cel-forms{display:none}/* Hide trend on ultra small */ .price-trend{display:none}/* Newest product - ultra small */ .cel-newest-product{width:90px;padding:6px}.newest-label{display:none}.newest-product-image{width:38px;height:38px}.newest-product-name{font-size:0.62rem;-webkit-line-clamp:1}.newest-product-price{font-size:0.68rem}}