.esw-stripe-product-page {
  --esw-sp-navy: #11172f;
  --esw-sp-text: #334155;
  --esw-sp-muted: #64748b;
  --esw-sp-line: #e5e7eb;
  --esw-sp-soft: #f8fafc;
  --esw-sp-soft2: #f3f6ff;
  --esw-sp-purple: #00367e;
  --esw-sp-purple2: #6d5dfc;
  --esw-sp-blue: #1167d8;
  --esw-sp-green: #16a34a;
  --esw-sp-card: #ffffff;
  --esw-sp-shadow: 0 18px 45px rgba(17, 24, 39, .10);
  --esw-sp-radius: 22px;
  color: var(--esw-sp-text);
  font-family: inherit;
  line-height: 1.6;
}

.esw-stripe-product-page * { box-sizing: border-box; }
.esw-stripe-product-page a { text-decoration: none; }
.esw-sp-wrap { width: min(1180px, 100%); margin: 0 auto; }

.esw-sp-intro {
  padding: 16px 0 18px;
}

.esw-sp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  gap: 34px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--esw-sp-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(109,93,252,.12), transparent 28%),
    radial-gradient(circle at 8% 10%, rgba(17,103,216,.10), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 12px 30px rgba(15,23,42,.05);
}

.esw-sp-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(79,53,201,.18);
  border-radius: 999px;
  background: rgba(79,53,201,.07);
  color: var(--esw-sp-purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

.esw-sp-badge:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--esw-sp-blue), var(--esw-sp-purple2));
  box-shadow: 0 0 0 5px rgba(79,53,201,.10);
}

.esw-sp-title {
  margin: 0;
  color: var(--esw-sp-navy);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 900;
}

.esw-sp-lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: #3f4b60;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.72;
}

.esw-sp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.esw-sp-cta-row-center { justify-content: center; }

.esw-sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  white-space: nowrap;
}

.esw-sp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17,24,39,.16);
  opacity: .97;
}

