.hero { padding: 30px 0 48px; }
.hero-card { min-height: 620px; border-radius: 36px; overflow: hidden; position: relative; display: flex; align-items: end; background: linear-gradient(135deg, rgba(0,79,87,.82), rgba(0,109,119,.45)), url('../img/placeholder-integration.svg') center/cover; box-shadow: var(--shadow-md); }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,34,38,.78)); }
.hero-content { position: relative; z-index: 1; padding: clamp(26px, 6vw, 72px); color: #fff; width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.hero-copy { max-width: 780px; }
.hero-kicker { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-weight: 800; }
.hero h1 { font-size: clamp(2.5rem, 7vw, 6rem); line-height: .95; margin: 16px 0; letter-spacing: -.04em; }
.hero p { font-size: 1.06rem; color: rgba(255,255,255,.86); max-width: 680px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero-meta span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.hero-logo { width: 150px; aspect-ratio: 1; object-fit: contain; border-radius: 24px; padding: 12px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); }
