/**
 * ENFORCE — Best Crossbody Bag for Fireworks & Festivals
 * Teal / tan mockup layout. Nav/footer stay site chrome. Price $98.
 */

.ff-page .over-loader,
.ff-page .loader-live {
  display: none !important;
}

.ff-page .header-section {
  margin-bottom: 0;
}

.ff-lp {
  --ff-ink: #111111;
  --ff-muted: #555555;
  --ff-line: #e4e0d8;
  --ff-tan: #ebe6dc;
  --ff-tan-deep: #e2dcd0;
  --ff-white: #ffffff;
  --ff-teal: #558792;
  --ff-teal-dark: #466f78;
  --ff-charcoal: #1a1a1a;
  --ff-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --ff-gutter: 1.5rem;
  --ff-gutter: clamp(1.25rem, 4vw, 3.5rem);
  --ff-max: 1180px;
  color: var(--ff-ink);
  font-family: var(--ff-font);
  font-size: 16px;
  line-height: 1.6;
  clear: both;
  width: 100%;
  display: block;
}

.ff-lp,
.ff-lp * {
  box-sizing: border-box;
}

.ff-lp a {
  color: var(--ff-teal);
  text-decoration: none;
}

.ff-wrap {
  width: 100%;
  max-width: var(--ff-max);
  margin: 0 auto;
  padding-left: var(--ff-gutter);
  padding-right: var(--ff-gutter);
}

.ff-kicker {
  margin: 0 0 0.65rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ff-teal);
}

.ff-btn {
  display: inline-block;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  cursor: pointer;
}

.ff-btn--dark {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.ff-btn--dark:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff !important;
}

.ff-btn--teal {
  background: var(--ff-teal);
  color: #fff !important;
  border-color: var(--ff-teal);
}

.ff-btn--teal:hover {
  background: var(--ff-teal-dark);
  border-color: var(--ff-teal-dark);
  color: #fff !important;
}

.ff-btn--block {
  display: block;
  width: 100%;
}

/* Hero */
.ff-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 520px;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  background-image: url("https://shopenforce.com/images/Best_Crossbody_Bag_For_Fireworks_Festivals.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
}

.ff-hero__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

.ff-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 56px 5% 28px;
}

.ff-hero__copy {
  max-width: 34rem;
  padding: 1.35rem 1.4rem 1.5rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.ff-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.ff-hero__title {
  margin: 0 0 0.85rem;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

.ff-hero__sub {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.ff-hero__actions .ff-btn {
  margin-right: 12px;
  margin-bottom: 10px;
}

.ff-hero__icons {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.ff-hero__icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.55rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.ff-hero__icons svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

/* Benefits bar */
.ff-bar {
  background: var(--ff-tan);
  padding: 2rem 0;
  border-bottom: 1px solid var(--ff-line);
}

.ff-bar__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}

.ff-bar__grid li {
  margin: 0;
}

.ff-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.65rem;
  border: 1.5px solid #cfc8bb;
  border-radius: 50%;
  color: var(--ff-ink);
}

.ff-bar__icon svg {
  width: 22px;
  height: 22px;
}

.ff-bar__grid h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ff-ink);
}

/* Why section */
.ff-why {
  background: #fff;
  padding: 3.5rem 0;
}

.ff-why__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1fr;
  gap: 2rem 2.25rem;
  align-items: start;
}

.ff-why__copy h2 {
  margin: 0 0 1rem;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ff-why__copy > p {
  margin: 0 0 1.25rem;
  color: var(--ff-muted);
}

.ff-why__bullets {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.ff-why__bullets li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.35rem;
  font-size: 16px;
  color: var(--ff-ink);
}

.ff-why__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 8px;
  height: 8px;
  background: var(--ff-teal);
  border-radius: 50%;
}

.ff-why__media {
  text-align: center;
}

.ff-why__media img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.ff-adventures h3 {
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ff-adventures__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff-adventures__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.ff-adventures__list img {
  display: block;
  width: 88px;
  height: 64px;
  object-fit: cover;
  flex: 0 0 88px;
}

.ff-adventures__list h4 {
  margin: 0 0 0.2rem;
  font-size: 14px;
  font-weight: 700;
}

.ff-adventures__list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ff-muted);
}

