.sw-funnel {
  --swf-navy: #0b1324;
  --swf-ink: #172033;
  --swf-muted: #5d687b;
  --swf-blue: #176bdf;
  --swf-blue-dark: #1157b8;
  --swf-lime: #b8e84a;
  --swf-line: #dce2ea;
  --swf-paper: #f6f8fb;
  margin: 30px 0;
  border: 1px solid var(--swf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--swf-ink);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(11, 19, 36, 0.07);
}
.sw-funnel * {
  box-sizing: border-box;
}
.sw-funnel a {
  word-break: normal;
}
.sw-funnel__head {
  padding: 24px 26px 18px;
}
.sw-funnel__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--swf-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.sw-funnel__head h2 {
  margin: 0 0 8px !important;
  color: var(--swf-navy) !important;
  font:
    700 25px/1.22 Inter,
    Arial,
    sans-serif !important;
  letter-spacing: 0 !important;
}
.sw-funnel__head p {
  margin: 0 !important;
  color: var(--swf-muted) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.sw-funnel__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--swf-line);
}
.sw-funnel__choice {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 22px 25px;
}
.sw-funnel__choice + .sw-funnel__choice {
  border-left: 1px solid var(--swf-line);
}
.sw-funnel__choice strong {
  display: block;
  color: var(--swf-navy);
  font-size: 18px;
  line-height: 1.3;
}
.sw-funnel__choice p {
  margin: 8px 0 18px !important;
  color: var(--swf-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.sw-funnel__choice .sw-funnel__price {
  margin-top: auto;
  color: var(--swf-navy);
  font-size: 13px;
  font-weight: 800;
}
.sw-funnel__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 0 17px;
  border-radius: 6px;
  background: var(--swf-blue);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1 !important;
}
.sw-funnel__button:hover {
  background: var(--swf-blue-dark);
}
.sw-funnel__button--dark {
  background: var(--swf-navy);
}
.sw-funnel__button--dark:hover {
  background: #16233b;
}
.sw-guides {
  padding: 0 24px 24px;
}
.sw-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sw-guide-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--swf-line);
  border-radius: 7px;
  background: var(--swf-paper);
  overflow: hidden;
}
.sw-guide-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  background: var(--swf-navy);
}
.sw-guide-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}
.sw-guide-card h3 {
  margin: 0 0 7px !important;
  color: var(--swf-navy) !important;
  font:
    700 15px/1.3 Inter,
    Arial,
    sans-serif !important;
}
.sw-guide-card p {
  margin: 0 0 12px !important;
  color: var(--swf-muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.sw-guide-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.sw-guide-card__meta strong {
  font-size: 15px;
}
.sw-guide-card__meta a {
  color: var(--swf-blue) !important;
  font-size: 12px;
  font-weight: 800;
}
.sw-funnel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 24px;
  border-top: 1px solid var(--swf-line);
  background: var(--swf-navy);
  color: #fff;
}
.sw-funnel__footer p {
  margin: 0 !important;
  color: #c8d2df !important;
  font-size: 12px !important;
}
.sw-funnel__footer a {
  flex: 0 0 auto;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}
.sw-offer-disclosure {
  margin: 0 24px 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--swf-lime);
  background: #f1f8de;
  color: #465326;
  font-size: 11px;
  line-height: 1.55;
}
.sw-offer-table {
  margin: 0 24px 24px;
  border: 1px solid var(--swf-line);
  border-radius: 7px;
  overflow: hidden;
}
.sw-offer {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: #fff;
}
.sw-offer + .sw-offer {
  border-top: 1px solid var(--swf-line);
}
.sw-offer__brand small {
  display: block;
  color: var(--swf-blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.sw-offer__brand strong {
  display: block;
  margin-top: 5px;
  color: var(--swf-navy);
  font-size: 17px;
}
.sw-offer__copy p {
  margin: 0 0 7px !important;
  color: var(--swf-ink) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.sw-offer__copy small {
  display: block;
  color: var(--swf-muted);
  font-size: 10px;
  line-height: 1.45;
}
.sw-offer__action {
  text-align: right;
}
.sw-offer__action a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 5px;
  background: var(--swf-navy);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.sw-bundle {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  background: var(--swf-navy);
  color: #fff;
}
.sw-bundle img {
  display: block;
  width: 100%;
  border: 1px solid #2b3952;
  border-radius: 6px;
}
.sw-bundle h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font:
    700 23px/1.25 Inter,
    Arial,
    sans-serif !important;
}
.sw-bundle p {
  margin: 0 0 12px !important;
  color: #c5cfdd !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.sw-bundle__price {
  display: block;
  margin-bottom: 10px;
  color: var(--swf-lime);
  font-size: 22px;
  font-weight: 800;
}
.sw-bundle .sw-funnel__button {
  background: var(--swf-blue);
}
@media (max-width: 760px) {
  .sw-funnel__choices {
    grid-template-columns: 1fr;
  }
  .sw-funnel__choice + .sw-funnel__choice {
    border-left: 0;
    border-top: 1px solid var(--swf-line);
  }
  .sw-funnel__choice {
    min-height: 0;
  }
  .sw-guides__grid {
    grid-template-columns: 1fr;
  }
  .sw-guide-card {
    display: grid;
    grid-template-columns: 108px 1fr;
  }
  .sw-guide-card img {
    height: 100%;
    aspect-ratio: auto;
  }
  .sw-offer {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .sw-offer__action {
    text-align: left;
  }
  .sw-offer__action a {
    width: 100%;
  }
  .sw-bundle {
    grid-template-columns: 95px 1fr;
  }
  .sw-funnel__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .sw-funnel__head,
  .sw-funnel__choice {
    padding: 20px;
  }
  .sw-guides {
    padding: 0 16px 18px;
  }
  .sw-guide-card {
    grid-template-columns: 84px 1fr;
  }
  .sw-offer-table {
    margin: 0 14px 18px;
  }
  .sw-offer-disclosure {
    margin: 0 14px 16px;
  }
  .sw-bundle {
    grid-template-columns: 1fr;
  }
  .sw-bundle img {
    max-width: 130px;
  }
  .sw-funnel__head h2 {
    font-size: 22px !important;
  }
}
