:root {
  --cc-pink: #fdb8fb;
  --cc-lime: #dfff6e;
  --cc-ink: #1a1a1a;
  --cc-cream: #fff6ec;
  --cc-paper: #fffef9;
  --cc-muted: rgba(26, 26, 26, 0.58);
}

html {
  scroll-padding-top: 1.5rem;
}

body.cc-booking-page {
  min-height: 100%;
  background: var(--cc-cream);
  color: var(--cc-ink);
  font-family: "Montserrat", sans-serif;
}

.cc-booking-page * {
  box-sizing: border-box;
}

.cc-therapy-hero {
  position: relative;
  overflow: hidden;
  border: 0;
  background: var(--cc-cream);
  isolation: isolate;
}

.cc-therapy-hero::before,
.cc-therapy-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.cc-therapy-hero::before {
  inset: auto auto -11rem -9rem;
  width: 31rem;
  height: 31rem;
  opacity: 1;
  background: rgba(253, 184, 251, 0.35);
  animation: ccBookingBlob 9s ease-in-out infinite;
}

.cc-therapy-hero::after {
  right: -10rem;
  bottom: -13rem;
  width: 32rem;
  height: 32rem;
  background: rgba(223, 255, 110, 0.36);
  filter: none;
  animation: ccBookingBlob 11s ease-in-out infinite reverse;
}

.cc-therapy-hero-grid {
  display: grid;
  width: min(100% - 3rem, 80rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(24rem, 1.05fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.cc-therapy-hero-copy {
  max-width: 44rem;
}

.cc-therapy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: var(--cc-ink);
  background: var(--cc-pink);
  box-shadow: none;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: none;
}

.cc-therapy-kicker span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--cc-lime);
  box-shadow: 0 0 0 0 rgba(223, 255, 110, 0.7);
  animation: ccBookingPulse 1.8s ease-out infinite;
}

.cc-therapy-hero h1 {
  max-width: 48rem;
  margin-top: 1.5rem;
  color: var(--cc-ink);
  font-size: clamp(3rem, 5.6vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.cc-therapy-hero-text {
  max-width: 41rem;
  margin-top: 1.6rem;
  color: var(--cc-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  line-height: 1.75;
}

.cc-therapy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.cc-therapy-primary-action,
.cc-therapy-secondary-action {
  min-height: 3.4rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.75rem 1.15rem;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 240ms ease, box-shadow 240ms ease,
    background 240ms ease;
}

.cc-therapy-primary-action {
  gap: 1rem;
  color: #fff;
  background: var(--cc-ink);
}

.cc-therapy-primary-action span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 0.65rem;
  color: var(--cc-ink);
  background: var(--cc-lime);
}

.cc-therapy-primary-action:hover {
  color: #fff;
  background: var(--cc-ink);
  box-shadow: 0 16px 34px rgba(26, 26, 26, 0.18);
  transform: translateY(-0.2rem);
}

.cc-therapy-secondary-action {
  color: var(--cc-ink);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.08);
}

.cc-therapy-secondary-action:hover {
  color: var(--cc-ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
  transform: translateY(-0.2rem);
}

.cc-therapy-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.7rem;
}

.cc-therapy-trust-list span {
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: rgba(26, 26, 26, 0.62);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 550;
  backdrop-filter: blur(12px);
}

.cc-therapy-trust-list span::before {
  width: 0.42rem;
  height: 0.42rem;
  border: 0;
  background: var(--cc-lime);
  box-shadow: none;
}

.cc-therapy-hero-visual {
  position: relative;
  width: min(100%, 39rem);
  min-height: 35rem;
  justify-self: end;
}

.cc-therapy-image-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2.4rem;
  background: var(--cc-ink);
  box-shadow: 0 35px 80px rgba(26, 26, 26, 0.2);
  transform: none;
  animation: none;
  isolation: isolate;
}

.cc-therapy-image-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.08) 48%, rgba(26, 26, 26, 0.82)),
    linear-gradient(90deg, rgba(26, 26, 26, 0.2), transparent 45%);
}

.cc-therapy-image-card::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, black, transparent 48%);
}

.cc-therapy-image-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: ccBookingCallBreathe 8s ease-in-out infinite;
}

.cc-call-topbar,
.cc-call-speaker,
.cc-call-controls {
  position: absolute;
  z-index: 5;
}

