.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;
    }
}


/* Prevent the lower rows from touching the browser edges. */


/* Keep copyright and quick links from clipping at narrower widths. */


/* Desktop navigation content is always visible. */


/* Tablet/mobile gutters */


:root {


}


/* Tighten the main desktop composition */


/* Tighter four-column navigation */


/* Feature badges with mockup-style icons */


/* Shield */


/* Cloud */


/* Puzzle */


/* Headset */


/* Bring the lower section closer and keep it away from browser edges */


/* Bottom row */


/* Mid-size desktop: two columns, compact brand */


/* Make the main area size to its content without extra stretch. */


/* Ensure no inherited negative margin or viewport-width rule
   pulls the copyright against the browser edge. */


/* Slightly tighten the help card itself. */


/* Desktop-only vertical tightening */


/* Mobile remains stacked, with safe left/right gutters */


.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;
}

/* =========================================================
   eStoreware Platform Overview Topic Page
   Add once to the BOTTOM of /wwwroot/estoreware/css/esw-site.css
   Topic URL: /platform-overview
   ========================================================= */

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

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

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

.esw-po {
    --esw-po-navy: #12243a;
    --esw-po-text: #52667c;
    --esw-po-muted: #748397;
    --esw-po-blue: #175fa7;
    --esw-po-blue-dark: #104b86;
    --esw-po-blue-soft: #edf5fc;
    --esw-po-green: #25805f;
    --esw-po-green-soft: #eaf6f1;
    --esw-po-line: #dfe7ef;
    --esw-po-line-dark: #cbd8e5;
    --esw-po-surface: #f6f9fc;
    --esw-po-shadow: 0 14px 34px rgba(30, 56, 85, .08);

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

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

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

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

/* Platform navigation */

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

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

.esw-po-platform-nav a:hover,
.esw-po-platform-nav a.is-active {
    background: var(--esw-po-blue-soft);
    color: var(--esw-po-blue) !important;
}

/* Shared typography and buttons */

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

.esw-po-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 12px 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, box-shadow .18s ease;
}

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

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

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

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

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

.esw-po-btn-ghost {
    border-color: transparent;
    background: transparent;
    color: #52667b !important;
}

/* Hero */

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

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

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

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

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

.esw-po-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
    margin-top: 18px;
    color: #617387;
    font-size: 13px;
    font-weight: 700;
}

.esw-po-mini-points span {
    position: relative;
    padding-left: 21px;
}

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

.esw-po-hero-media {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(207, 221, 235, .9);
    border-radius: 18px;
    background: rgba(255,255,255,.76);
    box-shadow: var(--esw-po-shadow);
}

.esw-po-hero-media .esw-shot,
.esw-po-admin-collage .esw-shot {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    cursor: zoom-in;
}

/* Feature strip */

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

.esw-po-feature-strip article {
    padding: 23px 17px;
    text-align: center;
    border-right: 1px solid var(--esw-po-line);
}

.esw-po-feature-strip article:last-child {
    border-right: 0;
}

.esw-po-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-bottom: 13px;
    border-radius: 10px;
    background: var(--esw-po-blue-soft);
    color: var(--esw-po-blue);
    font-size: 10px;
    font-weight: 900;
}

.esw-po-feature-strip h2 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.3;
}

.esw-po-feature-strip p {
    margin-bottom: 0;
    color: #68798c;
    font-size: 12px;
    line-height: 1.55;
}

/* Sections */

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

.esw-po-section-soft {
    padding: 42px;
    border: 1px solid var(--esw-po-line);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(46, 128, 177, .08), transparent 32%),
        linear-gradient(135deg, #f6fafd 0%, #fff 100%);
}

.esw-po-section-heading {
    max-width: 790px;
    margin-bottom: 29px;
}

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

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

.esw-po-section-heading p,
.esw-po-admin-copy > p,
.esw-po-final p {
    margin-bottom: 0;
    color: var(--esw-po-text);
    font-size: 17px;
    line-height: 1.72;
}

/* Browser screenshot cards */

.esw-po-shot-card {
    min-width: 0;
    padding: 11px;
    border: 1px solid #d9e4ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--esw-po-shadow);
}

.esw-po-shot-card-wide {
    padding: 13px;
}

.esw-po-browser {
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    background: #fff;
}

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

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

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

.esw-po-browser-top strong {
    min-width: 0;
    margin-left: 5px;
    overflow: hidden;
    color: #657689;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.esw-po-caption {
    margin: 10px 3px 0;
    color: var(--esw-po-muted);
    font-size: 12px;
    line-height: 1.55;
}

/* Product discovery split */

.esw-po-split {
    display: grid;
    grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
    gap: 31px;
    align-items: start;
}

.esw-po-copy-card {
    padding: 29px;
    border: 1px solid var(--esw-po-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 27px rgba(30, 55, 84, .055);
}

.esw-po-copy-card h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 850;
    line-height: 1.13;
    letter-spacing: -.03em;
}

.esw-po-copy-card > p {
    margin-bottom: 0;
    color: #5b6f84;
    font-size: 16px;
    line-height: 1.72;
}

.esw-po-check-list {
    display: grid;
    gap: 10px;
    margin: 21px 0 0;
    padding: 0;
    list-style: none;
}

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

.esw-po-check-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-po-green-soft);
    color: var(--esw-po-green);
    font-size: 10px;
    font-weight: 900;
}

