.secondNav.header-show {
  top:60px;
}
p {
	color:black;
	font-family: 'Questrial';
	width:90%;
}
.video-container { 
	position: relative; 	
	padding-bottom: 56.25%; 	
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	}
@media (min-width: 900px) {
	.ap-grid-flip {
	grid-template-columns: .9fr 1.1fr !important;
	}
}
	
li.triple {
	display:inline-block;
	width:28%;
	vertical-align:top;
	margin:1%;
}
li.triple img{
	width:100%;
}
.gray-box {
	background:#F0F0F0;
	padding:2em 0;
}
.hi-desc{
	line-height:1rem;
}
.gray-box p{
	width:100%;
}

.private-label-form{
	width:100%;
	background:#eee;
	padding:2em;
	border-radius:1em;
}
.private-label-form p{
	width:100%;
}
.private-label-form input{
	width:80%;
	border-radius:.5em;
	padding:.5em;
	border:1px solid #ccc;
}
.private-label-form input[type=submit]{
	width:80%;
	border-radius:.5em;
	padding:1em;
	border:1px solid #ccc;
	background:#00b798;
	border:none;
	color:white;
	font-family: 'Questrial';
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
}
.private-label-form input[type=submit]:hover{
	background:black;
	color:white;
}
.private-label-form select{
	width:80%;
	border-radius:.5em;
	padding:.5em;
	border:1px solid #ccc;
	background:white;
}
.private-label-form textarea{
	width:80%;
	border-radius:.5em;
	padding:.5em;
	border:1px solid #ccc;
	background:white;
}

@media screen and (max-width: 768px){
	.private-label-form{
		width:100%;
		padding:1em;
	}
	.private-label-form input{
		width:100%;
	}
	.private-label-form select{
		width:100%;
	}
	.private-label-form textarea{
		width:100%;
	}
	.private-label-form input[type=submit]{
		width:100%;
	}
}

/* ==========================
   Private Label Page v2
   Fully scoped under .plv2
   ========================== */

.plv2, .plv2 * { box-sizing: border-box; }

.plv2 {
  --pl-text: #222222;
  --pl-muted: #5a5a5a;
  --pl-accent: #00b798;
  --pl-warm: #ffb600;
  --pl-bg: #ffffff;
  --pl-soft: #f7f7f7;
  --pl-card: #ffffff;
  --pl-border: rgba(0,0,0,.12);
  --pl-shadow: 0 10px 30px rgba(0,0,0,.08);
  color: var(--pl-text);
}

/* Layout */
.plv2 .plv2-wrap {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.plv2 .plv2-section {
  padding: 64px 0;
  background: var(--pl-bg);
}

.plv2 .plv2-section.plv2-alt {
  background: var(--pl-soft);
}

.plv2 .plv2-grid2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 900px) {
  .plv2 .plv2-grid2 {
    grid-template-columns: .75fr 1.25fr;
    align-items: start;
  }
}

/* Typography */
.plv2 .plv2-eyebrow {
  color: rgba(255,255,255,.92);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0 0 12px;
}

.plv2 .plv2-h1 {
  margin: 0 0 12px;
  line-height: 1.05;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  color: #ffffff;
}

.plv2 .plv2-h2 {
  margin: 0 0 10px;
  line-height: 1.15;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.01em;
}

/* Default (light-safe) */
.plv2 .plv2-subhead,
.plv2 .plv2-p {
  margin: 0 0 14px;
  line-height: 1.6;
  color: var(--pl-muted);
  font-size: 1rem;
}

.plv2 .plv2-subhead { max-width: 720px; }

.plv2 .plv2-tight { margin-bottom: 10px; }
.plv2 .plv2-center { text-align: center; }
.plv2 .plv2-max760 { max-width: 760px; margin-left:auto; margin-right:auto; }

.plv2 .plv2-micro {
  margin: 10px 0 0;
  color: var(--pl-muted);
  font-size: .85rem;
  text-align:center;
}

/* HERO */
.plv2 .plv2-hero {
  padding: 90px 0 70px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.25)),
    url('/Images/private-label/private-label-hero-image-min.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#neck-print-hero{
    padding: 90px 0 70px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .51)), url(/Images/private-label/neck-prints-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
}

/* Center hero content */
.plv2 .plv2-hero .plv2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Hero-only white subhead */
.plv2 .plv2-hero .plv2-subhead {
  color: rgba(255, 255, 255, .88);
}

/* CTA Row */
.plv2 .plv2-ctaRow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  width: 100%;
  max-width: 720px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .plv2 .plv2-ctaRow { flex-direction: row; }
}

/* Buttons */
.plv2 .plv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}

.plv2 .plv2-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--pl-shadow);
}

.plv2 .plv2-btnPrimary {
  background: var(--pl-accent);
  color: #ffffff;
}

.plv2 .plv2-btnGhost {
  background: rgba(255,255,255,.10);
  color: #ffffff;
  border-color: rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
}

.plv2 .plv2-ctaStack {
  margin-top: 22px;
  display: grid;
  gap: 8px;
  justify-items: center;
}

/* Proof row */
.plv2 .plv2-proofRow {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 900px;
  justify-items: center;
}

@media (min-width: 900px) {
  .plv2 .plv2-proofRow { grid-template-columns: repeat(3, 1fr); }
}

.plv2 .plv2-proof {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 18px;
  padding: 14px 14px;
  backdrop-filter: blur(6px);
  width: 100%;
  max-width: 280px;
}

.plv2 .plv2-proofTitle {
  color: #222222;
  font-weight: 900;
  margin-bottom: 4px;
}

.plv2 .plv2-proofBody {
  color: #5a5a5a;
  font-size: .95rem;
  line-height: 1.4;
}

/* Cards */
.plv2 .plv2-cardList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}

@media (min-width: 700px) {
  .plv2 .plv2-cardList { grid-template-columns: repeat(3, 1fr); }
}

