/*
 * DUPLEX PACK — HOMEPAGE REDESIGN v3
 * Clean/light brand system, mobile-first.
 * Loaded after the original theme stylesheet.
 *
 * The original theme/WooCommerce CSS remains untouched.
 * These rules are scoped to body.home and the dp-* homepage markup.
 */

body.home {
  --dp-navy: #06366f;
  --dp-blue: #1d5fae;
  --dp-blue-2: #2e72c2;
  --dp-teal: #59c4c3;
  --dp-teal-soft: #e7f7f7;
  --dp-ink: #17385f;
  --dp-muted: #667d99;
  --dp-line: #dce8f1;
  --dp-bg: #f5f9fc;
  --dp-white: #ffffff;
  --dp-container: 1180px;
  --dp-radius: 26px;
  --dp-radius-lg: 38px;
  --dp-shadow: 0 14px 40px rgba(20, 60, 100, .09);
  background: #fff !important;
  color: var(--dp-ink);
  overflow-x: hidden;
}

body.home #page {
  overflow: visible !important;
  min-height: 100vh;
}

body.home main.dp-home {
  display: block !important;
  width: 100%;
  min-height: 0;
  clear: both;
  overflow: visible;
  background: #fff;
  font-family: "Archivo", sans-serif;
}

body.home .dp-home *,
body.home .dp-home *::before,
body.home .dp-home *::after {
  box-sizing: border-box;
}

body.home .dp-home section {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

body.home .dp-container {
  width: min(calc(100% - 48px), var(--dp-container));
  margin-inline: auto;
}

body.home .dp-kicker {
  margin: 0 0 13px;
  color: var(--dp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.home .dp-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

body.home .dp-section-heading h2,
body.home .dp-final-panel h2,
body.home .dp-nfc-copy h2 {
  margin: 0;
  color: var(--dp-navy);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}

body.home .dp-section-heading > p:last-child {
  max-width: 650px;
  margin: 17px 0 0;
  color: var(--dp-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.home .dp-section-heading-split {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 60px;
  max-width: none;
  align-items: end;
}

body.home .dp-section-heading-split > p {
  margin: 0 0 3px;
  color: var(--dp-muted);
  font-size: 16px;
  line-height: 1.65;
}

body.home .dp-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.home .dp-btn:hover,
body.home .dp-btn:focus-visible {
  transform: translateY(-2px);
}

body.home .dp-btn-primary {
  background: var(--dp-teal);
  color: var(--dp-navy) !important;
  box-shadow: 0 10px 25px rgba(89, 196, 195, .25);
}

body.home .dp-btn-primary:hover,
body.home .dp-btn-primary:focus-visible {
  background: #70d2d0;
}

body.home .dp-btn-outline {
  border-color: var(--dp-blue);
  background: #fff;
  color: var(--dp-blue) !important;
}

body.home .dp-btn-outline:hover,
body.home .dp-btn-outline:focus-visible {
  background: var(--dp-blue);
  color: #fff !important;
}

body.home .dp-btn-light {
  background: #fff;
  color: var(--dp-navy) !important;
  box-shadow: 0 10px 28px rgba(4, 44, 91, .13);
}

body.home .dp-btn-dark {
  background: var(--dp-navy);
  color: #fff !important;
}

body.home .dp-btn-ghost {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.08);
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   Header alignment
   -------------------------------------------------------------------------- */

body.home .fixed-top {
  z-index: 1100;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 8px 28px rgba(6,54,111,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.home #nav-main {
  position: relative;
  z-index: 100;
  min-height: 78px;
}

body.home #nav-main .navbar-brand {
  position: relative;
  z-index: 2;
}

body.home .dp-hero {
  padding-top: 104px;
}

body.home #nav-main .navbar-brand img.logo {
  width: 78px;
}

body.home #nav-main .menu-item a {
  color: var(--dp-navy) !important;
}

body.home #nav-main .header-actions > button,
body.home #nav-main .header-actions i {
  color: var(--dp-navy) !important;
}

/* --------------------------------------------------------------------------
   Hero — use the supplied production image as the visual source.
   -------------------------------------------------------------------------- */

body.home .dp-hero {
  min-height: 620px;
  padding: 104px 0 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, #06366f 0%, #0a417f 31%, rgba(10,65,127,.18) 62%, rgba(255,255,255,0) 100%),
    url("https://duplexpack.com/wp-content/uploads/2026/08/homepg-bg-white-pc.png") center center / cover no-repeat;
}

body.home .dp-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6,54,111,0), rgba(6,54,111,.08));
}

body.home .dp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr);
  min-height: 510px;
  align-items: center;
}

body.home .dp-hero-copy {
  max-width: 590px;
  padding: 24px 0 58px;
}

body.home .dp-hero .dp-kicker {
  color: #9ce9e7;
}

body.home .dp-hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.1vw, 72px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
  text-wrap: balance;
}

body.home .dp-hero-copy h1 span {
  color: #7ee2df;
}

body.home .dp-hero-lead {
  max-width: 510px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.55;
}

body.home .dp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

body.home .dp-hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 21px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 700;
}

body.home .dp-pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--dp-teal);
  box-shadow: 0 0 0 5px rgba(89,196,195,.16);
}

