seg007 commited on
Commit
39ef649
·
verified ·
1 Parent(s): aa699c5

You are an expert full-stack developer specializing in high-performance WordPress sites with Avada theme, focusing on WOW-effects, gamification, and resource optimization. Create a complete, modern website for Nord Wind – a Russian manufacturer of upper clothing with thermoregulation (B2B wholesale focus). Base the structure on the current simple site at https://nw-wear.com, which features a static landing page with sections on advantages (48-hour order shipping, comfort in unpredictable climate, fitted designs, quality materials from Italy/Korea/Scandinavia, trendy collections, 250+ variants, 2-week delivery), new collections (warehouse stock in St. Petersburg, 2-14 day delivery), wholesale privileges (partial size rows, free marketing materials like catalogs/brochures/bags/care guides, quick call-back in 30 min, 24/7 chat via WhatsApp/Viber/Skype), company mission (30+ years history, innovation for urban life in various Russian climates, individual proposals via email nw@nw-wear.com).

Browse files

Transform this into a revolutionary two-level site: Public zone (demo without prices, engaging for visitors) and Private B2B zone (login-required, strict verification like alcohol sales: business docs check, SMS/Email confirmation, manual moderation). Use Avada Fusion Builder for drag-and-drop without heavy external builders. Ensure mobile-first responsive design, PageSpeed 95+ scores, and resource efficiency (lazy loading, Critical CSS, minified assets, no jQuery dependencies where possible).