.plv2 .plv2-card,
.plv2 .plv2-asideCard,
.plv2 .plv2-calloutCard,
.plv2 .plv2-compareCard,
.plv2 .plv2-priceCard {
  background: var(--pl-card);
  border: 1px solid var(--pl-border);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.plv2 .plv2-cardTitle,
.plv2 .plv2-asideTitle,
.plv2 .plv2-calloutTitle,
.plv2 .plv2-compareTitle,
.plv2 .plv2-priceTitle {
  font-weight: 900;
  margin-bottom: 6px;
}

.plv2 .plv2-cardBody { color: var(--pl-muted); line-height: 1.5; }

/* Aside image */
.plv2 .plv2-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--pl-border);
  margin: 12px 0;
}

    .apl-branding-footer {
      --apl-accent: #00b798;
      --apl-pill-green: #8bd8ca;
      --apl-pill-yellow: #f9d998;
      --apl-bg: #111111;
      --apl-card: #1c1c1c;
      --apl-border: #2a2a2a;
      --apl-text-muted: #9ca3af;
      --apl-tile: 400px;

      background: var(--apl-bg);
      color: #ffffff;
      padding: 100px 24px;
      font-family: inherit;
    }

    .apl-branding-inner { max-width: 1280px; margin: 0 auto; }

    .apl-branding-footer h2 {
      font-size: 44px;
      font-weight: 700;
      margin: 0 0 12px;
      letter-spacing: -0.5px;
    }

    .apl-branding-footer p {
      color: var(--apl-text-muted);
      margin: 0 0 32px;
      font-size: 18px;
    }

    .apl-branding-grid {
      display: flex;
      gap: 14px;
      overflow-x: auto;
      padding: 6px 6px 18px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .apl-branding-grid::-webkit-scrollbar { height: 10px; }
    .apl-branding-grid::-webkit-scrollbar-track { background: rgba(255,255,255,0.06); border-radius: 999px; }
    .apl-branding-grid::-webkit-scrollbar-thumb { background: rgba(0,183,152,0.55); border-radius: 999px; }
    .apl-branding-grid::-webkit-scrollbar-thumb:hover { background: rgba(0,183,152,0.75); }

    .apl-card-link {
      text-decoration: none;
      color: inherit;
      display: block;
      flex: 0 0 var(--apl-tile);
      width: var(--apl-tile);
      scroll-snap-align: start;
    }

    .apl-card {
      width: 100%;
    }

    .apl-card-inner {
      position: relative;
      width: 100%;
      padding-top: 100%;
      transform-style: preserve-3d;
      transition: transform 0.6s ease;
    }

    @media (hover: hover) {
      .apl-card-link:hover .apl-card-inner {
        transform: rotateY(180deg);
      }
    }

    .apl-card-face {
      position: absolute;
      inset: 0;
      border-radius: 18px;
      overflow: hidden;
      backface-visibility: hidden;
    }

    .apl-card-front {
      background: var(--apl-card);
      border: 1px solid var(--apl-border);
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      text-align: center;
      transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }

    @media (hover: hover) {
      .apl-card-link:hover .apl-card-front {
        border-color: rgba(0,183,152,0.55);
        box-shadow:
          0 0 0 1px rgba(0,183,152,0.22),
          0 0 28px rgba(0,183,152,0.18),
          0 18px 44px rgba(0,0,0,0.45);
        transform: translateY(-2px);
      }
    }

    .apl-icon {
      width: 75px;
      height: 75px;
      margin: 0 auto 18px;
      stroke: var(--apl-accent);
      fill: none;
      stroke-width: 2;
    }

    .apl-card-front strong {
      font-size: 22px;
      margin: 0 0 18px;
    }

    .apl-card-front ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }

    .apl-pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
      line-height: 1.1;
    }

    .apl-pill--green { background: var(--apl-pill-green); color: #073f35; }
    .apl-pill--yellow { background: var(--apl-pill-yellow); color: #5a4700; }
    .apl-pill--gray { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); }

    .apl-card-back { transform: rotateY(180deg); }

    .apl-card-back img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .apl-card-back::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.12);
    }

/* ==========================
   Steps (refined layout)
   ========================== */

.plv2 .plv2-steps {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 900px) {
  .plv2 .plv2-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Card */
.plv2 .plv2-stepsVisual .plv2-step {
  background: #ffffff;
  border: 1px solid var(--pl-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
}

/* Image */
.plv2 .plv2-stepImg {
  width: 100%;
  height: 160px; /* mobile default */
  object-fit: contain;
  display: block;
  background: #ffffff;
  padding: 20px;
}

@media (min-width: 900px) {
  .plv2 .plv2-stepImg {
    height: 300px;
  }
}

/* Content wrapper */
.plv2 .plv2-stepMeta {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Integrated number */
.plv2 .plv2-stepNum {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(0,183,152,.15);
  color: var(--pl-accent);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  margin-bottom: 6px;
}

/* Title */
.plv2 .plv2-stepTitle {
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0;
}

/* Body text */
.plv2 .plv2-stepText {
  color: var(--pl-muted);
  line-height: 1.6;
  font-size: .95rem;
  margin: 0;
}

/* Meter */
.plv2 .plv2-meter { margin-top: 18px; display: grid; gap: 14px; }
.plv2 .plv2-meterRow {
  display: grid;
  grid-template-columns: 140px 1fr 70px;
  gap: 10px;
  align-items: center;
}
.plv2 .plv2-meterLabel { font-weight: 800; color: var(--pl-text); font-size: .95rem; }
.plv2 .plv2-meterValue { text-align: right; font-weight: 900; color: var(--pl-text); }
.plv2 .plv2-meterTrack {
  height: 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}
.plv2 .plv2-meterFill {
  height: 100%;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
}
.plv2 .plv2-meterFillAccent { background: var(--pl-accent); }

@media (max-width: 520px) {
  .plv2 .plv2-meterRow { grid-template-columns: 1fr; gap: 6px; }
  .plv2 .plv2-meterValue { text-align: left; }
}

/* Compare */
.plv2 .plv2-compare {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .plv2 .plv2-compare { grid-template-columns: 1fr 1fr; }
}

.plv2 .plv2-list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--pl-muted);
  line-height: 1.55;
}

/* Pricing */
.plv2 .plv2-priceGrid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px) {
  .plv2 .plv2-priceGrid { grid-template-columns: 1fr 1fr; }
}

.plv2 .plv2-priceValue {
  font-size: 2.6rem;
  font-weight: 1000;
  letter-spacing: -0.02em;
  margin: 8px 0 2px;
  color: var(--pl-text);
}

.plv2 .plv2-priceNote { color: var(--pl-muted); margin-bottom: 12px; }

.plv2 .plv2-priceCardVip {
  border-color: rgba(0,183,152,.35);
  box-shadow: 0 14px 36px rgba(0,183,152,.14);
}

/* FAQ */
.plv2 .plv2-faq {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.plv2 .plv2-faqItem {
  background: #ffffff;
  border: 1px solid var(--pl-border);
  border-radius: 18px;
  padding: 10px 12px;
}

.plv2 .plv2-faqItem summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  outline: none;
}

.plv2 .plv2-faqItem summary::-webkit-details-marker { display: none; }

.plv2 .plv2-faqBody {
  margin-top: 8px;
  color: var(--pl-muted);
  line-height: 1.6;
}

/* Callout bullets */
.plv2 .plv2-calloutBullets {
  color: var(--pl-muted);
  line-height: 1.6;
  margin-top: 10px;
}

/* ==========================
   What it looks like: fade show
   ========================== */

.plv2 .plv2-labelShow {
  background: #ffffff;
}

.plv2 .plv2-labelShowHead {
  margin-bottom: 12px;
}

.plv2 .plv2-fadeShow {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 1 / 1;
}

.plv2 .plv2-fadeImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  opacity: 0;
  animation: plv2Fade 12s infinite ease-in-out;
}

/* Stagger images */
.plv2 .plv2-fadeImgA { animation-delay: 0s; }
.plv2 .plv2-fadeImgB { animation-delay: 4s; }
.plv2 .plv2-fadeImgC { animation-delay: 8s; }

/* 3-image fade cycle */
@keyframes plv2Fade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  30%  { opacity: 1; }
  38%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Stagger the second image */
.plv2 .plv2-fadeImgB {
  animation-delay: 4s;
}

/* Fade keyframes */
@keyframes plv2Fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  45%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .plv2 .plv2-fadeImg {
    animation: none;
    opacity: 1;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .plv2 .plv2-fadeShow {
    aspect-ratio: auto;
  }
}

/* ==========================
   Artwork section helpers
   ========================== */

