/* AI Support promo band — marketing sites */
.eh-ai-promo {
  --eh-promo-ink: #f8fafc;
  --eh-promo-muted: #c7d4ef;
  padding: 5.5rem 1.25rem;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(9, 92, 255, 0.32), transparent 48%),
    linear-gradient(145deg, #0b1220 0%, #122044 52%, #081018 100%);
  color: var(--eh-promo-ink);
}
.eh-ai-promo__inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 960px) {
  .eh-ai-promo__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}
.eh-ai-promo__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8fb6ff;
}
.eh-ai-promo__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff !important;
  font-weight: 800;
}
.eh-ai-promo__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--eh-promo-muted) !important;
  max-width: 38rem;
}
.eh-ai-promo__list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.eh-ai-promo__list li {
  position: relative;
  padding-left: 1.35rem;
  color: #e6edfb !important;
  font-size: 0.98rem;
  line-height: 1.45;
}
.eh-ai-promo__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #4d8dff;
  box-shadow: 0 0 0 3px rgba(77, 141, 255, 0.2);
}
.eh-ai-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.eh-ai-promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.eh-ai-promo__btn--primary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(232,241,255,0.96) 45%, rgba(210,228,255,0.95) 100%);
  color: #0639a8 !important;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(9, 92, 255, 0.08),
    0 0 0 4px rgba(255, 255, 255, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(120, 180, 255, 0.35);
  min-height: 52px;
  padding: 0 1.4rem;
  font-size: 14px;
}
.eh-ai-promo__btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.eh-ai-promo__title {
  text-shadow: 0 2px 24px rgba(9, 92, 255, 0.35);
}
.eh-ai-promo__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(9, 92, 255, 0.28);
  border: 1px solid rgba(159, 200, 255, 0.35);
  color: #d6e6ff !important;
}
.eh-ai-promo__btn--ghost {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(120,170,255,0.14) 45%, rgba(9,92,255,0.22) 100%);
  color: #fff !important;
  border: 1px solid rgba(200, 220, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 0 0 4px rgba(120, 180, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(100, 170, 255, 0.28);
  min-height: 52px;
  padding: 0 1.35rem;
  font-size: 14px;
}
.eh-ai-promo__btn--ghost:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
/* Shared moving shine on glossy bubbles + buttons */
.eh-glossy-bubble::after,
.eh-ai-promo__btn::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -40%;
  width: 45%;
  height: 140%;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,0.75) 50%,
    rgba(255,255,255,0) 65%,
    transparent 100%
  );
  transform: translateX(-120%) skewX(-18deg);
  animation: eh-gloss-shine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.eh-ai-promo__btn > * {
  position: relative;
  z-index: 2;
}
@keyframes eh-gloss-shine {
  0%, 28% { transform: translateX(-140%) skewX(-18deg); opacity: 0; }
  35% { opacity: 1; }
  55% { transform: translateX(280%) skewX(-18deg); opacity: 0.85; }
  62%, 100% { transform: translateX(280%) skewX(-18deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .eh-glossy-bubble::after,
  .eh-ai-promo__btn::after {
    animation: none;
    display: none;
  }
}
.eh-ai-promo__card {
  border-radius: 22px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}
.eh-ai-promo__card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.eh-ai-promo__card-head strong {
  display: block;
  color: #fff !important;
  font-size: 0.95rem;
}
.eh-ai-promo__card-sub {
  display: block;
  color: #a9c0ea !important;
  font-size: 0.8rem;
  line-height: 1.45;
}
/* Keep ECOMHUTSY on one line — never stack ECOM / HUTSY */
.eh-ai-promo__card-head .brand-mark,
.eh-ai-promo__card-head .brand-mark__ecom,
.eh-ai-promo__card-head .brand-mark__hutsy,
.eh-glossy-bubble .brand-mark,
.eh-glossy-bubble .brand-mark__ecom,
.eh-glossy-bubble .brand-mark__hutsy {
  display: inline !important;
  white-space: nowrap;
}
.eh-ai-promo__card-head .eh-glossy-bubble,
.eh-glossy-bubble--brand,
.eh-glossy-bubble--inline {
  display: inline-flex !important;
  flex-wrap: nowrap;
  white-space: nowrap;
  vertical-align: middle;
}
.eh-ai-promo__headset {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, #095cff, #0639a8);
  position: relative;
  flex-shrink: 0;
}
.eh-ai-promo__headset::before,
.eh-ai-promo__headset::after {
  content: "";
  position: absolute;
  background: #fff;
}
.eh-ai-promo__headset::before {
  width: 18px;
  height: 10px;
  border: 2.5px solid #fff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
}
.eh-ai-promo__headset::after {
  width: 7px;
  height: 10px;
  border-radius: 3px;
  left: 9px;
  top: 18px;
  box-shadow: 17px 0 0 #fff;
}
.eh-ai-promo__bubble {
  margin: 0 0 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220 !important;
  font-size: 0.88rem;
  line-height: 1.45;
}
.eh-ai-promo__bubble--bot {
  background: rgba(9, 92, 255, 0.18);
  color: #e8f0ff !important;
  border: 1px solid rgba(159, 200, 255, 0.25);
}

/* Security section professionalism */
.home-security .home-security-grid {
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem) !important;
}
.home-security .number-label {
  display: inline-flex !important;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #9ec0ff !important;
}
.home-security .number-label b {
  font-size: 2rem !important;
  color: #7eb0ff !important;
  letter-spacing: -0.04em !important;
}
.home-security .home-security-copy h2 {
  max-width: 11ch;
  margin-bottom: 1.1rem !important;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
}
.home-security .home-security-copy > p {
  max-width: 36rem;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
  color: #d5e0f7 !important;
  margin-bottom: 1.25rem !important;
}
.home-security .home-security-copy ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.home-security .home-security-copy li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 2.1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8eefc !important;
  font-weight: 600 !important;
}
.home-security .home-security-copy li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #5b9bff;
}
.home-security .button-primary {
  box-shadow: 0 12px 30px rgba(9, 92, 255, 0.28);
}
.home-security .security-glass-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(9, 92, 255, 0.12), transparent 55%),
    #ffffff !important;
  border: 1px solid rgba(120, 160, 255, 0.35) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28) !important;
}

