-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (267 loc) · 12.8 KB
/
Copy pathindex.html
File metadata and controls
284 lines (267 loc) · 12.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Аренда трактора JCB — земляные работы любой сложности</title>
<style>
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
--bg:#fafafa;--fg:#1a1a1a;--accent:#e8a820;--accent-dark:#c78d10;
--card:#fff;--muted:#6b7280;--radius:16px;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--fg);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
/* HERO */
.hero{
min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
padding:2rem;
background:linear-gradient(165deg,#1b1b1b 0%,#2d2d2d 100%);
color:#fff;position:relative;overflow:hidden;
}
.hero::before{
content:'';position:absolute;width:600px;height:600px;border-radius:50%;
background:radial-gradient(circle,rgba(232,168,32,.25),transparent 70%);
top:-150px;right:-150px;pointer-events:none;
}
.hero-badge{
display:inline-block;padding:.4rem 1.2rem;border:1px solid rgba(255,255,255,.2);
border-radius:999px;font-size:.85rem;letter-spacing:.05em;color:rgba(255,255,255,.7);margin-bottom:1.5rem;
}
.hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.15;max-width:720px}
.hero h1 span{color:var(--accent)}
.hero p{max-width:520px;margin:1.5rem auto 2.5rem;font-size:1.1rem;color:rgba(255,255,255,.7)}
.btn{
display:inline-flex;align-items:center;gap:.5rem;
padding:.9rem 2.2rem;border-radius:999px;font-size:1rem;font-weight:600;
text-decoration:none;transition:all .2s;cursor:pointer;border:none;
}
.btn-primary{background:var(--accent);color:#1a1a1a}
.btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,168,32,.3)}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3)}
.btn-outline:hover{border-color:#fff}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.hero-trust{
margin-top:3rem;display:flex;align-items:center;gap:.75rem;
padding:.7rem 1.4rem;border-radius:999px;background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.1);
}
.hero-trust .avito-logo{
font-weight:800;font-size:.95rem;color:#00aaff;letter-spacing:-.02em;
}
.hero-trust .divider{width:1px;height:24px;background:rgba(255,255,255,.15)}
.hero-trust .stars{color:var(--accent);font-size:.95rem;letter-spacing:1px}
.hero-trust .rating-text{font-size:.9rem;color:rgba(255,255,255,.7)}
.hero-trust .rating-text strong{color:#fff;font-weight:700}
.owner-badge{
display:inline-flex;align-items:center;gap:.6rem;
margin-bottom:2rem;padding:.5rem 1.2rem .5rem .5rem;
border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
}
.owner-avatar{
width:36px;height:36px;border-radius:50%;background:var(--accent);
display:flex;align-items:center;justify-content:center;
font-weight:800;font-size:.95rem;color:#1a1a1a;
}
.owner-badge .owner-name{font-weight:600;font-size:.95rem}
.owner-badge .owner-role{font-size:.8rem;color:rgba(255,255,255,.5)}
.credit{margin-top:.5rem;font-size:.78rem;color:rgba(107,114,128,.6);font-style:italic}
/* SECTIONS */
section{padding:5rem 1.5rem}
.container{max-width:1080px;margin:0 auto}
.section-label{
display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
color:var(--accent-dark);margin-bottom:.75rem;
}
.section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;margin-bottom:1rem}
.section-sub{color:var(--muted);max-width:560px;margin-bottom:3rem;font-size:1.05rem}
/* PRICES */
.prices{background:#fff}
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.price-card{
border:1.5px solid #e5e7eb;border-radius:var(--radius);padding:2rem;
transition:all .25s;
}
.price-card:hover{border-color:var(--accent);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.price-card .amount{font-size:2.4rem;font-weight:800;margin:.75rem 0 .25rem}
.price-card .amount span{font-size:1rem;font-weight:500;color:var(--muted)}
.price-card .label{font-weight:700;font-size:1.1rem}
.price-card .desc{color:var(--muted);font-size:.95rem;margin-top:.5rem}
.price-card.highlight{background:linear-gradient(165deg,#1b1b1b,#2d2d2d);color:#fff;border-color:transparent}
.price-card.highlight .desc{color:rgba(255,255,255,.6)}
.price-card.highlight .amount span{color:rgba(255,255,255,.5)}
/* FEATURES */
.features{background:var(--bg)}
.feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}
.feat-item{display:flex;gap:1rem;align-items:flex-start}
.feat-icon{
flex-shrink:0;width:48px;height:48px;border-radius:12px;
background:var(--accent);color:#1a1a1a;
display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;
}
.feat-item h3{font-size:1.05rem;font-weight:700;margin-bottom:.25rem}
.feat-item p{color:var(--muted);font-size:.92rem}
/* WHY */
.why{background:#fff}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center}
.why-item .num{font-size:2.8rem;font-weight:800;color:var(--accent)}
.why-item h3{font-size:1rem;font-weight:700;margin:.5rem 0 .25rem}
.why-item p{color:var(--muted);font-size:.9rem}
/* CTA */
.cta{
background:linear-gradient(165deg,#1b1b1b,#2d2d2d);color:#fff;text-align:center;
border-radius:var(--radius);margin:0 1.5rem 5rem;padding:4rem 2rem;
}
.cta .container{max-width:600px}
.cta h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-bottom:1rem}
.cta p{color:rgba(255,255,255,.65);margin-bottom:2rem}
.cta .phone{
font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--accent);
text-decoration:none;display:inline-block;margin-bottom:1rem;
}
.cta .phone:hover{text-decoration:underline}
.cta .hours{color:rgba(255,255,255,.5);font-size:.9rem}
/* FOOTER */
footer{padding:2rem 1.5rem;text-align:center;color:var(--muted);font-size:.85rem}
@media(max-width:640px){
section{padding:3.5rem 1.25rem}
.cta{margin:0 1rem 3rem;padding:3rem 1.5rem}
}
</style>
</head>
<body>
<!-- HERO -->
<section class="hero">
<div class="hero-badge">JCB • Профессиональная техника</div>
<h1>Аренда трактора для <span>любых земляных работ</span></h1>
<p>Современная техника JCB, опытные операторы, выезд в любой день и время. Быстро, надёжно, с гарантией результата.</p>
<div class="hero-buttons">
<a href="#prices" class="btn btn-primary">Узнать стоимость</a>
<a href="#contact" class="btn btn-outline">Связаться с нами</a>
</div>
<div class="hero-trust">
<span class="avito-logo">Авито</span>
<span class="divider"></span>
<span class="stars">★★★★★</span>
<span class="rating-text"><strong>4.9 / 5</strong> · 181 отзыв</span>
</div>
</section>
<!-- PRICES -->
<section class="prices" id="prices">
<div class="container">
<span class="section-label">Стоимость</span>
<h2 class="section-title">Прозрачные цены без скрытых платежей</h2>
<p class="section-sub">Вы платите только за фактическое время работы и доставку. Никаких наценок.</p>
<div class="price-grid">
<div class="price-card highlight">
<div class="label">Работа трактора</div>
<div class="amount">3 000 ₽ <span>/ час</span></div>
<div class="desc">Любые земляные работы: копка, планировка, погрузка, траншеи и многое другое</div>
</div>
<div class="price-card">
<div class="label">Доставка техники</div>
<div class="amount">2 000 ₽</div>
<div class="desc">В пределах городской черты. Доставка за город — по договорённости</div>
</div>
<div class="price-card">
<div class="label">Доп. услуги</div>
<div class="amount">Договорная</div>
<div class="desc">Расширенный перечень работ и индивидуальные условия — обсудим</div>
</div>
</div>
</div>
</section>
<!-- FEATURES -->
<section class="features" id="features">
<div class="container">
<span class="section-label">Преимущества</span>
<h2 class="section-title">Почему выбирают нас</h2>
<p class="section-sub">Работаем для результата — каждый заказ выполняется качественно и в срок.</p>
<div class="feat-grid">
<div class="feat-item">
<div class="feat-icon">JCB</div>
<div>
<h3>Современная техника</h3>
<p>Используем тракторы JCB — надёжную и производительную технику мирового класса</p>
</div>
</div>
<div class="feat-item">
<div class="feat-icon">★</div>
<div>
<h3>Опытные операторы</h3>
<p>За рулём — профессионалы с многолетним стажем работы на спецтехнике</p>
</div>
</div>
<div class="feat-item">
<div class="feat-icon">✓</div>
<div>
<h3>Гарантия качества</h3>
<p>Все виды работ выполняются с гарантией результата и в оговорённые сроки</p>
</div>
</div>
<div class="feat-item">
<div class="feat-icon">24</div>
<div>
<h3>Работаем без выходных</h3>
<p>Принимаем заявки в любой день и любое время — просто позвоните</p>
</div>
</div>
</div>
</div>
</section>
<!-- WHY / STATS -->
<section class="why">
<div class="container">
<span class="section-label">В цифрах</span>
<h2 class="section-title">Опыт, которому доверяют</h2>
<p class="section-sub">Мы знаем своё дело — и цифры говорят сами за себя.</p>
<div class="why-grid">
<div class="why-item">
<div class="num">500+</div>
<h3>Выполненных заказов</h3>
<p>Частные участки, стройки, коммерческие объекты</p>
</div>
<div class="why-item">
<div class="num">10+</div>
<h3>Лет опыта</h3>
<p>Знаем особенности грунтов и задач в вашем регионе</p>
</div>
<div class="why-item">
<div class="num">7/7</div>
<h3>Дней в неделю</h3>
<p>Работаем каждый день, включая праздники</p>
</div>
<div class="why-item">
<div class="num">1 ч</div>
<h3>Время подачи</h3>
<p>Быстрая доставка техники на ваш объект</p>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section id="contact" style="background:var(--bg);padding-bottom:0">
<div class="cta">
<div class="container">
<div class="owner-badge">
<div class="owner-avatar">Ю</div>
<div style="text-align:left;line-height:1.3">
<div class="owner-name">Юрий</div>
<div class="owner-role">владелец · на связи</div>
</div>
</div>
<h2>Готовы начать? Позвоните Юрию</h2>
<p>Бесплатная консультация, расчёт стоимости и бронирование — за один звонок напрямую владельцу.</p>
<a href="tel:+79957000000" class="phone">+7 (995) 570-00-00</a>
<div class="hours">Ежедневно, без выходных — в любое удобное время</div>
</div>
</div>
</section>
<footer>
<div class="container">
© 2026 Аренда спецтехники JCB. Все права защищены.
<div class="credit">Сайт создан специально для Юрия от Алексея — чтобы показать, что реклама услуг может быть по-настоящему крутой.</div>
</div>
</footer>
</body>
</html>