.plv2 .plv2-artworkList {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.plv2 .plv2-artworkItem {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 14px;
}

.plv2 .plv2-artworkTitle {
  font-weight: 900;
  margin-bottom: 4px;
}

.plv2 .plv2-artworkBody {
  color: var(--pl-muted);
  line-height: 1.55;
}

/* ==========================
   Homepage-style visual catalog (scoped)
   ========================== */

.plv2 .plv2-eyebrowDark {
  color: var(--pl-muted);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0 0 10px;
  text-align: center;
}

/* Grid */
.plv2 .plv2-catGrid {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 640px) {
  .plv2 .plv2-catGrid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .plv2 .plv2-catGrid { grid-template-columns: repeat(3, 1fr); }
}

.plv2 .plv2-catCard { margin: 0; }

.plv2 .plv2-catLink {
  display: block;
  text-decoration: none;
}

/* Media tile */
.plv2 .plv2-catMedia {
  position: relative;
  max-width:100% !important;
  margin: 0 !important;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--pl-border);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

.plv2 .plv2-catLink:hover .plv2-catMedia {
  transform: translateY(-2px);
  box-shadow: var(--pl-shadow);
  border-color: rgba(0,183,152,.35);
}

/* Neutralize legacy global figure float rules inside this section only */
.plv2 #plv2-catalog figure,
.plv2 #plv2-catalog figure img {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  position: static !important;
}

.plv2 .plv2-catImg {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #ffffff;
  padding: 16px;
  transform: scale(1);
  transition: transform .18s ease;
}

.plv2 .plv2-catLink:hover .plv2-catImg {
  transform: scale(1.02);
}

/* Chip label */
.plv2 #plv2-catalog .plv2-catChip {
  position: absolute !important;
  left: 16px;
  bottom: 16px;
  background: rgba(0,0,0,.62);
  color: #ffffff;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: .9rem;
  line-height: 1;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18);
  max-width: calc(100% - 24px);
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ==========================
   Catalog fixes: caption always visible + larger tiles
   ========================== */

/* Ensure captions are always visible (override any global figcaption hover rules) */
.plv2 #plv2-catalog .plv2-catChip {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
}

/* Ensure the image sits behind the chip */
.plv2 #plv2-catalog .plv2-catImg {
  position: relative;
  z-index: 1;
}

/* Make tiles feel bigger */
.plv2 #plv2-catalog .plv2-catImg {
  height: 280px; /* was 240px */
}

@media (min-width: 1000px) {
  .plv2 #plv2-catalog .plv2-catImg {
    height: 320px; /* bigger on desktop */
  }

  /* Slightly increase spacing so bigger tiles breathe */
  .plv2 #plv2-catalog .plv2-catGrid {
    gap: 18px; /* was 14px */
  }
}

/* Optional: slightly larger chip for readability on bigger tiles */
@media (min-width: 1000px) {
  .plv2 #plv2-catalog .plv2-catChip {
    font-size: .95rem;
    padding: 9px 12px;
  }
}

/* Apliiq Premium Branding Options */
.pl-branding {
  padding: 48px 0;
}

.pl-branding__inner {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.pl-branding__header {
  margin-bottom: 18px;
}

.pl-branding__title {
  margin: 0 0 8px 0;
  color: #222222;
}

.pl-branding__sub {
  margin: 0;
  color: #5a5a5a;
  line-height: 1.5;
  max-width: 70ch;
  text-align:center;
}

/* Grid */
.pl-branding__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

/* Card */
.pl-branding-card {
  gap: 14px;
  align-items: center;

  background: #FFFFFF;
  border: 1px solid rgba(34, 34, 34, 0.10);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(34, 34, 34, 0.06);
}

.pl-branding-card__media {
  width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(34, 34, 34, 0.04);
}

.pl-branding-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pl-branding-card__title {
  margin: 0 0 6px 0;
  color: #222222;
  font-size: 1.05rem;
  line-height: 
}
@media (min-width: 992px) {
  .pl-branding__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pl-branding-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .pl-branding-card__text{
	  line-height:1.5rem;
  }

  .pl-branding-card__media {
    width: 100%;
  }
}
/* Callout row */
.pl-callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

/* Individual badge */
.pl-callout {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 183, 152, 0.10);
  border: 1px solid rgba(0, 183, 152, 0.35);
  color: #222222;
  white-space: nowrap;
}
/* ==========================
   Support CTA Section
   ========================== */

.plv2 .plv2-support {
  background: linear-gradient(
    135deg,
    rgba(0,183,152,.08),
    rgba(255,255,255,1)
  );
  border-top: 1px solid rgba(0,0,0,.08);
}

.plv2 .plv2-supportInner {
  text-align: center;
  padding: 10px 0;
}

/* Branding card logo (front face) */
.apl-branding-footer .apl-card-logo {
  width: clamp(75px, 9vw, 100px);
  height: clamp(75px, 9vw, 100px);
  margin: 0 auto 18px;
  display: block;
  object-fit: contain;
}

/* If a tile doesn't have an icon yet, hide the broken image */
.apl-branding-footer .apl-card-logo:not([src]),
.apl-branding-footer .apl-card-logo[src=""] {
  display: none;
}
/* ==========================================
   Woven Labels Landing Page additions
   Depends on existing private-label.css
   Scope: .wlv2 only
   ========================================== */

.wlv2 #woven-label-hero {
  padding: 96px 0 76px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38)),
    url('https://blob.apliiq.com/sitestorage/resized-products/5315115_6343_577_880.jpg?v=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wlv2 .plv2-hero .plv2-wrap {
  align-items: flex-start;
  text-align: left;
}

.wlv2 .plv2-hero .plv2-subhead,
.wlv2 .plv2-hero .plv2-micro {
  max-width: 760px;
  text-align: left;
}

.wlv2 .plv2-hero .plv2-ctaRow {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
}

.wlv2 .plv2-proofRow {
  justify-items: stretch;
  max-width: 100%;
}

.wlv2 .plv2-proof {
  max-width: none;
}


.wlv2 .wlv2-mediaCard {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  min-height: 180px;
}


.wlv2 .wlv2-mediaTag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #ffffff;
  font-size: .84rem;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.wlv2 .wlv2-mediaCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.16) 100%);
  pointer-events: none;
}

.wlv2 .wlv2-valueGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}

