/* Hero — asymmetric 58/42, perks grid, metric stack */
.ll-hero_c7d2e {
  min-height: 100vh;
  padding-top: var(--header-h);
  position: relative;
  overflow: hidden;
  background: var(--grd-hero);
}

.ll-hero__deco_c7d2e {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ll-hero__deco_c7d2e--blob1 {
  width: 420px;
  height: 420px;
  top: -80px;
  right: -60px;
  background: radial-gradient(
    circle,
    rgba(78, 201, 168, 0.35) 0%,
    transparent 68%
  );
  filter: blur(40px);
  animation: ll-float 12s ease-in-out infinite;
}

.ll-hero__deco_c7d2e--blob2 {
  width: 280px;
  height: 280px;
  bottom: 10%;
  left: -40px;
  background: radial-gradient(
    circle,
    rgba(45, 154, 143, 0.28) 0%,
    transparent 70%
  );
  filter: blur(32px);
  animation: ll-float 9s ease-in-out infinite reverse;
}

.ll-hero__deco_c7d2e--angle {
  width: 140px;
  height: 140px;
  top: 22%;
  left: 8%;
  border: 2px solid rgba(78, 201, 168, 0.25);
  transform: rotate(35deg);
  border-radius: 24px;
}

.ll-hero__deco_c7d2e--wave {
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23eef6f4' d='M0 64L60 58C120 52 240 40 360 42C480 44 600 60 720 64C840 68 960 60 1080 52C1200 44 1320 36 1380 32L1440 28V120H0Z'/%3E%3C/svg%3E")
    bottom center / cover no-repeat;
  opacity: 0.9;
}

@keyframes ll-float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -18px);
  }
}

.ll-hero__shell_c7d2e {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-2xl);
  align-items: center;
  padding-block: clamp(3rem, 7vh, 6rem);
}

@media (min-width: 1024px) {
  .ll-hero__shell_c7d2e {
    grid-template-columns: 1.45fr 1fr;
    gap: var(--sp-3xl);
  }
}

.ll-hero__main_c7d2e {
  display: flex;
  flex-direction: column;
  gap: var(--sp-lg);
}

.ll-hero__chip_c7d2e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.45rem 1rem;
  background: var(--srf-glass);
  backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--line-glow);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-1-d);
  font-family: var(--font-primary);
  box-shadow: var(--shadow-sm);
}

.ll-hero__chip-dot_c7d2e {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-mint);
  box-shadow: 0 0 0 4px rgba(78, 201, 168, 0.25);
  animation: ll-pulse 2s ease infinite;
}

@keyframes ll-pulse {
  50% {
    opacity: 0.6;
    transform: scale(0.9);
  }
}

.ll-hero__heading_c7d2e {
  font-size: clamp(2.35rem, 5.5vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ll-hero__heading_c7d2e .line-2 {
  display: block;
  background: var(--grd-cool);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ll-hero__lede_c7d2e {
  font-size: var(--fs-lg);
  color: var(--ink-mute);
  max-width: 520px;
  line-height: var(--lh-loose);
  font-family: var(--font-primary);
}

.ll-hero__perks_c7d2e {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-md);
}

@media (min-width: 640px) {
  .ll-hero__perks_c7d2e {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ll-hero__perk_c7d2e {
  display: flex;
  gap: var(--sp-md);
  padding: var(--sp-md) var(--sp-lg);
  background: var(--srf-glass);
  backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition:
    transform var(--ease-spring),
    box-shadow var(--ease-base);
  font-size: var(--fs-sm);
  color: var(--ink);
  font-family: var(--font-primary);
}

.ll-hero__perk_c7d2e:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--line-glow);
}

.ll-hero__perk-icon_c7d2e {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: var(--grd-cool);
  color: #fff;
  font-size: 1.1rem;
  box-shadow: var(--shadow-glow);
}

.ll-hero__cta-row_c7d2e {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-md);
}

.ll-hero__aside_c7d2e {
  display: flex;
  flex-direction: column;
  gap: var(--sp-lg);
}

.ll-hero__metrics-stack_c7d2e {
  display: flex;
  flex-direction: column;
  gap: var(--sp-md);
}

.ll-hero__metric-plate_c7d2e {
  padding: var(--sp-lg) var(--sp-xl);
  background: var(--srf-glass);
  backdrop-filter: blur(var(--glass-blur));
  border: 1px solid transparent;
  border-image: var(--grd-border) 1;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-glow);
  box-shadow: var(--shadow-card);
}

.ll-hero__metric-val_c7d2e {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-extra);
  font-family: var(--font-display);
  background: var(--grd-cool);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.ll-hero__metric-label_c7d2e {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  margin-top: 0.35rem;
  font-family: var(--font-primary);
  font-weight: var(--fw-semi);
}

.ll-hero__frame_c7d2e {
  position: relative;
  margin-top: auto;
}

.ll-hero__visual-img_c7d2e {
  width: 100%;
  border-radius: var(--radius-xl);
  filter: drop-shadow(0 28px 56px rgba(20, 58, 52, 0.2));
  transform: perspective(800px) rotateY(-4deg);
  transition: transform 0.5s ease;
}

.ll-hero__frame_c7d2e:hover .ll-hero__visual-img_c7d2e {
  transform: perspective(800px) rotateY(0deg) scale(1.02);
}

.ll-hero__badge_c7d2e {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  border: 1px solid var(--line-glow);
  box-shadow: var(--shadow-md);
  font-family: var(--font-primary);
  z-index: 4;
}

.ll-hero__badge_c7d2e--tl {
  top: 8%;
  left: -4%;
}

.ll-hero__badge_c7d2e--br {
  bottom: 12%;
  right: -4%;
}

@media (max-width: 1023px) {
  .ll-hero__metrics-stack_c7d2e {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ll-hero__metric-plate_c7d2e {
    flex: 1;
    min-width: 140px;
  }
}
