/* BeWebco Stitch — Vibrant Authority helpers + Betheme isolation + token fallbacks */

/* ---- Isolate from Betheme / theme chrome ---- */
body.bewebco-stitch-page #Content,
body.bewebco-stitch-page .content_wrapper,
body.bewebco-stitch-page .the_content_wrapper,
body.bewebco-stitch-page .section_wrapper {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}
body.bewebco-stitch-page .section.the_content,
body.bewebco-stitch-page .section.mcb-section.the_content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.bewebco-stitch-page .section-post-header,
body.bewebco-stitch-page #Content .title,
body.bewebco-stitch-page .post-title,
body.bewebco-stitch-page .entry-title,
body.bewebco-stitch-page #Subheader,
body.bewebco-stitch-page .subheader,
body.bewebco-stitch-page #Subheader .title,
body.bewebco-stitch-page #Subheader .title *,
body.bewebco-stitch-page .section-subheader,
body.page-id-205 #Subheader,
body.page-id-205 #Subheader .title,
body.bewebco-stitch-page--site-care #Subheader,
body.bewebco-stitch-page--site-care #Subheader .title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  min-height: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
body.bewebco-stitch-page #Content .the_content_wrapper > *:not(.bewebco-stitch) {
  /* keep only stitch root if theme injects extras */
}

