/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Independent distributor identity, 2026-08-19. */
#_desktop_logo .logo,
.page-header .logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.header-nav .left-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav .left-nav .customtext p {
  margin: 0;
}

.independent-intro {
  margin: 0 auto 42px;
  padding: 42px 48px;
  border: 1px solid #dce9e8;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4fbfa 0%, #ffffff 58%, #f3f7fa 100%);
  color: #173443;
  box-shadow: 0 12px 34px rgba(11, 42, 63, .08);
}

.independent-intro__eyebrow {
  margin-bottom: 10px;
  color: #008d86;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.independent-intro h1 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #0b2a3f;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
}

.independent-intro__lead {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.65;
}

.independent-intro__notice {
  max-width: 930px;
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #00a79f;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, .86);
  line-height: 1.55;
}

.independent-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.independent-intro__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #0b2a3f;
  border-radius: 999px;
  color: #0b2a3f;
  font-weight: 700;
}

.independent-intro__actions a:first-child {
  border-color: #008d86;
  background: #008d86;
  color: #fff;
}

.independent-intro__actions a:hover {
  opacity: .86;
  text-decoration: none;
}

.independent-buying-guide {
  margin: 34px auto 48px;
  padding: 34px;
  border-top: 4px solid #008d86;
  background: #f7fafb;
  color: #173443;
}

.independent-buying-guide h2 {
  margin-top: 0;
  color: #0b2a3f;
}

.independent-buying-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.independent-buying-guide__grid > div {
  padding: 20px;
  border: 1px solid #dce9e8;
  border-radius: 10px;
  background: #fff;
}

.independent-buying-guide__grid h3 {
  margin-top: 0;
  color: #0b6078;
  font-size: 18px;
}

@media (max-width: 767px) {
  .independent-intro {
    padding: 28px 22px;
    border-radius: 12px;
  }

  .independent-buying-guide {
    padding: 24px 20px;
  }

  .independent-buying-guide__grid {
    grid-template-columns: 1fr;
  }
}