@media (min-width: 900px) {
  .wlv2 .wlv2-valueGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wlv2 .wlv2-valueCard {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.wlv2 .wlv2-valueTitle,
.wlv2 .wlv2-styleTitle,
.wlv2 .wlv2-useTitle,
.wlv2 .wlv2-timeTitle {
  font-weight: 900;
  margin-bottom: 6px;
}

.wlv2 .wlv2-valueBody,
.wlv2 .wlv2-styleBody,
.wlv2 .wlv2-useBody,
.wlv2 .wlv2-timeBody {
  color: var(--pl-muted);
  line-height: 1.55;
}

.wlv2 .wlv2-callout {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(0,183,152,.08);
  border: 1px solid rgba(0,183,152,.22);
}

.wlv2 .wlv2-callout strong {
  display: block;
  margin-bottom: 6px;
}

.wlv2 .wlv2-stepsVisual .plv2-step {
  height: 100%;
}

.wlv2 .wlv2-stepImg {
  background: #ffffff;
  object-fit: cover;
}

.wlv2 .wlv2-styleGrid,
.wlv2 .wlv2-useGrid,
.wlv2 .wlv2-timeGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

@media (min-width: 820px) {
  .wlv2 .wlv2-styleGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wlv2 .wlv2-useGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wlv2 .wlv2-timeGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wlv2 .wlv2-styleCard,
.wlv2 .wlv2-useCard,
.wlv2 .wlv2-timeCard {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.wlv2 .wlv2-styleLabel,
.wlv2 .wlv2-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 6px 8px 0;
}

.wlv2 .wlv2-styleLabel {
  background: rgba(0,183,152,.1);
  color: var(--pl-accent);
  border: 1px solid rgba(0,183,152,.18);
}

.wlv2 .wlv2-chip {
  background: rgba(0,0,0,.06);
  color: var(--pl-text);
  border: 1px solid rgba(0,0,0,.08);
}

.wlv2 .wlv2-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--pl-accent);
  font-weight: 900;
  text-decoration: none;
}

.wlv2 .wlv2-link:hover {
  text-decoration: underline;
}

.wlv2 .wlv2-chipRow {
  margin-top: 10px;
}

.wlv2 .wlv2-timeWeek {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: var(--pl-text);
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.wlv2 .wlv2-note {
  margin-top: 16px;
  color: var(--pl-muted);
  line-height: 1.55;
}

.wlv2 .wlv2-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

@media (min-width: 900px) {
  .wlv2 .wlv2-duo {
    grid-template-columns: 1fr 1fr;
  }
}

.wlv2 .wlv2-duo .plv2-compareCard {
  height: 100%;
}

.wlv2 .wlv2-darkBtn {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.wlv2 .wlv2-darkBtn:hover {
  color: #ffffff;
}

.wlv2 .wlv2-anchorList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.wlv2 .wlv2-anchorList a {
  text-decoration: none;
  font-weight: 800;
  color: var(--pl-text);
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  padding: 10px 14px;
}

.wlv2 .wlv2-anchorList a:hover {
  border-color: rgba(0,183,152,.35);
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.wlv2 .wlv2-faqLead {
  margin-bottom: 8px;
}

@media (max-width: 639px) {
  .wlv2 .plv2-hero .plv2-wrap,
  .wlv2 .plv2-hero .plv2-subhead,
  .wlv2 .plv2-hero .plv2-micro {
    text-align: center;
    align-items: center;
  }

  .wlv2 .plv2-hero .plv2-ctaRow {
    align-items: stretch;
  }
}


.wlv2 .wlv2-featureGrid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 18px;
}

.wlv2 .wlv2-ctaStackStart {
 
}

.wlv2 .plv2-faqBody p[itemprop="text"] {
  margin: 0;
}
/* ==========================================
   Woven label aside carousel fix
   avoids legacy figure rules + keeps squares
   ========================================== */

/* let both columns stretch evenly */
.wlv2 .plv2-grid2 {
  align-items: stretch;
}

/* make right column/card fill available height */
.wlv2 .plv2-aside,
.wlv2 .plv2-asideCard,
.wlv2 .plv2-asideCard.wlv2-carouselCard {
  height: 100%;
}

.wlv2 .plv2-asideCard.wlv2-carouselCard {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 14px;
}

/* disable the old inner media grid for this card */
.wlv2 .wlv2-carouselShell {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

/* each slide fills the square shell */
.wlv2 .wlv2-carouselSlide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: wlv2CarouselFade 15s infinite ease-in-out;
}

.wlv2 .wlv2-carouselSlide--1 { animation-delay: 0s; }
.wlv2 .wlv2-carouselSlide--2 { animation-delay: 5s; }
.wlv2 .wlv2-carouselSlide--3 { animation-delay: 10s; }

/* square images stay square and fill the shell */
.wlv2 .wlv2-carouselImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* soft bottom overlay for caption legibility */
.wlv2 .wlv2-carouselSlide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.18) 100%);
  pointer-events: none;
}

.wlv2 .wlv2-carouselTag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #ffffff;
  font-size: .84rem;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

/* dots */
.wlv2 .wlv2-carouselDots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.wlv2 .wlv2-carouselDots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  animation: wlv2CarouselDot 15s infinite ease-in-out;
}

.wlv2 .wlv2-carouselDots span:nth-child(1) { animation-delay: 0s; }
.wlv2 .wlv2-carouselDots span:nth-child(2) { animation-delay: 5s; }
.wlv2 .wlv2-carouselDots span:nth-child(3) { animation-delay: 10s; }

/* full-width CTA */
.wlv2 .plv2-asideCard .plv2-ctaStack {
  width: 100%;
  justify-items: stretch;
  margin-top: 0;
}

.wlv2 .plv2-asideCard .plv2-btn {
  width: 100%;
}

/* animation */
@keyframes wlv2CarouselFade {
  0%, 6% { opacity: 0; }
  10%, 28% { opacity: 1; }
  33%, 100% { opacity: 0; }
}

@keyframes wlv2CarouselDot {
  0%, 6%, 100% {
    background: rgba(0,0,0,.18);
    transform: scale(1);
  }
  10%, 28% {
    background: var(--pl-accent);
    transform: scale(1.15);
  }
  33%, 100% {
    background: rgba(0,0,0,.18);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wlv2 .wlv2-carouselSlide,
  .wlv2 .wlv2-carouselDots span {
    animation: none;
  }

  .wlv2 .wlv2-carouselSlide {
    opacity: 0;
  }

  .wlv2 .wlv2-carouselSlide--1 {
    opacity: 1;
  }
}

/* WOVEN LABEL SIZE SELECTOR*/

.ap-woven-label-sizes {
  font-family: Arial, sans-serif;
}

.ap-woven-label-sizes,
.ap-woven-label-sizes * {
  box-sizing: border-box;
}

.ap-woven-label-sizes__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 16px 40px;
}

.ap-woven-label-sizes__intro {
  text-align: center;
  margin-bottom: 24px;
}

.ap-woven-label-sizes__eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ap-woven-label-sizes__title {
  margin: 14px 0 8px;
  color: #111;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.ap-woven-label-sizes__intro-text {
  max-width: 760px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.ap-woven-label-sizes__section {
  margin-top: 42px;
}

.ap-woven-label-sizes__section:first-of-type {
  margin-top: 30px;
}

.ap-woven-label-sizes__section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ap-woven-label-sizes__section-title {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align:left;
}

.ap-woven-label-sizes__section-subtitle {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.ap-woven-label-sizes__count {
  padding: 8px 12px;
  border: 1px solid #e2e2e8;
  border-radius: 999px;
  background: #fff;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ap-woven-label-sizes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  padding-bottom:20px;
}

.ap-woven-label-sizes__link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.ap-woven-label-sizes__card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #e7e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ap-woven-label-sizes__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 16px;
  border-radius: 16px;
  background: #f7f7fa;
}

.ap-woven-label-sizes__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  min-width: 0;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.28s ease;
}

.ap-woven-label-sizes__card-content {
  padding-top: 14px;
}

