/* ============================================================
   WEBEXTENT — HOME PAGE CSS
   assets/css/home.css

   Only for: index.html
   Requires: global.css + nav.css loaded first
   ============================================================ */


/* ── Page offset for fixed nav ─────────── */
body { padding-top: 64px; }


/* ============================================================
   HERO
   ============================================================ */
.we-hero {
  padding: 80px 0 72px;
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
}
.we-hero__mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 82% 30%, rgba(232,72,17,.06) 0%, transparent 65%),
    radial-gradient(ellipse 50% 55% at 15% 70%, rgba(100,140,220,.05) 0%, transparent 65%);
}
.we-hero__grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(13,17,23,.055) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 20%, transparent 100%);
}
.we-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0px;
}
.we-hero__left  { animation: we-fadeUp .75s .1s ease both; }
.we-hero__right { animation: we-fadeIn .9s .4s ease both; position: relative; }

/* Hero badge pill */
.we-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-gray-2);
  padding: 5px 14px 5px 6px;
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: var(--fw-semi);
  color: var(--color-ink-2);
  margin-bottom: 26px;
  overflow: hidden;
}
.we-hero__pill-dot {
  background: var(--color-base);
  color: #fff;
  font-size: 10px;
  font-weight: var(--fw-black);
  padding: 3px 3px;
  border-radius: var(--r-full);
  margin-left: 7px;
}

.we-hero__h1 { margin-bottom: 20px; }
.we-hero__h1 .line2 { color: var(--color-base); font-style: italic; }

.we-hero__desc {
  font-size: 17px;
  color: var(--color-ink-2);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 34px;
}
.we-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.we-hero__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 26px;
  border-top: 1px solid var(--color-line);
}
.we-hero__avatars { display: flex; }
.we-hero__av {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: var(--fw-bold); color: #fff;
  margin-left: -8px;
}
.we-hero__av:first-child { margin-left: 0; }
.we-hero__proof-text { font-size: 13px; color: var(--color-ink-3); }
.we-hero__proof-text strong { color: var(--color-ink); font-weight: var(--fw-bold); }
.we-hero__stars { color: #f59e0b; font-size: 12px; letter-spacing: 1px; }

/* Hero card mockup */
.we-hero__card {
  background: var(--color-white);
  border: 1px solid var(--color-gray-2);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  overflow: hidden;
}
.we-hc__topbar {
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-line);
  padding: 11px 14px;
  display: flex; align-items: center; gap: 7px;
}
.we-hc__dot { width: 10px; height: 10px; border-radius: 50%; }
.we-hc__addr {
  flex: 1; max-width: 240px; margin-left: 6px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-2);
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 11px; color: var(--color-ink-3);
}
.we-hc__body { padding: 20px; }
.we-hc__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.we-hc__title  { font-size: 13px; font-weight: var(--fw-bold); color: var(--color-ink); }
.we-hc__live   {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: var(--fw-semi); color: #16a34a;
  background: #f0fdf4; border: 1px solid #bbf7d0;
  padding: 3px 9px; border-radius: var(--r-full);
}
.we-hc__live-dot { width: 5px; 
  height: 5px; 
  border-radius: 50%; 
  background: var(--color-base); 
  animation: we-pulse 2s infinite; }
