:root {
  --ps-navy: #07111f;
  --ps-panel: #0b1628;
  --ps-panel-2: #0d2136;
  --ps-slate: #334155;
  --ps-muted: #64748b;
  --ps-border: #d8e1ea;
  --ps-bg: #f5f8fb;
  --ps-cyan: #18bfef;
  --ps-cyan-hover: #0ea5d9;
  --ps-orange: #ff6200;
  --ps-orange-hover: #e85a00;
  --ps-green: #22c55e;
  --ps-amber: #f59e0b;
  --ps-red: #ef4444;
  --ps-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.audit-page {
  margin: 0;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a2433;
  background: var(--ps-bg);
  -webkit-font-smoothing: antialiased;
}

body.audit-page button,
body.audit-page input,
body.audit-page select,
body.audit-page textarea {
  font: inherit;
}

.audit-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.audit-nav {
  width: min(1160px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.audit-logo {
  width: auto;
  height: 34px;
  display: block;
}

.audit-logo-link {
  display: inline-flex;
  align-items: center;
}

.audit-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}

.audit-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.audit-nav a:hover {
  color: var(--ps-white);
}

.audit-hero {
  color: var(--ps-white);
  background:
    radial-gradient(circle at 78% 10%, rgba(24, 191, 239, 0.18), transparent 30%),
    linear-gradient(180deg, #07111f 0%, #0b1628 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
  gap: 56px;
  align-items: center;
  padding: 54px 0 76px;
}

.hero-copy h1,
.audit-section h2,
.audit-final-cta h2 {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 820px;
  font-size: clamp(46px, 7vw, 76px);
  line-height: 0.95;
}

.audit-eyebrow {
  margin: 0 0 14px;
  color: var(--ps-cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-subheadline {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c7d7e5;
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions,
.inline-actions,
.partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.hero-actions.center {
  justify-content: center;
}

.audit-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 20px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

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

.audit-button-primary {
  color: var(--ps-white);
  background: var(--ps-orange);
}

.audit-button-primary:hover {
  background: var(--ps-orange-hover);
}

.audit-button-secondary {
  color: #dff9ff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(24, 191, 239, 0.46);
}

.audit-button-secondary:hover {
  background: rgba(24, 191, 239, 0.12);
  border-color: rgba(24, 191, 239, 0.72);
}

.cta-support {
  margin: 16px 0 0;
  color: #9fb3c7;
  font-size: 14px;
  line-height: 1.5;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-bullets span,
.visual-tags span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 999px;
  padding: 7px 11px;
  color: #dff9ff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 600;
}

.core-phrase {
  margin: 20px 0 0;
  color: #ffffff;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 26px;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 28px 80px -44px rgba(0, 0, 0, 0.75);
}

.visual-kicker {
  color: var(--ps-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-stack {
  min-height: 430px;
}

.report-page,
.report-cover-button {
  position: absolute;
  border: 1px solid rgba(24, 191, 239, 0.3);
  border-radius: 18px;
  box-shadow: 0 22px 55px -36px rgba(0, 0, 0, 0.9);
}

.report-page-back {
  inset: 54px 34px 86px 92px;
  transform: rotate(7deg);
  background: #ffffff;
}

.report-page-mid {
  inset: 76px 72px 64px 42px;
  transform: rotate(-5deg);
  padding: 22px;
  color: #102033;
  background: #ffffff;
}

.mini-table {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.mini-table div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e3edf4;
  padding-bottom: 8px;
  font-size: 13px;
}

.mini-table strong {
  color: var(--ps-cyan-hover);
}

.report-cover-button {
  inset: 118px 96px 26px 22px;
  display: block;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: var(--ps-navy);
}

.report-cover-button img,
.sample-cover img,
.pdf-preview-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-tags {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.evidence-room {
  display: grid;
  gap: 16px;
  align-content: start;
}

.evidence-chat {
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 18px;
  padding: 18px;
  color: #e9f7fb;
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.45;
}

.source-list {
  display: grid;
  gap: 10px;
}

.source-list span,
.partner-flow span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.055);
}

.readiness {
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  padding: 14px;
  color: #dff9ff;
  background: rgba(24, 191, 239, 0.16);
}

.workflow-map,
.matrix-visual,
.partner-visual {
  display: grid;
  gap: 20px;
  align-content: center;
}

.workflow-line {
  display: grid;
  gap: 10px;
}

.workflow-step {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 12px;
  color: #e2edf7;
  background: rgba(255, 255, 255, 0.055);
}

.workflow-step em {
  color: #fed7aa;
  font-style: normal;
  font-size: 12px;
}

.visual-arrow {
  border-left: 3px solid var(--ps-cyan);
  padding: 12px 0 12px 16px;
  color: #dff9ff;
  font-weight: 700;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.matrix-grid .matrix-cell,
.opportunity-matrix .matrix-cell {
  border-radius: 16px;
  padding: 22px 16px;
  color: #061427;
  background: #ffffff;
  font-weight: 700;
}

.matrix-grid .cell-0,
.opportunity-matrix .strong {
  border-top: 5px solid var(--ps-green);
}

.matrix-grid .cell-1,
.opportunity-matrix .careful {
  border-top: 5px solid var(--ps-cyan);
}

.matrix-grid .cell-2,
.opportunity-matrix .later {
  border-top: 5px solid var(--ps-amber);
}

.matrix-grid .cell-3,
.opportunity-matrix .defer {
  border-top: 5px solid var(--ps-red);
}

.partner-covers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.partner-covers span {
  min-height: 150px;
  display: flex;
  align-items: end;
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 16px;
  padding: 14px;
  color: #061427;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.partner-flow {
  display: grid;
  gap: 10px;
}

.ps-proof-strip {
  border-bottom: 1px solid var(--ps-border);
  background: #ffffff;
}

.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 22px 0;
}

.proof-strip-grid article {
  min-height: 118px;
  border: 1px solid #e2eaf2;
  border-radius: 16px;
  padding: 18px;
  background: #fbfdff;
}

.proof-strip-grid strong {
  display: block;
  color: #0d2136;
  font-size: 15px;
}

.proof-strip-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ps-muted);
  font-size: 13px;
  line-height: 1.45;
}

.audit-section {
  padding: 76px 0;
  background: #ffffff;
}

.audit-section-soft {
  background: var(--ps-bg);
}

.audit-section-dark {
  color: #ffffff;
  background: var(--ps-navy);
}

.audit-section h2,
.audit-final-cta h2 {
  color: #102033;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
}

.audit-section-dark h2,
.audit-final-cta h2 {
  color: #ffffff;
}

.audit-section p {
  color: var(--ps-slate);
  font-size: 17px;
  line-height: 1.62;
}

.audit-section-dark p {
  color: #c7d7e5;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: start;
}

.sample-proof-section {
  padding: 44px 0;
}

.sample-proof-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--ps-border);
  border-radius: 24px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 24px 70px -50px rgba(7, 17, 31, 0.55);
}

.sample-proof-card h2 {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.sample-cover {
  height: 310px;
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: var(--ps-navy);
}

.check-list,
.evidence-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.evidence-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ps-slate);
  line-height: 1.45;
}

.check-list li::before,
.evidence-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ps-cyan);
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list div {
  border: 1px solid var(--ps-border);
  border-left: 4px solid var(--ps-cyan);
  border-radius: 14px;
  padding: 16px 18px;
  color: #1f2b3a;
  background: #ffffff;
  font-weight: 600;
}

.audit-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.audit-card-grid.compact {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.audit-card {
  border: 1px solid var(--ps-border);
  border-radius: 16px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 20px 52px -42px rgba(7, 17, 31, 0.45);
}

.audit-card h3 {
  margin: 0;
  color: #102033;
  font-size: 18px;
}

.best-action,
.notice-copy {
  border: 1px solid rgba(24, 191, 239, 0.2);
  border-radius: 12px;
  padding: 10px 12px;
  color: #0d4f65 !important;
  background: rgba(24, 191, 239, 0.08);
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.best-action {
  margin: 12px 0 0;
}

.segment-evidence span:first-child {
  font-weight: 700;
}

.audit-card p {
  margin: 10px 0 0;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.55;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.timeline-grid article {
  position: relative;
  border: 1px solid rgba(24, 191, 239, 0.22);
  border-radius: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.timeline-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ps-cyan);
  font-weight: 700;
}

.timeline-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
}

.timeline-grid p {
  margin: 10px 0 0;
  color: #c7d7e5;
  font-size: 14px;
  line-height: 1.5;
}

.matrix-copy {
  align-items: center;
}

.opportunity-matrix {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border: 1px solid var(--ps-border);
  border-radius: 20px;
  padding: 28px;
  background: #ffffff;
}

.matrix-axis {
  position: absolute;
  color: var(--ps-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.y-axis {
  top: 10px;
  left: 28px;
}

.x-axis {
  right: 28px;
  bottom: 10px;
}

.opportunity-table {
  display: grid;
  margin-top: 28px;
  border: 1px solid var(--ps-border);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.opportunity-table div {
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.6fr 0.7fr 1fr;
  gap: 12px;
  border-top: 1px solid #e7eef5;
  padding: 14px 18px;
  color: var(--ps-slate);
}

.opportunity-table div:first-child {
  border-top: 0;
}

.opportunity-table .table-head {
  color: #102033;
  background: #edf7fb;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.example-note {
  margin-top: 14px;
  color: var(--ps-muted);
  font-size: 14px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.audience-grid article {
  border: 1px solid var(--ps-border);
  border-radius: 16px;
  padding: 18px;
  color: #102033;
  background: #ffffff;
  font-weight: 700;
}

.faq-shell {
  max-width: 920px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-list details {
  border: 1px solid var(--ps-border);
  border-radius: 16px;
  background: #ffffff;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #102033;
  font-weight: 700;
}

.faq-list details[open] summary {
  border-bottom: 1px solid #e7eef5;
}

.faq-list p {
  margin: 0;
  padding: 18px 20px 20px;
  color: var(--ps-slate);
  font-size: 15px;
}

.audit-final-cta {
  padding: 78px 0;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 191, 239, 0.16), transparent 34%),
    var(--ps-navy);
}

.audit-final-cta p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #c7d7e5;
  font-size: 19px;
  line-height: 1.55;
}

.audit-final-cta small {
  display: block;
  max-width: 780px;
  margin: 18px auto 0;
  color: #91a7ba;
}

.audit-footer {
  border-top: 1px solid var(--ps-border);
  padding: 38px 0;
  background: #ffffff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-logo {
  width: auto;
  height: 30px;
}

.audit-footer p {
  margin: 10px 0 0;
  color: var(--ps-muted);
  font-size: 14px;
}

.audit-footer a {
  display: inline-flex;
  margin-left: 18px;
  color: var(--ps-muted);
  text-decoration: none;
  font-size: 14px;
}

.audit-footer a:hover {
  color: #102033;
}

.partner-actions {
  flex-direction: column;
  align-items: stretch;
}

.partner-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.partner-form label {
  display: grid;
  gap: 8px;
  color: #102033;
  font-size: 14px;
  font-weight: 700;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  border: 1px solid var(--ps-border);
  border-radius: 12px;
  padding: 12px 14px;
  color: #102033;
  background: #ffffff;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-success {
  align-self: center;
  color: #166534;
  font-weight: 700;
}

.pdf-preview-card {
  display: grid;
  gap: 16px;
  min-height: auto;
  background: #ffffff;
}

.pdf-preview-card img {
  border-radius: 18px;
  object-fit: contain;
  background: var(--ps-navy);
}

.pdf-preview-card a {
  color: var(--ps-cyan-hover);
  font-weight: 700;
  text-decoration: none;
}

.pdf-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
}

.pdf-section-fallback {
  grid-template-columns: 1fr minmax(320px, 0.9fr);
  align-items: center;
}

.pdf-frame {
  min-height: 720px;
  border: 1px solid var(--ps-border);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.pdf-frame iframe {
  width: 100%;
  height: 720px;
  border: 0;
}

.pdf-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pdf-thumbnails article {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--ps-border);
  border-radius: 14px;
  padding: 10px;
  background: #ffffff;
  font-weight: 700;
}

.pdf-thumbnails img {
  width: 62px;
  height: 78px;
  border-radius: 8px;
  object-fit: cover;
}

.pdf-fallback-copy {
  border: 1px solid var(--ps-border);
  border-radius: 20px;
  padding: 28px;
  background: #ffffff;
}

.pdf-fallback-copy h2 {
  margin: 0;
}

.pdf-fallback-copy .audit-button {
  width: fit-content;
  margin-top: 12px;
}

.app-start-hero .hero-grid {
  align-items: stretch;
}

.app-start-hero .hero-visual h2 {
  margin: 0;
  color: #ffffff;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1.04;
}

.app-start-hero .hero-visual p {
  margin: 0;
  color: #c7d7e5;
  line-height: 1.55;
}

.inline-text-button {
  border: 0;
  padding: 0;
  color: var(--ps-cyan);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inline-text-button:hover,
.inline-text-button:focus {
  color: #ffffff;
  outline: none;
}

.mobile-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 900;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border: 1px solid rgba(24, 191, 239, 0.28);
  border-radius: 18px;
  padding: 10px;
  background: rgba(7, 17, 31, 0.94);
  box-shadow: 0 18px 60px -30px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
}

.mobile-sticky-cta.is-visible {
  display: grid;
}

.mobile-sticky-cta .audit-button {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .audit-nav-links {
    display: none;
  }

  .hero-grid,
  .two-column,
  .pdf-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 32px;
    padding: 34px 0 58px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .proof-strip-grid,
  .timeline-grid,
  .audit-card-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opportunity-table div {
    grid-template-columns: 1fr 0.6fr 0.6fr;
  }

  .opportunity-table div span:nth-child(4),
  .opportunity-table div span:nth-child(5) {
    display: none;
  }
}

@media (max-width: 720px) {
  .audit-shell,
  .audit-nav {
    width: min(100% - 28px, 1160px);
  }

  .audit-nav {
    height: 64px;
  }

  .audit-logo {
    height: 29px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-subheadline {
    font-size: 17px;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .audit-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 0;
  }

  .report-stack {
    min-height: 330px;
  }

  .report-page-back {
    inset: 42px 22px 74px 72px;
  }

  .report-page-mid {
    inset: 62px 54px 52px 22px;
  }

  .report-cover-button {
    inset: 106px 76px 24px 14px;
  }

  .proof-strip-grid,
  .timeline-grid,
  .audit-card-grid,
  .audience-grid,
  .partner-form,
  .partner-covers {
    grid-template-columns: 1fr;
  }

  .audit-section,
  .audit-final-cta {
    padding: 54px 0;
  }

  .sample-proof-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sample-cover {
    height: 260px;
  }

  .opportunity-matrix {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }

  .x-axis {
    right: auto;
    left: 28px;
  }

  .opportunity-table {
    border: 0;
    gap: 12px;
    background: transparent;
  }

  .opportunity-table div {
    grid-template-columns: 1fr;
    border: 1px solid var(--ps-border);
    border-radius: 16px;
    background: #ffffff;
  }

  .opportunity-table .table-head {
    display: none;
  }

  .pdf-frame {
    display: none;
  }

  .pdf-thumbnails {
    grid-template-columns: 1fr;
  }

  .pdf-section-fallback {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .audit-footer a {
    margin: 0 18px 0 0;
  }
}

@media (min-width: 721px) {
  .mobile-sticky-cta {
    display: none !important;
  }
}
