/* Parent theme visuals stay dominant; these rules refine content structure and restore consistent production behavior. */

.page .wp-site-blocks main p,
.single .wp-site-blocks main p {
  text-align: justify;
}

.page .wp-site-blocks main h2,
.page .wp-site-blocks main h3,
.page .wp-site-blocks main h4 {
  margin-top: 1.75rem;
}

.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  position: sticky;
  top: 0;
  z-index: 999;
}

.saaslauncher-header.is-style-saaslauncher-sticky-navigation > .wp-block-group {
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55), 0 10px 24px rgba(74, 99, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.hybrid-prose p,
.hybrid-prose li {
  font-size: 18px;
  line-height: 1.85;
}

.hybrid-prose ul,
.hybrid-prose ol {
  padding-left: 1.25rem;
}

.hybrid-page-layout {
  display: grid;
  gap: 44px;
}

.hybrid-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.hybrid-split.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.hybrid-split.reverse .hybrid-media {
  order: -1;
}

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

.hybrid-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hybrid-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(17, 21, 44, 0.76);
  padding: 28px;
}

.hybrid-card h3,
.hybrid-card h4 {
  margin-top: 0;
  margin-bottom: 14px;
}

.hybrid-card p:last-child,
.hybrid-card ul:last-child {
  margin-bottom: 0;
}

.hybrid-image-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at top, rgba(103, 84, 255, 0.42), transparent 44%),
    linear-gradient(160deg, rgba(19, 23, 49, 0.96), rgba(12, 15, 35, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 24px 48px rgba(0,0,0,0.26);
  overflow: hidden;
}

.hybrid-image-placeholder::before,
.hybrid-image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hybrid-image-placeholder::before {
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.35));
}

.hybrid-image-placeholder::after {
  inset: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

.hybrid-image-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 240px;
  text-align: center;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  line-height: 1.7;
  padding: 18px;
}

.hybrid-inline-link,
.hybrid-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.hybrid-inline-link::after,
.hybrid-read-more::after {
  content: "→";
  font-size: 0.95em;
}

.hybrid-note-band {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  padding: 24px 28px;
}

.hybrid-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.hybrid-footer-social a {
  text-decoration: none;
}

.hybrid-footer-mini-links a {
  text-decoration: none;
}

.hybrid-form-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background: rgba(18, 21, 44, 0.78);
  backdrop-filter: blur(8px);
}

.hybrid-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}

.hybrid-form-grid .hybrid-full {
  grid-column: 1 / -1;
}

.hybrid-form-wrap label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
}

.hybrid-form-wrap input,
.hybrid-form-wrap select,
.hybrid-form-wrap textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  background: #0d1024;
  color: #fff;
  padding: 15px 16px;
  font-size: 16px;
  outline: none;
}

.hybrid-form-wrap textarea {
  min-height: 160px;
  resize: vertical;
}

.hybrid-form-wrap .hybrid-submit {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  border-radius: 999px;
  border: 0;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #7153ff, #4a63ff);
  box-shadow: 0 10px 25px rgba(97, 85, 255, 0.35);
}

.hybrid-form-wrap .hybrid-note,
.hybrid-form-wrap .hybrid-success,
.hybrid-form-wrap .hybrid-error {
  margin-bottom: 20px;
  border-radius: 16px;
  padding: 14px 16px;
}

.hybrid-form-wrap .hybrid-note {
  background: rgba(255,255,255,0.05);
  color: #d5d8f1;
}

.hybrid-form-wrap .hybrid-success {
  background: rgba(36, 162, 89, 0.18);
  color: #d5ffe5;
}

.hybrid-form-wrap .hybrid-error {
  background: rgba(200, 62, 62, 0.18);
  color: #ffdada;
}

.hybrid-review-section {
  display: grid;
  gap: 30px;
}

.hybrid-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.hybrid-review-card {
  border-radius: 24px;
  padding: 32px;
  background: var(--wp--preset--color--background-alt, #171a34);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  height: 100%;
}

.hybrid-review-card--extra {
  display: none;
}

.hybrid-review-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hybrid-review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 60px;
}

.hybrid-review-avatar img {
  width: 60px;
  height: 60px;
  display: block;
}

.hybrid-review-name {
  margin: 0;
  color: var(--wp--preset--color--heading-color, #fff);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hybrid-review-source {
  margin: 4px 0 0;
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  font-size: 14px;
}

.hybrid-review-stars {
  width: 98px;
  margin: 18px 0 16px;
}

.hybrid-review-text {
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  font-size: 20px;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.hybrid-review-link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.hybrid-review-link {
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  padding-bottom: 2px;
}

.hybrid-review-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.hybrid-review-more-wrap {
  display: flex;
  justify-content: center;
}

.hybrid-review-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.hybrid-mini-note {
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .hybrid-review-grid,
  .hybrid-card-grid,
  .hybrid-split,
  .hybrid-split.reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hybrid-form-grid,
  .hybrid-review-grid,
  .hybrid-card-grid,
  .hybrid-split,
  .hybrid-split.reverse {
    grid-template-columns: 1fr;
  }

  .hybrid-split.reverse .hybrid-media {
    order: 0;
  }

  .hybrid-policy-links {
    justify-content: flex-start;
  }
}


/* Final visual parity refinements */
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  position: sticky;
  top: 0;
  z-index: 1000;
}
body.admin-bar .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  top: 32px;
}
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
  padding: 16px 24px;
  background: rgba(10, 12, 24, 0.9);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.34),
    0 5px 14px rgba(90,76,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}
.wp-block-group.saaslauncher-header .wp-block-site-title a,
.wp-block-group.saaslauncher-header .wp-block-navigation-item__label,
.wp-block-group.saaslauncher-header .wp-block-button__link {
  text-shadow:
    0 1px 0 rgba(255,255,255,0.06),
    0 2px 6px rgba(0,0,0,0.35);
}
.wp-block-group.saaslauncher-header .wp-block-site-title a {
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}
.wp-block-group.saaslauncher-header .wp-block-navigation {
  flex: 1 1 auto;
  justify-content: center;
}
.wp-block-group.saaslauncher-header .wp-block-navigation-item__label {
  font-weight: 600;
}
.wp-block-group.saaslauncher-header .wp-block-button__link {
  font-weight: 700;
}
.hybrid-review-section {
  display: grid;
  gap: 24px;
}
.hybrid-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  grid-auto-rows: 1fr;
  align-items: stretch;
}
.hybrid-review-card {
  border-radius: 24px;
  padding: 28px 26px 22px;
  background: var(--wp--preset--color--background-alt, #171a34);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  height: 100%;
}
.hybrid-review-top {
  gap: 14px;
}
.hybrid-review-avatar,
.hybrid-review-avatar img {
  width: 48px;
  height: 48px;
}
.hybrid-review-avatar {
  flex: 0 0 48px;
}
.hybrid-review-name {
  font-size: 15px;
  line-height: 1.18;
  font-weight: 600;
  margin: 0;
}
.hybrid-review-source {
  margin: 2px 0 0;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.hybrid-review-stars {
  width: 84px;
  margin: 14px 0 12px;
}
.hybrid-review-text {
  font-size: 16px;
  line-height: 1.62;
}
.hybrid-review-link-wrap {
  margin-top: 14px;
}
.hybrid-review-link {
  font-size: 10px;
  letter-spacing: 0.06em;
}
.hybrid-review-more-wrap {
  justify-content: center;
  margin-top: 4px;
}
.hybrid-review-more-button {
  min-width: 148px;
  padding: 12px 22px;
  border-radius: 60px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.hybrid-review-more-button:hover {
  background: rgba(255,255,255,0.1);
}
.hybrid-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 1100px) {
  .hybrid-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 781px) {
  body.admin-bar .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
    top: 46px;
  }
  .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
    padding: 14px 18px;
  }
  .hybrid-review-grid {
    grid-template-columns: 1fr;
  }
  .hybrid-review-card {
    min-height: 0;
  }
}


/* March 2026 refinement: exact header/footer/review sizing */
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
  background: linear-gradient(135deg, rgba(5,7,18,0.96) 0%, rgba(10,14,34,0.95) 42%, rgba(25,37,104,0.88) 100%);
  border: 1px solid rgba(106, 123, 255, 0.24);
  box-shadow:
    0 22px 60px rgba(0,0,0,0.46),
    0 10px 26px rgba(44,69,255,0.22),
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(78,98,255,0.10);
}
.wp-block-group.saaslauncher-header .wp-block-navigation-item__label,
.wp-block-group.saaslauncher-header .wp-block-button__link,
.wp-block-group.saaslauncher-header .wp-block-site-title a {
  text-shadow: 0 1px 0 rgba(255,255,255,0.05), 0 4px 14px rgba(0,0,0,0.42);
}

.hybrid-review-grid {
  gap: 20px;
}
.hybrid-review-card {
  min-height: 300px;
  padding: 24px 22px 18px;
}
.hybrid-review-top {
  gap: 12px;
}
.hybrid-review-name {
  font-size: 10px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
}
.hybrid-review-source {
  margin: 2px 0 0;
  font-size: 9px;
  letter-spacing: 0.01em;
}
.hybrid-review-stars {
  width: 78px;
  margin: 12px 0 10px;
}
.hybrid-review-text {
  font-size: 15px;
  line-height: 1.56;
}
.hybrid-review-link {
  font-size: 9px;
}

.hybrid-footer-brand p {
  margin-top: 18px;
}
.hybrid-footer-bottom .hybrid-policy-links {
  justify-content: flex-end;
  gap: 28px;
}
@media (max-width: 900px) {
  .hybrid-footer-bottom .hybrid-policy-links {
    justify-content: flex-start;
  }
}


/* Final standalone hardening for hybriderp.net */
.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: linear-gradient(135deg, rgba(4,7,18,0.98) 0%, rgba(10,14,34,0.96) 46%, rgba(21,33,96,0.92) 100%) !important;
}
body.admin-bar .saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  top: 32px !important;
}
.saaslauncher-header.is-style-saaslauncher-sticky-navigation .is-style-saaslauncher-boxshadow {
  background: linear-gradient(135deg, rgba(6,8,20,0.98) 0%, rgba(12,16,38,0.95) 45%, rgba(29,43,118,0.90) 100%) !important;
  border: 1px solid rgba(106,123,255,0.26) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.48), 0 10px 26px rgba(44,69,255,0.24), inset 0 1px 0 rgba(255,255,255,0.08), inset 0 -1px 0 rgba(78,98,255,0.12) !important;
  backdrop-filter: blur(10px) !important;
}
.saaslauncher-header .wp-block-site-title a,
.saaslauncher-header .wp-block-navigation-item__label,
.saaslauncher-header .wp-block-button__link {
  text-shadow: 0 1px 0 rgba(255,255,255,0.05), 0 4px 14px rgba(0,0,0,0.42) !important;
}
.saaslauncher-header .wp-block-site-title a,
.saaslauncher-header .wp-block-navigation-item__label {
  font-weight: 700 !important;
}

.hybrid-review-card {
  min-height: 285px !important;
}
.hybrid-review-top > div {
  min-width: 0;
}
h5.hybrid-review-name,
.hybrid-review-name {
  display: block !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}
.hybrid-review-source {
  margin-top: 2px !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
}
.hybrid-review-text {
  font-size: 15px !important;
  line-height: 1.56 !important;
}
.hybrid-review-link {
  font-size: 9px !important;
}
@media (max-width: 781px) {
  body.admin-bar .saaslauncher-header.is-style-saaslauncher-sticky-navigation {
    top: 46px !important;
  }
}

