.section--02-hero { padding-block: var(--space-16, 64px) var(--space-20); overflow: hidden; }
.s-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: var(--space-12); align-items: center; }
.s-hero__title { font: 800 clamp(40px,5vw,64px)/1.05 var(--font-sans); letter-spacing: -0.02em; color: var(--fg-1); margin: 8px 0 0; }
.s-hero__lead { font-size: 18px; color: var(--fg-2); margin: var(--space-5,20px) 0 var(--space-8,32px); max-width: 56ch; }
.s-hero__cta { display: flex; gap: 12px; margin-bottom: var(--space-6); flex-wrap: wrap; }
.s-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 var(--space-5) 0; }
.s-hero__disclaimer { font-size: 13px; color: var(--fg-3); max-width: 56ch; }
.s-hero__visual { position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.s-hero__photo { width: 100%; height: auto; border-radius: var(--r-lg,20px); overflow: hidden; }
.s-hero__photo img { width: 100%; height: auto; display: block; object-fit: contain; }
.s-hero__partner-card { position: absolute; background: #fff; border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 10px 14px; display: inline-flex; gap: 10px; align-items: center; box-shadow: var(--shadow-2); font: 500 14px var(--font-sans); }
.s-hero__partner-card:nth-child(2) { top: 8%; right: -6%; }
.s-hero__partner-card:nth-child(3) { top: 38%; right: -2%; }
.s-hero__partner-card:nth-child(4) { bottom: 22%; left: -8%; }
.s-hero__partner-card:nth-child(5) { bottom: 6%; right: 6%; }
@media (max-width: 720px) {
  .s-hero { grid-template-columns: 1fr; }
  /* Floating partner labels belong to the desktop illustration and can extend
     past its bounds; the compact mobile composition does not need them. */
  .s-hero__partner-card { display: none; }
}