.esw-po-text-link {
    display: inline-flex;
    margin-top: 22px;
    color: var(--esw-po-blue) !important;
    font-size: 13px;
    font-weight: 850;
}

.esw-po-shot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

/* Cart and checkout */

.esw-po-checkout-grid {
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    gap: 20px;
}

.esw-po-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 22px;
}

.esw-po-link-row a {
    color: var(--esw-po-blue) !important;
    font-size: 13px;
    font-weight: 850;
}

/* Administration */

.esw-po-admin-section {
    display: grid;
    grid-template-columns: minmax(330px, .74fr) minmax(0, 1.26fr);
    gap: 34px;
    align-items: center;
}

.esw-po-admin-points {
    display: grid;
    gap: 10px;
    margin-top: 23px;
}

.esw-po-admin-points article {
    padding: 16px 18px;
    border: 1px solid var(--esw-po-line);
    border-radius: 11px;
    background: #fff;
}

.esw-po-admin-points strong,
.esw-po-admin-points span {
    display: block;
}

.esw-po-admin-points strong {
    margin-bottom: 4px;
    color: var(--esw-po-navy);
    font-size: 14px;
    font-weight: 850;
}

.esw-po-admin-points span {
    color: #68798c;
    font-size: 12px;
    line-height: 1.58;
}

/* Platform extension links */

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

.esw-po-extension-grid > a {
    min-width: 0;
    padding: 24px;
    border-right: 1px solid var(--esw-po-line);
    border-bottom: 1px solid var(--esw-po-line);
    color: inherit !important;
    transition: background-color .18s ease, transform .18s ease;
}

.esw-po-extension-grid > a:nth-child(4n) {
    border-right: 0;
}

.esw-po-extension-grid > a:nth-last-child(-n+4) {
    border-bottom: 0;
}

.esw-po-extension-grid > a:hover {
    background: #f7faff;
}

.esw-po-extension-grid > a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 9px;
    background: var(--esw-po-blue-soft);
    color: var(--esw-po-blue);
    font-size: 10px;
    font-weight: 900;
}

.esw-po-extension-grid h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
}

.esw-po-extension-grid p {
    margin-bottom: 15px;
    color: #68798c;
    font-size: 13px;
    line-height: 1.62;
}

.esw-po-extension-grid strong {
    color: var(--esw-po-blue);
    font-size: 12px;
    font-weight: 850;
}

/* Connected flow */

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

.esw-po-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.esw-po-flow article {
    position: relative;
    min-width: 0;
    padding: 23px;
    border: 1px solid #d9e4ef;
    border-radius: 13px;
    background: #fff;
    text-align: center;
}

.esw-po-flow article:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #d6e2ee;
    border-radius: 50%;
    background: #fff;
    color: var(--esw-po-blue);
    font-weight: 900;
    transform: translateY(-50%);
}

.esw-po-flow span,
.esw-po-flow strong,
.esw-po-flow small {
    display: block;
}

.esw-po-flow span {
    width: 34px;
    height: 34px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--esw-po-blue);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 34px;
}

.esw-po-flow strong {
    margin-bottom: 6px;
    color: var(--esw-po-navy);
    font-size: 16px;
}

.esw-po-flow small {
    color: #718195;
    font-size: 11px;
    line-height: 1.55;
}

/* Final CTA */

.esw-po-final {
    margin-top: 72px;
    padding: 45px;
    border: 1px solid #d5e3ef;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .12), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(37, 128, 95, .09), transparent 30%),
        linear-gradient(135deg, #f7faff 0%, #fff 100%);
    text-align: center;
}

.esw-po-final p {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.esw-po-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    margin-top: 24px;
}

/* Responsive */

@media (max-width: 1050px) {
    .esw-po-hero,
    .esw-po-split,
    .esw-po-admin-section {
        grid-template-columns: 1fr;
    }

    .esw-po-feature-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .esw-po-feature-strip article {
        border-bottom: 1px solid var(--esw-po-line);
    }

    .esw-po-feature-strip article:nth-child(3n) {
        border-right: 0;
    }

    .esw-po-feature-strip article:nth-last-child(-n+3) {
        border-bottom: 0;
    }

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

    .esw-po-extension-grid > a:nth-child(4n) {
        border-right: 1px solid var(--esw-po-line);
    }

    .esw-po-extension-grid > a:nth-child(2n) {
        border-right: 0;
    }

    .esw-po-extension-grid > a:nth-last-child(-n+4) {
        border-bottom: 1px solid var(--esw-po-line);
    }

    .esw-po-extension-grid > a:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .esw-po {
        width: calc(100% - 24px);
        padding-top: 12px;
    }

    .esw-po-platform-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .esw-po-platform-nav a {
        padding-right: 8px;
        padding-left: 8px;
        text-align: center;
    }

    .esw-po-hero,
    .esw-po-section-soft,
    .esw-po-flow-section,
    .esw-po-final {
        padding: 25px;
    }

    .esw-po-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .esw-po-lead,
    .esw-po-section-heading p,
    .esw-po-admin-copy > p,
    .esw-po-final p {
        font-size: 16px;
    }

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

    .esw-po-btn {
        width: 100%;
    }

    .esw-po-feature-strip,
    .esw-po-shot-grid,
    .esw-po-checkout-grid,
    .esw-po-flow {
        grid-template-columns: 1fr;
    }

    .esw-po-feature-strip article,
    .esw-po-feature-strip article:nth-child(3n),
    .esw-po-feature-strip article:nth-last-child(-n+3) {
        border-right: 0;
        border-bottom: 1px solid var(--esw-po-line);
    }

    .esw-po-feature-strip article:last-child {
        border-bottom: 0;
    }

    .esw-po-extension-grid {
        grid-template-columns: 1fr;
    }

    .esw-po-extension-grid > a,
    .esw-po-extension-grid > a:nth-child(2n),
    .esw-po-extension-grid > a:nth-child(4n),
    .esw-po-extension-grid > a:nth-last-child(-n+4),
    .esw-po-extension-grid > a:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid var(--esw-po-line);
    }

    .esw-po-extension-grid > a:last-child {
        border-bottom: 0;
    }

    .esw-po-flow article:not(:last-child)::after {
        content: "↓";
        top: auto;
        right: 50%;
        bottom: -13px;
        transform: translateX(50%);
    }
}

