make more AI

This commit is contained in:
Norbert Maciaszek
2025-12-28 21:24:48 +01:00
parent 7b95faef4a
commit 69069587c5
17 changed files with 1534 additions and 670 deletions

View File

@@ -8,6 +8,36 @@
<link rel="stylesheet" href="styles.css">
<script src="https://unpkg.com/lucide@latest"></script>
<script src="main.js" defer></script>
<style>
.masonry-item {
break-inside: avoid;
margin-bottom: 2rem;
}
.glass-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.reveal-overlay {
opacity: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .reveal-overlay {
opacity: 1;
}
/* Custom scrollbar for better aesthetics */
.custom-scrollbar::-webkit-scrollbar {
width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background: #e2e8f0;
border-radius: 10px;
}
</style>
</head>
<body class="bg-gray-50 min-h-screen">
@@ -27,12 +57,13 @@
<a href="updates.html" class="flex items-center gap-3 px-4 py-3 text-gray-600 hover:bg-gray-50 rounded-xl transition-colors">
<i data-lucide="bell"></i> Aktualizacje
</a>
<a href="global-holidays.html" class="flex items-center gap-3 px-4 py-3 text-gray-600 hover:bg-gray-50 rounded-xl transition-colors">
<i data-lucide="globe"></i> Święta
</a>
<a href="inspirations.html" class="flex items-center gap-3 px-4 py-3 bg-indigo-50 text-indigo-700 rounded-xl font-medium">
<i data-lucide="sparkles"></i> Inspiracje
</a>
<a href="search.html" class="flex items-center gap-3 px-4 py-3 text-gray-600 hover:bg-gray-50 rounded-xl transition-colors group">
<i data-lucide="search" class="group-hover:text-indigo-600 transition-colors"></i> Wyszukiwarka
<span class="ml-auto bg-indigo-100 text-indigo-600 text-[8px] px-1.5 py-0.5 rounded font-black uppercase">AI</span>
</a>
<a href="blog.html" class="flex items-center gap-3 px-4 py-3 text-gray-600 hover:bg-gray-50 rounded-xl transition-colors">
<i data-lucide="book-open"></i> Poradniki
</a>
@@ -49,202 +80,148 @@
</aside>
<!-- Main Content -->
<main class="flex-1 overflow-y-auto bg-gray-50 p-4 lg:p-8">
<main class="flex-1 overflow-y-auto bg-gray-50 p-4 lg:p-8 custom-scrollbar">
<header class="mb-10 flex flex-col md:flex-row md:items-end justify-between gap-6">
<div>
<h2 class="text-3xl font-black text-gray-900 leading-tight">Inspiracje Prezentowe</h2>
<p class="text-gray-500 font-medium">Kolekcje skomponowane przez AI na nadchodzące wydarzenia.</p>
<h2 class="text-4xl font-black text-gray-900 leading-tight">Inspiracje</h2>
<p class="text-gray-500 font-medium">Odkryj najlepsze propozycje na nadchodzące wydarzenia.</p>
</div>
<div class="flex gap-2 p-1 bg-white rounded-2xl border border-gray-100 shadow-sm overflow-x-auto">
<button class="px-5 py-2.5 bg-indigo-600 text-white text-xs font-black rounded-xl uppercase shadow-lg shadow-indigo-100 whitespace-nowrap">Dla Ciebie</button>
<button class="px-5 py-2.5 text-gray-400 text-xs font-black rounded-xl uppercase hover:bg-gray-50 whitespace-nowrap">Boże Narodzenie</button>
<button class="px-5 py-2.5 text-gray-400 text-xs font-black rounded-xl uppercase hover:bg-gray-50 whitespace-nowrap">Walentynki</button>
<button class="px-5 py-2.5 text-gray-400 text-xs font-black rounded-xl uppercase hover:bg-gray-50 whitespace-nowrap">Dzień Kobiet</button>
<button class="px-5 py-2.5 text-gray-400 text-xs font-black rounded-xl uppercase hover:bg-gray-50 whitespace-nowrap">Urodziny</button>
<div class="flex gap-3 bg-white p-2 rounded-2xl shadow-sm border border-gray-100">
<button class="px-6 py-2.5 bg-gray-900 text-white text-[10px] font-black rounded-xl uppercase tracking-widest shadow-lg shadow-gray-200">Wszystkie</button>
<button class="px-6 py-2.5 text-gray-400 hover:text-gray-900 transition-colors text-[10px] font-black rounded-xl uppercase tracking-widest">Boże Narodzenie</button>
<button class="px-6 py-2.5 text-gray-400 hover:text-gray-900 transition-colors text-[10px] font-black rounded-xl uppercase tracking-widest">Walentynki</button>
<button class="px-6 py-2.5 text-gray-400 hover:text-gray-900 transition-colors text-[10px] font-black rounded-xl uppercase tracking-widest">Urodziny</button>
</div>
</header>
<!-- Collection: Boże Narodzenie -->
<div class="mb-16">
<div class="flex items-center gap-4 mb-8">
<div class="w-12 h-12 rounded-2xl bg-red-50 flex items-center justify-center text-red-600">
<i data-lucide="snowflake"></i>
</div>
<div>
<h3 class="text-2xl font-black text-gray-900">Bestsellery na Boże Narodzenie</h3>
<p class="text-xs font-bold text-gray-400 uppercase tracking-widest">Najczęściej rezerwowane w tym tygodniu</p>
<!-- Pinterest Style Masonry Grid -->
<div class="columns-1 md:columns-2 lg:columns-3 xl:columns-4 gap-8">
<!-- Masonry Item 1 (Large) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?q=80&w=600&auto=format&fit=crop" class="w-full h-[450px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-indigo-600 uppercase tracking-widest mb-1 leading-none">Technologia</p>
<h4 class="text-xl font-black mb-2">iPad Air 11" M2</h4>
<p class="text-xs text-gray-500 font-medium mb-4 leading-relaxed">Idealny do szkicowania i nauki.</p>
<div class="flex items-center justify-between">
<span class="text-lg font-black">2 999 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
</div>
</div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
<!-- Product Card 1 -->
<div class="bg-white rounded-[2.5rem] border border-gray-100 shadow-sm hover:shadow-xl transition-all group flex flex-col relative">
<button onclick="openModal('modal-add-to-plans')" class="absolute top-4 right-4 w-12 h-12 bg-indigo-600 text-white rounded-2xl flex items-center justify-center shadow-lg shadow-indigo-200 z-10 hover:scale-110 transition-transform active:scale-95" title="Szybkie dodawanie">
<i data-lucide="plus-circle" class="w-6 h-6"></i>
</button>
<a href="product.html" class="flex flex-col flex-1">
<div class="h-56 relative overflow-hidden shrink-0 rounded-t-[2.5rem]">
<img src="https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?q=80&w=600&auto=format&fit=crop" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute top-4 left-4 bg-white/90 backdrop-blur-md px-3 py-1 rounded-full text-[10px] font-black uppercase text-indigo-600 border border-indigo-100">Bestseller AI</div>
</div>
<div class="p-6 flex-1 flex flex-col">
<div class="mb-4 flex-1">
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest mb-1">Elektronika / Rozrywka</p>
<h3 class="text-lg font-black text-gray-900 mb-2 leading-tight">iPad Air 11" z M2</h3>
<p class="text-sm text-gray-500 font-medium">Idealny dla kreatywnych osób, studentów i pasjonatów designu.</p>
</div>
<div class="flex items-center justify-between mb-6">
<div>
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest leading-none mb-1">Cena od</p>
<p class="text-xl font-black text-indigo-600 leading-none tracking-tight">2 999 PLN</p>
</div>
</div>
<div class="w-full py-4 bg-gray-50 text-gray-900 rounded-2xl font-black text-xs hover:bg-gray-100 transition-all flex items-center justify-center gap-2">
SZCZEGÓŁY PRODUKTU
<i data-lucide="arrow-right" class="w-4 h-4 text-gray-400"></i>
</div>
</div>
</a>
</div>
<!-- Product Card 2 -->
<div class="bg-white rounded-[2.5rem] border border-gray-100 shadow-sm hover:shadow-xl transition-all group flex flex-col relative">
<button onclick="openModal('modal-add-to-plans')" class="absolute top-4 right-4 w-12 h-12 bg-indigo-600 text-white rounded-2xl flex items-center justify-center shadow-lg shadow-indigo-200 z-10 hover:scale-110 transition-transform active:scale-95" title="Szybkie dodawanie">
<i data-lucide="plus-circle" class="w-6 h-6"></i>
</button>
<a href="product.html" class="flex flex-col flex-1">
<div class="h-56 relative overflow-hidden shrink-0 rounded-t-[2.5rem]">
<img src="https://images.unsplash.com/photo-1596460107916-430662021049?q=80&w=600&auto=format&fit=crop" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute top-4 left-4 bg-white/90 backdrop-blur-md px-3 py-1 rounded-full text-[10px] font-black uppercase text-orange-600 border border-orange-100">Nowość AI</div>
<!-- Masonry Item 2 (Medium) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1596460107916-430662021049?q=80&w=600&auto=format&fit=crop" class="w-full h-[320px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-orange-600 uppercase tracking-widest mb-1 leading-none">Kolekcje</p>
<h4 class="text-xl font-black mb-2">LEGO Botanicals</h4>
<div class="flex items-center justify-between">
<span class="text-lg font-black">349 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
<div class="p-6 flex-1 flex flex-col">
<div class="mb-4 flex-1">
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest mb-1">Dla Dzieci / Klocki</p>
<h3 class="text-lg font-black text-gray-900 mb-2 leading-tight">LEGO Icons Ogród Botaniczny</h3>
<p class="text-sm text-gray-500 font-medium">Zestaw kolekcjonerski dla dorosłych fanów botaniki i LEGO.</p>
</div>
<div class="flex items-center justify-between mb-6">
<div>
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest leading-none mb-1">Cena od</p>
<p class="text-xl font-black text-indigo-600 leading-none tracking-tight">349 PLN</p>
</div>
</div>
<div class="w-full py-4 bg-gray-50 text-gray-900 rounded-2xl font-black text-xs hover:bg-gray-100 transition-all flex items-center justify-center gap-2">
SZCZEGÓŁY PRODUKTU
<i data-lucide="arrow-right" class="w-4 h-4 text-gray-400"></i>
</div>
</div>
</div>
<div class="absolute top-4 left-4 glass-card px-3 py-1 rounded-full text-[10px] font-black text-orange-600 uppercase">Hit Sezonu</div>
</div>
<!-- Masonry Item 3 (Small) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1540555700478-4be289aef09a?q=80&w=600&auto=format&fit=crop" class="w-full h-[280px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-pink-600 uppercase tracking-widest mb-1 leading-none">Wellness</p>
<h4 class="text-xl font-black mb-2">Pranamat Eco</h4>
<div class="flex items-center justify-between">
<span class="text-lg font-black">620 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
</a>
</div>
</div>
</div>
<!-- Masonry Item 4 (Large) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1591337676887-a217a6970a8a?q=80&w=600&auto=format&fit=crop" class="w-full h-[400px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-emerald-600 uppercase tracking-widest mb-1 leading-none">Dom & Ogród</p>
<h4 class="text-xl font-black mb-2">Click & Grow</h4>
<p class="text-xs text-gray-500 font-medium mb-4 leading-relaxed">Twoja domowa dżungla.</p>
<div class="flex items-center justify-between">
<span class="text-lg font-black">459 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
</div>
</div>
</div>
<!-- Masonry Item 5 (Medium) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1550517355-38f1fdb24227?q=80&w=600&auto=format&fit=crop" class="w-full h-[350px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-purple-600 uppercase tracking-widest mb-1 leading-none">Uroda</p>
<h4 class="text-xl font-black mb-2">Jo Malone Set</h4>
<div class="flex items-center justify-between">
<span class="text-lg font-black">429 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
</div>
</div>
</div>
<!-- Masonry Item 6 (Large) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-indigo-600 shadow-xl shadow-indigo-100 p-8 flex flex-col justify-center items-center text-center text-white min-h-[400px]">
<i data-lucide="sparkles" class="w-16 h-16 mb-6 text-indigo-300 animate-pulse"></i>
<h4 class="text-2xl font-black mb-4 leading-tight">Potrzebujesz czegoś unikalnego?</h4>
<p class="text-sm font-medium text-indigo-100 mb-8 leading-relaxed">Nasze AI może wygenerować personalne inspiracje na podstawie Twojej rozmowy.</p>
<a href="search.html" class="px-8 py-4 bg-white text-indigo-600 rounded-2xl font-black text-sm shadow-xl hover:scale-105 transition-transform">WYPRÓBUJ WYSZUKIWARKĘ</a>
</div>
<!-- Masonry Item 7 (Medium) -->
<div class="masonry-item group relative overflow-hidden rounded-[2.5rem] bg-white shadow-sm hover:shadow-2xl transition-all duration-500">
<img src="https://images.unsplash.com/photo-1593305841991-05c297ba4575?q=80&w=600&auto=format&fit=crop" class="w-full h-[320px] object-cover group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 reveal-overlay bg-gradient-to-t from-black/80 via-black/20 to-transparent flex flex-col justify-end p-8 text-white">
<div class="glass-card p-6 rounded-[2rem] text-gray-900">
<p class="text-[9px] font-bold text-indigo-600 uppercase tracking-widest mb-1 leading-none">Gaming</p>
<h4 class="text-xl font-black mb-2">PS5 Slim</h4>
<div class="flex items-center justify-between">
<span class="text-lg font-black">2 249 PLN</span>
<button onclick="openModal('modal-add-to-plans')" class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg hover:bg-indigo-700 transition-colors">
<i data-lucide="plus" class="w-5 h-5"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Collection: Dzień Kobiet -->
<div class="mb-16">
<div class="flex items-center gap-4 mb-8">
<div class="w-12 h-12 rounded-2xl bg-pink-50 flex items-center justify-center text-pink-600">
<i data-lucide="flower-2"></i>
</div>
<div>
<h3 class="text-2xl font-black text-gray-900">Inspiracje na Dzień Kobiet</h3>
<p class="text-xs font-bold text-gray-400 uppercase tracking-widest">Elegancja, relaks i piękno</p>
</div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
<!-- Product Card 3 -->
<div class="bg-white rounded-[2.5rem] border border-gray-100 shadow-sm hover:shadow-xl transition-all group flex flex-col relative">
<button onclick="openModal('modal-add-to-plans')" class="absolute top-4 right-4 w-12 h-12 bg-indigo-600 text-white rounded-2xl flex items-center justify-center shadow-lg shadow-indigo-200 z-10 hover:scale-110 transition-transform active:scale-95" title="Szybkie dodawanie">
<i data-lucide="plus-circle" class="w-6 h-6"></i>
</button>
<a href="product.html" class="flex flex-col flex-1">
<div class="h-56 relative overflow-hidden shrink-0 rounded-t-[2.5rem]">
<img src="https://images.unsplash.com/photo-1540555700478-4be289aef09a?q=80&w=600&auto=format&fit=crop" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute top-4 left-4 bg-white/90 backdrop-blur-md px-3 py-1 rounded-full text-[10px] font-black uppercase text-pink-600 border border-pink-100">Relaks i Wellness</div>
</div>
<div class="p-6 flex-1 flex flex-col">
<div class="mb-4 flex-1">
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest mb-1">Wellness / Zdrowie</p>
<h3 class="text-lg font-black text-gray-900 mb-2 leading-tight">Mata do akupresury Pranamat</h3>
<p class="text-sm text-gray-500 font-medium">Ulga dla kręgosłupa i głęboki relaks po pracy. Hit social mediów.</p>
</div>
<div class="flex items-center justify-between mb-6">
<div>
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest leading-none mb-1">Cena od</p>
<p class="text-xl font-black text-indigo-600 leading-none tracking-tight">620 PLN</p>
</div>
</div>
<div class="w-full py-4 bg-gray-50 text-gray-900 rounded-2xl font-black text-xs hover:bg-gray-100 transition-all flex items-center justify-center gap-2">
SZCZEGÓŁY PRODUKTU
<i data-lucide="arrow-right" class="w-4 h-4 text-gray-400"></i>
</div>
</div>
</a>
</div>
<!-- Product Card 4 -->
<div class="bg-white rounded-[2.5rem] border border-gray-100 shadow-sm hover:shadow-xl transition-all group flex flex-col relative">
<button onclick="openModal('modal-add-to-plans')" class="absolute top-4 right-4 w-12 h-12 bg-indigo-600 text-white rounded-2xl flex items-center justify-center shadow-lg shadow-indigo-200 z-10 hover:scale-110 transition-transform active:scale-95" title="Szybkie dodawanie">
<i data-lucide="plus-circle" class="w-6 h-6"></i>
</button>
<a href="product.html" class="flex flex-col flex-1">
<div class="h-56 relative overflow-hidden shrink-0 rounded-t-[2.5rem]">
<img src="https://images.unsplash.com/photo-1591337676887-a217a6970a8a?q=80&w=600&auto=format&fit=crop" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
<div class="absolute top-4 left-4 bg-white/90 backdrop-blur-md px-3 py-1 rounded-full text-[10px] font-black uppercase text-emerald-600 border border-emerald-100">Smart Home</div>
</div>
<div class="p-6 flex-1 flex flex-col">
<div class="mb-4 flex-1">
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest mb-1">Dom / Lifestyle</p>
<h3 class="text-lg font-black text-gray-900 mb-2 leading-tight">Zestaw Click & Grow</h3>
<p class="text-sm text-gray-500 font-medium">Inteligentny ogród domowy, który sam dba o rośliny.</p>
</div>
<div class="flex items-center justify-between mb-6">
<div>
<p class="text-[10px] font-black text-gray-400 uppercase tracking-widest leading-none mb-1">Cena od</p>
<p class="text-xl font-black text-indigo-600 leading-none tracking-tight">459 PLN</p>
</div>
</div>
<div class="w-full py-4 bg-gray-50 text-gray-900 rounded-2xl font-black text-xs hover:bg-gray-100 transition-all flex items-center justify-center gap-2">
SZCZEGÓŁY PRODUKTU
<i data-lucide="arrow-right" class="w-4 h-4 text-gray-400"></i>
</div>
</div>
</a>
</div>
</div>
<!-- Floating Budget Filters -->
<div class="fixed bottom-10 left-1/2 -translate-x-1/2 z-40 bg-white/80 backdrop-blur-xl border border-white/20 px-8 py-4 rounded-[3rem] shadow-2xl flex items-center gap-6 hidden lg:flex">
<span class="text-[10px] font-black text-gray-400 uppercase tracking-widest border-r border-gray-100 pr-6 mr-1">Budżet:</span>
<button class="px-5 py-2 hover:bg-indigo-50 rounded-2xl text-xs font-bold text-gray-600 hover:text-indigo-600 transition-all">Do 100 PLN</button>
<button class="px-5 py-2 hover:bg-indigo-50 rounded-2xl text-xs font-bold text-gray-600 hover:text-indigo-600 transition-all">100 - 500 PLN</button>
<button class="px-5 py-2 hover:bg-indigo-50 rounded-2xl text-xs font-bold text-gray-600 hover:text-indigo-600 transition-all">Powyżej 500 PLN</button>
<div class="w-[1px] h-6 bg-gray-100 mx-2"></div>
<button class="w-10 h-10 bg-indigo-600 text-white rounded-xl flex items-center justify-center shadow-lg shadow-indigo-200">
<i data-lucide="sliders-horizontal" class="w-4 h-4"></i>
</button>
</div>
<!-- AI Magic Help -->
<section class="mt-16 bg-white rounded-[3rem] p-12 border border-indigo-100 shadow-xl shadow-indigo-50 relative overflow-hidden">
<div class="relative z-10 flex flex-col lg:flex-row items-center gap-12">
<div class="flex-1">
<div class="flex items-center gap-3 mb-4">
<div class="w-12 h-12 bg-indigo-600 rounded-2xl flex items-center justify-center text-white shadow-xl shadow-indigo-100">
<i data-lucide="brain-circuit"></i>
</div>
<span class="text-sm font-black text-indigo-600 uppercase tracking-widest">Wyszukiwarka AI</span>
</div>
<h3 class="text-3xl font-black text-gray-900 mb-4 leading-tight">Nie znalazłeś tego, czego szukasz?</h3>
<p class="text-lg text-gray-500 font-medium mb-8 leading-relaxed">Nasz asystent AI może przeszukać tysiące produktów online specjalnie pod kątem Twojej osoby. Powiedz nam tylko kogo chcesz uszczęśliwić.</p>
<div class="flex flex-col sm:flex-row gap-4">
<input type="text" placeholder="Np: Szukam czegoś eleganckiego dla mamy, która kocha jogę..." class="form-input flex-1 py-4 px-6 rounded-2xl border-2 border-indigo-50 bg-gray-50 font-medium focus:bg-white focus:border-indigo-600 transition-all outline-none">
<button class="bg-indigo-600 text-white px-10 py-4 rounded-2xl font-black text-sm shadow-xl shadow-indigo-100 hover:opacity-90 transition-all">
ZAPYTAJ AI
</button>
</div>
</div>
<div class="w-full lg:w-1/3 aspect-square gradient-bg rounded-[4rem] flex flex-col items-center justify-center p-10 text-white relative group cursor-pointer hover:rotate-1 transition-all">
<i data-lucide="sparkles" class="w-20 h-20 mb-6 group-hover:scale-110 transition-all duration-700"></i>
<h4 class="text-2xl font-black text-center mb-2">Tryb "Radar Prezentowy"</h4>
<p class="text-center text-white/70 text-sm font-medium">AI będzie monitorować nowości i promocje specjalnie pod Twój budżet.</p>
<div class="absolute top-0 left-0 w-full h-full bg-white/5 opacity-0 group-hover:opacity-100 transition-opacity"></div>
</div>
</div>
</section>
</main>
</div>
@@ -254,22 +231,14 @@
<i data-lucide="layout-dashboard" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Home</span>
</a>
<a href="updates.html" class="flex flex-col items-center p-2 text-gray-400">
<i data-lucide="bell" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Status</span>
<a href="search.html" class="flex flex-col items-center p-2 text-gray-400">
<i data-lucide="search" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Szukaj</span>
</a>
<a href="inspirations.html" class="flex flex-col items-center p-2 text-indigo-600">
<i data-lucide="sparkles" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Pomysły</span>
</a>
<a href="blog.html" class="flex flex-col items-center p-2 text-gray-400">
<i data-lucide="book-open" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Blog</span>
</a>
<a href="settings.html" class="flex flex-col items-center p-2 text-gray-400">
<i data-lucide="settings" class="w-6 h-6"></i>
<span class="text-[10px] font-bold mt-1">Opcje</span>
</a>
</nav>
<!-- Modal: Dodaj do Planów -->
@@ -302,19 +271,9 @@
<option>+ Stwórz nową okazję</option>
</select>
</div>
<div class="p-5 bg-indigo-50 rounded-3xl border border-indigo-100 flex items-center gap-4">
<div class="w-16 h-16 bg-white rounded-2xl overflow-hidden shrink-0 shadow-sm border border-indigo-100/50">
<img id="modal-template-img" src="https://images.unsplash.com/photo-1544244015-0df4b3ffc6b0?q=80&w=200&auto=format&fit=crop" class="w-full h-full object-cover">
</div>
<div>
<h4 class="text-sm font-black text-indigo-900 mb-1 leading-tight">iPad Air 11" z M2</h4>
<p class="text-lg font-black text-indigo-600 leading-none">2 999 PLN</p>
</div>
</div>
<button type="submit" class="w-full gradient-bg text-white py-4 rounded-3xl font-black shadow-xl shadow-indigo-100 mt-4 flex items-center justify-center gap-2">
REZERWUJ W PLANACH
</button>
<p class="text-[10px] text-center text-gray-400 font-bold uppercase tracking-widest">Produkt zostanie dodany do sekcji "Idea" u danej osoby</p>
</form>
</div>
</div>