/* Engage homepage — complements marketing.css + ember glow */

:root {
  --engage-glow: 0 0 28px rgba(255, 138, 31, 0.28);
}

/* Hero */
.bw-index .engage-hero {
  padding: 2rem 0 3rem;
  position: relative;
  z-index: 1;
}

.engage-hero-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .engage-hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
    gap: 2.75rem;
  }
}

.engage-hero-copy .engage-hero-headline {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.65);
}

.engage-headline-block {
  display: inline-block;
}

.engage-fire-line {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.9vw, 1.13rem);
  line-height: 1.55;
  color: var(--muted, rgba(245, 230, 207, 0.9));
}

.engage-hero-body p {
  margin: 0 0 1.25rem;
  font-size: 1.06rem;
  line-height: 1.62;
}

.engage-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* 3-column flow visual */
.engage-three-flow {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .engage-three-flow {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 0.92fr);
    align-items: start;
    gap: 1.1rem;
  }
}

.engage-step-tag {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 230, 207, 0.75);
  margin-bottom: 0.45rem;
}

.engage-flow-media {
  margin: 0;
  border-radius: var(--radius, 18px);
  overflow: hidden;
  border: 1px solid rgba(255, 170, 60, 0.26);
  box-shadow: var(--engage-glow), var(--shadow, 0 18px 40px rgba(0, 0, 0, 0.45));
}

.engage-flow-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.engage-phone-mock {
  border-radius: 22px;
  padding: 8px;
  border: 1px solid rgba(255, 170, 60, 0.35);
  background: linear-gradient(160deg, rgba(20, 18, 24, 0.95), rgba(10, 8, 14, 0.88));
  box-shadow: var(--engage-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bw-glow-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(255, 138, 31, 0.35), 0 22px 50px rgba(0, 0, 0, 0.55);
}

.engage-phone-notch {
  height: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.45);
  width: 40%;
  margin: 6px auto 8px;
}

.engage-phone-screen {
  border-radius: 14px;
  overflow: hidden;
}

.engage-phone-screen img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
}

.engage-actions-stack .engage-auto-label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: rgba(255, 170, 60, 0.95);
  margin-bottom: 0.65rem;
}

.engage-action-tile {
  background: linear-gradient(180deg, rgba(12, 10, 16, 0.78), rgba(12, 10, 16, 0.5));
  border: 1px solid rgba(255, 170, 60, 0.22);
  border-radius: 14px;
  padding: 0.55rem 0.72rem;
  margin-bottom: 0.52rem;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.engage-action-tile:hover {
  border-color: rgba(255, 170, 60, 0.45);
  transform: translateX(4px);
}

.engage-action-tile-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  font-size: 0.92rem;
}

.engage-action-icon {
  opacity: 0.95;
}

.engage-action-detail {
  margin-top: 0.35rem;
  font-size: 0.82rem;
}

.engage-action-previews {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.45rem;
  flex-wrap: wrap;
}

.engage-mini-preview {
  font-size: 0.68rem;
  padding: 0.28rem 0.45rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 170, 60, 0.2);
  color: rgba(245, 230, 207, 0.85);
}

/* Use cases */
.engage-use-cases-section {
  position: relative;
  z-index: 1;
  padding: 2rem 0 4rem;
}

.engage-use-cases-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px;
}

.engage-use-cases-heading {
  text-align: center;
  font-size: clamp(1.65rem, 3.2vw, 2.2rem);
  font-weight: 900;
  margin: 0 0 2.25rem;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.5);
}

.engage-use-article + .engage-use-article {
  margin-top: 3rem;
}

.engage-use-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 880px) {
  .engage-use-inner {
    grid-template-columns: 1fr 1fr;
  }
  .engage-use-row--reverse .engage-use-inner {
    direction: rtl;
  }
  .engage-use-row--reverse .engage-use-inner > * {
    direction: ltr;
  }
}

.engage-use-title {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  font-weight: 900;
}

.engage-use-subtitle {
  margin: 0 0 1rem;
  color: var(--muted, rgba(245, 230, 207, 0.8));
  line-height: 1.52;
}

.engage-use-bullets {
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(245, 230, 207, 0.92);
  line-height: 1.52;
}

.engage-use-bullets li {
  margin-bottom: 0.45rem;
}

