/* ==========================
   FRESS branding (solo FRESS)
   ========================== */

.fress-hero {
  margin: 14px 0 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111 0%, #2b2b2b 45%, #0f172a 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
}

.fress-hero__wrap {
  padding: 26px 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.fress-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .18em;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
}

.fress-hero__title {
  margin: 14px 0 6px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
}

.fress-hero__subtitle {
  margin: 0 0 16px;
  opacity: .92;
  font-size: 16px;
  max-width: 720px;
}

.fress-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 14px;
}

.fress-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  background: #22c55e;
  color: #0b1220 !important;
  border: 1px solid rgba(255,255,255,.15);
}

.fress-hero__btn--ghost {
  background: rgba(255,255,255,.10);
  color: #fff !important;
}

.fress-hero__note {
  margin-top: 10px;
  font-size: 13px;
  opacity: .9;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.12);
}