@media (max-width: 480px) {
    .esw-po-platform-nav {
        grid-template-columns: 1fr;
    }

    .esw-po-hero,
    .esw-po-section-soft,
    .esw-po-flow-section,
    .esw-po-final,
    .esw-po-copy-card {
        padding: 21px;
    }
}

/* ===== eStoreware B2B Ordering page ===== */
.esw-b2b-page {
  --esw-blue: #0f67ad;
  --esw-navy: #082b63;
  --esw-purple: #5b38c2;
  --esw-purple-dark: #4c2faa;
  --esw-text: #22324c;
  --esw-muted: #60708a;
  --esw-line: #dfe8f1;
  --esw-soft: #f5f8fc;
  --esw-card-shadow: 0 18px 40px rgba(8, 43, 99, 0.08);
  color: var(--esw-text);
}

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

.esw-b2b-page img {
  max-width: 100%;
  display: block;
}

.esw-b2b-hero,
.esw-b2b-section,
.esw-b2b-cta,
.esw-b2b-subnav,
.esw-b2b-value-strip {
  width: min(1260px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.esw-b2b-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 34px 0 18px;
}

.esw-b2b-hero-copy {
  padding: 10px 0;
}

.esw-b2b-eyebrow,
.esw-b2b-kicker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 103, 173, 0.08);
  color: var(--esw-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esw-b2b-hero h1 {
  margin: 16px 0 14px;
  color: #17335d;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.06;
}

.esw-b2b-intro {
  margin: 0 0 18px;
  color: var(--esw-muted);
  font-size: 18px;
  line-height: 1.7;
}

.esw-b2b-checks,
.esw-b2b-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.esw-b2b-checks li,
.esw-b2b-bullets li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 12px;
  color: var(--esw-text);
  line-height: 1.7;
}

.esw-b2b-checks li::before,
.esw-b2b-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--esw-purple);
  font-weight: 700;
}

.esw-b2b-hero-actions,
.esw-b2b-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.esw-b2b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
}

.esw-b2b-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(8, 43, 99, 0.14);
}

.esw-b2b-btn-primary {
  background: linear-gradient(135deg, var(--esw-blue), #0e5f9e);
  color: #fff;
}

.esw-b2b-btn-secondary {
  background: #fff;
  color: var(--esw-blue);
  border-color: #c9d8e7;
}

.esw-b2b-hero-visual {
  background: linear-gradient(180deg, rgba(15, 103, 173, 0.03), rgba(91, 56, 194, 0.05));
  border: 1px solid var(--esw-line);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--esw-card-shadow);
}

.esw-b2b-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px 0 8px;
}

.esw-b2b-subnav a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--esw-line);
  color: var(--esw-text);
  text-decoration: none;
  font-weight: 600;
}

.esw-b2b-subnav a.is-active {
  background: var(--esw-navy);
  border-color: var(--esw-navy);
  color: #fff;
}

.esw-b2b-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 16px 0 10px;
}

.esw-b2b-value-card,
.esw-b2b-copy-card,
.esw-b2b-image-card,
.esw-b2b-cta-card,
.esw-b2b-step {
  background: #fff;
  border: 1px solid var(--esw-line);
  border-radius: 22px;
  box-shadow: var(--esw-card-shadow);
}

.esw-b2b-value-card {
  padding: 20px;
}

.esw-b2b-value-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #17335d;
}

.esw-b2b-value-card p {
  margin: 0;
  color: var(--esw-muted);
  line-height: 1.7;
}

.esw-b2b-section {
  padding: 34px 0 10px;
}

.esw-b2b-section.is-alt {
  padding: 40px 0 14px;
}

.esw-b2b-section-head {
  max-width: 880px;
  margin-bottom: 20px;
}

.esw-b2b-section-head h2 {
  margin: 14px 0 12px;
  color: #17335d;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}

.esw-b2b-section-head p {
  margin: 0;
  color: var(--esw-muted);
  font-size: 17px;
  line-height: 1.75;
}

.esw-b2b-grid {
  display: grid;
  gap: 22px;
}

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

.esw-b2b-copy-card {
  padding: 28px;
}

.esw-b2b-copy-card h3 {
  margin: 0 0 14px;
  color: #17335d;
  font-size: 24px;
}

.esw-b2b-image-card {
  padding: 14px;
}

.esw-b2b-image-card img {
  border-radius: 16px;
  border: 1px solid var(--esw-line);
}

.esw-shot {
  display: block;
}

.esw-b2b-image-note {
  margin: 12px 4px 2px;
  color: var(--esw-muted);
  font-size: 14px;
  line-height: 1.6;
}

.esw-b2b-stack {
  display: grid;
  gap: 22px;
}

.esw-b2b-mobile-card {
  max-width: 320px;
  margin-top: 18px;
}

.esw-b2b-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.esw-b2b-step {
  padding: 20px;
}

.esw-b2b-step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(91, 56, 194, 0.12);
  color: var(--esw-purple);
  font-weight: 800;
}

