/* ── HERO — DARK ── */
.hero {
  background: var(--dark);
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  top: 40px;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 100%;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  /* background: rgba(255, 255, 255, 0.07); */
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  /* text-transform: uppercase; */
  margin-bottom: 27px;
  width: fit-content;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
}
.hero-badge-star {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #dbff00;
  border-radius: 3px;
  opacity: 1;
  transform: rotate(0deg);
  margin-right: 6px;
}

/* Main Heading */
.hero-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2.52px;
  color: #fff;
  margin-bottom: 27px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
}
.hero-heading-accent {
  color: var(--y);
}

/* Location Pills */
.hero-locations {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  flex-wrap: wrap;
}
.hero-loc-pill {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff99;
  font-family: Montserrat;
}
.hero-loc-sep {
  color: #FFFFFF;
  font-size: 14px;
}

/* Revenue Stat */
.hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid #dbff00;
  border-radius: 6px;
  padding: 14px 20px;
  margin-bottom: 36px;
  width: fit-content;
}
.hero-stat-number {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 900;
  color: #dbff00;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.hero-stat-label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  max-width: 140px;
}

/* Description */
.hero-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
  max-width: 380px;
  margin-bottom: 27px;
}

/* CTA row */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--y);
  color: var(--dark);
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer !important;
  transition:
    opacity 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 0 32px rgba(219, 255, 0, 0.2);
}
.hero-cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 0 48px rgba(219, 255, 0, 0.3);
}
.hero-link {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
  transition: color 0.2s;
}
.hero-link:hover {
  color: #dbff00;
}

/* Hero right — photo absolutely positioned on right */
.hero-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-glow {
  position: absolute;
  /* bottom:-10%; */
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(154, 230, 0, 0.55) 0%,
    rgba(100, 200, 0, 0.18) 40%,
    transparent 70%
  );
  filter: blur(48px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}
.hero-photo {
  height: auto;
  max-height: none;
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  filter: drop-shadow(0 0 32px rgba(219, 255, 0, 0.15));
}

/* shift hero image slightly right and down so right edge and bottom are clipped */

.hero-right .hero-photo {
  position: absolute;
  bottom: -60px;
  right: -100px;
  width: 110%;
  max-width: none;
  object-position: right bottom;
}

/* Calendly widget — inside hero-right, bottom */
.hero-cal {
  position: absolute;
  bottom: 36px;
  right: 150px;
  width: 260px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #0A0A0A1A;
  border-radius: 16px;
  padding: 16px 18px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 5;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.hero-cal-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.hero-cal-icon {
  width: 32px;
  height: 32px;
  background: var(--y);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-cal-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
}
.hero-cal-sub {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
}
.hero-cal a {
  display: block;
  text-align: center;
  background: var(--y);
  color: var(--dark);
  padding: 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.hero-cal a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
