.wiven-checkout {
  padding: 16px;
  border: 1px solid rgba(4, 68, 207, 0.55);
  border-radius: 12px;
  background: rgba(4, 68, 207, 0.09);
}

.wiven-btn {
  background: #0444cf;
  color: #fff;
}

.payment-note {
  margin: 12px 0 0;
  font-size: 12px;
}

.payment-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: #8f8f99;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-divider::before,
.payment-divider::after {
  content: "";
  height: 1px;
  background: #333;
  flex: 1;
}

.payment-provider-block {
  padding: 16px;
  border: 1px solid #303030;
  border-radius: 10px;
  background: #121212;
}

.payment-provider-block h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
}

/* Checkout de conversão Store360 */
body.checkout-mode {
  background: #080b0f;
}

body.checkout-mode .navbar-fixed,
body.checkout-mode .footer {
  display: none;
}

body.checkout-mode .main-content {
  padding-top: 0;
  min-height: 100vh;
}

.conversion-checkout {
  --checkout-card: rgba(15, 24, 32, .88);
  --checkout-card-solid: #0f1820;
  --checkout-line: rgba(166, 175, 189, .16);
  --checkout-pulse: #4fe6a1;
  --checkout-cyan: #42cff5;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 28px 32px;
  color: #f5f7fa;
  background:
    linear-gradient(rgba(66, 207, 245, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 207, 245, .035) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(79, 230, 161, .1), transparent 28%),
    #080b0f;
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.checkout-ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.checkout-ambient-one {
  width: 520px;
  height: 520px;
  top: 110px;
  left: -290px;
  border: 1px solid rgba(79, 230, 161, .2);
  box-shadow: 0 0 90px rgba(79, 230, 161, .06), inset 0 0 70px rgba(79, 230, 161, .04);
}

.checkout-ambient-two {
  width: 440px;
  height: 440px;
  right: -220px;
  bottom: -220px;
  border: 1px solid rgba(66, 207, 245, .18);
}

.checkout-brandbar {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--checkout-line);
}

.checkout-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.checkout-brand .brand-wordmark {
  font-size: 21px;
}

.checkout-safe-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #cbd5df;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.checkout-safe-label span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #07120d;
  background: var(--checkout-pulse);
  border-radius: 50%;
}

.checkout-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 72px;
  align-items: start;
}

.checkout-promise {
  padding-top: 8px;
}

.checkout-kicker,
.checkout-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--checkout-pulse);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.checkout-kicker::before {
  content: '';
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--checkout-pulse), var(--checkout-cyan));
}

.checkout-promise h1 {
  max-width: 660px;
  margin: 22px 0 18px;
  color: #f5f7fa;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.055em;
}

.checkout-promise h1 em {
  color: var(--checkout-pulse);
  font-style: normal;
}

.checkout-lead {
  max-width: 680px;
  margin: 0;
  color: #aeb8c5;
  font-size: 17px;
  line-height: 1.75;
}

.checkout-proof-row {
  margin: 34px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--checkout-line);
}

.checkout-proof-row > span {
  padding: 20px 18px;
  border-right: 1px solid var(--checkout-line);
}

.checkout-proof-row > span:first-child { padding-left: 0; }
.checkout-proof-row > span:last-child { border-right: 0; }

.checkout-proof-row strong,
.checkout-proof-row small {
  display: block;
}

.checkout-proof-row strong {
  color: #f5f7fa;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
}

.checkout-proof-row small {
  margin-top: 5px;
  color: #7f8a98;
  font-size: 11px;
}

.checkout-included {
  padding: 26px 28px;
  background: linear-gradient(135deg, rgba(20, 33, 43, .82), rgba(9, 15, 20, .72));
  border: 1px solid var(--checkout-line);
  border-radius: 18px;
}

.checkout-benefit-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}

.checkout-benefit-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d7dee7;
  font-size: 13px;
}

.checkout-benefit-grid i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #07120d;
  background: var(--checkout-pulse);
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.checkout-delivery {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr;
  align-items: center;
}

.checkout-delivery > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.checkout-delivery > div > b {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--checkout-pulse);
  border: 1px solid rgba(79, 230, 161, .4);
  border-radius: 50%;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
}

.checkout-delivery strong,
.checkout-delivery small { display: block; }
.checkout-delivery strong { color: #e9edf2; font-size: 12px; }
.checkout-delivery small { margin-top: 4px; color: #7f8a98; font-size: 9px; line-height: 1.4; }
.checkout-delivery > i { height: 1px; background: linear-gradient(90deg, rgba(79,230,161,.45), rgba(66,207,245,.18)); }

.checkout-order {
  position: sticky;
  top: 28px;
  padding: 28px;
  background: linear-gradient(155deg, rgba(20, 33, 43, .98), rgba(12, 19, 25, .98));
  border: 1px solid rgba(79, 230, 161, .28);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.02) inset;
}

.checkout-order::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 48px;
  right: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--checkout-pulse), var(--checkout-cyan), transparent);
}

.checkout-order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #778492;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.checkout-order-top b {
  padding: 6px 9px;
  color: var(--checkout-pulse);
  background: rgba(79, 230, 161, .08);
  border: 1px solid rgba(79, 230, 161, .18);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: none;
}

.checkout-product {
  margin: 24px 0;
  padding-bottom: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--checkout-line);
}

.checkout-product-mark {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #090f14;
  border: 1px solid var(--checkout-line);
  border-radius: 15px;
}

