.elementor-2821 .elementor-element.elementor-element-bf415b1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d974fe *//* ========================================
   WARRIOR LOGO WEAR LASER ENGRAVING PAGE
   Fully scoped to avoid site conflicts
======================================== */

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

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

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


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

.wlw-laser__hero {
  position: relative;
  overflow: hidden;
  padding: 90px 24px 80px;
  background:
    radial-gradient(
      circle at top right,
      rgba(215, 154, 18, 0.15),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffaf0 100%
    );
}

.wlw-laser__hero::before {
  position: absolute;
  top: -150px;
  right: -110px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: rgba(215, 154, 18, 0.055);
  content: "";
  pointer-events: none;
}

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

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

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

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

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

.wlw-laser__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-laser__button:hover,
.wlw-laser__button:focus {
  transform: translateY(-3px);
  text-decoration: none;
}

.wlw-laser__button--primary {
  border-color: #d79a12;
  background: #d79a12;
  color: #ffffff;
}

.wlw-laser__button--primary:hover,
.wlw-laser__button--primary:focus {
  border-color: #b77c00;
  background: #b77c00;
  color: #ffffff;
}

.wlw-laser__button--secondary {
  border-color: #1f497d;
  background: #ffffff;
  color: #1f497d;
}

.wlw-laser__button--secondary:hover,
.wlw-laser__button--secondary:focus {
  background: #1f497d;
  color: #ffffff;
}

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

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

.wlw-laser__visual-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 25px;
  border-radius: 20px;
  background: rgba(215, 154, 18, 0.13);
  font-size: 2.7rem;
}

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

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


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

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

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

.wlw-laser__section--gold {
  border-top: 1px solid #ecdfc2;
  border-bottom: 1px solid #ecdfc2;
  background:
    linear-gradient(
      180deg,
      #fffaf0 0%,
      #fcf5e7 100%
    );
}

.wlw-laser__section-heading,
.wlw-laser__comparison-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.wlw-laser__section-heading h2,
.wlw-laser__content-block h2,
.wlw-laser__feature-content h2,
.wlw-laser__artwork-content h2,
.wlw-laser__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-laser__section-heading p,
.wlw-laser__content-block > p,
.wlw-laser__feature-content > p,
.wlw-laser__artwork-content > p,
.wlw-laser__comparison-heading > p {
  margin: 16px auto 0;
  color: #667383;
  font-size: 1rem;
  line-height: 1.7;
}


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

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

.wlw-laser__benefit-card {
  padding: 34px;
  border: 1px solid #e3e8ed;
  border-top: 5px solid #d79a12;
  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-laser__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 36px rgba(24, 37, 55, 0.12);
}

.wlw-laser__benefit-icon,
.wlw-laser__use-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(215, 154, 18, 0.12);
  font-size: 1.8rem;
}

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

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


/* ========================================
   PRODUCTS
======================================== */

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

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

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

.wlw-laser__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: #fff3d8;
  color: #b67a00;
  content: "✓";
  font-size: 0.78rem;
  font-weight: 900;
}

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

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

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

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

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

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

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


/* ========================================
   USE CASES
======================================== */

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

.wlw-laser__use-card {
  padding: 30px 24px;
  border: 1px solid #e3e8ed;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 25px rgba(24, 37, 55, 0.06);
}


/* ========================================
   PERSONALIZATION FEATURE
======================================== */

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

.wlw-laser__feature-content > p,
.wlw-laser__artwork-content > p {
  margin-right: 0;
  margin-left: 0;
}

.wlw-laser__feature-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.wlw-laser__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.wlw-laser__feature-item span {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff3d8;
  color: #b67a00;
  font-size: 0.78rem;
  font-weight: 900;
}

.wlw-laser__feature-item p {
  margin: 1px 0 0;
  color: #364456;
  font-weight: 600;
  line-height: 1.5;
}

.wlw-laser__feature-note {
  padding: 30px;
  border-left: 5px solid #d79a12;
  border-radius: 13px;
  background: #fff8e9;
}

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

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

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


/* ========================================
   MATERIALS
======================================== */

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

.wlw-laser__material-card {
  padding: 29px 23px;
  border: 1px solid #e3e8ed;
  border-radius: 15px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(24, 37, 55, 0.05);
}