body.home .dp-hero-visual {
  display: none;
}

/* --------------------------------------------------------------------------
   Category discovery
   -------------------------------------------------------------------------- */

body.home .dp-category-section {
  padding: 104px 0 112px;
  background: #fff;
}

body.home .dp-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home .dp-category-card {
  position: relative;
  display: block;
  min-height: 350px;
  overflow: hidden;
  border-radius: var(--dp-radius);
  background: #e5f0f4;
  isolation: isolate;
  text-decoration: none;
  box-shadow: var(--dp-shadow);
}

body.home .dp-category-card,
body.home .dp-category-card:first-child {
  grid-row: auto;
  grid-column: auto;
  min-height: 430px;
}

body.home .dp-category-card:nth-child(4) {
  grid-column: auto;
}

body.home .dp-category-image,
body.home .dp-category-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.home .dp-category-image img {
  object-fit: cover;
  transition: transform .55s ease;
}

body.home .dp-category-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3,31,67,.02) 25%, rgba(3,31,67,.78) 100%);
}

body.home .dp-category-content {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 24px;
  left: 25px;
  color: #fff;
}

body.home .dp-category-icon {
  display: block;
  width: auto;
  max-width: 34px;
  max-height: 34px;
  margin: 0 0 11px;
}

body.home .dp-category-content h3 {
  max-width: calc(100% - 52px);
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.05;
}

body.home .dp-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--dp-navy);
  font-size: 19px;
  font-weight: 900;
}

body.home .dp-category-card:hover .dp-category-image img {
  transform: scale(1.045);
}

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */

body.home .dp-services-section {
  padding: 0 0 110px;
  background: #fff;
}

body.home .dp-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

body.home .dp-service-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: 24px;
  background: var(--dp-bg);
  color: var(--dp-navy) !important;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.home .dp-service-card-feature {
  background: var(--dp-teal-soft);
  border-color: #c5e9e8;
}

body.home .dp-service-card:hover {
  transform: translateY(-5px);
  border-color: #bdd3e5;
  box-shadow: var(--dp-shadow);
}

body.home .dp-service-number {
  align-self: flex-end;
  color: #93a8bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

body.home .dp-service-icon {
  display: flex;
  width: 52px;
  height: 52px;
  margin: 38px 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fff;
  color: var(--dp-blue);
  font-size: 25px;
  font-weight: 900;
  box-shadow: 0 7px 20px rgba(20,60,100,.08);
}

body.home .dp-service-card h3 {
  margin: 0;
  color: var(--dp-navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

body.home .dp-service-card p {
  margin: 10px 0 0;
  color: var(--dp-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.home .dp-service-link {
  display: flex;
  margin-top: auto;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  color: var(--dp-blue);
  font-size: 13px;
  font-weight: 900;
}

body.home .dp-service-link b {
  font-size: 18px;
}

/* --------------------------------------------------------------------------
   NFC
   -------------------------------------------------------------------------- */

body.home .dp-nfc-section {
  padding: 0 0 112px;
  background: #fff;
}

body.home .dp-nfc-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 570px;
  overflow: hidden;
  border-radius: var(--dp-radius-lg);
  background:
    radial-gradient(circle at 84% 25%, rgba(89,196,195,.25), transparent 28%),
    linear-gradient(135deg, #eaf7f8 0%, #f8fcfd 100%);
  border: 1px solid #d5ecee;
}

body.home .dp-nfc-copy {
  padding: 72px 55px;
}

body.home .dp-nfc-copy h2 {
  max-width: 520px;
}

body.home .dp-nfc-intro {
  max-width: 500px;
  margin: 20px 0 27px;
  color: var(--dp-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.home .dp-feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}

body.home .dp-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dp-navy);
  font-size: 14px;
  font-weight: 700;
}

body.home .dp-feature-icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

body.home .dp-feature-icon img {
  max-width: 20px;
  max-height: 20px;
}

body.home .dp-nfc-visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 35px;
}

body.home .dp-nfc-visual img {
  width: min(100%, 540px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 25px 25px rgba(20,60,100,.13));
}

/* --------------------------------------------------------------------------
   Product sections
   -------------------------------------------------------------------------- */

body.home .dp-products-section {
  padding: 0 0 112px;
  background: #fff;
}

body.home .dp-custom-section {
  background: #f7fafc;
  padding-top: 105px;
}

body.home .dp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 17px;
}

body.home .dp-product-tile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: 22px;
  background: #fff;
  color: var(--dp-navy) !important;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(20,60,100,.045);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.home .dp-product-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--dp-shadow);
}

body.home .dp-product-image {
  display: flex;
  min-height: 235px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
  background: #edf5f8;
}

body.home .dp-product-image img {
  width: auto;
  max-width: 100%;
  height: 195px;
  object-fit: contain;
  transition: transform .4s ease;
}

body.home .dp-product-tile:hover .dp-product-image img {
  transform: scale(1.04);
}

body.home .dp-product-meta {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 17px;
}