.ap-woven-label-sizes__card-title {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.ap-woven-label-sizes__card-type {
  margin-top: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.ap-woven-label-sizes__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: #00b798;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ap-woven-label-sizes__link:hover .ap-woven-label-sizes__card {
  transform: translateY(-3px);
  border-color: #d8d8df;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.ap-woven-label-sizes__link:hover .ap-woven-label-sizes__image {
  transform: scale(1.5);
}

@media (max-width: 991px) {
  .ap-woven-label-sizes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ap-woven-label-sizes__title {
    font-size: 32px;
  }

  .ap-woven-label-sizes__section-title {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .ap-woven-label-sizes__inner {
    padding: 24px 16px 32px;
  }

  .ap-woven-label-sizes__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ap-woven-label-sizes__title {
    font-size: 28px;
  }

  .ap-woven-label-sizes__intro-text {
    font-size: 15px;
  }

  .ap-woven-label-sizes__section-title {
    font-size: 22px;
  }

  .ap-woven-label-sizes__card {
    padding: 16px;
  }
}

/* ==========================================
   Woven label pricing triptych
   ========================================== */

.wlv2 .wlv2-pricingSection .plv2-subhead {
  margin-bottom: 0;
}

.wlv2 .wlv2-pricingGrid {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

@media (min-width: 900px) {
  .wlv2 .wlv2-pricingGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wlv2 .wlv2-pricingCard {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 20px;
}

.wlv2 .wlv2-pricingCard--featured {
  border-color: rgba(0,183,152,.28);
  box-shadow: 0 14px 36px rgba(0,183,152,.12);
}

.wlv2 .wlv2-pricingBadge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,183,152,.10);
  border: 1px solid rgba(0,183,152,.24);
  color: var(--pl-accent);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1;
}

.wlv2 .wlv2-pricingTop {
  display: grid;
  gap: 8px;
}

.wlv2 .wlv2-pricingEyebrow {
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pl-muted);
}

.wlv2 .wlv2-pricingPrice {
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.02em;
  color: var(--pl-text);
}

.wlv2 .wlv2-pricingMini {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  color: var(--pl-text);
}

.wlv2 .wlv2-pricingText {
  margin: 0;
  color: var(--pl-muted);
  font-size: .98rem;
  line-height: 1.6;
  max-width: 100%;
}

.wlv2 .wlv2-pricingFeatures {
  display: grid;
  gap: 10px;
}

.wlv2 .wlv2-pricingFeature {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: rgba(0,0,0,.025);
  color: var(--pl-text);
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 600;
  text-align:left;
}

.wlv2 .wlv2-pricingFeature::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(0,183,152,.14);
  border: 1px solid rgba(0,183,152,.35);
  box-shadow: inset 0 0 0 3px #00b798;
}

.wlv2 .wlv2-pricingCard .plv2-ctaStack {
  justify-items: stretch;
  margin-top: auto;
  width: 100%;
}

.wlv2 .wlv2-pricingCard .plv2-btn {
  width: 100%;
}

@media (max-width: 899px) {
  .wlv2 .wlv2-pricingCard {
    padding: 20px;
  }
}

/* ==========================================
   Woven label timeline — traveling highlight
   Matches homepage "How it Works" behavior
   ========================================== */

.wlv2 .wlv2-timeGrid {
  position: relative;
}

.wlv2 .wlv2-timeCard {
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  will-change: transform;
}

/* animated highlight layer */
.wlv2 .wlv2-timeCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: color-mix(in oklab, var(--pl-accent) 12%, transparent);
  opacity: 0;
  pointer-events: none;
  animation: wlv2TimeHighlight 12s linear infinite;
}

/* optional: a little more emphasis while highlighted */
.wlv2 .wlv2-timeCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0,183,152,.18);
  opacity: 0;
  pointer-events: none;
  animation: wlv2TimeGlow 12s linear infinite;
}

/* stagger so the highlight travels card to card */
.wlv2 .wlv2-timeCard:nth-child(1)::before,
.wlv2 .wlv2-timeCard:nth-child(1)::after {
  animation-delay: 0s;
}

.wlv2 .wlv2-timeCard:nth-child(2)::before,
.wlv2 .wlv2-timeCard:nth-child(2)::after {
  animation-delay: 3s;
}

.wlv2 .wlv2-timeCard:nth-child(3)::before,
.wlv2 .wlv2-timeCard:nth-child(3)::after {
  animation-delay: 6s;
}

.wlv2 .wlv2-timeCard:nth-child(4)::before,
.wlv2 .wlv2-timeCard:nth-child(4)::after {
  animation-delay: 9s;
}

