/* Clinical teal-green refresh with warm CTA accents. Customer-facing pages only. */
:root {
  /* Brand — teal-green (trust / health) */
  --zr-green-deep: #0c4a3f;   /* deep teal — topbar, footer, hero base, dark text */
  --zr-green: #11997a;        /* primary brand teal-green — accents, links */
  --zr-green-bright: #16b894; /* brighter teal — gradient stops, highlights */
  --zr-mint: #e7f6f0;         /* soft mint — card tints */
  --zr-mint-line: #c9e9df;    /* mint border */

  /* Accent — warm (CTA / urgency only) */
  --zr-amber: #f59e0b;
  --zr-orange: #f97316;
  --zr-yellow: #fbbf24;

  /* Neutrals */
  --zr-ink: #12302a;          /* deep teal-charcoal text */
  --zr-muted: #5b6f68;        /* muted green-gray */
  --zr-line: #d7ece5;         /* light divider */
  --zr-soft: #f3faf7;         /* very light mint surface */
  --zr-card: #ffffff;

  /* Back-compat aliases (older selectors reference these) */
  --zr-blue: var(--zr-green);
  --zr-blue-dark: var(--zr-green-deep);
  --zr-cyan: var(--zr-green-bright);
  --zr-teal: var(--zr-green);

  --zr-shadow: 0 16px 40px rgba(12, 74, 63, .10);
  --zr-shadow-strong: 0 22px 60px rgba(12, 74, 63, .16);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--zr-ink) !important;
  background:
    radial-gradient(circle at 88% 3%, rgba(22, 184, 148, .10), transparent 26rem),
    linear-gradient(180deg, #f3faf7 0%, #ffffff 42%) !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Urbanist", "Poppins", "Inter", Arial, sans-serif !important;
}

body.page-id-1644 {
  padding-bottom: 96px !important;
}

body.page-id-1644 .container:has(.custom-breadcrumb-wrapper),
body.page-id-1644 header,
body.page-id-1644 footer,
body.page-id-1644 .xoo-wsc-markup {
  display: none !important;
}

body.page-id-1644 > .container {
  max-width: 1180px !important;
  padding: 24px 18px 40px !important;
}

.conversion-topbar {
  position: sticky;
  top: 0;
  z-index: 900;
  color: #fff;
  background: linear-gradient(90deg, #0c4a3f, #0f6b59);
  box-shadow: 0 10px 28px rgba(12, 74, 63, .26);
}

.conversion-topbar__inner {
  width: min(1180px, calc(100% - 24px));
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 46px);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.conversion-topbar__inner span {
  position: relative;
  white-space: nowrap;
}

.conversion-topbar__inner span.rm-ship {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.rm-ship__crown {
  flex: 0 0 auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25));
}

/* Royal Mail brand red — brightened for legibility on the dark-green bar */
.rm-ship__crown path {
  fill: #ff4438;
}

.rm-ship__name {
  color: #ff4438;
}

.conversion-topbar__inner span + span::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--zr-amber);
  transform: translateY(-50%);
}

.delivery-alert {
  width: min(920px, 100%);
  margin: 0 auto 16px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0c3a32;
  background: #fff;
  border: 1px solid var(--zr-mint-line);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(12, 74, 63, .10);
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
}

.rm-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 1000;
  color: #DA291C;
  letter-spacing: .01em;
}

.rm-mark svg {
  flex: 0 0 auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12));
}

.delivery-alert__timer {
  display: inline-block;
  min-width: 58px;
  padding: 2px 9px;
  margin: 0 2px;
  color: #0c3a32;
  background: var(--zr-mint);
  border: 1px solid var(--zr-mint-line);
  border-radius: 8px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
  text-align: center;
}

.delivery-alert__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--zr-orange);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, .16);
}

.delivery-timer-badge {
  box-sizing: border-box;
  text-align: center;
  line-height: 1.25 !important;
}