.cc-call-topbar {
  top: 1rem;
  right: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cc-call-status,
.cc-call-time {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: #fff;
  background: rgba(26, 26, 26, 0.72);
  font-size: 0.68rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.cc-call-status i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #ff7272;
  box-shadow: 0 0 0 0 rgba(255, 114, 114, 0.65);
  animation: ccBookingCallLive 1.8s ease-out infinite;
}

.cc-call-speaker {
  bottom: 5.5rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  color: #fff;
  background: rgba(26, 26, 26, 0.7);
  font-size: 0.7rem;
  font-weight: 550;
  backdrop-filter: blur(12px);
}

.cc-call-waves {
  display: flex;
  height: 1.1rem;
  align-items: center;
  gap: 0.14rem;
}

.cc-call-waves i {
  width: 0.16rem;
  height: 35%;
  border-radius: 999px;
  background: var(--cc-lime);
  animation: ccBookingWave 0.8s ease-in-out infinite alternate;
}

.cc-call-waves i:nth-child(2),
.cc-call-waves i:nth-child(4) {
  animation-delay: -0.25s;
}

.cc-call-waves i:nth-child(3) {
  animation-delay: -0.45s;
}

.cc-call-controls {
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.cc-call-controls span {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 999px;
  color: var(--cc-ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.cc-call-controls svg {
  width: 1.1rem;
  height: 1.1rem;
}

.cc-call-controls .cc-call-control-end {
  color: #fff;
  background: #ff5f67;
}

.cc-therapy-floating-note {
  z-index: 6;
  gap: 0.2rem;
  border: 0;
  border-radius: 1.15rem;
  padding: 0.8rem 0.95rem;
  color: var(--cc-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.cc-therapy-floating-note strong {
  font-size: 0.82rem;
  font-weight: 650;
}

.cc-therapy-floating-note span {
  color: rgba(26, 26, 26, 0.52);
  font-size: 0.65rem;
  font-weight: 500;
}

.cc-therapy-floating-note-top {
  top: 4.8rem;
  right: -1.1rem;
  background: var(--cc-lime);
  animation: ccBookingFloatOne 5s ease-in-out infinite;
}

.cc-therapy-floating-note-bottom {
  bottom: 4.3rem;
  left: -1rem;
  background: var(--cc-pink);
  animation: ccBookingFloatTwo 5.7s ease-in-out infinite;
}

.cc-booking-steps {
  display: grid;
  width: min(100% - 3rem, 80rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0 auto;
  padding: 1.1rem;
  border-radius: 1.6rem;
  background: var(--cc-ink);
  box-shadow: 0 24px 55px rgba(26, 26, 26, 0.14);
  transform: translateY(-1.3rem);
}

.cc-booking-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  padding: 0.85rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.76rem;
}

.cc-booking-step span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.64rem;
  font-weight: 650;
}

.cc-booking-step strong {
  font-weight: 550;
}

.cc-booking-step.is-current {
  color: var(--cc-ink);
  background: var(--cc-lime);
}

.cc-booking-step.is-current span {
  color: #fff;
  background: var(--cc-ink);
}

#contact-form {
  width: min(100% - 2rem, 80rem) !important;
  max-width: 80rem !important;
  margin: 2.5rem auto 0 !important;
  padding: 0 0 6rem !important;
}

#contact-form > * + * {
  margin-top: 5rem;
}

.cc-section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cc-section-heading > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  color: var(--cc-ink);
  background: var(--cc-pink);
  font-size: 0.75rem;
  font-weight: 700;
}

.cc-section-heading p {
  color: rgba(26, 26, 26, 0.42);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-section-heading h3,
#paquete > h3,
#horario > h3,
#plataformas > h3,
#datos-paciente > h3,
#pago h3 {
  margin: 0.25rem 0 0 !important;
  color: var(--cc-ink) !important;
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
}

.cc-section-heading small {
  display: block;
  max-width: 42rem;
  margin-top: 0.65rem;
  color: var(--cc-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

#psicologa-filtros {
  margin-bottom: 1.5rem !important;
  border: 0 !important;
  border-radius: 1.8rem !important;
  padding: 1.4rem !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 18px 50px rgba(26, 26, 26, 0.06) !important;
}

#psicologa-filtros .cc-filter-heading p {
  color: rgba(26, 26, 26, 0.4) !important;
}

#psicologa-filtros .cc-filter-heading h4 {
  color: var(--cc-ink) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

.cc-filter-select {
  border: 0;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  color: var(--cc-ink);
  background: #f4f2ed;
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.05);
}

.cc-filter-select:focus {
  border: 0;
  box-shadow: 0 0 0 3px rgba(253, 184, 251, 0.55);
}

.cc-filter-label {
  color: rgba(26, 26, 26, 0.48);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.cc-filter-check span {
  border-color: transparent !important;
  border-radius: 999px !important;
  color: rgba(26, 26, 26, 0.58) !important;
  background: #f4f2ed !important;
}

.cc-filter-check input:checked + span {
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.08);
}

.cc-switch-track {
  background: rgba(26, 26, 26, 0.14) !important;
}

.cc-availability-toggle:has(input:checked) {
  background: var(--cc-lime) !important;
}

#psicologas > .mb-6 {
  border: 0 !important;
  border-radius: 1.5rem !important;
  padding: 1.25rem !important;
  background: var(--cc-pink) !important;
  box-shadow: none !important;
}