.we-hc__metrics {
  display: flex; gap: 10px; margin-bottom: 18px;
}
.we-hc__metric {
  flex: 1;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-line);
  border-radius: var(--r-md);
  padding: 12px 10px;
}
.we-hc__metric-l { font-size: 9px; font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: .7px; color: var(--color-ink-3); margin-bottom: 5px; }
.we-hc__metric-v { font-size: 18px; font-weight: var(--fw-black); color: var(--color-ink); line-height: 1; }
.we-hc__metric-v.we-text-base { color: var(--color-base); }
.we-hc__metric-v.green { color: #16a34a; }
.we-hc__metric-c { font-size: 10px; color: #16a34a; font-weight: var(--fw-semi); margin-top: 3px; }
.we-hc__chart { display: flex; align-items: flex-end; gap: 4px; height: 58px; }
.we-hc__bar {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: var(--color-gray-1);
}
.we-hc__bar--hi {
  background: linear-gradient(to top, var(--color-base), var(--color-base-hover));
}
.we-hc__bar--md { background: var(--color-gray-2); }

/* Floating chips */
.we-fchip {
  position: absolute;
  /* background: var(--color-white); */
   /* border: 1px solid var(--color-gray-2); */
  border-radius: var(--r-lg);
  padding: 11px 14px;
  /* box-shadow: var(--sh-lg); */
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
  z-index: 2;
}
.we-fchip--1 { top: -22px; right: -20px; animation: we-float 4s ease-in-out infinite; }
.we-fchip--2 { bottom: -18px; left: -20px; animation: we-float2 5s ease-in-out infinite; }
.we-fchip__ico { font-size: 18px; }
.we-fchip__lbl { font-size: 12px; font-weight: var(--fw-bold); color: var(--color-ink); }
.we-fchip__sub { font-size: 11px; color: var(--color-ink-3); }
.we-fchip__num { font-size: 18px; font-weight: var(--fw-black); color: #16a34a; }

@media (max-width: 640px) {
  .we-fchip--1, .we-fchip--2 { display: none; }
}


/* ============================================================
   LOGOS BELT
   ============================================================ */
.we-logos {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: 24px 0;
}
.we-logos__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.we-logos__label {
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-ink-3);
  white-space: nowrap;
  flex-shrink: 0;
}
.we-logos__row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.we-logos__row span {
  font-weight: var(--fw-bold);
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--color-ink-3);
  transition: color .22s;
  cursor: default;
}
.we-logos__row span:hover { color: var(--color-ink-2); }


/* ============================================================
   SERVICES
   ============================================================ */
.we-services__top {
  display: flex;
  gap: 72px;
  align-items: flex-start;
  margin-bottom: 52px;
}
.we-services__top .we-col-6:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
}

.we-services__grid {
  display: flex;
  flex-wrap: wrap;
  /* border: 1px solid var(--color-line); */
  border-radius: var(--r-xl);
  overflow: hidden;
}
.we-svc {
  flex: 0 0 calc(33.333%);
  border-right: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: 28px 24px;
  background: var(--color-white);
  transition: background .2s;
  position: relative;
}
.we-svc:nth-child(3n) { border-right: none; }
.we-svc:nth-last-child(-n+3) { border-bottom: none; }
.we-svc:hover { background: var(--color-bg-alt); }
.we-svc__n {
  position: absolute;
  top: 20px; right: 18px;
  font-size: 11px; font-weight: var(--fw-black);
  color: var(--color-gray-2); font-style: italic;
}
.we-svc__ico {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--color-gray-1);
  border: 1px solid var(--color-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 16px;
}
.we-svc h3 { font-size: 15px; font-weight: var(--fw-bold); color: var(--color-ink); margin-bottom: 7px; }
.we-svc p  { font-size: 13px; color: var(--color-ink-3); line-height: 1.65; margin-bottom: 16px; }

@media (max-width: 768px) {
  .we-svc { flex: 0 0 50%; }
  .we-svc:nth-child(3n)     { border-right: 1px solid var(--color-line); }
  .we-svc:nth-child(2n)     { border-right: none; }
  .we-svc:nth-last-child(-n+3) { border-bottom: 1px solid var(--color-line); }
  .we-svc:nth-last-child(-n+2) { border-bottom: none; }
  .we-services__top { flex-direction: column; gap: 24px; }
}
@media (max-width: 480px) {
  .we-svc { flex: 0 0 100%; border-right: none; }
  .we-svc:nth-child(3n) { border-right: none; }
  .we-svc:last-child { border-bottom: none; }
}


/* ============================================================
   NUMBERS STRIP
   ============================================================ */
.we-numbers { background: var(--color-bg-dark); padding: 68px 0; }
.we-numbers__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}
.we-num {
  text-align: center;
  flex: 1 1 160px;
  position: relative;
}
.we-num::before {
  content: '';
  display: block;
  width: 28px; height: 2px;
  background: var(--color-accent-or-white, var(--color-ink-4));
  border-radius: 2px;
  margin: 0 auto 18px;
}