/* Classic-theme production shell */
html { scroll-behavior: smooth; }
body.hybrid-site-body {
  background: #05060d;
  color: var(--wp--preset--color--light-color, #fff);
}
.hybrid-content-main,
.hybrid-listing-main {
  margin: 0;
  padding: 72px 0 88px;
}
.hybrid-content-container {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
}
.hybrid-page-container,
.hybrid-single-container {
  width: min(980px, calc(100% - 48px));
}
.hybrid-entry .entry-content,
.hybrid-entry .entry-content p,
.hybrid-entry .entry-content li {
  color: var(--wp--preset--color--light-color, #fff);
}
.hybrid-entry .entry-content a { color: var(--wp--preset--color--secondary, #7b6dff); }
.hybrid-entry .entry-content .wp-block-group,
.hybrid-entry .entry-content .wp-block-columns {
  margin-top: 0;
}
.hybrid-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px;
}
.hybrid-post-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(16,18,34,0.92);
  box-shadow: 0 18px 45px rgba(0,0,0,0.26);
}
.hybrid-post-thumb img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.hybrid-post-card__body { padding: 24px; }
.hybrid-post-meta {
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  font-size: 13px;
  margin-bottom: 10px;
}
.hybrid-post-title {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 14px;
}
.hybrid-post-title a {
  color: var(--wp--preset--color--light-color, #fff);
  text-decoration: none;
}
.hybrid-post-excerpt,
.hybrid-post-excerpt p { color: var(--wp--preset--color--foreground-alt, #c9cbe3); }
.hybrid-pagination-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.hybrid-single-header { margin-bottom: 30px; }
.hybrid-single-title {
  color: var(--wp--preset--color--light-color, #fff);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  margin: 0;
}
.hybrid-single-thumb img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  margin-bottom: 26px;
}
.hybrid-404-wrap { text-align: center; padding: 80px 0; }
.hybrid-404-wrap h1 { font-size: clamp(36px, 6vw, 64px); color: #fff; }
/* Stronger header and smaller review names */
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
  background: linear-gradient(180deg, rgba(17,20,39,0.96), rgba(7,8,18,0.94)) !important;
  border: 1px solid rgba(102,110,255,0.22) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,0.42), 0 8px 18px rgba(76,92,255,0.18), inset 0 1px 0 rgba(255,255,255,0.06) !important;
}
.hybrid-review-name {
  font-size: 11px !important;
  line-height: 1.1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.hybrid-review-card { min-height: 300px; }
@media (max-width: 900px) {
  .hybrid-post-grid { grid-template-columns: 1fr; }
}

/* Final production refinements */
.hybrid-image-placeholder {
  position: relative;
  background:
    radial-gradient(circle at top, rgba(103, 84, 255, 0.28), transparent 42%),
    linear-gradient(160deg, rgba(19, 23, 49, 0.92), rgba(12, 15, 35, 0.96));
}
.hybrid-image-placeholder span {
  display: none !important;
}

/* Stretch header end-to-end with only bottom depth */
.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 16px !important;
  padding-left: 0 !important;
  background: transparent !important;
}
.saaslauncher-header.is-style-saaslauncher-sticky-navigation > .wp-block-group,
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation > .wp-block-group {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 0 34px 34px !important;
  background: linear-gradient(180deg, rgba(6,8,18,0.98) 0%, rgba(11,17,41,0.96) 58%, rgba(7,10,26,0.98) 100%) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(88, 108, 255, 0.34) !important;
  box-shadow: 0 20px 42px rgba(9, 13, 30, 0.58), 0 12px 26px rgba(72, 90, 255, 0.20) !important;
}
.wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
  width: min(1380px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  border-radius: 0 0 34px 34px !important;
  padding: 18px 26px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.saaslauncher-navigation .wp-block-navigation-item__content,
.wp-block-site-title a,
.wp-block-button__link {
  text-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 10px 24px rgba(65,84,255,0.18);
}

/* Review cards exactly sized and compact */
.hybrid-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.hybrid-review-card {
  min-height: 320px !important;
  height: 100% !important;
  padding: 26px !important;
  border-radius: 22px !important;
}
.hybrid-review-top {
  gap: 14px !important;
  align-items: center !important;
}
.hybrid-review-avatar,
.hybrid-review-avatar img {
  width: 52px !important;
  height: 52px !important;
  flex: 0 0 52px !important;
}
.h5.hybrid-review-name,
.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  font-size: 10.5px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  max-width: 155px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  letter-spacing: 0 !important;
}
.hybrid-review-source {
  font-size: 10px !important;
  line-height: 1.1 !important;
  margin-top: 4px !important;
}
.hybrid-review-stars {
  width: 90px !important;
  margin: 14px 0 14px !important;
}
.hybrid-review-text {
  font-size: 15px !important;
  line-height: 1.58 !important;
  flex: 1 1 auto !important;
  margin-bottom: 18px !important;
}
.hybrid-review-link-wrap {
  margin-top: auto !important;
  text-align: right !important;
}
.hybrid-review-link {
  font-size: 10px !important;
  letter-spacing: 0 !important;
}
.hybrid-review-more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

/* Footer balance */
.hybrid-footer-top > .wp-block-columns {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 52px !important;
}
.hybrid-footer-top > .wp-block-columns > .wp-block-column:first-child {
  flex: 0 1 310px !important;
}
.hybrid-footer-top > .wp-block-columns > .wp-block-column:nth-child(2),
.hybrid-footer-top > .wp-block-columns > .wp-block-column:nth-child(3),
.hybrid-footer-top > .wp-block-columns > .wp-block-column:nth-child(4) {
  flex: 0 1 220px !important;
}
.hybrid-footer-bottom > .wp-block-columns {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
}
.hybrid-footer-bottom > .wp-block-columns > .wp-block-column:first-child {
  flex: 1 1 auto !important;
}
.hybrid-footer-bottom > .wp-block-columns > .wp-block-column:last-child {
  flex: 0 0 auto !important;
}
.hybrid-policy-links {
  justify-content: flex-end !important;
  gap: 34px !important;
}

@media (max-width: 1024px) {
  .hybrid-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .hybrid-footer-top > .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 36px !important;
  }
}
@media (max-width: 781px) {
  .saaslauncher-header.is-style-saaslauncher-sticky-navigation > .wp-block-group,
  .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation > .wp-block-group,
  .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .wp-block-group.is-style-saaslauncher-boxshadow {
    border-radius: 0 0 24px 24px !important;
  }
  .hybrid-review-grid {
    grid-template-columns: 1fr !important;
  }
  .hybrid-footer-bottom > .wp-block-columns {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hybrid-policy-links {
    justify-content: flex-start !important;
  }
}

/* April 2026: restrained premium motion pass */
html {
  scroll-behavior: smooth;
}

.hybrid-front-page .wp-block-cover,
.hybrid-front-page .saaslauncher-hover-box,
.hybrid-front-page .wp-block-button__link,
.hybrid-front-page .hybrid-review-card,
.hybrid-front-page .wp-block-details {
  transition: transform .45s ease, box-shadow .45s ease, border-color .35s ease, background-color .35s ease, opacity .35s ease;
}

.hybrid-motion-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--hybrid-stagger, 0ms);
}
.hybrid-motion-ready.hybrid-motion-visible {
  opacity: 1;
  transform: translateY(0);
}

.hybrid-card-lift:hover,
.hybrid-card-lift:focus-within,
.hybrid-front-page .hybrid-review-card:hover,
.hybrid-front-page .hybrid-review-card:focus-within {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(21, 17, 78, 0.24), 0 0 0 1px rgba(111, 88, 255, 0.22) inset;
}

.hybrid-front-page .wp-block-cover:hover .wp-block-cover__image-background,
.hybrid-front-page .wp-block-cover:focus-within .wp-block-cover__image-background {
  transform: scale(1.04);
}
.hybrid-front-page .wp-block-cover .wp-block-cover__image-background {
  transition: transform .8s ease;
}

.hybrid-button-premium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hybrid-button-premium::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.22) 50%, transparent 82%);
  transform: translateX(-130%);
  transition: transform .7s ease;
  pointer-events: none;
}
.hybrid-button-premium:hover::after,
.hybrid-button-premium:focus-visible::after {
  transform: translateX(130%);
}

.hybrid-front-page .wp-block-button__link:hover,
.hybrid-front-page .wp-block-button__link:focus-visible,
.hybrid-review-more-button:hover,
.hybrid-review-more-button:focus-visible {
  transform: translateY(-2px);
}

body.hybrid-scrolled .saaslauncher-header.is-style-saaslauncher-sticky-navigation,
body.hybrid-scrolled .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation {
  backdrop-filter: blur(14px);
}
body.hybrid-scrolled .saaslauncher-header.is-style-saaslauncher-sticky-navigation .is-style-saaslauncher-boxshadow,
body.hybrid-scrolled .wp-block-group.saaslauncher-header.is-style-saaslauncher-sticky-navigation .is-style-saaslauncher-boxshadow {
  box-shadow: 0 18px 38px rgba(7, 8, 22, 0.35), 0 8px 18px rgba(66, 76, 255, 0.18) !important;
}

.saaslauncher-header .wp-block-navigation-item__label {
  position: relative;
}
.saaslauncher-header .wp-block-navigation-item__label::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(111,88,255,.95), rgba(255,255,255,0));
  transform: scaleX(0.35);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.saaslauncher-header .wp-block-navigation a:hover .wp-block-navigation-item__label::after,
.saaslauncher-header .wp-block-navigation a:focus-visible .wp-block-navigation-item__label::after,
.saaslauncher-header .current-menu-item .wp-block-navigation-item__label::after {
  transform: scaleX(1);
  opacity: 1;
}

.hybrid-front-page .is-style-saaslauncher-gradient-border {
  box-shadow: 0 0 0 1px rgba(111, 88, 255, 0.18), 0 10px 24px rgba(11, 10, 44, 0.18);
}

.hybrid-front-page .wp-block-details {
  border-radius: 18px;
}
.hybrid-front-page .wp-block-details:hover,
.hybrid-front-page .wp-block-details[open] {
  box-shadow: 0 14px 34px rgba(15, 13, 56, 0.18);
}

.hybrid-image-placeholder {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(114, 94, 255, .06));
  border: 1px dashed rgba(255,255,255,.16);
}

.hybrid-reduced-motion * {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hybrid-motion-ready,
  .hybrid-motion-ready.hybrid-motion-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* May 2026 live-fix patch: header glow, footer stability, compact reviews, faster motion */
.hybrid-header-shell {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: transparent !important;
}
body.admin-bar .hybrid-header-shell { top: 32px !important; }
.hybrid-header-shell > .hybrid-header-bar {
  position: relative !important;
  width: min(1380px, calc(100% - 36px)) !important;
  margin: 0 auto !important;
  padding: 18px 26px !important;
  border-radius: 0 0 38px 38px !important;
  background: linear-gradient(180deg, rgba(7,9,20,0.99) 0%, rgba(11,15,35,0.98) 58%, rgba(8,11,25,0.99) 100%) !important;
  border: 1px solid rgba(100,116,255,0.18) !important;
  border-top: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 14px 32px rgba(0,0,0,0.35) !important;
  overflow: visible !important;
}
.hybrid-header-shell > .hybrid-header-bar::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: min(74vw, 980px);
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(74, 92, 255, 0.60) 0%, rgba(74, 92, 255, 0.30) 42%, rgba(74, 92, 255, 0.0) 74%);
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}
.hybrid-header-shell > .hybrid-header-bar > .wp-block-buttons,
.hybrid-header-shell > .hybrid-header-bar > .wp-block-navigation,
.hybrid-header-shell > .hybrid-header-bar > .wp-block-group:first-child {
  position: relative;
  z-index: 2;
}
.hybrid-header-shell .wp-block-navigation {
  flex: 1 1 auto !important;
  justify-content: center !important;
}
.hybrid-header-shell .wp-block-site-title a,
.hybrid-header-shell .wp-block-navigation-item__label,
.hybrid-header-shell .wp-block-button__link {
  text-shadow: 0 1px 0 rgba(255,255,255,0.05), 0 6px 14px rgba(0,0,0,0.32) !important;
}

/* Restore elegant blue icon badges in feature cards */
.hybrid-front-page .saaslauncher-hover-box .wp-block-image.is-resized,
.hybrid-front-page .saaslauncher-hover-box figure.wp-block-image.size-full.is-resized {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  margin: 0 0 20px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(83, 102, 255, 0.22) 0%, rgba(70, 86, 245, 0.16) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 12px 24px rgba(32, 46, 144, 0.18) !important;
}
.hybrid-front-page .saaslauncher-hover-box .wp-block-image.is-resized img,
.hybrid-front-page .saaslauncher-hover-box figure.wp-block-image.size-full.is-resized img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  margin: 0 !important;
  display: block !important;
}

/* Compact review cards with 8 visible and centered button */
.hybrid-review-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}
.hybrid-front-page .hybrid-review-card,
.hybrid-review-card {
  min-height: 262px !important;
  height: 100% !important;
  padding: 22px 20px 18px !important;
  border-radius: 22px !important;
  background: rgba(24, 28, 56, 0.96) !important;
}
.hybrid-review-top { gap: 12px !important; }
.hybrid-review-avatar,
.hybrid-review-avatar img {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
}
.h5.hybrid-review-name,
.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  font-size: 10px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  max-width: 120px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.hybrid-review-source {
  margin-top: 3px !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
}
.hybrid-review-stars {
  width: 82px !important;
  margin: 12px 0 10px !important;
}
.hybrid-review-text {
  font-size: 13px !important;
  line-height: 1.56 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  min-height: 82px !important;
  margin: 0 !important;
}
.hybrid-review-link-wrap {
  margin-top: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
}
.hybrid-review-link {
  font-size: 10px !important;
  letter-spacing: 0 !important;
}
.hybrid-review-more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 12px !important;
}
.hybrid-review-more-button {
  min-width: 170px !important;
  padding: 12px 24px !important;
}

/* Footer stability and balanced alignment */
.hybrid-footer-top > .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(170px, .9fr)) !important;
  gap: 52px !important;
  align-items: start !important;
}
.hybrid-footer-brand,
.hybrid-footer-brand .wp-block-group {
  min-width: 0 !important;
}
.hybrid-footer-brand h4,
.hybrid-footer-brand p,
.hybrid-footer-bottom p {
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  max-width: none !important;
  width: auto !important;
  display: block !important;
}
.hybrid-footer-bottom > .wp-block-columns {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 24px !important;
}
.hybrid-footer-bottom > .wp-block-columns > .wp-block-column:first-child {
  min-width: 280px !important;
  text-align: left !important;
}
.hybrid-footer-bottom > .wp-block-columns > .wp-block-column:last-child {
  justify-self: end !important;
  text-align: right !important;
}
.hybrid-footer-bottom p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.hybrid-policy-links {
  width: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 34px !important;
}
.hybrid-footer-mini-links a,
.hybrid-footer-social a,
.hybrid-policy-links a {
  text-decoration: none !important;
}

/* Faster restrained motion */
.hybrid-motion-ready {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .38s ease, transform .42s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--hybrid-stagger, 0ms);
}
.hybrid-motion-ready.hybrid-motion-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .hybrid-review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 960px) {
  .hybrid-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hybrid-footer-top > .wp-block-columns { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 34px !important; }
}
@media (max-width: 781px) {
  body.admin-bar .hybrid-header-shell { top: 46px !important; }
  .hybrid-header-shell > .hybrid-header-bar {
    width: calc(100% - 18px) !important;
    padding: 16px 18px !important;
    border-radius: 0 0 26px 26px !important;
  }
  .hybrid-header-shell > .hybrid-header-bar::after {
    width: min(86vw, 520px);
    bottom: -16px;
    height: 24px;
  }
  .hybrid-review-grid { grid-template-columns: 1fr !important; }
  .hybrid-footer-top > .wp-block-columns,
  .hybrid-footer-bottom > .wp-block-columns { grid-template-columns: 1fr !important; }
  .hybrid-footer-bottom > .wp-block-columns > .wp-block-column:last-child { justify-self: start !important; text-align: left !important; }
  .hybrid-policy-links { justify-content: flex-start !important; }
}