.engage-use-figure {
  margin: 0;
  border-radius: var(--radius, 18px);
  overflow: hidden;
  border: 1px solid rgba(255, 170, 60, 0.26);
}

.engage-use-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bw-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 1rem;
}

.bw-proof-chip {
  font-size: clamp(0.85rem, 1.35vw, 0.94rem);
  font-weight: 700;
  color: rgba(245, 230, 207, 0.92);
  padding: 6px 0;
}

/* New Engage landing hero */
.wrap.bw-index {
  max-width: none;
  padding: 0 0 34px;
}

.bw-index .engage-hero {
  overflow: hidden;
  padding: 0;
  text-align: left;
  background:
    radial-gradient(circle at 52% 34%, rgba(255, 106, 0, 0.2), transparent 26%),
    radial-gradient(circle at 76% 42%, rgba(255, 106, 0, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.98), #000 82%);
  border-bottom: 1px solid rgba(255, 106, 0, 0.18);
}

.bw-index .engage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background-image:
    radial-gradient(circle, rgba(255, 118, 20, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.6px);
  background-size: 92px 92px, 137px 137px;
  background-position: 22px 35px, 18px 6px;
  pointer-events: none;
}

.bw-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1.2fr) minmax(260px, 0.9fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 86px) 36px 34px;
}

.bw-hero-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 999px;
  color: #ff8c37;
  background: rgba(255, 106, 0, 0.07);
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.11);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bw-hero-headline {
  margin: 0 0 18px;
  color: #f7efe4;
  font-size: clamp(3.1rem, 6.2vw, 6.05rem);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 20px 44px rgba(0, 0, 0, 0.75);
}

.bw-hero-headline span {
  color: #ff5b00;
  text-shadow: 0 0 26px rgba(255, 91, 0, 0.32);
}

.bw-hero-subtext {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.78rem);
  line-height: 1.2;
  font-weight: 850;
}

.bw-hero-highlight {
  margin: 0 0 12px;
  color: #ff8a1f;
  font-size: 1.02rem;
  font-weight: 850;
}

.bw-hero-body p {
  max-width: 480px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.58;
}

.bw-hero-ctas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.bw-cta-primary,
.bw-cta-secondary {
  border-radius: 8px;
  padding: 15px 22px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bw-cta-primary {
  color: #160800;
  border: 1px solid rgba(255, 138, 31, 0.86);
  background: linear-gradient(135deg, #ff6a00, #ff9d2d);
  box-shadow: 0 0 30px rgba(255, 106, 0, 0.28);
}

.bw-cta-secondary {
  color: #fff;
  background: rgba(5, 5, 5, 0.55);
  border: 1px solid rgba(255, 106, 0, 0.48);
}

.bw-cta-primary:hover,
.bw-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(255, 106, 0, 0.38);
}

.bw-hero-no-card {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.bw-flow {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(170px, 0.82fr) auto;
  gap: 18px;
  align-items: center;
}

.bw-card,
.bw-flow-mail,
.bw-phone-mock,
.bw-hero-action-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 106, 0, 0.22);
  box-shadow: 0 0 28px rgba(255, 106, 0, 0.09), 0 24px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(13px);
}