## Core Requirements
- **Theme**: Avada ($60) with child theme for customizations. Integrate Jetpack Free (Image CDN, lazy loading, security only – no heavy modules).
- **Hosting Optimization**: Assume Beget VPS with Redis Object Cache, MySQL 8.0 tuning (query_cache=268MB, innodb_buffer=512MB), PHP 8.1 OPcache. Use .htaccess for Gzip, expires headers, and static file caching (CSS/JS/images 1 month).
- **Performance Best Practices**: Limit plugins to essentials (WooCommerce free, GamiPress free, Redis Cache). No Elementor/Gutenberg extensions. Use WebP images, service workers for offline, CDN via Beget/Cloudflare. Target LCP <2.5s, CLS <0.1.
- **Color Scheme**: Brand navy blue (#2c5aa0), white accents. Seasonal overrides: Winter (blue-white, snow particles), Spring (green-pastel, flower blooms), Autumn (orange-earth, falling leaves). Auto-switch by date/IP or weather API.
- **Navigation**: Mega-menu for collections (Winter/Spring/Summer/Autumn), footer with 24/7 contacts (WhatsApp/Viber/Skype integration), search with weather-adaptive filters.
- **SEO**: Yoast free for meta, sitemaps. Schema markup for products/events.
- **Security**: Wordfence free for B2B zone (2FA, roles: prospect/verified/premium).

## Site Structure and Pages

### 1. Homepage (Hero Landing with WOW and Weather Adaptation)
- **Hero Section**: Full-screen parallax background with neural seasonal animations (particles.js ~4KB for snow/leaves/flowers – generate 50-100 particles with unique paths, wind simulation, collision detection). Geolocation API + OpenWeatherMap (free tier) detects user location, fetches temp/weather, auto-suggests clothing range (e.g., -20°C → heavy jackets). Interactive temperature slider (-40°C to +35°C): Drag to scroll through 3D models of jackets changing (GSAP timelines for smooth transitions, low-poly models via Three.js lite ~10KB).
- **WOW-Effects**: On-scroll AOS.js (Trig.js alternative, ~6KB) for fade-in/up elements. Button hovers: Ripple effects + glow (CSS transforms, no JS bloat).
- **Key Sections** (based on current site):
- **Advantages Carousel**: 6 slides with icons/animations (comfort, fit, quality, trends, variety, delivery). Each with micro-interaction: e.g., water droplet animation on jacket fabric (CSS keyframe: bead rolls down impermeable surface, realistic physics via ease-in-out).
- **New Collections Teaser**: Grid of 250+ variants (no prices), hover: 3D rotation + fur movement simulation (CSS mesh deformation for realistic fur sway in wind).
- **Snow Catch Mini-Game**: Winter-only: Catch falling snowflakes (particles.js + mouse/touch tracking) to "unlock" tech badges (e.g., "Thermoregulation Expert" – progress bar fills 75%, reveals fabric details).
- **CTA**: "Order Wholesale" button → B2B login modal (strict form: company INN, phone, email verification).
- **Footer**: Contacts, socials, weather widget showing local temp + suggested collection.

### 2. Public Catalog Page (WOW-Demo Without Prices)
- **Grid Layout**: Masonry grid (Avada elements) of products: Photos/videos with models in dynamic poses (360° spin on hover via CSS, video lazy-load). Filters: Season, Temp Range, Material (Thermoregulation/Membrane/Fur).
- **Interactive Tech Demos**: Click product → Modal with:
- Water bead animation: 2D canvas (lite HTML5) simulates droplet rolling off surface (use requestAnimationFrame for 60fps, no heavy libs).
- Fur movement: Particle system for fur strands reacting to "wind" (mouse move/touch drag simulates breeze, CSS clip-path + keyframes).
- Gamification: "Tech Quest" – interact 3 times (zoom, rotate, explore layers) → Earn badge, unlock "secret" video of production.
- **Weather Integration**: Sidebar widget: User's local weather → Auto-highlights matching products (e.g., rain → waterproof jackets). Scroll temp changes outfits dynamically (GSAP stagger animations).
- **Engagement**: Infinite scroll with parallax rows. No prices – teaser: "Login for Wholesale Pricing".

### 3. About/Technology Page
- **Storytelling**: Timeline of 30+ years history (Avada timeline element with subtle animations).
- **Tech Breakdown**: Interactive infographics – e.g., layer-by-layer jacket dissection (click to peel layers, reveal Italian insulators/Korean hardware/Scandinavian fur). WOW: Hover sparks "tech sparks" (CSS particles).
- **Gamification**: Quiz: "Match Tech to Climate" (5 questions on temp ranges) → Score badge, shareable result.

### 4. Private B2B Zone (Login-Required Dashboard)
- **Login Flow**: Modal with verification (business docs upload, OTP via SMS/Email, manual approval). Roles: Prospect (view prices/samples request), Verified (orders), Premium (custom configs).
- **Dashboard Sections**:
- **Order Configurator**: Drag-drop builder for partial size rows, profit calculator, free materials selector (catalogs/bags). WOW: Real-time 3D preview of order bundle.
- **Wholesale Privileges**: Progress bar for loyalty (orders → points → exclusive access). 24/7 chat widget (WP Live Chat free).
- **Tracking**: Integrated logistics (2-week delivery map with pins).
- **Gamification**: B2B Levels – e.g., "Silver Partner" (10 orders) unlocks 30-min callback priority, marketing kits.
- **Security**: Hide prices/content from guests via WooCommerce hooks.

### 5. Contact/Partnership Page
- **Form**: Multi-step (name/company/INN/phone/email) with 30-min callback promise. Integrate WhatsApp/Viber/Skype buttons (Avada social elements).
- **Map**: St. Petersburg warehouse location (Google Maps embed, lazy-load).
- **CTA**: "Individual Proposal" email link to nw@nw-wear.com.

## Seasonal Gamification and WOW-Effects
- **Auto-Season Switch**: JS detects date/IP/weather → CSS classes for themes (winter: snow catch game; spring: flower bloom interactions; autumn: leaf-raking mini-game). Particles.js for all (optimize: 50 particles max, GPU acceleration).
- **Gamification Layer** (GamiPress free): Earn XP for interactions (view product=10XP, catch snowflake=50XP, complete quiz=200XP). Badges: "Winter Warrior" (unlock fur tech demo). Leaderboard (anonymous, public zone only).
- **WOW Best Practices**: GSAP for complex timelines (e.g., temp slider), AOS for scrolls (duration 1200ms, once=true for perf). Buttons: CSS-only ripples (box-shadow pulses). Interactive demos: Canvas API for water/fur (under 5KB custom JS). Resource Save: Defer non-critical JS, use Intersection Observer for lazy animations.

## Technical Implementation Guidelines
- **Plugins**: WooCommerce (catalog/orders), GamiPress (gamification), Redis Cache (perf), Yoast (SEO), UpdraftPlus (backups). No more than 5 active.
- **Custom Code**: functions.php hooks for weather API (fetch on load, cache 1hr via Redis), seasonal CSS vars (--winter-bg: linear-gradient(blue, white)).
- **Testing**: Ensure 90+ GTMetrix, mobile-first (test on iOS/Android), accessibility (ARIA labels for interactions).
- **Output**: Generate full site code/structure in Avada format: Pages, elements, custom CSS/JS snippets. Include migration plan from current static site (export content via XML).

Make the site addictive: Users should "stick" exploring tech demos, weather-adapted suggestions, and seasonal games, driving B2B leads while showcasing thermoregulation innovation efficiently.

Files changed (1) hide show
  1. index.html +288 -43
index.html CHANGED
@@ -1,3 +1,4 @@
 
1
  <!DOCTYPE html>
2
  <html lang="ru">
3
  <head>
@@ -7,11 +8,20 @@
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
9
  <script src="https://unpkg.com/feather-icons"></script>
 
 
10
  <style>
11
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
12
- body { font-family: 'Inter', sans-serif; }
 
 
 
 
 
 
 
13
  .gradient-text {
14
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
15
  -webkit-background-clip: text;
16
  -webkit-text-fill-color: transparent;
17
  background-clip: text;
@@ -39,27 +49,173 @@
39
  .scroll-smooth {
40
  scroll-behavior: smooth;
41
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  </style>
43
- </head>
44
- <body class="scroll-smooth">
 
 
45
  <!-- Navigation -->
46
  <nav class="fixed top-0 w-full bg-white/95 backdrop-blur-md shadow-sm z-50">
47
- <div class="container mx-auto px-4 py-4">
48
  <div class="flex justify-between items-center">
49
  <div class="flex items-center space-x-2">
50
  <i data-feather="wind" class="w-8 h-8 text-indigo-600"></i>
51
  <span class="text-2xl font-bold gradient-text">Nord Wind</span>
52
  </div>
53
  <div class="hidden md:flex items-center space-x-8">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  <a href="#about" class="text-gray-700 hover:text-indigo-600 transition-colors">О бренде</a>
55
- <a href="#collections" class="text-gray-700 hover:text-indigo-600 transition-colors">Коллекции</a>
56
- <a href="#advantages" class="text-gray-700 hover:text-indigo-600 transition-colors">Преимущества</a>
57
  <a href="#partnership" class="text-gray-700 hover:text-indigo-600 transition-colors">Партнерство</a>
58
- <button class="bg-indigo-600 text-white px-6 py-2 rounded-full hover:bg-indigo-700 transition-all hover:scale-105">
59
- Стать партнером
60
  </button>
61
  </div>
62
- <button class="md:hidden" onclick="toggleMobileMenu()">
63
  <i data-feather="menu" class="w-6 h-6"></i>
64
  </button>
65
  </div>
@@ -74,66 +230,155 @@
74
  </div>
75
  </div>
76
  </nav>
77
-
78
- <!-- Hero Section -->
79
- <section class="pt-24 pb-12 bg-gradient-to-br from-indigo-50 via-white to-purple-50">
80
- <div class="container mx-auto px-4">
81
  <div class="grid md:grid-cols-2 gap-12 items-center">
82
- <div class="fade-in">
 
 
 
 
 
 
 
 
 
 
 
83
  <h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6 leading-tight">
84
- Верхняя одежда с <span class="gradient-text">терморегуляцией</span> оптом от производителя
85
  </h1>
86
  <p class="text-xl text-gray-600 mb-8">
87
- 48 часов на отправку заказа в любой регион России
88
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  <div class="flex flex-col sm:flex-row gap-4">
90
- <button onclick="scrollToSection('collections')" class="bg-indigo-600 text-white px-8 py-4 rounded-full hover:bg-indigo-700 transition-all hover:scale-105 flex items-center justify-center space-x-2">
91
- <span>Смотреть коллекции</span>
92
  <i data-feather="arrow-right" class="w-5 h-5"></i>
93
  </button>
94
- <button onclick="scrollToSection('partnership')" class="border-2 border-indigo-600 text-indigo-600 px-8 py-4 rounded-full hover:bg-indigo-50 transition-all">
95
- Узнать о партнерстве
96
  </button>
97
  </div>
98
- <div class="mt-8 p-4 bg-indigo-50 rounded-lg">
99
- <p class="text-sm text-indigo-800">
100
- <i data-feather="check-circle" class="inline w-4 h-4 mr-1"></i>
101
- Минимальный заказ от 100 000 рублей
102
- </p>
 
 
 
 
 
103
  </div>
104
  </div>
105
- <div class="relative">
106
- <img src="https://nw-wear.com/wp-content/uploads/2025/10/opti-nw-wear-autumn-2025.webp"
107
- alt="Новая коллекция"
108
- class="rounded-2xl shadow-2xl w-full object-cover h-[500px]">
109
- <div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-xl shadow-lg">
110
- <p class="text-sm text-gray-600">Осень-Зима 2025</p>
111
- <p class="text-2xl font-bold text-indigo-600">NEW</p>
 
 
 
 
 
 
 
 
 
 
 
 
112
  </div>
113
  </div>
114
  </div>
115
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  </section>
117
 
118
- <!-- Features Section -->
119
  <section id="about" class="py-20 bg-white">
120
  <div class="container mx-auto px-4">
121
- <div class="text-center mb-12 fade-in">
122
- <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Почему выбирают Nord Wind</h2>
123
- <p class="text-xl text-gray-600">Инновации и качество в каждой детали</p>
124
  </div>
125
- <div class="grid md:grid-cols-3 lg:grid-cols-4 gap-6">
126
- <div class="card-hover bg-gradient-to-br from-blue-50 to-indigo-100 p-6 rounded-xl text-center">
127
- <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon1.png" alt="Терморегуляция" class="w-20 h-20 mx-auto mb-4">
 
 
 
 
 
128
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Терморегуляция</h3>
129
  <p class="text-sm text-gray-600">Комфортно на улице, в транспорте и помещении</p>
130
  </div>
131
- <div class="card-hover bg-gradient-to-br from-purple-50 to-pink-100 p-6 rounded-xl text-center">
132
- <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon3.png" alt="Размеры" class="w-20 h-20 mx-auto mb-4">
 
 
 
133
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Размеры 40-66</h3>
134
  <p class="text-sm text-gray-600">Идеальная посадка по фигуре</p>
135
  </div>
136
- <div class="card-hover bg-gradient-to-br from-green-50 to-emerald-100 p-6 rounded-xl text-center">
137
  <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon41.png" alt="Производство" class="w-20 h-20 mx-auto mb-4">
138
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Свое производство</h3>
139
  <p class="text-sm text-gray-600">Итальянские утеплители, корейская фурнитура</p>
 
1
+
2
  <!DOCTYPE html>
3
  <html lang="ru">
4
  <head>
 
8
  <script src="https://cdn.tailwindcss.com"></script>
9
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
  <script src="https://unpkg.com/feather-icons"></script>
11
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
13
  <style>
14
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
15
+ :root {
16
+ --primary-color: #2c5aa0;
17
+ --season-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
18
+ }
19
+ body {
20
+ font-family: 'Inter', sans-serif;
21
+ overflow-x: hidden;
22
+ }
23
  .gradient-text {
24
+ background: linear-gradient(135deg, var(--primary-color) 0%, #764ba2 100%);
25
  -webkit-background-clip: text;
26
  -webkit-text-fill-color: transparent;
27
  background-clip: text;
 
49
  .scroll-smooth {
50
  scroll-behavior: smooth;
51
  }
52
+ .ripple {
53
+ position: relative;
54
+ overflow: hidden;
55
+ }
56
+ .ripple:before {
57
+ content: "";
58
+ position: absolute;
59
+ top: 50%;
60
+ left: 50%;
61
+ width: 0;
62
+ height: 0;
63
+ border-radius: 50%;
64
+ background: rgba(255, 255, 255, 0.5);
65
+ transform: translate(-50%, -50%);
66
+ transition: width 0.6s, height 0.6s;
67
+ }
68
+ .ripple:hover:before {
69
+ width: 300px;
70
+ height: 300px;
71
+ }
72
+ .particle {
73
+ position: fixed;
74
+ pointer-events: none;
75
+ opacity: 0;
76
+ animation: particleFloat 4s infinite;
77
+ }
78
+ @keyframes particleFloat {
79
+ 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
80
+ 10% { opacity: 1; }
81
+ 90% { opacity: 1; }
82
+ 100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
83
+ }
84
+ .snow-particle {
85
+ width: 10px;
86
+ height: 10px;
87
+ background: white;
88
+ border-radius: 50%;
89
+ box-shadow: 0 0 10px rgba(255,255,255,0.8);
90
+ }
91
+ .leaf-particle {
92
+ width: 15px;
93
+ height: 15px;
94
+ background: linear-gradient(45deg, #ff6b35, #f7931e);
95
+ clip-path: polygon(50% 0%, 0% 50%, 50% 100%, 100% 50%);
96
+ }
97
+ .flower-particle {
98
+ width: 20px;
99
+ height: 20px;
100
+ background: radial-gradient(circle, #ff69b4, #ff1493);
101
+ border-radius: 50% 0;
102
+ }
103
+ .temp-slider {
104
+ -webkit-appearance: none;
105
+ appearance: none;
106
+ height: 8px;
107
+ background: linear-gradient(to right, #00bfff, #ff4500);
108
+ outline: none;
109
+ opacity: 0.9;
110
+ transition: opacity 0.2s;
111
+ border-radius: 4px;
112
+ }
113
+ .temp-slider:hover {
114
+ opacity: 1;
115
+ }
116
+ .temp-slider::-webkit-slider-thumb {
117
+ -webkit-appearance: none;
118
+ appearance: none;
119
+ width: 25px;
120
+ height: 25px;
121
+ background: white;
122
+ cursor: pointer;
123
+ border-radius: 50%;
124
+ border: 3px solid var(--primary-color);
125
+ box-shadow: 0 2px 10px rgba(0,0,0,0.3);
126
+ }
127
+ .tech-demo {
128
+ position: relative;
129
+ overflow: hidden;
130
+ }
131
+ .water-drop {
132
+ position: absolute;
133
+ width: 10px;
134
+ height: 10px;
135
+ background: radial-gradient(circle, #4fc3f7, #0288d1);
136
+ border-radius: 50%;
137
+ animation: waterRoll 3s infinite;
138
+ }
139
+ @keyframes waterRoll {
140
+ 0% { transform: translate(0, 0) scale(1); }
141
+ 50% { transform: translate(100px, 50px) scale(0.8); }
142
+ 100% { transform: translate(200px, 100px) scale(0.6); opacity: 0; }
143
+ }
144
+ .fur-strand {
145
+ position: absolute;
146
+ width: 2px;
147
+ height: 20px;
148
+ background: linear-gradient(to bottom, #8b4513, #d2691e);
149
+ transform-origin: bottom center;
150
+ animation: furSway 2s infinite ease-in-out;
151
+ }
152
+ @keyframes furSway {
153
+ 0%, 100% { transform: rotate(0deg); }
154
+ 50% { transform: rotate(10deg); }
155
+ }
156
+ .product-3d {
157
+ perspective: 1000px;
158
+ }
159
+ .product-3d-inner {
160
+ transition: transform 0.6s;
161
+ transform-style: preserve-3d;
162
+ }
163
+ .product-3d:hover .product-3d-inner {
164
+ transform: rotateY(180deg);
165
+ }
166
+ .gamification-badge {
167
+ background: linear-gradient(135deg, #ffd700, #ffed4e);
168
+ color: #333;
169
+ padding: 4px 12px;
170
+ border-radius: 20px;
171
+ font-size: 12px;
172
+ font-weight: bold;
173
+ display: inline-block;
174
+ animation: badgeGlow 2s infinite;
175
+ }
176
+ @keyframes badgeGlow {
177
+ 0%, 100% { box-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
178
+ 50% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.8); }
179
+ }
180
+ .season-winter { --season-bg: linear-gradient(135deg, #667eea 0%, #4a5568 100%); }
181
+ .season-spring { --season-bg: linear-gradient(135deg, #48bb78 0%, #68d391 100%); }
182
+ .season-summer { --season-bg: linear-gradient(135deg, #f6ad55 0%, #ed8936 100%); }
183
+ .season-autumn { --season-bg: linear-gradient(135deg, #ed8936 0%, #975a16 100%); }
184
  </style>
185
+ <body class="scroll-smooth" id="app-body">
186
+ <!-- Seasonal Particles Container -->
187
+ <div id="particles-container"></div>
188
+
189
  <!-- Navigation -->
190
  <nav class="fixed top-0 w-full bg-white/95 backdrop-blur-md shadow-sm z-50">
191
+ <div class="container mx-auto px-4 py-4">
192
  <div class="flex justify-between items-center">
193
  <div class="flex items-center space-x-2">
194
  <i data-feather="wind" class="w-8 h-8 text-indigo-600"></i>
195
  <span class="text-2xl font-bold gradient-text">Nord Wind</span>
196
  </div>
197
  <div class="hidden md:flex items-center space-x-8">
198
+ <div class="relative group">
199
+ <a href="#collections" class="text-gray-700 hover:text-indigo-600 transition-colors flex items-center space-x-1">
200
+ <span>Коллекции</span>
201
+ <i data-feather="chevron-down" class="w-4 h-4"></i>
202
+ </a>
203
+ <div class="absolute top-full left-0 w-64 bg-white shadow-lg rounded-lg p-4 hidden group-hover:block">
204
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Зима 2025</a>
205
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Весна 2025</a>
206
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Лето 2025</a>
207
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Осень 2025</a>
208
+ </div>
209
+ </div>
210
+ <a href="#catalog" class="text-gray-700 hover:text-indigo-600 transition-colors">Каталог</a>
211
+ <a href="#technology" class="text-gray-700 hover:text-indigo-600 transition-colors">Технологии</a>
212
  <a href="#about" class="text-gray-700 hover:text-indigo-600 transition-colors">О бренде</a>
 
 
213
  <a href="#partnership" class="text-gray-700 hover:text-indigo-600 transition-colors">Партнерство</a>
214
+ <button onclick="showB2BLogin()" class="bg-indigo-600 text-white px-6 py-2 rounded-full hover:bg-indigo-700 transition-all hover:scale-105 ripple">
215
+ B2B вход
216
  </button>
217
  </div>
218
+ <button class="md:hidden" onclick="toggleMobileMenu()">
219
  <i data-feather="menu" class="w-6 h-6"></i>
220
  </button>
221
  </div>
 
230
  </div>
231
  </div>
232
  </nav>
233
+ <!-- Hero Section with Weather Adaptation -->
234
+ <section id="hero" class="pt-24 min-h-screen flex items-center relative overflow-hidden">
235
+ <div class="absolute inset-0 parallax-bg" id="hero-bg"></div>
236
+ <div class="container mx-auto px-4 relative z-10">
237
  <div class="grid md:grid-cols-2 gap-12 items-center">
238
+ <div data-aos="fade-right">
239
+ <!-- Weather Widget -->
240
+ <div class="bg-white rounded-xl shadow-lg p-4 mb-6 inline-block">
241
+ <div class="flex items-center space-x-3">
242
+ <i data-feather="cloud" class="w-6 h-6 text-blue-500"></i>
243
+ <div>
244
+ <p class="text-sm text-gray-600">Ваш город</p>
245
+ <p class="text-lg font-bold"><span id="city-name">Санкт-Петербург</span>: <span id="temp">-5°C</span></p>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
  <h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6 leading-tight">
251
+ Верхняя одежда с <span class="gradient-text">терморегуляцией</span>
252
  </h1>
253
  <p class="text-xl text-gray-600 mb-8">
254
+ Идеально для вашей погоды. Проверено в 30+ странах.
255
  </p>
256
+
257
+ <!-- Temperature Slider -->
258
+ <div class="mb-8">
259
+ <label class="block text-sm font-medium text-gray-700 mb-2">Выберите температуру для рекомендации:</label>
260
+ <div class="flex items-center space-x-4">
261
+ <span class="text-sm text-blue-500">-40°C</span>
262
+ <input type="range" min="-40" max="35" value="-5" class="temp-slider flex-1" id="tempSlider" oninput="updateTempRecommendation(this.value)">
263
+ <span class="text-sm text-red-500">+35°C</span>
264
+ </div>
265
+ <p class="mt-2 text-sm text-gray-600">
266
+ Рекомендуется: <span id="temp-recommendation" class="font-bold text-indigo-600">Зимние куртки с утеплителем MAX</span>
267
+ </p>
268
+ </div>
269
+
270
  <div class="flex flex-col sm:flex-row gap-4">
271
+ <button onclick="scrollToSection('catalog')" class="bg-indigo-600 text-white px-8 py-4 rounded-full hover:bg-indigo-700 transition-all hover:scale-105 flex items-center justify-center space-x-2 ripple">
272
+ <span>Смотреть каталог</span>
273
  <i data-feather="arrow-right" class="w-5 h-5"></i>
274
  </button>
275
+ <button onclick="showB2BLogin()" class="border-2 border-indigo-600 text-indigo-600 px-8 py-4 rounded-full hover:bg-indigo-50 transition-all">
276
+ Оптовые цены
277
  </button>
278
  </div>
279
+
280
+ <!-- Gamification Progress -->
281
+ <div class="mt-6">
282
+ <div class="flex items-center justify-between text-sm">
283
+ <span class="text-gray-600">Прогресс изучения:</span>
284
+ <span class="gamification-badge">Новичок</span>
285
+ </div>
286
+ <div class="w-full bg-gray-200 rounded-full h-2 mt-2">
287
+ <div class="bg-gradient-to-r from-indigo-500 to-purple-600 h-2 rounded-full" style="width: 15%"></div>
288
+ </div>
289
  </div>
290
  </div>
291
+ <div class="relative" data-aos="fade-left">
292
+ <div class="product-3d">
293
+ <div class="product-3d-inner">
294
+ <img id="hero-product" src="https://static.photos/fashion/500x600/1"
295
+ alt="Терморегуляция"
296
+ class="rounded-2xl shadow-2xl w-full object-cover h-[600px] backface-hidden">
297
+ <img src="https://static.photos/fashion/500x600/2"
298
+ alt="Back view"
299
+ class="absolute inset-0 rounded-2xl shadow-2xl w-full object-cover h-[600px] backface-hidden rotate-y-180">
300
+ </div>
301
+ </div>
302
+ <!-- Interactive Tech Demo -->
303
+ <div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-xl shadow-lg tech-demo" id="tech-demo">
304
+ <div class="water-drop"></div>
305
+ <div class="fur-strand" style="top: 20px; left: 50px;"></div>
306
+ <div class="fur-strand" style="top: 20px; left: 55px; animation-delay: 0.2s;"></div>
307
+ <div class="fur-strand" style="top: 20px; left: 60px; animation-delay: 0.4s;"></div>
308
+ <p class="text-sm text-gray-600">Технология</p>
309
+ <p class="text-lg font-bold text-indigo-600">ThermoControl</p>
310
  </div>
311
  </div>
312
  </div>
313
  </div>
314
+
315
+ <!-- Snow Catch Game (Winter Only) -->
316
+ <div id="snow-game" class="fixed bottom-4 right-4 bg-white rounded-lg shadow-lg p-4 hidden">
317
+ <p class="text-sm font-bold mb-2">Поймайте снежинки!</p>
318
+ <div class="flex items-center justify-between">
319
+ <span id="snow-score">0</span>
320
+ <button onclick="startSnowGame()" class="bg-blue-500 text-white px-3 py-1 rounded text-sm">Старт</button>
321
+ </div>
322
+ </div>
323
+ </section>
324
+ <!-- Public Catalog Section -->
325
+ <section id="catalog" class="py-20 bg-gray-50">
326
+ <div class="container mx-auto px-4">
327
+ <div class="text-center mb-12" data-aos="fade-up">
328
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Каталог продукции</h2>
329
+ <p class="text-xl text-gray-600">Более 250+ моделей для любого климата</p>
330
+ </div>
331
+
332
+ <!-- Filters -->
333
+ <div class="mb-8 flex flex-wrap justify-center gap-4" data-aos="fade-up" data-aos-delay="100">
334
+ <button class="px-4 py-2 bg-white rounded-full shadow hover:shadow-md transition-all filter-btn active" data-filter="all">Все</button>
335
+ <button class="px-4 py-2 bg-white rounded-full shadow hover:shadow-md transition-all filter-btn" data-filter="winter">Зима</button>
336
+ <button class="px-4 py-2 bg-white rounded-full shadow hover:shadow-md transition-all filter-btn" data-filter="spring">Весна</button>
337
+ <button class="px-4 py-2 bg-white rounded-full shadow hover:shadow-md transition-all filter-btn" data-filter="membrane">Мембрана</button>
338
+ <button class="px-4 py-2 bg-white rounded-full shadow hover:shadow-md transition-all filter-btn" data-filter="fur">Мех</button>
339
+ </div>
340
+
341
+ <!-- Product Grid -->
342
+ <div class="grid md:grid-cols-3 lg:grid-cols-4 gap-6" id="products-grid">
343
+ <!-- Product cards will be dynamically generated -->
344
+ </div>
345
+
346
+ <!-- Load More -->
347
+ <div class="text-center mt-12">
348
+ <button onclick="loadMoreProducts()" class="bg-indigo-600 text-white px-8 py-3 rounded-full hover:bg-indigo-700 transition-all hover:scale-105">
349
+ Загрузить ещё
350
+ </button>
351
+ </div>
352
+ </div>
353
  </section>
354
 
355
+ <!-- Features Advantages Carousel -->
356
  <section id="about" class="py-20 bg-white">
357
  <div class="container mx-auto px-4">
358
+ <div class="text-center mb-12" data-aos="fade-up">
359
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Преимущества Nord Wind</h2>
360
+ <p class="text-xl text-gray-600">Почему выбирают нас партнеры по всей России</p>
361
  </div>
362
+ <div class="grid md:grid-cols-3 lg:grid-cols-4 gap-6" id="advantages-carousel">
363
+ <div class="card-hover bg-gradient-to-br from-blue-50 to-indigo-100 p-6 rounded-xl text-center" data-aos="zoom-in" data-aos-delay="100">
364
+ <div class="relative mb-4">
365
+ <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon1.png" alt="Терморегуляция" class="w-20 h-20 mx-auto">
366
+ <div class="absolute -top-2 -right-2 w-6 h-6 bg-green-500 rounded-full flex items-center justify-center">
367
+ <i data-feather="check" class="w-4 h-4 text-white"></i>
368
+ </div>
369
+ </div>
370
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Терморегуляция</h3>
371
  <p class="text-sm text-gray-600">Комфортно на улице, в транспорте и помещении</p>
372
  </div>
373
+ <div class="card-hover bg-gradient-to-br from-purple-50 to-pink-100 p-6 rounded-xl text-center" data-aos="zoom-in" data-aos-delay="200">
374
+ <div class="relative mb-4">
375
+ <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon3.png" alt="Размеры" class="w-20 h-20 mx-auto">
376
+ <span class="gamification-badge">ХИТ</span>
377
+ </div>
378
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Размеры 40-66</h3>
379
  <p class="text-sm text-gray-600">Идеальная посадка по фигуре</p>
380
  </div>
381
+ <div class="card-hover bg-gradient-to-br from-green-50 to-emerald-100 p-6 rounded-xl text-center">
382
  <img src="https://nw-wear.com/wp-content/uploads/2018/01/icon41.png" alt="Производство" class="w-20 h-20 mx-auto mb-4">
383
  <h3 class="text-lg font-semibold text-gray-900 mb-2">Свое производство</h3>
384
  <p class="text-sm text-gray-600">Итальянские утеплители, корейская фурнитура</p>