File size: 602 Bytes
c5761bb
 
fa9b801
c5761bb
 
 
 
fa9b801
 
c5761bb
 
fa9b801
 
c5761bb
 
 
fa9b801
 
c5761bb
 
fa9b801
 
c5761bb
 
fa9b801
c5761bb
 
 
 
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
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1200px;
}

.feature-card:hover {
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.hero {
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.1), 0 10px 10px -5px rgba(79, 70, 229, 0.04);
}

.cta {
    transition: all 0.3s ease;
}

.cta:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}