.elementor-1863 .elementor-element.elementor-element-00fadf1{--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;--margin-top:-145px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1863 .elementor-element.elementor-element-8082dea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;padding:0px 0px 0px 0px;}.elementor-1863 .elementor-element.elementor-element-f5959c1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1863 .elementor-element.elementor-element-784a8a5{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:2;}.elementor-1863 .elementor-element.elementor-element-584cdc7{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1863 .elementor-element.elementor-element-3dc0ba6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1863 .elementor-element.elementor-element-3bf7488{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1863 .elementor-element.elementor-element-f5959c1{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1863 .elementor-element.elementor-element-784a8a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-784a8a5 */.lib-service-nav {
    display: flex;
    align-items: center;
    max-width: 880px;
    margin: -30px auto 0 !important;
    position: relative;
    z-index: 10;
    padding: 6px;
    background: #ffffff;
    border: 2px solid #ddeffa;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(31, 90, 126, 0.14);
}
 
.lib-service-nav a {
    flex: 1;
    padding: 12px 18px;
    text-align: center;
    color: #46606b;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    border-radius: 12px;
    transition: color 0.25s ease, background 0.25s ease;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
 
.lib-service-nav a + a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #ddeffa;
}
 
.lib-service-nav a:link,
.lib-service-nav a:visited {
    color: #46606b;
}
 
.lib-service-nav a:hover,
.lib-service-nav a:focus,
.lib-service-nav a:active {
    background: #e3f3fb;
    color: #1f6f9f;
}
 
.lib-service-nav a:focus-visible {
    outline: 3px solid #1f6f9f;
    outline-offset: 2px;
}
 
.lib-service-nav a:hover::before {
    opacity: 0;
}
 
/* CTA: green gradient pill matching the site button */
.lib-service-nav a:last-child {
    flex: none;
    margin-left: 6px;
    padding: 12px 24px;
    background: linear-gradient(180deg, #7fb057 0%, #5f8a3e 100%);
    color: #ffffff !important;
    font-weight: 800;
    border: none;
    border-radius: 999px;
    box-shadow:
        0 8px 18px rgba(95, 138, 62, 0.30),
        inset 0 -3px 0 rgba(0, 0, 0, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
 
.lib-service-nav a:last-child::before {
    display: none;
}
 
.lib-service-nav a:last-child:link,
.lib-service-nav a:last-child:visited {
    color: #ffffff;
}
 
.lib-service-nav a:last-child:hover,
.lib-service-nav a:last-child:active {
    background: linear-gradient(180deg, #7fb057 0%, #5f8a3e 100%);
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow:
        0 14px 28px rgba(95, 138, 62, 0.40),
        inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}
 
/* pin focus to the resting look so the theme's tap-focus can't leak */
.lib-service-nav a:last-child:focus {
    background: linear-gradient(180deg, #7fb057 0%, #5f8a3e 100%);
    color: #ffffff;
}
 
@media (max-width: 768px) {
    .lib-service-nav {
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        margin: -20px 0 0 calc(50% - 50vw) !important;
        padding: 10px 14px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
 
    .lib-service-nav a {
        width: 100%;
        padding: 13px 14px;
        font-size: 13.5px;
    }
 
    .lib-service-nav a + a::before {
        display: none;
    }
 
    .lib-service-nav a:not(:last-child) {
        margin-bottom: 5px;
    }
 
    .lib-service-nav a:last-child {
        margin-left: 0;
        margin-top: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1669ad2 */@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400..1000&display=swap');

.bi-seo {
  --g: #bbdb9b;
  --g-2: #d6e9c2;
  --g-3: #eef6e3;
  --g-d: #7dab54;
  --g-dd: #5f8a3e;
  --g-ddd: #4e7330;
  --b: #92cdea;
  --b-2: #bfe3f5;
  --b-3: #e3f3fb;
  --b-d: #5fb2dd;
  --b-dd: #2f86b8;
  --b-ddd: #1f6f9f;
  --ink: #243038;
  --ink-2: #46606b;
  --star: #f4b63f;

  width: 100%;
  background: #ffffff;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-optical-sizing: auto;
  color: var(--ink);
  box-sizing: border-box;
}

.bi-seo *, .bi-seo *::before, .bi-seo *::after { box-sizing: border-box; }

.bi-seo__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 104px) clamp(28px, 5vw, 64px);
}

/* ===== Full-width intro ===== */
.bi-seo__top { margin-bottom: clamp(46px, 6vw, 72px); }

.bi-seo__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  padding: 0.55rem 1.05rem;
  background: var(--g-3);
  border: 1px solid var(--g-2);
  border-radius: 999px;
  color: var(--g-ddd);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
}

.bi-seo__eyebrow::before {
  content: '\2605'; /* star, stands in for the chip SVG without touching HTML */
  font-size: 0.7em;
  line-height: 1;
}

.bi-seo__title {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
}

/* gradient accent replaces the old green + swoosh */
.bi-seo .bi-accent {
  position: relative;
  white-space: nowrap;
  background: linear-gradient(94deg, var(--b-dd) 8%, var(--b-d) 46%, var(--g-d) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bi-seo .bi-swoosh { display: none; }

.bi-seo__top p:not(.bi-seo__eyebrow) {
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  font-weight: 500;
  line-height: 1.7;
}

.bi-seo__top p:last-child { margin-bottom: 0; }

/* ===== Two-column layout ===== */
.bi-seo__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}

.bi-seo__main { min-width: 0; }

/* ===== Stat rings (water-fill hover, recolored) ===== */
.bi-seo__rings {
  display: flex;
  justify-content: flex-start;
  gap: clamp(22px, 3vw, 38px);
  margin: 0 0 34px;
}

.bi-seo__ring { text-align: center; }

.bi-seo__circle {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2.5px solid var(--b-2);
  background: #f7fcff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.bi-seo__circle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--b-d) 0%, var(--b-dd) 100%);
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.bi-seo__ring:hover .bi-seo__circle {
  border-color: var(--b-d);
  box-shadow: 0 10px 22px rgba(95, 178, 221, 0.30);
}

.bi-seo__ring:hover .bi-seo__circle::before { height: 100%; }

.bi-seo__value {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: var(--b-dd);
  position: relative;
  z-index: 2;
  transition: color 0.35s ease;
}

.bi-seo__ring:hover .bi-seo__value { color: #fff; }

.bi-seo__rlabel {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  opacity: 0.85;
}

/* ===== Body content ===== */
.bi-seo__intro {
  margin: 0 0 8px;
  color: var(--ink-2);
  font-size: clamp(1.02rem, 1.2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.7;
}

.bi-seo__h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: clamp(38px, 5vw, 52px) 0 18px;
  color: var(--ink);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.bi-seo__h2:first-child { margin-top: 0; }

/* gradient bar marker: the standard content H2 for service pages */
.bi-seo__h2::before {
  content: '';
  flex: none;
  width: 5px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--b-d) 0%, var(--g-d) 100%);
}

.bi-seo__h3 {
  margin: 26px 0 12px;
  color: var(--ink);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  line-height: 1.25;
}

.bi-seo__main p {
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.2vw, 1.06rem);
  font-weight: 500;
  line-height: 1.7;
}

/* ===== Benefits grid ===== */
.bi-seo__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 8px 0 0;
}

.bi-seo__card {
  background: #fff;
  border: 2px solid #ddeffa;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 8px 20px rgba(31, 90, 126, 0.07);
  transition: border-color 0.25s ease;
}

.bi-seo__card:hover { border-color: var(--b-2); }

.bi-seo__blabel {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--ink);
}

.bi-seo__blabel::before {
  content: '';
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.bi-seo__card:nth-child(1) .bi-seo__blabel::before { background: var(--b-d); }
.bi-seo__card:nth-child(2) .bi-seo__blabel::before { background: var(--g-d); }
.bi-seo__card:nth-child(3) .bi-seo__blabel::before { background: var(--b-dd); }
.bi-seo__card:nth-child(4) .bi-seo__blabel::before { background: var(--star); }

.bi-seo__card p {
  margin: 0 !important;
  color: var(--ink-2);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
}

/* ===== Sticky rail (Book card only) ===== */
.bi-seo__rail {
  position: sticky;
  top: var(--bi-header-clear, 135px);
  align-self: start;
}

.bi-seo__panel {
  border-radius: 24px;
  padding: 28px 26px;
}

.bi-seo__panel-title {
  margin: 0 0 8px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
}

.bi-seo__panel-text {
  margin: 0 0 18px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
}

/* CTA band in miniature: the pastel twin gradient on a card */
.bi-seo__panel--book {
  background:
    radial-gradient(420px 300px at 88% 14%, rgba(146, 205, 234, 0.22), transparent 60%),
    radial-gradient(380px 280px at 8% 86%, rgba(187, 219, 155, 0.26), transparent 62%),
    linear-gradient(180deg, #f2f9ee 0%, #eaf4fb 100%);
  border: 2px solid #ddeffa;
  box-shadow: 0 14px 30px rgba(31, 90, 126, 0.12);
}

.bi-seo__panel-pill {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--g-2);
  color: var(--g-ddd);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bi-seo__panel--book .bi-seo__panel-title { color: var(--ink); }
.bi-seo__panel--book .bi-seo__panel-text { color: var(--ink-2); }

.bi-seo__panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7fb057 0%, var(--g-dd) 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    0 10px 22px rgba(95, 138, 62, 0.30),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.bi-seo__panel-btn:hover {
  background: linear-gradient(180deg, #7fb057 0%, var(--g-dd) 100%);
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 14px 28px rgba(95, 138, 62, 0.40),
    inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}

.bi-seo__panel-btn:focus-visible {
  outline: 3px solid var(--b-ddd);
  outline-offset: 3px;
}

.bi-seo__panel-call {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--b-dd);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bi-seo__panel-call:hover {
  color: var(--g-dd);
  text-decoration: underline dotted var(--g-d);
  text-underline-offset: 4px;
}

/* ===== Reveal (rail uses opacity only so sticky isn't broken by transform) ===== */
.bi-seo--ready .bi-seo__top, .bi-seo--ready .bi-seo__main { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.bi-seo--ready .bi-seo__rail { opacity: 0; transition: opacity 0.6s ease 0.1s; }
.bi-seo--ready.is-visible .bi-seo__top, .bi-seo--ready.is-visible .bi-seo__main { opacity: 1; transform: none; }
.bi-seo--ready.is-visible .bi-seo__rail { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .bi-seo--ready .bi-seo__top, .bi-seo--ready .bi-seo__main, .bi-seo--ready .bi-seo__rail { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .bi-seo__layout { grid-template-columns: 1fr; gap: 44px; }
  .bi-seo__rail { position: static; top: auto; max-width: 420px; }
}

@media (max-width: 600px) {
  /* one line, thin: type scales with the viewport so the chip never
     wraps into a thick two-line pill */
  .bi-seo__eyebrow {
    font-size: clamp(0.6rem, 2.8vw, 0.8rem);
    letter-spacing: 0.09em;
    padding: 0.5rem 0.85rem;
    gap: 0.4rem;
  }

  .bi-seo__rings { gap: 14px; justify-content: center; }
  .bi-seo__circle { width: 82px; height: 82px; }
  .bi-seo__value { font-size: 18px; }
  .bi-seo__rlabel { font-size: 9.5px; }
  .bi-seo__benefits { grid-template-columns: 1fr; }
  .bi-seo__rail { max-width: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cca6ee *//* ============ TOKENS ============ */
.bi-faqg {
  --g: #bbdb9b;
  --g-2: #d6e9c2;
  --g-3: #eef6e3;
  --g-d: #7dab54;
  --g-dd: #5f8a3e;
  --g-ddd: #4e7330;
  --b: #92cdea;
  --b-2: #bfe3f5;
  --b-3: #e3f3fb;
  --b-d: #5fb2dd;
  --b-dd: #2f86b8;
  --b-ddd: #1f6f9f;
  --ink: #243038;
  --ink-2: #46606b;
}

.bi-faqg ::selection {
  background: var(--g);
  color: var(--ink);
}

/* ============ SECTION ============ */
.bi-faqg {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding-top: clamp(3.5rem, 7vh, 5rem);
  padding-bottom: clamp(3.5rem, 7vh, 5rem);
  font-family: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
  font-optical-sizing: auto;
  color: var(--ink);
}

.bi-faqg *,
.bi-faqg *::before,
.bi-faqg *::after {
  box-sizing: border-box;
}

.bi-faqg__inner {
  position: relative;
  z-index: 10;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: clamp(1.25rem, 4vw, 3rem);
}

/* ============ CENTERED HEADER ============ */
.bi-faqg__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(2.25rem, 4vw, 3rem);
}

.bi-faqg__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  padding: 0.55rem 1.05rem;
  background: var(--g-3);
  border: 1px solid var(--g-2);
  border-radius: 999px;
  color: var(--g-ddd);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
}

.bi-faqg__eyebrow svg {
  flex: none;
}

.bi-faqg__h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}

.bi-faqg .bi-grad {
  background: linear-gradient(94deg, var(--b-dd) 8%, var(--b-d) 46%, var(--g-d) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bi-faqg__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink-2);
}

/* ============ GRID ============ */
.bi-faqg__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bi-faqg__item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.3rem 1.4rem;
  border-radius: 20px;
}

/* checkerboard: no two same-color cards touch in the 2-col grid */
.bi-faqg__item:nth-child(4n + 1),
.bi-faqg__item:nth-child(4n) {
  background: var(--b-3);
  border: 1px solid var(--b-2);
}

.bi-faqg__item:nth-child(4n + 2),
.bi-faqg__item:nth-child(4n + 3) {
  background: var(--g-3);
  border: 1px solid var(--g-2);
}

.bi-faqg__badge {
  flex: none;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.bi-faqg__item:nth-child(4n + 1) .bi-faqg__badge,
.bi-faqg__item:nth-child(4n) .bi-faqg__badge {
  border: 2px solid var(--b-2);
  color: var(--b-dd);
}

.bi-faqg__item:nth-child(4n + 2) .bi-faqg__badge,
.bi-faqg__item:nth-child(4n + 3) .bi-faqg__badge {
  border: 2px solid var(--g-2);
  color: var(--g-dd);
}

.bi-faqg__body {
  min-width: 0;
}

.bi-faqg__q {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--ink);
}

.bi-faqg__a {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink-2);
}

/* ============ PHONE CLOSER ============ */
.bi-faqg__call {
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink-2);
}

.bi-faqg__call a {
  color: var(--b-dd);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px dotted var(--b-d);
  padding-bottom: 1px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.bi-faqg__call a:hover {
  color: var(--g-dd);
  border-color: var(--g-d);
}

.bi-faqg__call a:focus-visible {
  outline: 3px solid var(--b-ddd);
  outline-offset: 3px;
}

/* ============ SCROLL REVEAL (no-JS safe) ============ */
.bi-faqg--ready .bi-faqg__head > *,
.bi-faqg--ready .bi-faqg__item,
.bi-faqg--ready .bi-faqg__call {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bi-faqg--ready.is-visible .bi-faqg__head > *,
.bi-faqg--ready.is-visible .bi-faqg__item,
.bi-faqg--ready.is-visible .bi-faqg__call {
  opacity: 1;
  transform: none;
}

.bi-faqg--ready.is-visible .bi-faqg__head > *:nth-child(1) { transition-delay: 0.04s; }
.bi-faqg--ready.is-visible .bi-faqg__head > *:nth-child(2) { transition-delay: 0.1s; }
.bi-faqg--ready.is-visible .bi-faqg__head > *:nth-child(3) { transition-delay: 0.16s; }

.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(1) { transition-delay: 0.12s; }
.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(2) { transition-delay: 0.18s; }
.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(3) { transition-delay: 0.24s; }
.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(4) { transition-delay: 0.3s; }
.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(5) { transition-delay: 0.36s; }
.bi-faqg--ready.is-visible .bi-faqg__item:nth-child(6) { transition-delay: 0.42s; }

.bi-faqg--ready.is-visible .bi-faqg__call { transition-delay: 0.5s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .bi-faqg__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* single column: simple alternation */
  .bi-faqg__item:nth-child(odd) {
    background: var(--b-3);
    border: 1px solid var(--b-2);
  }

  .bi-faqg__item:nth-child(even) {
    background: var(--g-3);
    border: 1px solid var(--g-2);
  }

  .bi-faqg__item:nth-child(odd) .bi-faqg__badge {
    border: 2px solid var(--b-2);
    color: var(--b-dd);
  }

  .bi-faqg__item:nth-child(even) .bi-faqg__badge {
    border: 2px solid var(--g-2);
    color: var(--g-dd);
  }
}

@media (max-width: 600px) {
  .bi-faqg__eyebrow {
    font-size: clamp(0.6rem, 2.8vw, 0.8rem);
    letter-spacing: 0.09em;
    padding: 0.5rem 0.85rem;
    gap: 0.4rem;
  }
}

@media (max-width: 480px) {
  .bi-faqg__item {
    padding: 1.15rem 1.15rem;
    gap: 0.85rem;
  }

  .bi-faqg__badge {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  .bi-faqg--ready .bi-faqg__head > *,
  .bi-faqg--ready .bi-faqg__item,
  .bi-faqg--ready .bi-faqg__call {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
<//* End custom CSS */