#psicologas > .mb-6 p {
  color: var(--cc-ink) !important;
}

#psicologas > .mb-6 a {
  border: 0 !important;
  border-radius: 1rem !important;
  color: #fff !important;
  background: var(--cc-ink) !important;
}

#psicologas > .grid {
  gap: 1.25rem !important;
}

.cc-therapist-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 1.8rem !important;
  background: var(--cc-paper) !important;
  box-shadow: 0 16px 44px rgba(26, 26, 26, 0.07) !important;
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 300ms ease !important;
}

.cc-therapist-card:hover {
  box-shadow: 0 26px 60px rgba(26, 26, 26, 0.13) !important;
  transform: translateY(-0.55rem) !important;
}

.cc-therapist-cover {
  width: calc(100% - 1rem) !important;
  margin: 0.5rem;
  border-radius: 1.35rem !important;
  aspect-ratio: 1.25 / 1 !important;
  object-fit: cover;
  transition: transform 500ms ease;
}

.cc-therapist-card:hover .cc-therapist-cover {
  transform: scale(1.025);
}

.cc-therapist-header {
  padding: 1rem 1.15rem 0.75rem !important;
  text-align: left !important;
}

.cc-therapist-populations {
  justify-content: flex-start !important;
}

.cc-therapist-population {
  border: 0 !important;
  color: rgba(26, 26, 26, 0.58) !important;
  background: #f3f1ec !important;
}

.cc-therapist-name {
  color: var(--cc-ink) !important;
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
}

.cc-therapist-degree {
  color: rgba(26, 26, 26, 0.5) !important;
  line-height: 1.5 !important;
}

.cc-therapist-card > .mx-auto {
  width: 100% !important;
  padding: 0 1.15rem 1.15rem;
  text-align: left !important;
}

.cc-therapist-card h3 {
  margin-left: 0 !important;
  color: rgba(26, 26, 26, 0.38) !important;
  text-align: left !important;
  letter-spacing: 0.12em !important;
}

.cc-therapist-card .mx-auto > span {
  margin: 0.2rem 0.15rem 0.2rem 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.4rem 0.6rem !important;
  color: rgba(26, 26, 26, 0.58) !important;
  background: #f3f1ec !important;
  font-size: 0.68rem !important;
}

.cc-therapist-card .flex.items-center span {
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
}

.cc-therapist-card a.agendar,
.cc-therapist-card button:not(.cc-therapist-population) {
  width: 100% !important;
  margin-top: 0.8rem !important;
  border: 0 !important;
  border-radius: 1rem !important;
  padding: 0.9rem 1rem !important;
  color: #fff !important;
  background: var(--cc-ink) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

.cc-therapist-card a[href*="psicologas/"] {
  width: 100% !important;
  margin: 0.5rem 0 0 !important;
  border: 0 !important;
  border-radius: 1rem !important;
  padding: 0.85rem 1rem !important;
  color: var(--cc-ink) !important;
  background: #f3f1ec !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

#psicologa-paciente-existente,
#paquete,
#horario,
#pago,
#plataformas,
#datos-paciente {
  border: 0 !important;
  border-radius: 2rem !important;
}

#paquete,
#horario,
#plataformas,
#datos-paciente {
  scroll-margin-top: 1.5rem;
}