body.home .dp-product-meta h3 {
  margin: 0;
  color: var(--dp-navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

body.home .dp-product-meta > span {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dp-teal-soft);
  color: var(--dp-blue);
  font-size: 15px;
  font-weight: 900;
}

body.home .dp-section-cta {
  margin-top: 28px;
  text-align: center;
}

body.home .dp-ready-section {
  padding-top: 0;
}

body.home .dp-ready-panel {
  position: relative;
  padding: 85px;
  overflow: hidden;
  border-radius: var(--dp-radius-lg);
  background:
    radial-gradient(circle at 88% 10%, rgba(89,196,195,.28), transparent 24%),
    linear-gradient(135deg, #edf7fb 0%, #e3f0fa 100%);
  border: 1px solid #d2e3ef;
}

body.home .dp-ready-panel::after {
  position: absolute;
  right: -140px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  content: "";
  background: rgba(255,255,255,.55);
  pointer-events: none;
}

body.home .dp-ready-panel > * {
  position: relative;
  z-index: 1;
}

body.home .dp-section-heading-light .dp-kicker {
  color: var(--dp-blue);
}

body.home .dp-section-heading-light h2 {
  color: var(--dp-navy);
}

body.home .dp-section-heading-light > p:last-child {
  color: var(--dp-muted);
}

body.home .dp-ready-panel .dp-product-tile {
  border-color: rgba(35,91,142,.12);
  background: rgba(255,255,255,.88);
}

/* --------------------------------------------------------------------------
   How it works
   -------------------------------------------------------------------------- */

body.home .dp-how-section {
  padding: 112px 0 116px;
  background: #fff;
}

body.home .dp-how-visual {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius-lg);
  background: #f7fafc;
}

body.home .dp-how-visual picture,
body.home .dp-how-visual img {
  display: block;
  width: 100%;
}

body.home .dp-how-visual img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

body.home .dp-how-cta {
  margin-top: 26px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Final CTA
   -------------------------------------------------------------------------- */

body.home .dp-final-cta {
  padding: 0 0 112px;
  background: #fff;
}

body.home .dp-final-panel {
  display: flex;
  min-height: 230px;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 55px 65px;
  overflow: hidden;
  border-radius: var(--dp-radius-lg);
  background:
    radial-gradient(circle at 78% 30%, rgba(89,196,195,.25), transparent 24%),
    var(--dp-teal-soft);
  border: 1px solid #cceaea;
}

body.home .dp-final-panel h2 {
  font-size: clamp(34px, 4vw, 52px);
}

body.home .dp-final-panel p:last-child {
  max-width: 570px;
  margin: 14px 0 0;
  color: var(--dp-muted);
  font-size: 16px;
  line-height: 1.55;
}

/* Keep the existing footer, but make its transition cleaner. */
body.home footer {
  margin-top: 0 !important;
}

/* --------------------------------------------------------------------------
   Tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1050px) {
  body.home .dp-container {
    width: min(calc(100% - 40px), var(--dp-container));
  }

  body.home .dp-hero {
    min-height: 590px;
  }

  body.home .dp-hero-grid {
    grid-template-columns: minmax(370px, .82fr) minmax(0, 1.18fr);
  }

  body.home .dp-category-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  body.home .dp-category-card,
  body.home .dp-category-card:first-child {
    grid-row: auto;
    grid-column: auto;
    min-height: 360px;
  }

  body.home .dp-category-card:nth-child(4) {
    grid-column: auto;
  }

  body.home .dp-services-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  body.home .dp-product-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  body.home .dp-ready-panel {
    padding: 58px 42px;
  }
}

/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  body.home .dp-container {
    width: min(calc(100% - 32px), var(--dp-container));
  }

  body.home .dp-section-heading {
    margin-bottom: 28px;
  }

  body.home .dp-section-heading h2,
  body.home .dp-final-panel h2,
  body.home .dp-nfc-copy h2 {
    font-size: 38px;
    line-height: .98;
  }

  body.home .dp-section-heading > p:last-child,
  body.home .dp-section-heading-split > p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.home .dp-section-heading-split {
    display: block;
  }

  body.home .dp-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    font-size: 14px;
  }

  /* Hero becomes a readable light copy block followed by the actual image. */
  body.home .dp-hero {
    min-height: 0;
    padding: 94px 0 0;
    background: #fff;
  }

  body.home .dp-hero::after {
    display: none;
  }

  body.home .dp-hero-grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  body.home .dp-hero-copy {
    max-width: none;
    padding: 12px 0 0;
  }

  body.home .dp-hero .dp-kicker {
    color: var(--dp-blue);
    font-size: 10px;
    letter-spacing: .13em;
  }

  body.home .dp-hero-copy h1 {
    max-width: none;
    color: var(--dp-navy);
    font-size: clamp(40px, 11.5vw, 54px);
    line-height: .96;
  }

  body.home .dp-hero-copy h1 span {
    color: var(--dp-blue);
  }

  body.home .dp-hero-lead {
    max-width: none;
    margin-top: 18px;
    color: var(--dp-muted);
    font-size: 16px;
    line-height: 1.5;
  }

  body.home .dp-hero-actions {
    width: 100%;
    margin-top: 22px;
    padding-bottom: 2px;
    flex-direction: column;
  }

  body.home .dp-hero-actions .dp-btn {
    display: flex;
    width: 100%;
  }

  body.home .dp-hero-note {
    margin-top: 16px;
    color: #7890aa;
    font-size: 10px;
  }

  body.home .dp-hero-visual {
    position: relative;
    display: block;
    width: calc(100% + 32px);
    margin: 24px -16px 0;
    overflow: hidden;
    background: #071f3e;
  }

  /* Softly blend the production image into the hero instead of making it
     look like a separate image pasted below the copy. */
  body.home .dp-hero-visual::before,
  body.home .dp-hero-visual::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 115px;
    content: "";
    pointer-events: none;
  }

  body.home .dp-hero-visual::before {
    top: 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.72) 18%, rgba(255,255,255,0) 100%);
  }

  body.home .dp-hero-visual::after {
    bottom: 0;
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.5) 18%, rgba(255,255,255,0) 100%);
  }

  body.home .dp-hero-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }

  body.home .dp-category-section {
    padding: 70px 0 78px;
  }

  body.home .dp-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .dp-category-card,
  body.home .dp-category-card:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 285px;
  }

  body.home .dp-category-content {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  body.home .dp-category-content h3 {
    font-size: 19px;
  }

  body.home .dp-category-icon {
    max-width: 27px;
    max-height: 27px;
    margin-bottom: 7px;
  }

  body.home .dp-arrow {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  body.home .dp-services-section {
    padding-bottom: 78px;
  }

  body.home .dp-services-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.home .dp-service-card {
    min-height: 210px;
    padding: 22px;
  }

  body.home .dp-service-icon {
    margin: 20px 0 16px;
  }

  body.home .dp-service-card h3 {
    font-size: 21px;
  }

  body.home .dp-nfc-section {
    padding-bottom: 78px;
  }

  body.home .dp-nfc-panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border-radius: 30px;
  }

  body.home .dp-nfc-copy {
    padding: 40px 25px 18px;
  }

  body.home .dp-nfc-copy h2 {
    font-size: 36px;
  }

  body.home .dp-nfc-intro {
    margin: 16px 0 22px;
    font-size: 14px;
  }

  body.home .dp-feature-list {
    gap: 9px;
    margin-bottom: 23px;
  }

  body.home .dp-feature-list li {
    font-size: 13px;
  }

  body.home .dp-nfc-visual {
    min-height: 255px;
    padding: 12px 18px 28px;
  }

  body.home .dp-nfc-visual img {
    width: 95%;
  }

  body.home .dp-custom-section {
    padding-top: 76px;
  }

  body.home .dp-products-section {
    padding-bottom: 78px;
  }

  body.home .dp-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.home .dp-product-tile {
    border-radius: 17px;
  }

  body.home .dp-product-image {
    min-height: 150px;
    padding: 12px;
  }

  body.home .dp-product-image img {
    height: 125px;
  }

  body.home .dp-product-meta {
    min-height: 64px;
    padding: 11px 12px;
  }

  body.home .dp-product-meta h3 {
    font-size: 14px;
  }

  body.home .dp-product-meta > span {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 12px;
  }

  body.home .dp-section-cta {
    margin-top: 20px;
  }

  body.home .dp-ready-panel {
    padding: 39px 17px;
    border-radius: 30px;
  }

  body.home .dp-ready-panel .dp-product-grid {
    gap: 9px;
  }

  body.home .dp-how-section {
    padding: 78px 0 80px;
  }

  body.home .dp-how-visual {
    min-height: 0;
    padding: 12px 8px;
    border-radius: 25px;
  }

  body.home .dp-how-cta {
    margin-top: 20px;
  }

  body.home .dp-final-cta {
    padding-bottom: 78px;
  }

  body.home .dp-final-panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 23px;
    padding: 34px 23px;
    border-radius: 30px;
  }

  body.home .dp-final-panel .dp-btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.home .dp-hero-copy h1 {
    font-size: 40px;
  }

  body.home .dp-category-card,
  body.home .dp-category-card:first-child {
    min-height: 250px;
  }

  body.home .dp-product-image {
    min-height: 137px;
  }

  body.home .dp-product-image img {
    height: 112px;
  }

  body.home .dp-product-meta h3 {
    font-size: 13px;
  }
}