/* June 2026 audit patch v1.1.0 */
.hybrid-header-shell{position:sticky;top:0;z-index:1000;padding:16px 24px 0;background:transparent!important}
body.admin-bar .hybrid-header-shell{top:32px}
.hybrid-header-bar{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:14px 26px 18px;border-radius:0 0 30px 30px;background:linear-gradient(180deg,rgba(5,8,20,.98) 0%,rgba(7,10,28,.98) 54%,rgba(6,8,19,.99) 100%);border:1px solid rgba(79,95,255,.16);border-top:0;position:relative;box-shadow:0 14px 34px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04)}
.hybrid-header-bar::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-18px;width:min(72vw,1020px);height:34px;background:radial-gradient(ellipse at center,rgba(72,87,255,.68) 0%,rgba(72,87,255,.28) 45%,rgba(72,87,255,0) 76%);filter:blur(14px);pointer-events:none}
.hybrid-header-brand{display:flex;align-items:center;gap:16px;min-width:0}
.hybrid-header-logo img{display:block;width:42px;height:42px;object-fit:contain}
.hybrid-header-title{font-size:24px;line-height:1;font-weight:700;letter-spacing:-.02em;color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.35);white-space:nowrap}
.hybrid-header-nav{display:flex;justify-content:center;align-items:center;gap:34px;min-width:0}
.hybrid-header-nav a,.hybrid-header-button{color:#fff;text-decoration:none;font-weight:600}
.hybrid-header-nav a{position:relative;font-size:16px;line-height:1.2;text-shadow:0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.32)}
.hybrid-header-nav a::after{content:'';position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(96,109,255,0),rgba(96,109,255,.95),rgba(96,109,255,0));transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.hybrid-header-nav a:hover::after,.hybrid-header-nav a:focus-visible::after{transform:scaleX(1)}
.hybrid-header-button{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:16px 26px;border-radius:999px;background:linear-gradient(180deg,#5c63ff 0%,#514cf5 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 10px 22px rgba(63,76,218,.28);font-size:16px}
.hybrid-header-button:hover{transform:translateY(-1px)}

.hybrid-modules-band{max-width:1180px;margin:0 auto;padding:84px 24px 56px}
.hybrid-section-intro{max-width:760px;margin:0 auto 64px;text-align:center}
.hybrid-section-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 0 22px;padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:rgba(12,16,34,.8);color:#fff;font-size:14px;line-height:1.2}
.hybrid-section-intro h2{margin:0 0 18px;color:#fff;font-size:clamp(34px,4.3vw,72px);line-height:1.22;letter-spacing:-.03em}
.hybrid-section-intro p{margin:0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.7}
.hybrid-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.hybrid-module-card{padding:28px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(13,16,32,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.hybrid-module-icon{width:72px;height:72px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;margin:0 0 22px;background:linear-gradient(180deg,rgba(83,102,255,.22) 0%,rgba(70,86,245,.16) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(32,46,144,.18)}
.hybrid-module-icon img{width:34px;height:34px;object-fit:contain;display:block}
.hybrid-module-card h3{margin:0 0 12px;color:#fff;font-size:22px;line-height:1.32;font-weight:500}
.hybrid-module-card p{margin:0;color:rgba(255,255,255,.92);font-size:18px;line-height:1.65}

.hybrid-home-reviews-wrap{max-width:1180px;margin:0 auto;padding:92px 24px 56px}
.hybrid-section-intro--reviews{margin-bottom:48px}
.hybrid-review-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.hybrid-review-card{display:flex!important;flex-direction:column!important;min-height:252px!important;height:100%!important;padding:20px 18px 16px!important;border-radius:22px!important;background:rgba(24,28,56,.96)!important;overflow:hidden!important}
.hybrid-review-top{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important}
.hybrid-review-avatar,.hybrid-review-avatar img{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important}
.hybrid-review-name,.hybrid-review-top h5.hybrid-review-name{max-width:118px!important;font-size:9px!important;line-height:1.08!important;font-weight:600!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;letter-spacing:0!important;margin:0!important;color:#fff!important}
.hybrid-review-source{margin-top:3px!important;font-size:9px!important;line-height:1.1!important;color:rgba(255,255,255,.82)!important}
.hybrid-review-stars{width:82px!important;height:auto!important;margin:6px 0 10px!important}
.hybrid-review-text{font-size:13px!important;line-height:1.55!important;color:#fff!important;display:-webkit-box!important;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden!important;min-height:82px!important;margin:0!important}
.hybrid-review-link-wrap{margin-top:auto!important;display:flex!important;justify-content:flex-end!important}
.hybrid-review-link{font-size:10px!important;color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.45)}
.hybrid-review-card--extra{display:none!important}
.hybrid-review-card--extra.is-visible{display:flex!important}
.hybrid-review-more-wrap{display:flex!important;justify-content:center!important;margin-top:18px!important}
.hybrid-review-more-button{min-width:174px!important;padding:12px 24px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.16)!important;background:linear-gradient(180deg,rgba(83,102,255,.28),rgba(70,86,245,.18))!important;color:#fff!important}

.hybrid-site-footer{max-width:1260px;margin:0 auto;padding:68px 24px 28px;color:#fff}
.hybrid-site-footer a{color:inherit;text-decoration:none}
.hybrid-footer-top{display:grid;grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(170px,.92fr));gap:52px;align-items:start;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.1)}
.hybrid-footer-brandmark{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.hybrid-footer-brandmark img{width:44px;height:44px;object-fit:contain;display:block}
.hybrid-footer-brandmark h4{margin:0;color:#fff;font-size:26px;line-height:1.05;white-space:nowrap}
.hybrid-footer-brand p{margin:0 0 10px;color:rgba(255,255,255,.92);font-size:17px;line-height:1.5;writing-mode:horizontal-tb!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere}
.hybrid-footer-col h5{margin:0 0 20px;color:#fff;font-size:20px;line-height:1.2}
.hybrid-footer-col ul{margin:0;padding:0;list-style:none}
.hybrid-footer-col li{margin:0 0 10px}
.hybrid-footer-col a{display:inline-block;color:rgba(255,255,255,.94);font-size:17px;line-height:1.45}
.hybrid-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:28px}
.hybrid-footer-bottom p{margin:0;color:#fff;font-size:15px;line-height:1.6;writing-mode:horizontal-tb!important;white-space:nowrap!important}
.hybrid-policy-links{display:flex!important;justify-content:flex-end!important;gap:34px!important;margin-left:auto!important}
.hybrid-policy-links a{color:#7c7dff;font-size:15px;line-height:1.4;text-decoration:none}

.hybrid-motion-ready{opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1)!important;transition-delay:var(--hybrid-stagger,0ms)!important}
.hybrid-motion-ready.hybrid-motion-visible{opacity:1;transform:translateY(0)}

@media (max-width: 1100px){.hybrid-module-grid{grid-template-columns:1fr 1fr}.hybrid-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hybrid-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 900px){.hybrid-header-bar{grid-template-columns:1fr;justify-items:center;text-align:center}.hybrid-header-nav{flex-wrap:wrap;gap:20px}.hybrid-module-grid,.hybrid-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hybrid-footer-top{grid-template-columns:1fr 1fr}.hybrid-footer-bottom{flex-direction:column;align-items:flex-start}.hybrid-policy-links{justify-content:flex-start!important;margin-left:0!important}}
@media (max-width: 640px){.hybrid-header-shell{padding:10px 10px 0}.hybrid-header-bar{padding:14px 16px 18px;border-radius:0 0 22px 22px}.hybrid-header-bar::after{height:24px;bottom:-14px}.hybrid-header-title{font-size:22px}.hybrid-module-grid,.hybrid-review-grid,.hybrid-footer-top{grid-template-columns:1fr!important}.hybrid-site-footer{padding-left:16px;padding-right:16px}.hybrid-footer-bottom p,.hybrid-policy-links a{white-space:normal!important}}

/* === v1.1.1 live stabilization overrides === */
:root {
  --hybrid-shell-max: 1280px;
  --hybrid-shell-pad: 28px;
  --hybrid-panel: rgba(18, 22, 46, 0.96);
  --hybrid-border: rgba(112, 126, 255, 0.22);
  --hybrid-blue-glow: rgba(77, 95, 255, 0.42);
}

.hybrid-front-page,
.hybrid-content-main,
.hybrid-listing-main {
  overflow-x: clip;
}

.hybrid-header-shell {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 16px 18px 24px !important;
  background: transparent !important;
}

.hybrid-header-bar {
  max-width: var(--hybrid-shell-max);
  margin: 0 auto;
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px 24px !important;
  border-radius: 0 0 30px 30px;
  border: 1px solid rgba(86, 99, 221, 0.22);
  background: linear-gradient(180deg, rgba(5, 10, 31, 0.98), rgba(4, 8, 25, 0.96)) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: visible;
}

.hybrid-header-bar::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -18px;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(77,95,255,0.78) 0%, rgba(77,95,255,0.32) 38%, rgba(77,95,255,0.08) 62%, rgba(77,95,255,0) 100%);
  filter: blur(18px);
  pointer-events: none;
}

.hybrid-header-brand { display:flex; align-items:center; gap:14px; min-width:0; }
.hybrid-header-logo img { width:40px; height:40px; object-fit:contain; display:block; }
.hybrid-header-title {
  font-size: 20px !important;
  line-height: 1.1;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.hybrid-header-nav { display:flex; align-items:center; justify-content:center; gap:34px; flex-wrap:nowrap; }
.hybrid-header-nav a {
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px !important;
  line-height:1;
  font-weight:700;
  position:relative;
  white-space:nowrap;
}
.hybrid-header-nav a::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(105,123,255,0), rgba(105,123,255,1), rgba(105,123,255,0));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.hybrid-header-nav a:hover::after,
.hybrid-header-nav a:focus-visible::after { transform:scaleX(1); }
.hybrid-header-cta { display:flex; justify-content:flex-end; }
.hybrid-header-button {
  display:inline-flex; align-items:center; justify-content:center;
  min-width:172px; min-height:54px;
  padding:14px 26px !important;
  border-radius:999px;
  background:linear-gradient(180deg, #5f68ff 0%, #4a40f0 100%) !important;
  border:1px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 14px 28px rgba(38,44,142,0.28);
  color:#fff !important; font-size:16px !important; font-weight:700; text-decoration:none !important;
}

.hybrid-home-reviews-wrap,
.hybrid-modules-band,
.hybrid-home-featured-wrap,
.hybrid-home-blog-wrap,
.hybrid-home-faq-wrap,
.hybrid-home-cta-wrap {
  max-width: var(--hybrid-shell-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--hybrid-shell-pad);
  padding-right: var(--hybrid-shell-pad);
  box-sizing: border-box;
}

.hybrid-module-grid {
  display:grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px !important;
  align-items: stretch;
}

.hybrid-module-card {
  min-height: 286px;
  padding: 30px 28px 28px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(108, 120, 255, 0.2) !important;
  background: rgba(6, 9, 20, 0.9) !important;
  box-shadow: 0 14px 26px rgba(0,0,0,0.16);
}

.hybrid-module-icon {
  width: 58px !important;
  height: 58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(86,100,255,0.36), rgba(70,80,214,0.22)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 10px 24px rgba(47,57,178,0.22);
  margin-bottom: 26px !important;
}
.hybrid-module-icon img {
  width: 26px !important;
  height: 26px !important;
  object-fit: contain;
  display: block;
}

.hybrid-image-placeholder::before,
.hybrid-image-placeholder::after { content:none !important; }

.hybrid-review-section {
  max-width: var(--hybrid-shell-max);
  margin: 0 auto;
  padding: 0 var(--hybrid-shell-pad);
  box-sizing: border-box;
}
.hybrid-review-grid {
  display:grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.hybrid-review-card {
  display:flex !important;
  flex-direction:column !important;
  min-height: 250px !important;
  height:100% !important;
  padding: 20px 20px 18px !important;
  border-radius: 22px !important;
  background: rgba(23, 28, 58, 0.98) !important;
  border: 1px solid rgba(112,126,255,0.12) !important;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
.hybrid-review-top { display:flex !important; align-items:flex-start !important; gap:12px !important; margin-bottom:12px !important; }
.hybrid-review-meta { min-width:0; }
.hybrid-review-avatar,
.hybrid-review-avatar img { width: 48px !important; height: 48px !important; min-width:48px !important; border-radius:50% !important; display:block; }
.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  display:block !important;
  max-width: 122px !important;
  margin:0 !important;
  color:#fff !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  letter-spacing: 0 !important;
}
.hybrid-review-source {
  margin: 3px 0 0 !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: 8.5px !important;
  line-height: 1.1 !important;
}
.hybrid-review-stars { width: 84px !important; height:auto !important; margin: 4px 0 12px !important; }
.hybrid-review-text {
  margin:0 !important;
  color:#fff !important;
  font-size: 13px !important;
  line-height: 1.58 !important;
  display:-webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow:hidden !important;
  min-height: 82px !important;
}
.hybrid-review-link-wrap { margin-top:auto !important; display:flex !important; justify-content:flex-end !important; }
.hybrid-review-link { font-size: 10px !important; color:#fff !important; text-decoration:none !important; border-bottom:1px solid rgba(255,255,255,0.34); }
.hybrid-review-card--extra { display:none !important; }
.hybrid-review-card--extra.is-visible { display:flex !important; }
.hybrid-review-more-wrap { display:flex !important; justify-content:center !important; margin-top: 20px !important; }
.hybrid-review-more-button {
  display:inline-flex; align-items:center; justify-content:center;
  min-width: 182px; min-height: 50px;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  border:1px solid rgba(255,255,255,0.12) !important;
  background: linear-gradient(180deg, rgba(88,102,255,0.36), rgba(74,64,240,0.24)) !important;
  color:#fff !important;
  cursor:pointer;
}

.hybrid-site-footer {
  max-width: var(--hybrid-shell-max);
  margin: 0 auto;
  padding: 56px var(--hybrid-shell-pad) 24px !important;
  box-sizing: border-box;
}
.hybrid-footer-top {
  display:grid !important;
  grid-template-columns: minmax(280px, 1.15fr) minmax(150px, .8fr) minmax(220px, .95fr) minmax(150px, .8fr) !important;
  gap: 48px !important;
  align-items: start !important;
  padding-bottom: 34px !important;
  border-bottom:1px solid rgba(255,255,255,0.1) !important;
}
.hybrid-footer-brand,
.hybrid-footer-col { min-width:0; }
.hybrid-footer-brandmark { display:flex !important; align-items:center !important; gap:16px !important; margin-bottom:22px !important; }
.hybrid-footer-brandmark img { width:44px !important; height:44px !important; object-fit:contain; display:block; }
.hybrid-footer-brandmark h4 { margin:0 !important; font-size: 24px !important; line-height:1.1 !important; color:#fff !important; white-space: nowrap !important; }
.hybrid-footer-brand p,
.hybrid-footer-col li,
.hybrid-footer-col a,
.hybrid-footer-col h5,
.hybrid-footer-bottom p,
.hybrid-policy-links a {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  max-width: none !important;
}
.hybrid-footer-brand p { margin:0 0 10px !important; color:rgba(255,255,255,0.9) !important; font-size:17px !important; line-height:1.5 !important; }
.hybrid-footer-col h5 { margin:0 0 18px !important; color:#fff !important; font-size:20px !important; }
.hybrid-footer-col ul { margin:0 !important; padding:0 !important; list-style:none !important; }
.hybrid-footer-col li { margin:0 0 10px !important; }
.hybrid-footer-col a { color:rgba(255,255,255,0.95) !important; font-size:17px !important; line-height:1.45 !important; text-decoration:none !important; }
.hybrid-footer-bottom {
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:24px !important;
  padding-top: 26px !important;
}
.hybrid-footer-bottom > p {
  margin:0 !important;
  color:#fff !important;
  font-size:15px !important;
  line-height:1.5 !important;
  flex:0 1 auto;
  white-space: nowrap !important;
}
.hybrid-policy-links {
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:36px !important;
  margin-left:auto !important;
  text-align:right !important;
}
.hybrid-policy-links a { color:#6f7aff !important; font-size:15px !important; line-height:1.4 !important; text-decoration:none !important; white-space: nowrap !important; }

.hybrid-motion-ready {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .28s ease, transform .28s ease;
  transition-delay: var(--hybrid-stagger, 0ms);
}
.hybrid-motion-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hybrid-review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .hybrid-footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 920px) {
  .hybrid-header-bar { grid-template-columns: 1fr !important; justify-items:center; text-align:center; }
  .hybrid-header-brand,
  .hybrid-header-cta { justify-content:center !important; }
  .hybrid-header-nav { flex-wrap:wrap; gap:22px; }
  .hybrid-module-grid,
  .hybrid-review-grid,
  .hybrid-footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hybrid-footer-bottom { flex-direction:column !important; align-items:flex-start !important; }
  .hybrid-policy-links { margin-left:0 !important; justify-content:flex-start !important; text-align:left !important; }
}
@media (max-width: 640px) {
  .hybrid-header-shell { padding: 12px 12px 22px !important; }
  .hybrid-header-bar { padding: 16px 18px !important; border-radius: 0 0 22px 22px; }
  .hybrid-header-bar::after { left: 6%; right: 6%; }
  .hybrid-module-grid,
  .hybrid-review-grid,
  .hybrid-footer-top { grid-template-columns: 1fr !important; }
  .hybrid-site-footer { padding-left: 18px !important; padding-right: 18px !important; }
  .hybrid-footer-bottom > p,
  .hybrid-policy-links a { white-space: normal !important; }
}


/* June 2026 editor/header/pill/review refinement v1.1.2 */
:root{--hybrid-shell-max:1220px;--hybrid-shell-pad:24px}
.hybrid-header-shell{padding:14px 18px 20px!important}
.hybrid-header-bar{max-width:1220px!important;min-height:78px!important;grid-template-columns:minmax(220px,1fr) auto minmax(200px,1fr)!important;padding:16px 20px!important;gap:20px!important;border-radius:0 0 26px 26px!important}
.hybrid-header-bar::after{left:16%!important;right:16%!important;bottom:-16px!important;height:38px!important;filter:blur(16px)!important}
.hybrid-header-title{font-size:18px!important}
.hybrid-header-nav{gap:28px!important}
.hybrid-header-nav a{font-size:15px!important}
.hybrid-header-button{min-width:164px!important;min-height:50px!important;padding:13px 22px!important;font-size:15px!important}

.hybrid-home-featured-wrap .is-style-saaslauncher-gradient-border,
.hybrid-home-featured-wrap .wp-block-group[style*="border-radius:60px"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;white-space:nowrap!important}
.hybrid-home-featured-wrap .is-style-saaslauncher-gradient-border .wp-block-heading,
.hybrid-home-featured-wrap .wp-block-group[style*="border-radius:60px"] .wp-block-heading{margin:0!important;font-size:clamp(12px,0.9vw,14px)!important;line-height:1.15!important;white-space:nowrap!important}

.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name{max-width:138px!important;font-size:11px!important;line-height:1.12!important}
.hybrid-review-source{font-size:10px!important}

@media (max-width: 900px){
  .hybrid-header-bar{grid-template-columns:1fr!important;min-height:auto!important;padding:15px 18px 18px!important}
  .hybrid-header-nav{gap:18px!important;flex-wrap:wrap!important}
}


.hybrid-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.hybrid-hero-card,
.hybrid-highlight-panel,
.hybrid-post-card,
.hybrid-stat,
.hybrid-module-note {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
  background: rgba(17, 21, 44, 0.76);
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}

.hybrid-hero-card,
.hybrid-highlight-panel,
.hybrid-module-note {
  padding: 32px;
}

.hybrid-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #f2f4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hybrid-hero-card h1,
.hybrid-hero-card h2 {
  margin-top: 0;
  margin-bottom: 18px;
}

.hybrid-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.hybrid-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hybrid-cta-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #7153ff, #4a63ff);
  box-shadow: 0 14px 30px rgba(97, 85, 255, 0.3);
}

.hybrid-cta-button.secondary {
  color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}

.hybrid-cta-button:hover {
  transform: translateY(-1px);
}

.hybrid-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.hybrid-stat {
  padding: 22px;
}

.hybrid-stat strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.hybrid-highlight-panel h3 {
  margin-top: 0;
}

.hybrid-post-grid {
  display: grid;
  gap: 24px;
  margin-top: 20px;
}

.hybrid-post-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.hybrid-post-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hybrid-post-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.hybrid-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hybrid-post-category {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.hybrid-post-date {
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  font-size: 13px;
}

.hybrid-post-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.hybrid-post-title a {
  color: #fff;
  text-decoration: none;
}

.hybrid-post-excerpt {
  color: var(--wp--preset--color--foreground-alt, #c9cbe3);
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  flex: 1;
}

.hybrid-post-link-wrap {
  margin: 0;
}

.hybrid-module-note h3 {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .hybrid-hero-grid,
  .hybrid-post-grid--cols-3,
  .hybrid-post-grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hybrid-hero-grid,
  .hybrid-stat-grid,
  .hybrid-post-grid--cols-2,
  .hybrid-post-grid--cols-3,
  .hybrid-post-grid--cols-4 {
    grid-template-columns: 1fr;
  }

  .hybrid-hero-card,
  .hybrid-highlight-panel,
  .hybrid-module-note,
  .hybrid-post-card {
    padding: 24px;
  }

  .hybrid-cta-button {
    width: 100%;
  }
}


/* === Hybrid Web v1.4.0 production adjustments === */
.hybrid-header-shell,
.wp-block-group.saaslauncher-header.hybrid-header-shell {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  padding: 10px 18px 0 !important;
  background: transparent !important;
}
body.admin-bar .hybrid-header-shell,
body.admin-bar .wp-block-group.saaslauncher-header.hybrid-header-shell {
  top: 32px !important;
}
.hybrid-header-shell > .hybrid-header-bar,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
  max-width: 1220px !important;
  margin: 0 auto !important;
  min-height: 72px !important;
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 10px 18px 12px !important;
  border-radius: 0 0 26px 26px !important;
  border: 1px solid rgba(86,99,221,.18) !important;
  border-top: 0 !important;
  background: linear-gradient(180deg, rgba(5,8,20,.98) 0%, rgba(7,10,28,.98) 54%, rgba(6,8,19,.99) 100%) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04) !important;
  overflow: visible !important;
}
.hybrid-header-shell > .hybrid-header-bar::after,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar::after {
  width: min(52vw, 700px) !important;
  height: 22px !important;
  bottom: -11px !important;
  filter: blur(12px) !important;
}
.hybrid-header-brand,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
}
.hybrid-header-logo img,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-logo img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}
.hybrid-header-title,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-title a {
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  color: #fff !important;
  text-decoration: none !important;
}
.hybrid-header-nav,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
}
.hybrid-header-nav a,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}
.hybrid-header-cta,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-buttons.hybrid-header-cta {
  justify-content: flex-end !important;
  margin-left: 0 !important;
}
.hybrid-header-button,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta .wp-block-button__link {
  min-width: 0 !important;
  padding: 13px 22px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
}
.hybrid-front-page-active .hybrid-review-name,
.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  font-size: 21.6px !important;
  line-height: 1.2 !important;
  max-width: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.hybrid-site-footer .hybrid-footer-bottom,
.wp-block-group.hybrid-footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
}
.hybrid-site-footer .hybrid-policy-links,
.wp-block-group.hybrid-policy-links {
  margin-left: auto !important;
  width: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 24px !important;
}
.hybrid-site-footer .hybrid-policy-links p,
.wp-block-group.hybrid-policy-links p {
  margin: 0 !important;
}
.hybrid-post-stack {
  display: grid;
  gap: 28px;
}
.hybrid-post-grid--featured {
  align-items: stretch;
}
.hybrid-post-slider-wrap {
  display: grid;
  gap: 16px;
}
.hybrid-post-slider-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hybrid-post-slider-label {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.hybrid-post-slider-controls {
  display: flex;
  gap: 10px;
}
.hybrid-post-slider-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
}
.hybrid-post-slider-viewport {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.hybrid-post-slider-track {
  display: flex;
  gap: 24px;
}
.hybrid-post-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}
.hybrid-editable-image-placeholder {
  margin: 0 !important;
}
.hybrid-editable-image-placeholder img {
  display: block;
  width: 100%;
  border-radius: 28px;
  border: 1px dashed rgba(255,255,255,.18);
  background: linear-gradient(160deg, rgba(19,23,49,.96), rgba(12,15,35,.98));
}
.hybrid-editable-image-placeholder figcaption {
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1180px) {
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: auto minmax(0,1fr) auto !important;
    gap: 14px !important;
  }
  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    gap: 12px !important;
  }
  .hybrid-header-nav a,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
    font-size: 14px !important;
  }
  .hybrid-post-slide {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 900px) {
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }
  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    flex-wrap: wrap !important;
  }
  .hybrid-site-footer .hybrid-footer-bottom,
  .wp-block-group.hybrid-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hybrid-site-footer .hybrid-policy-links,
  .wp-block-group.hybrid-policy-links {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
  .hybrid-post-slide {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 640px) {
  .hybrid-header-shell,
  .wp-block-group.saaslauncher-header.hybrid-header-shell {
    padding: 8px 10px 0 !important;
  }
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    padding: 12px 14px 14px !important;
  }
  .hybrid-post-slide {
    flex-basis: 100%;
  }
}


/* March 2026 production retouch v1.5.0 */
.wp-site-blocks p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.hybrid-page-shell p,
.hybrid-card p,
.hybrid-copy p,
.hybrid-note-band p,
.hybrid-review-text,
.hybrid-form-wrap .hybrid-note,
.hybrid-form-wrap .hybrid-success,
.hybrid-form-wrap .hybrid-error {
  text-align: justify;
}

.hybrid-form-wrap {
  max-width: 780px !important;
  padding: 28px !important;
  border-radius: 22px !important;
}
.hybrid-form-grid {
  gap: 18px !important;
}
.hybrid-form-field {
  min-width: 0;
}
.hybrid-form-wrap label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.hybrid-required {
  color: #8ea1ff;
  font-weight: 700;
}
.hybrid-form-wrap input,
.hybrid-form-wrap select,
.hybrid-form-wrap textarea {
  box-sizing: border-box !important;
  border-radius: 14px !important;
  padding: 13px 15px !important;
}
.hybrid-form-wrap input,
.hybrid-form-wrap select {
  min-height: 52px !important;
}
.hybrid-form-wrap textarea {
  min-height: 150px !important;
}
.hybrid-form-wrap .hybrid-submit {
  min-width: 198px !important;
  padding: 15px 24px !important;
}

.wp-block-image img[src*="editable-image-placeholder.svg"] {
  display: block;
  width: 100%;
  border-radius: 28px;
  border: 1px dashed rgba(255,255,255,.18);
  background: linear-gradient(160deg, rgba(19,23,49,.96), rgba(12,15,35,.98));
}


/* March 2026 homepage polish v1.6.0 */
.hybrid-front-page-active .hybrid-header-shell,
body.home .hybrid-header-shell {
  padding-top: 8px !important;
}
.hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar,
body.home .hybrid-header-shell > .hybrid-header-bar {
  max-width: 1200px !important;
  min-height: 68px !important;
  padding: 10px 18px 12px !important;
  background: linear-gradient(180deg, rgba(6,9,28,.98) 0%, rgba(24,22,106,.92) 62%, rgba(9,12,30,.98) 100%) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar::after,
body.home .hybrid-header-shell > .hybrid-header-bar::after {
  width: min(42vw, 520px) !important;
  height: 16px !important;
  bottom: -8px !important;
  filter: blur(11px) !important;
  opacity: .95 !important;
}
.hybrid-header-shell > .hybrid-header-bar,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
  max-width: 1200px !important;
  min-height: 68px !important;
  gap: 14px !important;
  padding: 10px 18px 12px !important;
}
.hybrid-header-title,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-title a {
  font-size: 18px !important;
}
.hybrid-header-nav,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
  gap: 12px !important;
}
.hybrid-header-nav a,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
  font-size: 14px !important;
}
.hybrid-header-button,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta .wp-block-button__link {
  padding: 12px 20px !important;
  font-size: 14px !important;
}

.hybrid-badge,
.hybrid-section-kicker,
.hybrid-post-category,
.hybrid-front-page-active .is-style-saaslauncher-gradient-border,
.hybrid-front-page-active .wp-block-group[style*="border-radius:60px"],
body.home .is-style-saaslauncher-gradient-border,
body.home .wp-block-group[style*="border-radius:60px"] {
  width: fit-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}
.hybrid-front-page-active .is-style-saaslauncher-gradient-border .wp-block-heading,
.hybrid-front-page-active .wp-block-group[style*="border-radius:60px"] .wp-block-heading,
body.home .is-style-saaslauncher-gradient-border .wp-block-heading,
body.home .wp-block-group[style*="border-radius:60px"] .wp-block-heading,
.hybrid-post-category {
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.hybrid-front-page-active .hybrid-review-name,
.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  max-width: 110px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  color: #89a4ff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.hybrid-review-source {
  font-size: 10px !important;
}

.hybrid-post-grid--featured,
.hybrid-post-slider-track {
  align-items: stretch !important;
}
.hybrid-post-card,
.hybrid-post-slide {
  min-height: 420px !important;
}
.hybrid-post-meta {
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  gap: 10px !important;
}
.hybrid-post-category,
.hybrid-post-date {
  white-space: nowrap !important;
}
.hybrid-post-title {
  font-size: 18px !important;
  line-height: 1.25 !important;
  min-height: 1.25em !important;
}
.hybrid-post-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
}
.hybrid-post-excerpt {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  line-height: 1.7 !important;
  min-height: calc(1.7em * 3) !important;
}
.hybrid-post-link-wrap {
  margin-top: auto !important;
}
.hybrid-post-slider-viewport {
  scroll-behavior: smooth;
}

.hybrid-front-page .entry-content .wp-block-image,
.hybrid-front-page .entry-content .wp-block-image img,
.hybrid-front-page .wp-block-image,
.hybrid-front-page .wp-block-image img {
  max-width: 100%;
}
.hybrid-front-page .wp-block-image.hybrid-editable-image-placeholder {
  display: block !important;
}
.hybrid-front-page .wp-block-image.hybrid-editable-image-placeholder img {
  cursor: pointer;
}

@media (max-width: 1180px) {
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    gap: 10px !important;
  }
  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    gap: 10px !important;
  }
  .hybrid-header-nav a,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
    font-size: 13px !important;
  }
}
@media (max-width: 900px) {
  .hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar,
  body.home .hybrid-header-shell > .hybrid-header-bar {
    background: linear-gradient(180deg, rgba(7,10,28,.98) 0%, rgba(12,18,54,.96) 100%) !important;
  }
  .hybrid-post-card,
  .hybrid-post-slide {
    min-height: auto !important;
  }
}