#paquete > h3,
#horario > h3,
#plataformas > h3,
#datos-paciente > h3 {
  margin-bottom: 1.8rem !important;
}

#paquete > h3::before,
#horario > h3::before,
#plataformas > h3::before,
#datos-paciente > h3::before,
#pago h3::before {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(26, 26, 26, 0.4);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#paquete > h3::before {
  content: "02 · Elige cómo comenzar";
}

#horario > h3::before {
  content: "03 · Encuentra tu momento";
}

#pago h3::before {
  content: "04 · Pago seguro";
}

#plataformas > h3::before {
  content: "05 · Nos vemos en línea";
}

#datos-paciente > h3::before {
  content: "06 · Último paso";
}

#last-option > .grid {
  gap: 1rem !important;
}

.opcion {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  border: 0 !important;
  border-radius: 1.6rem !important;
  padding: 1.2rem !important;
  background: var(--cc-pink) !important;
  box-shadow: none;
  transition: transform 260ms ease, box-shadow 260ms ease !important;
}

.opcion:nth-child(2) {
  background: var(--cc-lime) !important;
}

.opcion:nth-child(3) {
  color: #fff !important;
  background: var(--cc-ink) !important;
}

.opcion:nth-child(3) p,
.opcion:nth-child(3) strong {
  color: #fff !important;
}

.opcion:hover,
.opcion.border-black {
  border: 0 !important;
  box-shadow: 0 22px 48px rgba(26, 26, 26, 0.14);
  transform: translateY(-0.4rem);
}

.opcion.border-black::after {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  color: var(--cc-ink);
  background: #fff;
  content: "✓";
  font-size: 0.8rem;
  font-weight: 700;
}

.opcion img {
  display: none !important;
}

.cc-package-icon {
  display: grid !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  place-items: center;
  border-radius: 1rem;
  color: var(--cc-ink);
  background: rgba(255, 255, 255, 0.68);
}

.cc-package-icon svg {
  display: block !important;
  width: 1.5rem;
  height: 1.5rem;
}

.opcion:nth-child(3) .cc-package-icon {
  background: var(--cc-lime);
}

.opcion > div:first-child:not(.p-5) {
  border-radius: 999px !important;
  padding: 0.5rem 0.75rem !important;
  color: var(--cc-ink) !important;
  background: var(--cc-pink) !important;
  font-size: 0.68rem !important;
}

.opcion > .p-5,
.opcion > div.pointer-events-none:last-child {
  padding: 1rem 0 !important;
}

.opcion strong {
  color: inherit !important;
}

.opcion > strong:first-of-type,
.opcion .p-5 > strong:first-of-type {
  margin-top: 1.8rem;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em;
}

.opcion strong.bg-white {
  border-radius: 999px !important;
  padding: 0.4rem 0.55rem !important;
  background: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.7rem !important;
}

.opcion:nth-child(3) strong.bg-white {
  color: var(--cc-ink) !important;
}

#horario {
  padding: 0 !important;
}

#horario > .bg-transparent > div > div > div {
  border: 0 !important;
  border-radius: 1.2rem !important;
  background: rgba(223, 255, 110, 0.55) !important;
}

#horario > .font-semibold.text-rose-500 {
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  color: rgba(26, 26, 26, 0.58) !important;
  background: rgba(253, 184, 251, 0.35);
}

#horario > .font-semibold.text-rose-500 img {
  display: none;
}

#mexicoCityTime {
  display: inline-flex !important;
  gap: 0.25rem;
  border-radius: 1rem;
  padding: 0.4rem;
  background: var(--cc-ink);
}

#mexicoCityTime span {
  border-radius: 0.65rem !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  font-variant-numeric: tabular-nums;
}

#mexicoCityTime span:last-child {
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
}

.cc-calendly {
  border: 0 !important;
  border-radius: 2rem !important;
  padding: 1.3rem !important;
  background: var(--cc-paper) !important;
  box-shadow: 0 22px 60px rgba(26, 26, 26, 0.08) !important;
}

.cc-calendly > .mb-6 {
  border-color: rgba(26, 26, 26, 0.07) !important;
}

.cc-calendly .text-\[\#d94fb5\] {
  color: rgba(26, 26, 26, 0.4) !important;
}

.cc-calendly .bg-\[\#f5ffd5\] {
  background: rgba(223, 255, 110, 0.5) !important;
}

