/* hero layout */
.hero {
  padding: 2rem 0 1.5rem;
  position: relative;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.hero__left {
  max-width: 680px;
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero__kickerIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
  line-height: 0;
}

.hero__kickerText {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: rgba(11, 18, 32, 0.72);
  text-transform: uppercase;
}

.hero__title {
  margin: 0 0 18px;
  font-size: clamp(50px, 6.3vw, 70px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--c-text);
}

.hero__subtitle {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(11, 18, 32, 0.66);
  max-width: 56ch;
}

.hero__right {
  max-width: 520px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding-left: 50px;
  align-items: stretch;
}

/* =========================================
   Copy (SUBTITLE)
   ========================================= */
.hero__copy {
  margin: 45px 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(11, 18, 32, 0.72);
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 18px 60px rgba(11, 18, 32, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  padding: 16px 18px 16px 28px;
}

.hero__copy::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: var(--c-accent);
  opacity: 0.95;
}

/* =========================================
   Checks
   ========================================= */
.hero__checks {
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

.hero__check {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(11, 18, 32, 0.82);

  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(11, 18, 32, 0.06);
  box-shadow: 0 14px 44px rgba(11, 18, 32, 0.06);
}

.hero__check > span,
.hero__check > p {
  min-width: 0;
  margin: 0;
  line-height: 1.45;

  overflow-wrap: normal;
  word-break: normal;
  text-wrap: normal;
}

.hero__check:nth-child(2) > span,
.hero__check:nth-child(2) > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero__checkIcon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-accent);
  background: transparent;
  border: 1px solid rgba(11, 18, 32, 0.10);

  flex: 0 0 auto;
  line-height: 0;
}

.hero__checkIcon i[data-lucide] {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;

  background: var(--g-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__checkIcon i[data-lucide] svg,
.hero__checkIcon svg.lucide {
  width: 18px !important;
  height: 18px !important;
  display: block;

  stroke: currentColor;
  stroke-width: 2.3;
}

/* fallback */
@supports not (-webkit-background-clip: text) {
  .hero__checkIcon i[data-lucide] {
    color: var(--c-secondary);
    background: none;
  }
}

/* =========================================
   Hero actions (2 CTAs)
   ========================================= */
.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero__btn {
  white-space: nowrap;
}

@media (min-width: 981px) {
  .hero__actions {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .hero__actions .btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
  }
}

.btn--whatsapp {
  background: #22c55e;
  border: 0;
  color: #ffffff;
  box-shadow: 0 16px 46px rgba(34, 197, 94, 0.28), 0 12px 38px rgba(11, 18, 32, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-weight: 700;
}

.btn--whatsapp i,
.btn--whatsapp svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.btn--whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 52px rgba(34, 197, 94, 0.36), 0 14px 40px rgba(11, 18, 32, 0.16);
  background: #16a34a;
  filter: brightness(1.02) saturate(1.05);
}

.btn--whatsapp:active {
  transform: translateY(0);
}

.hero__orb {
  position: absolute;
  top: 18%;
  left: 56%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--g-brand);
  box-shadow: 0 18px 46px rgba(47, 107, 255, 0.22), 0 14px 42px rgba(255, 106, 138, 0.18);
  opacity: 0.9;
  transform: translate(-50%, -50%);
}

/* responsive */
@media (max-width: 980px) {
  .hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero__right {
    justify-self: start;
  }

  .hero__orb {
    left: 78%;
    top: 10%;
  }

  .hero__kickerIcon {
    font-size: 10px;
  }

  .hero__kickerText {
    font-size: 10px;
  }

  .hero {
    padding-top: 10px;
  }
}

@media (max-width: 820px) {
  .hero__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero__left {
    order: 1 !important;
  }

  .hero__right {
    display: contents !important;
  }

  .hero__title {
    margin-bottom: 6px !important;
  }

  .hero__actions {
    order: 2 !important;
    margin-top: 20px !important;
  }

  .hero__copy {
    order: 3 !important;
    margin: 20px 0 14px;
  }

  .hero__checks {
    order: 4 !important;
  }

  .hero__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .hero__checks {
    gap: 10px;
  }

  .hero__check {
    gap: 10px;
    align-items: flex-start;
  }

  .hero__checkIcon {
    width: 26px;
    height: 26px;
  }

  .hero__checkIcon i[data-lucide] {
    font-size: 17px;
  }

  .hero__checkIcon i[data-lucide] svg,
  .hero__checkIcon svg.lucide {
    width: 17px !important;
    height: 17px !important;
  }

  .hero__check:nth-child(2) > span,
  .hero__check:nth-child(2) > p {
    white-space: initial;
    overflow: hidden;
    text-overflow: clip;
  }
}