.esw-b2b-step h3 {
  margin: 14px 0 10px;
  font-size: 20px;
  color: #17335d;
}

.esw-b2b-step p {
  margin: 0;
  color: var(--esw-muted);
  line-height: 1.7;
}

.esw-b2b-cta {
  padding: 42px 0 46px;
}

.esw-b2b-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f5f8fc);
}

.esw-b2b-cta-card h2 {
  margin: 12px 0 12px;
  color: #17335d;
  font-size: clamp(28px, 4vw, 38px);
}

.esw-b2b-cta-card p {
  margin: 0;
  color: var(--esw-muted);
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .esw-b2b-hero {
    grid-template-columns: 1fr;
  }
  .esw-b2b-value-strip,
  .esw-b2b-steps,
  .esw-b2b-grid-2,
  .esw-b2b-cta-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .esw-b2b-hero,
  .esw-b2b-section,
  .esw-b2b-cta,
  .esw-b2b-subnav,
  .esw-b2b-value-strip {
    width: min(100%, calc(100% - 20px));
  }
  .esw-b2b-value-strip,
  .esw-b2b-steps,
  .esw-b2b-grid-2,
  .esw-b2b-cta-card {
    grid-template-columns: 1fr;
  }
  .esw-b2b-section {
    padding-top: 28px;
  }
  .esw-b2b-hero {
    gap: 18px;
    padding-top: 24px;
  }
  .esw-b2b-hero-visual,
  .esw-b2b-copy-card,
  .esw-b2b-image-card,
  .esw-b2b-value-card,
  .esw-b2b-step,
  .esw-b2b-cta-card {
    border-radius: 18px;
  }
  .esw-b2b-cta-card {
    padding: 24px;
  }
}

/* =========================================================
   FINAL eStoreware B2B Ordering Theme-Conflict Fix
   Add this at the VERY BOTTOM of esw-site.css.
   Page: /website-platform-features-b2b-ordering
   ========================================================= */

/* Hide the normal nopCommerce Topic title because this page has
   its own custom H1 inside the hero. */
.html-topic-page .topic-page:has(.esw-b2b-page) > .page-title {
    display: none !important;
}

/* Remove inherited Topic-page spacing and center alignment. */
.html-topic-page .topic-page:has(.esw-b2b-page) > .page-body,
.html-topic-page .topic-page:has(.esw-b2b-page) .page-body {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Hard reset inside this one Topic page only. */
html body .esw-b2b-page,
html body .esw-b2b-page * {
    box-sizing: border-box !important;
}

html body .esw-b2b-page {
    --esw-blue: #175fa7;
    --esw-blue-dark: #104b86;
    --esw-navy: #12243a;
    --esw-purple: #5637b7;
    --esw-purple-dark: #452a9a;
    --esw-text: #53657a;
    --esw-muted: #748397;
    --esw-line: #dfe7ef;
    --esw-line-dark: #cbd8e5;
    --esw-soft: #f6f9fc;
    --esw-card-shadow: 0 13px 34px rgba(30, 56, 85, .075);

    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 0 70px !important;
    color: var(--esw-text) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

html body .esw-b2b-page h1,
html body .esw-b2b-page h2,
html body .esw-b2b-page h3,
html body .esw-b2b-page p,
html body .esw-b2b-page ul {
    margin-top: 0 !important;
}

html body .esw-b2b-page h1,
html body .esw-b2b-page h2,
html body .esw-b2b-page h3 {
    color: var(--esw-navy) !important;
    text-align: inherit !important;
}

html body .esw-b2b-page p,
html body .esw-b2b-page li {
    color: inherit !important;
    text-align: inherit !important;
}

html body .esw-b2b-page a {
    text-decoration: none !important;
}

html body .esw-b2b-page img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Shared inner width. */
html body .esw-b2b-page .esw-b2b-hero,
html body .esw-b2b-page .esw-b2b-section,
html body .esw-b2b-page .esw-b2b-cta,
html body .esw-b2b-page .esw-b2b-subnav,
html body .esw-b2b-page .esw-b2b-value-strip {
    width: calc(100% - 40px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Platform navigation */
html body .esw-b2b-page .esw-b2b-subnav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 18px !important;
    padding: 7px !important;
    border: 1px solid var(--esw-line) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(30, 56, 85, .04) !important;
}

html body .esw-b2b-page .esw-b2b-subnav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #52667b !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
}

html body .esw-b2b-page .esw-b2b-subnav a:hover,
html body .esw-b2b-page .esw-b2b-subnav a.is-active {
    background: #edf5fc !important;
    color: var(--esw-blue) !important;
}

/* Hero */
html body .esw-b2b-page .esw-b2b-hero {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr) !important;
    gap: 40px !important;
    align-items: center !important;
    padding: 48px !important;
    border: 1px solid #dce6ef !important;
    border-radius: 20px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .12), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(86, 55, 183, .07), transparent 30%),
        linear-gradient(135deg, #fff 0%, #f7faff 100%) !important;
    box-shadow: 0 13px 34px rgba(30, 56, 85, .07) !important;
}