.cc-calendly .bg-\[\#f7f7f7\] {
  background: #f2f0eb !important;
}

.cc-calendly button:not(.btnHora) {
  border-radius: 0.85rem !important;
}

.cc-calendly .btnHora {
  border: 0 !important;
  border-radius: 1rem !important;
  color: var(--cc-ink) !important;
  background: #f2f0eb !important;
}

.cc-calendly .btnHora:hover,
.cc-calendly .btnHora.cc-time-selected {
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
  box-shadow: 0 10px 22px rgba(26, 26, 26, 0.1) !important;
}

#pago {
  max-width: none !important;
  margin-top: 5rem !important;
  padding: 0 !important;
}

#pago > .bg-white\/50 {
  border: 0 !important;
  border-radius: 2rem !important;
  padding: 1.4rem !important;
  background: #f1efe9 !important;
  box-shadow: none !important;
}

.metodoPago {
  min-height: 14rem;
  border: 0 !important;
  border-radius: 1.5rem !important;
  background: var(--cc-paper) !important;
  box-shadow: none !important;
  transform: none !important;
}

.metodoPago:hover {
  box-shadow: 0 18px 38px rgba(26, 26, 26, 0.09) !important;
  transform: translateY(-0.3rem) !important;
}

.metodoPago[class*="border-\[\#ff58ed\]"],
.metodoPago[class*="border-\[\#2416ae\]"],
.metodoPago.border-gray-800 {
  background: var(--cc-lime) !important;
  box-shadow: 0 18px 38px rgba(26, 26, 26, 0.12) !important;
}

.metodoPago > div:first-of-type {
  border: 0 !important;
  border-radius: 1rem !important;
  background: #fff !important;
}

.metodoPago h6 {
  color: var(--cc-ink) !important;
  font-weight: 600 !important;
}

.metodoPago p {
  color: rgba(26, 26, 26, 0.52) !important;
}

#plataformas > .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

.platform {
  width: 100%;
  min-height: 12rem;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 1.5rem !important;
  padding: 1.2rem !important;
  color: var(--cc-ink) !important;
  background: var(--cc-paper) !important;
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease,
    background 250ms ease !important;
}

.platform:hover {
  box-shadow: 0 18px 38px rgba(26, 26, 26, 0.1);
  transform: translateY(-0.3rem);
}

.platform.shadow-xl {
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
  box-shadow: 0 18px 38px rgba(26, 26, 26, 0.12) !important;
}

.platform > div {
  display: grid;
  width: 4rem !important;
  height: 4rem !important;
  place-items: center;
  border-radius: 1.15rem;
  padding: 0.55rem;
  background: #fff;
}

.platform img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform p {
  color: var(--cc-ink) !important;
  font-size: 0.82rem;
  font-weight: 600 !important;
  line-height: 1.35;
}

#datos-paciente {
  max-width: none !important;
  padding: 0 !important;
}

#datos-paciente .datos {
  border: 0 !important;
  border-radius: 2rem !important;
  background: var(--cc-paper) !important;
  box-shadow: 0 20px 55px rgba(26, 26, 26, 0.07) !important;
}

#datos-paciente label {
  color: rgba(26, 26, 26, 0.68) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

#datos-paciente input,
#datos-paciente select {
  margin-left: 0 !important;
  border: 0 !important;
  border-radius: 1rem !important;
  color: var(--cc-ink) !important;
  background: #f2f0eb !important;
  box-shadow: inset 0 0 0 1px rgba(26, 26, 26, 0.06);
}

#datos-paciente input:focus,
#datos-paciente select:focus {
  box-shadow: 0 0 0 3px rgba(253, 184, 251, 0.55) !important;
}

#btn-pagar button {
  width: min(100%, 24rem) !important;
  min-height: 3.8rem;
  margin: 2rem auto 0 !important;
  border: 0 !important;
  border-radius: 1.2rem !important;
  color: var(--cc-ink) !important;
  background: var(--cc-lime) !important;
  box-shadow: 0 16px 32px rgba(26, 26, 26, 0.15);
}

#btn-pagar button path {
  fill: var(--cc-ink);
}

.cc-population-dialog,
#gift-coupon-modal > div {
  border-radius: 2rem !important;
  background: var(--cc-cream) !important;
}

@keyframes ccBookingBlob {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(1.5rem, -1rem) scale(1.06);
  }
}

