/* =========================
   Hero Layout
========================= */

.ai-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background:
    radial-gradient(circle at 76% 22%, rgba(45,127,249,.26), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef6ff 50%, #dbeafe 100%);
}

.ai-hero * {
  box-sizing: border-box;
}

.ai-hero-container {
  position: relative;
  z-index: 5;
  width: min(1400px, 92%);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 48px;
}

.ai-hero-copy {
  max-width: 620px;
}

.ai-control-center {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: visible;
}