.bw-flow-mail {
  transform: rotate(-6deg);
  border-radius: 14px;
  padding: 22px 18px;
  min-height: 330px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bw-flow-mail:hover {
  transform: rotate(-3deg) translateY(-4px);
  box-shadow: 0 0 38px rgba(255, 106, 0, 0.26), 0 24px 60px rgba(0, 0, 0, 0.5);
}

.bw-flow-card-title {
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 950;
  letter-spacing: 0.05em;
}

.bw-flow-card-small,
.bw-flow-card-foot {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bw-flow-qr {
  width: 118px;
  height: 118px;
  margin: 24px auto 18px;
  border: 9px solid #f2e8db;
  background:
    linear-gradient(90deg, #111 10px, transparent 10px) 0 0 / 20px 20px,
    linear-gradient(#111 10px, transparent 10px) 0 0 / 20px 20px,
    #f2e8db;
  box-shadow: inset 0 0 0 8px #f2e8db, 0 0 20px rgba(255, 106, 0, 0.22);
}

.bw-flow-arrow {
  color: #ff6a00;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  text-shadow: 0 0 22px rgba(255, 106, 0, 0.55);
  animation: bwFlowPulse 1.8s ease-in-out infinite;
}

@keyframes bwFlowPulse {
  0%, 100% { transform: translateX(0); opacity: 0.7; }
  50% { transform: translateX(6px); opacity: 1; }
}

.bw-phone-mock {
  border-radius: 34px;
  padding: 12px;
  min-height: 388px;
  max-width: 230px;
  margin: 0 auto;
  background: linear-gradient(160deg, rgba(28, 28, 28, 0.96), rgba(3, 3, 3, 0.96));
}

.bw-phone-top {
  color: #fff;
  font-size: 0.72rem;
  padding: 4px 12px 8px;
}

.bw-phone-screen {
  min-height: 335px;
  border-radius: 24px;
  padding: 18px 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #151515, #0a0a0a);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bw-phone-flame {
  font-size: 1.8rem;
}

.bw-phone-screen p {
  margin: 8px 0 14px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.bw-offer-box {
  border-radius: 14px;
  padding: 14px 10px;
  color: #180700;
  background: #f3e4d2;
}

.bw-offer-box small,
.bw-offer-box span {
  display: block;
  font-size: 0.72rem;
}

.bw-offer-box strong {
  display: block;
  margin: 6px 0;
  font-size: 1.65rem;
  line-height: 0.95;
}

.bw-wallet-pill {
  display: inline-flex;
  margin-top: 14px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.82rem;
}

.bw-flow-captions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 18px;
  text-align: center;
}

.bw-flow-captions strong {
  display: block;
  color: #ff6a00;
  font-size: 0.9rem;
}

.bw-flow-captions span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.bw-hero-right h2 {
  margin: 0 0 16px;
  color: #ff8a1f;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.bw-hero-actions-panel {
  display: grid;
  gap: 12px;
}

.bw-hero-action-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  border-radius: 12px;
  padding: 13px 14px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bw-hero-action-card:hover {
  transform: translateX(4px);
  border-color: rgba(255, 106, 0, 0.46);
  box-shadow: 0 0 32px rgba(255, 106, 0, 0.18), 0 20px 44px rgba(0, 0, 0, 0.42);
}

.bw-hero-action-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #ff8a1f;
  border: 1px solid rgba(255, 106, 0, 0.38);
  background: rgba(255, 106, 0, 0.08);
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.14);
}

.bw-hero-action-copy h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.bw-hero-action-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.35;
}

.bw-hero-action-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #91ff99;
  border: 1px solid rgba(145, 255, 153, 0.45);
  font-size: 0.78rem;
}

.bw-hero-results {
  margin-top: 20px;
  text-align: center;
}

.bw-hero-results strong {
  display: block;
  color: #ff8a1f;
  font-size: 0.95rem;
}

.bw-hero-results span {
  color: rgba(255, 255, 255, 0.78);
}

.bw-trusted-logos {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 106, 0, 0.14);
  border-bottom: 1px solid rgba(255, 106, 0, 0.14);
  padding: 18px 28px;
  background: rgba(10, 10, 10, 0.68);
  text-align: center;
}

.bw-trusted-logos > span {
  display: block;
  margin-bottom: 12px;
  color: #ff8a1f;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.bw-trusted-logos div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 58px);
}

.bw-trusted-logos strong {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(1rem, 2vw, 1.35rem);
  filter: grayscale(1);
}

@media (max-width: 1180px) {
  .bw-hero {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  }

  .bw-hero-right {
    grid-column: 1 / -1;
  }

  .bw-hero-actions-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .bw-hero {
    grid-template-columns: 1fr;
    padding: 46px 20px 28px;
    text-align: center;
  }

  .bw-hero-body p {
    margin-left: auto;
    margin-right: auto;
  }

  .bw-hero-ctas {
    justify-content: center;
  }

  .bw-flow {
    grid-template-columns: 1fr;
  }

  .bw-flow-arrow {
    transform: rotate(90deg);
  }

  .bw-flow-arrow:last-of-type {
    display: none;
  }

  .bw-flow-captions {
    grid-template-columns: 1fr;
  }

  .bw-hero-actions-panel {
    grid-template-columns: 1fr;
  }

  .bw-hero-action-card:nth-child(n+4) {
    display: none;
  }
}