@keyframes wlv2TimeHighlight {
  0%   { opacity: 0; }
  6%   { opacity: .9; }
  25%  { opacity: .9; }
  33%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes wlv2TimeGlow {
  0%   {
    opacity: 0;
    box-shadow: inset 0 0 0 1px rgba(0,183,152,0), 0 0 0 rgba(0,183,152,0);
    transform: translateY(0);
  }
  6%   {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(0,183,152,.22), 0 10px 24px rgba(0,183,152,.10);
    transform: translateY(-1px);
  }
  25%  {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(0,183,152,.22), 0 10px 24px rgba(0,183,152,.10);
    transform: translateY(-1px);
  }
  33%  {
    opacity: 0;
    box-shadow: inset 0 0 0 1px rgba(0,183,152,0), 0 0 0 rgba(0,183,152,0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    box-shadow: inset 0 0 0 1px rgba(0,183,152,0), 0 0 0 rgba(0,183,152,0);
    transform: translateY(0);
  }
}

/* keep normal hover feeling nice */
.wlv2 .wlv2-timeCard:hover {
  border-color: rgba(0,183,152,.28);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .wlv2 .wlv2-timeCard::before,
  .wlv2 .wlv2-timeCard::after {
    animation: none;
    opacity: 0;
  }

  .wlv2 .wlv2-timeCard {
    transition: border-color .2s ease, box-shadow .2s ease;
  }

  .wlv2 .wlv2-timeCard:hover {
    transform: none;
  }
}

/* Woven label product section styling*/
    .apq-woven-guide, .apq-woven-guide * { box-sizing: border-box; }

    .apq-woven-guide {
      --apq-green:#27c18f; --apq-blue:#2f6df6;
      --apq-ink:#122033; --apq-muted:#5d6b82; --apq-line:rgba(18,32,51,.12);
      padding:56px 20px; background:#f8fbff; color:var(--apq-ink);
    }

    .apq-woven-guide__wrap { max-width:1200px; margin:0 auto; }

    .apq-woven-guide__header { text-align:center; margin-bottom:36px; }

    .apq-woven-guide__title {
      margin:0 auto; font-size:clamp(2rem,4vw,3rem);
      letter-spacing:-.04em; max-width:none;
      white-space:nowrap;
    }

    .apq-woven-guide__title-accent {
      background:linear-gradient(90deg,var(--apq-green),var(--apq-blue));
      -webkit-background-clip:text; color:transparent;
    }

    .apq-woven-guide__desc {
      margin:14px auto 0; max-width:60ch; color:var(--apq-muted);
    }

    /* GRID LAYOUT */
    .apq-woven-guide__grid {
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:16px;
    }

    .apq-woven-guide__card {
      display:flex; flex-direction:column;
      border:1px solid var(--apq-line);
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      transition:transform .2s ease, box-shadow .2s ease;
      height:100%;
    }

    .apq-woven-guide__card:hover {
      transform:translateY(-4px);
      box-shadow:0 12px 28px rgba(0,0,0,.08);
    }

    .apq-woven-guide__image {
      width:100%;
      aspect-ratio: 1 / 1;
      min-height:220px;
      overflow:hidden;
      background:#f2f5f8;
      border:1px solid var(--apq-line);
    }

    .apq-woven-guide__image img {
      width:100%; height:100%; object-fit:cover;
      transition:transform .35s ease, object-position .35s ease;
      transform:scale(1);
      transform-origin:center center;
    }

    .apq-woven-guide__card:nth-child(1) .apq-woven-guide__image img { object-position: 70% 50%; transform-origin: center right; }
    .apq-woven-guide__card:nth-child(1):hover .apq-woven-guide__image img { object-position: 90% 50%; }
    .apq-woven-guide__card:nth-child(2) .apq-woven-guide__image img { object-position: 50% 0%; transform-origin: top center; transform: scale(1.6); }
    .apq-woven-guide__card:nth-child(2):hover .apq-woven-guide__image img { object-position: 50% 0%; transform: scale(3.0); }
    .apq-woven-guide__card:nth-child(2):hover .apq-woven-guide__image img { object-position: 50% 0%; transform: scale(2.1); }
    .apq-woven-guide__card:nth-child(2):hover .apq-woven-guide__image img { object-position: 50% 0%; }
    .apq-woven-guide__card:nth-child(3) .apq-woven-guide__image img { object-position: 70% 45%; transform-origin: center right; }
    .apq-woven-guide__card:nth-child(3):hover .apq-woven-guide__image img { object-position: 85% 45%; }
    .apq-woven-guide__card:nth-child(4) .apq-woven-guide__image img { object-position: 57% 35%; transform-origin: center center; }
    .apq-woven-guide__card:nth-child(4):hover .apq-woven-guide__image img { object-position: 67% 35%; }
    .apq-woven-guide__card:nth-child(4):hover .apq-woven-guide__image img { object-position: 80% 40%; }
    .apq-woven-guide__card:nth-child(5) .apq-woven-guide__image img { object-position: 70% 70%; transform-origin: bottom right; }
    .apq-woven-guide__card:nth-child(5):hover .apq-woven-guide__image img { object-position: 90% 90%; }

    .apq-woven-guide__card:hover .apq-woven-guide__image img {
      transform:scale(1.8);
    }

    .apq-woven-guide__content {
      padding:12px;
      display:flex; flex-direction:column; gap:6px;
      height:100%;
    }

    .apq-woven-guide__kicker {
      font-size:13px; font-weight:800; letter-spacing:.12em;
      text-transform:uppercase; color:var(--apq-blue);
      margin-bottom:8px;
    }

    .apq-woven-guide__heading {
      margin:0; font-size:1.1rem;
    }

    .apq-woven-guide__text {
      font-size:.9rem; color:var(--apq-muted);
      line-height:1.5;
    }

    .apq-woven-guide__chips {
      display:flex; flex-wrap:wrap; gap:6px;
    }

    .apq-woven-guide__chip {
      font-size:.75rem; padding:5px 8px;
      border-radius:999px; border:1px solid var(--apq-line);
      background:#fff;
    }

    /* Highlight active placement per card */
    .apq-woven-guide__card:nth-child(1) .apq-woven-guide__chip:nth-child(3),
    .apq-woven-guide__card:nth-child(2) .apq-woven-guide__chip:nth-child(3),
    .apq-woven-guide__card:nth-child(3) .apq-woven-guide__chip:nth-child(2),
    .apq-woven-guide__card:nth-child(4) .apq-woven-guide__chip:nth-child(1),
    .apq-woven-guide__card:nth-child(5) .apq-woven-guide__chip:nth-child(1) {
      background: #fff3a3;
      border-color: #ffe066;
      font-weight:700;
    }

    .apq-woven-guide__link {
      margin-top:auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:fit-content;
      font-size:.9rem;
      font-weight:800;
      text-decoration:none;
      /* gradient text + gradient underline */
      background-image:
        linear-gradient(135deg,var(--apq-green),var(--apq-blue)),
        linear-gradient(135deg,var(--apq-green),var(--apq-blue));
      -webkit-background-clip:text, border-box;
      background-clip:text, border-box;
      color:transparent;
      background-size: 100% 100%, 100% 2px;
      background-position: 0 0, 0 100%;
      background-repeat: no-repeat;
      padding-bottom:2px; /* space for underline */
      transition:opacity .2s ease, transform .2s ease;
    }

    .apq-woven-guide__link::after {
      content:"→";
      font-size:1em;
      line-height:1;
    }

    .apq-woven-guide__link:hover {
      opacity:.85;
      transform:translateX(2px);
    }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
      .apq-woven-guide__grid { grid-template-columns: repeat(3,1fr); }
    }

    @media (max-width: 700px) {
      .apq-woven-guide__grid { grid-template-columns: repeat(2,1fr); }
    }

    @media (max-width: 480px) {
      .apq-woven-guide__grid { grid-template-columns: 1fr; }
    }
	
	/* ==========================================
   Woven labels proof stats section
   Scope: .wlv2
   ========================================== */

.wlv2 .wlv2-proofStatsSection {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0,183,152,.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
}

.wlv2 .wlv2-proofStatsIntro {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.wlv2 .wlv2-proofStatsIntro .plv2-eyebrowDark {
  color: var(--pl-accent);
  text-align:center;
}

.wlv2 .wlv2-proofStatsSubhead {
  margin-left: auto;
  margin-right: auto;
}

.wlv2 .wlv2-proofStatsBar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
}

@media (min-width: 760px) {
  .wlv2 .wlv2-proofStatsBar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wlv2 .wlv2-proofStat {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 22px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
  backdrop-filter: blur(8px);
  animation: wlv2ProofCardIn .75s ease both;
}

.wlv2 .wlv2-proofStat:nth-child(1) { animation-delay: .05s; }
.wlv2 .wlv2-proofStat:nth-child(2) { animation-delay: .16s; }
.wlv2 .wlv2-proofStat:nth-child(3) { animation-delay: .27s; }
.wlv2 .wlv2-proofStat:nth-child(4) { animation-delay: .38s; }

.wlv2 .wlv2-proofStat::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(0,183,152,.12);
  pointer-events: none;
}

.wlv2 .wlv2-proofStatTop {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  z-index: 1;
}

.wlv2 .wlv2-proofStatNumber {
  display: block;
  color: var(--pl-text);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: .95;
  font-weight: 1000;
  letter-spacing: -0.055em;
  transform-origin: left bottom;
  animation: wlv2ProofNumberPop .9s cubic-bezier(.2,.85,.2,1.2) both;
}

.wlv2 .wlv2-proofStat:nth-child(1) .wlv2-proofStatNumber { animation-delay: .22s; }
.wlv2 .wlv2-proofStat:nth-child(2) .wlv2-proofStatNumber { animation-delay: .34s; }
.wlv2 .wlv2-proofStat:nth-child(3) .wlv2-proofStatNumber { animation-delay: .46s; }
.wlv2 .wlv2-proofStat:nth-child(4) .wlv2-proofStatNumber { animation-delay: .58s; }

.wlv2 .wlv2-proofStatPulse {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--pl-accent);
  box-shadow: 0 0 0 0 rgba(0,183,152,.45);
  animation: wlv2ProofPulse 1.8s ease-out infinite;
}