.esw-sp-btn-primary { background: linear-gradient(135deg, #18a957, #0d8f43); color: #fff !important; }
.esw-sp-btn-secondary { background: linear-gradient(135deg, #1574df, #0f55c8); color: #fff !important; }
.esw-sp-btn-ghost { background: #fff; color: var(--esw-sp-purple) !important; border-color: rgba(79,53,201,.18); }

.esw-sp-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  color: var(--esw-sp-muted);
  font-size: 14px;
}

.esw-sp-mini-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.esw-sp-mini-points span:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--esw-sp-purple);
  background: rgba(79,53,201,.09);
  font-size: 12px;
  font-weight: 900;
}

.esw-sp-browser {
  background: #fff;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: var(--esw-sp-radius);
  box-shadow: var(--esw-sp-shadow);
  overflow: hidden;
}

.esw-sp-browser-top {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border-bottom: 1px solid #edf1f7;
}

.esw-sp-browser-top span {
  width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1;
}

.esw-sp-browser-top span:nth-child(1) { background: #ff6b6b; }
.esw-sp-browser-top span:nth-child(2) { background: #f7c948; }
.esw-sp-browser-top span:nth-child(3) { background: #22c55e; }

.esw-shot {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.esw-sp-feature-strip { padding: 18px 0 24px; }
.esw-sp-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--esw-sp-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
}

.esw-sp-feature-card {
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid var(--esw-sp-line);
}
.esw-sp-feature-card:last-child { border-right: 0; }

.esw-sp-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(79,53,201,.09);
  color: var(--esw-sp-purple);
  font-size: 24px;
}

.esw-sp-feature-card h3 {
  margin: 0 0 7px;
  color: var(--esw-sp-navy);
  font-size: 16px;
  line-height: 1.25;
}
.esw-sp-feature-card p { margin: 0; color: var(--esw-sp-muted); font-size: 13px; line-height: 1.45; }

.esw-sp-section { padding: 34px 0; }
.esw-sp-section-soft { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }

.esw-sp-two-col {
  display: grid;
  grid-template-columns: .44fr .56fr;
  gap: 28px;
  align-items: center;
}
.esw-sp-two-col.esw-sp-reverse { grid-template-columns: .56fr .44fr; }

.esw-sp-copy-card {
  padding: 28px;
  border-radius: var(--esw-sp-radius);
  background: #fff;
  border: 1px solid var(--esw-sp-line);
  box-shadow: 0 12px 30px rgba(15,23,42,.05);
}
.esw-sp-copy-card-center { text-align: center; }

.esw-sp-kicker {
  margin: 0 0 10px;
  color: var(--esw-sp-purple);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.esw-sp-section-title {
  margin: 0;
  color: var(--esw-sp-navy);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 900;
}

.esw-sp-section-text {
  margin: 16px 0 0;
  color: var(--esw-sp-text);
  font-size: 16px;
}

.esw-sp-check-list {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.esw-sp-check-list li {
  position: relative;
  padding-left: 27px;
  color: #3f4b60;
  font-size: 15px;
}
.esw-sp-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  display: grid;
  place-items: center;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: rgba(22,163,74,.12);
  color: var(--esw-sp-green);
  font-size: 12px;
  font-weight: 900;
}

.esw-sp-image-card {
  position: relative;
  border-radius: var(--esw-sp-radius);
  padding: 12px;
  background: linear-gradient(135deg, rgba(79,53,201,.10), rgba(17,103,216,.07));
  box-shadow: var(--esw-sp-shadow);
}
.esw-sp-image-card .esw-sp-browser { box-shadow: none; }
.esw-sp-caption { margin: 11px 3px 0; color: var(--esw-sp-muted); font-size: 13px; }

.esw-sp-admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.esw-sp-recurring-layout {
  display: grid;
  grid-template-columns: .37fr .63fr;
  gap: 28px;
  align-items: start;
}
.esw-sp-recurring-shots { display: grid; gap: 18px; }
.esw-sp-recurring-small-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.esw-sp-cta-band {
  margin-top: 6px;
  padding: 42px 28px;
  text-align: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(17,103,216,.14), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(109,93,252,.18), transparent 30%),
    linear-gradient(135deg, #f7f7ff, #f8fbff);
  border: 1px solid rgba(79,53,201,.14);
}
.esw-sp-cta-band h2 {
  margin: 0;
  color: var(--esw-sp-navy);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.esw-sp-cta-band p {
  margin: 12px auto 0;
  max-width: 760px;
  color: var(--esw-sp-text);
  font-size: 16px;
}
.esw-sp-bottom-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  color: var(--esw-sp-muted);
  font-size: 14px;
}
.esw-sp-bottom-trust span:before {
  content: "◎";
  color: var(--esw-sp-purple);
  margin-right: 7px;
}

@media (max-width: 980px) {
  .esw-sp-hero-grid,
  .esw-sp-two-col,
  .esw-sp-two-col.esw-sp-reverse,
  .esw-sp-recurring-layout {
    grid-template-columns: 1fr;
  }

  .esw-sp-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .esw-sp-feature-card {
    border-right: 1px solid var(--esw-sp-line);
    border-bottom: 1px solid var(--esw-sp-line);
  }
  .esw-sp-feature-card:nth-child(3n) { border-right: 0; }
  .esw-sp-feature-card:nth-last-child(-n+3) { border-bottom: 0; }

  .esw-sp-admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .esw-sp-intro { padding-top: 8px; }
  .esw-sp-hero-grid,
  .esw-sp-copy-card,
  .esw-sp-cta-band { padding: 22px; }

  .esw-sp-cta-row,
  .esw-sp-cta-row-center {
    display: grid;
    grid-template-columns: 1fr;
  }
  .esw-sp-btn { width: 100%; }

  .esw-sp-feature-grid { grid-template-columns: 1fr 1fr; }
  .esw-sp-feature-card,
  .esw-sp-feature-card:nth-child(3n),
  .esw-sp-feature-card:nth-last-child(-n+3) {
    border-right: 1px solid var(--esw-sp-line);
    border-bottom: 1px solid var(--esw-sp-line);
  }
  .esw-sp-feature-card:nth-child(2n) { border-right: 0; }
  .esw-sp-feature-card:nth-last-child(-n+2) { border-bottom: 0; }

  .esw-sp-recurring-small-grid { grid-template-columns: 1fr; }
}

.esw-product-short-features {
    margin: 12px 0 0;
    padding-left: 20px;
}

.esw-product-short-features li {
    margin: 4px 0;
    line-height: 1.45;
}

/* eStoreware plugin product purchase layout */
.html-esw-plugin-product-page .product-details-page .overview.secondary {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.html-esw-plugin-product-page .product-details-page .attributes {
    margin: 18px 0;
}

.html-esw-plugin-product-page .product-details-page .attributes dl {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 14px 16px;
    align-items: start;
    margin: 0;
}

.html-esw-plugin-product-page .product-details-page .attributes dt,
.html-esw-plugin-product-page .product-details-page .attributes dd {
    margin: 0;
    padding: 0;
}

.html-esw-plugin-product-page .product-details-page .attributes dt label {
    font-weight: 700;
    color: #111827;
}

.html-esw-plugin-product-page .product-details-page .attributes dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.html-esw-plugin-product-page .product-details-page .attributes dd li {
    margin: 0;
}

.html-esw-plugin-product-page .product-details-page .attributes input[type="text"],
.html-esw-plugin-product-page .product-details-page .attributes select,
.html-esw-plugin-product-page .product-details-page .attributes textarea {
    width: 100%;
    max-width: 100%;
}

.esw-supported-versions-row {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 14px 16px;
    margin: 16px 0 20px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
}

.esw-supported-versions-label,
.esw-supported-versions-value {
    padding: 13px 14px;
}

.esw-supported-versions-label {
    font-weight: 800;
    color: #00367e;
    border-right: 1px solid #e5e7eb;
}

.esw-supported-versions-value {
    color: #374151;
}

.esw-plugin-extra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.esw-plugin-extra-actions .button-2 {
    min-width: 165px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.esw-plugin-enquire-button {
    background: #f97316 !important;
    color: #fff !important;
}

.esw-plugin-trial-button {
    background: #16a34a !important;
    color: #fff !important;
}

.esw-plugin-full-description {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .html-esw-plugin-product-page .product-details-page .attributes dl,
    .esw-supported-versions-row {
        grid-template-columns: 1fr;
    }

    .esw-supported-versions-label {
        border-right: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .esw-plugin-extra-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .esw-plugin-extra-actions .button-2 {
        width: 100%;
    }
}

/* =========================================================
   eStoreware Plugin Product Page Layout
   Applies only to eStoreware plugin product detail pages
   ========================================================= */

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .product-essential {
    display: grid !important;
    grid-template-columns: minmax(320px, 42%) minmax(360px, 58%) !important;
    gap: 34px !important;
    align-items: start !important;
    margin-bottom: 34px !important;
}

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .gallery {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.primary,
.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.secondary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.primary {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.secondary {
    grid-column: 2 !important;
    grid-row: 2 !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 18px !important;
    padding: 22px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06) !important;
}

.html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .gallery {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
}

/* Product title and short description */
.html-esw-plugin-product-page .product-details-page .product-name h1 {
    color: #11172f !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    font-weight: 900 !important;
    margin: 0 0 14px !important;
}

.html-esw-plugin-product-page .product-details-page .short-description {
    color: #334155 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 0 18px !important;
}

.html-esw-plugin-product-page .product-details-page .short-description ul,
.html-esw-plugin-product-page .product-details-page .esw-product-short-features {
    margin: 12px 0 0 !important;
    padding-left: 20px !important;
}

.html-esw-plugin-product-page .product-details-page .short-description li,
.html-esw-plugin-product-page .product-details-page .esw-product-short-features li {
    margin: 5px 0 !important;
    line-height: 1.45 !important;
}

/* Product images / thumbnail strip cleanup */
.html-esw-plugin-product-page .product-details-page .gallery .picture {
    max-width: 100% !important;
    overflow: hidden !important;
}

.html-esw-plugin-product-page .product-details-page .gallery .picture img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.html-esw-plugin-product-page .product-details-page .picture-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 10px 0 4px !important;
    box-sizing: border-box !important;
}

.html-esw-plugin-product-page .product-details-page .picture-thumbs a {
    flex: 0 0 92px !important;
    width: 92px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.html-esw-plugin-product-page .product-details-page .picture-thumbs img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* Purchase box */
.html-esw-plugin-product-page .product-details-page .overview.secondary .prices {
    margin-bottom: 18px !important;
}

.html-esw-plugin-product-page .product-details-page .overview.secondary .actual-price {
    color: #11172f !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}

/* Product attributes moved into buy box */
.html-esw-plugin-product-page .product-details-page .esw-plugin-purchase-options {
    margin: 18px 0 20px !important;
}

.html-esw-plugin-product-page .product-details-page .attributes {
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .attributes dl {
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr) !important;
    gap: 14px 16px !important;
    align-items: start !important;
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .attributes dt,
.html-esw-plugin-product-page .product-details-page .attributes dd {
    margin: 0 !important;
    padding: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .attributes dt label,
.html-esw-plugin-product-page .product-details-page .attributes dt {
    font-weight: 800 !important;
    color: #111827 !important;
    line-height: 1.4 !important;
}

.html-esw-plugin-product-page .product-details-page .attributes dd ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.html-esw-plugin-product-page .product-details-page .attributes dd li {
    margin: 0 !important;
    padding: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .attributes input[type="radio"],
.html-esw-plugin-product-page .product-details-page .attributes input[type="checkbox"] {
    margin-right: 6px !important;
}

.html-esw-plugin-product-page .product-details-page .attributes input[type="text"],
.html-esw-plugin-product-page .product-details-page .attributes select,
.html-esw-plugin-product-page .product-details-page .attributes textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 9px 11px !important;
}

/* Supported versions row */
.html-esw-plugin-product-page .product-details-page .esw-supported-versions-row {
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr) !important;
    gap: 0 !important;
    margin: 16px 0 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

.html-esw-plugin-product-page .product-details-page .esw-supported-versions-label,
.html-esw-plugin-product-page .product-details-page .esw-supported-versions-value {
    padding: 13px 14px !important;
    line-height: 1.45 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-supported-versions-label {
    font-weight: 900 !important;
    color: #00367e !important;
    background: #eff6ff !important;
    border-right: 1px solid #e5e7eb !important;
}

.html-esw-plugin-product-page .product-details-page .esw-supported-versions-value {
    color: #374151 !important;
    font-weight: 700 !important;
}

/* Add to cart and extra actions */
.html-esw-plugin-product-page .product-details-page .add-to-cart {
    margin-top: 18px !important;
}

.html-esw-plugin-product-page .product-details-page .add-to-cart-button,
.html-esw-plugin-product-page .product-details-page .button-1.add-to-cart-button {
    min-height: 50px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    padding: 0 28px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-extra-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 16px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-extra-actions .button-2 {
    min-width: 165px !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    border: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-enquire-button {
    background: #f97316 !important;
    color: #fff !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-trial-button {
    background: #16a34a !important;
    color: #fff !important;
}

/* Hide noisy normal product buttons on plugin product pages if you want cleaner plugin sales pages */
.html-esw-plugin-product-page .product-details-page .overview-buttons {
    margin-top: 16px !important;
}

/* Full feature description below buy box */
.html-esw-plugin-product-page .product-details-page .esw-plugin-full-description {
    width: 100% !important;
    max-width: 100% !important;
    margin: 42px auto 0 !important;
    clear: both !important;
}

/* Mobile */
@media (max-width: 980px) {
    .html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .product-essential {
        display: block !important;
    }

    .html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .gallery,
    .html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.primary,
    .html-esw-plugin-product-page .product-details-page.esw-plugin-product-details-page .overview.secondary {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 24px !important;
    }
}

@media (max-width: 768px) {
    .html-esw-plugin-product-page .product-details-page .attributes dl,
    .html-esw-plugin-product-page .product-details-page .esw-supported-versions-row {
        grid-template-columns: 1fr !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-supported-versions-label {
        border-right: 0 !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-plugin-extra-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-plugin-extra-actions .button-2 {
        width: 100% !important;
    }
}

/* =========================================================
   eStoreware plugin product trust/share action row
   Add to /wwwroot/estoreware/css/esw-site.css
   ========================================================= */

.html-esw-plugin-product-page .product-details-page .esw-plugin-trust-share {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 16px 0 20px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-mini-badge {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 15px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #00367e !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .04) !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-mini-badge:hover {
    border-color: #00367e !important;
    color: #00367e !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-mini-badge-secure {
    color: #16a34a !important;
    border-color: #dcfce7 !important;
    background: #f0fdf4 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08) !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .14) !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-print {
    background: #111827 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-facebook {
    background: #3554d1 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-x {
    background: #55acee !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-whatsapp {
    background: #68bd5b !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-share-email {
    background: #8b8f97 !important;
}

@media (max-width: 768px) {
    .html-esw-plugin-product-page .product-details-page .esw-plugin-trust-share {
        gap: 8px !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-plugin-mini-badge {
        flex: 1 1 100% !important;
        justify-content: center !important;
    }
}

/* =========================================================
   eStoreware plugin product cart/action row
   Add this to /wwwroot/estoreware/css/esw-site.css after the previous plugin product CSS
   ========================================================= */

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 18px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core {
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart {
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart-panel,
.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .qty-input,
.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core input.qty-input {
    width: 70px !important;
    min-width: 70px !important;
    height: 50px !important;
    text-align: center !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart-button,
.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .button-1.add-to-cart-button {
    min-width: 230px !important;
    min-height: 50px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    padding: 0 28px !important;
    white-space: nowrap !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions .button-2,
.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions button.button-2 {
    min-width: 165px !important;
    min-height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    border: 0 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    padding: 0 22px !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-enquire-button {
    background: #f97316 !important;
    color: #fff !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-trial-button {
    background: #16a34a !important;
    color: #fff !important;
}

.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-enquire-button:hover,
.html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-trial-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .14) !important;
}

/* When the older standalone extra-actions CSS exists, keep this row from dropping underneath. */
.html-esw-plugin-product-page .product-details-page .overview.secondary > .esw-plugin-extra-actions {
    display: none !important;
}

@media (max-width: 1180px) {
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row {
        align-items: stretch !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions {
        flex: 1 1 100% !important;
    }
}

@media (max-width: 620px) {
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart-panel,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .qty-input,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core input.qty-input,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .add-to-cart-button,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-core .button-1.add-to-cart-button,
    .html-esw-plugin-product-page .product-details-page .esw-plugin-cart-action-row .esw-plugin-extra-actions .button-2 {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* =========================================================
   eStoreware Product Breadcrumb / Navigation Polish
   Use in: /wwwroot/estoreware/css/esw-site.css
   ========================================================= */

/* Give product breadcrumbs room below the sticky/header area */
.html-esw-plugin-product-page .breadcrumb {
    margin: 0 !important;
    padding: 18px 0 20px !important;
    background: #f8fafc !important;
    border-top: 1px solid rgba(226, 232, 240, .9) !important;
    border-bottom: 1px solid rgba(226, 232, 240, .9) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .035) !important;
}

/* Keep breadcrumb aligned with the page content */
.html-esw-plugin-product-page .breadcrumb ul {
    width: min(1180px, calc(100% - 32px)) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    list-style: none !important;
}

/* Breadcrumb text styling */
.html-esw-plugin-product-page .breadcrumb li,
.html-esw-plugin-product-page .breadcrumb a,
.html-esw-plugin-product-page .breadcrumb span {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #64748b !important;
    font-weight: 600 !important;
}

/* Home / category links */
.html-esw-plugin-product-page .breadcrumb a {
    color: #334155 !important;
    text-decoration: none !important;
}

.html-esw-plugin-product-page .breadcrumb a:hover {
    color: #00367e !important;
}

/* Last breadcrumb item */
.html-esw-plugin-product-page .breadcrumb li:last-child,
.html-esw-plugin-product-page .breadcrumb li:last-child span {
    color: #11172f !important;
    font-weight: 700 !important;
}

/* Separator cleanup for common nopCommerce breadcrumb markup */
.html-esw-plugin-product-page .breadcrumb li:after {
    color: #94a3b8 !important;
    opacity: .75 !important;
}

/* Add breathing room between breadcrumb bar and product content */
.html-esw-plugin-product-page .product-details-page {
    padding-top: 34px !important;
}

/* If your header is fixed/sticky and still feels tight, increase this */
@media (min-width: 981px) {
    .html-esw-plugin-product-page .breadcrumb {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .html-esw-plugin-product-page .breadcrumb {
        padding: 14px 0 16px !important;
    }

    .html-esw-plugin-product-page .breadcrumb ul {
        width: min(100% - 22px, 1180px) !important;
    }

    .html-esw-plugin-product-page .breadcrumb li,
    .html-esw-plugin-product-page .breadcrumb a,
    .html-esw-plugin-product-page .breadcrumb span {
        font-size: 13px !important;
    }

    .html-esw-plugin-product-page .product-details-page {
        padding-top: 22px !important;
    }
}

/* =========================================================
   eStoreware Footer - Consolidated Four-Column Refresh
   ========================================================= */

.esw-footer {
    position: relative;
    background: #f7faff;
    border-top: 1px solid #dfe9f7;
    color: #183153;
    
    font-size: 15px;
    line-height: 1.6;
}

.esw-footer * {
    box-sizing: border-box;
}

.esw-footer-wrap {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: 0 34px;
}

.esw-footer a {
    color: #183153;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.esw-footer a:hover {
    color: #00367e;
}

.esw-footer-main {
    display: grid;
    
    gap: 48px;
    align-items: start;
}

.esw-footer-brand {
    min-width: 0;
    padding-right: 38px;
    border-right: 1px solid #dbe6f5;
}

.esw-footer-logo {
    display: block;
    margin-bottom: 18px;
}

.esw-footer-logo-image {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
}

.esw-footer-brand-tagline {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    align-items: center;
    margin-bottom: 22px;
    color: #385a8b;
    font-size: 17px;
    line-height: 1.4;
}

.esw-footer-brand-tagline,
.esw-footer-brand-tagline span {
    color: #385a8b !important;
    opacity: 1 !important;
}

.esw-footer-brand-tagline .dot {
    color: #1762cd !important;
}

.esw-footer-brand-text,
.esw-footer-brand > p {
    margin: 0 0 25px;
    color: #1d3557 !important;
    font-size: 16px;
    line-height: 1.7;
    opacity: 1 !important;
}

.esw-footer-brand-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.esw-footer-btn,
.esw-footer-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 27px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.esw-footer-btn.primary,
.esw-footer-mini-btn {
    background: #00367e !important;
    border: 2px solid #00367e !important;
    color: #fff !important;
}

.esw-footer-btn.primary:hover,
.esw-footer-mini-btn:hover {
    background: #00367e!important;
    border-color: #00367e!important;
    color: #fff !important;
}

.esw-footer-btn.secondary {
    background: transparent !important;
    border: 2px solid #00367e !important;
    color: #00367e !important;
}

.esw-footer-btn.secondary:hover {
    background: #eef5ff !important;
    color: #00367e !important;
}

.esw-footer-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.esw-footer-trust-item {
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid #d8e5f6;
    border-radius: 8px;
    background: #f9fbff;
    color: #173b77 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.esw-footer-trust-item,
.esw-footer-trust-item span {
    color: #173b77 !important;
    opacity: 1 !important;
}

.esw-footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 28px 36px;
    align-items: start;
    min-width: 0;
}

.esw-footer-col {
    min-width: 0;
}

.esw-footer-col h3 {
    margin: 0 0 15px;
    color: #0e3472 !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    opacity: 1 !important;
}

.esw-footer-col h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 9px;
    border-radius: 999px;
    background: #175dca !important;
}

.esw-footer-accordion-toggle {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0e3472 !important;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: default;
    opacity: 1 !important;
}

.esw-footer-accordion-toggle > span:first-child {
    color: #0e3472 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.esw-footer-accordion-icon {
    display: none;
}

.esw-footer-accordion-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.esw-footer-accordion-body > a,
.esw-footer-subsection a {
    display: block;
    color: #17345d !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.45;
    opacity: 1 !important;
}

.esw-footer-accordion-body > a:hover,
.esw-footer-subsection a:hover {
    color: #00367e !important;
}

.esw-footer-subsection {
    margin-top: 14px;
    padding-top: 15px;
    border-top: 1px solid #d9e5f6;
}

.esw-footer-subsection h4 {
    margin: 0 0 12px;
    color: #00367e !important;
    font-size: 16px;
    font-weight: 800;
    opacity: 1 !important;
}

.esw-footer-secondary {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .9fr);
    gap: 32px;
    align-items: center;
    margin-top: 38px;
    padding-top: 30px;
}

.esw-footer-help-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid #c8dcf8;
    border-radius: 14px;
    background: #f3f8ff !important;
}

.esw-footer-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 2px solid #2c66cf;
    border-radius: 50%;
    color: #00367e !important;
    font-size: 36px;
    font-weight: 700;
}

.esw-footer-help-content h3 {
    margin: 0 0 6px;
    color: #0e3472 !important;
    font-size: 20px;
    font-weight: 800;
}

.esw-footer-help-content p {
    margin: 0;
    color: #1e3960 !important;
    font-size: 15px;
    line-height: 1.55;
}

.esw-footer-company {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px solid #dbe6f5;
}

.esw-footer-company-heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.esw-footer-company-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #eef4ff;
    color: #00367e !important;
    font-size: 28px;
}

.esw-footer-company-heading h3 {
    margin: 0;
    color: #0e3472 !important;
    font-size: 19px;
    font-weight: 800;
}

.esw-footer-company-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    align-items: center;
}

.esw-footer-company-links a {
    color: #1b3558 !important;
    font-size: 14px;
    font-weight: 500;
    opacity: 1 !important;
}

.esw-footer-company-links a:hover {
    color: #00367e !important;
}

.esw-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #dbe6f5;
    color: #1a3558 !important;
}

.esw-footer-copyright {
    color: #1a3558 !important;
    font-size: 14px;
}

.esw-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    align-items: center;
}

.esw-footer-bottom-links a {
    color: #173b77 !important;
    font-size: 14px;
    font-weight: 500;
    opacity: 1 !important;
}

.esw-footer-bottom-links a:hover {
    color: #00367e !important;
}

html body .esw-footer .esw-footer-main,
html body .esw-footer .esw-footer-brand,
html body .esw-footer .esw-footer-links,
html body .esw-footer .esw-footer-col,
html body .esw-footer .esw-footer-secondary,
html body .esw-footer .esw-footer-company,
html body .esw-footer .esw-footer-bottom {
    visibility: visible;
    opacity: 1 !important;
}

@media (min-width: 1101px) {
    .esw-footer-accordion-body {
        display: flex !important;
        max-height: none !important;
        padding: 0 !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .esw-footer-accordion-toggle {
        pointer-events: none;
    }
}

@media (max-width: 1100px) and (min-width: 761px) {
    .esw-footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .esw-footer-brand {
        padding-right: 0;
        padding-bottom: 28px;
        border-right: 0;
        border-bottom: 1px solid #dbe6f5;
    }

    .esw-footer-logo-image {
        max-width: 340px;
    }

    .esw-footer-links {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        gap: 28px 44px;
    }

    .esw-footer-accordion-body {
        display: flex !important;
        max-height: none !important;
        padding: 0 !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .esw-footer-accordion-toggle {
        pointer-events: none;
    }

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

    .esw-footer-company {
        padding-left: 0;
        padding-top: 6px;
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .esw-footer {
        padding: 32px 0 20px;
    }

    .esw-footer-wrap {
        padding: 0 18px;
    }

    .esw-footer-main {
        display: block;
    }

    .esw-footer-brand {
        padding-right: 0;
        padding-bottom: 24px;
        border-right: 0;
        border-bottom: 1px solid #dbe6f5;
    }

    .esw-footer-logo-image {
        max-width: 310px;
    }

    .esw-footer-brand-tagline {
        font-size: 15px;
    }

    .esw-footer-brand-text,
    .esw-footer-brand > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .esw-footer-brand-actions {
        flex-direction: column;
    }

    .esw-footer-btn,
    .esw-footer-mini-btn {
        width: 100%;
    }

    .esw-footer-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-footer-links {
        display: block;
        width: 100%;
        margin-top: 14px;
    }

    .esw-footer-col.esw-footer-accordion {
        width: 100%;
        border-bottom: 1px solid rgba(17, 84, 194, .15);
    }

    .esw-footer-col.esw-footer-accordion h3 {
        margin: 0;
    }

    .esw-footer-col.esw-footer-accordion h3::after {
        display: none;
    }

    .esw-footer-accordion-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 58px;
        padding: 16px 0;
        color: #0e3472 !important;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
    }

    .esw-footer-accordion-icon {
        position: relative;
        display: block;
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin-left: 16px;
    }

    .esw-footer-accordion-icon::before,
    .esw-footer-accordion-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        border-radius: 2px;
        background: #00367e;
        transform: translate(-50%, -50%);
        transition: transform .2s ease, opacity .2s ease;
    }

    .esw-footer-accordion-icon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .esw-footer-accordion.is-open .esw-footer-accordion-icon::after {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(0);
    }

    .esw-footer-accordion-body {
        display: flex;
        flex-direction: column;
        gap: 9px;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: max-height .28s ease, padding .28s ease, opacity .2s ease, visibility .2s ease;
    }

    .esw-footer-accordion.is-open .esw-footer-accordion-body {
        max-height: 900px;
        padding: 0 0 18px;
        visibility: visible;
        opacity: 1;
    }

    .esw-footer-accordion-body > a,
    .esw-footer-subsection a {
        font-size: 14px;
    }

    .esw-footer-secondary {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 28px;
        padding-top: 24px;
    }

    .esw-footer-help-card {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 22px 18px;
        text-align: center;
    }

    .esw-footer-company {
        padding-left: 0;
        border-left: 0;
    }

    .esw-footer-company-heading,
    .esw-footer-company-links {
        justify-content: center;
    }

    .esw-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .esw-footer-bottom-links {
        justify-content: center;
    }
}


/* =========================================================
   FINAL THEME-CONFLICT FIXES
   Keep this block at the very end of the footer stylesheet.
   ========================================================= */

/* Force all navigation headings and links to remain readable
   against the light footer background. */
html body .esw-footer .esw-footer-links .esw-footer-col h3,
html body .esw-footer .esw-footer-links .esw-footer-col h3 *,
html body .esw-footer .esw-footer-accordion-toggle,
html body .esw-footer .esw-footer-accordion-toggle *,
html body .esw-footer .esw-footer-accordion-body,
html body .esw-footer .esw-footer-accordion-body > a,
html body .esw-footer .esw-footer-accordion-body > a *,
html body .esw-footer .esw-footer-subsection,
html body .esw-footer .esw-footer-subsection h4,
html body .esw-footer .esw-footer-subsection h4 *,
html body .esw-footer .esw-footer-subsection a,
html body .esw-footer .esw-footer-subsection a * {
    opacity: 1 !important;
    visibility: visible;
    text-shadow: none !important;
}

html body .esw-footer .esw-footer-links .esw-footer-col h3,
html body .esw-footer .esw-footer-links .esw-footer-col h3 *,
html body .esw-footer .esw-footer-accordion-toggle,
html body .esw-footer .esw-footer-accordion-toggle * {
    color: #0e3472 !important;
}

html body .esw-footer .esw-footer-accordion-body > a,
html body .esw-footer .esw-footer-accordion-body > a *,
html body .esw-footer .esw-footer-subsection a,
html body .esw-footer .esw-footer-subsection a * {
    color: #17345d !important;
    font-weight: 500 !important;
}

html body .esw-footer .esw-footer-accordion-body > a:hover,
html body .esw-footer .esw-footer-accordion-body > a:hover *,
html body .esw-footer .esw-footer-subsection a:hover,
html body .esw-footer .esw-footer-subsection a:hover * {
    color: #00367e !important;
}

html body .esw-footer .esw-footer-subsection h4,
html body .esw-footer .esw-footer-subsection h4 * {
    color: #00367e !important;
}

/* Remove any inherited dark-footer transparency. */
html body .esw-footer .esw-footer-links,
html body .esw-footer .esw-footer-links *,
html body .esw-footer .esw-footer-secondary,
html body .esw-footer .esw-footer-secondary *,
html body .esw-footer .esw-footer-bottom,
html body .esw-footer .esw-footer-bottom * {
    opacity: 1 !important;
}

/* Keep every footer row inside the page gutters.
   These rules neutralize old full-width / 100vw footer styles. */
html body .esw-footer .esw-footer-wrap {
    width: calc(100% - 48px) !important;
    max-width: 1500px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html body .esw-footer .esw-footer-main,
html body .esw-footer .esw-footer-secondary,
html body .esw-footer .esw-footer-bottom {
    width: calc(100% - 48px) !important;
    max-width: 1500px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Prevent the lower rows from touching the browser edges. */
html body .esw-footer .esw-footer-secondary {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html body .esw-footer .esw-footer-bottom {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Keep copyright and quick links from clipping at narrower widths. */
html body .esw-footer .esw-footer-copyright {
    min-width: 0;
    font-weight: 500 !important;
    white-space: normal;
}

html body .esw-footer .esw-footer-bottom-links {
    min-width: 0;
    justify-content: flex-end;
}

/* Desktop navigation content is always visible. */
@media (min-width: 761px) {
    html body .esw-footer .esw-footer-accordion-body {
        display: flex !important;
        max-height: none !important;
        padding: 0 !important;
        overflow: visible !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Tablet/mobile gutters */
@media (max-width: 900px) {
    html body .esw-footer .esw-footer-wrap {
        width: calc(100% - 36px) !important;
    }
}

@media (max-width: 760px) {
    html body .esw-footer .esw-footer-wrap {
        width: calc(100% - 28px) !important;
    }

    html body .esw-footer .esw-footer-bottom-links {
        justify-content: center;
    }
}


/* =========================================================
   FOOTER POLISH V3
   Tighter desktop layout, real feature icons, and safe gutters.
   Keep this block at the very end of the stylesheet.
   ========================================================= */

:root {
    --esw-footer-blue: #00367e;
    --esw-footer-blue-dark: #0e3472;
    --esw-footer-text: #17345d;
    --esw-footer-line: #d8e5f6;
    --esw-footer-surface: #f7faff;
}

/* Consistent page gutters on every footer row */
html body .esw-footer .esw-footer-wrap {
    width: 100% !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
padding-top: 30px;
}

/* Tighten the main desktop composition */
html body .esw-footer .esw-footer-main {
    grid-template-columns: minmax(300px, 350px) minmax(0, 1fr) !important;
    gap: 32px !important;
}

html body .esw-footer .esw-footer-brand {
    padding-right: 28px !important;
}

html body .esw-footer .esw-footer-logo-image {
    width: 100% !important;
    max-width: 305px !important;
}

html body .esw-footer .esw-footer-logo {
    margin-bottom: 14px !important;
}

html body .esw-footer .esw-footer-brand-tagline {
    margin-bottom: 16px !important;
    font-size: 18px !important;
}

html body .esw-footer .esw-footer-brand-text,
html body .esw-footer .esw-footer-brand > p {
margin-bottom: 20px !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
}

html body .esw-footer .esw-footer-brand-actions {
    gap: 12px !important;
    margin-bottom: 22px !important;
}

html body .esw-footer .esw-footer-btn {
min-height: 46px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  font-size: 18px !important;
}

/* Tighter four-column navigation */
html body .esw-footer .esw-footer-links {
    grid-template-columns: repeat(4, minmax(135px, 1fr)) !important;
    gap: 22px 28px !important;
}

html body .esw-footer .esw-footer-col h3 {
    margin-bottom: 12px !important;
    font-size: 20px !important;
}

html body .esw-footer .esw-footer-col h3::after {
    margin-top: 7px !important;
}

html body .esw-footer .esw-footer-accordion-body {
    gap: 8px !important;
}

html body .esw-footer .esw-footer-accordion-body > a,
html body .esw-footer .esw-footer-subsection a {
    font-size: 17px !important;
    line-height: 1.4 !important;
}

/* Feature badges with mockup-style icons */
html body .esw-footer .esw-footer-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

html body .esw-footer .esw-footer-trust-item {
    display: flex !important;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
}

html body .esw-footer .esw-footer-trust-item::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Shield */
html body .esw-footer .esw-footer-trust-item:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%230b55c4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3l10 4v7c0 7-4.3 11.8-10 15-5.7-3.2-10-8-10-15V7l10-4z'/%3E%3Cpath d='M11.5 16l3 3 6-7'/%3E%3C/svg%3E");
}

/* Cloud */
html body .esw-footer .esw-footer-trust-item:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%230b55c4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 25h15a6 6 0 0 0 .7-12A9 9 0 0 0 7.6 11.1 7 7 0 0 0 9 25z'/%3E%3C/svg%3E");
}

/* Puzzle */
html body .esw-footer .esw-footer-trust-item:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%230b55c4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5h6v4a3 3 0 1 0 6 0V5h3v8h-4a3 3 0 1 0 0 6h4v8h-8v-4a3 3 0 1 0-6 0v4H5v-8h4a3 3 0 1 0 0-6H5V5h7z'/%3E%3C/svg%3E");
}

/* Headset */
html body .esw-footer .esw-footer-trust-item:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%230b55c4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17v-2a11 11 0 0 1 22 0v2'/%3E%3Cpath d='M5 17h4v8H7a2 2 0 0 1-2-2v-6zm22 0h-4v8h2a2 2 0 0 0 2-2v-6zM23 25c0 2-2 3-5 3'/%3E%3C/svg%3E");
}

/* Bring the lower section closer and keep it away from browser edges */
html body .esw-footer .esw-footer-secondary {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr) !important;
    gap: 28px !important;
    margin-top: 28px !important;
    padding-top: 22px !important;
}

html body .esw-footer .esw-footer-help-card {
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    gap: 16px !important;
    padding: 16px 18px !important;
}

html body .esw-footer .esw-footer-help-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 29px !important;
}

html body .esw-footer .esw-footer-help-content h3 {
    font-size: 20px !important;
}

html body .esw-footer .esw-footer-help-content p {
    font-size: 16px !important;
}

html body .esw-footer .esw-footer-mini-btn {
min-height: 50px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
  font-size: 20px !important;
}

html body .esw-footer .esw-footer-company {
    gap: 10px !important;
    padding-left: 24px !important;
}

html body .esw-footer .esw-footer-company-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 23px !important;
}

html body .esw-footer .esw-footer-company-heading h3 {
    font-size: 20px !important;
}

html body .esw-footer .esw-footer-company-links {
    gap: 8px 15px !important;
}

html body .esw-footer .esw-footer-company-links a {
    font-size: 15px !important;
}

/* Bottom row */
html body .esw-footer .esw-footer-bottom {
    margin-top: 24px !important;
    padding-top: 20px !important;
}

/* Mid-size desktop: two columns, compact brand */
@media (max-width: 1180px) and (min-width: 761px) {
    html body .esw-footer .esw-footer-main {
        grid-template-columns: minmax(280px, 320px) minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    html body .esw-footer .esw-footer-links {
        grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
        gap: 24px 34px !important;
    }

    html body .esw-footer .esw-footer-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .esw-footer .esw-footer-secondary {
        grid-template-columns: 1fr !important;
    }

    html body .esw-footer .esw-footer-company {
        padding-left: 0 !important;
        border-left: 0 !important;
    }
}

@media (max-width: 760px) {
    html body .esw-footer .esw-footer-wrap {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    html body .esw-footer .esw-footer-main {
        display: block !important;
    }

    html body .esw-footer .esw-footer-logo-image {
        max-width: 280px !important;
    }

    html body .esw-footer .esw-footer-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .esw-footer .esw-footer-secondary {
        margin-top: 22px !important;
    }

    html body .esw-footer .esw-footer-help-card {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   FOOTER SPACING FIX V4
   Reduce the blank space before the help row and keep the
   copyright/bottom links inside the same page gutters.
   Keep this block at the very end of the stylesheet.
   ========================================================= */

/* Pull the secondary row upward by removing excess height
   caused by the tallest footer navigation column. */
html body .esw-footer .esw-footer-main {
    align-items: start !important;
}

html body .esw-footer .esw-footer-secondary {
    margin-top: 18px !important;
    padding-top: 16px !important;
}

/* Make the main area size to its content without extra stretch. */
html body .esw-footer .esw-footer-links,
html body .esw-footer .esw-footer-brand {
    align-self: start !important;
}

/* Keep the bottom row aligned to the same inner footer gutters. */
html body .esw-footer .esw-footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 18px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Ensure no inherited negative margin or viewport-width rule
   pulls the copyright against the browser edge. */
html body .esw-footer .esw-footer-copyright,
html body .esw-footer .esw-footer-bottom-links {
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
}

html body .esw-footer .esw-footer-copyright {
    padding-left: 0 !important;
}

html body .esw-footer .esw-footer-bottom-links {
    padding-right: 0 !important;
}

/* Slightly tighten the help card itself. */
html body .esw-footer .esw-footer-help-card {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Desktop-only vertical tightening */
@media (min-width: 1181px) {
    html body .esw-footer {
        padding-top: 5px !important;
    }

    html body .esw-footer .esw-footer-secondary {
        margin-top: 14px !important;
    }
}

/* Mobile remains stacked, with safe left/right gutters */
@media (max-width: 760px) {
    html body .esw-footer .esw-footer-secondary {
        margin-top: 18px !important;
        padding-top: 14px !important;
    }

    html body .esw-footer .esw-footer-bottom {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body .esw-footer .esw-footer-copyright,
    html body .esw-footer .esw-footer-bottom-links {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   eStoreware Contact Page
   Scoped to the contact page so it does not affect the
   website header, footer, checkout, or other forms.
   ========================================================= */

.html-contact-page .master-wrapper-content {
    width: 100%;
}

.html-contact-page .esw-contact-page,
.html-contact-page .esw-contact-page * {
    box-sizing: border-box;
}

.html-contact-page .esw-contact-page {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 20px 64px;
    color: #263244;
}

/* Hero */

.html-contact-page .esw-contact-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 28px;
    padding: 54px 40px;
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(49, 112, 199, 0.16),
            transparent 34%
        ),
        linear-gradient(135deg, #f6f9fd 0%, #eef5fc 52%, #f8fbfe 100%);
    text-align: left;
}

.html-contact-page .esw-contact-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 230px;
    height: 230px;
    border: 38px solid rgba(38, 98, 181, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.html-contact-page .esw-contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.html-contact-page .esw-contact-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #2866ad;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.html-contact-page .esw-contact-hero h1 {
    margin: 0 0 16px;
    color: #17263a;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.html-contact-page .esw-contact-hero p {
    max-width: 720px;
    margin: 0;
    color: #536378;
    font-size: 18px;
    line-height: 1.7;
}

.html-contact-page .esw-contact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.html-contact-page .esw-contact-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(40, 102, 173, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #355879;
    font-size: 13px;
    font-weight: 700;
}

/* Page body and topic block */

.html-contact-page .esw-contact-page-body {
    width: 100%;
}

.html-contact-page .esw-contact-topic-content:empty {
    display: none;
}

.html-contact-page .esw-contact-topic-content .topic-block {
    margin: 0 0 26px;
    padding: 20px 24px;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    background: #fff;
}

.html-contact-page .esw-contact-topic-content .topic-block-title {
    display: none;
}

.html-contact-page .esw-contact-topic-content .topic-block-body {
    color: #56667a;
    font-size: 15px;
    line-height: 1.75;
}

.html-contact-page .esw-contact-topic-content p:last-child {
    margin-bottom: 0;
}

/* Support option cards */

.html-contact-page .esw-support-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 26px;
}

.html-contact-page .esw-support-option {
    display: flex;
    gap: 16px;
    min-width: 0;
    padding: 22px;
    border: 1px solid #e0e7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(29, 53, 81, 0.06);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.html-contact-page .esw-support-option:hover {
    transform: translateY(-2px);
    border-color: #b8cee6;
    box-shadow: 0 14px 32px rgba(29, 53, 81, 0.1);
}

.html-contact-page .esw-support-option-icon {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #edf5fd;
    color: #2969b2;
}

.html-contact-page .esw-support-option-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.html-contact-page .esw-support-option h2 {
    margin: 1px 0 7px;
    color: #1d2d41;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.html-contact-page .esw-support-option p {
    margin: 0;
    color: #68778a;
    font-size: 14px;
    line-height: 1.65;
}

/* Main layout */

.html-contact-page .esw-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
    align-items: start;
    gap: 24px;
}

.html-contact-page .esw-contact-form-card,
.html-contact-page .esw-contact-sidebar-card {
    border: 1px solid #dfe6ef;
    background: #fff;
    box-shadow: 0 12px 34px rgba(28, 51, 78, 0.07);
}

.html-contact-page .esw-contact-form-card {
    min-width: 0;
    padding: 34px;
    border-radius: 20px;
}

.html-contact-page .esw-contact-card-heading {
    margin-bottom: 27px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7ebf1;
}

.html-contact-page .esw-contact-card-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #2d6caf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.html-contact-page .esw-contact-card-heading h2 {
    margin: 0 0 9px;
    color: #192a3f;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
}

.html-contact-page .esw-contact-card-heading p {
    margin: 0;
    color: #68778a;
    font-size: 15px;
    line-height: 1.7;
}

/* Remove default theme fieldset spacing */

.html-contact-page .esw-contact-form-card .fieldset,
.html-contact-page .esw-contact-form-card .form-fields {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

/* Form */

.html-contact-page .esw-contact-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
}

.html-contact-page .esw-contact-field {
    position: relative;
    min-width: 0;
    margin: 0;
    text-align: left;
    white-space: normal;
}

.html-contact-page .esw-contact-field-full {
    grid-column: 1 / -1;
}

.html-contact-page .esw-contact-field label {
    display: block;
    width: auto;
    margin: 0 0 8px;
    color: #2d3b4e;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
    text-align: left;
}

.html-contact-page .esw-contact-field .required {
    position: absolute;
    top: 1px;
    right: 0;
    color: #c53535;
    font-size: 16px;
}

.html-contact-page .esw-contact-field input,
.html-contact-page .esw-contact-field select,
.html-contact-page .esw-contact-field textarea {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 50px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid #ccd6e2;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: #25354a;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.45;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.html-contact-page .esw-contact-field input::placeholder,
.html-contact-page .esw-contact-field textarea::placeholder {
    color: #8a97a7;
    opacity: 1;
}

.html-contact-page .esw-contact-field input:hover,
.html-contact-page .esw-contact-field select:hover,
.html-contact-page .esw-contact-field textarea:hover {
    border-color: #a9b9cb;
}

.html-contact-page .esw-contact-field input:focus,
.html-contact-page .esw-contact-field select:focus,
.html-contact-page .esw-contact-field textarea:focus {
    border-color: #3378bd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(51, 120, 189, 0.12);
}

.html-contact-page .esw-contact-field textarea {
    min-height: 190px;
    resize: vertical;
}

/* Select arrow */

.html-contact-page .esw-contact-select-wrap {
    position: relative;
}

.html-contact-page .esw-contact-select {
    padding-right: 48px !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.html-contact-page .esw-contact-select-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #61748a;
    pointer-events: none;
    transform: translateY(-50%);
}

.html-contact-page .esw-contact-select-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.html-contact-page .esw-contact-field-help {
    display: block;
    margin-top: 7px;
    color: #768598;
    font-size: 12px;
    line-height: 1.55;
}

.html-contact-page .esw-contact-field .field-validation-error {
    display: block;
    margin-top: 7px;
    color: #c43b3b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.html-contact-page .esw-contact-validation {
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid #eccaca;
    border-radius: 9px;
    background: #fff6f6;
    color: #a42d2d;
    text-align: left;
}

.html-contact-page .esw-contact-validation:empty {
    display: none;
}

.html-contact-page .esw-contact-captcha {
    margin-top: 3px;
}

/* Submit button */

.html-contact-page .esw-contact-buttons {
    margin: 27px 0 0;
    text-align: left;
}

.html-contact-page .esw-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 190px;
    min-height: 50px;
    margin: 0;
    padding: 13px 23px;
    border: 0;
    border-radius: 10px;
    background: #2567ac;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(37, 103, 172, 0.22);
    cursor: pointer;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.html-contact-page .esw-contact-submit:hover,
.html-contact-page .esw-contact-submit:focus {
    background: #1d5794;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 11px 23px rgba(37, 103, 172, 0.28);
}

.html-contact-page .esw-contact-submit svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Sidebar */

.html-contact-page .esw-contact-sidebar {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.html-contact-page .esw-contact-sidebar-card {
    display: flex;
    gap: 14px;
    min-width: 0;
    padding: 20px;
    border-radius: 15px;
}

.html-contact-page .esw-contact-sidebar-primary {
    display: block;
    padding: 25px;
    border-color: #cbdff2;
    background:
        linear-gradient(145deg, #f3f8fd 0%, #ffffff 100%);
}

.html-contact-page .esw-contact-sidebar-kicker {
    display: block;
    margin-bottom: 7px;
    color: #2b6cae;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.html-contact-page .esw-contact-sidebar-primary h2 {
    margin: 0 0 10px;
    color: #1d3048;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.html-contact-page .esw-contact-sidebar-primary > p {
    margin: 0 0 17px;
    color: #65758a;
    font-size: 14px;
    line-height: 1.65;
}

.html-contact-page .esw-contact-checklist {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.html-contact-page .esw-contact-checklist li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #40536a;
    font-size: 13px;
    line-height: 1.5;
}

.html-contact-page .esw-contact-checklist li span {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    background: #dcecfb;
    color: #2263a6;
    font-size: 11px;
    font-weight: 900;
}

.html-contact-page .esw-contact-sidebar-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #edf4fb;
    color: #2e6ead;
}

.html-contact-page .esw-contact-sidebar-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.html-contact-page .esw-contact-sidebar-card > div:last-child {
    min-width: 0;
}

.html-contact-page .esw-contact-sidebar-label {
    display: block;
    margin-bottom: 4px;
    color: #7a8898;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.html-contact-page .esw-contact-sidebar-card a,
.html-contact-page .esw-contact-sidebar-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: #263a52;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.html-contact-page .esw-contact-sidebar-card a {
    color: #2668aa;
    text-decoration: none;
}

.html-contact-page .esw-contact-sidebar-card a:hover {
    color: #184e87;
    text-decoration: underline;
}

.html-contact-page .esw-contact-sidebar-card p {
    margin: 4px 0 0;
    color: #738195;
    font-size: 12px;
    line-height: 1.55;
}

/* Success message */

.html-contact-page .esw-contact-success {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    max-width: 820px;
    margin: 28px auto;
    padding: 30px;
    border: 1px solid #bcdcc8;
    border-radius: 18px;
    background: #f3fbf6;
    box-shadow: 0 10px 30px rgba(33, 104, 62, 0.08);
}

.html-contact-page .esw-contact-success-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2f8b52;
    color: #fff;
}

.html-contact-page .esw-contact-success-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.html-contact-page .esw-contact-success h2 {
    margin: 1px 0 7px;
    color: #245f3b;
    font-size: 22px;
    font-weight: 800;
}

.html-contact-page .esw-contact-success .result {
    margin: 0;
    color: #4c6c58;
    font-size: 15px;
    line-height: 1.65;
}

/* Tablet */

@media all and (max-width: 1000px) {
    .html-contact-page .esw-support-options {
        grid-template-columns: 1fr;
    }

    .html-contact-page .esw-support-option {
        align-items: flex-start;
    }

    .html-contact-page .esw-contact-layout {
        grid-template-columns: 1fr;
    }

    .html-contact-page .esw-contact-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .html-contact-page .esw-contact-sidebar-primary {
        grid-column: 1 / -1;
    }
}

/* Mobile */

@media all and (max-width: 700px) {
    .html-contact-page .esw-contact-page {
        padding: 14px 14px 44px;
    }

    .html-contact-page .esw-contact-hero {
        margin-bottom: 20px;
        padding: 34px 22px;
        border-radius: 17px;
    }

    .html-contact-page .esw-contact-hero h1 {
        font-size: 38px;
    }

    .html-contact-page .esw-contact-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .html-contact-page .esw-contact-tags {
        gap: 7px;
    }

    .html-contact-page .esw-contact-tags span {
        min-height: 31px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .html-contact-page .esw-contact-form-card {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .html-contact-page .esw-contact-card-heading h2 {
        font-size: 25px;
    }

    .html-contact-page .esw-contact-form-fields {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .html-contact-page .esw-contact-field-full {
        grid-column: auto;
    }

    .html-contact-page .esw-contact-sidebar {
        grid-template-columns: 1fr;
    }

    .html-contact-page .esw-contact-sidebar-primary {
        grid-column: auto;
    }

    .html-contact-page .esw-contact-submit {
        width: 100%;
    }

    .html-contact-page .esw-contact-success {
        padding: 22px 18px;
    }
}

/* Very small screens */

@media all and (max-width: 420px) {
    .html-contact-page .esw-support-option {
        display: block;
    }

    .html-contact-page .esw-support-option-icon {
        margin-bottom: 14px;
    }

    .html-contact-page .esw-contact-success {
        display: block;
    }

    .html-contact-page .esw-contact-success-icon {
        margin-bottom: 15px;
    }
}

/* =========================================================
   eStoreware Pricing Topic Intro
   Light replacement for the previous dark pricing hero
   ========================================================= */

.esw-pricing-topic,
.esw-pricing-topic * {
    box-sizing: border-box;
}

.esw-pricing-topic {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 26px 20px 34px;
    color: #26364a;
}

/*
    Hides the default nopCommerce topic title only when this
    pricing intro is present on the page.
*/
.html-topic-page .topic-page:has(.esw-pricing-topic) > .page-title {
    display: none;
}

.html-topic-page .topic-page:has(.esw-pricing-topic) > .page-body {
    margin-top: 0;
}

/* Main light pricing intro */

.esw-pricing-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: 46px;
    align-items: center;
    overflow: hidden;
    padding: 52px;
    border: 1px solid #dbe6f3;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 93% 8%,
            rgba(59, 122, 203, 0.12),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7faff 48%,
            #eef5fd 100%
        );
    box-shadow: 0 16px 44px rgba(35, 61, 91, 0.09);
}

.esw-pricing-intro::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -100px;
    width: 300px;
    height: 300px;
    border: 55px solid rgba(47, 106, 178, 0.035);
    border-radius: 50%;
    pointer-events: none;
}

.esw-pricing-intro-copy,
.esw-pricing-preview {
    position: relative;
    z-index: 1;
    min-width: 0;
}

/* Small heading badge */

.esw-pricing-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    min-height: 34px;
    margin-bottom: 20px;
    padding: 7px 14px;
    border: 1px solid #d5e3f1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #385b7f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(37, 67, 101, 0.05);
}

.esw-pricing-eyebrow-dot {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #54b7d0;
    box-shadow: 0 0 0 5px rgba(84, 183, 208, 0.14);
}

/* Main copy */

.esw-pricing-intro h1 {
    max-width: 680px;
    margin: 0 0 20px;
    color: #17283d;
    font-size: clamp(38px, 4.3vw, 61px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.esw-pricing-lead {
    max-width: 690px;
    margin: 0;
    color: #56687d;
    font-size: 17px;
    line-height: 1.75;
}

/* Buttons */

.esw-pricing-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.esw-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.esw-pricing-button:hover {
    transform: translateY(-2px);
}

.esw-pricing-button-primary {
    border-color: #2769b3;
    background: #2769b3;
    color: #fff !important;
    box-shadow: 0 9px 20px rgba(39, 105, 179, 0.2);
}

.esw-pricing-button-primary:hover {
    border-color: #1f5998;
    background: #1f5998;
    box-shadow: 0 12px 25px rgba(39, 105, 179, 0.27);
}

.esw-pricing-button-secondary {
    border-color: #b9c9da;
    background: #fff;
    color: #294866 !important;
}

.esw-pricing-button-secondary:hover {
    border-color: #7e9fbe;
    background: #f6faff;
}

.esw-pricing-button-light {
    border-color: #d9e3ee;
    background: #eef5fc;
    color: #2766a8 !important;
}

.esw-pricing-button-light:hover {
    border-color: #b7cee5;
    background: #e4f0fb;
}

/* Benefits */

.esw-pricing-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 27px;
}

.esw-pricing-benefits span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #4c6076;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.esw-pricing-benefits b {
    color: #27956b;
    font-size: 17px;
    line-height: 1;
}

/* Right pricing preview */

.esw-pricing-preview {
    overflow: hidden;
    border: 1px solid #cfdae7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(33, 61, 91, 0.12);
}

.esw-pricing-preview-header {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 58px;
    padding: 14px 20px;
    border-bottom: 1px solid #e4eaf1;
    background: #f8fafc;
    color: #526176;
    font-size: 13px;
}

.esw-pricing-preview-dots {
    display: flex;
    gap: 7px;
}

.esw-pricing-preview-dots span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.esw-pricing-preview-dots span:nth-child(1) {
    background: #eb746e;
}

.esw-pricing-preview-dots span:nth-child(2) {
    background: #e6c451;
}

.esw-pricing-preview-dots span:nth-child(3) {
    background: #62ba73;
}

.esw-pricing-preview-body {
    padding: 20px;
}

/* Gradient stays contained inside the card, not full-page */

.esw-pricing-path-summary {
    padding: 27px 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3f6fe1 0%, #3f8584 100%);
    color: #fff;
}

.esw-pricing-path-summary > span {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.esw-pricing-path-summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    line-height: 1.65;
}

/* Mini pricing cards */

.esw-pricing-mini-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 17px;
}

.esw-pricing-mini-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 105px;
    padding: 15px 9px;
    border: 1px solid #dfe7f0;
    border-radius: 14px;
    background: #fff;
    color: #17283d !important;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.esw-pricing-mini-plan:hover {
    transform: translateY(-2px);
    border-color: #9ebcda;
    box-shadow: 0 9px 20px rgba(33, 62, 94, 0.09);
}

.esw-pricing-mini-plan strong {
    display: block;
    margin-bottom: 6px;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 850;
    line-height: 1.15;
}

.esw-pricing-mini-plan span {
    color: #68778a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

/* Prevent normal topic editor styles from adding odd spacing */

.esw-pricing-topic p:last-child {
    margin-bottom: 0;
}

.esw-pricing-topic a {
    text-decoration: none;
}

/* Tablet */

@media all and (max-width: 1000px) {
    .esw-pricing-intro {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 42px;
    }

    .esw-pricing-intro-copy {
        max-width: 780px;
    }

    .esw-pricing-preview {
        width: 100%;
        max-width: 720px;
    }
}

/* Mobile */

@media all and (max-width: 700px) {
    .esw-pricing-topic {
        padding: 15px 14px 28px;
    }

    .esw-pricing-intro {
        gap: 30px;
        padding: 30px 21px;
        border-radius: 17px;
    }

    .esw-pricing-intro h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .esw-pricing-lead {
        font-size: 15px;
        line-height: 1.7;
    }

    .esw-pricing-intro-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .esw-pricing-button {
        width: 100%;
    }

    .esw-pricing-benefits {
        display: grid;
        gap: 11px;
    }

    .esw-pricing-preview-body {
        padding: 14px;
    }

    .esw-pricing-path-summary {
        padding: 22px 19px;
    }

    .esw-pricing-mini-plans {
        grid-template-columns: 1fr;
    }

    .esw-pricing-mini-plan {
        min-height: 86px;
    }
}

/* Small mobile */

@media all and (max-width: 420px) {
    .esw-pricing-intro h1 {
        font-size: 33px;
    }

    .esw-pricing-eyebrow {
        font-size: 10px;
    }

    .esw-pricing-preview-header {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/* =========================================================
   eStoreware Pricing Page V2
   Append to: /estoreware/css/esw-site.css
   ========================================================= */

.html-topic-page .topic-page:has(.esw-pricing-v2) > .page-title { display: none; }
.html-topic-page .topic-page:has(.esw-pricing-v2) > .page-body { margin-top: 0; }

.esw-pricing-v2,
.esw-pricing-v2 * { box-sizing: border-box; }

.esw-pricing-v2 {
  --ink: #17283d;
  --text: #53667b;
  --muted: #748397;
  --line: #dfe7f0;
  --line2: #cbd8e6;
  --blue: #2869ad;
  --blue-dark: #1d568f;
  --blue-soft: #edf5fc;
  --green: #25835f;
  --green-soft: #eaf7f1;
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0 68px;
  color: var(--text);
  font-family: inherit;
  text-align: left;
}

.esw-pricing-v2 a { text-decoration: none; }
.esw-pricing-v2 h1,
.esw-pricing-v2 h2,
.esw-pricing-v2 h3 { margin-top: 0; color: var(--ink); }
.esw-pricing-v2 p,
.esw-pricing-v2 ul { margin-top: 0; }
.esw-pricing-v2 section[id] { scroll-margin-top: 110px; }

.esw-pv2-section { margin-top: 76px; }
.esw-pv2-heading { max-width: 800px; margin-bottom: 30px; }
.esw-pv2-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.esw-pv2-heading > span,
.esw-pv2-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.esw-pv2-heading h2,
.esw-pv2-integrations h2,
.esw-pv2-final h2 {
  margin-bottom: 13px;
  font-size: clamp(30px, 3.5vw, 45px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.esw-pv2-heading p,
.esw-pv2-integrations > div > p,
.esw-pv2-final p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.esw-pv2-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 27px; }
.esw-pv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: .18s ease;
}
.esw-pv2-btn:hover { transform: translateY(-2px); }
.esw-pv2-btn-primary { border-color: var(--blue); background: var(--blue); color: #fff !important; box-shadow: 0 9px 22px rgba(40,105,173,.22); }
.esw-pv2-btn-primary:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.esw-pv2-btn-secondary { border-color: var(--line2); background: #fff; color: #2c4b6b !important; }
.esw-pv2-btn-secondary:hover { border-color: #91adca; background: #f5f9fd; }

/* Hero */
.esw-pv2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(390px,.94fr);
  gap: 52px;
  align-items: center;
  overflow: hidden;
  padding: 58px;
  border: 1px solid #d9e5f1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 0%, rgba(58,129,198,.14), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(68,174,153,.08), transparent 32%),
    linear-gradient(135deg,#fff 0%,#f7faff 52%,#edf5fc 100%);
  box-shadow: 0 16px 42px rgba(30,55,83,.09);
}
.esw-pv2-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 52px solid rgba(39,105,173,.035);
  border-radius: 50%;
}
.esw-pv2-hero-copy,
.esw-pv2-hero-panel { position: relative; z-index: 1; min-width: 0; }
.esw-pv2-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 7px 14px;
  border: 1px solid #d7e4f0;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  color: #385b7d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.esw-pv2-eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: #54b8cf; box-shadow: 0 0 0 5px rgba(84,184,207,.14); }
.esw-pv2-hero h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(42px,4.7vw,64px); font-weight: 850; line-height: 1.02; letter-spacing: -.05em; }
.esw-pv2-hero-copy > p { max-width: 680px; margin-bottom: 0; font-size: 17px; line-height: 1.76; }
.esw-pv2-link { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 6px; color: var(--blue) !important; font-size: 14px; font-weight: 800; }
.esw-pv2-trust { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 27px; }
.esw-pv2-trust span { color: #4d6075; font-size: 12px; font-weight: 750; }
.esw-pv2-trust span::first-letter { color: var(--green); }

.esw-pv2-hero-panel { padding: 21px; border: 1px solid #cfdae7; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 18px 38px rgba(32,59,88,.12); }
.esw-pv2-panel-title { padding: 4px 4px 16px; }
.esw-pv2-panel-title small,
.esw-pv2-panel-title strong { display: block; }
.esw-pv2-panel-title small { margin-bottom: 4px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.esw-pv2-panel-title strong { color: var(--ink); font-size: 18px; line-height: 1.4; }
.esw-pv2-hero-panel > a {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) 24px;
  gap: 13px;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #e0e7ef;
  border-radius: 13px;
  background: #fff;
  color: inherit !important;
  transition: .18s ease;
}
.esw-pv2-hero-panel > a:hover { transform: translateY(-2px); border-color: #a8bfd7; box-shadow: 0 9px 20px rgba(35,64,95,.08); }
.esw-pv2-hero-panel > a > b { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; background: var(--blue-soft); color: var(--blue); font-size: 12px; }
.esw-pv2-hero-panel > a span strong,
.esw-pv2-hero-panel > a span small { display: block; }
.esw-pv2-hero-panel > a span strong { margin-bottom: 3px; color: var(--ink); font-size: 14px; }
.esw-pv2-hero-panel > a span small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.esw-pv2-hero-panel > a i { color: var(--blue); font-size: 20px; font-style: normal; font-weight: 800; }

/* Paths */
.esw-pv2-paths { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.esw-pv2-paths > a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  color: inherit !important;
  box-shadow: 0 10px 28px rgba(31,57,87,.06);
  transition: .2s ease;
}
.esw-pv2-paths > a:hover { transform: translateY(-3px); border-color: #a6bfd8; box-shadow: 0 15px 34px rgba(31,57,87,.1); }
.esw-pv2-paths > a > b { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; margin-bottom: 18px; border-radius: 13px; background: var(--blue-soft); color: var(--blue); font-size: 15px; }
.esw-pv2-paths > a:nth-child(2) > b { background: #eaf7f4; color: #287e6a; }
.esw-pv2-paths > a:nth-child(3) > b { background: #f1effc; color: #6556a5; }
.esw-pv2-paths h3 { margin-bottom: 9px; font-size: 19px; font-weight: 800; line-height: 1.35; }
.esw-pv2-paths p { margin-bottom: 21px; font-size: 14px; line-height: 1.7; }
.esw-pv2-paths > a > span { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; }

/* Plans */
.esw-pv2-plans { padding: 50px; border: 1px solid #dde7f1; border-radius: 24px; background: #f7fafd; }
.esw-pv2-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.esw-pv2-switchbar { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-bottom: 27px; padding: 13px 16px; border: 1px solid #dbe5ef; border-radius: 14px; background: #fff; }
.esw-pv2-switchbar > div { display: inline-flex; flex: 0 0 auto; gap: 4px; padding: 4px; border-radius: 11px; background: #edf2f7; }
.esw-pv2-switchbar label { display: inline-flex; gap: 7px; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border-radius: 8px; color: #52657a; font-size: 13px; font-weight: 800; cursor: pointer; }
.esw-pv2-switchbar label em { padding: 3px 6px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: 9px; font-style: normal; text-transform: uppercase; }
#esw-monthly:checked ~ .esw-pv2-switchbar label[for="esw-monthly"],
#esw-annual:checked ~ .esw-pv2-switchbar label[for="esw-annual"] { background: #fff; color: var(--ink); box-shadow: 0 3px 10px rgba(29,55,84,.11); }
.esw-pv2-switchbar > p { max-width: 580px; margin: 0; font-size: 12px; line-height: 1.55; text-align: right; }
.annual-note,
.annual-price,
.annual-action { display: none; }
#esw-annual:checked ~ .esw-pv2-switchbar .monthly-note,
#esw-annual:checked ~ .esw-pv2-plan-grid .monthly-price,
#esw-annual:checked ~ .esw-pv2-plan-grid .monthly-action { display: none; }
#esw-annual:checked ~ .esw-pv2-switchbar .annual-note,
#esw-annual:checked ~ .esw-pv2-plan-grid .annual-price { display: block; }
#esw-annual:checked ~ .esw-pv2-plan-grid .annual-action { display: flex; }

.esw-pv2-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.esw-pv2-plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 29px; border: 1px solid #dbe4ed; border-radius: 19px; background: #fff; box-shadow: 0 10px 28px rgba(29,53,81,.07); }
.esw-pv2-plan-card.featured { border-color: #70a3d2; box-shadow: 0 17px 38px rgba(38,103,169,.14); }
.esw-pv2-popular { position: absolute; top: -14px; right: 22px; padding: 7px 13px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.esw-pv2-plan-head > span { display: block; margin-bottom: 7px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.esw-pv2-plan-head h3 { margin-bottom: 9px; font-size: 27px; font-weight: 850; }
.esw-pv2-plan-head p { min-height: 72px; margin-bottom: 0; font-size: 13px; line-height: 1.65; }
.esw-pv2-price { margin: 22px 0; padding: 20px 0; border-top: 1px solid #e6ebf1; border-bottom: 1px solid #e6ebf1; }
.esw-pv2-price strong,
.esw-pv2-price span,
.esw-pv2-price em { display: block; }
.esw-pv2-price strong { color: var(--ink); font-size: 44px; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.esw-pv2-price sup { position: relative; top: -.85em; margin-right: 2px; font-size: 17px; }
.esw-pv2-price small { font-size: 22px; }
.esw-pv2-price span { margin-top: 7px; font-size: 11px; font-weight: 700; }
.esw-pv2-price em { margin-top: 8px; color: var(--green); font-size: 12px; font-style: normal; font-weight: 800; }
.esw-pv2-plan-card > ul { display: grid; gap: 10px; margin-bottom: 25px; padding: 0; list-style: none; }
.esw-pv2-plan-card > ul li { position: relative; padding-left: 24px; color: #44566b; font-size: 12px; line-height: 1.55; }
.esw-pv2-plan-card > ul li::before { content: "✓"; position: absolute; left: 0; display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 900; }
.esw-pv2-plan-actions { display: grid; gap: 10px; margin-top: auto; }
.esw-pv2-plan-actions > a:not(.help) { flex-direction: column; align-items: center; justify-content: center; min-height: 57px; padding: 11px 13px; border-radius: 10px; background: var(--blue); color: #fff !important; font-size: 13px; font-weight: 850; text-align: center; }
.esw-pv2-plan-actions > a:not(.help):hover { background: var(--blue-dark); }
.esw-pv2-plan-actions > a small { display: block; margin-top: 2px; color: rgba(255,255,255,.82); font-size: 10px; }
.esw-pv2-plan-actions .help { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; color: #52687e !important; font-size: 11px; font-weight: 750; }
.esw-pv2-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 21px; padding: 16px 18px; border: 1px solid #dce6f0; border-radius: 13px; background: #fff; }
.esw-pv2-note b { display: inline-flex; flex: 0 0 24px; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); }
.esw-pv2-note p { margin: 1px 0 0; font-size: 12px; line-height: 1.6; }

/* Comparison */
.esw-pv2-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 11px 30px rgba(31,57,87,.06); }
.esw-pv2-table-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; }
.esw-pv2-table-wrap th,
.esw-pv2-table-wrap td { padding: 16px 18px; border-right: 1px solid #e5ebf2; border-bottom: 1px solid #e5ebf2; font-size: 12px; line-height: 1.5; text-align: center; }
.esw-pv2-table-wrap tr:last-child th,
.esw-pv2-table-wrap tr:last-child td { border-bottom: 0; }
.esw-pv2-table-wrap th:last-child,
.esw-pv2-table-wrap td:last-child { border-right: 0; }
.esw-pv2-table-wrap thead th { background: #f5f8fb; color: var(--ink); font-size: 13px; font-weight: 850; }
.esw-pv2-table-wrap th:first-child { width: 31%; text-align: left; }
.esw-pv2-table-wrap tbody th { color: #35495f; font-weight: 750; }
.esw-pv2-table-wrap .highlight { background: #f3f8fd; }

/* Integrations */
.esw-pv2-integrations { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(390px,.98fr); gap: 46px; align-items: center; padding: 48px; border: 1px solid #d9e5f0; border-radius: 22px; background: radial-gradient(circle at 0 100%,rgba(60,153,133,.09),transparent 34%),linear-gradient(135deg,#f7fbfd,#fff); }
.esw-pv2-integration-list { display: grid; gap: 11px; }
.esw-pv2-integration-list > div { display: grid; grid-template-columns: 43px minmax(0,1fr); gap: 13px; align-items: center; padding: 15px; border: 1px solid #dde6ee; border-radius: 13px; background: rgba(255,255,255,.92); }
.esw-pv2-integration-list > div > b { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 11px; background: #eaf6f2; color: #287c67; font-size: 11px; }
.esw-pv2-integration-list strong,
.esw-pv2-integration-list small { display: block; }
.esw-pv2-integration-list strong { color: var(--ink); font-size: 13px; }
.esw-pv2-integration-list small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.5; }

/* Plugins */
.esw-pv2-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.esw-pv2-filters label { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 14px; border: 1px solid #d7e1eb; border-radius: 999px; background: #fff; color: #5b6d81; font-size: 11px; font-weight: 800; cursor: pointer; }
#filter-all:checked ~ .esw-pv2-filters label[for="filter-all"],
#filter-ordering:checked ~ .esw-pv2-filters label[for="filter-ordering"],
#filter-quotes:checked ~ .esw-pv2-filters label[for="filter-quotes"],
#filter-sales:checked ~ .esw-pv2-filters label[for="filter-sales"],
#filter-payments:checked ~ .esw-pv2-filters label[for="filter-payments"],
#filter-data:checked ~ .esw-pv2-filters label[for="filter-data"] { border-color: var(--blue); background: var(--blue); color: #fff; }
.esw-pv2-plugin-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
#filter-ordering:checked ~ .esw-pv2-plugin-grid .plugin:not(.ordering),
#filter-quotes:checked ~ .esw-pv2-plugin-grid .plugin:not(.quotes),
#filter-sales:checked ~ .esw-pv2-plugin-grid .plugin:not(.sales),
#filter-payments:checked ~ .esw-pv2-plugin-grid .plugin:not(.payments),
#filter-data:checked ~ .esw-pv2-plugin-grid .plugin:not(.data) { display: none; }
.esw-pv2-plugin-grid .plugin { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 27px rgba(31,57,87,.06); }
.esw-pv2-plugin-grid .meta { display: flex; gap: 10px; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.esw-pv2-plugin-grid .meta span { padding: 6px 9px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.esw-pv2-plugin-grid .meta strong { color: #65778b; font-size: 10px; }
.esw-pv2-plugin-grid h3 { margin-bottom: 8px; font-size: 21px; font-weight: 850; }
.esw-pv2-plugin-grid .plugin > p { margin-bottom: 18px; font-size: 12px; line-height: 1.7; }
.esw-pv2-plugin-grid .plugin > ul { display: grid; gap: 8px; margin-bottom: 23px; padding: 0; list-style: none; }
.esw-pv2-plugin-grid li { position: relative; padding-left: 19px; font-size: 11px; line-height: 1.5; }
.esw-pv2-plugin-grid li::before { content: "•"; position: absolute; left: 4px; color: var(--blue); font-size: 16px; }
.esw-pv2-plugin-grid footer { display: flex; gap: 9px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid #e6ebf1; }
.esw-pv2-plugin-grid footer a { color: #607286 !important; font-size: 11px; font-weight: 800; }
.esw-pv2-plugin-grid footer a:last-child { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 12px; border: 1px solid #c7d6e5; border-radius: 8px; background: #f6f9fc; color: var(--blue) !important; }
.esw-pv2-plugin-footer { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: 20px; padding: 19px 21px; border: 1px solid #dce5ee; border-radius: 14px; background: #f7fafc; }
.esw-pv2-plugin-footer p { max-width: 760px; margin-bottom: 0; font-size: 12px; line-height: 1.6; }

/* FAQ */
.esw-pv2-faq { padding: 50px; border: 1px solid #e0e7ef; border-radius: 22px; background: #f8fafc; }
.esw-pv2-faq-list { display: grid; gap: 11px; max-width: 900px; margin: 0 auto; }
.esw-pv2-faq-list details { overflow: hidden; border: 1px solid #dfe7ef; border-radius: 13px; background: #fff; }
.esw-pv2-faq-list summary { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 18px 20px; color: #2c4057; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.esw-pv2-faq-list summary::-webkit-details-marker { display: none; }
.esw-pv2-faq-list summary b { display: inline-flex; flex: 0 0 29px; align-items: center; justify-content: center; width: 29px; height: 29px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 18px; font-weight: 500; transition: .18s; }
.esw-pv2-faq-list details[open] summary b { transform: rotate(45deg); }
.esw-pv2-faq-list details > p { max-width: 780px; margin: 0; padding: 0 20px 19px; font-size: 12px; line-height: 1.7; }

/* Final CTA */
.esw-pv2-final { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 35px; align-items: center; margin-top: 76px; padding: 44px 48px; border: 1px solid #cfe0ef; border-radius: 22px; background: radial-gradient(circle at 100% 0%,rgba(64,131,196,.13),transparent 36%),linear-gradient(135deg,#f2f8fd,#fff); }
.esw-pv2-final h2 { max-width: 760px; font-size: clamp(29px,3.3vw,43px); }
.esw-pv2-final p { max-width: 760px; font-size: 14px; }
.esw-pv2-final > div:last-child { display: grid; gap: 10px; min-width: 190px; }

/* Responsive */
@media (max-width: 1050px) {
  .esw-pv2-hero,
  .esw-pv2-integrations { grid-template-columns: 1fr; }
  .esw-pv2-hero-panel { max-width: 760px; }
  .esw-pv2-plan-grid,
  .esw-pv2-plugin-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .esw-pv2-plan-card:last-child { grid-column: 1/-1; width: calc(50% - 9px); justify-self: center; }
  .esw-pv2-final { grid-template-columns: 1fr; }
  .esw-pv2-final > div:last-child { display: flex; flex-wrap: wrap; }
}
@media (max-width: 820px) {
  .esw-pv2-paths,
  .esw-pv2-plan-grid,
  .esw-pv2-plugin-grid { grid-template-columns: 1fr; }
  .esw-pv2-plan-card:last-child { grid-column: auto; width: auto; }
  .esw-pv2-plan-head p { min-height: 0; }
  .esw-pv2-switchbar { display: grid; }
  .esw-pv2-switchbar > p { max-width: none; text-align: left; }
}
@media (max-width: 700px) {
  .esw-pricing-v2 { width: calc(100% - 28px); padding-top: 14px; padding-bottom: 45px; }
  .esw-pv2-section { margin-top: 55px; }
  .esw-pv2-hero { gap: 31px; padding: 32px 21px; border-radius: 17px; }
  .esw-pv2-hero h1 { font-size: 39px; line-height: 1.07; }
  .esw-pv2-hero-copy > p { font-size: 15px; }
  .esw-pv2-actions,
  .esw-pv2-final > div:last-child { display: grid; grid-template-columns: 1fr; }
  .esw-pv2-actions .esw-pv2-btn,
  .esw-pv2-final .esw-pv2-btn { width: 100%; }
  .esw-pv2-link { justify-content: center; }
  .esw-pv2-trust { display: grid; gap: 10px; }
  .esw-pv2-hero-panel { padding: 14px; }
  .esw-pv2-heading h2,
  .esw-pv2-integrations h2,
  .esw-pv2-final h2 { font-size: 31px; }
  .esw-pv2-plans,
  .esw-pv2-faq { padding: 29px 18px; border-radius: 17px; }
  .esw-pv2-switchbar > div { width: 100%; }
  .esw-pv2-switchbar label { flex: 1 1 50%; padding-right: 9px; padding-left: 9px; }
  .esw-pv2-switchbar label em { display: none; }
  .esw-pv2-plan-card,
  .esw-pv2-plugin-grid .plugin,
  .esw-pv2-paths > a { padding: 23px 20px; }
  .esw-pv2-integrations { gap: 30px; padding: 30px 21px; border-radius: 17px; }
  .esw-pv2-plugin-footer { display: grid; }
  .esw-pv2-plugin-footer .esw-pv2-btn { width: 100%; }
  .esw-pv2-final { margin-top: 55px; padding: 31px 22px; border-radius: 17px; }
}
@media (max-width: 430px) {
  .esw-pv2-hero h1 { font-size: 34px; }
  .esw-pv2-eyebrow { font-size: 10px; }
  .esw-pv2-hero-panel > a span small { display: none; }
  .esw-pv2-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .esw-pv2-filters label { width: 100%; }
  .esw-pv2-price strong { font-size: 39px; }
}

/* =========================================================
   eStoreware Website Plans
   Replace the old "eStoreware Pricing Page V2" CSS block
   in /estoreware/css/esw-site.css with this section.
   ========================================================= */

.html-topic-page .topic-page:has(.esw-wp) > .page-title {
    display: none;
}

.html-topic-page .topic-page:has(.esw-wp) > .page-body {
    margin-top: 0;
}

.esw-wp,
.esw-wp * {
    box-sizing: border-box;
}

.esw-wp {
    --esw-wp-navy: #12243a;
    --esw-wp-text: #53657a;
    --esw-wp-muted: #748397;
    --esw-wp-blue: #175fa7;
    --esw-wp-blue-dark: #104b86;
    --esw-wp-blue-soft: #edf5fc;
    --esw-wp-green: #25805f;
    --esw-wp-green-soft: #eaf6f1;
    --esw-wp-line: #dfe7ef;
    --esw-wp-line-dark: #cbd8e5;
    --esw-wp-bg: #f6f9fc;

    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 0 68px;
    color: var(--esw-wp-text);
    font-family: inherit;
    text-align: left;
}

.esw-wp a {
    text-decoration: none;
}

.esw-wp h1,
.esw-wp h2,
.esw-wp h3,
.esw-wp p,
.esw-wp ul {
    margin-top: 0;
}

.esw-wp h1,
.esw-wp h2,
.esw-wp h3 {
    color: var(--esw-wp-navy);
}

.esw-wp section[id] {
    scroll-margin-top: 110px;
}

/* Shared */

.esw-wp-section {
    margin-top: 72px;
}

.esw-wp-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--esw-wp-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.esw-wp-section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.esw-wp-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.esw-wp-section-heading h2,
.esw-wp-custom h2,
.esw-wp-final h2 {
    margin-bottom: 13px;
    font-size: clamp(30px, 3.4vw, 43px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.esw-wp-section-heading p,
.esw-wp-custom p,
.esw-wp-final p {
    margin-bottom: 0;
    color: var(--esw-wp-text);
    font-size: 16px;
    line-height: 1.75;
}

.esw-wp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.esw-wp-btn:hover {
    transform: translateY(-2px);
}

.esw-wp-btn-primary {
    border-color: var(--esw-wp-blue);
    background: var(--esw-wp-blue);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(23, 95, 167, .2);
}

.esw-wp-btn-primary:hover {
    border-color: var(--esw-wp-blue-dark);
    background: var(--esw-wp-blue-dark);
    color: #fff !important;
}

.esw-wp-btn-secondary {
    border-color: var(--esw-wp-line-dark);
    background: #fff;
    color: #294968 !important;
}

.esw-wp-btn-secondary:hover {
    border-color: #91acc6;
    background: #f6f9fc;
    color: var(--esw-wp-blue) !important;
}

/* Hero */

.esw-wp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    gap: 44px;
    align-items: center;
    padding: 48px;
    border: 1px solid #dce6ef;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .1), transparent 34%),
        linear-gradient(135deg, #fff 0%, #f7faff 100%);
    box-shadow: 0 13px 34px rgba(30, 56, 85, .07);
}

.esw-wp-hero-copy {
    min-width: 0;
}

.esw-wp-hero h1 {
    max-width: 700px;
    margin-bottom: 19px;
    font-size: clamp(39px, 4.5vw, 59px);
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: -.048em;
}

.esw-wp-lead {
    max-width: 680px;
    margin-bottom: 0;
    color: #52667c;
    font-size: 17px;
    line-height: 1.74;
}

.esw-wp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.esw-wp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 23px;
}

.esw-wp-trust span {
    color: #53667b;
    font-size: 12px;
    font-weight: 750;
}

.esw-wp-trust span::first-letter {
    color: var(--esw-wp-green);
}

.esw-wp-hero-card {
    padding: 24px;
    border: 1px solid #d5e0eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 13px 30px rgba(31, 58, 87, .09);
}

.esw-wp-card-label {
    display: block;
    margin-bottom: 16px;
    color: var(--esw-wp-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.esw-wp-hero-card ul {
    display: grid;
    gap: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.esw-wp-hero-card li {
    padding: 16px 0;
    border-top: 1px solid #e4eaf1;
}

.esw-wp-hero-card li:first-child {
    padding-top: 0;
    border-top: 0;
}

.esw-wp-hero-card li:last-child {
    padding-bottom: 0;
}

.esw-wp-hero-card strong,
.esw-wp-hero-card span {
    display: block;
}

.esw-wp-hero-card strong {
    margin-bottom: 4px;
    color: var(--esw-wp-navy);
    font-size: 14px;
    line-height: 1.4;
}

.esw-wp-hero-card li span {
    color: var(--esw-wp-muted);
    font-size: 11px;
    line-height: 1.55;
}

/* Plan area */

.esw-wp-plan-section {
    padding: 44px;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: var(--esw-wp-bg);
}

.esw-wp-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.esw-wp-billing-bar {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 12px 15px;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: #fff;
}

.esw-wp-billing-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px;
    border-radius: 9px;
    background: #eef2f6;
}

.esw-wp-billing-toggle label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 8px 14px;
    border-radius: 7px;
    color: #596b7f;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.esw-wp-billing-toggle label span {
    padding: 3px 6px;
    border-radius: 999px;
    background: var(--esw-wp-green-soft);
    color: var(--esw-wp-green);
    font-size: 8px;
    text-transform: uppercase;
}

#esw-wp-monthly:checked ~ .esw-wp-billing-bar label[for="esw-wp-monthly"],
#esw-wp-annual:checked ~ .esw-wp-billing-bar label[for="esw-wp-annual"] {
    background: #fff;
    color: var(--esw-wp-navy);
    box-shadow: 0 3px 9px rgba(30, 55, 84, .11);
}

.esw-wp-billing-bar > p {
    max-width: 550px;
    margin: 0;
    color: #687a8d;
    font-size: 11px;
    line-height: 1.55;
    text-align: right;
}

.esw-wp-annual-message,
.esw-wp-price-annual,
.esw-wp-annual-action {
    display: none;
}

#esw-wp-annual:checked ~ .esw-wp-billing-bar .esw-wp-monthly-message,
#esw-wp-annual:checked ~ .esw-wp-plan-grid .esw-wp-price-monthly,
#esw-wp-annual:checked ~ .esw-wp-plan-grid .esw-wp-monthly-action {
    display: none;
}

#esw-wp-annual:checked ~ .esw-wp-billing-bar .esw-wp-annual-message,
#esw-wp-annual:checked ~ .esw-wp-plan-grid .esw-wp-price-annual {
    display: block;
}

#esw-wp-annual:checked ~ .esw-wp-plan-grid .esw-wp-annual-action {
    display: flex;
}

.esw-wp-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    align-items: stretch;
}

.esw-wp-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 27px;
    border: 1px solid #dce5ed;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(30, 55, 84, .055);
}

.esw-wp-plan-featured {
    border: 2px solid #6f9ecb;
    box-shadow: 0 15px 32px rgba(23, 95, 167, .12);
}

.esw-wp-popular {
    position: absolute;
    top: -13px;
    right: 18px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--esw-wp-blue);
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.esw-wp-plan-type {
    display: block;
    margin-bottom: 7px;
    color: var(--esw-wp-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.esw-wp-plan-card h3 {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.2;
}

.esw-wp-plan-card header p {
    min-height: 68px;
    margin-bottom: 0;
    color: #6a798b;
    font-size: 12px;
    line-height: 1.6;
}

.esw-wp-price {
    margin: 20px 0;
    padding: 19px 0;
    border-top: 1px solid #e6ebf0;
    border-bottom: 1px solid #e6ebf0;
}

.esw-wp-price strong,
.esw-wp-price span,
.esw-wp-price em {
    display: block;
}

.esw-wp-price strong {
    color: var(--esw-wp-navy);
    font-size: 42px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.045em;
}

.esw-wp-price sup {
    position: relative;
    top: -.82em;
    margin-right: 1px;
    font-size: 16px;
}

.esw-wp-price small {
    font-size: 21px;
}

.esw-wp-price span {
    margin-top: 6px;
    color: #6c7c8e;
    font-size: 10px;
    font-weight: 700;
}

.esw-wp-price em {
    margin-top: 7px;
    color: var(--esw-wp-green);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.esw-wp-features {
    display: grid;
    gap: 9px;
    margin-bottom: 23px;
    padding: 0;
    list-style: none;
}

.esw-wp-features li {
    position: relative;
    padding-left: 23px;
    color: #46596d;
    font-size: 11px;
    line-height: 1.5;
}

.esw-wp-features li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--esw-wp-green-soft);
    color: var(--esw-wp-green);
    font-size: 9px;
    font-weight: 900;
}

.esw-wp-plan-actions {
    display: grid;
    gap: 8px;
    margin-top: auto;
}

.esw-wp-plan-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid var(--esw-wp-blue);
    border-radius: 9px;
    background: var(--esw-wp-blue);
    color: #fff !important;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35;
    text-align: center;
    transition:
        transform .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.esw-wp-plan-btn:hover {
    transform: translateY(-2px);
    background: var(--esw-wp-blue-dark);
    box-shadow: 0 8px 18px rgba(23, 95, 167, .2);
}

.esw-wp-plan-btn small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 650;
}

.esw-wp-plan-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    color: #617387 !important;
    font-size: 10px;
    font-weight: 750;
}

.esw-wp-plan-link:hover {
    color: var(--esw-wp-blue) !important;
}

.esw-wp-plan-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px 18px;
    align-items: center;
    margin-top: 19px;
    padding: 16px 18px;
    border: 1px solid #dce5ed;
    border-radius: 11px;
    background: #fff;
}

.esw-wp-plan-note strong {
    color: var(--esw-wp-navy);
    font-size: 12px;
}

.esw-wp-plan-note span {
    color: #6b7b8d;
    font-size: 11px;
    line-height: 1.55;
}

.esw-wp-plan-note a {
    color: var(--esw-wp-blue) !important;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

/* Included grid */

.esw-wp-included-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--esw-wp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 9px 25px rgba(30, 55, 84, .05);
}

.esw-wp-included-grid article {
    padding: 24px;
    border-right: 1px solid var(--esw-wp-line);
}

.esw-wp-included-grid article:last-child {
    border-right: 0;
}

.esw-wp-included-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--esw-wp-blue-soft);
    color: var(--esw-wp-blue);
    font-size: 10px;
    font-weight: 850;
}

.esw-wp-included-grid h3 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.esw-wp-included-grid p {
    margin-bottom: 0;
    color: #6a798b;
    font-size: 11px;
    line-height: 1.65;
}

/* Comparison table */

.esw-wp-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--esw-wp-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(30, 55, 84, .05);
    -webkit-overflow-scrolling: touch;
}

.esw-wp-table {
    width: 100%;
    min-width: 760px;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.esw-wp-table th,
.esw-wp-table td {
    padding: 15px 17px;
    border-right: 1px solid #e6ebf1;
    border-bottom: 1px solid #e6ebf1;
    color: #536579;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}

.esw-wp-table tr:last-child th,
.esw-wp-table tr:last-child td {
    border-bottom: 0;
}

.esw-wp-table th:last-child,
.esw-wp-table td:last-child {
    border-right: 0;
}

.esw-wp-table thead th {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f5f8fb;
    color: var(--esw-wp-navy);
    font-size: 12px;
    font-weight: 850;
}

.esw-wp-table th:first-child {
    width: 30%;
    text-align: left;
}

.esw-wp-table tbody th {
    color: #35495f;
    font-weight: 750;
}

.esw-wp-table-featured {
    background: #f1f7fc !important;
}

/* Custom section */

.esw-wp-custom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: 39px 42px;
    border: 1px solid #d7e4ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(46, 128, 177, .1), transparent 34%),
        linear-gradient(135deg, #f5f9fc 0%, #fff 100%);
}

.esw-wp-custom h2 {
    max-width: 760px;
    font-size: clamp(28px, 3.1vw, 39px);
}

.esw-wp-custom p {
    max-width: 760px;
    font-size: 14px;
}

.esw-wp-custom-actions {
    display: grid;
    gap: 9px;
    min-width: 190px;
}

/* FAQ */

.esw-wp-faq {
    padding: 42px;
    border: 1px solid var(--esw-wp-line);
    border-radius: 18px;
    background: var(--esw-wp-bg);
}

.esw-wp-faq-list {
    display: grid;
    gap: 10px;
    max-width: 860px;
    margin: 0 auto;
}

.esw-wp-faq-list details {
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 11px;
    background: #fff;
}

.esw-wp-faq-list summary {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 19px;
    color: #30445a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.esw-wp-faq-list summary::-webkit-details-marker {
    display: none;
}

.esw-wp-faq-list summary span {
    display: inline-flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--esw-wp-blue-soft);
    color: var(--esw-wp-blue);
    font-size: 17px;
    font-weight: 500;
    transition: transform .18s ease;
}

.esw-wp-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.esw-wp-faq-list details p {
    max-width: 760px;
    margin: 0;
    padding: 0 19px 18px;
    color: #697a8d;
    font-size: 11px;
    line-height: 1.7;
}

/* Final CTA */

.esw-wp-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    margin-top: 72px;
    padding: 40px 43px;
    border: 1px solid #cfe0ee;
    border-radius: 18px;
    background: #f0f7fd;
}

.esw-wp-final h2 {
    max-width: 760px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.esw-wp-final p {
    max-width: 750px;
    font-size: 13px;
}

.esw-wp-final > .esw-wp-btn {
    min-width: 190px;
}

/* Tablet */

@media (max-width: 1000px) {
    .esw-wp-hero {
        grid-template-columns: 1fr;
    }

    .esw-wp-hero-copy {
        max-width: 790px;
    }

    .esw-wp-hero-card {
        max-width: 720px;
    }

    .esw-wp-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-wp-plan-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 9px);
        justify-self: center;
    }

    .esw-wp-included-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-wp-included-grid article {
        border-bottom: 1px solid var(--esw-wp-line);
    }

    .esw-wp-included-grid article:nth-child(2n) {
        border-right: 0;
    }

    .esw-wp-included-grid article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .esw-wp-custom,
    .esw-wp-final {
        grid-template-columns: 1fr;
    }

    .esw-wp-custom-actions {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {
    .esw-wp {
        width: calc(100% - 28px);
        padding-top: 14px;
        padding-bottom: 46px;
    }

    .esw-wp-section {
        margin-top: 54px;
    }

    .esw-wp-hero {
        gap: 29px;
        padding: 30px 21px;
        border-radius: 15px;
    }

    .esw-wp-hero h1 {
        font-size: 37px;
        line-height: 1.07;
    }

    .esw-wp-lead {
        font-size: 15px;
        line-height: 1.7;
    }

    .esw-wp-hero-actions,
    .esw-wp-custom-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .esw-wp-hero-actions .esw-wp-btn,
    .esw-wp-custom-actions .esw-wp-btn,
    .esw-wp-final .esw-wp-btn {
        width: 100%;
    }

    .esw-wp-trust {
        display: grid;
        gap: 8px;
    }

    .esw-wp-plan-section,
    .esw-wp-faq {
        padding: 27px 17px;
        border-radius: 15px;
    }

    .esw-wp-billing-bar {
        display: grid;
    }

    .esw-wp-billing-toggle {
        width: 100%;
    }

    .esw-wp-billing-toggle label {
        flex: 1 1 50%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .esw-wp-billing-toggle label span {
        display: none;
    }

    .esw-wp-billing-bar > p {
        max-width: none;
        text-align: left;
    }

    .esw-wp-plan-grid {
        grid-template-columns: 1fr;
    }

    .esw-wp-plan-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .esw-wp-plan-card header p {
        min-height: 0;
    }

    .esw-wp-plan-note {
        grid-template-columns: 1fr;
    }

    .esw-wp-plan-note a {
        white-space: normal;
    }

    .esw-wp-included-grid {
        grid-template-columns: 1fr;
    }

    .esw-wp-included-grid article,
    .esw-wp-included-grid article:nth-child(2n),
    .esw-wp-included-grid article:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid var(--esw-wp-line);
    }

    .esw-wp-included-grid article:last-child {
        border-bottom: 0;
    }

    .esw-wp-custom,
    .esw-wp-final {
        padding: 29px 21px;
        border-radius: 15px;
    }

    .esw-wp-section-heading h2,
    .esw-wp-custom h2,
    .esw-wp-final h2 {
        font-size: 30px;
    }
}

@media (max-width: 420px) {
    .esw-wp-hero h1 {
        font-size: 33px;
    }

    .esw-wp-price strong {
        font-size: 39px;
    }

    .esw-wp-plan-card {
        padding: 23px 20px;
    }
}

/* =========================================================
   eStoreware Website Plans — Typography Fix
   Add this at the VERY BOTTOM of /estoreware/css/esw-site.css

   Supports both:
   - Current live esw-pricing-v2 / esw-pv2 page
   - New clean esw-wp Website Plans page
   ========================================================= */

/* ---------------------------------------------------------
   New clean Website Plans page: esw-wp
   --------------------------------------------------------- */

.esw-wp {
    font-size: 16px;
}

.esw-wp .esw-wp-lead {
    font-size: 18px;
    line-height: 1.72;
}

.esw-wp .esw-wp-trust span {
    font-size: 14px;
    line-height: 1.5;
}

.esw-wp .esw-wp-hero-card strong {
    font-size: 16px;
}

.esw-wp .esw-wp-hero-card li span {
    font-size: 14px;
    line-height: 1.6;
}

.esw-wp .esw-wp-section-kicker,
.esw-wp .esw-wp-kicker {
    font-size: 13px;
}

.esw-wp .esw-wp-section-heading p,
.esw-wp .esw-wp-custom p,
.esw-wp .esw-wp-final p {
    font-size: 17px;
    line-height: 1.72;
}

.esw-wp .esw-wp-billing-toggle label {
    font-size: 14px;
}

.esw-wp .esw-wp-billing-toggle label span {
    font-size: 10px;
}

.esw-wp .esw-wp-billing-bar > p {
    font-size: 14px;
    line-height: 1.55;
}

.esw-wp .esw-wp-plan-type {
    font-size: 12px;
}

.esw-wp .esw-wp-plan-card h3 {
    font-size: 29px;
}

.esw-wp .esw-wp-plan-card header p {
    min-height: 82px;
    font-size: 15px;
    line-height: 1.62;
}

.esw-wp .esw-wp-price span {
    font-size: 13px;
}

.esw-wp .esw-wp-price em {
    font-size: 14px;
}

.esw-wp .esw-wp-features {
    gap: 11px;
}

.esw-wp .esw-wp-features li {
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.55;
}

.esw-wp .esw-wp-features li::before {
    top: 1px;
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.esw-wp .esw-wp-plan-btn {
    min-height: 58px;
    font-size: 14px;
}

.esw-wp .esw-wp-plan-btn small {
    font-size: 11px;
}

.esw-wp .esw-wp-plan-link {
    min-height: 38px;
    font-size: 13px;
}

.esw-wp .esw-wp-plan-note strong {
    font-size: 14px;
}

.esw-wp .esw-wp-plan-note span,
.esw-wp .esw-wp-plan-note a {
    font-size: 13px;
    line-height: 1.55;
}

.esw-wp .esw-wp-included-grid h3 {
    font-size: 19px;
}

.esw-wp .esw-wp-included-grid p {
    font-size: 14px;
    line-height: 1.65;
}

.esw-wp .esw-wp-table th,
.esw-wp .esw-wp-table td {
    padding: 17px 18px;
    font-size: 14px;
    line-height: 1.5;
}

.esw-wp .esw-wp-table thead th {
    font-size: 15px;
}

.esw-wp .esw-wp-faq-list summary {
    font-size: 15px;
    line-height: 1.5;
}

.esw-wp .esw-wp-faq-list details p {
    font-size: 14px;
    line-height: 1.7;
}

/* ---------------------------------------------------------
   Earlier live Pricing V2 page: esw-pricing-v2 / esw-pv2
   --------------------------------------------------------- */

.esw-pricing-v2 {
    font-size: 16px;
}

.esw-pricing-v2 .esw-pv2-hero p,
.esw-pricing-v2 .esw-pv2-heading p,
.esw-pricing-v2 .esw-pv2-integrations p,
.esw-pricing-v2 .esw-pv2-plugin-footer p,
.esw-pricing-v2 .esw-pv2-faq p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.esw-pricing-v2 .esw-pv2-trust {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.esw-pricing-v2 .esw-pv2-hero-panel small,
.esw-pricing-v2 .esw-pv2-integration-list small {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.esw-pricing-v2 .esw-pv2-paths p {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.esw-pricing-v2 .esw-pv2-paths a {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.esw-pricing-v2 .esw-pv2-switchbar p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.esw-pricing-v2 .esw-pv2-switchbar label {
    font-size: 14px !important;
}

.esw-pricing-v2 .esw-pv2-plan-head {
    font-size: 13px !important;
}

.esw-pricing-v2 .esw-pv2-plan-head h3 {
    font-size: 29px !important;
}

.esw-pricing-v2 .esw-pv2-plan-head p {
    min-height: 82px;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

.esw-pricing-v2 .esw-pv2-plan-card > ul {
    gap: 10px !important;
}

.esw-pricing-v2 .esw-pv2-plan-card > ul li {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.esw-pricing-v2 .esw-pv2-price {
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.esw-pricing-v2 .esw-pv2-price em {
    font-size: 14px !important;
}

.esw-pricing-v2 .esw-pv2-plan-actions > a {
    font-size: 14px !important;
}

.esw-pricing-v2 .esw-pv2-plan-actions > a small {
    font-size: 11px !important;
}

.esw-pricing-v2 .esw-pv2-note p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.esw-pricing-v2 .esw-pv2-table-wrap th,
.esw-pricing-v2 .esw-pv2-table-wrap td {
    padding: 17px 18px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.esw-pricing-v2 .esw-pv2-table-wrap thead th {
    font-size: 15px !important;
}

.esw-pricing-v2 .esw-pv2-plugin-grid .plugin > p {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.esw-pricing-v2 .esw-pv2-plugin-grid .plugin li {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.esw-pricing-v2 .esw-pv2-plugin-grid .plugin footer a {
    font-size: 13px !important;
}

.esw-pricing-v2 .esw-pv2-faq-list summary {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

/* ---------------------------------------------------------
   Tablet and mobile balancing
   --------------------------------------------------------- */

@media (max-width: 1000px) {
    .esw-wp .esw-wp-plan-card header p,
    .esw-pricing-v2 .esw-pv2-plan-head p {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .esw-wp .esw-wp-lead,
    .esw-wp .esw-wp-section-heading p,
    .esw-wp .esw-wp-custom p,
    .esw-wp .esw-wp-final p,
    .esw-pricing-v2 .esw-pv2-hero p,
    .esw-pricing-v2 .esw-pv2-heading p,
    .esw-pricing-v2 .esw-pv2-integrations p {
        font-size: 16px !important;
    }

    .esw-wp .esw-wp-plan-card header p,
    .esw-wp .esw-wp-features li,
    .esw-wp .esw-wp-included-grid p,
    .esw-wp .esw-wp-faq-list details p,
    .esw-pricing-v2 .esw-pv2-plan-head p,
    .esw-pricing-v2 .esw-pv2-plan-card > ul li,
    .esw-pricing-v2 .esw-pv2-plugin-grid .plugin > p,
    .esw-pricing-v2 .esw-pv2-plugin-grid .plugin li {
        font-size: 15px !important;
    }

    .esw-wp .esw-wp-table th,
    .esw-wp .esw-wp-table td,
    .esw-pricing-v2 .esw-pv2-table-wrap th,
    .esw-pricing-v2 .esw-pv2-table-wrap td {
        font-size: 14px !important;
    }
}

/* =========================================================
   eStoreware Dedicated Website Plan Topic Pages
   Add once to the BOTTOM of /estoreware/css/esw-site.css

   Used by:
   /essentials-website-plan
   /standard-website-plan
   /professional-website-plan
   /custom-ecommerce-plan
   ========================================================= */

.html-topic-page .topic-page:has(.esw-pd) > .page-title {
    display: none;
}

.html-topic-page .topic-page:has(.esw-pd) > .page-body {
    margin-top: 0;
}

.esw-pd,
.esw-pd * {
    box-sizing: border-box;
}

.esw-pd {
    --esw-pd-navy: #12243a;
    --esw-pd-text: #52667c;
    --esw-pd-muted: #748397;
    --esw-pd-blue: #175fa7;
    --esw-pd-blue-dark: #104b86;
    --esw-pd-blue-soft: #edf5fc;
    --esw-pd-green: #25805f;
    --esw-pd-green-soft: #eaf6f1;
    --esw-pd-line: #dfe7ef;
    --esw-pd-line-dark: #cbd8e5;
    --esw-pd-surface: #f6f9fc;
    --esw-pd-accent: #175fa7;
    --esw-pd-accent-soft: #edf5fc;

    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0 68px;
    color: var(--esw-pd-text);
    font-family: inherit;
    font-size: 16px;
    text-align: left;
}

.esw-pd-standard {
    --esw-pd-accent: #155eaa;
    --esw-pd-accent-soft: #eaf4fd;
}

.esw-pd-professional {
    --esw-pd-accent: #315d98;
    --esw-pd-accent-soft: #edf2f9;
}

.esw-pd-custom {
    --esw-pd-accent: #277565;
    --esw-pd-accent-soft: #eaf6f2;
}

.esw-pd a {
    text-decoration: none;
}

.esw-pd h1,
.esw-pd h2,
.esw-pd h3,
.esw-pd p,
.esw-pd ul {
    margin-top: 0;
}

.esw-pd h1,
.esw-pd h2,
.esw-pd h3 {
    color: var(--esw-pd-navy);
}

.esw-pd section[id] {
    scroll-margin-top: 110px;
}

/* Plan navigation */

.esw-pd-plan-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
    padding: 7px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 12px;
    background: #fff;
}

.esw-pd-plan-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 8px;
    color: #52667b !important;
    font-size: 13px;
    font-weight: 750;
}

.esw-pd-plan-nav a:hover {
    background: var(--esw-pd-blue-soft);
    color: var(--esw-pd-blue) !important;
}

/* Shared */

.esw-pd-section {
    margin-top: 70px;
}

.esw-pd-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--esw-pd-accent);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.esw-pd-section-heading {
    max-width: 770px;
    margin-bottom: 29px;
}

.esw-pd-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.esw-pd-section-heading h2,
.esw-pd-included h2,
.esw-pd-support h2,
.esw-pd-final h2 {
    margin-bottom: 13px;
    font-size: clamp(30px, 3.4vw, 43px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.esw-pd-section-heading p,
.esw-pd-included p,
.esw-pd-support p,
.esw-pd-final p {
    margin-bottom: 0;
    color: var(--esw-pd-text);
    font-size: 17px;
    line-height: 1.72;
}

.esw-pd-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 11px 21px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
    text-align: center;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.esw-pd-btn:hover {
    transform: translateY(-2px);
}

.esw-pd-btn small {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 650;
}

.esw-pd-btn-primary {
    border-color: var(--esw-pd-accent);
    background: var(--esw-pd-accent);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(23, 95, 167, .2);
}

.esw-pd-btn-primary small {
    color: rgba(255, 255, 255, .82);
}

.esw-pd-btn-primary:hover {
    border-color: var(--esw-pd-blue-dark);
    background: var(--esw-pd-blue-dark);
    color: #fff !important;
}

.esw-pd-btn-secondary {
    border-color: var(--esw-pd-line-dark);
    background: #fff;
    color: #294968 !important;
}

.esw-pd-btn-secondary small {
    color: #6d7d8f;
}

.esw-pd-btn-secondary:hover {
    border-color: #91acc6;
    background: #f6f9fc;
    color: var(--esw-pd-blue) !important;
}

/* Hero */

.esw-pd-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: 42px;
    align-items: center;
    padding: 48px;
    border: 1px solid #dce6ef;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .1), transparent 34%),
        linear-gradient(135deg, #fff 0%, #f7faff 100%);
    box-shadow: 0 13px 34px rgba(30, 56, 85, .07);
}

.esw-pd-custom .esw-pd-hero {
    background:
        radial-gradient(circle at 100% 0%, rgba(39, 117, 101, .12), transparent 35%),
        linear-gradient(135deg, #fff 0%, #f4faf8 100%);
}

.esw-pd-hero-copy {
    min-width: 0;
}

.esw-pd-hero h1 {
    max-width: 700px;
    margin-bottom: 19px;
    font-size: clamp(39px, 4.5vw, 58px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -.048em;
}

.esw-pd-lead {
    max-width: 690px;
    margin-bottom: 0;
    color: #52667c;
    font-size: 18px;
    line-height: 1.72;
}

.esw-pd-best-fit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 23px;
    padding: 14px 16px;
    border-left: 3px solid var(--esw-pd-accent);
    border-radius: 0 9px 9px 0;
    background: rgba(255, 255, 255, .72);
}

.esw-pd-best-fit strong {
    color: var(--esw-pd-navy);
    font-size: 13px;
}

.esw-pd-best-fit span {
    color: #5f7185;
    font-size: 14px;
    line-height: 1.55;
}

.esw-pd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 25px;
}

/* Purchase card */

.esw-pd-purchase-card {
    padding: 25px;
    border: 1px solid #d4e0eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 31px rgba(31, 58, 87, .1);
}

.esw-pd-card-label {
    display: block;
    margin-bottom: 6px;
    color: var(--esw-pd-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.esw-pd-purchase-card h2 {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.25;
}

.esw-pd-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.esw-pd-price-row > div {
    padding: 16px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 11px;
    background: #f9fbfd;
}

.esw-pd-price-row span,
.esw-pd-price-row strong,
.esw-pd-price-row em {
    display: block;
}

.esw-pd-price-row span {
    margin-bottom: 5px;
    color: #6e7d8f;
    font-size: 11px;
    font-weight: 750;
}

.esw-pd-price-row strong {
    color: var(--esw-pd-navy);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.esw-pd-price-row strong small {
    font-size: 12px;
    font-weight: 750;
}

.esw-pd-price-row em {
    margin-top: 6px;
    color: var(--esw-pd-green);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.esw-pd-setup-callout {
    margin-top: 11px;
    padding: 14px 16px;
    border: 1px solid #dce6ef;
    border-radius: 10px;
    background: var(--esw-pd-accent-soft);
}

.esw-pd-setup-callout strong,
.esw-pd-setup-callout span {
    display: block;
}

.esw-pd-setup-callout strong {
    margin-bottom: 2px;
    color: var(--esw-pd-navy);
    font-size: 15px;
}

.esw-pd-setup-callout span {
    color: #627488;
    font-size: 12px;
    line-height: 1.5;
}

.esw-pd-purchase-actions {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.esw-pd-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    color: #627488 !important;
    font-size: 12px;
    font-weight: 750;
}

.esw-pd-text-link:hover {
    color: var(--esw-pd-blue) !important;
}

.esw-pd-custom-card > p {
    margin-bottom: 17px;
    color: #617286;
    font-size: 14px;
    line-height: 1.65;
}

.esw-pd-mini-list {
    display: grid;
    gap: 9px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.esw-pd-mini-list li {
    position: relative;
    padding-left: 22px;
    color: #4d6074;
    font-size: 13px;
    line-height: 1.5;
}

.esw-pd-mini-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--esw-pd-green);
    font-weight: 900;
}

/* Feature cards */

.esw-pd-feature-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--esw-pd-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 9px 25px rgba(30, 55, 84, .05);
}

.esw-pd-feature-cards article {
    padding: 24px;
    border-right: 1px solid var(--esw-pd-line);
}

.esw-pd-feature-cards article:last-child {
    border-right: 0;
}

.esw-pd-feature-cards article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--esw-pd-accent-soft);
    color: var(--esw-pd-accent);
    font-size: 10px;
    font-weight: 850;
}

.esw-pd-feature-cards h3 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.35;
}

.esw-pd-feature-cards p {
    margin-bottom: 0;
    color: #68798c;
    font-size: 14px;
    line-height: 1.65;
}

/* Included section */

.esw-pd-included {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(390px, 1.15fr);
    gap: 40px;
    align-items: center;
    padding: 41px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 18px;
    background: var(--esw-pd-surface);
}

.esw-pd-check-panel {
    padding: 24px;
    border: 1px solid #d8e3ed;
    border-radius: 14px;
    background: #fff;
}

.esw-pd-check-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.esw-pd-check-panel li,
.esw-pd-option-list li {
    position: relative;
    padding-left: 25px;
    color: #46596d;
    font-size: 14px;
    line-height: 1.55;
}

.esw-pd-check-panel li::before,
.esw-pd-option-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--esw-pd-green-soft);
    color: var(--esw-pd-green);
    font-size: 10px;
    font-weight: 900;
}

/* Process */

.esw-pd-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.esw-pd-process article {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(30, 55, 84, .05);
}

.esw-pd-process article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--esw-pd-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.esw-pd-process h3 {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
}

.esw-pd-process p {
    margin-bottom: 0;
    color: #6a7a8c;
    font-size: 13px;
    line-height: 1.65;
}

/* Options */

.esw-pd-options {
    padding: 39px 41px;
    border: 1px solid #d9e5ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(46, 128, 177, .09), transparent 34%),
        linear-gradient(135deg, #f6fafd 0%, #fff 100%);
}

.esw-pd-option-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    max-width: 920px;
    margin-top: 23px;
    padding: 23px;
    border: 1px solid #dce6ef;
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
}

/* Support */

.esw-pd-support {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(390px, 1.15fr);
    gap: 40px;
    align-items: start;
}

.esw-pd-support-points {
    display: grid;
    gap: 11px;
}

.esw-pd-support-points article {
    padding: 18px 20px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 12px;
    background: #fff;
}

.esw-pd-support-points strong,
.esw-pd-support-points span {
    display: block;
}

.esw-pd-support-points strong {
    margin-bottom: 4px;
    color: var(--esw-pd-navy);
    font-size: 15px;
}

.esw-pd-support-points span {
    color: #6a7a8d;
    font-size: 13px;
    line-height: 1.6;
}

/* FAQ */

.esw-pd-faq {
    padding: 40px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 18px;
    background: var(--esw-pd-surface);
}

.esw-pd-faq-list {
    display: grid;
    gap: 10px;
    max-width: 870px;
    margin: 0 auto;
}

.esw-pd-faq-list details {
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 11px;
    background: #fff;
}

.esw-pd-faq-list summary {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 19px;
    color: #30445a;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
}

.esw-pd-faq-list summary::-webkit-details-marker {
    display: none;
}

.esw-pd-faq-list summary span {
    display: inline-flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--esw-pd-accent-soft);
    color: var(--esw-pd-accent);
    font-size: 18px;
    font-weight: 500;
    transition: transform .18s ease;
}

.esw-pd-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.esw-pd-faq-list details p {
    max-width: 790px;
    margin: 0;
    padding: 0 19px 18px;
    color: #697a8d;
    font-size: 14px;
    line-height: 1.72;
}

/* Related plans */

.esw-pd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.esw-pd-related-grid a {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 21px;
    border: 1px solid var(--esw-pd-line);
    border-radius: 13px;
    background: #fff;
    color: inherit !important;
    box-shadow: 0 8px 21px rgba(30, 55, 84, .045);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.esw-pd-related-grid a:hover {
    transform: translateY(-2px);
    border-color: #9cb8d1;
    box-shadow: 0 11px 25px rgba(30, 55, 84, .08);
}

.esw-pd-related-grid strong,
.esw-pd-related-grid span,
.esw-pd-related-grid em {
    display: block;
}

.esw-pd-related-grid strong {
    margin-bottom: 5px;
    color: var(--esw-pd-navy);
    font-size: 17px;
}

.esw-pd-related-grid span {
    margin-bottom: 16px;
    color: #697a8c;
    font-size: 13px;
    line-height: 1.6;
}

.esw-pd-related-grid em {
    margin-top: auto;
    color: var(--esw-pd-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

/* Final */

.esw-pd-final {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    margin-top: 70px;
    padding: 39px 42px;
    border: 1px solid #cfe0ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(46, 128, 177, .09), transparent 34%),
        #f1f7fc;
}

.esw-pd-final h2 {
    max-width: 750px;
    font-size: clamp(28px, 3.2vw, 40px);
}

.esw-pd-final p {
    max-width: 760px;
    font-size: 15px;
}

.esw-pd-final-actions {
    display: grid;
    gap: 9px;
    min-width: 190px;
}

/* Tablet */

@media (max-width: 1000px) {
    .esw-pd-hero,
    .esw-pd-included,
    .esw-pd-support {
        grid-template-columns: 1fr;
    }

    .esw-pd-purchase-card {
        max-width: 720px;
    }

    .esw-pd-feature-cards,
    .esw-pd-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-pd-feature-cards article {
        border-bottom: 1px solid var(--esw-pd-line);
    }

    .esw-pd-feature-cards article:nth-child(2n) {
        border-right: 0;
    }

    .esw-pd-feature-cards article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .esw-pd-final {
        grid-template-columns: 1fr;
    }

    .esw-pd-final-actions {
        display: flex;
        flex-wrap: wrap;
    }
}

/* Mobile */

@media (max-width: 720px) {
    .esw-pd {
        width: calc(100% - 28px);
        padding-top: 14px;
        padding-bottom: 45px;
    }

    .esw-pd-section {
        margin-top: 53px;
    }

    .esw-pd-plan-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-pd-plan-nav a {
        width: 100%;
    }

    .esw-pd-hero {
        gap: 28px;
        padding: 29px 20px;
        border-radius: 15px;
    }

    .esw-pd-hero h1 {
        font-size: 36px;
        line-height: 1.07;
    }

    .esw-pd-lead {
        font-size: 16px;
    }

    .esw-pd-best-fit {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .esw-pd-hero-actions,
    .esw-pd-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .esw-pd-hero-actions .esw-pd-btn,
    .esw-pd-final-actions .esw-pd-btn {
        width: 100%;
    }

    .esw-pd-price-row,
    .esw-pd-feature-cards,
    .esw-pd-check-panel ul,
    .esw-pd-process,
    .esw-pd-option-list,
    .esw-pd-related-grid {
        grid-template-columns: 1fr;
    }

    .esw-pd-feature-cards article,
    .esw-pd-feature-cards article:nth-child(2n),
    .esw-pd-feature-cards article:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid var(--esw-pd-line);
    }

    .esw-pd-feature-cards article:last-child {
        border-bottom: 0;
    }

    .esw-pd-included,
    .esw-pd-options,
    .esw-pd-faq,
    .esw-pd-final {
        padding: 27px 18px;
        border-radius: 15px;
    }

    .esw-pd-section-heading h2,
    .esw-pd-included h2,
    .esw-pd-support h2,
    .esw-pd-final h2 {
        font-size: 30px;
    }
}

@media (max-width: 420px) {
    .esw-pd-plan-nav {
        grid-template-columns: 1fr;
    }

    .esw-pd-hero h1 {
        font-size: 32px;
    }

    .esw-pd-purchase-card {
        padding: 21px;
    }
}

/* =========================================================
   eStoreware Plugins Category Page
   Append this block to /wwwroot/estoreware/css/esw-site.css
   The layout activates only when the category SeName is: plugins
   ========================================================= */

.esw-product-details-button {
    display: none;
}

.html-esw-plugins-category-page,
.html-esw-plugins-category-page * {
    box-sizing: border-box;
}

/* Keep the normal two-column template, but remove the sidebar only here. */
.html-esw-plugins-category-page .side-2 {
    display: none !important;
}

.html-esw-plugins-category-page .center-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.html-esw-plugins-category-page .master-wrapper-content {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: 1240px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.html-esw-plugins-category-page .category-page {
    width: 100%;
    margin: 0;
    color: #53667b;
    text-align: left;
}

.html-esw-plugins-category-page .category-page .page-body {
    margin-top: 0;
}

/* Breadcrumb */
.html-esw-plugins-category-page .breadcrumb {
    margin: 0 0 20px !important;
    padding: 15px 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.html-esw-plugins-category-page .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.html-esw-plugins-category-page .breadcrumb li,
.html-esw-plugins-category-page .breadcrumb a,
.html-esw-plugins-category-page .breadcrumb span,
.html-esw-plugins-category-page .breadcrumb strong {
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.4;
}

.html-esw-plugins-category-page .breadcrumb a:hover,
.html-esw-plugins-category-page .breadcrumb .current-item {
    color: #00367e !important;
}

/* Hero */
.esw-plugin-category-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 48px;
    align-items: center;
    overflow: hidden;
    padding: 54px;
    border: 1px solid #d9e5f1;
    border-radius: 24px;
    background:
        radial-gradient(circle at 96% 0%, rgba(0, 54, 126, .13), transparent 34%),
        radial-gradient(circle at 0 100%, rgba(37, 131, 95, .08), transparent 32%),
        linear-gradient(135deg, #fff 0%, #f7faff 54%, #edf5fc 100%);
    box-shadow: 0 16px 42px rgba(30, 55, 83, .09);
}

.esw-plugin-category-hero::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -125px;
    width: 350px;
    height: 350px;
    border: 54px solid rgba(0, 54, 126, .035);
    border-radius: 50%;
}

.esw-plugin-category-hero-copy,
.esw-plugin-category-hero-panel {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.esw-plugin-category-eyebrow,
.esw-plugin-section-heading > span,
.esw-plugin-category-cta > div > span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 13px;
    color: #175fa7;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.esw-plugin-category-eyebrow {
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid #d7e4f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
}

.esw-plugin-category-hero h1 {
    max-width: 700px;
    margin: 0 0 20px;
    color: #17283d;
    font-size: clamp(40px, 4.7vw, 62px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -.05em;
}

.esw-plugin-category-lead,
.esw-plugin-category-lead p {
    max-width: 700px;
    margin: 0;
    color: #53667b;
    font-size: 17px;
    line-height: 1.75;
}

.esw-plugin-category-lead > *:last-child {
    margin-bottom: 0;
}

.esw-plugin-category-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 27px;
}

.esw-plugin-category-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.esw-plugin-category-button:hover {
    transform: translateY(-2px);
}

.esw-plugin-category-button.primary {
    border-color: #00367e;
    background: #00367e;
    color: #fff !important;
    box-shadow: 0 9px 22px rgba(0, 54, 126, .22);
}

.esw-plugin-category-button.primary:hover {
    background: #002b65;
}

.esw-plugin-category-button.secondary {
    border-color: #cbd8e6;
    background: #fff;
    color: #2c4b6b !important;
}

.esw-plugin-category-button.secondary:hover {
    border-color: #91adca;
    background: #f5f9fd;
}

.esw-plugin-category-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 26px;
}

.esw-plugin-category-trust span {
    position: relative;
    padding-left: 22px;
    color: #4d6075;
    font-size: 12px;
    font-weight: 800;
}

.esw-plugin-category-trust span::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #25835f;
    font-weight: 900;
}

/* Hero workflow panel */
.esw-plugin-category-hero-panel {
    padding: 21px;
    border: 1px solid #cfdae7;
    border-radius: 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 38px rgba(32, 59, 88, .12);
}

.esw-plugin-category-panel-heading {
    padding: 4px 4px 15px;
}

.esw-plugin-category-panel-heading small,
.esw-plugin-category-panel-heading strong {
    display: block;
}

.esw-plugin-category-panel-heading small {
    margin-bottom: 4px;
    color: #175fa7;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.esw-plugin-category-panel-heading strong {
    color: #17283d;
    font-size: 19px;
    line-height: 1.4;
}

.esw-plugin-category-workflows {
    display: grid;
    gap: 10px;
}

.esw-plugin-category-workflows > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 14px;
    border: 1px solid #e0e7ef;
    border-radius: 13px;
    background: #fff;
}

.esw-plugin-category-workflows > div > b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #edf5fc;
    color: #175fa7;
    font-size: 11px;
    font-weight: 900;
}

.esw-plugin-category-workflows > div:nth-child(2) > b {
    background: #eaf7f1;
    color: #25835f;
}

.esw-plugin-category-workflows > div:nth-child(3) > b {
    background: #f1effc;
    color: #6556a5;
}

.esw-plugin-category-workflows > div:nth-child(4) > b {
    background: #fff4e8;
    color: #a85c15;
}

.esw-plugin-category-workflows strong,
.esw-plugin-category-workflows small {
    display: block;
}

.esw-plugin-category-workflows strong {
    margin-bottom: 3px;
    color: #17283d;
    font-size: 14px;
}

.esw-plugin-category-workflows small {
    color: #748397;
    font-size: 11px;
    line-height: 1.5;
}

/* Section headings and subcategory navigation */
.esw-plugin-category-navigation,
.esw-plugin-catalog-heading {
    margin-top: 68px;
}

.esw-plugin-section-heading {
    max-width: 760px;
    margin-bottom: 27px;
}

.esw-plugin-section-heading h2,
.esw-plugin-category-cta h2 {
    margin: 0;
    color: #17283d;
    font-size: clamp(29px, 3.4vw, 43px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.esw-plugin-section-heading p,
.esw-plugin-category-cta p {
    margin: 13px 0 0;
    color: #53667b;
    font-size: 15px;
    line-height: 1.72;
}

.esw-plugin-category-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.esw-plugin-category-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 13px 17px;
    border: 1px solid #dce6f0;
    border-radius: 12px;
    background: #fff;
    color: #314a64 !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(31, 57, 87, .045);
    transition: .18s ease;
}

.esw-plugin-category-links a:hover {
    transform: translateY(-2px);
    border-color: #a8bfd7;
    color: #00367e !important;
    box-shadow: 0 12px 26px rgba(31, 57, 87, .08);
}

.esw-plugin-category-links b {
    color: #175fa7;
    font-size: 18px;
}

/* Catalog selectors */
.html-esw-plugins-category-page .product-selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 22px !important;
    padding: 13px 15px !important;
    border: 1px solid #dfe7f0;
    border-radius: 13px;
    background: #f8fafc;
}

.html-esw-plugins-category-page .product-selectors select {
    min-height: 40px;
    border: 1px solid #cbd8e6;
    border-radius: 8px;
    background: #fff;
}

.esw-plugin-catalog-shell {
    scroll-margin-top: 110px;
}

/* Product grid */
.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-grid .item-grid,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .products-wrapper .item-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .item-box {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item {
    display: flex !important;
    min-height: 100% !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid #dfe7f0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 11px 30px rgba(31, 57, 87, .065) !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item:hover {
    transform: translateY(-4px) !important;
    border-color: #a9bfd6 !important;
    box-shadow: 0 18px 38px rgba(31, 57, 87, .11) !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture {
    display: flex !important;
    min-height: 230px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 20px !important;
    border-bottom: 1px solid #e4ebf2 !important;
    background: linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%) !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture > a,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture .swiper,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture .swiper-slide {
    display: flex !important;
    width: 100% !important;
    height: 190px !important;
    align-items: center !important;
    justify-content: center !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture img,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .picture .picture-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 190px !important;
    object-fit: contain !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-item .details {
    display: flex !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 24px !important;
    text-align: left !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-title {
    margin: 0 0 11px !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-title a {
    color: #17283d !important;
    text-decoration: none !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-title a:hover {
    color: #00367e !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .sku {
    margin: -2px 0 10px !important;
    color: #7b8999 !important;
    font-size: 11px !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-rating-box {
    margin: 0 0 12px !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .description {
    display: -webkit-box !important;
    overflow: hidden !important;
    min-height: 92px !important;
    margin: 0 0 18px !important;
    color: #5c6e82 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    text-align: left !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .description p,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .description ul {
    margin-top: 0 !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .add-info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    margin-top: auto !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .prices {
    min-height: 38px !important;
    margin: 0 0 15px !important;
    text-align: left !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .actual-price {
    color: #17283d !important;
    font-size: 23px !important;
    font-weight: 900 !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .old-price {
    margin-right: 8px !important;
    color: #94a3b8 !important;
    font-size: 14px !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .tax-shipping-info,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .base-price-pangv {
    display: block !important;
    margin-top: 5px !important;
    color: #7b8999 !important;
    font-size: 10px !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .buttons {
    display: block !important;
    margin-top: auto !important;
}

/* Plugin cards should open the detail page so licensing attributes can be selected. */
.html-esw-plugins-category-page .esw-plugin-catalog-shell .product-box-add-to-cart-button,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .add-to-compare-list-button,
.html-esw-plugins-category-page .esw-plugin-catalog-shell .add-to-wishlist-button {
    display: none !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .esw-product-details-button {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 11px 18px !important;
    border: 1px solid #00367e !important;
    border-radius: 9px !important;
    background: #00367e !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.html-esw-plugins-category-page .esw-plugin-catalog-shell .esw-product-details-button:hover {
    background: #002b65 !important;
}

/* Pager */
.html-esw-plugins-category-page .pager {
    margin-top: 31px !important;
}

.html-esw-plugins-category-page .pager li a,
.html-esw-plugins-category-page .pager li span {
    border-radius: 8px !important;
}

/* Support strip */
.esw-plugin-category-support {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    margin-top: 52px;
    border: 1px solid #dce6f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31, 57, 87, .05);
}

.esw-plugin-category-support > div {
    min-width: 0;
    padding: 23px 19px;
    border-right: 1px solid #e2e9f1;
    text-align: center;
}

.esw-plugin-category-support > div:last-child {
    border-right: 0;
}

.esw-plugin-category-support strong,
.esw-plugin-category-support span {
    display: block;
}

.esw-plugin-category-support strong {
    margin-bottom: 6px;
    color: #17283d;
    font-size: 14px;
    font-weight: 900;
}

.esw-plugin-category-support span {
    color: #748397;
    font-size: 11px;
    line-height: 1.55;
}

/* Bottom CTA */
.esw-plugin-category-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    margin: 68px 0 72px;
    padding: 42px 46px;
    border: 1px solid #cfe0ef;
    border-radius: 21px;
    background:
        radial-gradient(circle at 100% 0%, rgba(64, 131, 196, .13), transparent 36%),
        linear-gradient(135deg, #f2f8fd, #fff);
}

.esw-plugin-category-cta h2 {
    max-width: 780px;
}

.esw-plugin-category-cta p {
    max-width: 760px;
}

/* Responsive */
@media (max-width: 1050px) {
    .esw-plugin-category-hero {
        grid-template-columns: 1fr;
    }

    .esw-plugin-category-hero-panel {
        max-width: 760px;
    }

    .esw-plugin-category-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .html-esw-plugins-category-page .esw-plugin-catalog-shell .product-grid .item-grid,
    .html-esw-plugins-category-page .esw-plugin-catalog-shell .products-wrapper .item-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .esw-plugin-category-support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-plugin-category-support > div {
        border-bottom: 1px solid #e2e9f1;
    }

    .esw-plugin-category-support > div:nth-child(2n) {
        border-right: 0;
    }

    .esw-plugin-category-support > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .esw-plugin-category-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .html-esw-plugins-category-page .master-wrapper-content {
        width: calc(100% - 28px) !important;
    }

    .esw-plugin-category-hero {
        gap: 30px;
        padding: 31px 21px;
        border-radius: 17px;
    }

    .esw-plugin-category-hero h1 {
        font-size: 38px;
        line-height: 1.07;
    }

    .esw-plugin-category-lead,
    .esw-plugin-category-lead p {
        font-size: 15px;
    }

    .esw-plugin-category-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .esw-plugin-category-button {
        width: 100%;
    }

    .esw-plugin-category-trust {
        display: grid;
        gap: 9px;
    }

    .esw-plugin-category-hero-panel {
        padding: 14px;
    }

    .esw-plugin-category-navigation,
    .esw-plugin-catalog-heading {
        margin-top: 52px;
    }

    .esw-plugin-section-heading h2,
    .esw-plugin-category-cta h2 {
        font-size: 31px;
    }

    .esw-plugin-category-links,
    .html-esw-plugins-category-page .esw-plugin-catalog-shell .product-grid .item-grid,
    .html-esw-plugins-category-page .esw-plugin-catalog-shell .products-wrapper .item-grid,
    .esw-plugin-category-support {
        grid-template-columns: 1fr !important;
    }

    .html-esw-plugins-category-page .product-selectors {
        justify-content: stretch;
    }

    .html-esw-plugins-category-page .product-selectors > div,
    .html-esw-plugins-category-page .product-selectors select {
        width: 100%;
    }

    .esw-plugin-category-support > div,
    .esw-plugin-category-support > div:nth-child(2n),
    .esw-plugin-category-support > div:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e2e9f1;
    }

    .esw-plugin-category-support > div:last-child {
        border-bottom: 0;
    }

    .esw-plugin-category-cta {
        gap: 24px;
        margin-top: 52px;
        margin-bottom: 50px;
        padding: 30px 21px;
        border-radius: 17px;
    }
}

/* Reduce top spacing only on the Plugins category page */
body.esw-plugins-page .master-column-wrapper {
    padding-top: 20px !important;
}

/* Tighten breadcrumb spacing a bit */
body.esw-plugins-page .breadcrumb {
    margin-bottom: 14px;
}

/* Remove extra top breathing room above the hero */
body.esw-plugins-page .esw-plugin-category-page {
    margin-top: 0;
    padding-top: 0;
}

body.esw-plugins-page .esw-plugin-category-hero {
    margin-top: 0;
}