/* Production cleanup: calmer proportions + structured hero visuals */
.bw-index .engage-hero {
  background:
    radial-gradient(circle at 52% 30%, rgba(255, 106, 0, 0.13), transparent 30%),
    linear-gradient(180deg, #070707 0%, #000 100%);
}

.bw-index .engage-hero::before {
  opacity: 0.22;
}

.bw-hero {
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 60px;
  padding: 100px 80px;
  max-width: 1440px;
  align-items: center;
}

.bw-hero-headline {
  font-size: clamp(3.6rem, 5.4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.bw-hero-subtext {
  font-size: 1.25rem;
  line-height: 1.35;
  max-width: 520px;
}

.bw-hero-highlight {
  margin-top: 10px;
  margin-bottom: 16px;
}

.bw-hero-body p {
  color: #ccc;
  font-size: 18px;
  line-height: 1.55;
  margin-top: 20px;
  max-width: 520px;
}

.bw-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bw-card,
.bw-card--mail,
.bw-card--phone {
  width: 160px;
  min-width: 160px;
  height: 260px;
  min-height: 260px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 106, 0, 0.3);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.bw-card--mail {
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

.bw-card--mail:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.16);
}

.bw-card--phone {
  padding: 12px;
  margin: 0;
  border-radius: 16px;
}

.bw-flow-card-title {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.bw-flow-qr {
  width: 92px;
  height: 92px;
  margin: 22px auto;
  border-width: 7px;
  background-size: 16px 16px, 16px 16px;
  box-shadow: none;
}

.bw-flow-arrow {
  font-size: 2.35rem;
  text-shadow: none;
}

.bw-phone-top {
  text-align: center;
  padding: 4px 0 10px;
  font-weight: 800;
}

.bw-phone-screen {
  min-height: 210px;
  border-radius: 12px;
  padding: 18px 12px;
  background: rgba(255, 255, 255, 0.04);
}

.bw-phone-screen p {
  margin: 0 0 14px;
}

.bw-offer-box {
  padding: 16px 10px;
}

.bw-offer-box strong {
  font-size: 1.4rem;
}

.bw-wallet-pill {
  margin-top: 14px;
  font-size: 0.76rem;
}

.bw-flow-captions {
  margin-top: 24px;
}

.bw-action-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 106, 0, 0.15);
  margin-bottom: 12px;
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.bw-action-card:hover {
  transform: translateX(2px);
  border-color: rgba(255, 106, 0, 0.3);
  background: rgba(255, 255, 255, 0.055);
}

.bw-hero-action-check {
  color: #91ff99;
  border-color: rgba(145, 255, 153, 0.35);
}

.bw-hero-right h2 {
  margin-bottom: 18px;
}

@media (max-width: 1000px) {
  .bw-hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 42px;
    padding: 84px 48px;
  }

  .bw-hero-body p,
  .bw-hero-subtext {
    margin-left: auto;
    margin-right: auto;
  }

  .bw-hero-ctas,
  .bw-flow {
    justify-content: center;
  }

  .bw-hero-actions-panel {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .bw-hero {
    padding: 60px 20px;
    gap: 34px;
  }

  .bw-hero-headline {
    font-size: 42px;
  }

  .bw-hero-body p {
    font-size: 16px;
  }

  .bw-flow {
    flex-direction: column;
  }

  .bw-flow-arrow {
    transform: rotate(90deg);
    animation: none;
  }

  .bw-card,
  .bw-card--mail,
  .bw-card--phone {
    width: min(240px, 100%);
  }

  .bw-flow-captions {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Engage landing rebuild — Hero → Proof → Funnel → CTA
========================================================= */
body {
  background: radial-gradient(circle at top, #111, #000);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

.page {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.16), transparent 34%),
    linear-gradient(180deg, #080808, #000);
}

.bw-home {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bw-accent {
  color: #ff6a00;
}

.bw-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 999px;
  color: #ff8c00;
  background: rgba(255, 106, 0, 0.06);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bw-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding: 64px 20px;
  align-items: center;
}

.bw-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 16vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.bw-sub {
  margin: 20px 0 0;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.5;
  color: #ccc;
}

.bw-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bw-primary,
.bw-secondary {
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  cursor: pointer;
}

.bw-primary {
  background: linear-gradient(135deg, #ff6a00, #ff8c00);
  border: 1px solid rgba(255, 106, 0, 0.9);
  color: #130700;
}

.bw-secondary {
  border: 1px solid #444;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

.bw-primary:hover,
.bw-secondary:hover {
  transform: translateY(-1px);
}

.bw-hero-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.bw-flow-card {
  width: min(180px, 42vw);
  min-height: 260px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 106, 0, 0.25);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bw-flow-kicker,
.bw-step-label {
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bw-flow-card strong {
  display: block;
  margin: 10px 0;
  font-size: 1.1rem;
}

.bw-flow-card small {
  color: #aaa;
}

.bw-flow-qr {
  width: 88px;
  height: 88px;
  margin: 16px auto;
  border: 7px solid #f2e8db;
  background:
    linear-gradient(90deg, #111 8px, transparent 8px) 0 0 / 16px 16px,
    linear-gradient(#111 8px, transparent 8px) 0 0 / 16px 16px,
    #f2e8db;
}

.bw-flow-arrow {
  color: #ff6a00;
  font-size: 2rem;
}

.bw-mobile-screen {
  margin: 16px 0;
  padding: 18px 12px;
  border-radius: 12px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bw-mobile-screen span,
.bw-mobile-screen b {
  display: block;
}

.bw-mobile-screen b {
  margin-top: 6px;
  color: #ff8c00;
  font-size: 1.4rem;
}

.bw-hero-right {
  padding: 20px;
  border: 1px solid rgba(255, 106, 0, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.bw-hero-right h2 {
  margin: 0 0 16px;
  color: #ff8c00;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bw-action-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ddd;
}

.bw-action-card:last-child {
  border-bottom: 0;
}

.bw-action-card strong {
  color: #8dff92;
}

.bw-trust {
  padding: 26px 20px;
  border-top: 1px solid rgba(255, 106, 0, 0.12);
  border-bottom: 1px solid rgba(255, 106, 0, 0.12);
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.bw-trust p {
  margin: 0 0 14px;
  color: #ff8c00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bw-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 42px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  font-weight: 800;
}

.bw-funnel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px 36px;
}

.bw-section-head {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.bw-section-head h2,
.bw-final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 1.05;
}

.bw-section-head p {
  margin: 14px 0 0;
  color: #ccc;
  font-size: 18px;
}

.bw-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 64px 0;
  align-items: center;
}

.bw-step-text h3 {
  margin: 10px 0 16px;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  line-height: 1.12;
}

.bw-step-text ul {
  margin: 0 0 20px;
  padding-left: 1.15rem;
  color: #d8d8d8;
  line-height: 1.75;
}

.bw-link {
  color: #ff8c00;
  text-decoration: none;
  font-weight: 800;
}

.bw-link:hover {
  text-decoration: underline;
}

.bw-step-visual {
  min-height: 280px;
  border-radius: 18px;
  border: 1px solid rgba(255, 106, 0, 0.2);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 106, 0, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
}

.bw-visual-card {
  width: min(300px, 80%);
  min-height: 170px;
  border-radius: 14px;
  border: 1px solid rgba(255, 106, 0, 0.28);
  background: rgba(0, 0, 0, 0.32);
  display: grid;
  place-items: center;
  color: #ddd;
  font-weight: 800;
}

.bw-final-cta {
  max-width: 960px;
  margin: 48px auto 80px;
  padding: 52px 22px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 106, 0, 0.24);
  background: linear-gradient(160deg, rgba(255, 106, 0, 0.11), rgba(255, 255, 255, 0.03));
}

.bw-final-cta .bw-cta-group {
  justify-content: center;
}

@media (min-width: 900px) {
  .bw-hero {
    grid-template-columns: 1.05fr 1fr 0.8fr;
    gap: 54px;
    padding: 96px 60px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .bw-step {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin: 80px 0;
  }

  .bw-step:nth-of-type(odd) {
    direction: ltr;
  }

  .bw-step:nth-of-type(even) {
    direction: rtl;
  }

  .bw-step:nth-of-type(even) .bw-step-text,
  .bw-step:nth-of-type(even) .bw-step-visual {
    direction: ltr;
  }
}

@media (max-width: 680px) {
  .bw-hero {
    text-align: center;
  }

  .bw-sub,
  .bw-cta-group {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .bw-hero-center {
    flex-direction: column;
  }

  .bw-flow-arrow {
    transform: rotate(90deg);
  }
}

/* Engage hero v2 - 3-column high-impact homepage */
#bw-hero-engage.bw-hero {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 72px 36px 46px;
  color: #fff;
  background:
    radial-gradient(circle at 47% 36%, rgba(255, 106, 0, 0.2), transparent 22%),
    radial-gradient(circle at 58% 18%, rgba(255, 106, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #060606 0%, #0a0a0a 56%, #050505 100%);
  overflow: hidden;
}

#bw-hero-engage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 106, 0, 0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.26) 0 1px, transparent 1.6px);
  background-size: 98px 98px, 142px 142px;
  background-position: 18px 28px, 52px 76px;
  opacity: 0.24;
  pointer-events: none;
}

#bw-hero-engage .bw-hero-container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 1.16fr) minmax(430px, 1fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 3vw, 46px);
  align-items: center;
}

#bw-hero-engage .bw-hero-left,
#bw-hero-engage .bw-hero-center,
#bw-hero-engage .bw-hero-right {
  min-width: 0;
}

#bw-hero-engage .bw-badge {
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 106, 0, 0.42);
  border-radius: 999px;
  color: #ff8a1f;
  background: rgba(255, 106, 0, 0.07);
  box-shadow: inset 0 0 18px rgba(255, 106, 0, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#bw-hero-engage .bw-hero-title {
  margin: 0;
  color: #f7efe6;
  font-size: clamp(4rem, 6vw, 6.25rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.75);
}

#bw-hero-engage .accent {
  color: #ff5b00;
  text-shadow: 0 0 34px rgba(255, 91, 0, 0.38);
}

#bw-hero-engage .bw-hero-sub {
  margin: 24px 0 0;
  max-width: 610px;
  color: #fff;
  font-size: clamp(1.3rem, 1.55vw, 1.62rem);
  font-weight: 850;
  line-height: 1.28;
}

#bw-hero-engage .bw-hero-desc {
  margin: 16px 0 0;
  max-width: 550px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.55;
}

#bw-hero-engage .bw-hero-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

#bw-hero-engage .btn-primary,
#bw-hero-engage .btn-secondary {
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

#bw-hero-engage .btn-primary {
  border: 0;
  color: #130700;
  background: linear-gradient(180deg, #ff8a1f, #ff5b00);
  box-shadow: 0 16px 36px rgba(255, 91, 0, 0.27);
}

#bw-hero-engage .btn-secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

#bw-hero-engage .btn-primary:hover,
#bw-hero-engage .btn-secondary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

#bw-hero-engage .bw-hero-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

#bw-hero-engage .bw-visual-flow {
  display: grid;
  grid-template-columns: minmax(148px, 0.92fr) 34px minmax(188px, 1fr);
  gap: 15px;
  align-items: center;
}

#bw-hero-engage .bw-card.qr-card {
  position: relative;
  min-height: 308px;
  padding: 24px 18px;
  border: 1px solid rgba(255, 106, 0, 0.42);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 106, 0, 0.12), transparent 44%),
    linear-gradient(160deg, rgba(36, 20, 12, 0.82), rgba(5, 5, 5, 0.92));
  box-shadow:
    0 0 30px rgba(255, 106, 0, 0.16),
    inset 0 0 28px rgba(255, 106, 0, 0.06);
  text-align: center;
  transform: rotate(-4deg);
}

#bw-hero-engage .qr-card .label {
  max-width: 150px;
  margin: 0 auto 14px;
  color: #ff8a1f;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

#bw-hero-engage .qr-card p {
  max-width: 150px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

#bw-hero-engage .qr-img {
  position: relative;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  border: 9px solid #f3eadf;
  background:
    linear-gradient(90deg, #161616 8px, transparent 8px) 0 0 / 16px 16px,
    linear-gradient(#161616 8px, transparent 8px) 0 0 / 16px 16px,
    #f3eadf;
}

#bw-hero-engage .qr-img::after {
  content: "🔥";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #090909;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.5);
  font-size: 1.1rem;
}

#bw-hero-engage .arrow {
  color: #ff6a00;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 22px rgba(255, 106, 0, 0.75);
}

#bw-hero-engage .bw-phone {
  width: min(222px, 100%);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(160deg, #202020, #050505 60%);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.68),
    0 0 34px rgba(255, 106, 0, 0.22);
}

#bw-hero-engage .bw-phone-notch {
  width: 54px;
  height: 7px;
  margin: 5px auto 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

#bw-hero-engage .bw-phone-screen {
  min-height: 318px;
  padding: 22px 16px;
  border-radius: 22px;
  color: #141414;
  background:
    linear-gradient(180deg, rgba(255, 245, 230, 0.94), rgba(255, 255, 255, 0.98));
  text-align: center;
}

#bw-hero-engage .phone-kicker {
  display: block;
  color: #ff5b00;
  font-size: 0.78rem;
  font-weight: 950;
}

