.spz-about-hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: #07101c; }
.spz-about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.spz-about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,14,.99), rgba(4,8,14,.88) 42%, rgba(4,8,14,.24)), linear-gradient(0deg, rgba(4,8,14,.72), transparent 40%); }
.spz-about-hero-content { position: relative; z-index: 2; padding-top: 110px; }
.spz-about-hero h1 { max-width: 900px; margin-bottom: 28px; color: #fff; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .99; letter-spacing: -.055em; font-weight: 800; }
.spz-about-hero h1 span { display: block; color: transparent; background: linear-gradient(105deg, #fff, #6fe7ef 56%, #9685ff); background-clip: text; -webkit-background-clip: text; }
.spz-about-hero-content > p { max-width: 690px; margin-bottom: 36px; color: #bdc7d7; font-size: 17px; line-height: 1.8; }
.spz-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: start; }
.spz-story-heading h2 { margin-bottom: 0; color: #fff; font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.07; letter-spacing: -.045em; font-weight: 800; }
.spz-story-heading h2 span { color: #8894a9; }
.spz-story-copy p { color: #919eb1; font-size: 14px; line-height: 1.9; }
.spz-story-copy .lead { color: #e0e6ef; font-size: 18px; font-weight: 500; }
.spz-belief-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.spz-belief { min-height: 215px; padding: 32px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.spz-belief span { color: #5ee7f2; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.spz-belief h3 { margin: 32px 0 12px; color: #fff; font-size: 18px; }
.spz-belief p { color: #929fb2; font-size: 12px; line-height: 1.75; }
.spz-about-founder { background: #080e17; border-block: 1px solid rgba(255,255,255,.06); }
.spz-founder-facts { margin: 30px 0 36px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.09); border-left: 1px solid rgba(255,255,255,.09); }
.spz-founder-facts div { min-height: 88px; padding: 18px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.spz-founder-facts span { margin-bottom: 7px; color: #5ee7f2; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.spz-founder-facts strong { color: #dce3ed; font-size: 11px; line-height: 1.5; }
.spz-expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.spz-expertise-grid article { min-height: 260px; padding: 32px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.spz-expertise-grid i { width: 46px; height: 46px; display: grid; place-items: center; color: #5ee7f2; background: rgba(94,231,242,.06); border: 1px solid rgba(94,231,242,.15); border-radius: 13px; }
.spz-expertise-grid h3 { margin: 42px 0 12px; color: #fff; font-size: 17px; }
.spz-expertise-grid p { color: #929fb2; font-size: 12px; line-height: 1.75; }

@media (max-width: 991px) {
    .spz-story-grid { grid-template-columns: 1fr; gap: 35px; }
    .spz-expertise-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .spz-about-hero { min-height: 700px; }
    .spz-about-hero > img { object-position: 72% center; }
    .spz-about-hero-overlay { background: rgba(4,8,14,.82); }
    .spz-about-hero-content { padding-top: 100px; }
    .spz-about-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
    .spz-about-hero-content > p { font-size: 15px; }
    .spz-belief-grid, .spz-expertise-grid { grid-template-columns: 1fr; }
    .spz-belief-grid { margin-top: 50px; }
    .spz-founder-facts { grid-template-columns: 1fr; }
}
