.grid-pattern{
  position:relative;
  overflow:hidden;
}

.grid-pattern > .container{
  position:relative;
  z-index:2;
}

.grid-pattern:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image:linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events:none;
  z-index:1;
}

#menu {
	position: relative;
}

#menu > li {
	position: relative;
}

#menu > li > .sub-menu {
	display: none !important;
	position: absolute;
	top: 100%;
	left: 0;
	background: #120020;
    border-radius:5px;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	min-width: 230px;
	z-index: 9999;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

#menu > li > .sub-menu > li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu > li > .sub-menu > li > a {
	display: block;
	padding: 12px 18px;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

#menu > li > .sub-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.08);
}

#menu > li.menu-item-has-children:hover > .sub-menu {
	display: block !important;
}

.trust-strip-upgraded {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.trust-card {
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  padding: 20px 18px 18px;
  text-align: center;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.07);
  border-color: #d9dee8;
}

.trust-icon-wrap {
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(214,24,138,0.12), rgba(2,192,202,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.trust-icon {
  font-size: 1.7rem;
  line-height: 1;
  color: #d6188a;
}

.trust-card strong {
  display: block;
  width: 100%;
  font-size: 1.04rem;
  line-height: 1.3;
  color: #111827;
  font-weight: 800;
  margin: 0 0 5px 0;
  text-align: center;
}

.trust-card .small,
.trust-card span {
  display: block;
  width: 100%;
  font-size: 0.93rem;
  line-height: 1.4;
  color: #5f6b7a;
  margin: 0;
  text-align: center;
}
/* end trust card section */

#post-hero-strip .container,
#home-intro .container {
  max-width: 1180px;
}

#home-intro h2,
#home-intro p {
  max-width: 920px;
}

#home-intro .home-kicker {
  margin-bottom: 12px;
}

#home-intro h2 {
  margin-bottom: 14px;
  color: #111827;
}

#home-intro > .container > div:first-child {
  margin-bottom: 30px;
}

/* */

.workflow-bullets {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.workflow-bullet {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.workflow-bullet-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #d6188a, #02c0ca);
  margin-top: 2px;
}

.workflow-bullet strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 4px;
}

.workflow-bullet p {
  margin: 0;
  color: #d7e3f7;
  line-height: 1.55;
  font-size: 0.96rem;
}

@media (max-width: 768px) {
  .workflow-bullet {
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }

  .workflow-bullet-dot {
    width: 32px;
    height: 32px;
    font-size: 0.86rem;
  }
}

/*    */

/* --- Section separation / rhythm --- */
#solutions,
#workflow,
#reports {
  position: relative;
}

#solutions {
  background: #f7f8fb !important;
  border-top: 1px solid #e9edf3;
  border-bottom: 1px solid #e9edf3;
}

#workflow {
  background: #ffffff !important;
  border-bottom: 1px solid #e9edf3;
}

#reports {
  background: linear-gradient(180deg, #fcfdff 0%, #f5f8fc 100%) !important;
  border-bottom: 1px solid #e9edf3;
}

#solutions .home-kicker,
#workflow .home-kicker,
#reports .home-kicker {
  color: #6b7280;
}

#solutions h2,
#workflow h2,
#reports h2 {
  color: #111827;
}

#solutions > .container > div:first-child,
#workflow > .container > div:first-child {
  margin-bottom: 28px;
}

/* Make workflow cards feel more structured */
.workflow-grid-upgraded {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.workflow-step-upgraded {
  position: relative;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 22px 20px 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
  min-height: 185px;
}

.workflow-step-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #d6188a, #02c0ca);
  margin-bottom: 14px;
}

.workflow-step-upgraded h3 {
  margin: 0 0 10px 0;
  font-size: 1.02rem;
  line-height: 1.25;
  color: #111827;
}

.workflow-step-upgraded p {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.5;
  font-size: 0.93rem;
}