/* March 2026 production polish v1.7.0 */
.hybrid-front-page-active .hybrid-header-shell,
body.home .hybrid-header-shell,
body.page-template-front-page .hybrid-header-shell {
  padding-top: 10px !important;
}
.hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar,
body.home .hybrid-header-shell > .hybrid-header-bar,
body.page-template-front-page .hybrid-header-shell > .hybrid-header-bar {
  background: linear-gradient(180deg, rgba(5,8,25,.94) 0%, rgba(12,16,56,.88) 55%, rgba(17,26,92,.78) 100%) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(120,134,255,.18) !important;
}
.hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar::after,
body.home .hybrid-header-shell > .hybrid-header-bar::after,
body.page-template-front-page .hybrid-header-shell > .hybrid-header-bar::after {
  width: min(40vw, 460px) !important;
  height: 20px !important;
  bottom: -10px !important;
  opacity: 1 !important;
  background: radial-gradient(ellipse at center, rgba(89,108,255,.96) 0%, rgba(64,84,245,.68) 48%, rgba(25,34,110,0) 82%) !important;
  filter: blur(14px) !important;
}

.hybrid-inline-pill,
.hybrid-inline-pill.wp-block-group,
.hybrid-inline-pill .wp-block-heading,
.hybrid-front-page-active .hybrid-inline-pill,
body.home .hybrid-inline-pill {
  display: inline-flex !important;
  width: auto !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
.hybrid-inline-pill {
  align-items: center !important;
  justify-content: center !important;
}
.hybrid-inline-pill .wp-block-heading {
  margin: 0 !important;
}

.hybrid-front-page .wp-block-image.hybrid-home-editable-image,
.hybrid-front-page-active .wp-block-image.hybrid-home-editable-image,
body.home .wp-block-image.hybrid-home-editable-image {
  margin: 0 !important;
}
.hybrid-front-page .wp-block-image.hybrid-home-editable-image img,
.hybrid-front-page-active .wp-block-image.hybrid-home-editable-image img,
body.home .wp-block-image.hybrid-home-editable-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.hybrid-post-card,
.hybrid-post-slide {
  padding: 0 !important;
  overflow: hidden !important;
}
.hybrid-post-media {
  display: block !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,21,48,.96), rgba(26,31,72,.96));
}
.hybrid-post-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hybrid-post-card-image--placeholder {
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(135deg, rgba(61,71,150,.22), rgba(118,131,255,.18));
}
.hybrid-post-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 24px 26px !important;
  flex: 1 1 auto;
}
.hybrid-post-title {
  margin: 0 !important;
}
.hybrid-post-title a {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.hybrid-post-excerpt {
  margin: 0 !important;
}
.hybrid-post-link-wrap {
  padding-top: 4px;
}

.hybrid-module-card-block,
.hybrid-module-card-block.wp-block-group {
  height: 100%;
}
.hybrid-module-card-block .wp-block-image {
  margin-bottom: 2px !important;
}
.hybrid-module-card-block p {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .hybrid-front-page-active .hybrid-header-shell > .hybrid-header-bar,
  body.home .hybrid-header-shell > .hybrid-header-bar,
  body.page-template-front-page .hybrid-header-shell > .hybrid-header-bar {
    background: linear-gradient(180deg, rgba(7,10,28,.96) 0%, rgba(10,14,44,.94) 100%) !important;
  }
  .hybrid-post-media {
    aspect-ratio: 16 / 10;
  }
}


/* === Hybrid V1 production layout polish v1.9.0 === */
:root {
  --hybrid-header-line: rgba(96, 121, 255, 0.98);
  --hybrid-header-glow: rgba(74, 102, 255, 0.72);
  --hybrid-content-width: 1240px;
  --hybrid-reading-width: 860px;
  --hybrid-media-radius: 26px;
}

.hybrid-header-shell,
.wp-block-group.saaslauncher-header.hybrid-header-shell {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  padding: 10px 18px 28px !important;
  overflow: visible !important;
}
body.admin-bar .hybrid-header-shell,
body.admin-bar .wp-block-group.saaslauncher-header.hybrid-header-shell {
  top: 32px !important;
}
.hybrid-header-shell::before,
.wp-block-group.saaslauncher-header.hybrid-header-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  width: min(100vw, 1600px);
  height: 1px;
  background: linear-gradient(90deg, rgba(96,121,255,0) 0%, rgba(96,121,255,0.92) 16%, rgba(146,164,255,0.98) 50%, rgba(96,121,255,0.92) 84%, rgba(96,121,255,0) 100%);
  box-shadow: 0 0 14px rgba(82, 111, 255, 0.65), 0 0 24px rgba(55, 78, 212, 0.38);
  pointer-events: none;
  opacity: 0.96;
}
.hybrid-header-shell::after,
.wp-block-group.saaslauncher-header.hybrid-header-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  width: min(100vw, 1560px);
  height: 88px;
  background: radial-gradient(ellipse at center top, rgba(86, 116, 255, 0.82) 0%, rgba(66, 92, 236, 0.54) 26%, rgba(27, 40, 128, 0.22) 48%, rgba(10, 14, 40, 0) 76%);
  filter: blur(18px);
  pointer-events: none;
  opacity: 0.95;
}
.hybrid-header-shell > .hybrid-header-bar,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
  position: relative !important;
  max-width: 1240px !important;
  min-height: 78px !important;
  padding: 14px 22px 18px !important;
  border: 1px solid rgba(96, 121, 255, 0.14) !important;
  border-top: 0 !important;
  border-radius: 0 0 28px 28px !important;
  background: linear-gradient(180deg, rgba(4, 6, 18, 0.985) 0%, rgba(8, 11, 34, 0.975) 42%, rgba(11, 14, 44, 0.965) 76%, rgba(12, 16, 48, 0.94) 100%) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255,255,255,0.05) !important;
  overflow: visible !important;
}
.hybrid-header-shell > .hybrid-header-bar::before,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar::before {
  content: "";
  position: absolute;
  left: 3.5%;
  right: 3.5%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(96,121,255,0) 0%, rgba(110,137,255,0.92) 18%, rgba(164,178,255,0.98) 50%, rgba(110,137,255,0.92) 82%, rgba(96,121,255,0) 100%);
  box-shadow: 0 0 12px rgba(84, 109, 255, 0.72);
  pointer-events: none;
}
.hybrid-header-shell > .hybrid-header-bar::after,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar::after {
  left: 12% !important;
  right: 12% !important;
  width: auto !important;
  height: 68px !important;
  bottom: -40px !important;
  background: radial-gradient(ellipse at center top, rgba(86, 116, 255, 0.76) 0%, rgba(54, 78, 214, 0.46) 30%, rgba(18, 26, 92, 0.10) 56%, rgba(0,0,0,0) 100%) !important;
  filter: blur(20px) !important;
  opacity: 1 !important;
}
.hybrid-header-title,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-title a {
  font-size: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.hybrid-header-nav,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
  gap: 28px !important;
}
.hybrid-header-nav a,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.hybrid-header-button,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta .wp-block-button__link {
  min-width: 178px !important;
  min-height: 50px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #5c67ff 0%, #4d4ef1 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 10px 24px rgba(70, 81, 220, 0.34) !important;
}