/* Glossy brand bubbles — visible, professional */
.eh-glossy-bubble {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b3aa8;
  line-height: 1.2;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(236,244,255,0.92) 48%, rgba(214,230,255,0.9) 100%);
  border: 1px solid rgba(9, 92, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.95),
    inset 0 -1px 0 rgba(9, 92, 255, 0.08),
    0 0 0 4px rgba(9, 92, 255, 0.1),
    0 10px 28px rgba(15, 40, 100, 0.16),
    0 0 24px rgba(77, 141, 255, 0.28);
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  isolation: isolate;
}
.eh-glossy-bubble::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 2px;
  height: 40%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
}
.eh-glossy-bubble > * {
  position: relative;
  z-index: 2;
}
.eh-glossy-bubble--lg {
  padding: 0.85rem 1.45rem;
  font-size: 16px;
  letter-spacing: 0.1em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.98),
    inset 0 -1px 0 rgba(9, 92, 255, 0.1),
    0 0 0 5px rgba(9, 92, 255, 0.12),
    0 14px 34px rgba(15, 40, 100, 0.2),
    0 0 32px rgba(77, 141, 255, 0.35);
}
.eh-glossy-bubble--brand {
  margin: 0 0.15rem;
  padding: 0.22rem 0.7rem;
  font-size: inherit;
  letter-spacing: 0.02em;
  text-transform: none;
  vertical-align: baseline;
}
.eh-glossy-bubble--inline {
  display: inline-flex;
  margin: 0 0.2rem;
  padding: 0.15rem 0.55rem;
  font-size: 0.92em;
}
.eh-glossy-bubble--on-dark {
  color: #e8f1ff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(120,170,255,0.18) 45%, rgba(9,92,255,0.28) 100%);
  border: 1px solid rgba(200, 220, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 0 0 4px rgba(120, 180, 255, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(100, 170, 255, 0.4);
}
.eh-glossy-bubble--on-dark .brand-mark,
.eh-glossy-bubble--on-dark .brand-mark__ecom {
  color: #ffffff !important;
}
.eh-glossy-bubble--on-dark .brand-mark__hutsy {
  color: #ff9a3c !important;
}
.eh-glossy-bubble .brand-mark {
  font-size: inherit;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.eh-ai-promo__title .eh-glossy-bubble--brand {
  font-size: 0.82em;
  padding: 0.18rem 0.75rem;
  position: relative;
  top: -0.08em;
}
.eh-ai-promo__eyebrow.eh-glossy-bubble {
  margin-bottom: 1rem;
  font-size: 13px;
  letter-spacing: 0.14em;
}
