/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 13:16:39 */
/* =========================
   GSO SHARED
   ========================= */

.gso-wrap {
  width: min(1120px, calc(100% - 64px));
  max-width: 1120px;
  margin: 0 auto;
}

.gso-section-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  background: #f5cb17;
  color: #111;
  border: 2px solid #111;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 rgba(17, 17, 17, 0.1);
}

/* =========================
   TRUST STRIP
   ========================= */

.gso-trust-strip {
  position: relative;
  background: #f3f1ec;
  padding: 80px 0 90px;
}

.gso-trust-strip__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0 20px;
}

.gso-trust-strip__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  background: #f7cf00;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid #111;
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.1);
}

.gso-trust-strip__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.gso-trust-strip__intro h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 0.95;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
  max-width: 9ch;
}

.gso-trust-strip__intro h2 span {
  position: relative;
  display: inline-block;
}

.gso-trust-strip__intro h2 span::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 0.08em;
  height: 0.28em;
  background: #f7cf00;
  z-index: -1;
}

.gso-trust-strip__intro p {
  margin: 0;
  max-width: 38ch;
  font-size: 16px;
  line-height: 1.65;
  color: #222;
}

.gso-trust-card {
  position: relative;
  background: #fffdf8;
  border: 2px solid #111;
  border-radius: 18px;
  padding: 28px 22px 24px;
  min-height: 260px;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gso-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.12);
}

.gso-trust-card__number {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  color: #111;
  background: #f7cf00;
  padding: 9px 10px 7px;
  border-radius: 999px;
}

.gso-trust-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111;
}

.gso-trust-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.gso-trust-strip__quote {
  margin-top: 36px;
  max-width: 760px;
  padding: 22px 26px;
  border-left: 6px solid #f7cf00;
}

.gso-trust-strip__quote p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.25;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
}

/* =========================
   RED FLAGS
   ========================= */

.gso-redflags {
  position: relative;
  padding: 90px 0 85px;
  background: #f3f1ec;
}

.gso-redflags .gso-wrap {
  background: transparent;
  padding: 0 20px;
}

.gso-redflags__intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.gso-redflags__intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
  max-width: 9ch;
}

.gso-redflags__intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  max-width: 34ch;
}

.gso-redflags__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gso-flag-card {
  position: relative;
  padding: 28px 24px 24px;
  background: #fffdf6;
  border: 2px solid #111;
  border-radius: 18px;
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gso-flag-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.12);
}

.gso-flag-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #f5cb17;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.gso-flag-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111;
}

.gso-flag-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #353535;
  max-width: 34ch;
}

/* =========================
   QUESTIONS
   ========================= */

.gso-questions {
  position: relative;
  padding: 88px 0 92px;
  background: #f7cf00;
}

.gso-questions .gso-wrap {
  background: transparent;
  padding: 28px 20px;
}

.gso-questions__wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.gso-questions__content h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111;
  max-width: 11ch;
}

.gso-questions__lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #1f1f1f;
  max-width: 40ch;
}

.gso-question-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.gso-question-list li {
  position: relative;
  padding: 16px 18px 16px 52px;
  background: rgba(255, 253, 248, 0.55);
  border: 2px solid #111;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08);
}

.gso-question-list li::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.gso-questions__note {
  padding: 24px 22px;
  background: #fffdf7;
  border: 2px solid #111;
  border-radius: 18px;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
}

.gso-questions__note h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
}

.gso-questions__note ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.gso-questions__note li {
  margin: 0 0 6px;
  color: #222;
  line-height: 1.5;
}

.gso-questions__note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #2e2e2e;
}

/* =========================
   FAQ INTRO
   ========================= */

.gso-faq-intro {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 22px;
  text-align: left;
}

.gso-faq-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .gso-trust-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .gso-trust-strip__intro {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .gso-trust-strip__intro h2 {
    max-width: 12ch;
  }
}

@media (max-width: 980px) {
  .gso-redflags__intro,
  .gso-questions__wrap {
    grid-template-columns: 1fr;
  }

  .gso-redflags__intro h2,
  .gso-questions__content h2 {
    max-width: 100%;
  }

  .gso-questions__note {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .gso-wrap,
  .gso-trust-strip__inner {
    width: min(1120px, calc(100% - 32px));
  }

  .gso-trust-strip {
    padding: 60px 0 70px;
  }

  .gso-trust-strip__inner,
  .gso-redflags .gso-wrap,
  .gso-questions .gso-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gso-questions .gso-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gso-trust-strip__grid,
  .gso-redflags__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gso-redflags,
  .gso-questions {
    padding: 64px 0;
  }

  .gso-trust-card,
  .gso-flag-card,
  .gso-question-list li,
  .gso-questions__note {
    box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.08);
  }

  .gso-trust-card,
  .gso-flag-card {
    min-height: auto;
    padding: 22px 18px 20px;
  }

  .gso-trust-card h3,
  .gso-flag-card h3 {
    font-size: 24px;
  }

  .gso-question-list li {
    padding: 14px 14px 14px 46px;
    font-size: 15px;
  }

  .gso-questions__note {
    padding: 20px 18px;
  }

  .gso-trust-strip__quote {
    margin-top: 28px;
    padding: 18px 18px 18px 20px;
  }

  .gso-faq-intro {
    width: min(760px, calc(100% - 32px));
    margin-bottom: 18px;
  }
}