/* --------------------------------------------------------------------------
   V5 POLISH — header clearance, mobile hero controls, category routing,
   subtler image blend, and a compact professional footer.
   -------------------------------------------------------------------------- */

/* Keep the hero content physically below the fixed navigation. */
body.home .dp-hero {
  padding-top: 156px;
  min-height: 700px;
}

body.home .dp-hero-grid {
  min-height: 544px;
}

/* Never let the secondary hero action get clipped by a parent or image. */
body.home .dp-hero-actions,
body.home .dp-hero-actions .dp-btn {
  position: relative;
  z-index: 5;
  overflow: visible;
  flex-shrink: 0;
}

/* Compact, intentional footer instead of a tall stack of loosely spaced links. */
body.home footer.main {
  margin-top: 18px !important;
  border-radius: 42px 42px 0 0;
  background: #f4f8fb;
}

body.home footer.main .bootscore-footers {
  padding-top: 28px !important;
  padding-bottom: 18px !important;
}

body.home footer.main .footer-top {
  margin-top: 0;
  padding-bottom: 18px;
}

body.home footer.main .bottom-cols {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

body.home footer.main .bottom-cols .bottom-col {
  min-width: 0;
  padding: 24px 24px 12px;
  margin: 0;
  border-left: 1px solid #d7e4ec;
  border-right: 0;
}

body.home footer.main .bottom-cols .bottom-col:first-child {
  border-left: 0;
}

body.home footer.main h2.widget-title.card-header.h5 {
  padding: 0 0 10px !important;
  margin: 0;
  color: var(--dp-navy);
  font-size: 14px !important;
  letter-spacing: .02em;
}

body.home footer.main .widget-area .card-body,
body.home footer.main .footer_widget .card-body {
  padding: 0 !important;
}

body.home footer.main ul.product-categories {
  columns: 2;
  column-gap: 22px;
  padding: 0 !important;
  margin: 0;
}

body.home footer.main ul.product-categories li {
  break-inside: avoid;
  margin: 0 0 3px;
}

body.home footer.main ul.product-categories a {
  float: none;
  display: block;
  margin: 0;
  padding: 2px 0;
  font-size: 13px;
  line-height: 1.35;
}

body.home footer.main #footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 22px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #d7e4ec;
}