.checkout-product-mark img { width: 38px; height: 38px; }
.checkout-product h2 { margin: 0 0 5px; color: #f5f7fa; font-size: 17px; line-height: 1.2; }
.checkout-product p { margin: 0; color: #82909e; font-size: 11px; }

.checkout-order-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  color: #97a3b0;
  font-size: 13px;
}

.checkout-order-line strong { color: #f5f7fa; }

.checkout-order-total {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--checkout-line);
  align-items: end;
  color: #f5f7fa;
  font-weight: 700;
}

.checkout-order-total strong {
  color: var(--checkout-pulse);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
}

.checkout-no-renewal {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 13px 0 20px;
  color: #9eaab7;
  font-size: 11px;
}

.checkout-no-renewal i { color: var(--checkout-pulse); font-style: normal; }

.checkout-primary-action {
  width: 100%;
  min-height: 68px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #07120d;
  background: linear-gradient(100deg, #4fe6a1, #5df0bd);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 12px 32px rgba(79, 230, 161, .2);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.checkout-primary-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(79, 230, 161, .28);
  filter: brightness(1.04);
}

.checkout-primary-action:disabled { cursor: wait; opacity: .8; transform: none; }
.checkout-primary-action > span:first-child { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 800; }
.checkout-primary-action small { font-size: 10px; font-weight: 650; opacity: .7; }
.checkout-primary-action small b { margin-left: 5px; font-size: 14px; }
.checkout-primary-action.is-loading { flex-direction: row; gap: 10px; }

.checkout-button-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(7, 18, 13, .22);
  border-top-color: #07120d;
  border-radius: 50%;
  animation: checkout-spin .7s linear infinite;
}

@keyframes checkout-spin { to { transform: rotate(360deg); } }

.checkout-error {
  margin-top: 12px;
  padding: 10px 12px;
  color: #ffc3c3;
  background: rgba(255, 92, 92, .1);
  border: 1px solid rgba(255, 92, 92, .28);
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.45;
}

.checkout-methods {
  margin: 15px 0 22px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.checkout-methods span {
  padding: 6px 9px;
  color: #aeb8c4;
  background: #0a1117;
  border: 1px solid var(--checkout-line);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
}

.checkout-trust,
.checkout-guarantee {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 0;
  border-top: 1px solid var(--checkout-line);
}

.checkout-trust > span,
.checkout-guarantee > b {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--checkout-pulse);
  background: rgba(79, 230, 161, .07);
  border: 1px solid rgba(79, 230, 161, .18);
  border-radius: 10px;
}

.checkout-lock-icon::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 8px;
  margin-top: -8px;
  border: 2px solid var(--checkout-pulse);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.checkout-lock-icon { position: relative; }

.checkout-lock-icon::after {
  content: '';
  width: 14px;
  height: 11px;
  background: var(--checkout-pulse);
  border-radius: 3px;
  box-shadow: inset 0 0 0 4px rgba(7, 18, 13, .14);
}

.checkout-trust p,
.checkout-guarantee p { margin: 0; }
.checkout-trust strong,
.checkout-trust small,
.checkout-guarantee strong,
.checkout-guarantee small { display: block; }
.checkout-trust strong,
.checkout-guarantee strong { color: #dfe6ed; font-size: 11px; }
.checkout-trust small,
.checkout-guarantee small { margin-top: 3px; color: #74808d; font-size: 9px; line-height: 1.35; }
.checkout-guarantee > b { font-family: 'Space Grotesk', sans-serif; font-size: 15px; }

.checkout-footer-note {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 24px;
  color: #64707c;
  border-top: 1px solid var(--checkout-line);
  font-size: 10px;
  text-align: center;
}

@media (max-width: 980px) {
  .checkout-shell { grid-template-columns: 1fr; gap: 36px; padding-top: 44px; }
  .checkout-order { position: relative; top: 0; width: min(520px, 100%); margin: 0 auto; }
  .checkout-promise { text-align: center; }
  .checkout-promise h1,
  .checkout-lead { margin-left: auto; margin-right: auto; }
  .checkout-kicker { justify-content: center; }
  .checkout-included,
  .checkout-delivery { text-align: left; }
}

@media (max-width: 680px) {
  .conversion-checkout { padding: 0 16px 26px; background-size: 38px 38px, 38px 38px, auto, auto; }
  .checkout-brandbar { height: 76px; }
  .checkout-brand img { width: 34px; height: 34px; }
  .checkout-brand .brand-wordmark { font-size: 17px; }
  .checkout-safe-label { font-size: 9px; letter-spacing: .02em; }
  .checkout-safe-label span { width: 22px; height: 22px; }
  .checkout-shell { padding-top: 36px; }
  .checkout-promise h1 { margin-top: 18px; font-size: clamp(42px, 13vw, 60px); }
  .checkout-lead { font-size: 15px; line-height: 1.65; }
  .checkout-proof-row { grid-template-columns: 1fr; }
  .checkout-proof-row > span,
  .checkout-proof-row > span:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--checkout-line); }
  .checkout-proof-row > span:last-child { border-bottom: 0; }
  .checkout-benefit-grid { grid-template-columns: 1fr; }
  .checkout-included { padding: 22px 20px; }
  .checkout-delivery { grid-template-columns: 1fr; gap: 12px; }
  .checkout-delivery > i { width: 1px; height: 12px; margin-left: 17px; }
  .checkout-order { padding: 23px 20px; border-radius: 18px; }
  .checkout-order-total strong { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-primary-action { transition: none; }
  .checkout-button-spinner { animation-duration: 1.4s; }
}
