.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: auto;
  min-width: 42px;
  padding: 0 10px;
  font-size: 11px;
}

.brand-mark i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgb(74 222 128 / 45%);
  animation: demo-pulse 2.8s ease-out infinite;
}

@keyframes demo-pulse {
  0%, 60% { box-shadow: 0 0 0 0 rgb(74 222 128 / 38%); }
  82%, 100% { box-shadow: 0 0 0 7px rgb(74 222 128 / 0%); }
}

.sf-hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: clamp(450px, 42vw, 540px);
  margin-inline: calc(50% - 50vw);
  padding: clamp(58px, 7vw, 100px) max(22px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgb(12 24 38 / 92%) 0%, rgb(12 24 38 / 72%) 42%, rgb(12 24 38 / 28%) 100%),
    url("/catalogue/assets/showcase/hero-industrial-desktop.webp") center / cover no-repeat;
}

html[dir="rtl"] .sf-hero {
  background:
    linear-gradient(270deg, rgb(12 24 38 / 92%) 0%, rgb(12 24 38 / 72%) 42%, rgb(12 24 38 / 28%) 100%),
    url("/catalogue/assets/showcase/hero-industrial-desktop.webp") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  animation: hero-enter 540ms ease-out both;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.sf-hero .eyebrow { color: #fbbf24; }
.sf-hero h1 { max-width: 680px; color: #fff; font-size: clamp(38px, 5vw, 64px); }
.sf-hero > .hero-content > p:not(.eyebrow) { max-width: 590px; color: rgb(255 255 255 / 88%); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn-hero { border-color: rgb(255 255 255 / 48%); background: rgb(255 255 255 / 12%); color: #fff; }
.btn-hero:hover { border-color: #fff; background: rgb(255 255 255 / 20%); }
.sf-hero .trust-row span { border-color: rgb(255 255 255 / 24%); background: rgb(12 24 38 / 24%); color: rgb(255 255 255 / 90%); }
.sf-hero .trust-row span::before { color: #86efac; }

.process-section { margin-bottom: 70px; padding: 18px 0 0; }
.process-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.process-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 36px); }
.process-strip { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 14px; list-style: none; overflow: hidden; border: 1px solid #d9e2ea; border-radius: 16px; background: linear-gradient(135deg, #f8fafc, #edf3f7); }
.process-strip::before { position: absolute; z-index: 0; top: 42px; inset-inline-start: 16.666%; width: 66.666%; height: 1px; content: ""; background: #cbd5e1; }
.process-strip::after { position: absolute; z-index: 1; top: 36px; inset-inline-start: calc(16.666% - 6px); width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; content: ""; background: var(--accent); box-shadow: 0 0 0 2px rgb(245 158 11 / 30%); animation: process-advance 7.5s ease-in-out infinite; }
.process-strip li { position: relative; z-index: 2; display: grid; gap: 7px; padding: 44px 18px 20px; color: #344054; }
.process-strip li + li { border-inline-start: 1px solid #dbe4ec; }
.process-strip strong { color: var(--accent-dark); font-size: 13px; letter-spacing: .08em; }
.process-strip span { max-width: 220px; font-size: 15px; font-weight: 500; }

@keyframes process-advance {
  0%, 23% { transform: translateX(0); }
  36%, 56% { transform: translateX(250%); }
  69%, 90% { transform: translateX(500%); }
  100% { transform: translateX(0); }
}

html[dir="rtl"] .process-strip::after { animation-name: process-advance-rtl; }
@keyframes process-advance-rtl {
  0%, 23% { transform: translateX(0); }
  36%, 56% { transform: translateX(-250%); }
  69%, 90% { transform: translateX(-500%); }
  100% { transform: translateX(0); }
}

.product-card { transition-duration: .18s; }
.product-card .product-visual { overflow: hidden; }
.product-card .product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 600ms ease; }
.product-card.reveal-card { opacity: 0; transform: translateY(26px); transition: opacity 480ms ease-out var(--reveal-delay, 0ms), transform 560ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), box-shadow .2s; }
.product-card.reveal-card.is-visible { opacity: 1; transform: translateY(0); }
@media (hover: hover) {
  .product-card.reveal-card.is-visible:hover { transform: translateY(-5px); }
  .product-card:hover .product-visual img { transform: scale(1.045); filter: saturate(1.04); }
}
dialog { animation: dialog-enter 160ms ease-out; }
@keyframes dialog-enter { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 720px) {
  .sf-hero, html[dir="rtl"] .sf-hero {
    min-height: 500px;
    padding: 54px 15px;
    background:
      linear-gradient(0deg, rgb(12 24 38 / 92%), rgb(12 24 38 / 50%)),
      url("/catalogue/assets/showcase/hero-industrial-mobile.webp") center / cover no-repeat;
  }

  .sf-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .hero-actions .btn { flex: 1; }
  .process-heading { align-items: start; flex-direction: column; }
  .process-strip { gap: 0; grid-template-columns: 1fr; }
  .process-strip::before, .process-strip::after { display: none; }
  .process-strip li { grid-template-columns: 32px 1fr; align-items: center; padding: 14px 12px; }
  .process-strip li + li { border-inline-start: 0; border-top: 1px solid #dbe4ec; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark i, .hero-content, .process-strip::after, dialog { animation: none; }
  .product-card.reveal-card, .product-card.reveal-card.is-visible { opacity: 1; transform: none; transition: none; }
  .product-card .product-visual img { transition: none; }
}
