.retail-hero-x {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #071326 0%, #09182e 100%);
  padding: 58px 64px 56px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 3rem;
}

.retail-hero-x__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 14, 31, 0.96) 0%, rgba(6, 14, 31, 0.92) 36%, rgba(6, 14, 31, 0.68) 58%, rgba(6, 14, 31, 0.22) 78%, rgba(6, 14, 31, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.retail-hero-x__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.retail-hero-x__glow--left {
  width: 360px;
  height: 360px;
  left: -80px;
  top: 120px;
  background: rgba(18, 103, 255, 0.1);
}

.retail-hero-x__glow--right {
  width: 420px;
  height: 420px;
  right: 90px;
  top: 30px;
  background:
    radial-gradient(circle, rgba(255, 110, 34, 0.13) 0%, rgba(46, 121, 255, 0.14) 45%, rgba(46, 121, 255, 0) 75%);
}

.retail-hero-x__container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(0, 640px);
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

.retail-hero-x__content {
  max-width: 610px;
}

.retail-hero-x__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 47, 0.2);
  background: rgba(255, 122, 47, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(255, 122, 47, 0.05);
  color: #ff914d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 38px;
}

.retail-hero-x__badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7b2f;
  box-shadow: 0 0 12px rgba(255, 123, 47, 0.6);
  flex: 0 0 auto;
}

.retail-hero-x__title {
  margin: 0;
  color: #f6f7fb;
  font-size: 74px;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.retail-hero-x__title span {
  color: #ff7a2f;
}

.retail-hero-x__text {
  margin: 38px 0 0;
  max-width: 600px;
  color: #d6dbe6;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -0.01em;
}

.retail-hero-x__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.retail-hero-x__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 34px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease;
  overflow: hidden;
  isolation: isolate;
}

.retail-hero-x__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.18) 50%, transparent 80%);
  transform: translateX(-130%);
  transition: transform .7s ease;
  pointer-events: none;
  z-index: 0;
}

.retail-hero-x__btn:hover::before {
  transform: translateX(130%);
}

.retail-hero-x__btn > * {
  position: relative;
  z-index: 1;
}

.retail-hero-x__btn--primary {
  background: #ff7a2f;
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(255, 122, 47, 0.3);
}

.retail-hero-x__btn--primary:hover {
  transform: translateY(-3px);
  background: #ff8843;
  box-shadow: 0 20px 48px rgba(255, 122, 47, 0.42);
}

.retail-hero-x__btn--secondary {
  color: #f7f8fc;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.retail-hero-x__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.82);
}

.retail-hero-x__media {
  display: flex;
  justify-content: flex-end;
}

.retail-hero-x__image-wrap {
  position: relative;
  width: 100%;
  max-width: 638px;
  border-radius: 20px;
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}

.retail-hero-x__image-wrap::before {
  content: "";
  position: absolute;
  inset: -18px -16px -24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 48%, rgba(27, 162, 255, 0.16), rgba(255, 111, 24, 0.08) 42%, transparent 72%);
  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
}

.retail-hero-x__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.04);
  pointer-events: none;
  z-index: 2;
}

.retail-hero-x__image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 640 / 615;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow:
    0 28px 80px rgba(0,0,0,0.44),
    0 0 0 1px rgba(255,255,255,0.04);
  transition: transform .45s ease, filter .45s ease;
}

.retail-hero-x__image-wrap:hover .retail-hero-x__image {
  transform: scale(1.018);
  filter: saturate(1.06) contrast(1.03);
}

.retail-hero-x__image-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}

.retail-hero-x__image-shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,0.12) 40%, rgba(255,255,255,0) 56%);
  transform: translateX(-140%);
  transition: transform .9s ease;
}

.retail-hero-x__image-wrap:hover .retail-hero-x__image-shine::before {
  transform: translateX(140%);
}

/* entrance */
.retail-hero-x__content {
  animation: retailFadeUp .8s ease both;
}

.retail-hero-x__media {
  animation: retailFadeUp .95s ease both;
}

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

