/* =====================================================================
   INÍCIO - PÁGINA WHITE LABEL
===================================================================== */

.wl-page {
  background: #ffffff;
}

.wl-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB WHITE LABEL
===================================================================== */

.wl-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.wl-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.wl-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.wl-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - HERO WHITE LABEL
===================================================================== */

.wl-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 88px 0 130px;
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(124,58,237,.17), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.wl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.wl-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.wl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  border: 1px solid rgba(37,99,235,.15);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.wl-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.wl-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.wl-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wl-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.wl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.wl-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.wl-hero__visual {
  position: relative;
  min-height: 620px;
}

.wl-browser {
  position: absolute;
  right: 0;
  top: 40px;
  width: min(720px, 100%);
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 46px 120px rgba(15,23,42,.22);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.wl-browser__top {
  height: 58px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 0 20px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15,23,42,.07);
}

.wl-browser__dots {
  display: flex;
  gap: 7px;
}

.wl-browser__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}

.wl-browser__top strong {
  color: #334155;
  font-size: 12px;
}

.wl-browser__top small {
  color: #16a34a;
  font-size: 10px;
  font-weight: 850;
}

.wl-browser__body {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 470px;
}

.wl-browser__body aside {
  padding: 22px 16px;
  background: linear-gradient(180deg, #0f172a, #111827);
}

.wl-brand-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #ffffff;
}

.wl-brand-preview span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  font-size: 11px;
  font-weight: 900;
}

.wl-brand-preview strong {
  font-size: 12px;
}

.wl-browser__body aside nav {
  display: grid;
  gap: 7px;
}

.wl-browser__body aside a {
  padding: 11px 12px;
  border-radius: 11px;
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 750;
}

.wl-browser__body aside a:first-child {
  background: rgba(255,255,255,.09);
  color: #ffffff;
}

.wl-browser__body > section {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.08), transparent 32%),
    #f8fafc;
}

.wl-dashboard__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.wl-dashboard__header small {
  display: block;
  color: #94a3b8;
  font-size: 10px;
}

.wl-dashboard__header h3 {
  margin-top: 4px;
  color: #0f172a;
  font-size: 20px;
}

.wl-dashboard__header > span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,.1);
  color: #16a34a;
  font-size: 10px;
  font-weight: 850;
}

.wl-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wl-dashboard__metrics article {
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}

.wl-dashboard__metrics small,
.wl-dashboard__metrics strong,
.wl-dashboard__metrics span {
  display: block;
}

.wl-dashboard__metrics small {
  color: #94a3b8;
  font-size: 10px;
}

.wl-dashboard__metrics strong {
  margin: 8px 0;
  color: #0f172a;
  font-size: 20px;
}

.wl-dashboard__metrics span {
  color: #2563eb;
  font-size: 9px;
  font-weight: 800;
}

.wl-dashboard__chart {
  height: 190px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.06);
}

.wl-dashboard__chart div {
  flex: 1;
  min-height: 20px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #60a5fa, #7c3aed);
}

.wl-floating-card {
  position: absolute;
  z-index: 3;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 22px 60px rgba(15,23,42,.18);
  backdrop-filter: blur(16px);
}

.wl-floating-card span,
.wl-floating-card strong {
  display: block;
}

.wl-floating-card span {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
}

.wl-floating-card strong {
  color: #0f172a;
  font-size: 14px;
}

.wl-floating-card--brand {
  left: -20px;
  top: 10px;
}

.wl-floating-card--revenue {
  right: -10px;
  bottom: 0;
}

.wl-floating-card--revenue strong {
  color: #16a34a;
  font-size: 19px;
}

/* =====================================================================
   FIM - HERO WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - PROPOSTA WHITE LABEL
===================================================================== */

.wl-proposal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.wl-proposal__grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.wl-proposal__grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.wl-proposal__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-weight: 900;
}

.wl-proposal__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.wl-proposal__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.wl-proposal__card--dark {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #111c3a) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.wl-proposal__card--dark > span {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.wl-proposal__card--dark h3 {
  color: #ffffff;
}

.wl-proposal__card--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROPOSTA WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - PERSONALIZAÇÃO WHITE LABEL
===================================================================== */

.wl-customization {
  padding: 120px 0;
}

.wl-customization__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.wl-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.wl-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.wl-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.wl-customization__preview {
  display: grid;
  place-items: center;
}

.wl-preview-card {
  width: min(520px, 100%);
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 36%),
    linear-gradient(145deg, #07111f, #111c3a);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 38px 110px rgba(15,23,42,.24);
}

.wl-preview-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wl-preview-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.wl-preview-card__header > div:nth-child(2) {
  flex: 1;
}

.wl-preview-card__header small,
.wl-preview-card__header strong {
  display: block;
}

.wl-preview-card__header small {
  color: #94a3b8;
  font-size: 10px;
}

.wl-preview-card__header strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 19px;
}

.wl-preview-card__header > span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
  font-weight: 850;
}

.wl-preview-card__domain {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.wl-preview-card__domain small,
.wl-preview-card__domain strong {
  display: block;
}

.wl-preview-card__domain small {
  color: #94a3b8;
  font-size: 10px;
}

.wl-preview-card__domain strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 14px;
}

