.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip {
  --cp-tip-bg: #ece5d7;
  --cp-tip-text: #15130f;
  --cp-tip-accent: #c8542a;
  --cp-tip-badge: #d8a21b;
  --cp-tip-muted: #877e72;
  --cp-tip-ink-soft: #3d362e;
  --cp-tip-hairline: #cfc6b6;
  --cp-tip-paper: #faf7f2;
  --cp-tip-shell: #ece5d7;

  background: var(--cp-tip-bg);
  color: var(--cp-tip-text);
  padding: 96px 48px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 64px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--cp-tip-accent);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--cp-tip-text);
  margin: 0;
  text-wrap: balance;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__title-accent {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__desc {
  margin: 0;
  font-size: 16px;
  max-width: 440px;
  line-height: 1.6;
  color: var(--cp-tip-ink-soft);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__timeline {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__step {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--cp-tip-hairline);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--cp-tip-muted);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__step-label {
  font-size: 14px;
  color: var(--cp-tip-text);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__step-day {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--cp-tip-accent);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__cta {
  align-self: flex-start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--cp-tip-text);
  color: var(--cp-tip-paper);
  border: 1px solid var(--cp-tip-text);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.005em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.12s ease, background-color 0.15s ease;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__cta:hover {
  transform: translateY(-1px);
  background: #000;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__media {
  position: relative;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__image-frame {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: 12px;
  overflow: hidden;
  background: var(--cp-tip-accent);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__image-fallback {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    #c8542a 0 2px,
    #d86234 2px 14px
  );
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__image-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 70%,
    rgba(20, 19, 15, 0.25),
    transparent 50%
  );
  pointer-events: none;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__image-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
  color: var(--cp-tip-paper);
  max-width: 320px;
  text-wrap: balance;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 320px;
  background: var(--cp-tip-paper);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.16);
  border: 1px solid #e5dfd4;
  color: var(--cp-tip-text);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card[data-state="error"] .cp-tip__card-add {
  background: #b03a2e;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card[data-state="added"] .cp-tip__card-add {
  background: #6b8e5a;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--cp-tip-accent);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--cp-tip-hairline);
  background: var(--cp-tip-paper);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.02em;
  color: var(--cp-tip-ink-soft);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cp-tip-badge);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-body {
  display: flex;
  gap: 16px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-thumb {
  background: var(--cp-tip-shell);
  border-radius: 8px;
  padding: 8px;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-name {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__stars {
  display: inline-flex;
  gap: 1px;
  color: var(--cp-tip-accent);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-rating-text {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--cp-tip-muted);
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-price {
  font-family: var(--font-mono);
  font-size: 13px;
  margin-top: 2px;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-add {
  width: 100%;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: var(--cp-tip-text);
  color: var(--cp-tip-paper);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.2s ease;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-add:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #000;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-add:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__badge {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--cp-tip-badge);
  color: #1a1816;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transform: rotate(8deg);
  animation: cp-tip-badge-rotate 12s linear infinite;
}

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__badge span {
  display: block;
}

@keyframes cp-tip-badge-rotate {
  from {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(368deg);
  }
}

@media (max-width: 960px) {
.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip {
    padding: 72px 32px;
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__media {
    margin-bottom: 60px;
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card {
    right: 0;
    bottom: -40px;
    width: min(360px, calc(100% - 24px));
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__badge {
    top: -14px;
    right: 12px;
    width: 80px;
    height: 80px;
    font-size: 9.5px;
  }
}

@media (max-width: 560px) {
.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip {
    padding: 56px 20px;
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 32px;
  }

.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__media {
    margin-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__badge {
    animation: none;
  }
  .cp-tip__cta,
.cc_wVIiTW1dYB_E2BbOiFHbt .cp-tip__card-add {
    transition: none;
  }
}