.page .wp-site-blocks main p,
.single .wp-site-blocks main p,
.blog .wp-site-blocks main p,
.archive .wp-site-blocks main p,
.search .wp-site-blocks main p {
  text-align: justify !important;
  text-justify: inter-word;
}
.page .wp-site-blocks main,
.single .wp-site-blocks main,
.blog .wp-site-blocks main,
.archive .wp-site-blocks main,
.search .wp-site-blocks main {
  overflow-x: clip;
}
.page .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.single .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.blog .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.archive .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.search .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.page main.wp-block-group.has-center-top-gradient-gradient-background,
.single main.wp-block-group.has-center-top-gradient-gradient-background,
.blog main.wp-block-group.has-center-top-gradient-gradient-background,
.archive main.wp-block-group.has-center-top-gradient-gradient-background,
.search main.wp-block-group.has-center-top-gradient-gradient-background {
  padding-top: 34px !important;
  padding-bottom: 50px !important;
}
.page .wp-site-blocks main > .wp-block-group:first-of-type > .wp-block-group:first-of-type,
.single .wp-site-blocks main > .wp-block-group:first-of-type > .wp-block-group:first-of-type,
.blog .wp-site-blocks main > .wp-block-group:first-of-type > .wp-block-group:first-of-type,
.archive .wp-site-blocks main > .wp-block-group:first-of-type > .wp-block-group:first-of-type,
.search .wp-site-blocks main > .wp-block-group:first-of-type > .wp-block-group:first-of-type {
  padding-top: 12px !important;
  padding-bottom: 42px !important;
}

.hybrid-page-layout {
  width: min(100%, var(--hybrid-content-width));
  margin: 0 auto;
  display: grid;
  gap: 52px;
}
.hybrid-page-layout > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hybrid-split,
.hybrid-split.reverse {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hybrid-split.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}
.hybrid-stack {
  display: grid;
  gap: 20px;
}
.hybrid-stack > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hybrid-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.hybrid-card {
  padding: 30px;
  border-radius: 24px;
  background: rgba(16, 21, 48, 0.74);
}
.hybrid-card > *:first-child,
.hybrid-card h2,
.hybrid-card h3,
.hybrid-card h4,
.hybrid-module-note > *:first-child {
  margin-top: 0 !important;
}
.hybrid-card > *:last-child,
.hybrid-module-note > *:last-child {
  margin-bottom: 0 !important;
}

.hybrid-media,
.hybrid-media .wp-block-image,
.hybrid-media figure,
.hybrid-page-layout .wp-block-image,
.page .wp-block-post-content .wp-block-image,
.single .wp-block-post-content .wp-block-image,
.entry-content .wp-block-image {
  margin: 0 !important;
}
.hybrid-media,
.hybrid-media .wp-block-image,
.hybrid-media figure {
  width: 100%;
}
.hybrid-media img,
.hybrid-page-layout img,
.page .wp-block-post-content img,
.single .wp-block-post-content img,
.entry-content img,
.wp-block-post-featured-image img,
.wp-block-image img,
img.wp-post-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.hybrid-media img,
.hybrid-page-layout .wp-block-image img,
.page .wp-block-post-content .wp-block-image img,
.single .wp-block-post-content .wp-block-image img,
.wp-block-post-featured-image img {
  border-radius: var(--hybrid-media-radius);
}
.hybrid-image-placeholder,
.hybrid-editable-image-placeholder,
.wp-block-image img[src*="editable-image-placeholder.svg"] {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.hybrid-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--hybrid-media-radius);
  background: radial-gradient(circle at 50% 18%, rgba(90, 110, 255, 0.30), rgba(20, 24, 62, 0.82) 40%, rgba(9, 12, 33, 0.96) 100%) !important;
  overflow: hidden;
}
.hybrid-image-placeholder::before {
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px) !important;
}
.hybrid-image-placeholder::after {
  display: none !important;
}
.hybrid-image-placeholder span {
  max-width: 280px;
  padding: 18px 24px;
}

.page .wp-block-post-content,
.single .wp-block-post-content,
.entry-content {
  width: min(100%, 100%);
}
.page .wp-block-post-content > *:first-child,
.single .wp-block-post-content > *:first-child,
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.page .wp-block-post-content > *:last-child,
.single .wp-block-post-content > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.page .wp-block-post-content h1,
.page .wp-block-post-content h2,
.page .wp-block-post-content h3,
.page .wp-block-post-content h4,
.single .wp-block-post-content h1,
.single .wp-block-post-content h2,
.single .wp-block-post-content h3,
.single .wp-block-post-content h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.2;
}
.page .wp-block-post-content p,
.single .wp-block-post-content p,
.entry-content p,
.hybrid-prose p,
.hybrid-prose li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 1.85;
}
.page .wp-block-post-content > * + *,
.single .wp-block-post-content > * + *,
.entry-content > * + *,
.hybrid-stack > * + *,
.hybrid-card > * + *,
.hybrid-module-note > * + * {
  margin-top: 18px !important;
}
.page .wp-block-post-content ul,
.page .wp-block-post-content ol,
.single .wp-block-post-content ul,
.single .wp-block-post-content ol,
.entry-content ul,
.entry-content ol {
  padding-left: 1.2rem;
}

.blog .wp-block-query .saaslauncher-hover-box,
.archive .wp-block-query .saaslauncher-hover-box,
.search .wp-block-query .saaslauncher-hover-box {
  height: 100%;
  padding: 20px !important;
  border-radius: 22px !important;
}
.blog .wp-block-query .wp-block-post-featured-image,
.archive .wp-block-query .wp-block-post-featured-image,
.search .wp-block-query .wp-block-post-featured-image {
  margin-bottom: 0 !important;
}
.blog .wp-block-query .wp-block-post-featured-image img,
.archive .wp-block-query .wp-block-post-featured-image img,
.search .wp-block-query .wp-block-post-featured-image img {
  border-radius: 22px !important;
  height: 320px !important;
  object-fit: cover !important;
}
.blog .wp-block-query .wp-block-group[style*="margin-top: 24px"],
.archive .wp-block-query .wp-block-group[style*="margin-top: 24px"],
.search .wp-block-query .wp-block-group[style*="margin-top: 24px"] {
  margin-top: 18px !important;
}

@media (max-width: 1080px) {
  .hybrid-header-shell,
  .wp-block-group.saaslauncher-header.hybrid-header-shell {
    padding: 10px 14px 24px !important;
  }
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: auto 1fr auto !important;
    gap: 14px !important;
    padding: 14px 18px 17px !important;
  }
  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    gap: 18px !important;
  }
  .hybrid-split,
  .hybrid-split.reverse {
    grid-template-columns: 1fr !important;
  }
  .hybrid-split.reverse .hybrid-media {
    order: 0;
  }
}
@media (max-width: 720px) {
  .hybrid-header-shell::after,
  .wp-block-group.saaslauncher-header.hybrid-header-shell::after {
    height: 64px;
    bottom: -26px;
  }
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }
  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    flex-wrap: wrap !important;
    gap: 14px !important;
  }
  .hybrid-header-button,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta .wp-block-button__link {
    min-width: 170px !important;
  }
  .page .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
  .single .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
  .blog .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
  .archive .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
  .search .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
  .page main.wp-block-group.has-center-top-gradient-gradient-background,
  .single main.wp-block-group.has-center-top-gradient-gradient-background,
  .blog main.wp-block-group.has-center-top-gradient-gradient-background,
  .archive main.wp-block-group.has-center-top-gradient-gradient-background,
  .search main.wp-block-group.has-center-top-gradient-gradient-background {
    padding-top: 26px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-bottom: 40px !important;
  }
  .hybrid-page-layout,
  .hybrid-card-grid {
    gap: 24px;
  }
  .hybrid-card {
    padding: 22px;
  }
}


/* === Hybrid V1 production hotfix v1.9.1 === */
:root {
  --hybrid-shell-max: 1200px;
  --hybrid-shell-pad: 24px;
}

