/*! Rewangono — Customer Project Form (light, friendly wizard) */
:root {
  --cf-bg: #f4f8fc;
  --cf-panel: #ffffff;
  --cf-line: rgba(37, 99, 235, 0.14);
  --cf-blue: #2563eb;
  --cf-sky: #0ea5e9;
  --cf-text: #0f172a;
  --cf-muted: #64748b;
  --cf-soft: #e8f2fc;
  --cf-success: #059669;
  --cf-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.cf-page {
  min-height: 100vh;
  color: var(--cf-text);
  background:
    radial-gradient(920px 480px at 8% -8%, rgba(14, 165, 233, 0.14), transparent 55%),
    radial-gradient(720px 420px at 96% 4%, rgba(37, 99, 235, 0.1), transparent 52%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 42%, #f7fafc 100%);
}

.cf-grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 86%);
  opacity: 0.7;
}

.cf-shell {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin: 0 auto;
  padding: 5.5rem 1rem calc(7.5rem + env(safe-area-inset-bottom, 0px));
}

.cf-progress-wrap {
  position: sticky;
  top: 4.6rem;
  z-index: 20;
  margin-bottom: 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--cf-line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--cf-shadow);
}

.cf-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  font-size: 0.75rem;
  color: var(--cf-muted);
}

.cf-progress-meta strong {
  color: var(--cf-blue);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cf-progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.cf-progress-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  transition: width 0.35s ease;
}

.cf-step-dots {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.65rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.cf-step-dots::-webkit-scrollbar { display: none; }

.cf-dot {
  flex: 0 0 auto;
  height: 6px;
  width: 18px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
  transition: all 0.25s ease;
}

.cf-dot.active {
  width: 28px;
  background: #0ea5e9;
}

.cf-dot.done {
  background: rgba(5, 150, 105, 0.85);
}

.cf-card {
  border: 1px solid var(--cf-line);
  border-radius: 1.35rem;
  background: var(--cf-panel);
  box-shadow: var(--cf-shadow);
  overflow: hidden;
}

.cf-card-head {
  padding: 1.3rem 1.25rem 0.95rem;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.cf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cf-card-head h1,
.cf-card-head h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.cf-card-head p {
  margin: 0.5rem 0 0;
  color: var(--cf-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cf-welcome-head {
  text-align: center;
}

.cf-welcome-head .cf-kicker {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.cf-welcome-head h1,
.cf-welcome-head h2,
.cf-welcome-head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

.cf-pick-hint {
  margin: 0 0 0.85rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
}

.cf-steps-guide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: #f1f7fd;
}

@media (min-width: 520px) {
  .cf-steps-guide {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cf-steps-guide-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  text-align: left;
}

.cf-steps-guide-num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.cf-steps-guide-item strong {
  display: block;
  font-size: 0.78rem;
  color: #0f172a;
  font-weight: 700;
}

.cf-steps-guide-item span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.35;
}

.cf-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

@media (min-width: 480px) {
  .cf-product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .cf-product-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.cf-product-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  text-align: left;
  padding: 0.95rem 0.9rem 1rem;
  border-radius: 1rem;
  border: 1.5px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  color: inherit;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cf-product-pick:hover {
  border-color: rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
}

.cf-product-pick .icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  background: rgba(14, 165, 233, 0.12);
  color: #0284c7;
  font-size: 1.25rem;
}

.cf-product-pick.sheets .icon {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.cf-product-pick .title {
  font-weight: 700;
  font-size: 0.92rem;
  color: #0f172a;
  line-height: 1.3;
  padding-right: 1.4rem;
}

.cf-product-pick .desc {
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1.45;
}

.cf-product-pick .pick-check {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  font-size: 1.2rem;
  color: #2563eb;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cf-product-pick.is-selected {
  border-color: rgba(37, 99, 235, 0.75);
  background: linear-gradient(160deg, #eff6ff 0%, #ffffff 70%);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.18), 0 12px 28px rgba(37, 99, 235, 0.12);
}

.cf-product-pick.is-selected .pick-check {
  opacity: 1;
  transform: scale(1);
}

.cf-product-pick.sheets.is-selected {
  border-color: rgba(5, 150, 105, 0.7);
  background: linear-gradient(160deg, #ecfdf5 0%, #ffffff 70%);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.18), 0 12px 28px rgba(16, 185, 129, 0.1);
}

.cf-product-pick.sheets.is-selected .pick-check {
  color: #059669;
}

.cf-hidden-radios {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cf-selected-package {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.06), rgba(255, 255, 255, 0.98));
}

.cf-selected-package-main {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 0;
}

.cf-selected-package-main .icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  background: rgba(14, 165, 233, 0.12);
  color: #0284c7;
  flex-shrink: 0;
}

.cf-selected-label {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}

.cf-selected-title {
  margin: 0.15rem 0 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
}

.cf-selected-desc {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}

.cf-btn-change {
  flex-shrink: 0;
  border: 1px solid rgba(37, 99, 235, 0.3);
  background: #fff;
  color: #2563eb;
  border-radius: 0.75rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.cf-btn-change:hover {
  background: #eff6ff;
}

.cf-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: end center;
}

.cf-modal[hidden] {
  display: none !important;
}

.cf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
}

.cf-modal-sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 40rem);
  max-height: min(88vh, 720px);
  overflow: auto;
  margin: 0;
  padding: 1rem 1rem 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.16);
}

.cf-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.cf-modal-head h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.cf-modal-close {
  border: 0;
  background: rgba(148, 163, 184, 0.16);
  color: #0f172a;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cf-modal-hint {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  color: #64748b;
}

body.cf-modal-open {
  overflow: hidden;
}

@media (min-width: 640px) {
  .cf-modal {
    place-items: center;
  }
  .cf-modal-sheet {
    border-radius: 1.2rem;
    margin: 1rem;
  }
}

.cf-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.cf-panel[hidden] { display: none !important; }

.cf-field {
  margin-bottom: 1rem;
}

.cf-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #334155;
}