/* tablet */
@media (max-width: 1180px) {
  .retail-hero-x {
    padding: 48px 28px 54px;
  }

  .retail-hero-x__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .retail-hero-x__content {
    max-width: 100%;
  }

  .retail-hero-x__title {
    font-size: 62px;
  }

  .retail-hero-x__text {
    max-width: 720px;
  }

  .retail-hero-x__media {
    justify-content: center;
  }

  .retail-hero-x__image-wrap {
    max-width: 760px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .retail-hero-x {
    padding: 34px 18px 42px;
  }

  .retail-hero-x__badge {
    min-height: 38px;
    padding: 0 14px 0 12px;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }

  .retail-hero-x__title {
    font-size: 46px;
    line-height: 0.96;
  }

  .retail-hero-x__text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.62;
  }

  .retail-hero-x__actions {
    margin-top: 28px;
    gap: 14px;
    flex-direction: column;
  }

  .retail-hero-x__btn {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 14px;
  }

  .retail-hero-x__image-wrap,
  .retail-hero-x__image {
    border-radius: 16px;
  }

  .retail-hero-x__image {
    aspect-ratio: 1 / 1.02;
  }

  .retail-hero-x__image-shine,
  .retail-hero-x__image-wrap::after {
    border-radius: 16px;
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .retail-hero-x__content,
  .retail-hero-x__media,
  .retail-hero-x__btn,
  .retail-hero-x__image,
  .retail-hero-x__image-wrap,
  .retail-hero-x__image-shine::before {
    animation: none !important;
    transition: none !important;
  }
}

/* SOLUTIONS  */


/* SECTION */
.retail-solutions {
  padding: 120px 40px;
  background: #f3f5f8;
  font-family: Inter, system-ui;
}

/* CONTAINER */
.retail-solutions__container {
  max-width: 1300px;
  margin: 0 auto;
}

/* HEADER */
.retail-solutions__header {
  text-align: center;
  margin-bottom: 70px;
}

.retail-solutions__header h2 {
  font-size: 46px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.retail-solutions__header p {
  font-size: 18px;
  color: #64748b;
  max-width: 760px;
  margin: auto;
  line-height: 1.7;
}

/* GRID */
.retail-solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* CARD */
.retail-solutions__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 28px;

  border: 1px solid #e6ebf2;

  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle hover glow */
.retail-solutions__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(79,124,255,.08), transparent);
  opacity: 0;
  transition: .4s;
}

.retail-solutions__card:hover::before {
  opacity: 1;
}

/* hover lift */
.retail-solutions__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(15,23,42,.08);
}

/* ICON */
.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef2f7;
  color: #4f7cff;
  font-size: 20px;

  margin-bottom: 22px;

  transition: all .3s ease;
}

/* icon animation */
.retail-solutions__card:hover .icon-box {
  transform: scale(1.1) rotate(4deg);
  background: #e3ecff;
}

/* TITLE */
.retail-solutions__card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* TEXT */
.retail-solutions__card p {
  font-size: 15px;
  color: #6b7a90;
  line-height: 1.7;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .retail-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .retail-solutions {
    padding: 80px 20px;
  }

  .retail-solutions__header h2 {
    font-size: 32px;
  }

  .retail-solutions__header p {
    font-size: 16px;
  }

  .retail-solutions__grid {
    grid-template-columns: 1fr;
  }
}
.retail-solutions__card:hover {
  border-color: #d6e2ff;
}

/* VERSUS */