.hybrid-header-shell,
.wp-block-group.saaslauncher-header.hybrid-header-shell {
  padding: 8px 16px 18px !important;
}

.hybrid-header-shell::before,
.wp-block-group.saaslauncher-header.hybrid-header-shell::before {
  width: min(1220px, calc(100vw - 32px)) !important;
  opacity: 0.82 !important;
  box-shadow: 0 0 10px rgba(82, 111, 255, 0.46), 0 0 18px rgba(55, 78, 212, 0.24) !important;
}

.hybrid-header-shell::after,
.wp-block-group.saaslauncher-header.hybrid-header-shell::after {
  width: min(1240px, calc(100vw - 24px)) !important;
  height: 58px !important;
  bottom: -24px !important;
  background: radial-gradient(ellipse at center top, rgba(86, 116, 255, 0.58) 0%, rgba(60, 86, 228, 0.28) 34%, rgba(18, 26, 92, 0.06) 58%, rgba(0, 0, 0, 0) 100%) !important;
  filter: blur(14px) !important;
  opacity: 0.62 !important;
}

.hybrid-header-shell > .hybrid-header-bar,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
  max-width: 1200px !important;
  min-height: 72px !important;
  padding: 12px 18px 14px !important;
  border-radius: 0 0 24px 24px !important;
  border-color: rgba(101, 120, 255, 0.16) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.hybrid-header-shell > .hybrid-header-bar::before,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar::before {
  left: 6% !important;
  right: 6% !important;
  opacity: 0.9 !important;
}

.hybrid-header-shell > .hybrid-header-bar::after,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar::after {
  left: 18% !important;
  right: 18% !important;
  height: 42px !important;
  bottom: -24px !important;
  background: radial-gradient(ellipse at center top, rgba(86, 116, 255, 0.62) 0%, rgba(54, 78, 214, 0.28) 34%, rgba(18, 26, 92, 0.02) 62%, rgba(0,0,0,0) 100%) !important;
  filter: blur(16px) !important;
  opacity: 0.72 !important;
}

.hybrid-header-brand,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-brand {
  gap: 12px !important;
}

.hybrid-header-logo img,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-logo img {
  width: 38px !important;
  height: 38px !important;
}

.hybrid-header-title,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-title a {
  font-size: 18px !important;
}

.hybrid-header-nav,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
  gap: 22px !important;
}

.hybrid-header-nav a,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
  font-size: 14px !important;
}

.hybrid-header-button,
.wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta .wp-block-button__link {
  min-width: 156px !important;
  min-height: 46px !important;
  padding: 12px 22px !important;
  font-size: 15px !important;
  background: linear-gradient(180deg, #5f6dff 0%, #4c54ea 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 10px 22px rgba(53, 66, 198, 0.28) !important;
}

.hybrid-modules-band {
  padding: 68px var(--hybrid-shell-pad) 34px !important;
}

.hybrid-home-reviews-wrap {
  padding: 12px 0 8px !important;
}

.hybrid-section-intro {
  margin-bottom: 38px !important;
}

.hybrid-section-intro--reviews {
  margin-bottom: 32px !important;
}

.hybrid-module-grid {
  gap: 22px !important;
}

.hybrid-module-card,
.hybrid-module-card-block {
  min-height: 0 !important;
  height: 100% !important;
  padding: 26px 24px 24px !important;
  border-radius: 24px !important;
}

.hybrid-module-card .wp-block-image,
.hybrid-module-card-block .wp-block-image {
  margin: 0 0 14px !important;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
}

.hybrid-module-icon,
.hybrid-module-card .wp-block-image,
.hybrid-module-card-block .wp-block-image {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hybrid-module-icon img,
.hybrid-module-card .wp-block-image img,
.hybrid-module-card-block .wp-block-image img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  object-fit: contain !important;
}

.hybrid-module-card h3,
.hybrid-module-card-block h3 {
  margin: 0 0 10px !important;
}

.hybrid-module-card p,
.hybrid-module-card-block p {
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.hybrid-review-grid {
  gap: 16px !important;
}

.hybrid-review-card {
  min-height: 238px !important;
  padding: 20px 18px 16px !important;
}

.hybrid-review-top {
  align-items: center !important;
}

.hybrid-review-avatar {
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.hybrid-review-avatar img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.hybrid-review-name,
.hybrid-review-top h5.hybrid-review-name {
  max-width: 100% !important;
  font-size: 16px !important;
  line-height: 1.24 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.hybrid-review-source {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.hybrid-review-stars {
  width: 92px !important;
  margin: 10px 0 12px !important;
}

.hybrid-review-text {
  font-size: 15px !important;
  line-height: 1.56 !important;
  min-height: 0 !important;
}

.hybrid-review-more-wrap {
  margin-top: 20px !important;
}

.hybrid-review-more-button {
  min-width: 166px !important;
  padding: 11px 22px !important;
}

.hybrid-front-page .wp-block-button.is-style-button-with-shadow-style-two .wp-block-button__link,
body.home .wp-block-button.is-style-button-with-shadow-style-two .wp-block-button__link {
  min-width: 150px !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  background: linear-gradient(180deg, #5f6dff 0%, #4c54ea 100%) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 10px 22px rgba(53, 66, 198, 0.28) !important;
}

.hybrid-front-page .wp-block-button.is-style-button-with-shadow-style-two .wp-block-button__link:hover,
body.home .wp-block-button.is-style-button-with-shadow-style-two .wp-block-button__link:hover {
  color: #ffffff !important;
}

@media (max-width: 1180px) {
  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: minmax(220px, 1fr) auto auto !important;
  }

  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    gap: 16px !important;
  }
}

@media (max-width: 900px) {
  .hybrid-header-shell,
  .wp-block-group.saaslauncher-header.hybrid-header-shell {
    padding-bottom: 12px !important;
  }

  .hybrid-header-shell::before,
  .hybrid-header-shell::after,
  .wp-block-group.saaslauncher-header.hybrid-header-shell::before,
  .wp-block-group.saaslauncher-header.hybrid-header-shell::after {
    display: none !important;
  }

  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    min-height: auto !important;
    padding: 12px 14px !important;
  }

  .hybrid-module-grid,
  .hybrid-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .hybrid-module-grid,
  .hybrid-review-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hybrid-review-card,
  .hybrid-module-card,
  .hybrid-module-card-block {
    padding: 22px 18px !important;
  }
}

/* === Hybrid V1 production hotfix v1.9.2 === */
.hybrid-post-stack {
  gap: 18px !important;
  overflow: hidden;
}

.hybrid-post-slider-wrap {
  gap: 0 !important;
}

.hybrid-post-slider-toolbar {
  display: none !important;
}

.hybrid-post-slider-viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 0 !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  overscroll-behavior-x: contain;
}

.hybrid-post-slider-viewport::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.hybrid-post-slider-track {
  gap: 18px !important;
  padding-bottom: 2px;
}

.hybrid-post-slide {
  flex: 0 0 calc((100% - 36px) / 3) !important;
}

.hybrid-home-blog-wrap,
.hybrid-home-featured-wrap,
.hybrid-modules-band,
.hybrid-home-reviews-wrap,
.hybrid-home-cta-wrap,
.hybrid-home-faq-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hybrid-feature-story {
  width: min(100%, var(--hybrid-reading-width, 860px));
  margin: 0 auto !important;
  display: grid;
  gap: 18px;
}

.hybrid-feature-story > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hybrid-feature-story .wp-block-image,
.hybrid-feature-story figure {
  width: 100%;
  margin: 2px 0 4px !important;
}

.hybrid-feature-story .wp-block-image img,
.hybrid-feature-story figure img {
  display: block;
  width: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 24px !important;
}

.page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center,
.single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center,
.entry-content .wp-block-columns.are-vertically-aligned-center {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
}

.page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column,
.single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column,
.entry-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column {
  flex-basis: auto !important;
  width: min(100%, var(--hybrid-reading-width, 860px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:first-child:has(.wp-block-image):not(:has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons)),
.single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:first-child:has(.wp-block-image):not(:has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons)),
.entry-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:first-child:has(.wp-block-image):not(:has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons)) {
  order: 2 !important;
}

.page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:nth-child(2):has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons),
.single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:nth-child(2):has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons),
.entry-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column:nth-child(2):has(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-block-buttons) {
  order: 1 !important;
}

.page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center .wp-block-image,
.single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center .wp-block-image,
.entry-content .wp-block-columns.are-vertically-aligned-center .wp-block-image {
  width: 100% !important;
  margin: 0 auto !important;
}

.hybrid-page-layout {
  gap: 40px !important;
}

.page .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.single .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.blog .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.archive .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.search .wp-site-blocks main > .wp-block-group.has-center-top-gradient-gradient-background,
.page main.wp-block-group.has-center-top-gradient-gradient-background,
.single main.wp-block-group.has-center-top-gradient-gradient-background,
.blog main.wp-block-group.has-center-top-gradient-gradient-background,
.archive main.wp-block-group.has-center-top-gradient-gradient-background,
.search main.wp-block-group.has-center-top-gradient-gradient-background {
  padding-top: 28px !important;
  padding-bottom: 40px !important;
}

.page .wp-block-post-content > * + *,
.single .wp-block-post-content > * + *,
.entry-content > * + *,
.hybrid-stack > * + *,
.hybrid-card > * + *,
.hybrid-module-note > * + * {
  margin-top: 14px !important;
}

@media (max-width: 1180px) {
  .hybrid-post-slide {
    flex-basis: calc((100% - 18px) / 2) !important;
  }
}

@media (max-width: 720px) {
  .hybrid-feature-story,
  .page .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column,
  .single .wp-block-post-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column,
  .entry-content .wp-block-columns.are-vertically-aligned-center > .wp-block-column {
    width: 100% !important;
  }

  .hybrid-post-slide {
    flex-basis: 100% !important;
  }
}

/* March 2026 footer/social/avatar/fallback-image refinement */
.hybrid-review-avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

.hybrid-review-avatar img {
  display: none !important;
}

.hybrid-post-card-image--fallback {
  object-fit: cover !important;
  padding: 0 !important;
  background: none !important;
}

.hybrid-post-card-image--placeholder {
  display: none !important;
}

.hybrid-footer-top,
.hybrid-footer-top > .wp-block-columns {
  align-items: start !important;
}

.hybrid-footer-top > .wp-block-columns {
  grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(150px, 1fr)) !important;
  gap: 34px !important;
}

.hybrid-footer-col--social {
  min-width: 0;
}

.hybrid-footer-col--social h5 {
  margin: 0 0 18px !important;
}

.hybrid-footer-social-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px !important;
  align-items: center !important;
}

.hybrid-footer-social-grid a {
  width: 46px;
  height: 46px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, rgba(70, 88, 255, 0.26), rgba(38, 45, 110, 0.48)) !important;
  border: 1px solid rgba(115, 131, 255, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 10px 22px rgba(0,0,0,0.18) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
}

.hybrid-footer-social-grid a:hover,
.hybrid-footer-social-grid a:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(140, 155, 255, 0.5) !important;
  background: linear-gradient(180deg, rgba(85, 104, 255, 0.34), rgba(45, 54, 130, 0.56)) !important;
}

.hybrid-footer-social-grid svg {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 1180px) {
  .hybrid-footer-top > .wp-block-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .hybrid-footer-top > .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .hybrid-footer-top > .wp-block-columns {
    grid-template-columns: 1fr !important;
  }

  .hybrid-footer-social-grid {
    grid-template-columns: repeat(4, minmax(0, 46px));
  }
}


/* Hybrid V1 production hotfix v1.9.6 */
.hybrid-review-avatar {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  flex: 0 0 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: none !important;
}
.hybrid-review-avatar img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}
.hybrid-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.hybrid-footer-social-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.hybrid-social-link--facebook {
  color: #1877F2 !important;
  background: rgba(24,119,242,0.14) !important;
  border-color: rgba(24,119,242,0.35) !important;
}
.hybrid-social-link--youtube {
  color: #FF0000 !important;
  background: rgba(255,0,0,0.12) !important;
  border-color: rgba(255,0,0,0.30) !important;
}
.hybrid-social-link--linkedin {
  color: #0A66C2 !important;
  background: rgba(10,102,194,0.14) !important;
  border-color: rgba(10,102,194,0.35) !important;
}
.hybrid-social-link--x {
  color: #ffffff !important;
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.22) !important;
}
.hybrid-social-link--tiktok {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(37,244,238,0.16), rgba(254,44,85,0.16)) !important;
  border-color: rgba(254,44,85,0.28) !important;
}
.hybrid-post-card-image--fallback {
  object-fit: cover !important;
}


/* Hybrid V1 production hotfix v1.9.7 */
.hybrid-review-avatar {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  flex: 0 0 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(37, 43, 91, 0.98), rgba(24, 29, 64, 0.98)) !important;
  border: 1px solid rgba(120, 136, 255, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05) !important;
}
.hybrid-review-avatar img {
  display: none !important;
}
.hybrid-review-avatar-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
.hybrid-footer-top {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(130px, 0.9fr)) minmax(170px, 1fr) !important;
  gap: 30px !important;
  align-items: start !important;
}
.hybrid-footer-top > .hybrid-footer-col,
.hybrid-footer-top > .hybrid-footer-brand {
  min-width: 0 !important;
}
.hybrid-footer-col--social {
  min-width: 0 !important;
}
.hybrid-footer-social-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}
.hybrid-footer-social-grid a {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.hybrid-footer-social-grid a:hover,
.hybrid-footer-social-grid a:focus-visible {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}
.hybrid-footer-social-grid svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}
.hybrid-social-link--facebook,
.hybrid-social-link--youtube,
.hybrid-social-link--linkedin,
.hybrid-social-link--x,
.hybrid-social-link--tiktok {
  color: inherit !important;
}
@media (max-width: 1180px) {
  .hybrid-footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .hybrid-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .hybrid-footer-top {
    grid-template-columns: 1fr !important;
  }
}