body.home footer.main #footer-menu li a {
  display: block;
  padding: 3px 0;
  color: var(--dp-navy);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

body.home footer.main .bootscore-infos {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 767px) {
  /* Give the fixed mobile header a proper breathing zone above the hero copy. */
  body.home .dp-hero {
    padding-top: 132px;
    min-height: 0;
    overflow: visible;
  }

  body.home .dp-hero-grid {
    min-height: 0;
  }

  body.home .dp-hero-copy {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  body.home .dp-hero-actions {
    margin-bottom: 0;
    gap: 10px;
  }

  body.home .dp-hero-actions .dp-btn {
    position: relative;
    z-index: 10;
    min-height: 54px;
    flex: 0 0 auto;
  }

  body.home .dp-hero-visual {
    margin-top: 14px;
    z-index: 1;
  }

  /* Same seamless blend, but much less washed out than V4. */
  body.home .dp-hero-visual::before,
  body.home .dp-hero-visual::after {
    height: 72px;
  }

  body.home .dp-hero-visual::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.30) 26%, rgba(255,255,255,0) 100%);
  }

  body.home .dp-hero-visual::after {
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.22) 24%, rgba(255,255,255,0) 100%);
  }

  /* Compact two-column footer on phones. */
  body.home footer.main {
    border-radius: 30px 30px 0 0;
  }

  body.home footer.main .bootscore-footers {
    padding-top: 22px !important;
    padding-bottom: 12px !important;
  }

  body.home footer.main .bottom-cols {
    grid-template-columns: 1fr 1fr;
  }

  body.home footer.main .bottom-cols .bottom-col {
    padding: 18px 13px 10px;
    border-left: 0;
    border-top: 1px solid #d7e4ec;
  }

  body.home footer.main .bottom-cols .bottom-col:nth-child(odd) {
    border-right: 1px solid #d7e4ec;
  }

  body.home footer.main h2.widget-title.card-header.h5 {
    font-size: 12px !important;
  }

  body.home footer.main ul.product-categories {
    columns: 1;
  }

  body.home footer.main ul.product-categories a {
    font-size: 11px;
  }

  body.home footer.main #footer-menu {
    gap: 2px 14px;
    margin-top: 10px;
    padding-top: 11px;
  }

  body.home footer.main #footer-menu li a {
    font-size: 11px;
  }
}


/* ==========================================================================
   DUPLEX PACK — V6 COMPLETE POLISH
   Footer architecture, service-card redesign and mobile hero fixes.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Services: richer cards with a clear visual hierarchy
   -------------------------------------------------------------------------- */

body.home .dp-services-section {
  padding: 10px 0 118px;
  background:
    radial-gradient(circle at 8% 20%, rgba(89,196,195,.10), transparent 25%),
    #fff;
}

body.home .dp-services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home .dp-service-card {
  min-height: 365px;
  padding: 28px;
  border: 1px solid #d9e7ef;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #ffffff 0%, #f4f9fb 100%);
  box-shadow: 0 12px 34px rgba(20,60,100,.055);
}

body.home .dp-service-card::before {
  position: absolute;
  top: -90px;
  right: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  content: "";
  background: rgba(89,196,195,.12);
  transition: transform .35s ease, opacity .35s ease;
}

body.home .dp-service-card::after {
  position: absolute;
  right: 25px;
  bottom: 24px;
  width: 42px;
  height: 2px;
  content: "";
  background: #59c4c3;
  opacity: .55;
  transition: width .25s ease;
}