#bw-hero-engage .phone-offer {
  margin: 18px 0;
  padding: 18px 12px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

#bw-hero-engage .phone-offer span,
#bw-hero-engage .phone-offer small,
#bw-hero-engage .bw-phone-screen > small {
  display: block;
  color: rgba(20, 20, 20, 0.62);
  font-size: 0.66rem;
}

#bw-hero-engage .phone-offer strong {
  display: block;
  margin: 7px 0;
  color: #141414;
  font-size: 1.86rem;
  line-height: 0.98;
}

#bw-hero-engage .phone-wallet {
  width: fit-content;
  margin: 0 auto;
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 0.78rem;
  font-weight: 800;
}

#bw-hero-engage .bw-flow-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  width: min(370px, 100%);
  margin: 24px auto 0;
  color: #ff6a00;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

#bw-hero-engage .bw-flow-labels small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  letter-spacing: 0;
}

#bw-hero-engage .bw-hero-right {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#bw-hero-engage .bw-actions h3 {
  margin: 0 0 16px;
  color: #ff8a1f;
  font-size: 0.94rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

#bw-hero-engage .action-card {
  display: grid;
  grid-template-columns: 46px 1fr 26px;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 106, 0, 0.16);
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.84);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

#bw-hero-engage .action-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 10px;
  background: rgba(255, 106, 0, 0.06);
  font-size: 1.25rem;
}