@media (max-width: 1200px) {
  .workflow-grid-upgraded {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .workflow-grid-upgraded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .workflow-grid-upgraded {
    grid-template-columns: 1fr;
  }

  .workflow-step-upgraded {
    min-height: auto;
  }
}

/* Improve solution card separation */
.solution-card {
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.solution-card h3 {
  color: #111827;
}

.solution-card .muted {
  color: #5f6b7a !important;
}
 
.reports-grid {
  align-items: center;
}

#reports img {
  border: 1px solid #e6ebf2;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

/* Cleaner bullet spacing in reports */
#reports ul {
  padding-left: 1rem;
  margin: 1rem 0 0;
}

#reports ul li {
  margin: 0 0 12px;
}

/* Remove the <br> dependence visually */
#reports ul li:last-child {
  margin-bottom: 0;
}


/*     */
.solutions-grid {
  align-items: stretch;
}

.solution-card {
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.solution-card-primary {
  border-color: rgba(214, 24, 138, 0.18);
  box-shadow: 0 12px 30px rgba(214, 24, 138, 0.08);
}

.solution-card h3 {
  color: #111827;
  margin-bottom: 12px;
}

.solution-intro {
  margin-bottom: 16px;
  color: #374151;
}

.solution-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.solution-list li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 10px;
  color: #111827;
}

.solution-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #02c0ca;
  font-size: 0.95rem;
}

.solution-fit {
  margin-top: auto;
  color: #5f6b7a !important;
  padding-top: 6px;
}

.solution-fit strong {
  color: #111827;
}

.solution-cta {
  margin-top: 18px;
}

.solution-outline-btn {
  border: 0.1rem solid #d6188a !important;
  color: #d6188a !important;
}

/*   hero fix */

@media (max-width: 55em) {
  #slider {
    min-height: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding-top: 6.5rem !important;
    padding-bottom: 2rem !important;
  }

  #slider > .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-items: start !important;
  }

  #slider .grid {
    place-items: start !important;
    gap: 1.25rem !important;
  }

  #main-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }

  #main-text .home-kicker {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }

  #slider h1 {
    margin-top: 0.35rem !important;
  }

  #slider .space-vortex {
    margin-top: 0 !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
  }

  #slider .space-vortex .arc {
    display: none !important;
  }

  #slider .flex {
    flex-wrap: wrap;
    gap: 0.75rem !important;
  }
}

/* solution button sizes */
@media (max-width: 768px) {
  .solution-cta .btn,
  .solution-card .btn {
    width: 100%;
    max-width: 100%;
    padding: 0.85rem 1rem !important;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .solution-cta {
    margin-top: 16px;
  }
}

/*   */ 
/* FINAL CTA - improved readable panel */
#final-cta {
  position: relative;
  overflow: hidden;
}

#final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,10,25,0.78) 0%, rgba(7,12,28,0.58) 45%, rgba(7,12,28,0.28) 100%);
  pointer-events: none;
}

#final-cta .container {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

#final-cta .container.grid {
  align-items: center;
  gap: 34px;
}

.final-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 320px);
  gap: 26px;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 20px 44px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
}

.final-cta-copy {
  max-width: 620px;
}

#final-cta .home-kicker {
  color: #dbe7ff !important;
  margin-bottom: 8px;
}

.final-cta-title {
  display: block;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.final-cta-sub {
  margin-top: 14px;
  color: rgba(255,255,255,0.92);
  line-height: 1.6;
  max-width: 560px;
  font-size: 1.02rem;
}

.final-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.final-cta-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.final-cta-frame {
  width: 100%;
  max-width: 280px;
  border-radius: 20px;
  background: rgba(255,255,255,0.88);
  padding: 12px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}

.final-cta-frame video,
.final-cta-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 14px;
}