/* Hybrid V1 production hotfix v1.9.8 - media-library fallback pools */
.hybrid-post-media {
  display: block !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hybrid-post-card-image,
.hybrid-post-card-image--fallback {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hybrid-post-card--no-media .hybrid-post-card-body,
.hybrid-post-slide.hybrid-post-card--no-media .hybrid-post-card-body {
  padding-top: 24px !important;
}

.hybrid-post-card--no-media .hybrid-post-meta {
  margin-top: 0 !important;
}


/* Hybrid V1 production hotfix v1.9.9 */
.hybrid-page-top-form {
  padding: 28px 0 12px !important;
}

.hybrid-page-form-container {
  max-width: 880px !important;
}

.hybrid-page-has-top-form .hybrid-page-container {
  padding-top: 12px !important;
}

.hybrid-form-wrap--quote .hybrid-note {
  margin-bottom: 18px !important;
}

.hybrid-form-discount {
  margin: 0 0 18px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(110, 126, 255, 0.18) !important;
  background: linear-gradient(180deg, rgba(17, 23, 55, 0.92), rgba(10, 14, 36, 0.98)) !important;
}

.hybrid-form-discount__prompt {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.hybrid-form-discount__choices {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
}

.hybrid-form-choice {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(126, 140, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #f7f8ff !important;
  cursor: pointer !important;
}

.hybrid-form-choice input {
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
  accent-color: #5b72ff !important;
}

.hybrid-form-discount__field {
  margin-top: 4px !important;
}

.hybrid-form-discount__field[hidden] {
  display: none !important;
}

.hybrid-form-discount__field label {
  margin-bottom: 8px !important;
  display: inline-block !important;
}

.hybrid-form-discount__field input {
  width: 100% !important;
}

.hybrid-header-nav .hybrid-mobile-only-nav-item {
  display: none !important;
}

@media (max-width: 900px) {
  .hybrid-header-shell,
  .wp-block-group.saaslauncher-header.hybrid-header-shell {
    padding: 8px 10px 0 !important;
  }

  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    justify-items: stretch !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 64px !important;
    padding: 12px 14px !important;
    text-align: left !important;
  }

  .hybrid-header-brand,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-brand {
    min-width: 0 !important;
  }

  .hybrid-header-title,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-title a {
    font-size: 18px !important;
  }

  .hybrid-header-cta,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-buttons.hybrid-header-cta {
    display: none !important;
  }

  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 0 !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-container-open,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: auto !important;
    border-radius: 12px !important;
    border: 1px solid rgba(112, 128, 255, 0.26) !important;
    background: rgba(255,255,255,0.04) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-container,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-container {
    padding: 24px 20px 28px !important;
    background: linear-gradient(180deg, rgba(6, 9, 24, 0.99), rgba(4, 6, 18, 0.995)) !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-container.is-menu-open,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-dialog,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-dialog {
    width: min(100%, 420px) !important;
    margin-left: auto !important;
    padding: 0 !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-container-content,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-container-content {
    padding-top: 18px !important;
  }

  .hybrid-header-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
  }

  .hybrid-header-nav .wp-block-navigation-item,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item {
    width: 100% !important;
  }

  .hybrid-header-nav .wp-block-navigation-item__content,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__content {
    display: block !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
  }

  .hybrid-header-nav .wp-block-navigation-item__label,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation-item__label {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .hybrid-header-nav .hybrid-mobile-only-nav-item,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-mobile-only-nav-item {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .hybrid-page-top-form {
    padding-top: 20px !important;
  }

  .hybrid-form-discount {
    padding: 14px !important;
  }

  .hybrid-form-discount__choices {
    gap: 8px !important;
  }

  .hybrid-form-choice {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .hybrid-page-form-container {
    max-width: 100% !important;
  }
}


/* Hybrid V1 production hotfix v1.9.9b - custom mobile navigation */
.hybrid-header-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(112, 128, 255, 0.26);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  color: #ffffff;
  cursor: pointer;
}

.hybrid-header-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.hybrid-header-shell.is-open .hybrid-header-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hybrid-header-shell.is-open .hybrid-header-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.hybrid-header-shell.is-open .hybrid-header-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hybrid-mobile-only-nav-item {
  display: none;
}

@media (max-width: 900px) {
  body.hybrid-mobile-nav-open {
    overflow: hidden;
  }

  .hybrid-header-shell > .hybrid-header-bar,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-bar {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  .hybrid-header-menu-toggle {
    display: inline-flex !important;
    justify-self: end !important;
    z-index: 4;
  }

  .hybrid-header-nav,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-navigation {
    position: fixed !important;
    top: 82px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: 420px !important;
    margin-left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    padding: 16px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(112, 128, 255, 0.22) !important;
    background: linear-gradient(180deg, rgba(6, 9, 24, 0.99), rgba(4, 6, 18, 0.995)) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
    z-index: 3 !important;
  }

  body.admin-bar .hybrid-header-nav {
    top: 92px !important;
  }

  .hybrid-header-shell.is-open .hybrid-header-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .hybrid-header-nav a,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-nav a {
    display: block !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }

  .hybrid-header-nav a:hover,
  .hybrid-header-nav a:focus-visible {
    background: rgba(255,255,255,0.06) !important;
  }

  .hybrid-header-cta,
  .wp-block-group.saaslauncher-header.hybrid-header-shell .hybrid-header-cta {
    display: none !important;
  }

  .hybrid-mobile-only-nav-item {
    display: block !important;
  }
}


/* Hybrid V1 production final hotfix v1.9.10 */
.hybrid-review-avatar {
  position: relative !important;
  font-size: 0 !important;
}
.hybrid-review-avatar-text {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  z-index: 2 !important;
}

.hybrid-header-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hybrid-header-logo img,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-logo img {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}
.hybrid-header-button,
.hybrid-header-cta .wp-block-button__link {
  padding: 12px 22px !important;
  min-height: 46px !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}

.hybrid-home-blog-wrap {
  padding-bottom: 1.2rem !important;
}
.hybrid-home-blog-wrap .wp-block-group:first-child {
  margin-bottom: 20px !important;
}
.hybrid-home-faq-wrap,
.hybrid-home-blog-wrap + .wp-block-group.alignfull.has-gradient-five-gradient-background,
.hybrid-home-blog-wrap + .hybrid-home-faq-wrap {
  margin-top: 0 !important;
  padding-top: 1.7rem !important;
}
.hybrid-home-faq-wrap .wp-block-columns {
  gap: 30px !important;
}

.hybrid-footer-col--social {
  display: none !important;
}
.hybrid-footer-brand {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.hybrid-footer-brand p {
  margin: 0 !important;
}
.hybrid-footer-social-inline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 10px !important;
}
.hybrid-footer-social-inline a {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.hybrid-footer-social-inline a:hover,
.hybrid-footer-social-inline a:focus-visible {
  transform: translateY(-1px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.hybrid-footer-social-inline svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}
.hybrid-footer-top {
  grid-template-columns: minmax(260px, 1.22fr) repeat(3, minmax(150px, 0.9fr)) !important;
  gap: 34px !important;
}
.hybrid-footer-col h5,
.hybrid-footer-brand h4 {
  margin-bottom: 14px !important;
}

.hybrid-page-request .hybrid-page-container {
  padding-top: 0 !important;
}
.hybrid-page-request .entry-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
}
.hybrid-page-request .entry-content > .hybrid-page-top-form {
  order: -99 !important;
  margin: 0 0 4px !important;
}
.hybrid-page-top-form {
  padding: 10px 0 10px !important;
}
.hybrid-page-form-container {
  width: min(100%, 920px) !important;
  margin: 0 auto !important;
}

.hybrid-page-about .hybrid-page-container {
  max-width: 1180px !important;
}
.hybrid-page-about .hybrid-prose {
  max-width: none !important;
}
.hybrid-page-about .entry-content {
  display: grid !important;
  gap: 26px !important;
}
.hybrid-page-about .entry-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hybrid-page-about .entry-content .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr) !important;
  gap: 28px !important;
  align-items: center !important;
}
.hybrid-page-about .entry-content .wp-block-column {
  min-width: 0 !important;
}
.hybrid-page-about .entry-content .wp-block-image,
.hybrid-page-about .entry-content figure {
  margin: 0 !important;
}
.hybrid-page-about .entry-content img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 28px !important;
}
.hybrid-page-about .entry-content p,
.hybrid-page-about .entry-content li {
  max-width: 68ch !important;
  font-size: clamp(1rem, 0.12vw + 0.98rem, 1.08rem) !important;
  line-height: 1.88 !important;
  overflow-wrap: anywhere !important;
}
.hybrid-page-about .entry-content h1,
.hybrid-page-about .entry-content h2,
.hybrid-page-about .entry-content h3 {
  line-height: 1.15 !important;
  text-wrap: balance !important;
}
.hybrid-page-about .entry-content .wp-block-buttons {
  margin-top: 4px !important;
}

.hybrid-prose p,
.hybrid-prose li,
.hybrid-home-blog-wrap p,
.hybrid-home-faq-wrap p,
.hybrid-home-featured-wrap p,
.hybrid-modules-band p {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.hybrid-prose h1,
.hybrid-prose h2,
.hybrid-prose h3,
.hybrid-prose h4,
.hybrid-home-blog-wrap h1,
.hybrid-home-faq-wrap h1 {
  text-wrap: balance !important;
}
.hybrid-prose {
  max-width: min(100%, 1120px) !important;
  margin-inline: auto !important;
}

@media (max-width: 1100px) {
  .hybrid-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .hybrid-page-about .entry-content .wp-block-columns {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .hybrid-header-button,
  .hybrid-header-cta .wp-block-button__link {
    padding: 11px 18px !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }
  .hybrid-footer-social-inline {
    gap: 12px !important;
  }
  .hybrid-footer-social-inline a,
  .hybrid-footer-social-inline svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
  }
}

@media (max-width: 640px) {
  .hybrid-header-logo,
  .hybrid-header-logo img {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }
  .hybrid-home-faq-wrap {
    padding-top: 1.3rem !important;
  }
  .hybrid-page-top-form {
    padding-top: 6px !important;
  }
  .hybrid-page-about .entry-content {
    gap: 20px !important;
  }
  .hybrid-page-about .entry-content p,
  .hybrid-page-about .entry-content li {
    max-width: 100% !important;
    line-height: 1.8 !important;
  }
}

/* Hybrid V1 production corrective hotfix v1.9.10c */
.hybrid-header-logo {
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  flex: 0 0 40px !important;
  background: url('../images/logo_101.png') center/contain no-repeat !important;
  line-height: 0 !important;
}
.hybrid-header-logo img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  object-fit: contain !important;
  opacity: 0 !important;
}
.hybrid-footer-brandmark {
  position: relative !important;
}
.hybrid-footer-brandmark::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: url('../images/logo_101.png') center/contain no-repeat;
}
.hybrid-footer-brandmark img {
  display: none !important;
}
.hybrid-footer-brand p,
.hybrid-footer-brand p a {
  color: rgba(255,255,255,0.92) !important;
  text-decoration: none !important;
}
.hybrid-footer-social-inline {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 12px !important;
}
.hybrid-footer-social-inline a {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
}
.hybrid-footer-social-inline svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  overflow: visible !important;
}
.hybrid-header-button,
.hybrid-header-cta .wp-block-button__link {
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 10px 16px !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
}
.hybrid-home-blog-wrap {
  padding-bottom: 0.25rem !important;
  margin-bottom: 0 !important;
}
.hybrid-home-blog-wrap + .hybrid-home-faq-wrap,
.hybrid-home-blog-wrap + .wp-block-group.alignfull.has-gradient-five-gradient-background,
.hybrid-home-faq-wrap {
  margin-top: 0 !important;
  padding-top: 0.7rem !important;
}
.hybrid-home-faq-wrap .wp-block-columns {
  gap: 22px !important;
}
.hybrid-page-top-form {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.hybrid-page-request .entry-content > .hybrid-form-wrap,
.hybrid-page-request .entry-content > .hybrid-page-top-form,
.hybrid-page-request .entry-content .hybrid-form-wrap + .hybrid-form-wrap {
  display: none !important;
}
.hybrid-page-about .entry-content {
  display: grid !important;
  gap: 22px !important;
}
.hybrid-page-about .entry-content .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr) !important;
  gap: 24px !important;
  align-items: start !important;
}
.hybrid-page-about .entry-content p,
.hybrid-page-about .entry-content li {
  text-align: left !important;
  max-width: 72ch !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.hybrid-page-about .entry-content h1,
.hybrid-page-about .entry-content h2,
.hybrid-page-about .entry-content h3 {
  max-width: 18ch !important;
}
.hybrid-page-about .entry-content figure,
.hybrid-page-about .entry-content .wp-block-image {
  overflow: hidden !important;
  border-radius: 24px !important;
}
.hybrid-page-about .entry-content img {
  width: 100% !important;
  max-height: 480px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.hybrid-prose p,
.hybrid-prose li,
.hybrid-home-blog-wrap p,
.hybrid-home-faq-wrap p,
.hybrid-home-featured-wrap p,
.hybrid-modules-band p {
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}
@media (max-width: 900px) {
  .hybrid-footer-social-inline,
  .hybrid-footer-social-inline a,
  .hybrid-footer-social-inline svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }
  .hybrid-page-about .entry-content .wp-block-columns {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 640px) {
  .hybrid-header-logo {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex-basis: 36px !important;
  }
  .hybrid-header-button,
  .hybrid-header-cta .wp-block-button__link {
    min-height: 38px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
  }
  .hybrid-home-faq-wrap {
    padding-top: 0.5rem !important;
  }
}


/* Hybrid V1 production corrective hotfix v1.9.11 */
.hybrid-header-logo {
  background: none !important;
  line-height: 0 !important;
}
.hybrid-header-logo img,
.wp-block-group.saaslauncher-header.hybrid-header-shell .wp-block-site-logo img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  filter: none !important;
}
.hybrid-footer-brandmark::before {
  content: none !important;
  display: none !important;
}
.hybrid-footer-brandmark img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hybrid-footer-social-inline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 12px !important;
}
.hybrid-footer-social-inline a {
  display: inline-flex !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.hybrid-footer-social-inline a svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}
.hybrid-page-request .wp-block-post-content > .hybrid-page-top-form,
.hybrid-page-request .entry-content > .hybrid-page-top-form {
  display: block !important;
  margin: 0 0 18px !important;
}
.hybrid-page-request .wp-block-post-content > .hybrid-page-top-form .hybrid-form-wrap,
.hybrid-page-request .entry-content > .hybrid-page-top-form .hybrid-form-wrap {
  display: block !important;
}
.hybrid-page-request .wp-block-post-content > .hybrid-form-wrap,
.hybrid-page-request .wp-block-post-content .wp-block-shortcode > .hybrid-form-wrap,
.hybrid-page-request .entry-content > .hybrid-form-wrap {
  display: none !important;
}
.hybrid-header-button,
.hybrid-header-cta .wp-block-button__link {
  min-width: 0 !important;
  width: auto !important;
  padding: 10px 16px !important;
  min-height: 40px !important;
  font-size: 14px !important;
}
.hybrid-page-about .wp-block-post-content,
.hybrid-page-about .entry-content {
  display: grid !important;
  gap: 22px !important;
}
.hybrid-page-about .wp-block-post-content .wp-block-columns,
.hybrid-page-about .entry-content .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0,1.02fr) minmax(280px,.98fr) !important;
  gap: 24px !important;
  align-items: start !important;
}
.hybrid-page-about .wp-block-post-content .wp-block-column,
.hybrid-page-about .entry-content .wp-block-column {
  min-width: 0 !important;
}
.hybrid-page-about .wp-block-post-content p,
.hybrid-page-about .wp-block-post-content li,
.hybrid-page-about .entry-content p,
.hybrid-page-about .entry-content li {
  max-width: 70ch !important;
  line-height: 1.82 !important;
  overflow-wrap: anywhere !important;
}
.hybrid-page-about .wp-block-post-content figure,
.hybrid-page-about .wp-block-post-content .wp-block-image,
.hybrid-page-about .entry-content figure,
.hybrid-page-about .entry-content .wp-block-image {
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}
.hybrid-page-about .wp-block-post-content img,
.hybrid-page-about .entry-content img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  box-shadow: none !important;
  border: 0 !important;
}
@media (max-width: 900px) {
  .hybrid-page-about .wp-block-post-content .wp-block-columns,
  .hybrid-page-about .entry-content .wp-block-columns {
    grid-template-columns: 1fr !important;
  }
}