body.home .dp-service-card-feature {
  background:
    linear-gradient(145deg, #e9f9f8 0%, #f8fcfd 68%, #fff 100%);
  border-color: #c9e9e8;
}

body.home .dp-service-card-promo {
  background:
    linear-gradient(145deg, #f4f7fc 0%, #fff 100%);
}

body.home .dp-service-card:hover {
  transform: translateY(-7px);
  border-color: #b9d8e4;
  box-shadow: 0 20px 48px rgba(20,60,100,.11);
}

body.home .dp-service-card:hover::before {
  transform: scale(1.15);
}

body.home .dp-service-card:hover::after {
  width: 68px;
}

body.home .dp-service-number {
  position: relative;
  z-index: 2;
  color: #9aaec0;
  font-size: 12px;
  letter-spacing: .16em;
}

body.home .dp-service-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 48px 0 22px;
  border: 1px solid rgba(29,95,174,.13);
  border-radius: 18px;
  background: #fff;
  color: var(--dp-blue);
  font-size: 27px;
  box-shadow: 0 10px 24px rgba(20,60,100,.08);
}

body.home .dp-service-copy {
  position: relative;
  z-index: 2;
}

body.home .dp-service-card h3 {
  max-width: 235px;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: -.025em;
}

body.home .dp-service-card p {
  max-width: 270px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.58;
}

body.home .dp-service-link {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 25px;
  padding-right: 48px;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.home .dp-service-link b {
  position: absolute;
  right: 0;
  font-size: 20px;
}

/* --------------------------------------------------------------------------
   Mobile hero: the secondary "Explore products" action must remain visible.
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  body.home .dp-hero {
    padding-top: 146px;
  }

  body.home .dp-hero-copy {
    padding-top: 10px;
  }

  body.home .dp-hero-actions {
    position: relative;
    z-index: 20;
    margin-top: 22px;
    gap: 10px;
  }

  body.home .dp-hero-actions .dp-btn {
    position: relative;
    z-index: 21;
    min-height: 54px;
  }

  body.home .dp-hero-actions .dp-btn-ghost {
    display: flex;
    border: 2px solid var(--dp-blue);
    background: #fff;
    color: var(--dp-blue) !important;
    box-shadow: 0 8px 22px rgba(20,60,100,.08);
  }

  body.home .dp-hero-actions .dp-btn-ghost:hover,
  body.home .dp-hero-actions .dp-btn-ghost:focus-visible {
    background: var(--dp-blue);
    color: #fff !important;
  }

  body.home .dp-hero-visual {
    margin-top: 15px;
  }

  body.home .dp-services-section {
    padding-bottom: 82px;
  }

  body.home .dp-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .dp-service-card {
    min-height: 245px;
    padding: 23px;
    border-radius: 23px;
  }

  body.home .dp-service-icon {
    width: 50px;
    height: 50px;
    margin: 25px 0 16px;
    border-radius: 15px;
    font-size: 23px;
  }

  body.home .dp-service-card h3 {
    font-size: 21px;
  }

  body.home .dp-service-card p {
    max-width: none;
    font-size: 13px;
  }

  body.home .dp-service-link {
    padding-top: 18px;
  }
}

/* ==========================================================================
   DUPLEX PACK — SITE-WIDE PROFESSIONAL FOOTER
   This replaces the legacy widget-column presentation visually and prevents
   the repeated WooCommerce category tree from breaking the layout.
   ========================================================================== */

footer.main.dp-footer {
  width: 100%;
  float: none;
  clear: both;
  margin: 72px 0 0 !important;
  padding: 0;
  overflow: hidden;
  border-radius: 46px 46px 0 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(89,196,195,.14), transparent 25%),
    linear-gradient(145deg, #f4fafb 0%, #edf6fa 100%);
  border-top: 1px solid #d8e8ee;
}

footer.main.dp-footer .dp-footer-shell {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
}

.dp-footer-brand {
  padding: 46px 0 34px;
  border-bottom: 1px solid #d3e3ea;
}

.dp-footer-brand-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dp-footer-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20,60,100,.06);
}

.dp-footer-logo img {
  display: block;
  width: 76px;
  height: auto;
}

.dp-footer-brand p {
  margin: 0;
  color: #486988;
  font-size: 15px;
  line-height: 1.5;
}

.dp-footer-brand span {
  margin-left: auto;
  color: #7890a6;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.dp-footer-grid {
  display: grid;
  grid-template-columns: 1.28fr 1fr 1fr .95fr;
}

.dp-footer-column {
  min-width: 0;
  padding: 36px 30px 38px;
  border-left: 1px solid #d3e3ea;
}

.dp-footer-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.dp-footer-column:last-child {
  padding-right: 0;
}

.dp-footer-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #163e70;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.dp-footer-chevron {
  display: none;
}

.dp-footer-panel {
  display: block;
}

.dp-footer-panel ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dp-footer-column:first-child .dp-footer-panel ul {
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}

.dp-footer-panel li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dp-footer-panel a {
  display: inline-block;
  color: #58779a !important;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}

.dp-footer-panel a:hover,
.dp-footer-panel a:focus-visible {
  color: #1d5fae !important;
  transform: translateX(2px);
}

.dp-footer-label {
  margin: 0 0 5px;
  color: #8399ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dp-footer-contact .dp-footer-panel > a {
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
}

.dp-footer-contact .dp-footer-label:not(:first-child) {
  margin-top: 18px;
}

.dp-footer-mini-cta {
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #d6e4ea;
}

.dp-footer-mini-cta span {
  display: block;
  margin-bottom: 7px;
  color: #8096a9;
  font-size: 11px;
}

.dp-footer-mini-cta a {
  color: #1d5fae !important;
  font-size: 12px;
  font-weight: 900;
}

.dp-footer-mini-cta b {
  margin-left: 4px;
  font-size: 15px;
}

.dp-footer-social {
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #d6e4ea;
}

.dp-footer-social > span {
  display: block;
  margin-bottom: 10px;
  color: #163e70;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dp-footer-social > div {
  display: flex;
  gap: 8px;
}

.dp-footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbdde6;
  border-radius: 50%;
  background: #fff;
  color: #163e70 !important;
  font-size: 15px !important;
  transform: none !important;
}