/* SECTION */
.commerce-compare {
  padding: 120px 40px;
  background: linear-gradient(180deg, #071327, #0b1f3f);
  font-family: Inter, system-ui;
}

/* CONTAINER */
.compare-container {
  max-width: 1300px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* =========================
   LEFT IMAGE
========================= */
.compare-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;

  box-shadow:
    0 30px 80px rgba(0,0,0,.6),
    0 0 40px rgba(79,124,255,.15);
}

.compare-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* subtle glow border */
.compare-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;

  background: linear-gradient(120deg, rgba(79,124,255,.4), transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* =========================
   FLOATING BADGE
========================= */
.uptime-badge {
  position: absolute;
  top: -25px;
  right: 30px;

  background: #ff7a2f;
  color: #fff;

  padding: 18px 22px;
  border-radius: 16px;

  text-align: center;

  box-shadow:
    0 20px 50px rgba(255,122,47,.4);

  animation: float 4s ease-in-out infinite;
}

.uptime-badge strong {
  font-size: 28px;
  display: block;
  font-weight: 800;
}

.uptime-badge span {
  font-size: 12px;
  opacity: .9;
}

/* FLOAT */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* =========================
   RIGHT CONTENT
========================= */
.compare-content h2 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 18px;
}

.compare-desc {
  color: #8ea2bd;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ITEMS */
.compare-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

/* ICON */
.compare-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: bold;
}

/* RED */
.compare-item.red .icon {
  background: rgba(255,80,80,.15);
  color: #ff5c5c;
}

/* GREEN */
.compare-item.green .icon {
  background: rgba(0,200,120,.15);
  color: #00c879;
}

/* TEXT */
.compare-item h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 6px;
}

.compare-item p {
  color: #8ea2bd;
  font-size: 15px;
  line-height: 1.6;
}

/* =========================
   HOVER INTERACTION
========================= */
.compare-image:hover img {
  transform: scale(1.04);
  transition: transform .6s ease;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1000px) {
  .compare-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .compare-content {
    max-width: 600px;
    margin: auto;
  }

  .compare-item {
    justify-content: center;
    text-align: left;
  }

  .uptime-badge {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 600px) {
  .compare-content h2 {
    font-size: 30px;
  }
}
.compare-image {
  position: relative;
  border-radius: 24px;
  overflow: visible; /* ✅ FIX */
}

/* IMAPCT  */

/* SECTION */
.impact {
  padding: 120px 40px;
  background: #f3f4f6;
  font-family: Inter, system-ui;
}

/* HEADER */
.impact-header {
  text-align: center;
  margin-bottom: 60px;
}

.impact-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
}

.impact-header p {
  color: #64748b;
  font-size: 17px;
  margin-top: 10px;
}

/* GRID */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: auto;
}

/* CARD */
.impact-card {
  background: #0b223f;
  color: white;
  padding: 32px;
  border-radius: 22px;

  box-shadow: 0 20px 50px rgba(0,0,0,.15);

  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}

/* hover */
.impact-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

/* TOP */
.impact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 13px;
  letter-spacing: .1em;
  opacity: .8;
  margin-bottom: 18px;
}

/* VALUE */
.impact-card h3 {
  font-size: 44px;
  margin-bottom: 18px;
  font-weight: 800;
}

/* PROGRESS */
.progress {
  height: 8px;
  background: #d1d5db;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}

/* BAR BASE */
.progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  transition: width 1.4s cubic-bezier(.77,0,.18,1);
}