.bewebco-stitch {
  --bewebco-sticky-offset: 64px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: #1a1c1e;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  overflow-x: clip;
}
.bewebco-stitch *,
.bewebco-stitch *::before,
.bewebco-stitch *::after {
  box-sizing: border-box;
}
.bewebco-stitch :is(h1, h2, h3, h4, h5) {
  font-family: Montserrat, Inter, sans-serif;
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
}
.bewebco-stitch p {
  margin: 0;
}
.bewebco-stitch img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.bewebco-stitch .h-64 { height: 16rem !important; }
.bewebco-stitch--portfolio {
  padding-top: 48px;
}
.bewebco-stitch--portfolio .bewebco-pf-hero {
  padding-top: 24px;
  padding-bottom: 40px;
}
.bewebco-stitch--portfolio .bewebco-pf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bewebco-stitch--portfolio .bewebco-pf-grid[hidden] {
  display: none !important;
}
.bewebco-stitch--portfolio .bewebco-pf-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 16px 0;
}
.bewebco-stitch--portfolio .bewebco-pf-pager__btn,
.bewebco-stitch--portfolio .bewebco-pf-pager__num {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #1a1c1e;
  cursor: pointer;
  font: 600 16px/1 Inter, system-ui, sans-serif;
}
.bewebco-stitch--portfolio .bewebco-pf-pager__num.is-active,
.bewebco-stitch--portfolio .bewebco-pf-pager__btn:hover,
.bewebco-stitch--portfolio .bewebco-pf-pager__num:hover {
  background: #006d37;
  border-color: #006d37;
  color: #fff;
}
.bewebco-stitch--portfolio .bewebco-pf-media {
  height: 12rem !important;
  max-height: 12rem !important;
  overflow: hidden !important;
  position: relative;
  background: #eeeef0;
}
.bewebco-stitch--portfolio .bewebco-pf-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
}
.bewebco-stitch--pricing .bewebco-pr-hero {
  padding-top: 72px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .bewebco-stitch {
    --bewebco-sticky-offset: 80px;
  }
  .bewebco-stitch--portfolio {
    padding-top: 64px;
  }
  .bewebco-stitch--portfolio .bewebco-pf-hero {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .bewebco-stitch--portfolio .bewebco-pf-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bewebco-stitch--portfolio .bewebco-pf-media {
    height: 14rem !important;
    max-height: 14rem !important;
  }
  .bewebco-stitch--pricing .bewebco-pr-hero {
    padding-top: 88px;
  }
}
.bewebco-stitch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bewebco-stitch a {
  text-decoration: none;
}

/* Absolute images inside relative cards (bento) */
.bewebco-stitch .relative {
  position: relative;
}
.bewebco-stitch .absolute {
  position: absolute;
}
.bewebco-stitch .inset-0 {
  inset: 0;
}
.bewebco-stitch .object-cover {
  object-fit: cover;
}
/* Only fill parent when intentionally absolute-inset (bento / cover heroes) */
.bewebco-stitch .absolute.inset-0.object-cover,
.bewebco-stitch .absolute.inset-0 > img.object-cover {
  width: 100%;
  height: 100%;
}

/* ---- Token fallbacks (if CDN config fails) ---- */
.bewebco-stitch .bg-surface-off-white,
body.bewebco-stitch-page {
  background-color: #f9fafb;
}
.bewebco-stitch .bg-surface-container-lowest { background-color: #ffffff; }
.bewebco-stitch .bg-surface-container-low { background-color: #f3f3f6; }
.bewebco-stitch .bg-surface-container { background-color: #eeeef0; }
.bewebco-stitch .bg-surface-container-high { background-color: #e8e8ea; }
.bewebco-stitch .bg-primary { background-color: #006d37; }
.bewebco-stitch .bg-primary\/10 { background-color: rgba(0, 109, 55, 0.1); }
.bewebco-stitch .bg-primary-container { background-color: #2ecc71; }
.bewebco-stitch .bg-secondary-container { background-color: #fd8b00; }
.bewebco-stitch .bg-secondary-container\/10 { background-color: rgba(253, 139, 0, 0.1); }
.bewebco-stitch .bg-tertiary { background-color: #006688; }
.bewebco-stitch .bg-tertiary\/10 { background-color: rgba(0, 102, 136, 0.1); }
.bewebco-stitch .bg-tertiary-container { background-color: #00c0fd; }
.bewebco-stitch .bg-surface\/80 { background-color: rgba(249, 249, 252, 0.8); }
.bewebco-stitch .text-on-surface { color: #1a1c1e; }
.bewebco-stitch .text-on-surface-variant { color: #3d4a3e; }
.bewebco-stitch .text-slate-text { color: #374151; }
.bewebco-stitch .text-primary { color: #006d37; }
.bewebco-stitch .text-secondary { color: #fd8b00; }
.bewebco-stitch .text-secondary-container { color: #fd8b00; }
.bewebco-stitch .text-tertiary { color: #006688; }
.bewebco-stitch .text-on-primary { color: #ffffff; }
.bewebco-stitch .text-on-primary-container { color: #005027; }
.bewebco-stitch .text-on-tertiary { color: #ffffff; }
.bewebco-stitch .text-on-tertiary-container { color: #004b64; }
.bewebco-stitch .text-white { color: #ffffff; }
.bewebco-stitch .border-primary { border-color: #006d37; }
.bewebco-stitch .border-primary\/20 { border-color: rgba(0, 109, 55, 0.2); }
.bewebco-stitch .border-primary\/30 { border-color: rgba(0, 109, 55, 0.3); }
.bewebco-stitch .border-border-subtle { border-color: #e5e7eb; }
.bewebco-stitch .border-on-surface { border-color: #1a1c1e; }
.bewebco-stitch .border-transparent { border-color: transparent; }

.bewebco-stitch .max-w-container-max { max-width: 1280px !important; }
.bewebco-stitch .max-w-xl { max-width: 36rem; }
.bewebco-stitch .max-w-2xl { max-width: 42rem; }
.bewebco-stitch .max-w-4xl { max-width: 56rem; }
.bewebco-stitch .mx-auto { margin-left: auto !important; margin-right: auto !important; }
.bewebco-stitch .w-full { width: 100%; }
.bewebco-stitch .w-2 { width: 0.5rem; }
.bewebco-stitch .h-2 { height: 0.5rem; }
.bewebco-stitch .w-8 { width: 2rem !important; max-width: 2rem; }
.bewebco-stitch .h-8 { height: 2rem !important; max-height: 2rem; }
.bewebco-stitch .w-10 { width: 2.5rem !important; }
.bewebco-stitch .h-10 { height: 2.5rem !important; }
.bewebco-stitch .w-12 { width: 3rem !important; max-width: 3rem; }
.bewebco-stitch .h-12 { height: 3rem !important; max-height: 3rem; }
.bewebco-stitch .h-auto { height: auto !important; }
.bewebco-stitch .h-40 { height: 10rem !important; }
.bewebco-stitch .h-full { height: 100%; }
.bewebco-stitch .glass-panel > img.w-full.h-40,
.bewebco-stitch .glass-card > img.w-full.h-40 {
  width: 100% !important;
  max-width: 100% !important;
  height: 10rem !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch .-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  margin-left: -0.5rem;
}

.bewebco-stitch .px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.bewebco-stitch .px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.bewebco-stitch .px-margin-mobile { padding-left: 16px !important; padding-right: 16px !important; }
.bewebco-stitch .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.bewebco-stitch .p-6 { padding: 1.5rem; }
.bewebco-stitch .p-8 { padding: 2rem; }
.bewebco-stitch .p-10 { padding: 2.5rem; }
.bewebco-stitch .pt-16 { padding-top: 4rem !important; } /* 64px — Results top pad */
.bewebco-stitch .pt-section-padding-lg { padding-top: 56px !important; }
.bewebco-stitch .pb-section-padding-lg { padding-bottom: 56px !important; }
.bewebco-stitch .py-section-padding-lg { padding-top: 56px !important; padding-bottom: 56px !important; }
.bewebco-stitch .mb-section-padding-lg { margin-bottom: 56px !important; }
/* Inner box padding — never inherit 56/40 section rhythm */
.bewebco-stitch .p-section-padding-lg,
.bewebco-stitch .md\:p-section-padding-lg { padding: 32px !important; }
.bewebco-stitch .mb-stack-sm { margin-bottom: 8px !important; }
.bewebco-stitch .mb-stack-md { margin-bottom: 16px !important; }
.bewebco-stitch .mb-stack-lg { margin-bottom: 32px !important; }
.bewebco-stitch .pt-stack-md { padding-top: 16px; }
.bewebco-stitch .gap-gutter { gap: 24px !important; }
.bewebco-stitch .gap-2 { gap: 0.5rem; }
.bewebco-stitch .gap-4 { gap: 1rem; }
.bewebco-stitch .gap-6 { gap: 1.5rem; }
.bewebco-stitch .gap-8 { gap: 2rem; }
.bewebco-stitch .space-y-stack-lg > :not([hidden]) ~ :not([hidden]) { margin-top: 32px !important; }
.bewebco-stitch .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.bewebco-stitch .text-label-sm { font-size: 12px; line-height: 16px; font-weight: 500; }
.bewebco-stitch .text-label-bold { font-size: 14px; line-height: 20px; letter-spacing: 0.05em; font-weight: 600; }
.bewebco-stitch .text-body-md { font-size: 16px; line-height: 24px; font-weight: 400; }
.bewebco-stitch .text-body-lg { font-size: 18px; line-height: 28px; font-weight: 400; }
.bewebco-stitch .text-headline-sm { font-size: 24px; line-height: 32px; font-weight: 600; }
.bewebco-stitch .text-headline-md { font-size: 32px; line-height: 40px; font-weight: 600; }
.bewebco-stitch .text-headline-lg-mobile { font-size: 32px; line-height: 40px; font-weight: 700; }
.bewebco-stitch .text-headline-lg { font-size: 48px; line-height: 56px; letter-spacing: -0.01em; font-weight: 700; }
.bewebco-stitch .text-display-lg { font-size: 48px; line-height: 56px; letter-spacing: -0.02em; font-weight: 700; }
.bewebco-stitch .grid { display: grid; }
.bewebco-stitch .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.bewebco-stitch .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
/* wpautop leftovers (safety net) */
.bewebco-stitch .grid > p:empty,
.bewebco-stitch .grid > p:has(> br:only-child),
.bewebco-stitch .grid > p:not(:has(*)):not(:has(img)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  grid-column: unset !important;
  overflow: hidden !important;
}
.bewebco-stitch .flex { display: flex; }
.bewebco-stitch .inline-flex { display: inline-flex; }
.bewebco-stitch .flex-col { flex-direction: column; }
.bewebco-stitch .flex-wrap { flex-wrap: wrap; }
.bewebco-stitch .flex-1 { flex: 1 1 0%; }
.bewebco-stitch .flex-grow { flex-grow: 1; }
.bewebco-stitch .items-center { align-items: center; }
.bewebco-stitch .items-start { align-items: flex-start; }
.bewebco-stitch .justify-center { justify-content: center; }
.bewebco-stitch .justify-between { justify-content: space-between; }
.bewebco-stitch .text-center { text-align: center; }
.bewebco-stitch .rounded-full { border-radius: 9999px; }
.bewebco-stitch .rounded-lg,
.bewebco-stitch .rounded-xl { border-radius: 0.75rem; }
.bewebco-stitch .rounded-2xl { border-radius: 1rem; }
.bewebco-stitch .overflow-hidden { overflow: hidden; }
.bewebco-stitch .min-h-\[90vh\] { min-height: 90vh; }
.bewebco-stitch .min-h-\[400px\] { min-height: 400px; }
/* Base span before responsive md:/lg: overrides (order matters; same specificity) */
.bewebco-stitch .col-span-12 { grid-column: span 12 / span 12; }
.bewebco-stitch .max-w-md { max-width: 28rem; }
.bewebco-stitch .min-w-0 { min-width: 0; }
.bewebco-stitch .whitespace-nowrap { white-space: nowrap; }
.bewebco-stitch .flex-shrink-0,
.bewebco-stitch .shrink-0 { flex-shrink: 0; }

/* Responsive grids MUST come after base grid-cols-* or they lose the cascade */
@media (min-width: 640px) {
  .bewebco-stitch .sm\:flex-row { flex-direction: row; }
}
@media (min-width: 768px) {
  .bewebco-stitch .md\:text-display-lg { font-size: 64px; line-height: 72px; }
  .bewebco-stitch .md\:text-headline-lg { font-size: 48px; line-height: 56px; }
  .bewebco-stitch .md\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
  .bewebco-stitch .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .bewebco-stitch .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .bewebco-stitch .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  /* md:col-span-* AFTER base .col-span-12 so desktop spans win (Site Care / AI / all stitch) */
  .bewebco-stitch .md\:col-span-2 { grid-column: span 2 / span 2; }
  .bewebco-stitch .md\:col-span-3 { grid-column: span 3 / span 3; }
  .bewebco-stitch .md\:col-span-4 { grid-column: span 4 / span 4; }
  .bewebco-stitch .md\:col-span-5 { grid-column: span 5 / span 5; }
  .bewebco-stitch .md\:col-span-7 { grid-column: span 7 / span 7; }
  .bewebco-stitch .md\:col-span-8 { grid-column: span 8 / span 8; }
  .bewebco-stitch .md\:flex-row { flex-direction: row; }
  .bewebco-stitch .md\:w-1\/3 { width: 33.333333%; }
  .bewebco-stitch .md\:mb-12 { margin-bottom: 3rem; }
  .bewebco-stitch .md\:text-left { text-align: left; }
  .bewebco-stitch .md\:mt-0 { margin-top: 0; }
  .bewebco-stitch .md\:p-12 { padding: 3rem; }
  .bewebco-stitch .md\:rotate-2 { transform: rotate(2deg); }
}
@media (min-width: 1024px) {
  .bewebco-stitch .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .bewebco-stitch .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .bewebco-stitch .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .bewebco-stitch .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; }
  .bewebco-stitch .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .bewebco-stitch .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .bewebco-stitch .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .bewebco-stitch .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .bewebco-stitch .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .bewebco-stitch .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .bewebco-stitch .lg\:flex { display: flex; }
  .bewebco-stitch .lg\:block { display: block; }
  .bewebco-stitch .lg\:hidden { display: none; }
  .bewebco-stitch .lg\:text-left { text-align: left; }
  .bewebco-stitch .lg\:items-start { align-items: flex-start; }
  .bewebco-stitch .lg\:sticky { position: sticky; }
  .bewebco-stitch .lg\:top-32 { top: 8rem; }
  .bewebco-stitch .lg\:mb-0 { margin-bottom: 0; }
  .bewebco-stitch .lg\:max-w-md { max-width: 28rem; }
  .bewebco-stitch .lg\:max-w-xl { max-width: 36rem; }
  .bewebco-stitch .lg\:max-w-2xl { max-width: 42rem; }
  .bewebco-stitch .lg\:p-16 { padding: 4rem; }
  .bewebco-stitch .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .bewebco-stitch .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}

/* Visual helpers */
.bewebco-stitch .glass-panel,
.bewebco-stitch .glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.bewebco-stitch .text-gradient {
  background: linear-gradient(135deg, #006d37, #fd8b00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #006d37; /* fallback if clip unsupported */
}
.bewebco-stitch .ambient-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.bewebco-stitch .hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bewebco-stitch .hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.bewebco-stitch .material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

/* Contact Form 7 */
.bewebco-stitch--order .bewebco-contact-choice {
  padding: 1.5rem;
  border: 1px solid var(--outline-variant, #c4c8c0);
  border-radius: 1rem;
  background: var(--surface-container-low, #f6f7f2);
}
.bewebco-stitch--order .bewebco-contact-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.bewebco-stitch--order .bewebco-contact-choice__card {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  min-height: 5.5rem;
  padding: 1rem;
  border: 1px solid var(--outline-variant, #c4c8c0);
  border-radius: .75rem;
  color: inherit;
  text-decoration: none;
  background: #fff;
}
.bewebco-stitch--order .bewebco-contact-choice__card--active {
  border-color: var(--primary, #006d37);
  box-shadow: inset 0 0 0 1px var(--primary, #006d37);
}
.bewebco-stitch--order .bewebco-contact-choice__card .material-symbols-outlined { color: var(--primary, #006d37); }
.bewebco-stitch--order .bewebco-contact-choice__card span > span { display: block; }
.bewebco-stitch--order .bewebco-contact-choice__card strong,
.bewebco-stitch--order .bewebco-contact-choice__card small { display: block; }
.bewebco-stitch--order .bewebco-contact-choice__card small { margin-top: .25rem; color: var(--on-surface-variant, #4c514b); }
.bewebco-stitch--order .bewebco-order-details { padding: 1rem 1.25rem; border: 1px solid var(--outline-variant, #c4c8c0); border-radius: .75rem; }
.bewebco-stitch--order .bewebco-order-details summary { cursor: pointer; color: var(--primary, #006d37); font-weight: 700; }
.bewebco-stitch--contact .bewebco-contact-choice { margin: 0 0 2rem; padding: 1.5rem; border: 1px solid var(--outline-variant, #c4c8c0); border-radius: 1rem; background: var(--surface-container-low, #f6f7f2); }
.bewebco-stitch--contact .bewebco-contact-choice__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.bewebco-stitch--contact .bewebco-contact-choice__card { display: flex; gap: .75rem; align-items: flex-start; padding: 1rem; color: inherit; text-decoration: none; border: 1px solid var(--outline-variant, #c4c8c0); border-radius: .75rem; background: #fff; }
.bewebco-stitch--contact .bewebco-contact-choice__card--active { border-color: var(--primary, #006d37); box-shadow: inset 0 0 0 1px var(--primary, #006d37); }
.bewebco-stitch--contact .bewebco-contact-choice__card .material-symbols-outlined { color: var(--primary, #006d37); }
.bewebco-stitch--contact .bewebco-contact-choice__card span > span, .bewebco-stitch--contact .bewebco-contact-choice__card strong, .bewebco-stitch--contact .bewebco-contact-choice__card small { display: block; }
.bewebco-stitch--contact .bewebco-contact-choice__card small { margin-top: .25rem; color: var(--on-surface-variant, #4c514b); }
.bewebco-stitch--site-care .bewebco-sc-trust__awards { display: none; }
.bewebco-stitch--rebuild .bewebco-rb-trust__awards { display: none; }
.bewebco-stitch--landing .bewebco-lp-repeat-section { display: none; }
.bewebco-stitch--landing .bewebco-lp-trust__awards { display: none; }
@media (max-width: 767px) {
  .bewebco-stitch--order .bewebco-contact-choice__grid { grid-template-columns: 1fr; }
  .bewebco-stitch--contact .bewebco-contact-choice__grid { grid-template-columns: 1fr; }
}
.bewebco-stitch .wpcf7 { margin: 0; }
.bewebco-stitch .wpcf7 input[type="text"],
.bewebco-stitch .wpcf7 input[type="email"],
.bewebco-stitch .wpcf7 input[type="url"],
.bewebco-stitch .wpcf7 input[type="tel"],
.bewebco-stitch .wpcf7 textarea,
.bewebco-stitch .wpcf7 select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #f3f4f6;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1a1c1e;
}
.bewebco-stitch .wpcf7 input:focus,
.bewebco-stitch .wpcf7 textarea:focus {
  outline: none;
  background: #fff;
  border-color: #006d37;
}
.bewebco-stitch .wpcf7 input[type="submit"],
.bewebco-stitch .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fd8b00;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0.9rem 2rem;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
}
.bewebco-stitch .wpcf7 input[type="submit"]:hover,
.bewebco-stitch .wpcf7 .wpcf7-submit:hover {
  background: #904d00;
}

/* Pricing Growth highlight overflow */
.bewebco-stitch .bewebco-stitch--pricing .grid {
  align-items: stretch;
  padding-top: 1.5rem;
}
.bewebco-stitch--pricing [class*="scale-105"] {
  transform: none;
  height: auto !important;
  border-width: 2px;
  border-color: #006d37;
}

/* Products shop cards (from products_shop mockup) */
.bewebco-stitch .product-card-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.bewebco-stitch .product-card {
  transition: all 0.3s ease;
}
.bewebco-stitch .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #006d37;
}
.bewebco-stitch .card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.bewebco-stitch .ambient-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.bewebco-stitch .p-stack-md { padding: 16px; }
.bewebco-stitch .gap-stack-md { gap: 16px; }
.bewebco-stitch .prose ul {
  list-style: disc;
  margin: 1rem 0 1.5rem 1.25rem;
  padding: 0;
}
.bewebco-stitch .prose li {
  margin-bottom: 0.5rem;
}
.bewebco-stitch .prose h2 {
  margin: 2rem 0 1rem;
}
.bewebco-stitch .prose p {
  margin-bottom: 1rem;
}
.bewebco-stitch .aspect-video {
  aspect-ratio: 16 / 9;
}
.bewebco-stitch .aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.bewebco-stitch .py-stack-lg { padding-top: 32px; padding-bottom: 32px; }
.bewebco-stitch .gap-stack-lg { gap: 32px; }
.bewebco-stitch .gap-stack-sm { gap: 8px; }
.bewebco-stitch .mt-8 { margin-top: 2rem; }
.bewebco-stitch .hidden { display: none; }
.bewebco-stitch .space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.bewebco-stitch .bento-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100%;
}
.bewebco-stitch .bento-grid.items-center {
  align-items: center;
}
/* wpautop leftovers inside bento (same breakage as .grid) */
.bewebco-stitch .bento-grid > p:empty,
.bewebco-stitch .bento-grid > p:has(> br:only-child),
.bewebco-stitch .bento-grid > p:not(:has(*)):not(:has(img)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  grid-column: unset !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .bewebco-stitch .bento-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .bewebco-stitch .bento-grid > [class*="col-span"] {
    width: 100%;
  }
}

/* Site Care: tighter vertical rhythm (120px section pad balloons inside Betheme) */
.bewebco-stitch--site-care .bewebco-sc-hero {
  position: relative;
  overflow: hidden;
  padding-top: 48px !important;
  padding-bottom: 40px !important;
}
.bewebco-stitch--site-care .bewebco-sc-features {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-bottom: 48px !important;
}
.bewebco-stitch--site-care .bewebco-sc-hero-media {
  height: 280px !important;
  max-height: 280px !important;
  min-height: 0 !important;
}
.bewebco-stitch--site-care .bewebco-sc-hero-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
}
body.bewebco-stitch-page--site-care #Content,
body.bewebco-stitch-page--site-care #Content .content_wrapper,
body.bewebco-stitch-page--site-care #Content .section.the_content,
body.bewebco-stitch-page--audit #Content,
body.bewebco-stitch-page--audit #Content .content_wrapper,
body.bewebco-stitch-page--audit #Content .section.the_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.bewebco-stitch--site-care .bewebco-sc-icon-xl {
  font-size: 120px !important;
  line-height: 1 !important;
}
.bewebco-stitch--site-care .bewebco-sc-section,
.bewebco-stitch--site-care .bewebco-sc-cta {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.bewebco-stitch--site-care .bewebco-sc-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bewebco-stitch--site-care .bewebco-sc-kicker {
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.bewebco-stitch--site-care .bewebco-sc-price-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 109, 55, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(0, 109, 55, 0.1);
}
.bewebco-stitch--site-care .bewebco-sc-price-card span,
.bewebco-stitch--site-care .bewebco-sc-price-card small,
.bewebco-stitch--site-care .bewebco-sc-plan-label,
.bewebco-stitch--site-care .bewebco-sc-final-order span {
  color: #374151;
  font: 700 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bewebco-stitch--site-care .bewebco-sc-price-card strong,
.bewebco-stitch--site-care .bewebco-sc-final-order strong,
.bewebco-stitch--site-care .bewebco-sc-plan strong {
  color: #006d37;
  font: 800 34px/42px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-price-card small {
  text-transform: none;
  letter-spacing: 0;
}
.bewebco-stitch--site-care .bewebco-sc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.bewebco-stitch--site-care .bewebco-sc-chips li {
  border: 1px solid rgba(0, 109, 55, 0.18);
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.08);
  color: #005027;
  font: 700 14px/20px Inter, system-ui, sans-serif;
  padding: 0.5rem 0.85rem;
}
.bewebco-stitch--site-care .bewebco-sc-button-primary,
.bewebco-stitch--site-care .bewebco-sc-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 0.75rem;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  padding: 0.9rem 1.4rem;
  text-transform: uppercase;
}
.bewebco-stitch--site-care .bewebco-sc-button-primary {
  background: #006d37;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 109, 55, 0.18);
}
.bewebco-stitch--site-care .bewebco-sc-button-secondary {
  border: 2px solid #6c7b6d;
  background: transparent;
  color: #1a1c1e;
}
.bewebco-stitch--site-care .bewebco-sc-hero-card {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #ffffff;
}
.bewebco-stitch--site-care .bewebco-sc-hero-img {
  width: 100% !important;
  height: 260px !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--site-care .bewebco-sc-status-panel {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}
.bewebco-stitch--site-care .bewebco-sc-status-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.85rem;
  align-items: start;
  border: 1px solid rgba(0, 109, 55, 0.12);
  border-radius: 1rem;
  background: #f7faf8;
  padding: 0.9rem;
}
.bewebco-stitch--site-care .bewebco-sc-status-row .material-symbols-outlined {
  grid-row: span 2;
  color: #006d37;
  font-size: 24px;
  margin-top: 0.1rem;
}
.bewebco-stitch--site-care .bewebco-sc-status-row strong {
  color: #1a1c1e;
  font: 800 16px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-status-row small {
  color: #374151;
  font: 400 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-card,
.bewebco-stitch--site-care .bewebco-sc-step,
.bewebco-stitch--site-care .bewebco-sc-risk-card,
.bewebco-stitch--site-care .bewebco-sc-faq article,
.bewebco-stitch--site-care .bewebco-sc-plan,
.bewebco-stitch--site-care .bewebco-sc-boundary-card {
  min-height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bewebco-stitch--site-care .bewebco-sc-card,
.bewebco-stitch--site-care .bewebco-sc-step,
.bewebco-stitch--site-care .bewebco-sc-risk-card,
.bewebco-stitch--site-care .bewebco-sc-plan {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bewebco-stitch--site-care .bewebco-sc-card > .material-symbols-outlined {
  color: #006d37;
  font-size: 34px;
}
.bewebco-stitch--site-care .bewebco-sc-card h3,
.bewebco-stitch--site-care .bewebco-sc-step h3,
.bewebco-stitch--site-care .bewebco-sc-risk-card h3,
.bewebco-stitch--site-care .bewebco-sc-faq h3,
.bewebco-stitch--site-care .bewebco-sc-plan h3,
.bewebco-stitch--site-care .bewebco-sc-boundary-card h3 {
  color: #1a1c1e;
  font: 700 22px/28px Montserrat, Inter, sans-serif;
  margin: 0;
}
.bewebco-stitch--site-care .bewebco-sc-card p,
.bewebco-stitch--site-care .bewebco-sc-step p,
.bewebco-stitch--site-care .bewebco-sc-risk-card p,
.bewebco-stitch--site-care .bewebco-sc-faq p,
.bewebco-stitch--site-care .bewebco-sc-plan p {
  color: #374151;
  font: 400 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-risk-card {
  background: #f9fafb;
}
.bewebco-stitch--site-care .bewebco-sc-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.1);
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-support-img {
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--site-care .bewebco-sc-comparison,
.bewebco-stitch--site-care .bewebco-sc-faq {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.bewebco-stitch--site-care .bewebco-sc-plan--featured {
  border: 2px solid #006d37;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--site-care .bewebco-sc-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}
.bewebco-stitch--site-care .bewebco-sc-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #374151;
  font: 500 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-list .material-symbols-outlined {
  flex: 0 0 auto;
  color: #006d37;
  font-size: 20px;
  margin-top: 0.1rem;
}
.bewebco-stitch--site-care .bewebco-sc-boundary-card .material-symbols-outlined {
  color: #93000a;
}
.bewebco-stitch--site-care .bewebco-sc-final-card {
  display: grid;
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--site-care .bewebco-sc-final-order {
  display: grid;
  gap: 0.9rem;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.25rem;
  background: #f7faf8;
  padding: 1.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-faq-link {
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

/* Landing (/landing/): tight pads (avoid 120px balloon in Betheme) */
.bewebco-stitch--landing .bewebco-hp-hero {
  padding-top: 48px !important;
  padding-bottom: 40px !important;
  min-height: auto;
}
.bewebco-stitch--landing .bewebco-hp-section,
.bewebco-stitch--landing .bewebco-hp-cta {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.bewebco-stitch--landing .bewebco-hp-hero-media {
  height: 320px !important;
  max-height: 320px !important;
}
.bewebco-stitch--landing .bewebco-hp-hero-media img,
.bewebco-stitch--landing .bewebco-hp-solution-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--landing .bewebco-hp-solution-media {
  height: 280px !important;
  max-height: 280px !important;
}
.bewebco-stitch--landing .bewebco-lp-hero-scrim {
  background: linear-gradient(90deg, rgba(249, 250, 251, 0.97) 0%, rgba(249, 250, 251, 0.92) 48%, rgba(249, 250, 251, 0.72) 100%);
}
.bewebco-stitch--landing .bewebco-lp-price-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 109, 55, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(0, 109, 55, 0.1);
}
.bewebco-stitch--landing .bewebco-lp-price-card span {
  color: #374151;
  font: 700 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bewebco-stitch--landing .bewebco-lp-price-card strong {
  color: #006d37;
  font: 800 28px/34px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.bewebco-stitch--landing .bewebco-lp-chips li {
  border: 1px solid rgba(0, 109, 55, 0.18);
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.08);
  color: #005027;
  font: 700 14px/20px Inter, system-ui, sans-serif;
  padding: 0.5rem 0.85rem;
}
.bewebco-stitch--landing .bewebco-lp-browser {
  overflow: hidden;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
}
.bewebco-stitch--landing .bewebco-lp-browser__chrome {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f3f3f6;
}
.bewebco-stitch--landing .bewebco-lp-browser__chrome span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: #006d37;
}
.bewebco-stitch--landing .bewebco-lp-browser__screen {
  position: relative;
  min-height: 420px;
  padding: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}
.bewebco-stitch--landing .bewebco-lp-browser__image {
  display: block;
  width: 100% !important;
  height: 250px !important;
  max-width: none !important;
  object-fit: cover;
  border-radius: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-browser__badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  border-radius: 999px;
  background: #fd8b00;
  color: #2d1600;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  padding: 0.55rem 0.9rem;
  box-shadow: 0 12px 24px rgba(45, 22, 0, 0.16);
}
.bewebco-stitch--landing .bewebco-lp-browser__panel {
  position: relative;
  width: calc(100% - 2rem);
  margin: -2.5rem auto 0;
  padding: 1.25rem;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}
.bewebco-stitch--landing .bewebco-lp-browser__panel ul,
.bewebco-stitch--landing .bewebco-lp-checklist {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-browser__panel li,
.bewebco-stitch--landing .bewebco-lp-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #374151;
  font: 500 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-browser__panel li .material-symbols-outlined,
.bewebco-stitch--landing .bewebco-lp-checklist li .material-symbols-outlined {
  flex: 0 0 auto;
  color: #006d37;
  font-size: 20px;
  margin-top: 0.05rem;
}
.bewebco-stitch--landing .bewebco-lp-proof-card,
.bewebco-stitch--landing .bewebco-lp-feature-card,
.bewebco-stitch--landing .bewebco-lp-step-card,
.bewebco-stitch--landing .bewebco-lp-plan-card,
.bewebco-stitch--landing .bewebco-lp-faq-grid article {
  min-height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bewebco-stitch--landing .bewebco-lp-proof-card h2,
.bewebco-stitch--landing .bewebco-lp-feature-card h3,
.bewebco-stitch--landing .bewebco-lp-step-card h3,
.bewebco-stitch--landing .bewebco-lp-plan-card h3,
.bewebco-stitch--landing .bewebco-lp-faq-grid h3 {
  color: #1a1c1e;
  font: 700 22px/28px Montserrat, Inter, sans-serif;
  margin: 0.75rem 0 0.5rem;
}
.bewebco-stitch--landing .bewebco-lp-proof-card p,
.bewebco-stitch--landing .bewebco-lp-feature-card p,
.bewebco-stitch--landing .bewebco-lp-step-card p,
.bewebco-stitch--landing .bewebco-lp-plan-card p,
.bewebco-stitch--landing .bewebco-lp-faq-grid p {
  color: #374151;
  font: 400 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-feature-card > .material-symbols-outlined,
.bewebco-stitch--landing .bewebco-lp-proof-card > .material-symbols-outlined {
  font-size: 34px;
}
.bewebco-stitch--landing .bewebco-lp-stack-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.5rem;
}
.bewebco-stitch--landing .bewebco-lp-stack-card div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  align-items: start;
  border-radius: 1rem;
  background: #f7faf8;
  padding: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-stack-card span,
.bewebco-stitch--landing .bewebco-lp-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.1);
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-stack-card strong {
  color: #1a1c1e;
  font: 800 20px/28px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-stack-card p {
  grid-column: 2;
  color: #374151;
  font: 400 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-step-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.bewebco-stitch--landing .bewebco-lp-plan-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
.bewebco-stitch--landing .bewebco-lp-plan-card--featured {
  border: 2px solid #006d37;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--landing .bewebco-lp-plan-price {
  color: #1a1c1e;
  font: 800 34px/42px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-button-primary,
.bewebco-stitch--landing .bewebco-lp-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 0.75rem;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: auto;
}
.bewebco-stitch--landing .bewebco-lp-button-primary {
  background: #006d37;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 109, 55, 0.18);
}
.bewebco-stitch--landing .bewebco-lp-button-secondary {
  border: 2px solid #6c7b6d;
  color: #1a1c1e;
  background: transparent;
}
.bewebco-stitch--landing .bewebco-lp-alt-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 2rem;
  color: #374151;
  font: 600 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-faq-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-final-cta .glass-panel {
  background: rgba(26, 28, 30, 0.84);
}
.bewebco-stitch--landing .bewebco-lp-final-cta > .absolute {
  background: radial-gradient(circle at center, rgba(0, 109, 55, 0.45), #1a1c1e 58%);
}
body.bewebco-lp #Content,
body.bewebco-lp #Content .content_wrapper,
body.bewebco-lp #Content .section.the_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .bewebco-stitch--landing .bewebco-hp-hero {
    padding-top: 64px !important;
    padding-bottom: 56px !important;
  }
  .bewebco-stitch--landing .bewebco-hp-section,
  .bewebco-stitch--landing .bewebco-hp-cta {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .bewebco-stitch--landing .bewebco-hp-hero-media {
    height: 500px !important;
    max-height: 500px !important;
  }
  .bewebco-stitch--landing .bewebco-hp-solution-media {
    height: 400px !important;
    max-height: 400px !important;
  }
  .bewebco-stitch--landing .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .bewebco-stitch--landing .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .bewebco-stitch--landing .bewebco-lp-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .bewebco-stitch--landing .bewebco-lp-price-card strong,
  .bewebco-stitch--landing .bewebco-lp-plan-price {
    font-size: 26px;
    line-height: 34px;
  }
  .bewebco-stitch--landing .bewebco-lp-browser__screen {
    min-height: 360px;
    padding: 1rem;
  }
  .bewebco-stitch--landing .bewebco-lp-browser__image {
    height: 210px !important;
  }
  .bewebco-stitch--landing .bewebco-lp-browser__badge {
    top: 1.5rem;
    right: 1.5rem;
  }
  .bewebco-stitch--landing .bewebco-lp-browser__panel {
    width: 100%;
    margin-top: -1.5rem;
  }
}

/* /landing/ only: hide top + footer nav menus AND entire top-right chrome; keep logo */
body.bewebco-lp #Top_bar .menu_wrapper,
body.bewebco-lp #Top_bar #menu,
body.bewebco-lp #Top_bar .menu,
body.bewebco-lp #Top_bar .responsive-menu-toggle,
body.bewebco-lp #Top_bar .top_bar_right,
body.bewebco-lp #Top_bar .top_bar_right_wrapper,
body.bewebco-lp #Top_bar .top_bar_right .secondary_menu_wrapper,
body.bewebco-lp #Header_creative,
body.bewebco-lp #Side_slide,
body.bewebco-lp .overlay-menu-toggle,
body.bewebco-lp #Footer .footer_menu,
body.bewebco-lp #Footer .menu,
body.bewebco-lp #Footer ul.menu,
body.bewebco-lp #Footer .widget_nav_menu,
body.bewebco-lp #Footer .wp-block-navigation,
body.bewebco-lp #Footer .wp-block-page-list,
body.bewebco-lp #Footer .wp-block-list,
body.bewebco-lp #Footer .widget_block ul,
body.bewebco-lp #Footer .mcb-wrap .menu {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
/* Logo (#logo) intentionally NOT hidden. top_bar_right_wrapper (account/cart/Apply Now) IS hidden on landing. */

/* AI Automation: same balloon fix — drop 120px section pads; harden CTA */
.bewebco-stitch--ai-automation .bewebco-aa-hero {
  padding-top: 48px !important;
  padding-bottom: 40px !important;
}
.bewebco-stitch--ai-automation .bewebco-aa-features {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.bewebco-stitch--ai-automation .bewebco-aa-cta {
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}
.bewebco-stitch--ai-automation .bewebco-aa-hero-media img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--ai-automation .bewebco-aa-cta-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 28rem;
  gap: 1rem;
}
.bewebco-stitch--ai-automation .bewebco-aa-cta-btn {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
body.bewebco-stitch-page--ai-automation #Content,
body.bewebco-stitch-page--ai-automation #Content .content_wrapper,
body.bewebco-stitch-page--ai-automation #Content .section.the_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.bewebco-stitch .bg-tertiary-fixed-dim { background-color: #75d1ff; }
.bewebco-stitch .text-on-tertiary-fixed-variant { color: #004d67; }
.bewebco-stitch .bg-secondary-fixed-dim { background-color: #ffb77d; }
.bewebco-stitch .text-on-secondary-fixed-variant { color: #6e3900; }
.bewebco-stitch .border-outline { border-color: #6c7b6d; }
.bewebco-stitch .bg-surface-variant { background-color: #e2e2e5; }
.bewebco-stitch .hover\:bg-surface-variant:hover { background-color: #e2e2e5; }
.bewebco-stitch .text-on-primary-container { color: #005027; }

@media (min-width: 768px) {
  .bewebco-stitch--site-care .bewebco-sc-hero {
    padding-top: 64px !important;
    padding-bottom: 56px !important;
  }
  .bewebco-stitch--site-care .bewebco-sc-features {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    margin-bottom: 64px !important;
  }
  .bewebco-stitch--site-care .bewebco-sc-hero-media {
    height: 420px !important;
    max-height: 420px !important;
  }
  .bewebco-stitch--site-care .bewebco-sc-section,
  .bewebco-stitch--site-care .bewebco-sc-cta {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .bewebco-stitch--site-care .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .bewebco-stitch--site-care .bewebco-sc-comparison {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-final-card {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    padding: 3rem;
  }
  .bewebco-stitch--ai-automation .bewebco-aa-hero {
    padding-top: 64px !important;
    padding-bottom: 56px !important;
  }
  .bewebco-stitch--ai-automation .bewebco-aa-features {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .bewebco-stitch--ai-automation .bewebco-aa-cta {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }
  .bewebco-stitch--ai-automation .bewebco-aa-hero-media img {
    max-height: 520px;
  }
  .bewebco-stitch--ai-automation .bewebco-aa-cta-form {
    flex-direction: row;
  }
}

.bewebco-stitch .bewebco-cover-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  object-fit: cover;
}
.bewebco-stitch .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.bewebco-stitch .hide-scrollbar::-webkit-scrollbar { display: none; }
.bewebco-stitch .hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Rebuild service page */
.bewebco-stitch--rebuild .bewebco-rb-hero {
  position: relative;
  overflow: hidden;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.bewebco-stitch--rebuild .bewebco-rb-section,
.bewebco-stitch--rebuild .bewebco-rb-cta {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.bewebco-stitch--rebuild .bewebco-rb-media {
  height: 280px !important;
  max-height: 280px !important;
}
.bewebco-stitch--rebuild .bewebco-rb-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--rebuild .bewebco-rb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.bewebco-stitch--rebuild .bewebco-rb-chips li {
  border: 1px solid rgba(0, 109, 55, 0.18);
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.08);
  color: #005027;
  font: 700 14px/20px Inter, system-ui, sans-serif;
  padding: 0.5rem 0.85rem;
}
.bewebco-stitch--rebuild .bewebco-rb-chips li:first-child {
  background: #006d37;
  border-color: #006d37;
  color: #ffffff;
}
.bewebco-stitch--rebuild .bewebco-rb-card,
.bewebco-stitch--rebuild .bewebco-rb-step,
.bewebco-stitch--rebuild .bewebco-rb-compare-grid article,
.bewebco-stitch--rebuild .bewebco-rb-faq article {
  min-height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bewebco-stitch--rebuild .bewebco-rb-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bewebco-stitch--rebuild .bewebco-rb-card > .material-symbols-outlined {
  font-size: 34px;
}
.bewebco-stitch--rebuild .bewebco-rb-card h3,
.bewebco-stitch--rebuild .bewebco-rb-step h3,
.bewebco-stitch--rebuild .bewebco-rb-compare-grid h3,
.bewebco-stitch--rebuild .bewebco-rb-faq h3,
.bewebco-stitch--rebuild .bewebco-rb-before-after h3 {
  color: #1a1c1e;
  font: 700 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 0.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-card p,
.bewebco-stitch--rebuild .bewebco-rb-step p,
.bewebco-stitch--rebuild .bewebco-rb-compare-grid p,
.bewebco-stitch--rebuild .bewebco-rb-faq p,
.bewebco-stitch--rebuild .bewebco-rb-before-after li {
  color: #374151;
  font: 400 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-list {
  display: grid;
  gap: 0.75rem;
}
.bewebco-stitch--rebuild .bewebco-rb-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #374151;
  font: 500 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-list .material-symbols-outlined {
  flex: 0 0 auto;
  color: #006d37;
  font-size: 20px;
  margin-top: 0.1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-before-after {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-before-after article {
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bewebco-stitch--rebuild .bewebco-rb-before-after article:first-child {
  background: #f3f3f6;
}
.bewebco-stitch--rebuild .bewebco-rb-before-after article:last-child {
  border-color: rgba(0, 109, 55, 0.24);
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--rebuild .bewebco-rb-before-after ul {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-before-after li {
  position: relative;
  padding-left: 1.35rem;
}
.bewebco-stitch--rebuild .bewebco-rb-before-after li::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #006d37;
}
.bewebco-stitch--rebuild .bewebco-rb-kicker {
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.bewebco-stitch--rebuild .bewebco-rb-step {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.bewebco-stitch--rebuild .bewebco-rb-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.1);
  color: #006d37;
  font: 800 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-compare-grid,
.bewebco-stitch--rebuild .bewebco-rb-faq {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-final-card {
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--rebuild .bewebco-field,
.bewebco-stitch--rebuild .bewebco-field label {
  display: block;
}
.bewebco-stitch--rebuild .bewebco-field label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1c1e;
  margin-bottom: 0.5rem;
}
.bewebco-stitch--rebuild .bewebco-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  color: #1a1c1e;
  font: 400 16px/24px Inter, system-ui, sans-serif;
  padding: 0.85rem 1rem;
}
.bewebco-stitch--rebuild .bewebco-field input:focus {
  outline: none;
  border-color: #006d37;
  box-shadow: 0 0 0 4px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--rebuild .bewebco-order-notice {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font: 600 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-order-notice--success {
  background: rgba(0, 109, 55, 0.1);
  border: 1px solid rgba(0, 109, 55, 0.25);
  color: #005027;
}
.bewebco-stitch--rebuild .bewebco-order-notice--error {
  background: #ffdad6;
  border: 1px solid rgba(186, 26, 26, 0.25);
  color: #93000a;
}
.bewebco-stitch .mb-4 { margin-bottom: 1rem; }
.bewebco-stitch .mb-6 { margin-bottom: 1.5rem; }
.bewebco-stitch .mt-4 { margin-top: 1rem; }
body.bewebco-stitch-page--rebuild #Content,
body.bewebco-stitch-page--rebuild #Content .content_wrapper,
body.bewebco-stitch-page--rebuild #Content .section.the_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .bewebco-stitch--rebuild .bewebco-rb-hero,
  .bewebco-stitch--rebuild .bewebco-rb-section,
  .bewebco-stitch--rebuild .bewebco-rb-cta {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .bewebco-stitch--rebuild .bewebco-rb-media {
    height: 420px !important;
    max-height: 420px !important;
  }
  .bewebco-stitch--rebuild .bewebco-rb-before-after,
  .bewebco-stitch--rebuild .bewebco-rb-compare-grid,
  .bewebco-stitch--rebuild .bewebco-rb-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--rebuild .bewebco-rb-final-card {
    padding: 3rem;
  }
}

/* Shared website plan cards */
.bewebco-stitch .bewebco-plan-grid {
  align-items: stretch;
  padding-top: 0.75rem;
}
.bewebco-stitch .bewebco-plan-card {
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.bewebco-stitch .bewebco-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch .bewebco-plan-card li .material-symbols-outlined {
  flex: 0 0 auto;
  margin-top: 0.125rem;
}

/* Web Development page: local hero image + tighter plan section */
.bewebco-stitch--web-development .bewebco-wd-hero-img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
}
.bewebco-stitch--web-development .bewebco-wd-plans {
  padding-top: 56px !important;
  padding-bottom: 64px !important;
}

/* Order page */
.bewebco-stitch--order .bewebco-order-hero {
  padding-top: 48px !important;
  padding-bottom: 56px !important;
}
.bewebco-stitch--order .bewebco-order-form {
  width: 100%;
}
.bewebco-stitch--order .bewebco-field,
.bewebco-stitch--order .bewebco-field label,
.bewebco-stitch--order .bewebco-field-label {
  display: block;
}
.bewebco-stitch--order .bewebco-field label,
.bewebco-stitch--order .bewebco-field-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1c1e;
  margin-bottom: 0.5rem;
}
.bewebco-stitch--order .bewebco-field input,
.bewebco-stitch--order .bewebco-field select,
.bewebco-stitch--order .bewebco-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  color: #1a1c1e;
  font: 400 16px/24px Inter, system-ui, sans-serif;
  padding: 0.85rem 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.bewebco-stitch--order .bewebco-field textarea {
  min-height: 140px;
  resize: vertical;
}
.bewebco-stitch--order .bewebco-field input:focus,
.bewebco-stitch--order .bewebco-field select:focus,
.bewebco-stitch--order .bewebco-field textarea:focus {
  outline: none;
  border-color: #006d37;
  box-shadow: 0 0 0 4px rgba(0, 109, 55, 0.12);
}
.bewebco-stitch--order .bewebco-order-option {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.bewebco-stitch--order .bewebco-order-option:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 109, 55, 0.35);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}
.bewebco-stitch--order .bewebco-order-option input {
  margin-top: 0.25rem;
  accent-color: #006d37;
}
.bewebco-stitch--order .bewebco-order-option strong,
.bewebco-stitch--order .bewebco-order-option small {
  display: block;
}
.bewebco-stitch--order .bewebco-order-option strong {
  color: #1a1c1e;
  font: 700 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--order .bewebco-order-option small {
  color: #374151;
  font: 400 14px/20px Inter, system-ui, sans-serif;
}

/* BWP-003: scoped inline/local visual system for pricing landing pages */
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-viz,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-viz,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-zone {
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.1);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  isolation: isolate;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.3), rgba(46, 204, 113, 0));
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card--dark {
  background: linear-gradient(135deg, #1a1c1e 0%, #123022 62%, #006d37 100%);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(0, 80, 39, 0.22);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card--dark :is(h2, h3, p, span, small, strong) {
  color: inherit;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-dots {
  display: inline-flex;
  gap: 0.4rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-dots span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.3);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-label,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-label {
  color: #006d37;
  font: 800 12px/16px Inter, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-screen {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(0, 109, 55, 0.12);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-metric,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-node {
  border: 1px solid rgba(0, 109, 55, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.9rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-metric strong,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-node strong {
  display: block;
  color: #1a1c1e;
  font: 800 18px/24px Montserrat, Inter, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-metric small,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-node small {
  display: block;
  color: #374151;
  font: 600 13px/18px Inter, system-ui, sans-serif;
  margin-top: 0.25rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-flow {
  display: grid;
  gap: 0.75rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-flow--columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-node {
  position: relative;
  display: grid;
  gap: 0.35rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-node[data-step]::before,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step[data-step]::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.1);
  color: #006d37;
  font: 800 13px/1 Inter, system-ui, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-arrow {
  align-self: center;
  color: #006d37;
  font: 900 18px/1 Inter, system-ui, sans-serif;
  text-align: center;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-inline-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip__item {
  display: grid;
  gap: 0.25rem;
  border-radius: 1rem;
  background: #f7faf8;
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip__item strong {
  color: #006d37;
  font: 800 26px/32px Montserrat, Inter, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip__item span {
  color: #1a1c1e;
  font: 800 15px/22px Inter, system-ui, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip__item small {
  color: #374151;
  font: 500 13px/18px Inter, system-ui, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip__item--featured {
  background: rgba(0, 109, 55, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 109, 55, 0.16);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-viz {
  display: grid;
  gap: 0;
  overflow: hidden;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step {
  position: relative;
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step + .bewebco-process-step {
  border-top: 1px solid #e5e7eb;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step h3,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-card h3,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-zone h2,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badge strong {
  color: #1a1c1e;
  font: 800 20px/26px Montserrat, Inter, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step p,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-card p,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-zone p,
:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badge span {
  color: #374151;
  font: 400 15px/22px Inter, system-ui, sans-serif;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-viz {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-card {
  display: grid;
  gap: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-card--featured {
  border-color: rgba(0, 109, 55, 0.28);
  background: #f7faf8;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-bar {
  overflow: hidden;
  height: 0.75rem;
  border-radius: 999px;
  background: #e5e7eb;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-bar span {
  display: block;
  width: var(--bewebco-bar, 60%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #006d37, #2ecc71);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-card--muted .bewebco-compare-bar span {
  background: linear-gradient(90deg, #6c7b6d, #c8d0c8);
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-zone {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  text-align: center;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badges {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badge {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.25rem;
  background: #f7faf8;
  padding: 1rem;
}

:is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(0, 109, 55, 0.1);
  color: #006d37;
}

@media (min-width: 768px) {
  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-card {
    padding: 1.5rem;
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-viz-flow--columns,
  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-price-strip,
  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-compare-viz {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-viz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-process-step + .bewebco-process-step {
    border-top: 0;
    border-left: 1px solid #e5e7eb;
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-zone {
    padding: 2rem;
    text-align: left;
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :is(.bewebco-stitch--landing, .bewebco-stitch--rebuild, .bewebco-stitch--site-care) .bewebco-trust-badge__icon {
    justify-self: start;
  }
}
.bewebco-stitch--order .bewebco-color-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
.bewebco-stitch--order .bewebco-color-grid label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  color: #374151;
  font: 500 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--order .bewebco-color-grid input {
  accent-color: #006d37;
}
.bewebco-stitch--order .bewebco-color-grid span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background: var(--swatch);
  border: 1px solid rgba(26, 28, 30, 0.14);
  flex: 0 0 auto;
}
.bewebco-stitch--order .bewebco-order-submit {
  border: 0;
  cursor: pointer;
}
.bewebco-stitch--order .bewebco-order-notice {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font: 600 16px/24px Inter, system-ui, sans-serif;
}
.bewebco-stitch--order .bewebco-order-notice--success {
  background: rgba(0, 109, 55, 0.1);
  border: 1px solid rgba(0, 109, 55, 0.25);
  color: #005027;
}
.bewebco-stitch--order .bewebco-order-notice--error {
  background: #ffdad6;
  border: 1px solid rgba(186, 26, 26, 0.25);
  color: #93000a;
}

@media (min-width: 768px) {
  .bewebco-stitch--order .bewebco-order-hero {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }
  .bewebco-stitch--order .bewebco-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .bewebco-stitch .md\:hidden { display: none !important; }
  .bewebco-stitch .md\:block { display: block !important; }
  .bewebco-stitch .md\:flex { display: flex !important; }
}
/* AFTER base .hidden — otherwise landing hero lg:col-span-5.hidden.lg:block stays display:none */
@media (min-width: 1024px) {
  .bewebco-stitch .lg\:block { display: block !important; }
  .bewebco-stitch .lg\:flex { display: flex !important; }
  .bewebco-stitch .lg\:hidden { display: none !important; }
}

@media (max-width: 767px) {
  .bewebco-stitch .py-section-padding-lg,
  .bewebco-stitch .pt-section-padding-lg,
  .bewebco-stitch .pb-section-padding-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .bewebco-stitch .mb-section-padding-lg {
    margin-bottom: 40px !important;
  }
  .bewebco-stitch .text-display-lg {
    font-size: 32px;
    line-height: 40px;
  }
  .bewebco-stitch .min-h-\[90vh\] {
    min-height: auto;
  }
}

/* BWC-003: first fold only — sticky header clearance. Skip portfolio/pricing heroes. */
.bewebco-stitch:not(.bewebco-stitch--portfolio):not(.bewebco-stitch--pricing) > :is(header, main),
.bewebco-stitch:not(.bewebco-stitch--portfolio):not(.bewebco-stitch--pricing):not(:has(> header, > main)) > section:first-of-type {
  padding-top: var(--bewebco-sticky-offset) !important;
}

/* BWC-003: /be-website/ infographics + landing-only footer. Nested under landing root only. */
.bewebco-stitch--landing .bewebco-lp-path-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--landing .bewebco-lp-path-labels li {
  text-align: center;
}
.bewebco-stitch--landing .bewebco-lp-path-labels strong {
  display: block;
  color: #1a1c1e;
  font: 800 15px/20px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-path-labels small {
  display: block;
  color: #374151;
  font: 600 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.15rem;
}
.bewebco-stitch--landing .bewebco-lp-path-note {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(253, 139, 0, 0.12);
  color: #1a1c1e;
  font: 600 13px/18px Inter, system-ui, sans-serif;
  text-align: center;
}
.bewebco-stitch--landing .bewebco-lp-path-svg {
  display: block;
  width: 100%;
}
.bewebco-stitch--landing .bewebco-lp-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col {
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.08);
  padding: 1.25rem;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col--in {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 48%);
}
.bewebco-stitch--landing .bewebco-lp-ledger__col--out {
  border-color: rgba(253, 139, 0, 0.28);
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 48%);
}
.bewebco-stitch--landing .bewebco-lp-ledger__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.75rem;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col h3 {
  color: #1a1c1e;
  font: 800 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 1rem;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: #374151;
  font: 500 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-ledger__col li svg {
  width: 2rem;
  height: 2rem;
}
.bewebco-stitch--landing .bewebco-lp-ledger__note {
  margin: 1rem 0 0;
  color: #6c7b6d;
  font: 600 13px/18px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-process-svg-wrap {
  overflow-x: auto;
  margin: 0 0 1.5rem;
}
.bewebco-stitch--landing .bewebco-lp-process-svg {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
}
.bewebco-stitch--landing .bewebco-lp-chart {
  margin-top: 1.5rem;
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.08);
  padding: 0.75rem;
  overflow-x: auto;
}
.bewebco-stitch--landing .bewebco-lp-chart .bewebco-inline-svg {
  min-width: 560px;
}
.bewebco-stitch--landing .bewebco-lp-trust {
  display: block;
  background: #123022;
  color: #f7faf8;
  padding: 2rem 1rem 2.5rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__intro .bewebco-trust-label {
  color: #2ecc71;
}
.bewebco-stitch--landing .bewebco-lp-trust__intro h2 {
  color: #ffffff;
  font: 800 28px/34px Montserrat, Inter, sans-serif;
  margin: 0.35rem 0 0.6rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__intro p {
  color: #d5e4d8;
  font: 400 15px/22px Inter, system-ui, sans-serif;
  margin: 0;
  max-width: 42rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__guarantees {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--landing .bewebco-lp-trust__guarantees li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.35rem 0.85rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__guarantees svg {
  grid-row: span 2;
  width: 3rem;
  height: 3rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__guarantees strong {
  color: #ffffff;
  font: 800 16px/22px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-trust__guarantees span {
  color: #d5e4d8;
  font: 400 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-trust__awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.bewebco-stitch--landing .bewebco-lp-award {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(0, 0, 0, 0.18);
  padding: 1rem 0.75rem;
  text-align: center;
}
.bewebco-stitch--landing .bewebco-lp-award svg {
  width: 4.5rem;
  height: 4.5rem;
}
.bewebco-stitch--landing .bewebco-lp-award strong {
  display: block;
  color: #ffffff;
  font: 800 14px/18px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--landing .bewebco-lp-award span {
  display: block;
  color: #d5e4d8;
  font: 500 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.2rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.bewebco-stitch--landing .bewebco-lp-trust__nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  padding: 0.7rem 1rem;
  text-decoration: none;
}
.bewebco-stitch--landing .bewebco-lp-trust__nav a[href^="/order/"] {
  background: #2ecc71;
  border-color: #2ecc71;
  color: #003918;
}
.bewebco-stitch--landing .bewebco-lp-trust__legal {
  margin: 0;
  color: #9bb3a3;
  font: 500 12px/16px Inter, system-ui, sans-serif;
}

@media (min-width: 768px) {
  .bewebco-stitch--landing .bewebco-lp-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--landing .bewebco-lp-trust {
    padding: 2.75rem 2rem 3rem;
  }
  .bewebco-stitch--landing .bewebco-lp-trust__guarantees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--landing .bewebco-lp-trust__awards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bewebco-stitch--landing .bewebco-lp-chart {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .bewebco-stitch--landing .bewebco-lp-process-svg {
    min-width: 520px;
  }
}

body.bewebco-stitch-page--landing #Footer .widgets_wrapper,
body.bewebco-lp.bewebco-stitch-page--landing #Footer .footer_copy .one,
body.bewebco-stitch-page--landing #Footer .widget {
  display: none !important;
}

/* BWC-004: /services/website-rebuild/ infographics + landing-only footer. Nested under rebuild root only. */
.bewebco-stitch--rebuild .bewebco-rb-hero-scrim {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.72) 100%);
}
.bewebco-stitch--rebuild .bewebco-rb-price-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  border: 1px solid rgba(0, 109, 55, 0.2);
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(253, 139, 0, 0.12);
  padding: 0.85rem 1.15rem;
}
.bewebco-stitch--rebuild .bewebco-rb-price-card span {
  color: #006d37;
  font: 700 12px/16px Inter, system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bewebco-stitch--rebuild .bewebco-rb-price-card strong {
  color: #1a1c1e;
  font: 800 28px/32px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-path-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--rebuild .bewebco-rb-path-labels li {
  text-align: center;
}
.bewebco-stitch--rebuild .bewebco-rb-path-labels strong {
  display: block;
  color: #1a1c1e;
  font: 800 15px/20px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-path-labels small {
  display: block;
  color: #374151;
  font: 600 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.15rem;
}
.bewebco-stitch--rebuild .bewebco-rb-path-note {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(253, 139, 0, 0.12);
  color: #1a1c1e;
  font: 600 13px/18px Inter, system-ui, sans-serif;
  text-align: center;
}
.bewebco-stitch--rebuild .bewebco-rb-path-svg {
  display: block;
  width: 100%;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col {
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.08);
  padding: 1.25rem;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col--in {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 48%);
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col--out {
  border-color: rgba(253, 139, 0, 0.28);
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 48%);
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.75rem;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col h3 {
  color: #1a1c1e;
  font: 800 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: #374151;
  font: 500 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__col li svg {
  width: 2rem;
  height: 2rem;
}
.bewebco-stitch--rebuild .bewebco-rb-ledger__note {
  margin: 1rem 0 0;
  color: #6c7b6d;
  font: 600 13px/18px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-process-svg-wrap {
  overflow-x: auto;
  margin: 0 0 1.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-process-svg {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
}
.bewebco-stitch--rebuild .bewebco-rb-chart {
  margin-top: 1.5rem;
  border: 1px solid rgba(253, 139, 0, 0.22);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(253, 139, 0, 0.1);
  padding: 0.75rem;
  overflow-x: auto;
}
.bewebco-stitch--rebuild .bewebco-rb-chart .bewebco-inline-svg {
  min-width: 560px;
}
.bewebco-stitch--rebuild .bewebco-rb-plan-price {
  color: #006d37;
  font: 800 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 0.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-compare-grid .bewebco-rb-compare-card--featured,
.bewebco-stitch--rebuild .bewebco-rb-compare-grid article.bewebco-rb-compare-card--featured {
  border-color: rgba(0, 109, 55, 0.35);
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 42%);
  box-shadow: 0 16px 36px rgba(0, 109, 55, 0.1);
}
.bewebco-stitch--rebuild .bewebco-rb-trust {
  display: block;
  background: #1a2410;
  color: #f7faf8;
  padding: 2rem 1rem 2.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__intro .bewebco-trust-label {
  color: #fd8b00;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__intro h2 {
  color: #ffffff;
  font: 800 28px/34px Montserrat, Inter, sans-serif;
  margin: 0.35rem 0 0.6rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__intro p {
  color: #d5e4d8;
  font: 400 15px/22px Inter, system-ui, sans-serif;
  margin: 0;
  max-width: 42rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__guarantees {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__guarantees li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.35rem 0.85rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__guarantees svg {
  grid-row: span 2;
  width: 3rem;
  height: 3rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__guarantees strong {
  color: #ffffff;
  font: 800 16px/22px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__guarantees span {
  color: #d5e4d8;
  font: 400 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.bewebco-stitch--rebuild .bewebco-rb-award {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(0, 0, 0, 0.18);
  padding: 1rem 0.75rem;
  text-align: center;
}
.bewebco-stitch--rebuild .bewebco-rb-award svg {
  width: 4.5rem;
  height: 4.5rem;
}
.bewebco-stitch--rebuild .bewebco-rb-award strong {
  display: block;
  color: #ffffff;
  font: 800 14px/18px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--rebuild .bewebco-rb-award span {
  display: block;
  color: #d5e4d8;
  font: 500 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.2rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  padding: 0.7rem 1rem;
  text-decoration: none;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__nav a[href^="/order/"] {
  background: #fd8b00;
  border-color: #fd8b00;
  color: #3b1d00;
}
.bewebco-stitch--rebuild .bewebco-rb-trust__legal {
  margin: 0;
  color: #9bb3a3;
  font: 500 12px/16px Inter, system-ui, sans-serif;
}

@media (min-width: 768px) {
  .bewebco-stitch--rebuild .bewebco-rb-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--rebuild .bewebco-rb-trust {
    padding: 2.75rem 2rem 3rem;
  }
  .bewebco-stitch--rebuild .bewebco-rb-trust__guarantees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--rebuild .bewebco-rb-trust__awards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bewebco-stitch--rebuild .bewebco-rb-chart {
    padding: 1rem;
  }
  .bewebco-stitch--rebuild .bewebco-rb-price-card strong {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .bewebco-stitch--rebuild .bewebco-rb-process-svg {
    min-width: 520px;
  }
  .bewebco-stitch--rebuild .bewebco-rb-path-labels {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.bewebco-stitch-page--rebuild #Footer .widgets_wrapper,
body.bewebco-lp.bewebco-stitch-page--rebuild #Footer .footer_copy .one,
body.bewebco-stitch-page--rebuild #Footer .widget {
  display: none !important;
}

/* BWC-005: /services/website-support/ infographics + landing-only footer. Nested under site-care root only. */
.bewebco-stitch--site-care .bewebco-sc-hero-scrim {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.bewebco-stitch--site-care .bewebco-sc-path-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--site-care .bewebco-sc-path-labels li {
  text-align: center;
}
.bewebco-stitch--site-care .bewebco-sc-path-labels strong {
  display: block;
  color: #1a1c1e;
  font: 800 15px/20px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-path-labels small {
  display: block;
  color: #374151;
  font: 600 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.15rem;
}
.bewebco-stitch--site-care .bewebco-sc-path-note {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(0, 192, 253, 0.12);
  color: #1a1c1e;
  font: 600 13px/18px Inter, system-ui, sans-serif;
  text-align: center;
}
.bewebco-stitch--site-care .bewebco-sc-path-svg,
.bewebco-stitch--site-care .bewebco-sc-out-svg {
  display: block;
  width: 100%;
}
.bewebco-stitch--site-care .bewebco-sc-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col {
  border: 1px solid rgba(0, 109, 55, 0.16);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 109, 55, 0.08);
  padding: 1.25rem;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col--in {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 48%);
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col--out {
  border-color: rgba(253, 139, 0, 0.28);
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 48%);
}
.bewebco-stitch--site-care .bewebco-sc-ledger__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.75rem;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col h3 {
  color: #1a1c1e;
  font: 800 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 1rem;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: #374151;
  font: 500 15px/22px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__col li svg {
  width: 2rem;
  height: 2rem;
}
.bewebco-stitch--site-care .bewebco-sc-ledger__note {
  margin: 1rem 0 0;
  color: #6c7b6d;
  font: 600 13px/18px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-process-svg-wrap {
  overflow-x: auto;
  margin: 0 0 1.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-process-svg {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: visible;
}
.bewebco-stitch--site-care .bewebco-sc-chart {
  margin-top: 1.5rem;
  border: 1px solid rgba(0, 192, 253, 0.22);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 192, 253, 0.1);
  padding: 0.75rem;
  overflow-x: auto;
}
.bewebco-stitch--site-care .bewebco-sc-chart .bewebco-inline-svg {
  min-width: 560px;
}
.bewebco-stitch--site-care .bewebco-sc-plan-price {
  color: #006d37;
  font: 800 22px/28px Montserrat, Inter, sans-serif;
  margin: 0 0 0.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust {
  display: block;
  background: #0e2a28;
  color: #f7faf8;
  padding: 2rem 1rem 2.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__intro .bewebco-trust-label {
  color: #00c0fd;
}
.bewebco-stitch--site-care .bewebco-sc-trust__intro h2 {
  color: #ffffff;
  font: 800 28px/34px Montserrat, Inter, sans-serif;
  margin: 0.35rem 0 0.6rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__intro p {
  color: #d5e4d8;
  font: 400 15px/22px Inter, system-ui, sans-serif;
  margin: 0;
  max-width: 42rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__guarantees {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bewebco-stitch--site-care .bewebco-sc-trust__guarantees li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.35rem 0.85rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__guarantees svg {
  grid-row: span 2;
  width: 3rem;
  height: 3rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__guarantees strong {
  color: #ffffff;
  font: 800 16px/22px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-trust__guarantees span {
  color: #d5e4d8;
  font: 400 14px/20px Inter, system-ui, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-trust__awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.bewebco-stitch--site-care .bewebco-sc-award {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
  background: rgba(0, 0, 0, 0.18);
  padding: 1rem 0.75rem;
  text-align: center;
}
.bewebco-stitch--site-care .bewebco-sc-award svg {
  width: 4.5rem;
  height: 4.5rem;
}
.bewebco-stitch--site-care .bewebco-sc-award strong {
  display: block;
  color: #ffffff;
  font: 800 14px/18px Montserrat, Inter, sans-serif;
}
.bewebco-stitch--site-care .bewebco-sc-award span {
  display: block;
  color: #d5e4d8;
  font: 500 12px/16px Inter, system-ui, sans-serif;
  margin-top: 0.2rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.bewebco-stitch--site-care .bewebco-sc-trust__nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 700 13px/1 Inter, system-ui, sans-serif;
  padding: 0.7rem 1rem;
  text-decoration: none;
}
.bewebco-stitch--site-care .bewebco-sc-trust__nav a[href^="/order/"] {
  background: #00c0fd;
  border-color: #00c0fd;
  color: #003344;
}
.bewebco-stitch--site-care .bewebco-sc-trust__legal {
  margin: 0;
  color: #9bb3a3;
  font: 500 12px/16px Inter, system-ui, sans-serif;
}

@media (min-width: 768px) {
  .bewebco-stitch--site-care .bewebco-sc-path-labels {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-trust {
    padding: 2.75rem 2rem 3rem;
  }
  .bewebco-stitch--site-care .bewebco-sc-trust__guarantees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-trust__awards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bewebco-stitch--site-care .bewebco-sc-chart {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .bewebco-stitch--site-care .bewebco-sc-process-svg {
    min-width: 520px;
  }
}

body.bewebco-stitch-page--site-care #Footer .widgets_wrapper,
body.bewebco-lp.bewebco-stitch-page--site-care #Footer .footer_copy .one,
body.bewebco-stitch-page--site-care #Footer .widget {
  display: none !important;
}