.cf-field .hint {
  margin: -0.15rem 0 0.4rem;
  font-size: 0.75rem;
  color: #64748b;
}

.cf-input,
.cf-select,
.cf-textarea {
  width: 100%;
  border-radius: 0.9rem;
  border: 1.5px solid rgba(148, 163, 184, 0.35);
  background: #fff;
  color: #0f172a;
  padding: 0.78rem 0.9rem;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cf-textarea { min-height: 6.5rem; resize: vertical; }

.cf-input::placeholder,
.cf-textarea::placeholder { color: #94a3b8; }

.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
  border-color: rgba(37, 99, 235, 0.75);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
  background: #fff;
}

.cf-chips {
  display: grid;
  gap: 0.55rem;
}

.cf-chip {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  border: 1.5px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.cf-chip:hover {
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateY(-1px);
}

.cf-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cf-chip.is-selected {
  border-color: rgba(37, 99, 235, 0.7);
  background: linear-gradient(145deg, #eff6ff, #ffffff);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12), 0 8px 20px rgba(37, 99, 235, 0.08);
}

.cf-chip .icon {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  background: rgba(14, 165, 233, 0.12);
  color: #0284c7;
  flex-shrink: 0;
}

.cf-chip .title {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.92rem;
}

.cf-chip .desc {
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.35;
}

.cf-checkgrid {
  display: grid;
  gap: 0.45rem;
}

.cf-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  border: 1.5px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  cursor: pointer;
  font-size: 0.88rem;
  color: #334155;
}

.cf-check:hover {
  border-color: rgba(37, 99, 235, 0.35);
  background: #f8fbff;
}

.cf-check input { accent-color: #2563eb; }

.cf-nav {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.cf-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3rem;
  border-radius: 0.95rem;
  border: 0;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cf-btn:active { transform: scale(0.98); }

.cf-btn-ghost {
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.cf-btn-ghost:hover {
  background: #e2e8f0;
}

.cf-btn-primary {
  background: linear-gradient(135deg, #1d4ed8, #2563eb 45%, #0ea5e9);
  color: white;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
}

.cf-btn-primary:hover {
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.32);
}

.cf-btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.cf-note {
  margin-top: 0.75rem;
  min-height: 1.25rem;
  text-align: center;
  font-size: 0.82rem;
}

.cf-note.error { color: #dc2626; }
.cf-note.ok { color: #059669; }

.cf-soft-tip {
  margin-top: 0.85rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.9rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px dashed rgba(5, 150, 105, 0.3);
  color: #047857;
  font-size: 0.8rem;
  line-height: 1.5;
}

.cf-product-list {
  display: grid;
  gap: 0.65rem;
}

.cf-product-card {
  padding: 0.85rem;
  border-radius: 0.95rem;
  border: 1.5px solid rgba(148, 163, 184, 0.28);
  background: #f8fbff;
}

.cf-product-card .row {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.cf-product-photo-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
}

@media (min-width: 640px) {
  .cf-product-card .row-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.cf-review {
  display: grid;
  gap: 0.55rem;
  font-size: 0.85rem;
}

.cf-review-item {
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  background: #f8fbff;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.cf-review-item span {
  color: #64748b;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cf-review-item strong {
  color: #0f172a;
  font-weight: 600;
}

.cf-anim-in {
  animation: cfIn 0.32s ease;
}

@keyframes cfIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cf-anim-in, .cf-progress-bar, .cf-chip { transition: none; animation: none; }
}

.cf-file {
  display: block;
  width: 100%;
  font-size: 0.85rem;
  color: #64748b;
  padding: 0.55rem 0;
}

.cf-file::file-selector-button {
  margin-right: 0.75rem;
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 0.7rem;
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
  padding: 0.45rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.cf-upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.cf-upload-thumb {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #e2e8f0;
}

.cf-upload-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cf-upload-thumb .cf-upload-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.25rem;
  font-size: 0.55rem;
  line-height: 1.2;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-upload-thumb button {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 0;
  background: rgba(239, 68, 68, 0.92);
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  cursor: pointer;
}

/* Light header / bottom nav overrides for this page */
.cf-page .site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(37, 99, 235, 0.12) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.cf-page .logo-orb {
  border-color: rgba(37, 99, 235, 0.28) !important;
}

@media (max-width: 1023.98px) {
  .cf-page #bottomNav.bottom-nav {
    background: #ffffff !important;
    border-top: 1px solid rgba(37, 99, 235, 0.12) !important;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.06);
  }
  .cf-page #bottomNav .bottom-nav-item {
    color: #64748b !important;
  }
  .cf-page #bottomNav .bottom-nav-item.active {
    color: #2563eb !important;
    background: rgba(37, 99, 235, 0.08) !important;
  }
  .cf-page #bottomNav .bottom-nav-wa {
    color: #2563eb !important;
  }
  .cf-page #bottomNav .bottom-nav-wa-btn {
    border-color: #ffffff !important;
  }
}

/* ===== Tap-to-select invite animations (mobile-friendly) ===== */
.cf-pick-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.cf-pick-hint-icon {
  font-size: 1.15rem !important;
  color: #2563eb;
  animation: cfHintWiggle 1.6s ease-in-out infinite;
}

.cf-product-pick {
  padding: 0.95rem 0.9rem 1.85rem;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.cf-product-pick:active {
  transform: scale(0.97);
  border-color: rgba(37, 99, 235, 0.7);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.14);
}

.cf-pick-invite:not(.has-selection) .cf-product-pick {
  animation: cfCardInvite 2.4s ease-in-out infinite;
  animation-delay: var(--cf-delay, 0s);
}

.cf-pick-invite:not(.has-selection) .cf-product-pick:nth-child(1) {
  animation-name: cfCardInviteStrong;
}

.cf-tap-hint {
  position: absolute;
  right: 0.7rem;
  bottom: 0.55rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
  opacity: 0;
  pointer-events: none;
}

.cf-pick-invite:not(.has-selection) .cf-tap-hint {
  opacity: 1;
  animation: cfFingerTap 1.7s ease-in-out infinite;
  animation-delay: var(--cf-delay, 0s);
}

.cf-tap-hint .material-symbols-outlined {
  font-size: 1.05rem;
  font-variation-settings: "FILL" 1;
}

.cf-tap-label {
  position: absolute;
  left: 0.9rem;
  bottom: 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2563eb;
  opacity: 0;
  pointer-events: none;
}

.cf-pick-invite:not(.has-selection) .cf-tap-label {
  opacity: 1;
  animation: cfLabelPulse 2.4s ease-in-out infinite;
  animation-delay: var(--cf-delay, 0s);
}

.cf-pick-invite:not(.has-selection) .cf-product-pick .icon {
  animation: cfIconBob 2.4s ease-in-out infinite;
  animation-delay: var(--cf-delay, 0s);
}

.cf-product-pick.is-selected {
  animation: none !important;
  padding-bottom: 0.95rem;
}

.cf-product-pick.is-selected .cf-tap-hint,
.cf-product-pick.is-selected .cf-tap-label {
  display: none;
}

.cf-product-pick.is-selected .icon {
  animation: none !important;
}

@keyframes cfCardInvite {
  0%, 100% {
    transform: translateY(0);
    border-color: rgba(148, 163, 184, 0.28);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  }
  50% {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.12);
  }
}

@keyframes cfCardInviteStrong {
  0%, 100% {
    transform: translateY(0) scale(1);
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
  }
  50% {
    transform: translateY(-4px) scale(1.015);
    border-color: rgba(37, 99, 235, 0.65);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
  }
}

@keyframes cfFingerTap {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
  35% {
    transform: translate(1px, 3px) scale(0.88);
    opacity: 1;
  }
  55% {
    transform: translate(0, 0) scale(1.05);
    opacity: 1;
  }
}

@keyframes cfLabelPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes cfIconBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes cfHintWiggle {
  0%, 100% { transform: rotate(0deg) scale(1); }
  20% { transform: rotate(-12deg) scale(1.08); }
  40% { transform: rotate(10deg) scale(1.08); }
  60% { transform: rotate(-6deg) scale(1); }
  80% { transform: rotate(4deg) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .cf-pick-hint-icon,
  .cf-pick-invite:not(.has-selection) .cf-product-pick,
  .cf-pick-invite:not(.has-selection) .cf-tap-hint,
  .cf-pick-invite:not(.has-selection) .cf-tap-label,
  .cf-pick-invite:not(.has-selection) .cf-product-pick .icon {
    animation: none !important;
  }
  .cf-pick-invite:not(.has-selection) .cf-tap-hint,
  .cf-pick-invite:not(.has-selection) .cf-tap-label {
    opacity: 1;
  }
}
