import { CardGrid, LinkCard } from '@astrojs/starlight/components';

A referral is a customer (tenant) who came to the Platform through a partner's link in Referral mode (the two partner modes and their differences are in Manual 37, section 1). Unlike a White label partner, a referral isn't the partner's customer: they sign up directly on the platform, the Platform bills them with its own Stripe, and the partner only earns a commission on what that customer pays — never manages them, never impersonates them, never uses up one of their seats.

<CardGrid>
  <LinkCard
    title="The complete circuit, at a glance"
    description="A referral is a customer (tenant) who came to the Platform through a partner's link in Referral mode (the two partner modes and their differences are in Manual 37, section 1…"
    href="/docs/en/guides/referidos-partner/01-el-circuito-completo-de-un-vistazo/"
  />
  <LinkCard
    title="Your referral link: first-touch and permanent"
    description="When you sign up as a Referral-mode partner, your slug also becomes your referral link: https://…/register?ref=slug — the same self-service sign-up screen any agency uses (Ma…"
    href="/docs/en/guides/referidos-partner/02-tu-enlace-de-referido-first-touch-y-permanente/"
  />
  <LinkCard
    title="% and months: frozen at sign-up, they don't change over time"
    description="Your Referral partner account has, on its own record, two fields the Platform's staff can configure: a commission Percentage and validity Months (0 = indefinite). If nothing e…"
    href="/docs/en/guides/referidos-partner/03-y-meses-se-congelan-al-alta-no-cambian-con-el-tiempo/"
  />
  <LinkCard
    title="The 3 statuses of a referral"
    description="On Referrals, inside your partner console (side menu), each row in the table shows a Status column with a colored badge — the way to know, without doing any math, whether tha…"
    href="/docs/en/guides/referidos-partner/04-los-3-estados-de-un-referido/"
  />
  <LinkCard
    title="When your commission is generated: paid invoice, by Stripe or by hand"
    description="Your commission is generated for every invoice that customer actually pays — never simply because they're still signed up or in a trial period."
    href="/docs/en/guides/referidos-partner/05-cuando-se-genera-tu-comision-factura-cobrada-por-stripe-o-a-mano/"
  />
  <LinkCard
    title="How you get paid: Platform settlement, money outside the platform"
    description="The Platform never transfers money to you automatically or by Stripe: your commission is always paid out through manual settlement by staff, with the money moving outside the …"
    href="/docs/en/guides/referidos-partner/06-como-cobras-liquidacion-de-la-plataforma-dinero-por-fuera/"
  />
</CardGrid>