|
35 | 35 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; |
36 | 36 | line-height: 1.6; |
37 | 37 | color: #1a1a1a; |
38 | | - background: #fafafa; |
| 38 | + background: #ffffff; |
39 | 39 | min-height: 100vh; |
40 | 40 | } |
41 | 41 |
|
|
53 | 53 | } |
54 | 54 |
|
55 | 55 | .header h1 { |
56 | | - font-size: 5rem; |
| 56 | + font-size: 3.5rem; |
57 | 57 | font-weight: 700; |
58 | 58 | margin-bottom: 32px; |
59 | 59 | letter-spacing: -0.04em; |
60 | 60 | line-height: 1; |
61 | | - background: linear-gradient(180deg, #000000 0%, #333333 100%); |
62 | | - -webkit-background-clip: text; |
63 | | - -webkit-text-fill-color: transparent; |
64 | | - background-clip: text; |
| 61 | + color: #1d1d1f; |
65 | 62 | } |
66 | 63 |
|
67 | 64 | @media (max-width: 768px) { |
|
71 | 68 | } |
72 | 69 |
|
73 | 70 | .header p { |
74 | | - font-size: 1.75rem; |
| 71 | + font-size: 1.25rem; |
75 | 72 | color: #6e6e73; |
76 | 73 | font-weight: 400; |
77 | 74 | letter-spacing: -0.02em; |
|
95 | 92 | } |
96 | 93 |
|
97 | 94 | .feature-card { |
98 | | - background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%); |
99 | | - padding: 48px 40px; |
100 | | - border: 1px solid rgba(0,0,0,0.04); |
101 | | - border-radius: 28px; |
| 95 | + background: #f5f5f7; |
| 96 | + padding: 32px; |
| 97 | + border: 1px solid rgba(0,0,0,0.06); |
| 98 | + border-radius: 8px; |
102 | 99 | transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); |
103 | 100 | position: relative; |
104 | 101 | overflow: hidden; |
105 | | - backdrop-filter: blur(20px); |
106 | | - -webkit-backdrop-filter: blur(20px); |
107 | | - box-shadow: 0 2px 8px rgba(0,0,0,0.04); |
| 102 | + box-shadow: none; |
108 | 103 | animation: fadeInUp 0.8s ease-out; |
109 | 104 | animation-fill-mode: both; |
110 | 105 | } |
|
126 | 121 | } |
127 | 122 |
|
128 | 123 | .feature-card:hover { |
129 | | - transform: translateY(-12px) scale(1.02); |
130 | | - box-shadow: 0 30px 60px rgba(0,0,0,0.12); |
| 124 | + transform: translateY(-4px); |
| 125 | + box-shadow: 0 8px 24px rgba(0,0,0,0.08); |
131 | 126 | border-color: rgba(0,0,0,0.08); |
132 | 127 | } |
133 | 128 |
|
|
170 | 165 | } |
171 | 166 |
|
172 | 167 | .scenario-item { |
173 | | - background: linear-gradient(145deg, #ffffff 0%, #fbfbfd 100%); |
| 168 | + background: #ffffff; |
174 | 169 | color: #1d1d1f; |
175 | | - padding: 56px 48px; |
176 | | - border: 1px solid rgba(0,0,0,0.04); |
177 | | - border-radius: 28px; |
| 170 | + padding: 40px; |
| 171 | + border: 1px solid rgba(0,0,0,0.06); |
| 172 | + border-radius: 8px; |
178 | 173 | transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); |
179 | 174 | position: relative; |
180 | 175 | overflow: hidden; |
181 | | - box-shadow: 0 2px 8px rgba(0,0,0,0.04); |
| 176 | + box-shadow: none; |
182 | 177 | } |
183 | 178 |
|
184 | 179 | .scenario-item::before { |
|
195 | 190 | } |
196 | 191 |
|
197 | 192 | .scenario-item:hover { |
198 | | - transform: translateY(-16px) scale(1.01); |
199 | | - box-shadow: 0 30px 80px rgba(0,0,0,0.12); |
| 193 | + transform: translateY(-6px); |
| 194 | + box-shadow: 0 12px 32px rgba(0,0,0,0.08); |
200 | 195 | border-color: rgba(0,0,0,0.08); |
201 | 196 | } |
202 | 197 |
|
|
223 | 218 | } |
224 | 219 |
|
225 | 220 | .scenario-description { |
226 | | - font-size: 1rem; |
| 221 | + font-size: 0.9375rem; |
227 | 222 | color: #6e6e73; |
228 | 223 | line-height: 1.5; |
229 | 224 | letter-spacing: -0.01em; |
|
238 | 233 | } |
239 | 234 |
|
240 | 235 | .btn { |
241 | | - padding: 14px 28px; |
242 | | - border-radius: 980px; |
| 236 | + padding: 10px 20px; |
| 237 | + border-radius: 24px; |
243 | 238 | text-decoration: none; |
244 | | - font-size: 1rem; |
| 239 | + font-size: 0.9375rem; |
245 | 240 | transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); |
246 | 241 | display: inline-flex; |
247 | 242 | align-items: center; |
|
274 | 269 | background: rgba(0, 122, 255, 0.08); |
275 | 270 | color: #007aff; |
276 | 271 | border: none; |
277 | | - backdrop-filter: blur(20px); |
278 | | - -webkit-backdrop-filter: blur(20px); |
279 | 272 | } |
280 | 273 |
|
281 | 274 | .btn-doc:hover { |
282 | 275 | background: rgba(0, 122, 255, 0.15); |
283 | | - transform: scale(1.05); |
| 276 | + transform: translateY(-1px); |
284 | 277 | box-shadow: 0 4px 20px rgba(0, 122, 255, 0.25); |
285 | 278 | } |
286 | 279 |
|
|
294 | 287 |
|
295 | 288 | .btn-demo:hover { |
296 | 289 | background: linear-gradient(135deg, #0051d5 0%, #003d9e 100%); |
297 | | - transform: scale(1.05); |
| 290 | + transform: translateY(-1px); |
298 | 291 | box-shadow: 0 8px 25px rgba(0, 122, 255, 0.4); |
299 | 292 | } |
300 | 293 |
|
|
457 | 450 | height: 30px; |
458 | 451 | cursor: pointer; |
459 | 452 | background: rgba(142, 142, 147, 0.12); |
460 | | - backdrop-filter: blur(20px); |
461 | | - -webkit-backdrop-filter: blur(20px); |
462 | 453 | border-radius: 15px; |
463 | 454 | display: flex; |
464 | 455 | align-items: center; |
|
0 commit comments