.wlv2 .wlv2-proofStatLabel {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: var(--pl-muted);
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 800;
}

.wlv2 .wlv2-proofStatTrack {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
}

.wlv2 .wlv2-proofStatFill {
  display: block;
  width: var(--wlv2-fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pl-accent), var(--pl-warm));
  transform: scaleX(0);
  transform-origin: left center;
  animation: wlv2ProofFill 1.25s ease-out both;
}

.wlv2 .wlv2-proofStat:nth-child(1) .wlv2-proofStatFill { animation-delay: .32s; }
.wlv2 .wlv2-proofStat:nth-child(2) .wlv2-proofStatFill { animation-delay: .44s; }
.wlv2 .wlv2-proofStat:nth-child(3) .wlv2-proofStatFill { animation-delay: .56s; }
.wlv2 .wlv2-proofStat:nth-child(4) .wlv2-proofStatFill { animation-delay: .68s; }

.wlv2 .wlv2-proofStatsNote {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--pl-muted);
  font-size: .92rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.wlv2 .wlv2-proofStatsNote span:first-child {
  color: var(--pl-text);
}

/* Animations */
@keyframes wlv2ProofCardIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wlv2ProofNumberPop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.88);
  }
  70% {
    opacity: 1;
    transform: translateY(0) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wlv2ProofFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes wlv2ProofPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,183,152,.42);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0,183,152,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,183,152,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wlv2 .wlv2-proofStat,
  .wlv2 .wlv2-proofStatNumber,
  .wlv2 .wlv2-proofStatFill,
  .wlv2 .wlv2-proofStatPulse {
    animation: none;
  }

  .wlv2 .wlv2-proofStatFill {
    transform: scaleX(1);
  }
}

/* ==========================================
   Custom Patches Landing Page v2
   Depends on existing private-label.css / plv2 utilities
   Scope: .cpv2 only
   ========================================== */

.cpv2, .cpv2 * { box-sizing: border-box; text-align:center;}

.cpv2 {
  --cp-text: #222222;
  --cp-muted: #5a5a5a;
  --cp-accent: #00b798;
  --cp-warm: #ffb600;
  --cp-danger: #ff0000;
  --cp-white: #ffffff;
  --cp-soft: #f7f7f7;
  --cp-border: rgba(0,0,0,.12);
  --cp-shadow: 0 14px 36px rgba(0,0,0,.08);
  color: var(--cp-text);
}

.cpv2 .cpv2-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 84% 18%, rgba(0,183,152,.20), transparent 30%),
    radial-gradient(circle at 70% 78%, rgba(255,182,0,.18), transparent 28%),
    linear-gradient(135deg, #f3fffb 0%, #fff8e5 55%, #ffffff 100%);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.cpv2 .cpv2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.16), rgba(0,0,0,.04));
  pointer-events: none;
}

.cpv2 .cpv2-hero .plv2-eyebrow {
  color: var(--cp-accent);
}

.cpv2 .cpv2-hero .plv2-h1 {
  color: var(--cp-text);
}

.cpv2 .cpv2-heroGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 920px) {
  .cpv2 .cpv2-heroGrid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  }
}

.cpv2 .cpv2-heroCopy {
  text-align: center;
}

@media (min-width: 920px) {
  .cpv2 .cpv2-heroCopy {
    text-align: left;
  }
}

.cpv2 .cpv2-hero .plv2-subhead {
  color: var(--cp-muted);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 920px) {
  .cpv2 .cpv2-hero .plv2-subhead {
    margin-left: 0;
    margin-right: 0;
  }

  .cpv2 .cpv2-hero .plv2-ctaRow {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.cpv2 .cpv2-proofRow {
  max-width: 100%;
  justify-items: stretch;
}

.cpv2 .cpv2-proofRow .plv2-proof {
  max-width: none;
}

.cpv2 .cpv2-heroCard {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(0,183,152,.18);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 48px rgba(0,0,0,.10);
  backdrop-filter: blur(10px);
}

.cpv2 .cpv2-patchStack {
  position: absolute;
  inset: 0;
}

.cpv2 .cpv2-patch {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 1000;
  line-height: 1.05;
  letter-spacing: -.02em;
  border: 5px solid rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(0,0,0,.16), inset 0 0 0 4px rgba(0,0,0,.10);
}

.cpv2 .cpv2-patchA {
  left: 13%;
  top: 15%;
  width: 190px;
  height: 190px;
  border-radius: 34% 66% 42% 58% / 56% 32% 68% 44%;
  background: linear-gradient(135deg, #00b798, #047c69);
  transform: rotate(-10deg);
  font-size: 1.75rem;
}

.cpv2 .cpv2-patchB {
  right: 12%;
  top: 22%;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb600, #df7a00);
  transform: rotate(12deg);
  color: #222222;
  font-size: 1.45rem;
}

.cpv2 .cpv2-patchC {
  right: 18%;
  bottom: 20%;
  width: 168px;
  height: 112px;
  border-radius: 28px;
  background: linear-gradient(135deg, #222222, #000000);
  transform: rotate(-4deg);
  font-size: 1.5rem;
}

.cpv2 .cpv2-heroCardBody {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.38);
  color: var(--cp-text);
}

.cpv2 .cpv2-heroCardBody strong {
  font-size: 1.1rem;
}

.cpv2 .cpv2-heroCardBody span {
  color: var(--cp-muted);
  line-height: 1.45;
}

.cpv2 .cpv2-anchorBar {
  position: sticky;
  top: 0;
  z-index: 5;
  background: linear-gradient(90deg, rgba(0, 183, 152, 0.12), rgba(255, 182, 0, 0.14));
  border-top: 1px solid rgba(0, 183, 152, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cpv2 .cpv2-anchorInner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 12px 0;
}

.cpv2 .cpv2-anchorInner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-weight: 900;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 183, 152, 0.22);
  border-radius: 999px;
  padding: 9px 14px;
  line-height: 1;
}

.cpv2 .cpv2-anchorInner a:hover {
  background: #ffffff;
  border-color: rgba(0, 183, 152, 0.45);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.cpv2 .cpv2-overviewGrid,
.cpv2 .cpv2-productsGrid {
  align-items: center;
}

.cpv2 .cpv2-valueGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 680px) {
  .cpv2 .cpv2-valueGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .cpv2 .cpv2-valueGrid {
    grid-template-columns: 1fr;
  }
}

.cpv2 .cpv2-priceGrid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 760px) {
  .cpv2 .cpv2-priceGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .cpv2 .cpv2-priceGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cpv2 .cpv2-priceCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 22px;
  border: 1px solid var(--cp-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
}

.cpv2 .cpv2-priceFeatured {
  border-color: rgba(0,183,152,.55);
  box-shadow: 0 18px 46px rgba(0,183,152,.18);
  transform: translateY(-6px);
}

.cpv2 .cpv2-popularFlag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cp-accent), var(--cp-warm));
  color: #ffffff;
  font-size: .76rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,183,152,.22);
  z-index: 2;
}

.cpv2 .cpv2-priceFeatured .cpv2-priceBadge {
  background: rgba(255,182,0,.16);
  border-color: rgba(255,182,0,.36);
  color: #8a6400;
}