#bw-hero-engage .action-card strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.86rem;
  text-transform: uppercase;
}

#bw-hero-engage .action-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.28;
}

#bw-hero-engage .check {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 255, 136, 0.38);
  border-radius: 50%;
  color: #00ff88;
  font-size: 0.8rem;
}

#bw-hero-engage .bw-results {
  margin-top: 18px;
  text-align: center;
}

#bw-hero-engage .bw-results strong {
  display: block;
  color: #ff8a1f;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

#bw-hero-engage .bw-results p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1180px) {
  #bw-hero-engage .bw-hero-container {
    grid-template-columns: 1fr 1fr;
  }

  #bw-hero-engage .bw-hero-right {
    grid-column: 1 / -1;
  }

  #bw-hero-engage .bw-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #bw-hero-engage .bw-actions h3,
  #bw-hero-engage .bw-results {
    grid-column: 1 / -1;
  }

  #bw-hero-engage .action-card {
    margin-bottom: 0;
  }
}

@media (max-width: 820px) {
  #bw-hero-engage.bw-hero {
    padding: 58px 20px 38px;
  }

  #bw-hero-engage .bw-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #bw-hero-engage .bw-hero-desc,
  #bw-hero-engage .bw-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  #bw-hero-engage .bw-hero-cta {
    justify-content: center;
  }

  #bw-hero-engage .bw-actions {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  #bw-hero-engage .bw-hero-title {
    font-size: clamp(3.35rem, 17vw, 4.4rem);
  }

  #bw-hero-engage .bw-visual-flow {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }

  #bw-hero-engage .bw-card.qr-card {
    transform: none;
  }

  #bw-hero-engage .arrow {
    transform: rotate(90deg);
  }

  #bw-hero-engage .bw-flow-labels {
    gap: 18px;
  }

  #bw-hero-engage .bw-actions {
    grid-template-columns: 1fr;
  }

  #bw-hero-engage .action-card:nth-of-type(n+5) {
    display: none;
  }
}
