-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (36 loc) · 3.14 KB
/
styles.css
File metadata and controls
36 lines (36 loc) · 3.14 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
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,Arial,sans-serif;color:#111;background:#fff;line-height:1.6}a{text-decoration:none}h1,h2{letter-spacing:-.02em}ul{padding-left:1.1rem}li{margin:.25rem 0}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.hero{position:relative;height:340px;color:#fff;background:url('Assets/Products/DSC06881.jpg') center/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.08)}
.hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,18,.95) 0%, rgba(68,30,190,.92) 45%, rgba(255,48,48,.9) 100%)}
.hero-inner{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;gap:12px}
.logo{width:240px;height:auto;opacity:.98;filter:drop-shadow(0 12px 30px rgba(0,0,0,.45))}
.hero h1{font-size:3rem;text-transform:uppercase;letter-spacing:.05em}
.sub{max-width:760px;opacity:.95;font-size:1.08rem}
.section{padding:64px 0}
.alt{background:linear-gradient(180deg,#f7f8fb 0%, #ffffff 100%)}
.section-title{font-size:1.6rem;margin-bottom:12px}
.section-lead{max-width:900px;font-size:1.08rem}
.grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:start}
.kicker{text-transform:uppercase;letter-spacing:.25em;font-size:.7rem;color:#6b7280;margin-bottom:6px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}
.stats div{background:#111;color:#fff;border-radius:12px;padding:10px 12px;text-align:center}
.stats strong{display:block;font-size:1.2rem}
.stats span{font-size:.8rem;opacity:.8}
.media-stack{display:grid;gap:12px}
.media-frame{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;box-shadow:0 18px 40px rgba(0,0,0,.08)}
.media-frame.accent{background:linear-gradient(135deg,#ffffff 0%,#f2f4ff 45%,#ffecee 100%);border:1px solid #e6e8ff}
.media-label{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#6b7280}
.media-frame img{width:min(520px,100%);height:auto;filter:drop-shadow(0 16px 40px rgba(0,0,0,.25))}
.bullets{margin:10px 0 12px}
.chips{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap;justify-content:center}
.chips span{font-size:.85rem;background:#111;color:#fff;padding:6px 10px;border-radius:999px}
.features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}
.features div{background:#111;color:#fff;border-radius:12px;padding:10px 12px}
.features strong{display:block;font-size:.95rem}
.features span{display:block;font-size:.8rem;opacity:.8}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 18px 40px rgba(0,0,0,.08)}
.team{display:flex;gap:16px;flex-wrap:wrap}
.team-card{display:flex;gap:12px;align-items:center;padding:16px 20px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.08)}
.avatar{width:50px;height:50px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.muted{color:#555;font-size:1rem}
@media(max-width:900px){.grid-2{grid-template-columns:1fr}.hero{height:380px}.hero h1{font-size:2.4rem}}