.wlw-laser__material-icon {
  display: block;
  margin-bottom: 16px;
  font-size: 2rem;
}

.wlw-laser__material-card h3 {
  margin: 0 0 10px;
  color: #182537;
  font-size: 1.16rem;
}

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

.wlw-laser__material-disclaimer {
  max-width: 900px;
  margin: 35px auto 0;
  padding: 25px 28px;
  border-left: 5px solid #d79a12;
  border-radius: 12px;
  background: #fff8e9;
}

.wlw-laser__material-disclaimer strong {
  color: #182537;
}

.wlw-laser__material-disclaimer p {
  margin: 8px 0 0;
  color: #667383;
  line-height: 1.65;
}


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

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

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

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

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

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


/* ========================================
   ARTWORK
======================================== */

.wlw-laser__artwork-list {
  padding: 30px;
  border-left: 5px solid #d79a12;
  border-radius: 13px;
  background: #f7f8fa;
}

.wlw-laser__artwork-list h3 {
  margin: 0 0 18px;
  color: #182537;
  font-size: 1.28rem;
}

.wlw-laser__artwork-list ul {
  margin: 0;
  padding-left: 20px;
  color: #667383;
}

.wlw-laser__artwork-list li {
  margin-bottom: 12px;
  line-height: 1.55;
}


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

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

.wlw-laser__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-laser__comparison-card--laser {
  border-top: 5px solid #d79a12;
}

.wlw-laser__comparison-card--uv {
  border-top: 5px solid #7652a7;
}

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

.wlw-laser__comparison-card--uv .wlw-laser__comparison-tag {
  background: #f0eafb;
  color: #7652a7;
}

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

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

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

.wlw-laser__comparison-link {
  margin-top: 30px;
  text-align: center;
}

.wlw-laser__comparison-link a {
  color: #7652a7;
  font-weight: 800;
  text-decoration: none;
}


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

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

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

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

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


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

.wlw-laser__cta {
  padding: 80px 24px;
  background:
    linear-gradient(
      135deg,
      #d79a12 0%,
      #a96f00 100%
    );
}

.wlw-laser__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-laser__cta-label {
  display: block;
  margin-bottom: 12px;
  color: #b67a00;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

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

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

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

.wlw-laser__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-laser__cta-button:hover,
.wlw-laser__cta-button:focus {
  transform: translateY(-3px);
  text-decoration: none;
}

.wlw-laser__cta-button--primary {
  border-color: #d79a12;
  background: #d79a12;
  color: #ffffff;
}

.wlw-laser__cta-button--primary:hover,
.wlw-laser__cta-button--primary:focus {
  background: #a96f00;
  color: #ffffff;
}

.wlw-laser__cta-button--secondary {
  border-color: #1f497d;
  background: #ffffff;
  color: #1f497d;
}

.wlw-laser__cta-button--secondary:hover,
.wlw-laser__cta-button--secondary:focus {
  background: #1f497d;
  color: #ffffff;
}


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

@media (max-width: 980px) {

  .wlw-laser__hero-grid,
  .wlw-laser__two-column,
  .wlw-laser__feature-box,
  .wlw-laser__artwork-box {
    grid-template-columns: 1fr;
  }

  .wlw-laser__benefit-grid,
  .wlw-laser__use-grid,
  .wlw-laser__material-grid,
  .wlw-laser__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

}


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

@media (max-width: 650px) {

  .wlw-laser__hero,
  .wlw-laser__section,
  .wlw-laser__cta {
    padding-right: 16px;
    padding-left: 16px;
  }

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

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

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

  .wlw-laser__hero-buttons,
  .wlw-laser__cta-buttons {
    flex-direction: column;
  }

  .wlw-laser__button,
  .wlw-laser__cta-button {
    width: 100%;
  }

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

  .wlw-laser__visual-card,
  .wlw-laser__product-panel,
  .wlw-laser__feature-box,
  .wlw-laser__artwork-box,
  .wlw-laser__cta-box {
    padding: 30px 24px;
  }

  .wlw-laser__benefit-grid,
  .wlw-laser__use-grid,
  .wlw-laser__material-grid,
  .wlw-laser__steps,
  .wlw-laser__comparison-grid,
  .wlw-laser__faq-grid {
    grid-template-columns: 1fr;
  }

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

}/* End custom CSS */