/** * formy.css - Style dla strony form produktów *//* ============================================================================= HERO SECTION ============================================================================= */.formy-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}.formy-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(59, 130, 246, 0.06) 0%, transparent 50%);pointer-events:none}.formy-hero .container{position:relative;z-index:1}.formy-hero-title{color:#fff;font-size:2.4rem;font-weight:800;margin-bottom:14px;letter-spacing:-0.02em}.formy-hero-desc{color:rgba(255, 255, 255, 0.8);font-size:1.1rem;max-width:650px;margin:0 auto 35px;line-height:1.6}.formy-hero-stats{display:flex;justify-content:center;gap:50px;margin-bottom:35px}.formy-stat{text-align:center}.formy-stat .stat-value{display:block;font-size:2.4rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:5px}.formy-stat .stat-label{font-size:0.9rem;color:rgba(255, 255, 255, 0.65);text-transform:uppercase;letter-spacing:0.05em}/* Search Box */.formy-search{max-width:500px;margin:0 auto}.formy-search .search-wrapper{position:relative;display:flex;align-items:center}.formy-search .search-icon{position:absolute;left:18px;width:20px;height:20px;stroke:#94a3b8}.formy-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}.formy-search input::placeholder{color:rgba(255, 255, 255, 0.45)}.formy-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 ============================================================================= */.formy-section{margin-bottom:50px}.formy-section-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:25px}.formy-section-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.formy-section-icon svg{width:26px;height:26px;stroke:#fff}/* Color variants */.formy-section-icon--blue{background:linear-gradient(135deg, #3b82f6, #2563eb)}.formy-section-icon--teal{background:linear-gradient(135deg, #14b8a6, #0d9488)}.formy-section-icon--purple{background:linear-gradient(135deg, #8b5cf6, #7c3aed)}.formy-section-icon--pink{background:linear-gradient(135deg, #ec4899, #db2777)}.formy-section-icon--green{background:linear-gradient(135deg, #22c55e, #16a34a)}.formy-section-icon--emerald{background:linear-gradient(135deg, #10b981, #059669)}.formy-section-icon--gray{background:linear-gradient(135deg, #64748b, #475569)}.formy-section-icon--dark{background:linear-gradient(135deg, #1e293b, #0f172a)}.formy-section-info h2{font-size:1.5rem;font-weight:700;color:var(--secondary-color);margin:0 0 4px}.formy-section-info p{font-size:0.95rem;color:var(--text-light);margin:0}/* ============================================================================= FORM CARDS GRID ============================================================================= */.formy-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}.forma-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}.forma-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px rgba(0, 0, 0, 0.08);transform:translateY(-3px)}.forma-card-main{flex:1;margin-bottom:12px}.forma-name{font-size:1.05rem;font-weight:700;color:var(--secondary-color);margin:0 0 6px;line-height:1.3}.forma-card-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:0.8rem}.forma-products{display:inline-flex;align-items:center;gap:5px;color:var(--text-light);background:#f3f4f6;padding:5px 10px;border-radius:15px}.forma-products svg{width:14px;height:14px}.forma-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;stroke:#d1d5db;transition:all 0.2s}.forma-card:hover .forma-arrow{stroke:var(--primary-color);transform:translateY(-50%) translateX(4px)}/* Card color variants */.forma-card--blue:hover{border-color:#3b82f6}.forma-card--blue .forma-products{background:rgba(59, 130, 246, 0.1);color:#1d4ed8}.forma-card--teal:hover{border-color:#14b8a6}.forma-card--teal .forma-products{background:rgba(20, 184, 166, 0.1);color:#0f766e}.forma-card--purple:hover{border-color:#8b5cf6}.forma-card--purple .forma-products{background:rgba(139, 92, 246, 0.1);color:#6d28d9}.forma-card--pink:hover{border-color:#ec4899}.forma-card--pink .forma-products{background:rgba(236, 72, 153, 0.1);color:#be185d}.forma-card--green:hover{border-color:#22c55e}.forma-card--green .forma-products{background:rgba(34, 197, 94, 0.1);color:#15803d}.forma-card--emerald:hover{border-color:#10b981}.forma-card--emerald .forma-products{background:rgba(16, 185, 129, 0.1);color:#047857}.forma-card--gray:hover{border-color:#64748b}.forma-card--gray .forma-products{background:rgba(100, 116, 139, 0.1);color:#334155}/* ============================================================================= EXPAND SECTION (Show more) ============================================================================= */.formy-expand{margin-top:20px;text-align:center}.formy-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}.formy-expand-btn:hover{background:#e5e7eb}.formy-expand-btn svg{width:18px;height:18px;transition:transform 0.3s}.formy-expand.expanded .formy-expand-btn svg{transform:rotate(180deg)}.formy-expand-content{max-height:0;overflow:hidden;transition:max-height 0.4s ease, padding 0.3s}.formy-expand-content.expanded{max-height:2000px;padding-top:20px}/* Tags (expanded list) */.formy-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.forma-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}.forma-tag:hover{border-color:var(--primary-color);background:rgba(12, 222, 208, 0.05)}.forma-tag span{font-size:0.75rem;font-weight:600;color:var(--text-light);background:#f3f4f6;padding:2px 8px;border-radius:10px}/* Tag color variants */.forma-tag--blue:hover{border-color:#3b82f6;background:rgba(59, 130, 246, 0.05)}.forma-tag--teal:hover{border-color:#14b8a6;background:rgba(20, 184, 166, 0.05)}.forma-tag--purple:hover{border-color:#8b5cf6;background:rgba(139, 92, 246, 0.05)}.forma-tag--pink:hover{border-color:#ec4899;background:rgba(236, 72, 153, 0.05)}.forma-tag--green:hover{border-color:#22c55e;background:rgba(34, 197, 94, 0.05)}.forma-tag--emerald:hover{border-color:#10b981;background:rgba(16, 185, 129, 0.05)}.forma-tag--gray: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 - WITH PRODUCT PREVIEW AND INGREDIENTS ============================================================================= */.formy-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}.forma-list-item{display:flex;align-items:stretch;border-bottom:1px solid #f1f5f9;transition:background 0.15s}.forma-list-item:last-child{border-bottom:none}.forma-list-item:hover{background:linear-gradient(135deg, rgba(12, 222, 208, 0.03), rgba(12, 222, 208, 0.01))}/* Main link area */.forma-list-main-link{flex:1;display:flex;align-items:center;padding:18px 20px;text-decoration:none;min-width:0}.forma-list-main{flex:1;min-width:0}.forma-list-name{display:block;font-size:1.05rem;font-weight:700;color:var(--secondary-color);margin-bottom:5px;transition:color 0.15s}.forma-list-main-link:hover .forma-list-name{color:var(--primary-color)}/* Badges */.forma-list-badges{display:flex;flex-wrap:wrap;gap:8px}.forma-badge{display:inline-flex;align-items:center;gap:5px;font-size:0.78rem;font-weight:500;padding:4px 10px;border-radius:12px}.forma-badge svg{width:13px;height:13px}.forma-badge--count{background:#f3f4f6;color:var(--text-color)}.forma-badge--brands{background:rgba(139, 92, 246, 0.1);color:#7c3aed}.forma-badge--price-range{background:rgba(34, 197, 94, 0.1);color:#15803d;display:inline-flex;align-items:center;gap:4px}.forma-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 - with opacity gradient */.forma-ingredients{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.forma-ingredients-label{font-size:0.72rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:0.02em}.forma-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}/* Newest Product Section */.forma-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){.formy-hero{padding:45px 0 50px;margin-bottom:35px}.formy-hero-title{font-size:2rem}.formy-hero-desc{font-size:1rem}.formy-hero-stats{gap:35px;margin-bottom:30px}.formy-stat .stat-value{font-size:2rem}.formy-grid{grid-template-columns:repeat(2, 1fr);gap:14px}.forma-card{padding:18px}.forma-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 */ .forma-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){.formy-hero{padding:35px 0 40px;margin-bottom:30px}.formy-hero-title{font-size:1.6rem;margin-bottom:10px}.formy-hero-desc{font-size:0.9rem;margin-bottom:25px}.formy-hero-stats{flex-wrap:wrap;gap:20px 30px;margin-bottom:25px}.formy-stat .stat-value{font-size:1.6rem}.formy-stat .stat-label{font-size:0.8rem}.formy-search input{padding:14px 16px 14px 46px;font-size:0.95rem}.formy-section{margin-bottom:40px}.formy-section-header{gap:12px;margin-bottom:20px}.formy-section-icon{width:46px;height:46px;border-radius:12px}.formy-section-icon svg{width:22px;height:22px}.formy-section-info h2{font-size:1.2rem}.formy-section-info p{font-size:0.85rem}/* Cards - single column */ .formy-grid{grid-template-columns:1fr;gap:12px}.forma-card{padding:16px;flex-direction:row;align-items:center}.forma-card-main{flex:1;margin-bottom:0;margin-right:12px}.forma-name{font-size:0.95rem;margin-bottom:4px}.forma-card-meta{flex-direction:column;gap:6px}.forma-arrow{display:block;position:static;transform:none;flex-shrink:0}.forma-card:hover .forma-arrow{transform:translateX(4px)}/* Expand */ .formy-expand-btn{padding:10px 20px;font-size:0.85rem}.formy-tags{gap:8px}.forma-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 */ .forma-list-item{flex-direction:row;align-items:stretch}.forma-list-main-link{padding:12px 14px;flex:1;min-width:0}.forma-list-name{font-size:0.9rem}.forma-list-badges{gap:4px}.forma-badge{font-size:0.68rem;padding:2px 6px}.forma-badge svg{width:10px;height:10px}/* Show badges on mobile - compact */ .forma-badge--price-range, .forma-badge--avg-price{display:inline-flex}/* Hide brands badge on mobile */ .forma-badge--brands{display:none}/* Ingredients - compact on mobile */ .forma-ingredients{margin-top:6px;gap:4px}.forma-ingredients-label{font-size:0.65rem}.forma-ingredient{font-size:0.65rem;padding:2px 6px}/* Newest product - mobile compact */ .forma-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){.formy-hero-stats{gap:15px 25px}.formy-stat .stat-value{font-size:1.4rem}.alpha-btn{min-width:26px;height:26px;font-size:0.7rem}/* List - ultra small */ .forma-list-main-link{padding:10px 12px}.forma-list-name{font-size:0.85rem}/* Hide avg price on ultra small */ .forma-badge--avg-price{display:none}/* Show only first 3 ingredients on ultra small */ .forma-ingredients{display:none}/* Hide trend on ultra small */ .price-trend{display:none}/* Newest product - ultra small */ .forma-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}}