@media (max-width: 759px) {
  .cpv2 .cpv2-priceFeatured {
    transform: none;
    margin-top: 12px;
  }
}

.cpv2 .cpv2-priceBadge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,183,152,.1);
  border: 1px solid rgba(0,183,152,.24);
  color: var(--cp-accent);
  font-size: .75rem;
  line-height: 1;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.cpv2 .cpv2-priceCard h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.cpv2 .cpv2-priceValue {
  color: var(--cp-text);
  font-size: clamp(2.3rem, 4vw, 3.1rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.04em;
}

.cpv2 .cpv2-priceCard p {
  width: 100%;
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.5;
  text-align: center;
}

.cpv2 .cpv2-priceCard ul {
  display: grid;
  gap: 8px;
  margin: 0 0 6px;
  padding-left: 18px;
  color: var(--cp-muted);
  line-height: 1.45;
}

.cpv2 .cpv2-priceCard .plv2-btn {
  width: 100%;
  margin-top: auto;
}

.cpv2 .cpv2-steps {
  counter-reset: cpv2Step;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
}

@media (min-width: 780px) {
  .cpv2 .cpv2-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .cpv2 .cpv2-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cpv2 .cpv2-steps li {
  position: relative;
  min-height: 220px;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
}

.cpv2 .cpv2-stepNum {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(0,183,152,.13);
  color: var(--cp-accent);
  font-weight: 1000;
}

.cpv2 .cpv2-steps h3 {
  margin: 0 0 8px;
  color: var(--cp-text);
  font-size: 1.18rem;
  line-height: 1.25;
}

.cpv2 .cpv2-steps p {
  width: 100%;
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.58;
}

.cpv2 .cpv2-productCards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 680px) {
  .cpv2 .cpv2-productCards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cpv2 .cpv2-productCards article {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.cpv2 .cpv2-productCards span {
  display: inline-flex;
  color: var(--cp-accent);
  font-weight: 1000;
  margin-bottom: 8px;
}

.cpv2 .cpv2-productCards h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.cpv2 .cpv2-productCards p {
  width: 100%;
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.5;
}

.cpv2 .cpv2-textLink {
  display: inline-flex;
  color: var(--cp-accent);
  font-weight: 900;
  text-decoration: none;
}

.cpv2 .cpv2-textLink:hover {
  text-decoration: underline;
}

.cpv2 .cpv2-ctaStackStart {
  justify-items: start;
}

.cpv2 .cpv2-darkSection {
  background:
    radial-gradient(circle at 10% 10%, rgba(0,183,152,.2), transparent 28%),
    linear-gradient(135deg, #111111, #222222);
  color: #ffffff;
}

.cpv2 .cpv2-darkSection .plv2-h2,
.cpv2 .cpv2-darkSection .plv2-eyebrow {
  color: #ffffff;
  text-align:center;
}

.cpv2 .cpv2-benefitGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

@media (min-width: 820px) {
  .cpv2 .cpv2-benefitGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cpv2 .cpv2-benefitGrid article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}

.cpv2 .cpv2-benefitGrid h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.1rem;
}

.cpv2 .cpv2-benefitGrid p {
  width: 100%;
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}

.cpv2 .cpv2-artworkList {
  display: grid;
  gap: 12px;
}

.cpv2 .cpv2-artworkList div {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.cpv2 .cpv2-artworkList strong {
  display: block;
  margin-bottom: 5px;
}

.cpv2 .cpv2-artworkList p {
  width: 100%;
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.55;
}

.cpv2 .cpv2-faq .plv2-faqBody p {
  width: 100%;
  margin: 0;
}

.cpv2 .cpv2-finalCta {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.46)),
    radial-gradient(circle at 85% 20%, rgba(0,183,152,.55), transparent 28%),
    #111111;
  color: #ffffff;
}

.cpv2 .cpv2-finalCtaInner {
  text-align: center;
  display: grid;
  justify-items: center;
}

.cpv2 .cpv2-finalCta .plv2-h2,
.cpv2 .cpv2-finalCta .plv2-eyebrow {
  color: #ffffff;
  text-align:center;
}

.cpv2 .cpv2-finalCta .plv2-subhead {
  color: rgba(255,255,255,.82);
}

@media (max-width: 640px) {
  .cpv2 .cpv2-hero {
    padding: 72px 0 56px;
  }

  .cpv2 .cpv2-heroCard {
    min-height: 360px;
  }

  .cpv2 .cpv2-patchA {
    left: 8%;
    width: 155px;
    height: 155px;
  }

  .cpv2 .cpv2-patchB {
    right: 8%;
    width: 118px;
    height: 118px;
  }

  .cpv2 .cpv2-patchC {
    right: 12%;
    width: 142px;
    height: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cpv2 *,
  .cpv2 *::before,
  .cpv2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ==========================================
   Custom Patches lighter color sections
   Scope: .cpv2 only
   ========================================== */

.cpv2 .cpv2-darkSection {
  background:
    radial-gradient(circle at 10% 10%, rgba(0,183,152,.18), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255,182,0,.16), transparent 30%),
    linear-gradient(135deg, #f3fffb 0%, #fff8e5 52%, #ffffff 100%);
  color: var(--cp-text);
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.cpv2 .cpv2-darkSection .plv2-h2,
.cpv2 .cpv2-darkSection .plv2-eyebrow {
  color: var(--cp-text);
}

.cpv2 .cpv2-darkSection .plv2-eyebrow {
  color: var(--cp-accent);
}

.cpv2 .cpv2-benefitGrid article {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,183,152,.16);
  box-shadow: 0 12px 30px rgba(0,0,0,.05);
}

.cpv2 .cpv2-benefitGrid h3 {
  color: var(--cp-text);
}

.cpv2 .cpv2-benefitGrid p {
  color: var(--cp-muted);
}

.cpv2 .cpv2-finalCta {
  background:
    radial-gradient(circle at 84% 20%, rgba(0,183,152,.22), transparent 32%),
    radial-gradient(circle at 12% 80%, rgba(255,182,0,.20), transparent 30%),
    linear-gradient(135deg, #effffb 0%, #fff7df 62%, #ffffff 100%);
  color: var(--cp-text);
  border-top: 1px solid rgba(0,0,0,.06);
}

.cpv2 .cpv2-finalCta .plv2-h2,
.cpv2 .cpv2-finalCta .plv2-eyebrow {
  color: var(--cp-text);
}

.cpv2 .cpv2-finalCta .plv2-eyebrow {
  color: var(--cp-accent);
}

.cpv2 .cpv2-finalCta .plv2-subhead {
  color: var(--cp-muted);
}

.cpv2 .cpv2-finalCta .plv2-btnGhost {
  background: #ffffff;
  color: var(--cp-text);
  border-color: rgba(0,0,0,.14);
}


/* ==========================================
   Lighter hero override
   Scope: .cpv2 only
   ========================================== */
.cpv2 .cpv2-hero .plv2-btnGhost {
  background: rgba(255,255,255,.72);
  color: var(--cp-text);
  border-color: rgba(0,0,0,.14);
}

.cpv2 .cpv2-hero .plv2-btnGhost:hover {
  background: #ffffff;
  color: var(--cp-text);
}

.cpv2 .cpv2-hero .plv2-proof {
  background: rgba(255,255,255,.82);
  border-color: rgba(0,183,152,.16);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

