/* ===========================================
   ZenOps - Hero Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.hero {
  position: relative;
  width: 1512px;
  height: 944px;
}

.hero__container {
  position: absolute;
  width: 1350px;
  height: 504px;
  left: 80px;
  top: 292px;
}

/* Heading Container */
.hero__heading {
  position: absolute;
  width: 1144px;
  height: 408px;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.hero__title {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Line 1: L'IA n'est plus un sujet */
.hero__title-line:nth-child(1) {
  position: absolute;
  width: 1350px;
  left: 0px;
  top: 0px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 120%;
  color: #F4F6FB;
}

/* Line 2: d'innovation. C'est un */
.hero__title-line:nth-child(2) {
  position: absolute;
  width: 1350px;
  left: 0px;
  top: 154px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 120%;
  color: #F4F6FB;
}

/* Line 3: sujet d'exécution. (gradient) */
.hero__title-line:nth-child(3) {
  position: absolute;
  width: 1350px;
  left: 0px;
  top: 308px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 120%;
  background: linear-gradient(90deg, #3BFF9A 0%, #A1F3FF 65.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Paragraph Block */
.hero__paragraph {
  position: absolute;
  width: 435px;
  left: 915px;
  top: 318px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 24px;
}

/* Description Text */
.hero__description {
  width: 435px;
  height: 87px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* Buttons Container */
.hero__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;
  width: 435px;
  height: 40px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

/* Primary Button */
.hero__buttons .btn-primary {
  width: 205px;
  height: 40px;
  background: linear-gradient(90deg, #3BFF9A 0%, #A1F3FF 100%);
  box-shadow: 0px 10px 25px #134C66;
  border-radius: 100px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #121826;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* AI Badge */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  background: rgba(84, 59, 199, 0.12);
  border: 1px solid rgba(133, 132, 245, 0.25);
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.3s ease, background 0.3s ease;
  flex: none;
  order: 2;
  align-self: flex-start;
}

.ai-badge:hover {
  border-color: rgba(133, 132, 245, 0.5);
  background: rgba(84, 59, 199, 0.2);
}

.ai-badge__tag {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #543BC7;
  padding: 5px 12px;
  border-radius: 100px;
  flex-shrink: 0;
}

.ai-badge__text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #A0B6D9;
}

.ai-badge__arrow {
  color: #8584F5;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* Secondary Button */
.hero__buttons .btn-secondary {
  box-sizing: border-box;
  width: 205px;
  height: 40px;
  background: #063246;
  border-radius: 100px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #F4F6FB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
  order: 1;
  flex-grow: 0;
}
