/* Minimal utility CSS generated from your HTML classes. */
.absolute {
  position: absolute;
}
.bg-gradient-to-br {
  background-image: linear-gradient(
    to bottom right,
    var(--tw-gradient-from),
    var(--tw-gradient-to)
  );
}
.bg-gray-100 {
  background-color: #f3f4f6;
}
.bg-gray-200 {
  background-color: #e5e7eb;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.bg-gray-800 {
  background-color: #1f2937;
}
.bg-gray-900 {
  background-color: #111827;
}
.bg-pink-600 {
  background-color: #db2777;
}
.bg-white {
  background-color: #ffffff;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.border-gray-300 {
  border-color: #d1d5db;
}
.border-gray-400 {
  border-color: #9ca3af;
}
.container {
  width: 100%;
}
.flex {
  display: flex;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.from-yellow-100 {
  --tw-gradient-from: #fef9c3;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.h-\[300px\] {
  height: 300px;
}
.h-\[5\.5rem\] {
  height: 5.5rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.hidden {
  display: none;
}
.hover\:shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.text-blue-600:hover {
  color: #2563eb;
}
.text-green-800:hover {
  color: #166534;
}
.text-pink-600:hover {
  color: #db2777;
}
.text-pink-800:hover {
  color: #9d174d;
}
.hover\:underline {
  text-decoration: underline;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.left-0 {
  left: 0;
}
.max-w-5xl {
  max-width: 64rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .md\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.min-h-screen {
  min-height: 100vh;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.object-center {
  object-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.overflow-hidden {
  overflow: hidden;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.relative {
  position: relative;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
}
.sticky {
  position: sticky;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 1.25;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 1.25;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 1.25;
}
.text-blue-600 {
  color: #2563eb;
}
.text-center {
  text-align: center;
}
.text-gray-500 {
  color: #6b7280;
}
.text-gray-600 {
  color: #4b5563;
}
.text-gray-700 {
  color: #374151;
}
.text-gray-800 {
  color: #1f2937;
}
.text-green-600 {
  color: #16a34a;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.25;
}
.text-pink-500 {
  color: #ec4899;
}
.text-pink-600 {
  color: #db2777;
}
.text-purple-500 {
  color: #a855f7;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25;
}
.text-white {
  color: #ffffff;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.25;
}
.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}
.top-0 {
  top: 0;
}
.transition {
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.underline {
  text-decoration: underline;
}
.via-pink-100 {
  --tw-gradient-to: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to);
}
.w-full {
  width: 100%;
}
.z-50 {
  z-index: 50;
}

/* Extra utilities */
.md\:flex {
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
.md\:gap-6 {
}
@media (min-width: 768px) {
  .md\:gap-6 {
    gap: 1.5rem;
  }
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[5\.5rem\] {
  height: 5.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.border-gray-300 {
  border-color: #d1d5db;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.bg-gray-100 {
  background-color: #f3f4f6;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.z-50 {
  z-index: 50;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 100%;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.object-center {
  object-position: center;
}
/* Simple hover underline */
.hover\:underline:hover {
  text-decoration: underline;
}

.flex-col {
  flex-direction: column;
}
.flex-1 {
  flex: 1 1 0%;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-gray-700 {
  color: #374151;
}
.text-gray-800 {
  color: #1f2937;
}
.text-gray-900 {
  color: #111827;
}
.text-pink-600 {
  color: #db2777;
}
.text-pink-800 {
  color: #9d174d;
}
.text-green-600 {
  color: #16a34a;
}
.text-purple-500 {
  color: #a855f7;
}
.text-blue-600 {
  color: #2563eb;
}
.bg-gray-800 {
  background-color: #1f2937;
}
.bg-gray-900 {
  background-color: #111827;
}
.bg-pink-50 {
  background-color: #fdf2f8;
}
.bg-pink-600 {
  background-color: #db2777;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-gray-400 {
  border-color: #9ca3af;
}
.border-yellow-400 {
  border-color: #f59e0b;
}
.border-yellow-500 {
  border-color: #eab308;
}
/* simple duration utility */
.duration-200 {
  transition-duration: 200ms;
}
/* simple md:hidden/md:flex helpers */
.md\:hidden {
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
/* aspect ratio arbitrary */
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.border {
  border: 1px solid #e5e7eb;
}
.rounded-2_5rem {
  border-radius: 2.5rem;
} /* nombre “arbitrary” adaptado */
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.bg-white {
  background-color: #ffffff;
}
.text-gray-800 {
  color: #1f2937;
}
.overflow-hidden {
  overflow: hidden;
}
/* Tailwind-like rounded utilities (standalone CSS)
   Sizes: none, sm, (default), md, lg, xl, 2xl, 3xl, full
   Includes: base, physical sides (t,r,b,l), logical sides (s,e), physical corners (tl,tr,br,bl), logical corners (ss,se,ee,es)
   Note: logical properties require modern browsers. */

.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-s-none {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.rounded-e-none {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}
.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}
.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-s-2xl {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.rounded-e-2xl {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-s-3xl {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-ss-none {
  border-start-start-radius: 0;
}
.rounded-se-none {
  border-start-end-radius: 0;
}
.rounded-ee-none {
  border-end-end-radius: 0;
}
.rounded-es-none {
  border-end-start-radius: 0;
}
.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
}
.rounded-se-sm {
  border-start-end-radius: 0.125rem;
}
.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
}
.rounded-es-sm {
  border-end-start-radius: 0.125rem;
}
.rounded-ss {
  border-start-start-radius: 0.25rem;
}
.rounded-se {
  border-start-end-radius: 0.25rem;
}
.rounded-ee {
  border-end-end-radius: 0.25rem;
}
.rounded-es {
  border-end-start-radius: 0.25rem;
}
.rounded-ss-md {
  border-start-start-radius: 0.375rem;
}
.rounded-se-md {
  border-start-end-radius: 0.375rem;
}
.rounded-ee-md {
  border-end-end-radius: 0.375rem;
}
.rounded-es-md {
  border-end-start-radius: 0.375rem;
}
.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
}
.rounded-se-lg {
  border-start-end-radius: 0.5rem;
}
.rounded-ee-lg {
  border-end-end-radius: 0.5rem;
}
.rounded-es-lg {
  border-end-start-radius: 0.5rem;
}
.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}
.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}
.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
}
.rounded-es-xl {
  border-end-start-radius: 0.75rem;
}
.rounded-ss-2xl {
  border-start-start-radius: 1rem;
}
.rounded-se-2xl {
  border-start-end-radius: 1rem;
}
.rounded-ee-2xl {
  border-end-end-radius: 1rem;
}
.rounded-es-2xl {
  border-end-start-radius: 1rem;
}
.rounded-ss-3xl {
  border-start-start-radius: 1.5rem;
}
.rounded-se-3xl {
  border-start-end-radius: 1.5rem;
}
.rounded-ee-3xl {
  border-end-end-radius: 1.5rem;
}
.rounded-es-3xl {
  border-end-start-radius: 1.5rem;
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
html,
body {
  height: 100%;
}
body.site-gradient {
  min-height: 100vh; /* min-h-screen */
  background-image: linear-gradient(
    to bottom right,
    #fef9c3 0%,
    #fce7f3 50%,
    #dbeafe 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fce7f3; /* fallback */
}
.content-wrapper {
  max-width: 100rem; /* equivalente a max-w-4xl aprox */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* ==== Extra utilities para tu card ==== */
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.gap-1 {
  gap: 0.25rem;
}

.text-left {
  text-align: left;
}

.font-semibold {
  font-weight: 600;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}
/* ==== Extra utilities para la sección de portada ==== */

/* Layout y espaciados */
.max-w-6xl {
  max-width: 72rem; /* 1152px */
}
.max-w-3xl {
  max-width: 48rem; /* 768px */
}
.max-w-xl {
  max-width: 36rem; /* 576px */
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3rem;
}

/* Tipografía */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-\[Fredoka\] {
  font-family: "Fredoka", sans-serif;
}
.text-gray-800 {
  color: #1f2937;
}
.text-pink-600 {
  color: #db2777;
}
.text-white {
  color: #ffffff;
}

/* Listas */
.list-disc {
  list-style-type: disc;
}
.pl-6 {
  padding-left: 1.5rem;
}

/* Grid */
.grid {
  display: grid;
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Botones y enlaces */
.inline-block {
  display: inline-block;
}
.mt-4 {
  margin-top: 1rem;
}
.bg-pink-600 {
  background-color: #db2777;
}
.hover\:bg-pink-700:hover {
  background-color: #be185d;
}
.font-semibold {
  font-weight: 600;
}
.rounded-full {
  border-radius: 9999px;
}
.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.transition {
  transition: all 0.15s ease-in-out;
}

/* Caja promocional */
.bg-pink-50 {
  background-color: #fdf2f8;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
/* Contenedor principal */
.contact-container {
  max-width: 42rem; /* max-w-2xl */
  margin-left: auto; /* mx-auto */
  margin-right: auto;
  padding: 1.5rem; /* p-6 */
  color: #1f2937; /* text-gray-800 */
}

/* Título */
.contact-container h1 {
  font-size: 1.875rem; /* text-3xl */
  line-height: 2.25rem;
  font-weight: 700; /* font-bold */
  color: #db2777; /* text-pink-600 */
  margin-bottom: 1.5rem; /* mb-6 */
  text-align: center;
}

/* Formulario */
.contact-form {
  background-color: #ffffff; /* bg-white */
  padding: 1.5rem; /* p-6 */
  border-radius: 0.75rem; /* rounded-xl */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
  border: 1px solid #e5e7eb; /* border */
}

.contact-form > * + * {
  margin-top: 1.25rem; /* space-y-5 */
}

/* Inputs y textarea */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%; /* w-full */
  border: 1px solid #d1d5db; /* border-gray-300 */
  border-radius: 0.5rem; /* rounded-lg */
  padding: 0.75rem; /* p-3 */
  font-size: 1rem;
}

.contact-form textarea {
  height: 8rem; /* h-32 */
}

/* Foco en inputs */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #ec4899; /* focus:outline-pink-500 */
  outline-offset: 0;
}

/* Checkbox + label */
.contact-form label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; /* gap-2 */
  font-size: 0.875rem; /* text-sm */
}

.contact-form a {
  color: #db2777; /* text-pink-600 */
  text-decoration: underline;
}

/* Botón */
.contact-form button {
  background-color: #db2777; /* bg-pink-600 */
  color: #ffffff; /* text-white */
  padding: 0.5rem 1.5rem; /* px-6 py-2 */
  border-radius: 0.375rem; /* rounded */
  font-weight: 600; /* font-semibold */
  width: 100%; /* w-full */
  transition: background-color 0.2s ease; /* transition */
}

.contact-form button:hover {
  background-color: #be185d; /* hover:bg-pink-700 */
}