/* COLORS */
.progress-bar.orange {
  background: linear-gradient(90deg,#ff7a2f,#ff9d5c);
}

.progress-bar.blue {
  background: linear-gradient(90deg,#4f7cff,#7aa2ff);
}

.progress-bar.purple {
  background: linear-gradient(90deg,#8b5cf6,#c084fc);
}

/* TEXT */
.impact-card p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.6;
}

/* ICON COLORS */
.green { color:#22c55e; }
.blue { color:#60a5fa; }
.purple { color:#a78bfa; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1000px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card {
    max-width: 600px;
    margin: auto;
  }
}

/* FORM+CTA  */

/* SECTION */
.retail-cta {
  background: #ff7a2f;
  padding: 120px 40px;
  font-family: Inter, system-ui;
}

/* CARD */
.cta-card {
  max-width: 1300px;
  margin: auto;

  background: #f3f4f6;
  border-radius: 30px;

  padding: 60px;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;

  box-shadow: 0 40px 100px rgba(0,0,0,.2);
}

/* =========================
   LEFT
========================= */
.cta-left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
}

.cta-left p {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* STATS */
.cta-stats {
  display: flex;
  gap: 60px;
}

.cta-stats strong {
  display: block;
  font-size: 32px;
  color: #ff7a2f;
}

.cta-stats strong.blue {
  color: #4f7cff;
}

.cta-stats span {
  font-size: 12px;
  color: #64748b;
  letter-spacing: .1em;
}

/* =========================
   FORM
========================= */
.cta-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ROW */
.form-row {
  display: flex;
  gap: 16px;
}

/* INPUTS */
.cta-form input,
.cta-form textarea {
  width: 100%;
  padding: 16px 18px;

  border-radius: 14px;
  border: 1px solid #e2e8f0;

  background: #eef2f7;

  font-size: 14px;
  outline: none;

  transition: all .25s ease;
}

/* TEXTAREA */
.cta-form textarea {
  height: 120px;
  resize: none;
}

/* FOCUS INTERACTION */
.cta-form input:focus,
.cta-form textarea:focus {
  border-color: #ff7a2f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255,122,47,.15);
}

/* BUTTON */
.cta-form button {
  margin-top: 10px;

  background: #ff7a2f;
  color: #fff;

  padding: 18px;
  border-radius: 14px;
  border: none;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;

  box-shadow: 0 15px 40px rgba(255,122,47,.3);

  transition: all .3s ease;
}

/* HOVER */
.cta-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(255,122,47,.45);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1000px) {

  .cta-card {
    grid-template-columns: 1fr;
    padding: 40px;
    text-align: center;
  }

  .cta-stats {
    justify-content: center;
  }

  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 600px) {

  .retail-cta {
    padding: 80px 20px;
  }

  .cta-left h2 {
    font-size: 30px;
  }

}

/* BUTTONS  */

/* =================================
   ECOMMERCE PAGE BUTTON EFFECTS
   matched to actual button colors
   ================================= */

.retail-hero-x__btn--primary,
.retail-hero-x__btn--secondary,
.cta-form button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    color .45s ease,
    background-color .45s ease,
    background .45s ease,
    border-color .45s ease,
    transform .3s ease,
    box-shadow .3s ease;
}

/* animated layers */
.retail-hero-x__btn--primary::before,
.retail-hero-x__btn--secondary::before,
.cta-form button::before,
.retail-hero-x__btn--primary::after,
.retail-hero-x__btn--secondary::after,
.cta-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    opacity .35s ease,
    background .45s ease;
}

/* subtle fill sweep */
.retail-hero-x__btn--primary::before,
.retail-hero-x__btn--secondary::before,
.cta-form button::before {
  transform: translateX(-102%);
}

/* gloss sweep */
.retail-hero-x__btn--primary::after,
.retail-hero-x__btn--secondary::after,
.cta-form button::after {
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.07) 35%,
    rgba(255,255,255,.16) 50%,
    rgba(255,255,255,.07) 65%,
    transparent 100%
  );
  transform: translateX(-130%) skewX(-20deg);
  opacity: 0;
}

.retail-hero-x__btn--primary:hover,
.retail-hero-x__btn--secondary:hover,
.cta-form button:hover {
  transform: translateY(-3px);
}

.retail-hero-x__btn--primary:hover::before,
.retail-hero-x__btn--secondary:hover::before,
.cta-form button:hover::before {
  transform: translateX(0);
}

.retail-hero-x__btn--primary:hover::after,
.retail-hero-x__btn--secondary:hover::after,
.cta-form button:hover::after {
  transform: translateX(130%) skewX(-20deg);
  opacity: 1;
}

.retail-hero-x__btn--primary:active,
.retail-hero-x__btn--secondary:active,
.cta-form button:active {
  transform: translateY(-1px);
}

/* keep text above layers */
.retail-hero-x__btn--primary,
.retail-hero-x__btn--secondary,
.cta-form button {
  z-index: 1;
}

/* ---------------------------------
   PRIMARY BUTTON
   orange solid -> subtle orange glass
   --------------------------------- */
.retail-hero-x__btn--primary {
  background: #ff7a32;
  color: #fff !important;
  border: 1px solid #ff7a32;
  box-shadow: 0 12px 32px rgba(255,120,40,.30);
}

.retail-hero-x__btn--primary::before {
  background: rgba(255,122,50,.05);
}

