.lwpet-b2b-page {
  color: #26352d;
  background: #fff;
}

.lwpet-b2b-page h1,
.lwpet-b2b-page h2,
.lwpet-b2b-page h3,
.lwpet-b2b-page p {
  margin-top: 0;
}

.lwpet-b2b-hero {
  position: relative;
  padding: 92px 0 96px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20, 57, 39, .94), rgba(35, 90, 59, .76)),
    url('../img/innerhead-natural-pets.png') center 43% / cover no-repeat;
}

.lwpet-b2b-hero .container {
  position: relative;
  z-index: 1;
}

.lwpet-b2b-eyebrow {
  margin-bottom: 12px;
  color: #6aa84f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lwpet-b2b-hero .lwpet-b2b-eyebrow {
  color: #d8edcf;
}

.lwpet-b2b-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;
}

.lwpet-b2b-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.92);
  font-size: 19px;
  line-height: 1.7;
}

.lwpet-b2b-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.lwpet-b2b-button {
  display: inline-block;
  padding: 14px 25px;
  border: 2px solid #76a94f;
  border-radius: 3px;
  color: #fff !important;
  background: #76a94f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: .2s ease;
}

.lwpet-b2b-button:hover,
.lwpet-b2b-button:focus {
  border-color: #5f8f3e;
  background: #5f8f3e;
}

.lwpet-b2b-text-link {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lwpet-b2b-section {
  padding: 78px 0;
}

.lwpet-b2b-section-muted {
  background: #f4f7f2;
}

.lwpet-b2b-section-heading {
  margin-bottom: 35px;
}

.lwpet-b2b-section h2 {
  margin-bottom: 18px;
  color: #173d29;
  font-size: 34px;
  line-height: 1.25;
}

.lwpet-b2b-section-heading > p:last-child,
.lwpet-b2b-section p,
.lwpet-b2b-card p,
.lwpet-b2b-step p {
  color: #59675f;
  font-size: 15px;
  line-height: 1.75;
}

.lwpet-b2b-card-row > div {
  display: flex;
}

.lwpet-b2b-card {
  width: 100%;
  min-height: 205px;
  padding: 30px;
  border: 1px solid #dfe8dc;
  border-top: 4px solid #76a94f;
  background: #fff;
  box-shadow: 0 10px 30px rgba(26, 60, 40, .07);
}

.lwpet-b2b-card h3,
.lwpet-b2b-step h3 {
  margin-bottom: 12px;
  color: #173d29;
  font-size: 20px;
}

.lwpet-b2b-sticky-heading {
  position: sticky;
  top: 30px;
}

.lwpet-b2b-step {
  display: flex;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #d8e2d5;
}

.lwpet-b2b-step:first-child {
  padding-top: 0;
}

.lwpet-b2b-step > span {
  display: flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #76a94f;
  font-weight: 700;
}

.lwpet-b2b-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lwpet-b2b-checklist li {
  position: relative;
  padding: 15px 16px 15px 43px;
  border: 1px solid #dfe8dc;
  background: #fafcf9;
  color: #34463b;
  line-height: 1.45;
}

.lwpet-b2b-checklist li::before {
  content: '\2713';
  position: absolute;
  left: 16px;
  color: #6a9d48;
  font-weight: 700;
}

.lwpet-b2b-notice {
  margin-top: 34px;
  padding: 18px 22px;
  border-left: 4px solid #d7a844;
  background: #fff8e7;
  color: #62522f;
  line-height: 1.65;
}

.lwpet-b2b-cta {
  padding: 58px 0;
  color: #fff;
  background: #1b4b32;
}

.lwpet-b2b-cta h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 31px;
}

.lwpet-b2b-cta p {
  margin-bottom: 0;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  line-height: 1.65;
}

.lwpet-b2b-button-light {
  border-color: #fff;
  color: #1b4b32 !important;
  background: #fff;
}

.lwpet-b2b-button-light:hover,
.lwpet-b2b-button-light:focus {
  border-color: #e5efdf;
  background: #e5efdf;
}

.main-menu .dropdown-menu {
  min-width: 220px;
  margin-top: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(0,0,0,.15);
}

.main-menu .dropdown-item {
  padding: 4px 16px;
  color: #26352d;
  font-size: 13px;
  line-height: 1.35;
}

/* Keep the dropdown rows compact and prevent the main-menu underline effect. */
.main-menu .dropdown-menu .dropdown-item::after {
  display: none !important;
}

/* Desktop: open the B2B dropdown as soon as the pointer enters the menu item. */
@media (min-width: 768px) {
  .main-menu .nav-item.dropdown:hover > .dropdown-menu,
  .main-menu .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.main-menu .dropdown-item:hover,
.main-menu .dropdown-item:focus {
  color: #173d29;
  background: #edf4e9;
}

@media (max-width: 991px) {
  .lwpet-b2b-hero {
    padding: 70px 0;
  }

  .lwpet-b2b-hero h1 {
    font-size: 38px;
  }

  .lwpet-b2b-card-row > div {
    margin-bottom: 20px;
  }

  .lwpet-b2b-sticky-heading {
    position: static;
  }

  .lwpet-b2b-cta .text-lg-right {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .lwpet-b2b-hero {
    padding: 55px 0 60px;
  }

  .lwpet-b2b-hero h1 {
    font-size: 32px;
  }

  .lwpet-b2b-lead {
    font-size: 17px;
  }

  .lwpet-b2b-section {
    padding: 55px 0;
  }

  .lwpet-b2b-section h2 {
    font-size: 28px;
  }

  .lwpet-b2b-checklist {
    grid-template-columns: 1fr;
  }

  .main-menu .dropdown-menu {
    box-shadow: none;
  }
}