html body .esw-b2b-page .esw-b2b-hero-copy,
html body .esw-b2b-page .esw-b2b-hero-visual {
    min-width: 0 !important;
}

html body .esw-b2b-page .esw-b2b-hero-copy {
    padding: 0 !important;
}

html body .esw-b2b-page .esw-b2b-eyebrow,
html body .esw-b2b-page .esw-b2b-kicker {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 0 10px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(23, 95, 167, .14) !important;
    border-radius: 999px !important;
    background: rgba(23, 95, 167, .07) !important;
    color: var(--esw-blue) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
}

html body .esw-b2b-page .esw-b2b-hero h1 {
    margin: 5px 0 18px !important;
    color: var(--esw-navy) !important;
    font-size: clamp(39px, 4.3vw, 57px) !important;
    font-weight: 900 !important;
    letter-spacing: -.047em !important;
    line-height: 1.04 !important;
}

html body .esw-b2b-page .esw-b2b-intro {
    margin: 0 !important;
    color: #52667c !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
}

html body .esw-b2b-page .esw-b2b-checks,
html body .esw-b2b-page .esw-b2b-bullets {
    display: grid !important;
    gap: 10px !important;
    margin: 21px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .esw-b2b-page .esw-b2b-checks li,
html body .esw-b2b-page .esw-b2b-bullets li {
    position: relative !important;
    margin: 0 !important;
    padding-left: 27px !important;
    color: #46596d !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
    list-style: none !important;
}

html body .esw-b2b-page .esw-b2b-checks li::before,
html body .esw-b2b-page .esw-b2b-bullets li::before {
    content: "✓" !important;
    position: absolute !important;
    top: 1px !important;
    left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 19px !important;
    height: 19px !important;
    border-radius: 50% !important;
    background: rgba(37, 128, 95, .11) !important;
    color: #25805f !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body .esw-b2b-page .esw-b2b-hero-actions,
html body .esw-b2b-page .esw-b2b-cta-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 11px !important;
    margin-top: 25px !important;
}

html body .esw-b2b-page .esw-b2b-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 49px !important;
    padding: 12px 21px !important;
    border: 1px solid transparent !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

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

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

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

html body .esw-b2b-page .esw-b2b-hero-visual {
    padding: 10px !important;
    border: 1px solid #d7e2ec !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .8) !important;
    box-shadow: var(--esw-card-shadow) !important;
}

html body .esw-b2b-page .esw-b2b-hero-visual .esw-shot {
    border-radius: 12px !important;
}

/* Value cards */
html body .esw-b2b-page .esw-b2b-value-strip {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 24px !important;
    padding: 0 !important;
    border: 1px solid var(--esw-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 9px 25px rgba(30, 55, 84, .05) !important;
}

html body .esw-b2b-page .esw-b2b-value-card {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 24px 20px !important;
    border: 0 !important;
    border-right: 1px solid var(--esw-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-align: center !important;
}

html body .esw-b2b-page .esw-b2b-value-card:last-child {
    border-right: 0 !important;
}

html body .esw-b2b-page .esw-b2b-value-card h3 {
    margin: 0 0 7px !important;
    color: var(--esw-navy) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}

html body .esw-b2b-page .esw-b2b-value-card p {
    margin: 0 !important;
    color: #68798c !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

/* Main sections */
html body .esw-b2b-page .esw-b2b-section {
    margin-top: 70px !important;
    padding: 0 !important;
}

html body .esw-b2b-page .esw-b2b-section.is-alt {
    padding: 38px !important;
    border: 1px solid var(--esw-line) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .075), transparent 32%),
        linear-gradient(135deg, #f6fafd 0%, #fff 100%) !important;
}

html body .esw-b2b-page .esw-b2b-section-head {
    max-width: 810px !important;
    margin: 0 0 29px !important;
}

html body .esw-b2b-page .esw-b2b-section-head h2 {
    margin: 14px 0 13px !important;
    color: var(--esw-navy) !important;
    font-size: clamp(30px, 3.4vw, 43px) !important;
    font-weight: 850 !important;
    letter-spacing: -.035em !important;
    line-height: 1.12 !important;
}

html body .esw-b2b-page .esw-b2b-section-head p {
    margin: 0 !important;
    color: var(--esw-text) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

html body .esw-b2b-page .esw-b2b-grid {
    display: grid !important;
    gap: 24px !important;
    align-items: start !important;
}

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

html body .esw-b2b-page .esw-b2b-stack {
    display: grid !important;
    gap: 24px !important;
}

html body .esw-b2b-page .esw-b2b-copy-card,
html body .esw-b2b-page .esw-b2b-image-card,
html body .esw-b2b-page .esw-b2b-step,
html body .esw-b2b-page .esw-b2b-cta-card {
    min-width: 0 !important;
    border: 1px solid var(--esw-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 10px 27px rgba(30, 55, 84, .055) !important;
}

html body .esw-b2b-page .esw-b2b-copy-card {
    padding: 29px !important;
}

html body .esw-b2b-page .esw-b2b-copy-card h3 {
    margin: 0 0 14px !important;
    color: var(--esw-navy) !important;
    font-size: 24px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

html body .esw-b2b-page .esw-b2b-image-card {
    padding: 11px !important;
    overflow: hidden !important;
}

html body .esw-b2b-page .esw-b2b-image-card .esw-shot {
    display: block !important;
    width: 100% !important;
    border: 1px solid #dfe7ef !important;
    border-radius: 11px !important;
    cursor: zoom-in !important;
}

html body .esw-b2b-page .esw-b2b-image-note {
    margin: 10px 3px 0 !important;
    color: var(--esw-muted) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

html body .esw-b2b-page .esw-b2b-mobile-card {
    width: 100% !important;
    max-width: 330px !important;
    margin: 20px auto 0 !important;
}

/* Email flow */
html body .esw-b2b-page .esw-b2b-steps {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 15px !important;
    margin-top: 24px !important;
}

html body .esw-b2b-page .esw-b2b-step {
    padding: 22px !important;
}

html body .esw-b2b-page .esw-b2b-step > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(86, 55, 183, .11) !important;
    color: var(--esw-purple) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html body .esw-b2b-page .esw-b2b-step h3 {
    margin: 14px 0 7px !important;
    color: var(--esw-navy) !important;
    font-size: 17px !important;
    font-weight: 850 !important;
}

html body .esw-b2b-page .esw-b2b-step p {
    margin: 0 !important;
    color: #68798c !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
}

/* CTA */
html body .esw-b2b-page .esw-b2b-cta {
    margin-top: 72px !important;
    padding: 0 !important;
}

html body .esw-b2b-page .esw-b2b-cta-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
    padding: 42px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(50, 123, 191, .11), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(86, 55, 183, .07), transparent 30%),
        linear-gradient(135deg, #f7faff 0%, #fff 100%) !important;
}

html body .esw-b2b-page .esw-b2b-cta-card h2 {
    margin: 12px 0 12px !important;
    color: var(--esw-navy) !important;
    font-size: clamp(28px, 3.5vw, 40px) !important;
    font-weight: 850 !important;
    letter-spacing: -.03em !important;
    line-height: 1.14 !important;
}

html body .esw-b2b-page .esw-b2b-cta-card p {
    margin: 0 !important;
    color: var(--esw-text) !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

/* Tablet */
@media (max-width: 1050px) {
    html body .esw-b2b-page .esw-b2b-hero {
        grid-template-columns: 1fr !important;
    }

    html body .esw-b2b-page .esw-b2b-value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .esw-b2b-page .esw-b2b-value-card {
        border-bottom: 1px solid var(--esw-line) !important;
    }

    html body .esw-b2b-page .esw-b2b-value-card:nth-child(2n) {
        border-right: 0 !important;
    }

    html body .esw-b2b-page .esw-b2b-value-card:nth-last-child(-n+2) {
        border-bottom: 0 !important;
    }

    html body .esw-b2b-page .esw-b2b-cta-card {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile */
@media (max-width: 760px) {
    html body .esw-b2b-page {
        padding-top: 12px !important;
        padding-bottom: 48px !important;
    }

    html body .esw-b2b-page .esw-b2b-hero,
    html body .esw-b2b-page .esw-b2b-section,
    html body .esw-b2b-page .esw-b2b-cta,
    html body .esw-b2b-page .esw-b2b-subnav,
    html body .esw-b2b-page .esw-b2b-value-strip {
        width: calc(100% - 24px) !important;
    }

    html body .esw-b2b-page .esw-b2b-subnav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html body .esw-b2b-page .esw-b2b-hero,
    html body .esw-b2b-page .esw-b2b-section.is-alt,
    html body .esw-b2b-page .esw-b2b-cta-card {
        padding: 24px !important;
    }

    html body .esw-b2b-page .esw-b2b-hero h1 {
        font-size: clamp(34px, 10vw, 46px) !important;
    }

    html body .esw-b2b-page .esw-b2b-intro,
    html body .esw-b2b-page .esw-b2b-section-head p {
        font-size: 16px !important;
    }

    html body .esw-b2b-page .esw-b2b-hero-actions,
    html body .esw-b2b-page .esw-b2b-cta-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    html body .esw-b2b-page .esw-b2b-btn {
        width: 100% !important;
    }

    html body .esw-b2b-page .esw-b2b-value-strip,
    html body .esw-b2b-page .esw-b2b-grid-2,
    html body .esw-b2b-page .esw-b2b-steps {
        grid-template-columns: 1fr !important;
    }

    html body .esw-b2b-page .esw-b2b-value-card,
    html body .esw-b2b-page .esw-b2b-value-card:nth-child(2n),
    html body .esw-b2b-page .esw-b2b-value-card:nth-last-child(-n+2) {
        border-right: 0 !important;
        border-bottom: 1px solid var(--esw-line) !important;
    }

    html body .esw-b2b-page .esw-b2b-value-card:last-child {
        border-bottom: 0 !important;
    }

    html body .esw-b2b-page .esw-b2b-section {
        margin-top: 54px !important;
    }

    html body .esw-b2b-page .esw-b2b-copy-card {
        padding: 23px !important;
    }
}

@media (max-width: 480px) {
    html body .esw-b2b-page .esw-b2b-subnav {
        grid-template-columns: 1fr !important;
    }

    html body .esw-b2b-page .esw-b2b-hero,
    html body .esw-b2b-page .esw-b2b-section.is-alt,
    html body .esw-b2b-page .esw-b2b-cta-card {
        padding: 21px !important;
    }
}

/* eStoreware Global Screenshot Lightbox */
#esw-global-lightbox-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
  background: rgba(15, 23, 42, .88) !important;
  box-sizing: border-box !important;
}

#esw-global-lightbox-overlay.is-open {
  display: flex !important;
}

#esw-global-lightbox-overlay .esw-lightbox-dialog {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(1240px, 96vw) !important;
  max-height: 94vh !important;
}

#esw-global-lightbox-overlay .esw-lightbox-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 84vh !important;
  margin: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  object-fit: contain !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42) !important;
}

#esw-global-lightbox-overlay .esw-lightbox-caption {
  display: none !important;
  max-width: 980px !important;
  margin: 12px auto 0 !important;
  color: #f1f5f9 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

#esw-global-lightbox-overlay .esw-lightbox-caption.has-caption {
  display: block !important;
}

#esw-global-lightbox-overlay .esw-lightbox-close {
  position: absolute !important;
  top: -18px !important;
  right: -18px !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0f172a !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .32) !important;
}

#esw-global-lightbox-overlay .esw-lightbox-close:hover,
#esw-global-lightbox-overlay .esw-lightbox-close:focus {
  background: #edf5fc !important;
  color: #175fa7 !important;
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}