.dp-footer-social a:hover {
  border-color: #59c4c3;
  background: #e7f7f7;
  color: #1d5fae !important;
}

.dp-footer-quote {
  display: flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 25px !important;
  padding: 12px 15px;
  border-radius: 15px;
  background: #06366f;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(6,54,111,.12);
}

.dp-footer-quote:hover,
.dp-footer-quote:focus-visible {
  background: #1d5fae;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.dp-footer-quote span {
  font-size: 12px;
  font-weight: 900;
}

.dp-footer-quote b {
  font-size: 17px;
}

.dp-footer-bottom {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d3e3ea;
  color: #7b91a5;
  font-size: 11px;
}

.dp-footer-bottom span:last-child {
  font-weight: 700;
  letter-spacing: .04em;
}

/* Do not allow the legacy footer widget styling to reintroduce columns,
   floats or word-breaking inside the new footer. */
footer.main.dp-footer .bottom-cols,
footer.main.dp-footer #footer-menu,
footer.main.dp-footer .footer_widget,
footer.main.dp-footer .widget-area {
  all: unset;
}

/* Tablet */
@media (max-width: 991px) {
  footer.main.dp-footer .dp-footer-shell {
    width: min(calc(100% - 40px), 900px);
  }

  .dp-footer-brand-inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .dp-footer-brand span {
    margin-left: 0;
    width: 100%;
  }

  .dp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dp-footer-column,
  .dp-footer-column:first-child,
  .dp-footer-column:last-child {
    padding: 30px 24px;
    border-left: 1px solid #d3e3ea;
    border-top: 1px solid #d3e3ea;
  }

  .dp-footer-column:nth-child(odd) {
    border-left: 0;
  }

  .dp-footer-column:first-child,
  .dp-footer-column:nth-child(2) {
    border-top: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  footer.main.dp-footer {
    margin-top: 58px !important;
    border-radius: 32px 32px 0 0;
  }

  footer.main.dp-footer .dp-footer-shell {
    width: min(calc(100% - 32px), 600px);
  }

  .dp-footer-brand {
    padding: 30px 0 24px;
  }

  .dp-footer-brand-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
  }

  .dp-footer-logo {
    padding: 10px 13px;
  }

  .dp-footer-logo img {
    width: 62px;
  }

  .dp-footer-brand p {
    font-size: 12px;
  }

  .dp-footer-brand span {
    grid-column: 2;
    margin-top: -8px;
    font-size: 11px;
  }

  .dp-footer-grid {
    display: block;
  }

  .dp-footer-column,
  .dp-footer-column:first-child,
  .dp-footer-column:last-child,
  .dp-footer-column:nth-child(odd) {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d3e3ea;
  }

  .dp-footer-toggle {
    min-height: 58px;
    margin: 0;
    padding: 0 4px;
    font-size: 15px;
    cursor: pointer;
  }

  .dp-footer-chevron {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbdde6;
    border-radius: 50%;
    color: #1d5fae;
    font-size: 19px;
    font-weight: 400;
  }

  .dp-footer-toggle[aria-expanded="true"] .dp-footer-chevron {
    font-size: 0;
  }

  .dp-footer-toggle[aria-expanded="true"] .dp-footer-chevron::before {
    content: "−";
    font-size: 19px;
  }

  .dp-footer-panel {
    display: none;
    padding: 0 4px 22px;
  }

  .dp-footer-column.is-open .dp-footer-panel {
    display: block;
  }

  .dp-footer-column:first-child .dp-footer-panel ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
  }

  .dp-footer-panel ul {
    gap: 8px;
  }

  .dp-footer-panel a {
    font-size: 12px;
  }

  .dp-footer-mini-cta,
  .dp-footer-social {
    margin-top: 19px;
    padding-top: 14px;
  }

  .dp-footer-quote {
    margin-top: 19px !important;
  }

  .dp-footer-bottom {
    min-height: 72px;
    padding: 15px 4px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
  }
}


/* Keep anchor navigation clear of the fixed header. */
body.home #maincategories,
body.home #nfcsection,
body.home #custombrandsection,
body.home #readymadesection {
  scroll-margin-top: 105px;
}
@media (max-width: 767px) {
  body.home #maincategories,
  body.home #nfcsection,
  body.home #custombrandsection,
  body.home #readymadesection {
    scroll-margin-top: 88px;
  }
}

/* ========================================================================
   DUPLEX PACK — HEADER V2
   Structural header styling. Keeps the existing menu/actions functional.
   ======================================================================== */

.dp-site-header {
  position: relative;
  z-index: 1200;
}