@media (max-width: 980px) {
  .final-cta-shell {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .final-cta-media {
    justify-content: flex-start;
  }

  .final-cta-frame {
    max-width: 220px;
  }
}

@media (max-width: 640px) {
  #final-cta {
    padding: 42px 0 !important;
  }

  #final-cta .container {
    padding: 0 16px;
  }

  .final-cta-shell {
    padding: 18px;
    border-radius: 18px;
  }

  .final-cta-title {
    font-size: 1.85rem;
    line-height: 1.06;
  }

  .final-cta-sub {
    font-size: 0.96rem;
    line-height: 1.48;
  }

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

  .final-cta-actions .btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .final-cta-frame {
    max-width: 170px;
  }

  .final-cta-frame video,
  .final-cta-frame img {
    max-height: 260px;
  }
}

/*   whatsapp */ 
.wa-chat-box{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin:0 auto;
  border-radius:50%;
  background:#25d366;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(0,0,0,0.18);
  overflow:hidden;
}

.wa-chat-box img{
  width:30px;
  height:30px;
  display:block;
  object-fit:contain;
}

/* ===== Global mobile side spacing fix ===== */
@media (max-width: 768px) {
  .container,
  .container-fluid,
  section .container,
  header .container,
  footer .container,
  #slider .container,
  #post-hero-strip .container,
  #home-intro .container,
  #clinic-value .container,
  #reports .container,
  #credibility .container,
  #final-cta .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box;
  }

  h1, h2, h3, h4, h5, h6, p, ul, ol {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.pricing-cta-row{
  display:flex;
  gap:14px;
  align-items:stretch;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:18px;
}

.pricing-cta-row .btn{
  flex:1 1 220px;
  min-width:0;
  max-width:320px;
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:normal;
  line-height:1.25;
  padding:14px 20px;
  box-sizing:border-box;
}

@media (max-width: 768px){
  .pricing-cta-row{
    flex-direction:column;
    gap:12px;
  }

  .pricing-cta-row .btn{
    width:100%;
    max-width:100%;
    flex:1 1 auto;
  }
}

.stp-pricing-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
  justify-content: center;
}

.stp-pricing-actions .btn,
.stp-pricing-actions button,
.stp-pricing-actions a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 220px;
  min-width: 0;
  max-width: 320px;
  min-height: 56px;
  padding: 14px 20px;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  word-break: normal;
  overflow-wrap: break-word;
}

.stp-pricing-actions .btn-border{
  background: #ffffff !important;
  color: #d6188a !important;
  border: 1px solid #dbe5f0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  box-shadow: 0 8px 20px rgba(15,23,42,0.06);
}

.stp-pricing-actions .btn-border:hover,
.stp-pricing-actions .btn-border:focus{
  background: #ffffff !important;
  color: #b81476 !important;
  border-color: #cfdbea !important;
  opacity: 1 !important;
}

body.stp-modal-open{
  overflow: hidden;
}

.stp-pricing-question-btn{
  background: #ffffff !important;
  color: #d6188a !important;
  border: 1px solid #dbe5f0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  text-shadow: none !important;
  box-shadow: 0 8px 20px rgba(15,23,42,0.06) !important;
}

.stp-pricing-question-btn:hover,
.stp-pricing-question-btn:focus{
  background: #ffffff !important;
  color: #b81476 !important;
  border-color: #cfdbea !important;
}

@media (max-width: 768px){
  .stp-pricing-modal{
    padding: 12px;
  }

  .stp-pricing-modal-dialog{
    max-height: calc(100vh - 24px);
    border-radius: 18px;
  }

  .stp-pricing-grid{
    grid-template-columns: 1fr;
    padding: 20px 18px 16px;
  }

  .stp-pricing-modal-top{
    padding: 22px 18px 16px;
  }

  .stp-pricing-upgrade-note{
    margin: 0 18px 18px;
  }

  .stp-pricing-foot{
    padding: 0 18px 20px;
  }

  .stp-pricing-actions{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .stp-pricing-actions .btn,
  .stp-pricing-actions button,
  .stp-pricing-actions a{
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }
}