.elementor-2012 .elementor-element.elementor-element-db85175{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2012 .elementor-element.elementor-element-db85175:not(.elementor-motion-effects-element-type-background), .elementor-2012 .elementor-element.elementor-element-db85175 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2012 .elementor-element.elementor-element-f782dbc.elementor-element{--align-self:stretch;}/* Start custom CSS for html, class: .elementor-element-f782dbc *//* === Button visibility fix (white-on-white) === */
.linkRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

/* Secondary button (was white-on-white) */
.linkBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;

  /* Make it visibly "button-like" on white cards */
  background:rgba(108,62,255,.08);            /* light purple tint */
  border:1px solid rgba(108,62,255,.35);      /* stronger border */
  color:#1b1140;                               /* explicit text color */
  font-weight:900;
  transition:.2s ease;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.linkBtn:hover{
  background:rgba(108,62,255,.14);
  border-color:rgba(108,62,255,.55);
  transform:translateY(-1px);
}

/* Primary button stays bold and readable */
.linkBtnPrimary{
  background:linear-gradient(135deg,var(--purple),var(--orange));
  border:1px solid transparent;
  color:#fff;
  font-weight:950;
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.linkBtnPrimary:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}

/* Accessibility: strong keyboard focus ring */
.linkBtn:focus,
.linkBtnPrimary:focus{
  outline:3px solid rgba(255,122,0,.45);
  outline-offset:2px;
}

/* Optional: if you have any <a class="btn"> styles elsewhere, make sure they don’t override these */
.linkBtn, .linkBtnPrimary{
  text-decoration:none !important;
}/* End custom CSS */