.top-section {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
  align-items: center !important;
  gap: 38px !important;
  margin: 22px auto 34px !important;
  padding: 30px !important;
  background:
    radial-gradient(circle at 82% 12%, rgba(22, 184, 148, .55), transparent 60%),
    linear-gradient(140deg, #0b4a40 0%, #0f8f72 52%, #16b18e 100%);
  border-radius: 32px;
  box-shadow: var(--zr-shadow-strong);
  overflow: hidden;
}

.top-section::before {
  content: "50% OFF";
  position: absolute;
  top: 22px;
  right: -44px;
  width: 190px;
  padding: 10px 0;
  text-align: center;
  color: #0c3a32;
  background: linear-gradient(90deg, var(--zr-yellow), var(--zr-amber));
  font-weight: 1000;
  transform: rotate(35deg);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  z-index: 3;
}

.top-section .left,
.top-section .right {
  position: relative;
  z-index: 2;
}

.top-section .left {
  isolation: isolate;
}

.product-media-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  padding: 8px 12px;
  color: #fff;
  background: var(--zr-green);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(12, 74, 63, .22);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-media-badge--stock {
  top: auto;
  right: auto;
  left: 18px;
  bottom: 18px;
  color: #7c2d12;
  background: #ffedd5;
}

.top-section .left img,
img.sectionImg,
.section-image {
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 55px rgba(8, 40, 33, .26) !important;
}

.top-section .left img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
  padding: 8px;
}

.hero-tag {
  color: #0c3a32 !important;
  background: rgba(255, 255, 255, .92) !important;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: 0 10px 25px rgba(8, 40, 33, .16);
  letter-spacing: .08em !important;
}

.hero-tag-dot {
  background: var(--zr-green-bright) !important;
  box-shadow: 0 0 0 5px rgba(22, 184, 148, .22);
}