html.esw-lightbox-open,
body.esw-lightbox-open {
  overflow: hidden !important;
}

.esw-lightbox-ready {
  cursor: zoom-in !important;
}

@media (max-width: 700px) {
  #esw-global-lightbox-overlay {
    padding: 12px !important;
  }

  #esw-global-lightbox-overlay .esw-lightbox-dialog {
    width: 100% !important;
    max-height: 96vh !important;
  }

  #esw-global-lightbox-overlay .esw-lightbox-image {
    max-height: 80vh !important;
    border-radius: 10px !important;
  }

  #esw-global-lightbox-overlay .esw-lightbox-close {
    top: 8px !important;
    right: 8px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }
}

/* eStoreware Payments & Recurring Billing page */
.html-topic-page .topic-page:has(.esw-pr) > .page-title{display:none!important}
.html-topic-page .topic-page:has(.esw-pr) > .page-body,.html-topic-page .topic-page:has(.esw-pr) .page-body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;text-align:left!important}
.esw-pr{--pr-navy:#12243a;--pr-blue:#175fa7;--pr-blue-dark:#104d89;--pr-purple:#5637b7;--pr-text:#52667c;--pr-muted:#748397;--pr-line:#dfe7ef;--pr-soft:#f6f9fc;--pr-green:#25805f;--pr-shadow:0 13px 34px rgba(30,56,85,.075);width:100%;padding:18px 0 72px;color:var(--pr-text);font-family:inherit;font-size:16px;line-height:1.65;text-align:left}
.esw-pr,.esw-pr *{box-sizing:border-box}.esw-pr img{display:block;width:100%;max-width:100%;height:auto}.esw-pr a{text-decoration:none}.esw-pr h1,.esw-pr h2,.esw-pr h3{color:var(--pr-navy)}
.esw-pr-platform-nav,.esw-pr-hero,.esw-pr-feature-strip,.esw-pr-section,.esw-pr-final{width:calc(100% - 40px);max-width:1180px;margin-right:auto;margin-left:auto}
.esw-pr-platform-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;padding:7px;border:1px solid var(--pr-line);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(30,56,85,.04)}
.esw-pr-platform-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:8px;color:#52667b;font-size:12px;font-weight:750;line-height:1.3}.esw-pr-platform-nav a:hover,.esw-pr-platform-nav a.is-active{background:#edf5fc;color:var(--pr-blue)}
.esw-pr-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:40px;align-items:center;padding:48px;border:1px solid #dce6ef;border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(50,123,191,.12),transparent 34%),radial-gradient(circle at 0% 100%,rgba(86,55,183,.07),transparent 30%),linear-gradient(135deg,#fff 0%,#f7faff 100%);box-shadow:var(--pr-shadow)}
.esw-pr-kicker{display:inline-flex;align-items:center;margin:0 0 10px;padding:7px 12px;border:1px solid rgba(23,95,167,.14);border-radius:999px;background:rgba(23,95,167,.07);color:var(--pr-blue);font-size:13px;font-weight:850;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}
.esw-pr-hero h1{margin:5px 0 18px;font-size:clamp(39px,4.3vw,57px);font-weight:900;letter-spacing:-.047em;line-height:1.04}.esw-pr-lead{margin:0;color:var(--pr-text);font-size:18px;line-height:1.72}
.esw-pr-check-list{display:grid;gap:10px;margin:21px 0 0;padding:0;list-style:none}.esw-pr-check-list li{position:relative;margin:0;padding-left:27px;color:#46596d;font-size:14px;line-height:1.58;list-style:none}.esw-pr-check-list li:before{content:"✓";position:absolute;top:1px;left:0;display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:rgba(37,128,95,.11);color:var(--pr-green);font-size:11px;font-weight:900}
.esw-pr-actions,.esw-pr-final-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}.esw-pr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:12px 21px;border:1px solid transparent;border-radius:9px;font-size:14px;font-weight:850;line-height:1.35;text-align:center}.esw-pr-btn-primary{border-color:var(--pr-blue);background:var(--pr-blue);color:#fff!important;box-shadow:0 8px 20px rgba(23,95,167,.2)}.esw-pr-btn-primary:hover{border-color:var(--pr-blue-dark);background:var(--pr-blue-dark)}.esw-pr-btn-secondary,.esw-pr-btn-ghost{border-color:#cbd8e5;background:#fff;color:#294968!important}.esw-pr-btn-ghost{background:transparent}
.esw-pr-hero-media{min-width:0;padding:10px;border:1px solid #d7e2ec;border-radius:18px;background:rgba(255,255,255,.82);box-shadow:var(--pr-shadow)}.esw-pr-hero-media img{border-radius:12px}
.esw-pr-feature-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:24px;border:1px solid var(--pr-line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 9px 25px rgba(30,55,84,.05)}.esw-pr-feature-strip article{padding:23px 16px;border-right:1px solid var(--pr-line);text-align:center}.esw-pr-feature-strip article:last-child{border-right:0}.esw-pr-feature-strip span{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;margin-bottom:11px;border-radius:14px;background:rgba(23,95,167,.08);color:var(--pr-blue);font-size:13px;font-weight:900}.esw-pr-feature-strip h2{margin:0 0 7px;font-size:15px;font-weight:850;line-height:1.3}.esw-pr-feature-strip p{margin:0;color:#68798c;font-size:12px;line-height:1.5;text-align:center}
.esw-pr-section{margin-top:70px}.esw-pr-soft{padding:38px;border:1px solid var(--pr-line);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(50,123,191,.075),transparent 32%),linear-gradient(135deg,#f6fafd 0%,#fff 100%)}.esw-pr-section-heading{max-width:850px;margin-bottom:28px}.esw-pr-section-heading h2,.esw-pr-copy-card h2{margin:14px 0 13px;font-size:clamp(30px,3.4vw,43px);font-weight:850;letter-spacing:-.035em;line-height:1.12}.esw-pr-section-heading p,.esw-pr-copy-card>p{margin:0;color:var(--pr-text);font-size:17px;line-height:1.72}
.esw-pr-split{display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);gap:26px;align-items:center}.esw-pr-split.esw-pr-reverse{grid-template-columns:minmax(0,.56fr) minmax(0,.44fr)}.esw-pr-copy-card,.esw-pr-image-card{min-width:0;border:1px solid var(--pr-line);border-radius:16px;background:#fff;box-shadow:0 10px 27px rgba(30,55,84,.055)}.esw-pr-copy-card{padding:29px}.esw-pr-copy-card h3{margin:0 0 14px;font-size:24px;font-weight:850;line-height:1.25}.esw-pr-image-card{margin:0;padding:11px;overflow:hidden}.esw-pr-image-card .esw-shot{width:100%;border:1px solid var(--pr-line);border-radius:11px;cursor:zoom-in}.esw-pr-image-card figcaption,.esw-pr-caption{margin:10px 3px 0;color:var(--pr-muted);font-size:12px;line-height:1.55}
.esw-pr-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.esw-pr-shot-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.esw-pr-lifecycle{display:grid;grid-template-columns:minmax(280px,.34fr) minmax(0,.66fr);gap:22px;align-items:start}.esw-pr-wide-shot{grid-column:1/-1}.esw-pr-recurring-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.esw-pr-recurring-bottom{margin-top:22px}.esw-pr-text-link{display:inline-flex;margin-top:20px;color:var(--pr-blue)!important;font-weight:850}
.esw-pr-final{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:72px;padding:42px;border:1px solid var(--pr-line);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(50,123,191,.11),transparent 34%),radial-gradient(circle at 0% 100%,rgba(86,55,183,.07),transparent 30%),linear-gradient(135deg,#f7faff 0%,#fff 100%);box-shadow:var(--pr-shadow)}.esw-pr-final h2{margin:12px 0;font-size:clamp(28px,3.5vw,40px);font-weight:850;letter-spacing:-.03em;line-height:1.14}.esw-pr-final p{margin:0;font-size:16px;line-height:1.72}
@media(max-width:1050px){.esw-pr-hero,.esw-pr-split,.esw-pr-split.esw-pr-reverse,.esw-pr-lifecycle{grid-template-columns:1fr}.esw-pr-feature-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.esw-pr-feature-strip article{border-bottom:1px solid var(--pr-line)}.esw-pr-feature-strip article:nth-child(3n){border-right:0}.esw-pr-feature-strip article:nth-last-child(-n+3){border-bottom:0}.esw-pr-final{grid-template-columns:1fr}}
@media(max-width:760px){.esw-pr{padding-top:12px;padding-bottom:48px}.esw-pr-platform-nav,.esw-pr-hero,.esw-pr-feature-strip,.esw-pr-section,.esw-pr-final{width:calc(100% - 24px)}.esw-pr-platform-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.esw-pr-hero,.esw-pr-soft,.esw-pr-final{padding:24px}.esw-pr-hero h1{font-size:clamp(34px,10vw,46px)}.esw-pr-lead,.esw-pr-section-heading p,.esw-pr-copy-card>p{font-size:16px}.esw-pr-actions,.esw-pr-final-actions{display:grid;grid-template-columns:1fr}.esw-pr-btn{width:100%}.esw-pr-feature-strip,.esw-pr-shot-grid,.esw-pr-shot-grid-3,.esw-pr-recurring-grid{grid-template-columns:1fr}.esw-pr-feature-strip article,.esw-pr-feature-strip article:nth-child(3n),.esw-pr-feature-strip article:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--pr-line)}.esw-pr-feature-strip article:last-child{border-bottom:0}.esw-pr-section{margin-top:54px}.esw-pr-copy-card{padding:23px}.esw-pr-wide-shot{grid-column:auto}}
@media(max-width:480px){.esw-pr-platform-nav{grid-template-columns:1fr}.esw-pr-hero,.esw-pr-soft,.esw-pr-final{padding:21px}}
