.whatsapp-presentation {
  max-width: 52rem;
  margin-inline: auto;
}

.whatsapp-presentation__hero {
  text-align: center;
  margin-bottom: calc(var(--pico-spacing) * 1.25);
}

.whatsapp-presentation__hero-icon {
  font-size: 4.5rem;
  color: #25d366;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.whatsapp-presentation__hero h1 {
  margin-bottom: 0.75rem;
}

.whatsapp-presentation__hero-lead {
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: justify;
  margin: 0 auto;
  max-width: 40rem;
}

.whatsapp-presentation__section {
  margin-bottom: calc(var(--pico-spacing) * 1.35);
}

.whatsapp-presentation__section h2 {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.whatsapp-presentation__grid {
  display: grid;
  gap: calc(var(--pico-spacing) * 1);
  align-items: center;
}

@media (min-width: 768px) {
  .whatsapp-presentation__grid {
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp-presentation__grid--reverse .whatsapp-presentation__illustration {
    order: 2;
  }
}

.whatsapp-presentation__illustration img {
  width: 100%;
  max-width: 20rem;
  height: auto;
  display: block;
  margin-inline: auto;
  border-radius: calc(var(--pico-border-radius) * 1.5);
}

.whatsapp-presentation__card {
  background: var(--pico-card-background-color, var(--pico-background-color));
  border: 1px solid var(--pico-muted-border-color);
  border-radius: calc(var(--pico-border-radius) * 1.25);
  padding: calc(var(--pico-spacing) * 0.95);
}

.whatsapp-presentation__privacy {
  background: color-mix(in srgb, #25d366 10%, var(--pico-background-color));
  border: 2px solid color-mix(in srgb, #25d366 35%, transparent);
  border-radius: calc(var(--pico-border-radius) * 1.25);
  padding: calc(var(--pico-spacing) * 1);
  margin-bottom: calc(var(--pico-spacing) * 1.25);
}

.whatsapp-presentation__privacy h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  color: #128c7e;
}

.whatsapp-presentation__privacy-icon {
  font-size: 1.35rem;
}

.whatsapp-presentation__cta {
  margin-top: calc(var(--pico-spacing) * 1.25);
  text-align: center;
}

.whatsapp-presentation__note {
  margin-top: var(--pico-spacing);
  text-align: justify;
}