.retail-hero-x__btn--primary:hover {
  background: rgba(255,122,50,.02);
  color: #ff7a32 !important;
  border-color: #ff7a32;
  box-shadow:
    0 0 0 1px rgba(255,122,50,.12),
    0 14px 30px rgba(255,120,40,.14);
}

/* ---------------------------------
   SECONDARY BUTTON
   translucent -> slightly brighter
   --------------------------------- */
.retail-hero-x__btn--secondary {
  background: rgba(255,255,255,.03);
  color: #ecf2fb !important;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.retail-hero-x__btn--secondary::before {
  background: rgba(255,255,255,.03);
}

.retail-hero-x__btn--secondary:hover {
  background: rgba(255,255,255,.035);
  color: #ffffff !important;
  border-color: rgba(255,255,255,.20);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06),
    0 12px 26px rgba(0,0,0,.16);
}

/* ---------------------------------
   FORM BUTTON
   orange solid -> subtle orange glass
   --------------------------------- */
.cta-form button {
  background: #ff7a32;
  color: #fff !important;
  border: 1px solid #ff7a32;
  box-shadow: 0 10px 25px rgba(255,122,50,.35);
}

.cta-form button::before {
  background: rgba(255,122,50,.05);
}

.cta-form button:hover {
  background: rgba(255,122,50,.02);
  color: #ff7a32 !important;
  border-color: #ff7a32;
  box-shadow:
    0 0 0 1px rgba(255,122,50,.12),
    0 16px 32px rgba(255,122,50,.16);
}

/* focus */
.retail-hero-x__btn--primary:focus-visible,
.retail-hero-x__btn--secondary:focus-visible,
.cta-form button:focus-visible {
  outline: 2px solid rgba(90,150,255,.7);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .retail-hero-x__btn--primary,
  .retail-hero-x__btn--secondary,
  .cta-form button,
  .retail-hero-x__btn--primary::before,
  .retail-hero-x__btn--secondary::before,
  .cta-form button::before,
  .retail-hero-x__btn--primary::after,
  .retail-hero-x__btn--secondary::after,
  .cta-form button::after {
    transition: none !important;
  }
}

/* =========================================
   HERO RESPONSIVE FIX (PRO LEVEL)
   ========================================= */

/* ---------- LARGE LAPTOP FIX ---------- */
@media (max-width: 1400px) {
  .retail-hero-x__container {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .retail-hero-x__title {
    font-size: clamp(52px, 5vw, 72px);
  }
}


/* ---------- TABLET (IMPORTANT FIX) ---------- */
@media (max-width: 1024px) {

  .retail-hero-x {
    padding: 48px 28px;
  }

  .retail-hero-x__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }

  .retail-hero-x__content {
    max-width: 100%;
    margin: 0 auto;
  }

  .retail-hero-x__title {
    font-size: clamp(42px, 6vw, 58px);
    line-height: 1;
  }

  .retail-hero-x__text {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .retail-hero-x__actions {
    justify-content: center;
  }

  .retail-hero-x__media {
    justify-content: center;
  }

  .retail-hero-x__image-wrap {
    max-width: 520px;
  }
}


/* ---------- MOBILE (CRITICAL FIX) ---------- */
@media (max-width: 768px) {

  .retail-hero-x {
    padding: 28px 18px 36px;
  }

  .retail-hero-x__title {
    font-size: clamp(34px, 8vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  /* prevent weird line breaks */
  .retail-hero-x__title br {
    display: none;
  }

  .retail-hero-x__text {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .retail-hero-x__actions {
    flex-direction: column;
    gap: 12px;
  }

  .retail-hero-x__btn {
    width: 100%;
    min-height: 56px;
    font-size: 15px;
  }

  .retail-hero-x__image-wrap {
    max-width: 100%;
  }

  .retail-hero-x__image {
    aspect-ratio: 1 / 1;
  }
}


/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {

  .retail-hero-x__title {
    font-size: 30px;
  }

  .retail-hero-x__badge {
    font-size: 10px;
    padding: 0 12px;
  }

  .retail-hero-x__text {
    font-size: 14px;
  }

}