/* Dönüşüm denemesi — CONV_TRIAL_ENABLED kapatılınca bu dosya yüklenmez */

.cv-offer {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px 14px;
  background: #fff;
  border-bottom: 1px solid #e8edf3;
}

.cv-offer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cv-offer__copy {
  min-width: 0;
  flex: 1;
}

.cv-offer__name {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #283458;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cv-offer__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.cv-offer__old {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
}

.cv-offer__sale {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #15803d;
  line-height: 1.1;
}

.cv-offer__off {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 11px;
  font-weight: 800;
}

.cv-offer__cta,
.cv-sticky__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 14px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(95, 189, 15, 0.28);
}

.cv-offer__hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.cv-sticky {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1040;
  width: 100%;
  max-width: var(--site-shell-max, 480px);
  box-sizing: border-box;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(40, 52, 88, 0.1);
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 479px) {
  .cv-sticky {
    max-width: 100%;
  }
}

.cv-sticky.is-hidden {
  display: none;
}

.cv-sticky__price {
  min-width: 0;
}

.cv-sticky__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 1px;
}

.cv-sticky__sale {
  font-size: 18px;
  font-weight: 800;
  color: #15803d;
  line-height: 1.1;
}

.cv-sticky__old {
  margin-left: 6px;
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

html body.homepage-view.cv-trial-on {
  padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
}

html body.homepage-view.cv-trial-on .social-buttons {
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

html body.homepage-view .social-buttons.is-cta-cover,
html body.homepage-view .scroll-to-top.is-cta-cover {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

html body.homepage-view.cv-trial-on .scroll-to-top {
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}

html body.homepage-view.cv-trial-on .fk-live-toast {
  bottom: calc(140px + env(safe-area-inset-bottom, 0px));
}

html body.order-page-view.cv-trial-on {
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}

html body.order-page-view.cv-trial-on .order-form .order-form__submit {
  position: sticky;
  bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  z-index: 30;
  box-shadow: 0 8px 24px rgba(95, 189, 15, 0.35);
}

.cv-notes-details {
  margin: 0 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.cv-notes-details > summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cv-notes-details > summary::-webkit-details-marker {
  display: none;
}

.cv-notes-details__hint {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
}

.cv-notes-details__body {
  padding: 0 12px 12px;
}

.cv-notes-details__body .form-group {
  margin-bottom: 0;
}