.we-num__big {
  font-family: var(--font-heading);
  font-size: 52px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.we-num__big em {
  color: #ffffff;
  font-style: normal;
}


.we-num__lbl { font-size: 13px; color: rgba(255,255,255,.42); font-weight: var(--fw-medium); }


/* ============================================================
   WHY US
   ============================================================ */
.we-why__list { display: flex; flex-direction: column; gap: 22px; }
.we-why__item { display: flex; gap: 14px; }
.we-why__ico {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  box-shadow: var(--sh-xs);
}
.we-why__item h4 { font-size: 15px; font-weight: var(--fw-bold); margin-bottom: 4px; }
.we-why__item p  { font-size: 13px; color: var(--color-ink-3); line-height: 1.65; }

/* Results card */
.we-results {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--r-xl);
  padding: 32px;
  box-shadow: var(--sh-lg);
}
.we-results__label { font-size: 11px; font-weight: var(--fw-bold); letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-ink-3); margin-bottom: 5px; }
.we-results__title { font-family: var(--font-heading); font-size: 21px; color: var(--color-ink); margin-bottom: 24px; }
.we-prog { margin-bottom: 18px; }
.we-prog__head { display: flex; justify-content: space-between; margin-bottom: 6px; }
.we-prog__name { font-size: 13px; color: var(--color-ink-2); }
.we-prog__val  { font-size: 13px; font-weight: var(--fw-bold); color: var(--color-base); }
.we-prog__track { height: 5px; background: var(--color-gray-1); border-radius: 3px; overflow: hidden; }
.we-prog__fill  { height: 100%; border-radius: 3px; background: linear-gradient(90deg, #3b7cf5, var(--color-base)); width: var(--w); }
.we-roi {
  margin-top: 22px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-line);
  border-radius: var(--r-md);
  padding: 16px 18px;
  display: flex; align-items: center; gap: 12px;
}
.we-roi__num { font-family: var(--font-heading); font-size: 40px; color: var(--color-base); line-height: 1; flex-shrink: 0; }
.we-roi__text { font-size: 13px; color: var(--color-ink-3); line-height: 1.6; }


/* ============================================================
   PROCESS
   ============================================================ */
.we-process__row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.we-proc {
  flex: 1 1 200px;
  border: 1px solid var(--color-line);
  border-radius: var(--r-xl);
  padding: 26px 22px;
  background: var(--color-white);
  transition: var(--trans-base);
}
.we-proc:hover { border-color: var(--color-gray-3); box-shadow: var(--sh-md); }
.we-proc.active { background: var(--color-ink); border-color: var(--color-ink); }
.we-proc__n {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--color-bg-alt);
  border: 1.5px solid var(--color-line);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 17px; color: var(--color-ink);
  margin-bottom: 16px;
}
.we-proc.active .we-proc__n {
  background: var(--color-base);
  border-color: var(--color-base);
  color: #fff;
}
.we-proc h4 { font-size: 15px; font-weight: var(--fw-bold); margin-bottom: 7px; color: var(--color-ink); }
.we-proc p  { font-size: 13px; color: var(--color-ink-3); line-height: 1.6; }
.we-proc.active h4 { color: #fff; }
.we-proc.active p  { color: rgba(255,255,255,.48); }


/* ============================================================
   PRICING
   ============================================================ */
.we-pricing__row { display: flex; gap: 18px; flex-wrap: wrap; align-items: flex-start; }
.we-pc {
  flex: 1 1 280px;
  border: 1.5px solid var(--color-line);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  background: var(--color-white);
  transition: var(--trans-base);
  position: relative;
  display: flex; flex-direction: column;
}
.we-pc:hover { border-color: var(--color-gray-3); box-shadow: var(--sh-md); }
.we-pc.pop   { border-color: var(--color-ink); background: var(--color-ink); box-shadow: var(--sh-xl); }
.we-pc__badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--color-base);
  color: #fff; font-size: 10px; font-weight: var(--fw-black);
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 14px; border-radius: var(--r-full);
  white-space: nowrap;
}
.we-pc__tier    { font-size: 11px; font-weight: var(--fw-black); letter-spacing: 2px; text-transform: uppercase; color: var(--color-ink-3); margin-bottom: 14px; }
.we-pc.pop .we-pc__tier { color: rgba(255,255,255,.42); }
.we-pc__price   { display: flex; align-items: flex-start; gap: 3px; margin-bottom: 5px; }
.we-pc__cur     { font-size: 18px; font-weight: var(--fw-bold); color: var(--color-ink); margin-top: 9px; }
.we-pc.pop .we-pc__cur { color: #fff; }
.we-pc__amt     { font-family: var(--font-heading); font-size: 58px; line-height: 1; color: var(--color-ink); }
.we-pc.pop .we-pc__amt { color: #fff; }
.we-pc__period  { font-size: 13px; color: var(--color-ink-3); margin-bottom: 16px; }
.we-pc.pop .we-pc__period { color: rgba(255,255,255,.38); }
.we-pc__desc {
  font-size: 13px; color: var(--color-ink-2); line-height: 1.65;
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--color-line);
}
.we-pc.pop .we-pc__desc { color: rgba(255,255,255,.52); border-bottom-color: rgba(255,255,255,.1); }
.we-pc__feats { flex: 1; display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.we-pc__feat  { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--color-ink-2); }
.we-pc.pop .we-pc__feat { color: rgba(255,255,255,.78); }
.we-pc__chk {
  width: 17px; height: 17px; border-radius: 50%; flex-shrink: 0;
  background: var(--color-bg-alt); border: 1px solid var(--color-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; color: var(--color-ink-3); margin-top: 1px;
}
.we-pc.pop .we-pc__chk {
  background: var(--color-base-tint);
  border-color: var(--color-base-border);
  color: var(--color-base);
}
.we-pc__btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px;
  border-radius: var(--r-md);
  font-family: var(--font-body); font-weight: var(--fw-bold); font-size: 14px;
  border: 1.5px solid var(--color-line);
  background: var(--color-white); color: var(--color-ink);
  transition: var(--trans-base); cursor: pointer; text-decoration: none;
}
.we-pc__btn:hover { border-color: var(--color-ink); background: var(--color-bg-alt); }
.we-pc.pop .we-pc__btn {
  background: var(--color-base); color: #fff; border-color: var(--color-base);
}
.we-pc.pop .we-pc__btn:hover {
  background: var(--color-base-hover);
  box-shadow: 0 8px 24px var(--color-base-border);
}
.we-pricing__note { text-align: center; margin-top: 32px; font-size: 13px; color: var(--color-ink-3); }
.we-pricing__note a { color: var(--color-base); font-weight: var(--fw-bold); }


/* ============================================================
   FAQ
   ============================================================ */
.we-faq__list { display: flex; flex-direction: column; }
.we-faq__item { border-bottom: 1px solid var(--color-line); }
.we-faq__item:first-child { border-top: 1px solid var(--color-line); }
.we-faq__q    { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; cursor: pointer; gap: 16px; }
.we-faq__qt   { font-size: 15px; font-weight: var(--fw-semi); color: var(--color-ink); }
.we-faq__tog  {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: var(--color-white); border: 1.5px solid var(--color-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--color-ink-3); transition: var(--trans-base);
}
.we-faq__item.open .we-faq__tog {
  background: var(--color-ink); color: #fff; border-color: var(--color-ink);
  transform: rotate(45deg);
}
.we-faq__a {
  font-size: 14px; color: var(--color-ink-2); line-height: 1.75;
  max-height: 0; overflow: hidden;
  transition: max-height .36s ease, padding-bottom .36s;
}
.we-faq__item.open .we-faq__a { max-height: 260px; padding-bottom: 17px; }


/* ============================================================
   CTA BANNER
   ============================================================ */
.we-cta {
  background: var(--color-bg-dark);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

/* ============================================================
   TESTIMONIALS — asymmetric masonry
   assets/css/testimonials.css
   ============================================================ */

.we-reviews {
  background: var(--color-bg-alt);
  padding: var(--sp-3xl) 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.we-reviews__head {
  margin-bottom: 48px;
}
.we-reviews__head .we-eyebrow {
  margin-bottom: 10px;
}
.we-reviews__head h2 {
  max-width: 480px;
}

/* ── 3-col grid, columns manage their own heights ── */
.we-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;   /* each col grows independently */
}

.we-reviews__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ── Base card ── */
.we-review-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--r-xl);
  padding: 22px 22px 20px;
  transition: box-shadow .2s ease, transform .2s ease;
  display: flex;
  flex-direction: column;
}
.we-review-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.07);
  transform: translateY(-2px);
}

