.elementor-2804 .elementor-element.elementor-element-d835830{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc332d4 *//* ========================================
   WARRIOR LOGO WEAR EMBROIDERY PAGE
   Fully scoped to avoid conflicts
======================================== */

.wlw-embroidery,
.wlw-embroidery *,
.wlw-embroidery *::before,
.wlw-embroidery *::after {
  box-sizing: border-box;
}

.wlw-embroidery {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #182537;
}

.wlw-embroidery__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}


/* ========================================
   HERO
======================================== */

.wlw-embroidery__hero {
  position: relative;
  overflow: hidden;
  padding: 90px 24px 80px;
  background:
    radial-gradient(
      circle at top right,
      rgba(31, 93, 155, 0.12),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5f8fc 100%
    );
}

.wlw-embroidery__hero::before {
  position: absolute;
  top: -140px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(31, 93, 155, 0.05);
  content: "";
  pointer-events: none;
}

.wlw-embroidery__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
}

.wlw-embroidery__eyebrow,
.wlw-embroidery__section-label {
  display: block;
  margin: 0 0 12px;
  color: #1f5d9b;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.18em;
}

.wlw-embroidery__hero-content h1 {
  max-width: 770px;
  margin: 0;
  color: #152033;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.wlw-embroidery__hero-text {
  max-width: 710px;
  margin: 25px 0 0;
  color: #5e6b7b;
  font-size: 1.14rem;
  line-height: 1.75;
}

.wlw-embroidery__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.wlw-embroidery__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 29px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.wlw-embroidery__button:hover,
.wlw-embroidery__button:focus {
  transform: translateY(-3px);
  text-decoration: none;
}

.wlw-embroidery__button--primary {
  border-color: #1f5d9b;
  background: #1f5d9b;
  color: #ffffff;
}

.wlw-embroidery__button--primary:hover,
.wlw-embroidery__button--primary:focus {
  border-color: #184b7e;
  background: #184b7e;
  color: #ffffff;
}

.wlw-embroidery__button--secondary {
  border-color: #c81e2d;
  background: #ffffff;
  color: #c81e2d;
}

.wlw-embroidery__button--secondary:hover,
.wlw-embroidery__button--secondary:focus {
  background: #c81e2d;
  color: #ffffff;
}

.wlw-embroidery__hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 28px;
  color: #445164;
  font-size: 0.9rem;
  font-weight: 700;
}

.wlw-embroidery__visual-card {
  padding: 45px;
  border: 1px solid #dfe6ee;
  border-top: 6px solid #1f5d9b;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(24, 37, 55, 0.13);
}

.wlw-embroidery__visual-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 25px;
  border-radius: 20px;
  background: rgba(31, 93, 155, 0.11);
  font-size: 2.7rem;
}

.wlw-embroidery__visual-card h2 {
  margin: 0 0 16px;
  color: #182537;
  font-size: 1.8rem;
  line-height: 1.25;
}

.wlw-embroidery__visual-card p {
  margin: 0;
  color: #667383;
  line-height: 1.7;
}


/* ========================================
   SHARED SECTIONS
======================================== */

.wlw-embroidery__section {
  padding: 85px 24px;
  background: #ffffff;
}

.wlw-embroidery__section--light {
  border-top: 1px solid #e3e8ed;
  border-bottom: 1px solid #e3e8ed;
  background: #f5f7fa;
}

.wlw-embroidery__section--blue {
  border-top: 1px solid #dce6f0;
  border-bottom: 1px solid #dce6f0;
  background:
    linear-gradient(
      180deg,
      #f4f8fc 0%,
      #eef4fa 100%
    );
}

.wlw-embroidery__section-heading {
  max-width: 810px;
  margin: 0 auto 46px;
  text-align: center;
}

