
/* ==========================================================
   ALIBARBAR V27 — trust, delivery and support below products
   ========================================================== */
.ali-post-product-shell,
.ali-post-product-shell * {
  box-sizing: border-box;
}

.ali-post-product-shell {
  --ali-post-bg: #080a0a;
  --ali-post-panel: rgba(255, 255, 255, 0.055);
  --ali-post-panel-strong: rgba(255, 255, 255, 0.085);
  --ali-post-line: rgba(255, 255, 255, 0.13);
  --ali-post-text: #f7f7f2;
  --ali-post-muted: #b9beb9;
  --ali-post-acid: #d8ff3f;
  --ali-post-cyan: #67dcff;
  --ali-post-mint: #85ffd0;
  --ali-post-gold: #ffd45c;

  position: relative;
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 28px auto 12px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 32px;
  color: var(--ali-post-text);
  background:
    radial-gradient(circle at 10% 6%, rgba(216, 255, 63, 0.12), transparent 25%),
    radial-gradient(circle at 90% 10%, rgba(103, 220, 255, 0.12), transparent 23%),
    linear-gradient(180deg, #101313 0%, var(--ali-post-bg) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  isolation: isolate;
}

.ali-post-product-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.13;
  background-image: radial-gradient(rgba(255,255,255,0.30) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
}

.ali-post-product-loading {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ali-post-muted);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.5px;
  text-align: center;
}

.ali-post-product-shell.ali-post-ready {
  animation: ali-post-enter-v27 0.52s ease both;
}

.ali-post-product-shell .ali-proof-layout,
.ali-post-product-shell .ali-guarantee-editorial,
.ali-post-product-shell .ali-support-band {
  position: relative;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--ali-post-line);
  border-radius: 26px;
  color: var(--ali-post-text);
  background: var(--ali-post-panel);
  backdrop-filter: blur(16px);
}

.ali-post-product-shell .ali-guarantee-editorial,
.ali-post-product-shell .ali-support-band {
  margin-top: 18px;
}

.ali-post-product-shell .ali-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: center;
}

.ali-post-product-shell .ali-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ali-post-cyan);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ali-post-product-shell .ali-section-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--ali-post-acid), var(--ali-post-cyan));
  box-shadow: 0 0 10px rgba(103,220,255,0.35);
}

.ali-post-product-shell .ali-section-title,
.ali-post-product-shell .ali-support-title {
  margin: 11px 0 12px;
  color: var(--ali-post-text);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -1.5px;
}

.ali-post-product-shell .ali-proof-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.ali-post-product-shell .ali-proof-point {
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 17px;
  background: rgba(255,255,255,0.045);
}

.ali-post-product-shell .ali-proof-point strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ali-post-text);
  font-size: 14px;
  font-weight: 900;
}

.ali-post-product-shell .ali-proof-point span,
.ali-post-product-shell .ali-guarantee-card p,
.ali-post-product-shell .ali-support-copy {
  margin: 0;
  color: var(--ali-post-muted);
  font-size: 13px;
  line-height: 1.62;
}

.ali-post-product-shell .ali-proof-image-card {
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,212,92,0.28);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,212,92,0.08), rgba(255,255,255,0.035));
}

.ali-post-product-shell .ali-proof-image-card picture,
.ali-post-product-shell .ali-proof-image {
  display: block;
  width: 100%;
}

.ali-post-product-shell .ali-proof-image {
  height: auto;
  border-radius: 15px;
  object-fit: contain;
}

.ali-post-product-shell .ali-section-heading-wrap.left-align {
  text-align: left;
}

.ali-post-product-shell .ali-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ali-post-product-shell .ali-guarantee-card {
  min-height: 198px;
  padding: 21px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(103,220,255,0.09), transparent 40%),
    rgba(255,255,255,0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ali-post-product-shell .ali-guarantee-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216,255,63,0.30);
  box-shadow: 0 16px 30px rgba(0,0,0,0.20);
}

.ali-post-product-shell .ali-guarantee-card.full-span {
  grid-column: span 2;
  min-height: auto;
}

.ali-post-product-shell .ali-guarantee-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216,255,63,0.20);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(216,255,63,0.16), rgba(103,220,255,0.13));
  font-size: 25px;
}

.ali-post-product-shell .ali-guarantee-card h3 {
  margin: 15px 0 9px;
  color: var(--ali-post-text);
  font-size: 22px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.ali-post-product-shell .ali-support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 30%, rgba(216,255,63,0.10), transparent 36%),
    var(--ali-post-panel);
}

.ali-post-product-shell .ali-support-mail {
  position: relative;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #090b0b !important;
  background: linear-gradient(110deg, var(--ali-post-acid), var(--ali-post-cyan), var(--ali-post-mint));
  background-size: 220% 220%;
  box-shadow: 0 12px 28px rgba(103,220,255,0.16);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  animation: ali-post-button-shift-v27 5.6s ease-in-out infinite;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.ali-post-product-shell .ali-support-mail::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -42%;
  width: 25%;
  height: 190%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.62), transparent);
  transition: left 0.58s ease;
}

.ali-post-product-shell .ali-support-mail:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(216,255,63,0.18);
}

.ali-post-product-shell .ali-support-mail:hover::after {
  left: 120%;
}

@keyframes ali-post-enter-v27 {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ali-post-button-shift-v27 {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 900px) {
  .ali-post-product-shell .ali-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ali-post-product-shell {
    width: 100%;
    margin: 18px 0 0;
    padding: 12px;
    border-radius: 0;
  }

  .ali-post-product-shell .ali-proof-layout,
  .ali-post-product-shell .ali-guarantee-editorial,
  .ali-post-product-shell .ali-support-band {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .ali-post-product-shell .ali-section-title,
  .ali-post-product-shell .ali-support-title {
    font-size: 31px;
    letter-spacing: -0.9px;
  }

  .ali-post-product-shell .ali-guarantee-grid,
  .ali-post-product-shell .ali-support-band {
    grid-template-columns: 1fr;
  }

  .ali-post-product-shell .ali-guarantee-card.full-span {
    grid-column: auto;
  }

  .ali-post-product-shell .ali-guarantee-card {
    min-height: auto;
  }

  .ali-post-product-shell .ali-support-mail {
    width: 100%;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ali-post-product-shell,
  .ali-post-product-shell .ali-support-mail {
    animation: none !important;
  }

  .ali-post-product-shell .ali-guarantee-card,
  .ali-post-product-shell .ali-support-mail {
    transition: none !important;
  }
}