.dp-site-header .dp-header-wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  width: 100%;
  background: rgba(255,255,255,.97);
  border-top: 1px solid rgba(6,54,111,.10);
  border-bottom: 1px solid #e7eef4;
  box-shadow: 0 8px 24px rgba(6,54,111,.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dp-main-nav {
  min-height: 82px;
  padding: 0 !important;
}

.dp-header-container {
  display: flex !important;
  align-items: center;
  min-height: 82px;
  gap: 22px;
}

.dp-brand {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-brand-logo {
  display: block;
  width: auto !important;
  height: 58px !important;
  max-width: 145px;
  object-fit: contain;
}

.dp-desktop-navigation {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.dp-desktop-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.dp-desktop-menu > .nav-item {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}

.dp-desktop-menu > .nav-item > .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 10px !important;
  color: #123f73 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  border-radius: 10px;
}

.dp-desktop-menu > .nav-item > .nav-link:hover,
.dp-desktop-menu > .nav-item > .nav-link:focus-visible,
.dp-desktop-menu > .nav-item.current-menu-item > .nav-link,
.dp-desktop-menu > .nav-item.current-menu-ancestor > .nav-link {
  color: #06366f !important;
  background: #eef8f9;
}

.dp-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  white-space: nowrap;
}

.dp-header-quote {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  border-radius: 999px;
  background: #06366f;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(6,54,111,.16);
}

.dp-header-quote:hover,
.dp-header-quote:focus-visible {
  background: #1d5fae;
  color: #fff !important;
  transform: translateY(-1px);
}

.dp-header-quote b {
  font-size: 15px;
  line-height: 1;
}

.dp-header-widget {
  display: flex;
  align-items: center;
}

.dp-header-actions > .menu-item,
.dp-header-actions > .btn,
.dp-header-actions > button {
  margin: 0 !important;
}

.dp-header-actions .btn,
.dp-header-actions .menu-item > a {
  width: 42px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid #d9e6ee !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #06366f !important;
  box-shadow: none !important;
}

.dp-header-actions .btn:hover,
.dp-header-actions .menu-item > a:hover {
  border-color: #59c4c3 !important;
  background: #eef9f9 !important;
}

.dp-header-actions .cart-content {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 99px;
  background: #e74b55;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 17px;
  text-align: center;
}

.dp-menu-toggle {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid #d9e6ee;
  border-radius: 50%;
  background: #fff;
  color: #06366f;
}

.dp-mobile-offcanvas {
  width: min(390px, 88vw) !important;
  background: #fff;
}

.dp-mobile-offcanvas-head {
  min-height: 86px;
  padding: 22px 24px;
  border-bottom: 1px solid #e4edf3;
}

.dp-mobile-offcanvas-head > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dp-mobile-menu-eyebrow {
  color: #59aeb0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.dp-mobile-offcanvas-head .offcanvas-title {
  color: #06366f;
  font-size: 25px;
  font-weight: 900;
}

.dp-mobile-offcanvas-body {
  padding: 14px 24px 28px;
}

.dp-mobile-menu {
  margin: 0 !important;
}

.dp-mobile-menu > .nav-item {
  border-bottom: 1px solid #e8eef3;
}

.dp-mobile-menu > .nav-item > .nav-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 14px 2px !important;
  color: #123f73 !important;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.dp-mobile-menu .dropdown-menu {
  position: static !important;
  float: none !important;
  width: 100%;
  margin: 0 0 8px !important;
  padding: 5px 0 8px 12px;
  border: 0;
  box-shadow: none;
}

.dp-mobile-menu .dropdown-item {
  padding: 10px 4px !important;
  color: #52708f;
  font-size: 14px;
}

.dp-mobile-quote {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 15px;
  background: #06366f;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

/* The category discovery block is intentionally retained in page-home.php.
   Hide it visually so its ACF/product-card code can be restored later. */
body.home .dp-category-section {
  display: none !important;
}

/* With START HERE hidden, keep a deliberate but compact transition into the
   first visible homepage section. */
body.home .dp-services-section {
  margin-top: 0 !important;
}

/* The new header is 82px tall; prevent the fixed bar from covering the hero. */
body.home .dp-hero {
  padding-top: 82px !important;
}

@media (max-width: 1199px) {
  .dp-header-container {
    gap: 14px;
  }

  .dp-desktop-menu > .nav-item > .nav-link {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px;
  }

  .dp-header-quote {
    padding-inline: 13px;
  }
}

@media (max-width: 991px) {
  .dp-main-nav,
  .dp-header-container {
    min-height: 72px;
  }

  .dp-header-container {
    width: 100%;
    gap: 10px;
  }

  .dp-brand-logo {
    height: 52px !important;
    max-width: 132px;
  }

  .dp-desktop-navigation {
    display: none;
  }

  .dp-header-quote {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .dp-header-actions .btn,
  .dp-header-actions .menu-item > a,
  .dp-menu-toggle {
    width: 40px;
    height: 40px;
  }

  body.home .dp-hero {
    padding-top: 72px !important;
  }
}

@media (max-width: 575px) {
  .dp-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dp-brand-logo {
    height: 48px !important;
    max-width: 122px;
  }

  .dp-header-quote {
    display: none;
  }

  .dp-header-actions {
    gap: 5px;
  }

  .dp-header-actions .btn,
  .dp-header-actions .menu-item > a,
  .dp-menu-toggle {
    width: 38px;
    height: 38px;
  }

  body.home .dp-hero {
    padding-top: 72px !important;
  }
}