/* Packing */
.ff-pack {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.ff-pack__guide {
  background: var(--ff-tan);
  padding: 3rem var(--ff-gutter);
}

.ff-pack__guide-inner {
  max-width: 520px;
  margin-left: auto;
  padding-right: 1rem;
}

.ff-pack__guide h2 {
  margin: 0 0 1.5rem;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.ff-pack__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.25rem;
}

.ff-pack__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 14px;
  font-weight: 600;
}

.ff-pack__list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--ff-ink);
}

.ff-pack__photos {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.ff-pack__photos img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

/* Compare / trust / product */
.ff-proof {
  background: #fff;
  padding: 3.25rem 0;
}

.ff-proof__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.9fr;
  gap: 1.75rem;
  align-items: start;
}

.ff-proof h2 {
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ff-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.ff-compare__table th,
.ff-compare__table td {
  border-bottom: 1px solid var(--ff-line);
  padding: 0.65rem 0.4rem;
  text-align: left;
  vertical-align: middle;
}

.ff-compare__table thead th {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ff-muted);
}

.ff-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ff-teal);
  position: relative;
  vertical-align: middle;
}

.ff-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ff-x {
  color: #999;
  font-weight: 700;
}

.ff-trust {
  padding-top: 0.25rem;
}

.ff-trust__stars {
  margin: 0 0 0.35rem;
  color: #c9a227;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.ff-trust__score {
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
}

.ff-trust blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ff-ink);
}

.ff-trust cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ff-muted);
}

.ff-product-card {
  background: #f3f3f3;
  padding: 1.35rem 1.25rem 1.5rem;
}

.ff-product-card img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 1rem;
}

.ff-product-card ul {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

.ff-product-card li {
  padding: 0.25rem 0;
  font-size: 14px;
}

.ff-product-card__price {
  margin: 0 0 1rem;
  font-size: 16px;
  font-weight: 700;
}

/* Testimonials */
.ff-reviews {
  background: var(--ff-tan);
  padding: 3rem 0;
}

.ff-reviews h2 {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ff-reviews__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.ff-review {
  background: transparent;
  padding: 0 0.5rem;
}

.ff-review__mark {
  margin: 0 0 0.5rem;
  font-size: 42px;
  line-height: 1;
  color: #c9a227;
  font-family: Georgia, serif;
}

.ff-review p {
  margin: 0 0 0.85rem;
  font-size: 16px;
  line-height: 1.55;
}

.ff-review__name {
  margin: 0 0 0.35rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ff-review__stars {
  margin: 0;
  color: #c9a227;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* FAQ + email */
.ff-end {
  background: #fff;
  padding: 3.25rem 0;
}

.ff-faq {
  max-width: 52rem;
}

.ff-faq h2 {
  margin: 0 0 1.25rem;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ff-faq__item {
  border-bottom: 1px solid var(--ff-line);
}

.ff-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  background: none;
  border: 0;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--ff-ink);
  cursor: pointer;
}

.ff-faq__icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.ff-faq__icon::before,
.ff-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--ff-ink);
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}

.ff-faq__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.ff-faq__item.is-open .ff-faq__icon::after {
  opacity: 0;
}

.ff-faq__answer {
  padding: 0 0 1rem;
}

.ff-faq__answer p {
  margin: 0;
  font-size: 16px;
  color: var(--ff-muted);
}

/* Final CTA */
.ff-cta {
  position: relative;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.ff-cta__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.ff-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  padding: 3rem 1.5rem;
}

.ff-cta__inner p {
  margin: 0 0 1.25rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.ff-cta__note {
  margin: 1rem 0 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

@media (max-width: 991px) {
  .ff-bar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-why__grid,
  .ff-proof__grid,
  .ff-pack {
    grid-template-columns: 1fr;
  }

  .ff-pack__guide-inner {
    margin: 0;
    max-width: none;
  }

  .ff-hero__title {
    font-size: 32px;
  }

  .ff-hero__content {
    padding: 28px 1.25rem;
  }

  .ff-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ff-bar__grid,
  .ff-pack__list {
    grid-template-columns: 1fr;
  }

  .ff-hero__actions .ff-btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1001px) {
  .ff-page .header-section #menu.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