.wlw-embroidery__section-heading h2,
.wlw-embroidery__content-block h2,
.wlw-embroidery__information-content h2,
.wlw-embroidery__comparison-heading h2 {
  margin: 0;
  color: #182537;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.wlw-embroidery__section-heading p,
.wlw-embroidery__content-block > p,
.wlw-embroidery__information-content > p,
.wlw-embroidery__comparison-heading > p {
  margin: 16px auto 0;
  color: #667383;
  font-size: 1rem;
  line-height: 1.7;
}


/* ========================================
   BENEFITS
======================================== */

.wlw-embroidery__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wlw-embroidery__benefit-card {
  padding: 34px;
  border: 1px solid #e3e8ed;
  border-top: 5px solid #1f5d9b;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 37, 55, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.wlw-embroidery__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 36px rgba(24, 37, 55, 0.12);
}

.wlw-embroidery__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(31, 93, 155, 0.1);
  font-size: 1.8rem;
}

.wlw-embroidery__benefit-card h3 {
  margin: 0 0 11px;
  color: #182537;
  font-size: 1.3rem;
}

.wlw-embroidery__benefit-card p {
  margin: 0;
  color: #667383;
  line-height: 1.7;
}


/* ========================================
   TWO-COLUMN PRODUCTS
======================================== */

.wlw-embroidery__two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}

.wlw-embroidery__check-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.wlw-embroidery__check-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 34px;
  color: #263446;
  font-weight: 600;
}

.wlw-embroidery__check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f1fa;
  color: #1f5d9b;
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

.wlw-embroidery__product-panel {
  padding: 38px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(24, 37, 55, 0.11);
}

.wlw-embroidery__product-panel h3 {
  margin: 0 0 25px;
  color: #182537;
  font-size: 1.55rem;
}

.wlw-embroidery__product-list {
  display: grid;
  gap: 20px;
}

.wlw-embroidery__product-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.wlw-embroidery__product-item > span {
  flex: 0 0 38px;
  font-size: 1.75rem;
}

.wlw-embroidery__product-item strong {
  color: #182537;
  font-size: 1rem;
}

.wlw-embroidery__product-item p {
  margin: 4px 0 0;
  color: #6b7786;
  font-size: 0.9rem;
  line-height: 1.5;
}


/* ========================================
   PLACEMENT OPTIONS
======================================== */

.wlw-embroidery__placement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wlw-embroidery__placement-card {
  padding: 34px;
  border: 1px solid #e2e7ed;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(24, 37, 55, 0.06);
}

.wlw-embroidery__placement-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #eaf2fa;
  color: #1f5d9b;
  font-size: 1.65rem;
  font-weight: 900;
}

.wlw-embroidery__placement-card h3 {
  margin: 0 0 12px;
  color: #182537;
  font-size: 1.22rem;
}

.wlw-embroidery__placement-card p {
  margin: 0;
  color: #677483;
  line-height: 1.7;
}


/* ========================================
   PROCESS
======================================== */

.wlw-embroidery__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wlw-embroidery__step {
  padding: 30px 24px;
  border: 1px solid #dce5ee;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(24, 37, 55, 0.06);
}

.wlw-embroidery__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #1f5d9b;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
}

.wlw-embroidery__step h3 {
  margin: 0 0 12px;
  color: #182537;
  font-size: 1.15rem;
}

.wlw-embroidery__step p {
  margin: 0;
  color: #687585;
  line-height: 1.65;
}


/* ========================================
   DIGITIZING INFORMATION
======================================== */

.wlw-embroidery__information-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 55px;
  align-items: center;
  padding: 52px;
  border: 1px solid #e0e6ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(24, 37, 55, 0.09);
}

.wlw-embroidery__information-content > p {
  margin-right: 0;
  margin-left: 0;
}

.wlw-embroidery__information-note {
  padding: 30px;
  border-left: 5px solid #1f5d9b;
  border-radius: 13px;
  background: #f2f6fa;
}

.wlw-embroidery__note-icon {
  margin-bottom: 15px;
  font-size: 2.2rem;
}

.wlw-embroidery__information-note h3 {
  margin: 0 0 12px;
  color: #182537;
  font-size: 1.25rem;
}

.wlw-embroidery__information-note p {
  margin: 0;
  color: #667383;
  line-height: 1.7;
}


/* ========================================
   COMPARISON
======================================== */

