/* =====================================================================
   HOME 2026 — bespoke immersive home page (Aurora Noir)
   Loaded only on index.php, after redesign-2026.css. Uses .hx-* classes.
   ===================================================================== */
.hx-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.hx-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .24em; font-size: 12px; color: var(--brand-700);
}
.hx-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brand); display: inline-block; }

/* ----------------------------- HERO ------------------------------- */
.hx-hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 86vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 104px 24px 66px;
}
.hx-hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hx-hero__grid {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    linear-gradient(rgba(16,24,32,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,24,32,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask: radial-gradient(70% 65% at 50% 42%, #000, transparent 78%);
  mask: radial-gradient(70% 65% at 50% 42%, #000, transparent 78%);
}
.hx-hero::after {
  content: ""; position: absolute; z-index: -2; left: 50%; top: 44%;
  width: min(960px, 120vw); height: min(960px, 120vw); transform: translate(-50%,-50%);
  border-radius: 50%; filter: blur(8px);
  background: radial-gradient(circle, rgba(0,131,184,.30), rgba(0,174,239,.12) 42%, transparent 66%);
}
.hx-hero__inner { position: relative; max-width: 1000px; }
.hx-hero__title {
  font-family: var(--font-display) !important; font-weight: 600; color: var(--ink);
  font-size: clamp(2.4rem, 5.6vw, 4.7rem); line-height: 1.04; letter-spacing: -0.025em;
  margin: 20px 0 0;
}
.hx-rotator { display: inline-block; }
.hx-rotator__word {
  display: inline-block; font-style: italic;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  transition: opacity .22s ease, transform .22s ease;
}
.hx-hero__sub { max-width: 600px; margin: 20px auto 0; font-size: 1.04rem; line-height: 1.65; color: var(--slate); }
.hx-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* Buttons */
.hx-btn {
  position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 16px; padding: 16px 32px;
  border-radius: 999px; text-decoration: none; will-change: transform;
  transition: transform .18s ease, box-shadow .25s ease, background-position .5s ease, background .3s ease;
}
.hx-btn i { transition: transform .25s ease; }
.hx-btn:hover i { transform: translateX(4px); }
.hx-btn--primary {
  background: var(--grad); background-size: 200% 100%; color: #fff;
  box-shadow: 0 16px 40px -12px rgba(0,174,239,.6);
}
.hx-btn--primary:hover { color: #fff; background-position: 100% 50%; box-shadow: 0 24px 52px -14px rgba(0,131,184,.72); }
.hx-btn--ghost { color: var(--ink); box-shadow: inset 0 0 0 1.5px rgba(16,24,32,.20); backdrop-filter: blur(6px); }
.hx-btn--ghost:hover { color: var(--brand-700); background: rgba(0,174,239,.08); box-shadow: inset 0 0 0 1.5px rgba(0,174,239,.5); }
.hx-btn--light { background: var(--ink); color: #fff; box-shadow: 0 16px 40px -14px rgba(0,0,0,.4); }
.hx-btn--light:hover { color: #fff; }

/* Scroll cue */
.hx-scrollcue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(16,24,32,.25); border-radius: 14px; display: block;
}
.hx-scrollcue span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  border-radius: 2px; background: var(--brand); animation: hxCue 1.6s ease-in-out infinite;
}
@keyframes hxCue { 0%{opacity:0;transform:translateY(0)} 30%{opacity:1} 100%{opacity:0;transform:translateY(15px)} }

/* --------------------------- MARQUEE ------------------------------ */
.hx-marquee {
  overflow: hidden; padding: 24px 0; background: rgba(16,24,32,.02);
  border-top: 1px solid rgba(16,24,32,.08); border-bottom: 1px solid rgba(16,24,32,.08);
}
.hx-marquee__track { display: flex; align-items: center; gap: 42px; width: max-content; animation: hxMarquee 30s linear infinite; }
.hx-marquee span {
  font-family: var(--font-display); font-style: italic; font-size: clamp(1.6rem, 3vw, 2.6rem);
  color: transparent; -webkit-text-stroke: 1px rgba(16,24,32,.55);
}
.hx-marquee i { color: var(--brand); font-style: normal; font-size: 1rem; }
@keyframes hxMarquee { to { transform: translateX(-50%); } }

/* -------------------------- PLATFORM ------------------------------ */
.hx-platform { padding: clamp(48px, 6vw, 84px) 0; }
.hx-sec-head { text-align: center; max-width: 680px; margin: 0 auto clamp(28px, 3.5vw, 44px); }
.hx-sec-title {
  font-family: var(--font-display) !important; font-weight: 600; color: var(--ink);
  font-size: clamp(1.75rem, 3.2vw, 2.6rem); line-height: 1.08; margin: 14px 0 10px; letter-spacing: -0.02em;
}
.hx-sec-sub { color: var(--slate); font-size: 1rem; }

.hx-bento {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(200px, auto); gap: 16px;
  grid-template-areas:
    "feat feat quick quick"
    "feat feat rebel vue";
}
.hx-tile {
  position: relative; overflow: hidden; min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
  padding: 24px; border-radius: 18px; text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16,24,32,.10); box-shadow: 0 18px 48px -28px rgba(16,24,32,.30);
  opacity: 0; transform: translateY(26px);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease, opacity .5s ease;
}
.hx-tile.is-in { opacity: 1; transform: none; }
.hx-tile:hover { transform: translateY(-8px); box-shadow: 0 48px 92px -34px rgba(0,174,239,.5), 0 0 0 1px rgba(0,174,239,.3); }
.hx-tile__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: auto; }
.hx-tile__tag {
  font-family: var(--font-head); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; background: var(--grad); padding: 5px 12px; border-radius: 999px;
}
.hx-tile__no { font-family: var(--font-display); font-size: 1.5rem; color: rgba(16,24,32,.18); }
.hx-tile h3 { font-family: var(--font-head) !important; color: var(--ink); font-size: 1.32rem; font-weight: 700; margin: 0; letter-spacing: -0.01em; }
.hx-tile p { color: var(--slate); font-size: .92rem; margin: 0; line-height: 1.55; }
.hx-tile__cta { font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--brand-700); margin-top: 8px; }

.hx-tile--feature { grid-area: feat; justify-content: flex-start; }
.hx-tile--feature h3 { font-size: 2rem; margin-top: 8px; }
.hx-tile--feature p { font-size: 1rem; max-width: 34ch; }
.hx-tile--quick { grid-area: quick; }
.hx-tile--rebel { grid-area: rebel; }
.hx-tile--vue   { grid-area: vue; }

/* feature mini data-viz */
.hx-chart { display: flex; align-items: flex-end; gap: 7px; height: 92px; margin: 22px 0 6px; }
.hx-chart span { flex: 1; border-radius: 5px 5px 0 0; background: var(--grad); opacity: .9; }
.hx-chart span:nth-child(1){height:38%} .hx-chart span:nth-child(2){height:62%}
.hx-chart span:nth-child(3){height:48%} .hx-chart span:nth-child(4){height:80%}
.hx-chart span:nth-child(5){height:58%} .hx-chart span:nth-child(6){height:94%}
.hx-chart span:nth-child(7){height:70%} .hx-chart span:nth-child(8){height:100%}

/* CTA tile (wide banner) */
.hx-tile--cta {
  grid-area: cta; flex-direction: row; align-items: center; justify-content: space-between; gap: 24px;
  background: linear-gradient(120deg, #1e3c72, #2a5298 70%);
}
.hx-tile--cta h3 { font-size: 1.7rem; color: #fff; }
.hx-tile--cta p { margin-top: 6px; max-width: 52ch; color: rgba(255,255,255,.85); }
.hx-tile--cta .hx-btn { flex: none; }

/* ------------------------- HOW IT WORKS --------------------------- */
.hx-steps { padding: clamp(44px, 5.5vw, 78px) 0; border-top: 1px solid rgba(16,24,32,.08); }
.hx-steps__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: start; }
.hx-steps__intro { position: sticky; top: 110px; }
.hx-steps__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.hx-steps__list li {
  display: flex; gap: 22px; align-items: flex-start; padding: 22px; border-radius: 16px;
  background: #ffffff; border: 1px solid rgba(16,24,32,.10); box-shadow: 0 14px 40px -28px rgba(16,24,32,.30);
  opacity: 0; transform: translateY(26px); transition: opacity .55s ease, transform .55s ease, border-color .3s ease;
}
.hx-steps__list li.is-in { opacity: 1; transform: none; }
.hx-steps__list li:hover { border-color: rgba(0,174,239,.5); }
.hx-steps__no {
  font-family: var(--font-display); font-size: 2.4rem; line-height: 1; min-width: 70px;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hx-steps__list h4 { font-family: var(--font-head) !important; color: var(--ink); font-size: 1.2rem; margin: 2px 0 5px; }
.hx-steps__list p { color: var(--slate); margin: 0; }

/* Connected-modules ecosystem visual (fills the intro column) */
.hx-eco {
  margin-top: 24px; border-radius: 18px; padding: 16px 16px 14px;
  background: linear-gradient(155deg, #1a2c49 0%, #122038 55%, #0f1a2e 130%);
  border: 1px solid rgba(0,174,239,.20);
  box-shadow: 0 24px 60px -34px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.05);
}
.hx-eco__stage { position: relative; height: clamp(196px, 23vw, 232px); }
/* connector lines from the core out to each module */
.hx-eco__links { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; overflow: visible; }
.hx-eco__links line {
  stroke: rgba(0,174,239,.7); stroke-width: 1.6; vector-effect: non-scaling-stroke;
  stroke-dasharray: 5 6; stroke-linecap: round;
  animation: hxEcoFlow 1.4s linear infinite;
}
@keyframes hxEcoFlow { to { stroke-dashoffset: -22; } }
/* central platform core */
.hx-eco__core {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  width: 78px; height: 78px; border-radius: 50%; text-align: center;
  color: #fff; background: var(--grad);
  box-shadow: 0 14px 28px -10px rgba(0,174,239,.6), 0 0 0 5px rgba(0,174,239,.12);
}
.hx-eco__core i { font-size: 16px; opacity: .95; }
.hx-eco__core b { font-family: var(--font-display); font-weight: 800; font-size: 1rem; line-height: 1; letter-spacing: .02em; }
.hx-eco__core span { font-family: var(--font-head); font-size: 7px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; opacity: .9; }
/* module nodes */
.hx-eco__node {
  position: absolute; z-index: 2; transform: translate(-50%,-50%);
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  width: 84px; padding: 10px 6px; border-radius: 13px; text-align: center;
  background: #ffffff; border: 1px solid rgba(16,24,32,.10);
  box-shadow: 0 12px 28px -16px rgba(16,24,32,.4);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.hx-eco__node i {
  width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--brand-700); background: rgba(0,174,239,.12);
}
.hx-eco__node span { font-family: var(--font-head); font-weight: 700; font-size: 11px; color: var(--ink); line-height: 1.2; }
.hx-eco__node:hover { transform: translate(-50%,-50%) translateY(-3px); border-color: rgba(0,174,239,.5); box-shadow: 0 18px 36px -16px rgba(0,174,239,.45); }
.hx-eco__node--tl { left: 20%; top: 17.4%; }
.hx-eco__node--tr { left: 80%; top: 17.4%; }
.hx-eco__node--bl { left: 20%; top: 82.6%; }
.hx-eco__node--br { left: 80%; top: 82.6%; }
/* discover -> configure -> go live journey */
.hx-eco__journey {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px;
  margin-top: 14px; padding-top: 12px; border-top: 1px dashed rgba(255,255,255,.16);
}
.hx-eco__journey span {
  font-family: var(--font-head); font-weight: 700; font-size: 11.5px; letter-spacing: .04em;
  color: #cdd9ea; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.08);
}
.hx-eco__journey i { width: 16px; height: 1px; background: rgba(255,255,255,.28); }
.hx-eco__journey .is-live {
  position: relative; color: #fff; background: var(--grad); padding-left: 24px;
}
.hx-eco__journey .is-live::before {
  content: ""; position: absolute; left: 11px; top: 50%; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: hxEcoPulse 1.8s ease-out infinite;
}
@keyframes hxEcoPulse { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)} 70%{box-shadow:0 0 0 8px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }
@media (prefers-reduced-motion: reduce) {
  .hx-eco__links line, .hx-eco__journey .is-live::before { animation: none !important; }
}

/* ----------------------------- CTA -------------------------------- */
.hx-cta-wrap { padding: 0 0 clamp(48px, 6vw, 84px); }
.hx-cta {
  position: relative; overflow: hidden; text-align: center; border-radius: 24px;
  padding: clamp(38px, 5vw, 64px) 30px;
  background: linear-gradient(140deg, #1e3c72, #24467f 60%, #2a5298);
  border: 1px solid rgba(255,255,255,.1); box-shadow: 0 44px 90px -42px rgba(0,174,239,.55);
  opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease;
}
.hx-cta.is-in { opacity: 1; transform: none; }
.hx-cta::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px; -webkit-mask: radial-gradient(70% 70% at 50% 30%, #000, transparent); mask: radial-gradient(70% 70% at 50% 30%, #000, transparent);
}
.hx-cta > * { position: relative; z-index: 1; }
.hx-cta h2 { font-family: var(--font-display) !important; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 12px; }
.hx-cta p { color: rgba(255,255,255,.85); max-width: 540px; margin: 0 auto 24px; font-size: 1rem; }

/* --------------------------- Responsive --------------------------- */
/* Tablet / mid widths: 4 cramped columns -> clean 2x2 grid */
@media (min-width: 901px) and (max-width: 1100px) {
  .hx-bento {
    grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(196px, auto);
    grid-template-areas: "feat quick" "rebel vue";
  }
  .hx-tile--feature h3 { font-size: 1.7rem; }
}
@media (max-width: 900px) {
  .hx-bento {
    grid-template-columns: 1fr; grid-auto-rows: auto;
    grid-template-areas: "feat" "quick" "rebel" "vue" "cta";
  }
  .hx-tile { min-height: 210px; }
  .hx-tile--cta { flex-direction: column; align-items: flex-start; }
  .hx-steps__grid { grid-template-columns: 1fr; gap: 30px; }
  .hx-steps__intro { position: static; }
}
@media (max-width: 600px) {
  .hx-hero { min-height: 90vh; padding-top: 120px; }
  .hx-hero__cta .hx-btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   GROW BAND — "shuffle → settle → flip" capability cards
   • Cards deal out from a grouped stack into their grid slots on scroll-in
     (premium spring settle, driven by home-2026.js).
   • Hover (pointer) or tap (touch) flips each card to a detailed back face.
   ===================================================================== */
.hx-grow {
  position: relative; overflow: hidden;
  padding: clamp(44px, 5.5vw, 80px) 0;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(255,255,255,.45), transparent 55%),
    linear-gradient(125deg, #38c2f5 0%, #00aeef 46%, #0094cf 100%);
}
/* soft diagonal light sweep, echoing Quanto's band */
.hx-grow::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(118deg, transparent 38%, rgba(255,255,255,.22) 50%, transparent 62%);
}
.hx-grow > .hx-container { position: relative; z-index: 1; }
.hx-grow__title {
  font-family: var(--font-display) !important; font-weight: 700;
  text-align: center; color: #ffffff; letter-spacing: -.02em;
  font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.14;
  max-width: 940px; margin: 0 auto clamp(26px, 3vw, 42px);
}
.hx-grow__cards {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: stretch;
  perspective: 1600px;                    /* shared scene so the deal reads as 3D */
}
/* Outer card = grid slot + flip scene. Entrance transform is applied inline by JS
   and cleared on settle, so the CSS hover lift never fights it. */
.hx-grow__card {
  position: relative; min-height: 230px; border: 0; background: transparent;
  cursor: pointer; outline: none;
  transform-style: preserve-3d; will-change: transform;
  transition: transform .45s cubic-bezier(.2,.75,.3,1);
}
.hx-grow__card:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,.9), 0 0 0 6px rgba(0,131,184,.7); border-radius: 24px; }
@media (hover: hover) {
  .hx-grow__card:hover { transform: translateY(-7px) scale(1.02); z-index: 3; }
}
/* The flipping element */
.hx-grow__flip {
  position: relative; width: 100%; height: 100%; min-height: 230px;
  transform-style: preserve-3d; will-change: transform;
  transition: transform .7s cubic-bezier(.4,.15,.2,1);
}
@media (hover: hover) {
  .hx-grow__card:hover .hx-grow__flip { transform: rotateY(180deg); }
}
.hx-grow__card.is-flipped .hx-grow__flip { transform: rotateY(180deg); }  /* tap / keyboard */
.hx-grow__face {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  padding: 28px 24px; border-radius: 22px; overflow: hidden;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  transform: translateZ(0);               /* promote to its own layer (smooth GPU flip) */
}
.hx-grow__face--front {
  gap: 16px;
  background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 40px -26px rgba(0,50,100,.45), inset 0 1px 0 rgba(255,255,255,.5);
}
.hx-grow__face--back {
  transform: rotateY(180deg) translateZ(0); justify-content: center; gap: 10px;
  background: linear-gradient(160deg, #ffffff, #f0f8fe);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 34px 64px -24px rgba(0,50,100,.5), inset 0 1px 0 rgba(255,255,255,.7);
}
.hx-grow__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 16px; font-size: 26px;
  color: #fff; background: var(--grad);
  box-shadow: 0 12px 26px -8px rgba(0,131,184,.6);
}
.hx-grow__face--front h3 {
  font-family: var(--font-head) !important; font-weight: 700; margin: auto 0 0;
  color: #0b2030; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.01em;
}
.hx-grow__face--back h3 {
  font-family: var(--font-head) !important; font-weight: 700; margin: 0 0 2px;
  color: #0083b8; font-size: 1.12rem; line-height: 1.2;
}
.hx-grow__face--back p { margin: 0; color: #4a5560; font-size: .92rem; line-height: 1.5; }
.hx-grow__face--back .hx-grow__detail { color: #6b7785; font-size: .8rem; line-height: 1.4; }
.hx-grow__more {
  margin-top: 6px; align-self: flex-start;
  font-family: var(--font-head); font-weight: 700; font-size: .88rem; color: #0083b8;
  background: none; transition: gap .2s ease, color .2s ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.hx-grow__more i { transition: transform .2s ease; }
.hx-grow__more:hover { color: #02688f; }
.hx-grow__more:hover i { transform: translateX(4px); }

@media (max-width: 1040px) { .hx-grow__cards { grid-template-columns: repeat(3, 1fr); column-gap: 18px; row-gap: 28px; } }
@media (max-width: 720px)  {
  .hx-grow__cards { grid-template-columns: repeat(2, 1fr); column-gap: 14px; row-gap: 30px; }
  .hx-grow__card, .hx-grow__flip { min-height: 200px; }
  .hx-grow__face { padding: 22px 18px; }
  .hx-grow__face--back p { font-size: .86rem; }
  /* gentler lift on small screens so a flipped card never touches the one above */
  .hx-grow__card:hover { transform: translateY(-4px) scale(1.01); }
}
@media (max-width: 430px)  { .hx-grow__cards { grid-template-columns: 1fr; row-gap: 26px; } }

/* Reduced motion: no deal animation; keep flip (user-initiated) */
@media (prefers-reduced-motion: reduce) {
  .hx-marquee__track, .hx-scrollcue span { animation: none !important; }
  .hx-tile, .hx-steps__list li, .hx-cta { opacity: 1 !important; transform: none !important; }
  .hx-grow__card { opacity: 1 !important; }
  .hx-grow__card, .hx-grow__flip { transition-duration: .3s; }
}

/* ===================== TRUSTED PARTNERS marquee ===================== */
.arm-partners { padding: clamp(30px, 4vw, 56px) 0; }
.arm-partners__eyebrow { text-align: center; font-family: var(--font-head); font-weight: 700;
  text-transform: uppercase; letter-spacing: .24em; font-size: 13px; color: var(--brand-700);
  margin: 0 0 clamp(26px, 3vw, 40px); }
.arm-pt { position: relative; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.arm-pt__track { display: flex; width: max-content; will-change: transform;
  animation: armPtScroll 40s linear infinite; }
.arm-pt:hover .arm-pt__track, .arm-pt__track:focus-within { animation-play-state: paused; }
@keyframes armPtScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.arm-pt__item { flex: none; display: flex; align-items: center; justify-content: center;
  height: 70px; min-width: 168px; padding: 0 26px; margin: 0 14px; border-radius: 14px;
  background: #fff; box-shadow: 0 18px 38px -22px rgba(0,0,0,.65);
  transition: transform .3s ease, box-shadow .3s ease; }
.arm-pt__item:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -22px rgba(0,174,239,.5); }
.arm-pt__item img { max-height: 40px; max-width: 150px; width: auto; object-fit: contain; display: block; }
.arm-pt__item--text span { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem;
  color: #1b2a4a; letter-spacing: -.01em; }
@media (max-width: 600px) {
  .arm-pt__item { height: 58px; min-width: 132px; padding: 0 18px; margin: 0 10px; }
  .arm-pt__item img { max-height: 32px; max-width: 118px; }
  .arm-pt__item--text span { font-size: 1.15rem; }
}
@media (prefers-reduced-motion: reduce) { .arm-pt__track { animation: none; } }

/* "See it on your counter" pulled out of bento → standalone band above grow */
.hx-cta-tile { padding: clamp(4px,1.5vw,16px) 0 clamp(28px,4vw,56px); }
.hx-tile--standalone { width: 100%; min-height: 170px; }

/* partner logo size tweaks */
.arm-pt__item--big { min-width: 180px; }
.arm-pt__item--big img { max-height: 60px; max-width: 200px; }
.arm-pt__item--bc { min-width: 210px; gap: 11px; }
.arm-pt__item--bc img { max-height: 40px; max-width: 42px; }
.arm-pt__bc { font-family: var(--font-display); font-weight: 500; font-size: 1.18rem; letter-spacing: .02em; color: #2a2a2a; line-height: 1; }
.arm-pt__bc b { font-weight: 800; color: #c8202e; }

/* bigger chips + enlarge padded square logos (datacap, quilt) */
.arm-pt__item { height: 86px; }
.arm-pt__item--big { min-width: 190px; }
.arm-pt__item--big img { max-height: 72px; max-width: 210px; }
.arm-pt__item--datacap { overflow: hidden; }
.arm-pt__item--datacap img { transform: scale(1.35); }
@media (max-width: 600px) { .arm-pt__item { height: 66px; } .arm-pt__item--big img { max-height: 54px; } }