.wl-preview-card__colors {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.wl-preview-card__colors span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 2px solid rgba(255,255,255,.12);
}

.wl-preview-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wl-preview-card__footer article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.wl-preview-card__footer small,
.wl-preview-card__footer strong {
  display: block;
}

.wl-preview-card__footer small {
  color: #94a3b8;
  font-size: 10px;
}

.wl-preview-card__footer strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 16px;
}

/* =====================================================================
   FIM - PERSONALIZAÇÃO WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS WHITE LABEL
===================================================================== */

.wl-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.wl-feature {
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.wl-feature:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.wl-feature > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wl-feature h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.wl-feature p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.wl-feature--featured {
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 28px 80px rgba(37,99,235,.12);
}

.wl-feature--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #1e1b4b);
  border-color: rgba(255,255,255,.08);
}

.wl-feature--dark > span {
  background: rgba(255,255,255,.11);
  color: #bfdbfe;
}

.wl-feature--dark h3 {
  color: #ffffff;
}

.wl-feature--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - COMO FUNCIONA WHITE LABEL
===================================================================== */

.wl-how {
  padding: 120px 0;
}

.wl-how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.wl-how__grid article {
  min-height: 280px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
}

.wl-how__grid article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 36px;
  border-radius: 17px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37,99,235,.25);
}

.wl-how__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.04em;
}

.wl-how__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - COMO FUNCIONA WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - MODELO DE NEGÓCIO WHITE LABEL
===================================================================== */

.wl-business__layout {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 34px;
  align-items: stretch;
}

.wl-business__content {
  display: grid;
  gap: 16px;
}

.wl-business__content article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 45px rgba(15,23,42,.06);
}

.wl-business__content article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.wl-business__content h3 {
  margin-bottom: 7px;
  color: #0f172a;
  font-size: 19px;
  letter-spacing: -.03em;
}

.wl-business__content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.wl-business__calculator {
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.28), transparent 36%),
    linear-gradient(145deg, #07111f, #111c3a);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 36px 100px rgba(15,23,42,.22);
}

.wl-business__calculator > span {
  color: #93c5fd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wl-business__calculator h3 {
  margin: 10px 0 24px;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -.05em;
}

.wl-business__calc-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.wl-business__calc-row small {
  color: #94a3b8;
}

.wl-business__calc-row strong {
  color: #ffffff;
}

.wl-business__calc-row--highlight {
  margin-top: 12px;
  padding: 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(34,197,94,.10);
}

.wl-business__calc-row--highlight small {
  color: #86efac;
}

.wl-business__calc-row--highlight strong {
  color: #86efac;
  font-size: 20px;
}

.wl-business__calculator p {
  margin-top: 18px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.6;
}

/* =====================================================================
   FIM - MODELO DE NEGÓCIO WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - PÚBLICO WHITE LABEL
===================================================================== */

.wl-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.wl-audience__grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
}

.wl-audience__grid span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.wl-audience__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.04em;
}

.wl-audience__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - PÚBLICO WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA WHITE LABEL
===================================================================== */

.wl-faq {
  background: #ffffff;
}

.wl-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA WHITE LABEL
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO WHITE LABEL
===================================================================== */

@media (max-width: 1120px) {
  .wl-hero__grid,
  .wl-customization__grid,
  .wl-business__layout {
    grid-template-columns: 1fr;
  }

  .wl-hero__visual {
    min-height: 620px;
  }

  .wl-proposal__grid,
  .wl-features__grid,
  .wl-how__grid,
  .wl-audience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .wl-breadcrumb {
    padding-top: 18px;
  }

  .wl-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .wl-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .wl-hero__content > p {
    font-size: 17px;
  }

  .wl-hero__actions {
    flex-direction: column;
  }

  .wl-hero__actions .btn {
    width: 100%;
  }

  .wl-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .wl-hero__visual {
    min-height: 560px;
  }

  .wl-browser {
    position: relative;
    inset: auto;
    transform: none;
  }

  .wl-browser__body {
    grid-template-columns: 1fr;
  }

  .wl-browser__body aside {
    display: none;
  }

  .wl-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .wl-dashboard__chart {
    height: 150px;
  }

  .wl-floating-card--brand {
    left: 8px;
    top: -26px;
  }

  .wl-floating-card--revenue {
    right: 8px;
    bottom: -24px;
  }

  .wl-proposal__grid,
  .wl-features__grid,
  .wl-how__grid,
  .wl-audience__grid {
    grid-template-columns: 1fr;
  }

  .wl-customization,
  .wl-how {
    padding: 82px 0;
  }

  .wl-preview-card__footer {
    grid-template-columns: 1fr;
  }

  .wl-business__content article {
    grid-template-columns: 1fr;
  }

  .wl-proposal__grid article,
  .wl-feature,
  .wl-how__grid article,
  .wl-audience__grid article {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO WHITE LABEL
===================================================================== */

/* =====================================================================
   FIM - PÁGINA WHITE LABEL
===================================================================== */