/* Card top row */
.we-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.we-review-card__source {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fz-small);
  font-weight: var(--fw-semi);
  color: var(--color-ink-2);
}
.we-review-card__source svg {
  width: 15px;
  height: 15px;
  color: var(--color-base);
  flex-shrink: 0;
}

/* Stars */
.we-review-card__stars {
  font-size: 13px;
  color: var(--color-base);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Text */
.we-review-card__text {
  font-size: var(--fz-small);
  color: var(--color-ink-2);
  line-height: 1.75;
  margin-bottom: 18px;
  flex: 1; 
}

/* Author */
.we-review-card__who {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.we-review-card__av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: var(--fw-bold);
  color: #fff;
  flex-shrink: 0;
  letter-spacing: .5px;
}
.we-review-card__name {
  font-size: var(--fz-small);
  font-weight: var(--fw-bold);
  color: var(--color-ink);
  line-height: 1.3;
}
.we-review-card__role {
  font-size: var(--fz-micro);
  color: var(--color-ink-3);
  margin-top: 1px;
}

.we-reviews__col:first-child .we-review-card {
  min-height: 220px;
}

.we-review-card--tall {
  min-height: 280px;
}
.we-review-card--short {
  min-height: 0;
}

.we-reviews__col:last-child .we-review-card:first-child {
  min-height: 280px;   
}
.we-reviews__col:last-child .we-review-card:last-child {
  min-height: 0;      
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .we-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Hide col 3 on tablet, keep col 1 + 2 */
  .we-reviews__col:last-child { display: none; }
  .we-reviews__col:first-child .we-review-card,
  .we-review-card--tall,
  .we-review-card--short { min-height: 0; }
}

@media (max-width: 640px) {
  .we-reviews__grid { grid-template-columns: 1fr; }
  .we-reviews__col:last-child { display: flex; }
  .we-reviews { padding: var(--sp-2xl) 0; }
  .we-reviews__head { margin-bottom: 32px; }
  .we-review-card--badge { display: none; }

  .we-numbers__row {
    gap: 0px;
}
}
/* .we-cta::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(232,72,17,.14) 0%, transparent 65%),
    radial-gradient(ellipse 38% 40% at 80% 80%, rgba(59,124,245,.1) 0%, transparent 60%);
} */
 
.we-cta::after {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 26px 26px;
}
.we-cta__inner {
  position: relative; z-index: 1;
  text-align: center; max-width: 620px; margin: 0 auto;
}
.we-cta__inner h2    { color: #fff; font-size: clamp(32px, 4.2vw, 52px); margin-bottom: 16px; }
.we-cta__inner h2 em { 
  font-style: italic; 
  color: var(--color-ink-4); 
}
.we-cta__inner p     { font-size: 16px; color: rgba(255,255,255,.52); line-height: 1.75; margin-bottom: 36px; }
.we-cta__btns        { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }

/* ============================================================
    TOP NEW BUTTON ANIMATION
   ============================================================ */

.we-hero__pill-dot {
    position: relative;
    animation: breath 3s ease-in-out infinite;
}

@keyframes breath {
  0%   { box-shadow: 0 0 0px 0px color-mix(in srgb, var(--color-base) 0%, transparent); }
  50%  { box-shadow: 0 0 8px 3px color-mix(in srgb, var(--color-base) 50%, transparent); }
  100% { box-shadow: 0 0 0px 0px color-mix(in srgb, var(--color-base) 0%, transparent); }
}
.we-hero__pill-dot {
  animation: 
    pill-slide-in 2s cubic-bezier(0.34, 1.56, 0.64, 1) both,
    breath 3s ease-in-out 2s infinite; 
}

@keyframes pill-slide-in {
  0%   { transform: translateX(200px); opacity: 0; }
  100% { transform: translateX(0);     opacity: 1; }
}