/* Hybrid V1 production layout patch v1.9.12 */
.hybrid-form-wrap,
.hybrid-form-wrap--demo,
.hybrid-form-wrap--quote {
  width: min(100%, 860px) !important;
  max-width: 860px !important;
}

.hybrid-form-wrap {
  position: relative;
}

.hybrid-form-grid {
  align-items: stretch !important;
}

.hybrid-form-field {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.hybrid-form-field label,
.hybrid-form-discount__field label {
  min-height: 26px !important;
}

.hybrid-form-wrap input,
.hybrid-form-wrap select,
.hybrid-form-wrap textarea {
  min-height: 58px !important;
  height: 58px;
}

.hybrid-form-wrap textarea {
  min-height: 164px !important;
  height: auto !important;
}

.hybrid-form-wrap .hybrid-submit {
  min-width: 196px !important;
  padding: 16px 24px !important;
}

.hybrid-page-request .hybrid-page-form-container {
  width: min(100%, 920px) !important;
}

.hybrid-form-popup-open .hybrid-form-wrap .hybrid-success,
.hybrid-form-popup-open .hybrid-form-wrap .hybrid-error {
  display: none !important;
}

.hybrid-form-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(3, 6, 16, 0.74);
  backdrop-filter: blur(8px);
  z-index: 10050;
}

.hybrid-form-popup[hidden] {
  display: none !important;
}

.hybrid-form-popup__dialog {
  width: min(100%, 460px);
  padding: 26px 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(15, 20, 43, 0.98), rgba(7, 10, 24, 0.99));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255,255,255,0.06);
  color: #ffffff;
  text-align: left;
}

.hybrid-form-popup__dialog.is-success {
  border-color: rgba(53, 176, 105, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(53, 176, 105, 0.14) inset;
}

.hybrid-form-popup__dialog.is-error {
  border-color: rgba(220, 79, 79, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(220, 79, 79, 0.14) inset;
}

.hybrid-form-popup__top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hybrid-form-popup__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.hybrid-form-popup__dialog.is-success .hybrid-form-popup__icon {
  background: linear-gradient(180deg, rgba(53, 176, 105, 0.24), rgba(26, 112, 64, 0.3));
  color: #9ef0b7;
}

.hybrid-form-popup__dialog.is-error .hybrid-form-popup__icon {
  background: linear-gradient(180deg, rgba(220, 79, 79, 0.24), rgba(140, 40, 40, 0.3));
  color: #ffb7b7;
}

.hybrid-form-popup__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.18;
  color: #ffffff;
}

.hybrid-form-popup__message {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  text-align: justify;
  text-justify: inter-word;
}

.hybrid-form-popup__actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.hybrid-form-popup__close {
  min-width: 118px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(91, 104, 255, 0.22), rgba(67, 77, 211, 0.18));
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.hybrid-footer-social-inline,
.hybrid-footer-social-grid {
  gap: 12px !important;
}

.hybrid-footer-social-inline a,
.hybrid-footer-social-grid a {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 9px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 12px 22px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.hybrid-footer-social-inline a:hover,
.hybrid-footer-social-grid a:hover,
.hybrid-footer-social-inline a:focus-visible,
.hybrid-footer-social-grid a:focus-visible {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 16px 26px rgba(0, 0, 0, 0.28) !important;
}

.hybrid-footer-social-inline a svg,
.hybrid-footer-social-grid a svg {
  width: 22px !important;
  height: 22px !important;
}

.hybrid-social-link--facebook {
  background: linear-gradient(180deg, rgba(24, 119, 242, 0.3), rgba(14, 73, 150, 0.22)) !important;
}

.hybrid-social-link--youtube {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.26), rgba(148, 24, 24, 0.22)) !important;
}

.hybrid-social-link--linkedin {
  background: linear-gradient(180deg, rgba(10, 102, 194, 0.28), rgba(7, 61, 115, 0.22)) !important;
}

.hybrid-social-link--x {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(72, 72, 72, 0.24)) !important;
}

.hybrid-social-link--tiktok {
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.2)) !important;
}

.hybrid-header-button,
.hybrid-header-cta .wp-block-button__link {
  min-width: 146px !important;
  padding: 10px 18px !important;
}

.page .entry-content p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.single .entry-content p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.blog .entry-content p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.archive .entry-content p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.search .entry-content p:not(.has-text-align-center):not(.has-text-align-right):not(.has-text-align-left),
.hybrid-post-excerpt,
.hybrid-post-card-body p,
.hybrid-post-card__body p,
.hybrid-feature-story p,
.hybrid-home-blog-wrap p,
.hybrid-home-featured-wrap p,
.hybrid-home-faq-wrap p,
.hybrid-modules-band p {
  width: 100%;
  max-width: none !important;
  text-align: justify !important;
  text-justify: inter-word;
}

.page .entry-content .wp-block-columns,
.single .entry-content .wp-block-columns,
.page .entry-content .wp-block-media-text,
.single .entry-content .wp-block-media-text {
  align-items: stretch !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

.page .entry-content figure,
.single .entry-content figure,
.page .entry-content .wp-block-image,
.single .entry-content .wp-block-image {
  margin-bottom: 0 !important;
}

.page .entry-content figure img,
.single .entry-content figure img,
.page .entry-content .wp-block-image img,
.single .entry-content .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.hybrid-front-page > .wp-block-group.alignfull,
.hybrid-front-page > .alignfull,
.hybrid-front-page .hybrid-home-blog-wrap,
.hybrid-front-page .hybrid-home-featured-wrap,
.hybrid-front-page .hybrid-home-faq-wrap,
.hybrid-front-page .hybrid-home-reviews-wrap,
.hybrid-front-page .hybrid-modules-band,
.hybrid-front-page .hybrid-home-cta-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hybrid-front-page .hybrid-home-featured-wrap,
.hybrid-front-page .hybrid-modules-band,
.hybrid-front-page .hybrid-home-reviews-wrap,
.hybrid-front-page .hybrid-home-blog-wrap,
.hybrid-front-page .hybrid-home-faq-wrap,
.hybrid-front-page .hybrid-home-cta-wrap,
.hybrid-front-page > .wp-block-group.alignfull {
  padding-top: clamp(1.4rem, 3vw, 2.4rem) !important;
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem) !important;
}

.hybrid-news-events-split {
  display: grid;
  gap: 34px;
}

.hybrid-news-events-section {
  display: grid;
  gap: 18px;
}

.hybrid-news-events-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hybrid-news-events-heading h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  line-height: 1.12 !important;
}

.hybrid-news-events-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(104, 117, 255, 0.55), rgba(104, 117, 255, 0));
}

.hybrid-news-events-section .hybrid-post-grid {
  gap: 22px !important;
}

@media (max-width: 900px) {
  .hybrid-footer-social-inline a,
  .hybrid-footer-social-grid a {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
}

@media (max-width: 640px) {
  .hybrid-form-wrap {
    padding: 22px 18px !important;
  }

  .hybrid-form-popup__dialog {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .hybrid-form-wrap input,
  .hybrid-form-wrap select,
  .hybrid-form-wrap textarea {
    min-height: 54px !important;
  }
}


/* HYBRID ERP production refresh v4 */
.hybrid-form-wrap {
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
  margin-inline: auto !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  background: linear-gradient(180deg, rgba(7, 10, 26, 0.98) 0%, rgba(4, 7, 20, 0.99) 100%) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,0.05) !important;
}
.hybrid-form-wrap--quote,
.hybrid-form-wrap--demo {
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
}
.hybrid-note--form {
  margin: 0 0 22px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.9) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  text-align: justify !important;
  text-justify: inter-word;
}
.hybrid-request-form {
  display: grid !important;
  gap: 22px !important;
}
.hybrid-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 18px !important;
}
.hybrid-form-field label,
.hybrid-form-discount__field label,
.hybrid-form-discount__prompt {
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.hybrid-form-wrap input,
.hybrid-form-wrap select,
.hybrid-form-wrap textarea {
  width: 100% !important;
  min-height: 60px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: #05070f !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04) !important;
}
.hybrid-form-wrap input::placeholder,
.hybrid-form-wrap textarea::placeholder {
  color: rgba(255,255,255,0.46) !important;
}
.hybrid-form-wrap select {
  -webkit-appearance: none;
  appearance: none;
}
.hybrid-form-wrap textarea {
  min-height: 170px !important;
  resize: vertical !important;
}
.hybrid-form-discount {
  padding: 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: rgba(255,255,255,0.02) !important;
}
.hybrid-form-discount__choices {
  gap: 12px !important;
}
.hybrid-form-choice {
  min-width: 98px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: rgba(255,255,255,0.02) !important;
}
.hybrid-form-choice span {
  color: #ffffff !important;
}
.hybrid-submit {
  min-width: 220px !important;
  min-height: 52px !important;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background: linear-gradient(180deg, #5a63ff 0%, #4b55eb 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 14px 28px rgba(69, 82, 226, 0.28) !important;
}
.hybrid-form-wrap .hybrid-success,
.hybrid-form-wrap .hybrid-warning,
.hybrid-form-wrap .hybrid-error {
  display: none !important;
}
.hybrid-form-popup__dialog.is-warning {
  border-color: rgba(226, 173, 45, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(226, 173, 45, 0.14) inset;
}
.hybrid-form-popup__dialog.is-warning .hybrid-form-popup__icon {
  background: linear-gradient(180deg, rgba(226, 173, 45, 0.24), rgba(149, 106, 13, 0.3));
  color: #ffd978;
}
.hybrid-form-popup__dialog.is-success .hybrid-form-popup__icon {
  background: linear-gradient(180deg, rgba(53, 176, 105, 0.24), rgba(26, 112, 64, 0.3));
  color: #9ef0b7;
}
.hybrid-form-popup__dialog.is-error .hybrid-form-popup__icon {
  background: linear-gradient(180deg, rgba(220, 79, 79, 0.24), rgba(140, 40, 40, 0.3));
  color: #ffb7b7;
}

.hybrid-news-events-split {
  gap: 42px !important;
}
.hybrid-news-events-section {
  gap: 20px !important;
}
.hybrid-news-events-heading {
  margin: 0 0 6px !important;
}
.hybrid-news-events-heading h2 {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(85, 96, 255, 0.12) !important;
  border: 1px solid rgba(104, 117, 255, 0.26) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.15 !important;
}
.hybrid-news-events-section .hybrid-post-grid {
  gap: 24px !important;
}

.page .entry-content,
.single .entry-content,
.page .wp-block-post-content,
.single .wp-block-post-content {
  width: min(100%, 1260px) !important;
  max-width: 1260px !important;
}
.page .entry-content > p,
.page .entry-content > ul,
.page .entry-content > ol,
.page .entry-content > blockquote,
.single .entry-content > p,
.single .entry-content > ul,
.single .entry-content > ol,
.single .entry-content > blockquote,
.page .wp-block-post-content > p,
.page .wp-block-post-content > ul,
.page .wp-block-post-content > ol,
.page .wp-block-post-content > blockquote,
.single .wp-block-post-content > p,
.single .wp-block-post-content > ul,
.single .wp-block-post-content > ol,
.single .wp-block-post-content > blockquote {
  max-width: none !important;
  width: 100% !important;
}
.hybrid-prose-bridge {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 2.8vw, 34px) !important;
  align-items: stretch !important;
  margin: clamp(20px, 4vw, 36px) 0 !important;
}
.hybrid-prose-col {
  min-width: 0 !important;
}
.hybrid-prose-col > *:first-child {
  margin-top: 0 !important;
}
.hybrid-prose-col > *:last-child {
  margin-bottom: 0 !important;
}
.hybrid-prose-col--media {
  display: flex !important;
  align-items: stretch !important;
}
.hybrid-prose-col--media figure,
.hybrid-prose-col--media .wp-block-image,
.hybrid-prose-col--media p:has(img) {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.hybrid-prose-col--media img,
.page .entry-content figure img,
.page .wp-block-post-content figure img,
.single .entry-content figure img,
.single .wp-block-post-content figure img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 24px !important;
}
.page .entry-content p,
.page .entry-content li,
.page .wp-block-post-content p,
.page .wp-block-post-content li,
.single .entry-content p,
.single .entry-content li,
.single .wp-block-post-content p,
.single .wp-block-post-content li {
  text-align: justify !important;
  text-justify: inter-word !important;
  line-height: 1.92 !important;
  letter-spacing: 0.01em !important;
  max-width: none !important;
}
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .wp-block-post-content h1,
.page .wp-block-post-content h2,
.page .wp-block-post-content h3,
.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .wp-block-post-content h1,
.single .wp-block-post-content h2,
.single .wp-block-post-content h3 {
  max-width: none !important;
}
.hybrid-footer-social-inline {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  overflow: hidden !important;
}
.hybrid-footer-social-inline a {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  padding: 8px !important;
  border-radius: 12px !important;
}
.hybrid-footer-social-inline a svg {
  width: 18px !important;
  height: 18px !important;
}
.hybrid-social-link--facebook { background: linear-gradient(180deg, rgba(24,119,242,0.28), rgba(24,119,242,0.12)) !important; }
.hybrid-social-link--youtube { background: linear-gradient(180deg, rgba(255,0,0,0.24), rgba(255,0,0,0.1)) !important; }
.hybrid-social-link--linkedin { background: linear-gradient(180deg, rgba(10,102,194,0.24), rgba(10,102,194,0.1)) !important; }
.hybrid-social-link--x { background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)) !important; }
.hybrid-social-link--tiktok { background: linear-gradient(180deg, rgba(37,244,238,0.18), rgba(254,44,85,0.18)) !important; }

@media (max-width: 980px) {
  .hybrid-form-grid,
  .hybrid-prose-bridge {
    grid-template-columns: 1fr !important;
  }
  .hybrid-prose-col--media {
    order: -1;
  }
}