.top-section .right h1 {
  max-width: 720px;
  margin: 10px 0 14px !important;
  color: #fff !important;
  font-size: clamp(34px, 5vw, 60px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.top-section .right h4 {
  color: rgba(255, 255, 255, .94) !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

.highlight {
  color: #4a3208;
  background: linear-gradient(90deg, var(--zr-yellow), #ffe9a8) !important;
  border-radius: 8px !important;
  padding: 1px 8px !important;
}

.stars {
  width: fit-content;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  color: var(--zr-ink);
}

.stars span {
  color: #12302a !important;
  font-weight: 800;
}

.price {
  display: inline-block;
  margin: 0 0 10px !important;
  padding: 11px 16px;
  color: #0c3a32 !important;
  background: #fff;
  border: 2px solid rgba(17, 153, 122, .5);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(8, 40, 33, .14);
}

.conversion-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.conversion-chip {
  padding: 12px 14px;
  color: #12302a;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(8, 40, 33, .14);
}

.conversion-chip span {
  display: block;
  margin-bottom: 3px;
  color: #6b8079;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.conversion-chip strong {
  display: block;
  font-size: 15px;
}

.pack-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 6px;
}

.pack-preview-card {
  min-height: 116px;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0c3a32;
  background: rgba(255, 255, 255, .92);
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(8, 40, 33, .14);
  text-align: center;
}

.pack-preview-card span,
.pack-preview-card small {
  color: #6b8079;
  font-weight: 900;
}

.pack-preview-card strong {
  font-size: 24px;
  line-height: 1;
}

.pack-preview-card em {
  padding: 4px 9px;
  color: #fff;
  background: var(--zr-green);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 1000;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pack-preview-card.is-popular {
  border-color: var(--zr-green-bright);
  background: #fff;
  transform: translateY(-6px);
}

/* Hero CTA — white pill for high contrast on the green hero */
.top-section .btn {
  color: var(--zr-green-deep) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(8, 40, 33, .30) !important;
}

.top-section .btn:hover {
  background: #f3fffb !important;
  box-shadow: 0 22px 46px rgba(8, 40, 33, .38) !important;
}

.btn,
button.btn,
a.btn,
.fixed-footer .btn,
.wc-block-components-button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wfacp_next_page_button,
.public-payment .btn {
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1fc79c 0%, #0f9d76 55%, #0c8a67 100%) !important;
  box-shadow: 0 14px 30px rgba(15, 157, 118, .34) !important;
  font-weight: 1000 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.btn:hover,
button.btn:hover,
a.btn:hover,
.wc-block-components-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wfacp_next_page_button:hover,
.public-payment .btn:hover {
  filter: saturate(1.05);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(15, 157, 118, .44) !important;
}

p.limitWarn {
  color: #7f1d1d !important;
  background: #fff7cc !important;
  border: 2px dashed #ff9f1c !important;
  border-radius: 999px !important;
}

.icon-row,
.doctor-card,
.benefit-card,
.testimonial,
.step,
.review-card,
.order-section,
.public-payment .card {
  background: #fff !important;
  border: 1px solid var(--zr-mint-line) !important;
  border-radius: 22px !important;
  box-shadow: var(--zr-shadow) !important;
}

.icon-row {
  justify-content: stretch !important;
  gap: 10px;
  padding: 12px !important;
}

.icon-item {
  width: auto !important;
  flex: 1 1 0;
  padding: 10px 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--zr-mint), #fff);
}

.icon-item img {
  width: 42px !important;
}

.doctor-card {
  background: linear-gradient(135deg, #ffffff, var(--zr-mint)) !important;
}

.doctor-card .doc-info a,
.benefit-card h3,
.step h3 {
  color: var(--zr-green) !important;
}

.section {
  position: relative;
  margin: 22px 0 !important;
  padding: 34px !important;
  background: linear-gradient(135deg, var(--zr-mint), #fff7df);
  border: 1px solid var(--zr-line);
  border-radius: 28px;
  box-shadow: 0 12px 35px rgba(12, 74, 63, .06);
}

.section h2,
.conclusion h2,
.reviews h2 {
  color: var(--zr-ink) !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.section p,
.conclusion p,
.benefit-card p,
.step p,
.review-text,
.testimonial p {
  color: var(--zr-muted) !important;
  font-size: 17px !important;
}

.checklist li {
  color: #234039 !important;
  font-weight: 700;
}

.checklist li::before {
  content: "✓" !important;
  color: #fff !important;
  background: var(--zr-green);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 12px !important;
  top: 2px !important;
}

.benefits-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.benefit-card {
  min-height: 180px;
  background: linear-gradient(180deg, #fff, var(--zr-soft)) !important;
}

.testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial {
  background: linear-gradient(160deg, #ffffff, var(--zr-mint)) !important;
}

.testimonial::before {
  color: rgba(17, 153, 122, .18) !important;
}

.reviews-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.review-stars {
  color: #f59e0b !important;
  letter-spacing: 1px;
}

.conclusion {
  width: min(980px, 100%) !important;
  margin: 24px auto !important;
  padding: 34px !important;
  background: linear-gradient(135deg, var(--zr-mint), #fff7df);
  border-radius: 28px;
  box-shadow: var(--zr-shadow);
}

.fixed-footer {
  background: rgba(255, 255, 255, .96) !important;
  border-top: 1px solid var(--zr-mint-line) !important;
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.fixed-footer .btn {
  max-width: 560px;
  width: min(100%, 560px);
}

.fixed-footer__meta {
  min-width: 155px;
  text-align: left;
}

.fixed-footer__meta span,
.fixed-footer__meta strong {
  display: block;
}

.fixed-footer__meta span {
  color: #6b8079;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fixed-footer__meta strong {
  color: var(--zr-ink);
  font-size: 20px;
  line-height: 1.1;
}

/* Checkout refresh */
body.woocommerce-checkout,
body.wfacp_checkout-template-default {
  background:
    radial-gradient(circle at 12% 0%, rgba(22, 184, 148, .12), transparent 25rem),
    radial-gradient(circle at 88% 8%, rgba(245, 158, 11, .10), transparent 28rem),
    linear-gradient(180deg, #f3faf7 0%, #ffffff 42%) !important;
}

body.woocommerce-checkout #page,
body.wfacp_checkout-template-default #page {
  max-width: 1180px;
  margin: 0 auto;
}

body.woocommerce-checkout .site-main,
body.wfacp_checkout-template-default .site-main {
  padding: 0 0 48px;
}

body.woocommerce-checkout #page > .container,
body.wfacp_checkout-template-default #page > .container,
body.woocommerce-checkout .entry-content,
body.wfacp_checkout-template-default .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.woocommerce-checkout .entry-title,
body.wfacp_checkout-template-default .entry-title {
  display: none !important;
}

body.woocommerce-checkout .elementor-heading-title,
body.wfacp_checkout-template-default .elementor-heading-title {
  color: var(--zr-ink) !important;
  font-weight: 1000 !important;
  text-wrap: balance;
}

body.woocommerce-checkout .elementor-757,
body.wfacp_checkout-template-default .elementor-757 {
  --checkout-top-width: min(860px, calc(100vw - 36px));
}

body.woocommerce-checkout .elementor-element-b7764a8,
body.wfacp_checkout-template-default .elementor-element-b7764a8 {
  width: var(--checkout-top-width) !important;
  max-width: var(--checkout-top-width) !important;
  margin: 0 auto 14px !important;
  padding: clamp(13px, 2vw, 22px) clamp(16px, 3vw, 34px) !important;
  border-radius: clamp(18px, 3vw, 26px) !important;
  background: linear-gradient(140deg, #0b4a40, #0f8f72 60%, #16b18e) !important;
  box-shadow: var(--zr-shadow-strong) !important;
}

body.woocommerce-checkout .elementor-element-b7764a8 .elementor-heading-title,
body.wfacp_checkout-template-default .elementor-element-b7764a8 .elementor-heading-title {
  color: #fff !important;
  text-align: center;
  font-size: clamp(13px, 1.8vw, 20px) !important;
  line-height: 1.2 !important;
  max-width: 680px;
  margin: 0 auto !important;
}

body.woocommerce-checkout .delivery-timer-badge,
body.wfacp_checkout-template-default .delivery-timer-badge {
  flex-wrap: nowrap !important;
  width: min(720px, calc(100vw - 52px)) !important;
  margin: 0 auto 20px !important;
  padding: 10px 18px !important;
  gap: 8px !important;
  border-radius: 18px !important;
  font-size: clamp(15px, 2.2vw, 20px) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  box-shadow: 0 16px 42px rgba(12, 74, 63, .11) !important;
}

body.woocommerce-checkout .delivery-timer-badge strong,
body.wfacp_checkout-template-default .delivery-timer-badge strong {
  min-width: 74px !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-size: .95em !important;
  line-height: 1 !important;
}

body.woocommerce-checkout .elementor-element-b78fed5,
body.wfacp_checkout-template-default .elementor-element-b78fed5 {
  width: var(--checkout-top-width) !important;
  max-width: var(--checkout-top-width) !important;
  margin: 0 auto 10px !important;
}

body.woocommerce-checkout .elementor-element-b78fed5 .e-con-inner,
body.wfacp_checkout-template-default .elementor-element-b78fed5 .e-con-inner {
  justify-content: center !important;
}

body.woocommerce-checkout .elementor-element-09c96ff,
body.wfacp_checkout-template-default .elementor-element-09c96ff {
  width: min(380px, 54vw) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.woocommerce-checkout .elementor-element-09c96ff img,
body.wfacp_checkout-template-default .elementor-element-09c96ff img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

body.woocommerce-checkout .elementor-element-02ac898,
body.wfacp_checkout-template-default .elementor-element-02ac898 {
  width: var(--checkout-top-width) !important;
  max-width: var(--checkout-top-width) !important;
  margin: 0 auto 8px !important;
}

body.woocommerce-checkout .elementor-element-7bf8666,
body.wfacp_checkout-template-default .elementor-element-7bf8666 {
  max-width: 620px;
  margin: 0 auto !important;
}

body.woocommerce-checkout .elementor-element-7bf8666 .elementor-heading-title,
body.wfacp_checkout-template-default .elementor-element-7bf8666 .elementor-heading-title {
  text-align: center;
  font-size: clamp(10px, 4vw, 24px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout .elementor-element-5e5396f,
body.wfacp_checkout-template-default .elementor-element-5e5396f {
  margin-top: 4px !important;
}

body.woocommerce-checkout .elementor-element-efbd032,
body.wfacp_checkout-template-default .elementor-element-efbd032 {
  margin: 0 auto 10px !important;
  max-width: 760px;
}

body.woocommerce-checkout .elementor-element-efbd032 .elementor-heading-title,
body.wfacp_checkout-template-default .elementor-element-efbd032 .elementor-heading-title {
  text-align: center;
  font-size: clamp(24px, 3.2vw, 36px) !important;
  line-height: 1.15 !important;
}

body.woocommerce-checkout .wfacp_main_form,
body.wfacp_checkout-template-default .wfacp_main_form,
body.woocommerce-checkout #wfacp-e-form,
body.wfacp_checkout-template-default #wfacp-e-form {
  border-radius: 28px !important;
}

body.woocommerce-checkout input,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.wfacp_checkout-template-default input,
body.wfacp_checkout-template-default select,
body.wfacp_checkout-template-default textarea {
  border-color: var(--zr-mint-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(12, 74, 63, .06) !important;
}

body.woocommerce-checkout input:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.wfacp_checkout-template-default input:focus,
body.wfacp_checkout-template-default select:focus,
body.wfacp_checkout-template-default textarea:focus {
  border-color: var(--zr-green) !important;
  box-shadow: 0 0 0 4px rgba(17, 153, 122, .14) !important;
}

.custom-order-bump {
  border: 2px solid var(--zr-mint-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--zr-shadow) !important;
  overflow: hidden;
  margin: 14px 0 !important;
}

.custom-order-bump-wrapper {
  width: min(100%, 860px) !important;
  margin: 0 auto !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table span,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table span,
body.woocommerce-checkout .woocommerce-checkout-review-order-table strong,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table strong,
body.woocommerce-checkout .woocommerce-checkout-review-order-table bdi,
body.wfacp_checkout-template-default .woocommerce-checkout-review-order-table bdi {
  color: #050505 !important;
}

body.woocommerce-checkout .elementor-element-5e5396f,
body.wfacp_checkout-template-default .elementor-element-5e5396f,
body.woocommerce-checkout .elementor-element-c9a12de,
body.wfacp_checkout-template-default .elementor-element-c9a12de,
body.woocommerce-checkout .elementor-element-c9a12de .elementor-widget-container,
body.wfacp_checkout-template-default .elementor-element-c9a12de .elementor-widget-container,
body.woocommerce-checkout .elementor-element-c9a12de .elementor-shortcode,
body.wfacp_checkout-template-default .elementor-element-c9a12de .elementor-shortcode {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bump-label-full {
  display: grid !important;
  grid-template-columns: 198px minmax(0, 1fr);
  gap: 0 16px;
  padding: 0 12px 12px !important;
}

.bump-top {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--zr-mint), #d3f0e6) !important;
  border-radius: 18px !important;
  margin: 0 -12px 14px !important;
  padding: 10px 16px !important;
}

.bump-top .custom-checkbox {
  display: none !important;
}

.bump-header,
.bump-price {
  color: var(--zr-green-deep) !important;
}

.bump-body {
  display: contents !important;
}

.bump-img {
  width: 100% !important;
  max-width: 198px !important;
  min-height: 132px;
  margin: 0 !important;
  object-fit: contain;
}

.bump-body span {
  align-self: center;
  min-width: 0;
  font-size: clamp(18px, 3vw, 28px) !important;
  line-height: 1.28 !important;
}

.bump-buy-now {
  grid-column: 2;
  width: 100% !important;
  min-height: 42px !important;
  margin: 12px 0 0 !important;
  border-radius: 12px !important;
}

.trustpilot-section {
  background: transparent !important;
}

.trustpilot-section .card {
  border: 1px solid var(--zr-mint-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--zr-shadow) !important;
}

.trustpilot-section .btn-review {
  border-radius: 999px !important;
  background: var(--zr-green) !important;
}

body.woocommerce-checkout .mainfooter,
body.wfacp_checkout-template-default .mainfooter {
  border-radius: 28px 28px 0 0;
  background: var(--zr-green-deep) !important;
}

/* Public PHP result/payment pages */
.public-payment {
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 48px 18px !important;
  display: grid;
  place-items: center;
}

.public-payment .card {
  width: min(760px, 100%);
  padding: clamp(24px, 4vw, 42px) !important;
}

.public-payment h1 {
  color: var(--zr-ink) !important;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.public-payment .pill {
  color: #0c3a32 !important;
  background: linear-gradient(135deg, var(--zr-mint), #d3f0e6) !important;
}

.public-payment .meta-box {
  border-color: var(--zr-mint-line) !important;
  border-radius: 16px !important;
  background: var(--zr-soft) !important;
}

.public-payment .btn-success {
  background: linear-gradient(135deg, #34d399, #0f8f72) !important;
  color: #fff !important;
}

.public-payment .btn-fail {
  background: linear-gradient(135deg, #fb7185, #dc2626) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .benefits-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .testimonials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.page-id-1644 {
    padding-bottom: 86px !important;
  }

  body.woocommerce-checkout #page,
  body.wfacp_checkout-template-default #page,
  body.woocommerce-checkout #page > .container,
  body.wfacp_checkout-template-default #page > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .top-section {
    grid-template-columns: 1fr;
    padding: 18px !important;
    border-radius: 24px;
  }

  .top-section::before {
    top: 16px;
    right: -54px;
  }

  .top-section .right h1 {
    font-size: clamp(31px, 10vw, 44px) !important;
  }

  .top-section .right h4 {
    font-size: 17px !important;
  }

  .section,
  .conclusion {
    padding: 22px 16px !important;
    border-radius: 22px;
  }

  .benefits-grid,
  .reviews-grid {
    grid-template-columns: 1fr !important;
  }

  .icon-row {
    grid-template-columns: 1fr;
    display: grid !important;
  }

  .doctor-card {
    align-items: flex-start !important;
  }

  .fixed-footer {
    padding: 10px 12px !important;
    gap: 8px;
  }

  .fixed-footer .btn {
    min-height: 48px;
    padding: 12px 16px !important;
    font-size: 13px !important;
    white-space: normal;
  }

  .conversion-topbar__inner {
    width: 100%;
    min-height: 0;
    padding: 7px 10px;
    justify-content: center;
    gap: 8px 14px;
    flex-wrap: wrap;
    overflow: visible;
    font-size: clamp(10px, 2.6vw, 12px);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
  }

  .conversion-topbar__inner span {
    white-space: normal;
  }

  .conversion-topbar__inner span + span::before {
    display: none;
  }

  .conversion-topbar__inner span:not(.rm-ship) {
    display: none;
  }

  .delivery-alert {
    max-width: calc(100% - 12px);
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 9px 10px;
    gap: 6px;
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.35;
  }

  .delivery-timer-badge {
    width: min(680px, calc(100vw - 46px)) !important;
    margin: 0 auto 18px !important;
    padding: 9px 12px !important;
    gap: 6px !important;
    border-radius: 16px !important;
    font-size: clamp(12px, 3.2vw, 15px) !important;
    line-height: 1.15 !important;
  }

  body.woocommerce-checkout .elementor-element-b7764a8,
  body.wfacp_checkout-template-default .elementor-element-b7764a8 {
    width: min(860px, calc(100vw - 32px)) !important;
    max-width: min(860px, calc(100vw - 32px)) !important;
    margin: 0 auto 14px !important;
    padding: 14px 14px !important;
    border-radius: 20px !important;
  }

  body.woocommerce-checkout .elementor-element-b7764a8 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-b7764a8 .elementor-heading-title {
    font-size: clamp(13px, 3.8vw, 18px) !important;
    line-height: 1.2 !important;
  }

  body.woocommerce-checkout .elementor-element-b78fed5,
  body.wfacp_checkout-template-default .elementor-element-b78fed5,
  body.woocommerce-checkout .elementor-element-02ac898,
  body.wfacp_checkout-template-default .elementor-element-02ac898 {
    width: min(860px, calc(100vw - 32px)) !important;
    max-width: min(860px, calc(100vw - 32px)) !important;
  }

  body.woocommerce-checkout .elementor-element-b78fed5,
  body.wfacp_checkout-template-default .elementor-element-b78fed5 {
    margin-bottom: 8px !important;
  }

  body.woocommerce-checkout .elementor-element-09c96ff,
  body.wfacp_checkout-template-default .elementor-element-09c96ff {
    width: min(320px, 50vw) !important;
  }

  body.woocommerce-checkout .elementor-element-02ac898,
  body.wfacp_checkout-template-default .elementor-element-02ac898 {
    margin-bottom: 6px !important;
  }

  body.woocommerce-checkout .elementor-element-7bf8666 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-7bf8666 .elementor-heading-title {
    font-size: clamp(10px, 4vw, 24px) !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-checkout .elementor-element-5e5396f,
  body.wfacp_checkout-template-default .elementor-element-5e5396f {
    margin-top: 0 !important;
  }

  body.woocommerce-checkout .elementor-element-efbd032,
  body.wfacp_checkout-template-default .elementor-element-efbd032 {
    margin-bottom: 8px !important;
  }

  body.woocommerce-checkout .elementor-element-efbd032 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-efbd032 .elementor-heading-title {
    font-size: clamp(22px, 5vw, 30px) !important;
    line-height: 1.14 !important;
  }

  .custom-order-bump-wrapper {
    width: calc(100vw - 32px) !important;
    max-width: none !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
  }

  .custom-order-bump {
    margin: 12px 0 !important;
    border-radius: 18px !important;
  }

  .bump-label-full {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 0 10px;
    padding: 0 8px 10px !important;
  }

  .bump-top {
    margin: 0 -8px 12px !important;
    padding: 9px 12px !important;
    gap: 6px !important;
    border-radius: 15px !important;
  }

  .bump-img {
    max-width: 118px !important;
    min-height: 96px;
  }

  .bump-body span {
    font-size: clamp(18px, 5vw, 23px) !important;
    line-height: 1.25 !important;
  }

  .bump-buy-now {
    min-height: 40px !important;
    margin-top: 10px !important;
  }

  .conversion-chips,
  .pack-preview {
    grid-template-columns: 1fr;
  }

  .pack-preview-card.is-popular {
    transform: none;
  }

  .fixed-footer__meta {
    min-width: 112px;
  }

  .fixed-footer__meta span {
    font-size: 10px;
  }

  .fixed-footer__meta strong {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  body.page-id-1644 > .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .section p,
  .conclusion p,
  .benefit-card p,
  .step p,
  .review-text,
  .testimonial p {
    font-size: 16px !important;
  }

  .public-payment {
    padding: 24px 12px !important;
  }

  .fixed-footer {
    align-items: stretch;
    padding: 8px !important;
  }

  .conversion-topbar__inner {
    display: flex;
    padding: 6px 10px;
  }

  .conversion-topbar__inner span.rm-ship {
    justify-content: center;
  }

  .delivery-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .delivery-alert__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, .14);
  }

  .delivery-alert__timer {
    min-width: 54px;
    padding: 2px 7px;
  }

  .delivery-timer-badge {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: calc(100vw - 28px) !important;
    margin-bottom: 18px !important;
    padding: 8px 8px !important;
    border-radius: 14px !important;
    font-size: clamp(11px, 3.25vw, 13px) !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .delivery-timer-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--zr-orange);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, .14);
  }

  .delivery-timer-badge strong {
    min-width: 54px !important;
    padding: 4px 7px !important;
  }

  body.woocommerce-checkout .elementor-element-b7764a8,
  body.wfacp_checkout-template-default .elementor-element-b7764a8,
  body.woocommerce-checkout .elementor-element-b78fed5,
  body.wfacp_checkout-template-default .elementor-element-b78fed5,
  body.woocommerce-checkout .elementor-element-02ac898,
  body.wfacp_checkout-template-default .elementor-element-02ac898 {
    width: calc(100vw - 34px) !important;
    max-width: calc(100vw - 34px) !important;
  }

  body.woocommerce-checkout .elementor-element-b7764a8,
  body.wfacp_checkout-template-default .elementor-element-b7764a8 {
    padding: 13px 12px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-checkout .elementor-element-b7764a8 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-b7764a8 .elementor-heading-title {
    font-size: clamp(12px, 4vw, 17px) !important;
  }

  body.woocommerce-checkout .elementor-element-09c96ff,
  body.wfacp_checkout-template-default .elementor-element-09c96ff {
    width: min(300px, 54vw) !important;
  }

  body.woocommerce-checkout .elementor-element-7bf8666 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-7bf8666 .elementor-heading-title {
    font-size: clamp(10px, 4vw, 24px) !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-checkout .elementor-element-efbd032 .elementor-heading-title,
  body.wfacp_checkout-template-default .elementor-element-efbd032 .elementor-heading-title {
    font-size: clamp(21px, 5.8vw, 27px) !important;
    line-height: 1.14 !important;
  }

  .custom-order-bump-wrapper {
    width: calc(100vw - 28px) !important;
  }

  .bump-label-full {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0 10px;
  }

  .bump-top {
    font-size: 12px !important;
  }

  .bump-img {
    max-width: 104px !important;
    min-height: 86px;
  }

  .bump-buy-now {
    grid-column: 1 / -1;
  }

  .fixed-footer__meta {
    display: none;
  }
}