.wlw-embroidery__comparison-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.wlw-embroidery__comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.wlw-embroidery__comparison-card {
  padding: 36px;
  border: 1px solid #e0e6ec;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(24, 37, 55, 0.07);
}

.wlw-embroidery__comparison-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf2fa;
  color: #1f5d9b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.wlw-embroidery__comparison-card h3 {
  margin: 0 0 20px;
  color: #182537;
  font-size: 1.35rem;
  line-height: 1.35;
}

.wlw-embroidery__comparison-card ul {
  margin: 0;
  padding-left: 20px;
  color: #647181;
}

.wlw-embroidery__comparison-card li {
  margin-bottom: 11px;
  line-height: 1.55;
}


/* ========================================
   FAQ
======================================== */

.wlw-embroidery__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wlw-embroidery__faq {
  padding: 28px;
  border: 1px solid #e2e7ec;
  border-radius: 14px;
  background: #ffffff;
}

.wlw-embroidery__faq h3 {
  margin: 0 0 11px;
  color: #182537;
  font-size: 1.16rem;
}

.wlw-embroidery__faq p {
  margin: 0;
  color: #687585;
  line-height: 1.7;
}


/* ========================================
   FINAL CTA
======================================== */

.wlw-embroidery__cta {
  padding: 80px 24px;
  background:
    linear-gradient(
      135deg,
      #1f5d9b 0%,
      #173f6a 100%
    );
}

.wlw-embroidery__cta-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 58px;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.2);
}

.wlw-embroidery__cta-label {
  display: block;
  margin-bottom: 12px;
  color: #1f5d9b;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.wlw-embroidery__cta-box h2 {
  margin: 0;
  color: #182537;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
}

.wlw-embroidery__cta-box p {
  max-width: 680px;
  margin: 20px auto 30px;
  color: #667383;
  line-height: 1.75;
}

.wlw-embroidery__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.wlw-embroidery__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 34px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.wlw-embroidery__cta-button:hover,
.wlw-embroidery__cta-button:focus {
  transform: translateY(-3px);
  text-decoration: none;
}

.wlw-embroidery__cta-button--primary {
  border-color: #1f5d9b;
  background: #1f5d9b;
  color: #ffffff;
}

.wlw-embroidery__cta-button--primary:hover,
.wlw-embroidery__cta-button--primary:focus {
  background: #173f6a;
  color: #ffffff;
}

.wlw-embroidery__cta-button--secondary {
  border-color: #c81e2d;
  background: #ffffff;
  color: #c81e2d;
}

.wlw-embroidery__cta-button--secondary:hover,
.wlw-embroidery__cta-button--secondary:focus {
  background: #c81e2d;
  color: #ffffff;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 980px) {

  .wlw-embroidery__hero-grid,
  .wlw-embroidery__two-column,
  .wlw-embroidery__information-box {
    grid-template-columns: 1fr;
  }

  .wlw-embroidery__benefit-grid,
  .wlw-embroidery__placement-grid,
  .wlw-embroidery__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wlw-embroidery__hero-visual {
    max-width: 650px;
  }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 650px) {

  .wlw-embroidery__hero,
  .wlw-embroidery__section,
  .wlw-embroidery__cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wlw-embroidery__hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .wlw-embroidery__section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .wlw-embroidery__hero-content h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .wlw-embroidery__hero-buttons,
  .wlw-embroidery__cta-buttons {
    flex-direction: column;
  }

  .wlw-embroidery__button,
  .wlw-embroidery__cta-button {
    width: 100%;
  }

  .wlw-embroidery__hero-points {
    flex-direction: column;
    gap: 10px;
  }

  .wlw-embroidery__visual-card,
  .wlw-embroidery__product-panel,
  .wlw-embroidery__information-box,
  .wlw-embroidery__cta-box {
    padding: 30px 24px;
  }

  .wlw-embroidery__benefit-grid,
  .wlw-embroidery__placement-grid,
  .wlw-embroidery__steps,
  .wlw-embroidery__comparison-grid,
  .wlw-embroidery__faq-grid {
    grid-template-columns: 1fr;
  }

  .wlw-embroidery__two-column {
    gap: 45px;
  }

}/* End custom CSS */