@keyframes ccBookingPulse {
  75%,
  100% {
    box-shadow: 0 0 0 0.5rem rgba(223, 255, 110, 0);
  }
}

@keyframes ccBookingCallBreathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes ccBookingCallLive {
  75%,
  100% {
    box-shadow: 0 0 0 0.5rem rgba(255, 114, 114, 0);
  }
}

@keyframes ccBookingWave {
  from {
    height: 25%;
  }
  to {
    height: 100%;
  }
}

@keyframes ccBookingFloatOne {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-0.55rem) rotate(-2deg);
  }
}

@keyframes ccBookingFloatTwo {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(0.55rem) rotate(2deg);
  }
}

@media (max-width: 900px) {
  .cc-therapy-hero-grid {
    grid-template-columns: 1fr;
    padding: 4rem 0 5rem;
  }

  .cc-therapy-hero-copy {
    max-width: 48rem;
  }

  .cc-therapy-hero-visual {
    width: min(100%, 38rem);
    min-height: 34rem;
    justify-self: center;
  }

  .cc-booking-steps {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(10rem, 1fr));
  }

  #plataformas > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .cc-therapy-hero-grid {
    width: min(100% - 2rem, 80rem);
    gap: 2.4rem;
    padding: 2.6rem 0 4rem;
  }

  .cc-therapy-kicker {
    font-size: 0.6rem;
  }

  .cc-therapy-hero h1 {
    font-size: 2.8rem;
    line-height: 0.96;
  }

  .cc-therapy-hero-text {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .cc-therapy-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cc-therapy-primary-action,
  .cc-therapy-secondary-action {
    width: 100%;
  }

  .cc-therapy-hero-visual {
    min-height: 28rem;
  }

  .cc-therapy-image-card {
    border-radius: 1.7rem;
  }

  .cc-therapy-floating-note {
    display: grid;
  }

  .cc-therapy-floating-note-top {
    top: 4.3rem;
    right: -0.35rem;
  }

  .cc-therapy-floating-note-bottom {
    bottom: 4rem;
    left: -0.35rem;
  }

  .cc-call-speaker {
    bottom: 5rem;
    right: 0.7rem;
    left: auto;
    max-width: 11rem;
    transform: none;
  }

  .cc-booking-steps {
    width: calc(100% - 1rem);
    border-radius: 1.3rem;
    padding: 0.65rem;
    transform: translateY(-1rem);
  }

  .cc-booking-step {
    min-width: 9.5rem;
  }

  #contact-form {
    width: calc(100% - 1.5rem) !important;
    margin-top: 1.5rem !important;
  }

  #contact-form > * + * {
    margin-top: 3.8rem;
  }

  .cc-section-heading {
    grid-template-columns: 1fr;
  }

  .cc-section-heading h3,
  #paquete > h3,
  #horario > h3,
  #plataformas > h3,
  #datos-paciente > h3,
  #pago h3 {
    font-size: 2.25rem !important;
  }

  #psicologa-filtros {
    border-radius: 1.4rem !important;
    padding: 1rem !important;
  }

  .cc-therapist-card:hover {
    transform: none !important;
  }

  #last-option > .grid {
    grid-template-columns: 1fr !important;
  }

  .opcion {
    min-height: 15rem;
  }

  .cc-calendly {
    border-radius: 1.5rem !important;
    padding: 0.85rem !important;
  }

  .cc-calendly .grid.grid-cols-7 {
    gap: 0.2rem !important;
  }

  .cc-calendly button:not(.btnHora) {
    border-radius: 0.65rem !important;
    font-size: 0.76rem !important;
  }

  #pago > .bg-white\/50 {
    border-radius: 1.5rem !important;
    padding: 0.85rem !important;
  }

  #plataformas > .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.7rem !important;
  }

  .platform {
    min-height: 10rem;
    padding: 0.9rem !important;
  }

  #datos-paciente .datos {
    border-radius: 1.5rem !important;
    padding: 1.2rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-therapy-hero::before,
  .cc-therapy-hero::after,
  .cc-therapy-kicker span,
  .cc-therapy-image-card > img,
  .cc-call-status i,
  .cc-call-waves i,
  .cc-therapy-floating-note {
    animation: none !important;
  }

  .cc-therapist-card,
  .cc-therapist-cover,
  .opcion,
  .metodoPago,
  .platform {
    transition: none !important;
  }
}
