.info-service-html {
  color: #1a2332;
  background: #f6f8fb;
}

.info-service-html .page-holder {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px;
}

.dm-flex {
  display: flex;
  gap: 56px;
  align-items: center;
}

.dm-half {
  flex: 1;
  min-width: 0;
}

.dm-half h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #0f1f3d;
  font-weight: bold;
  margin-bottom: 18px;
}

.dm-half > p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 28px;
  max-width: 520px;
}

.problem-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.problem-points li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3b4a5e;
}

.problem-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.problem-stats-wrap {
  display: flex;
  justify-content: center;
}

.problem-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 420px;
}

.problem-stats p,
.problem-stats-wrap > p,
.stat-card > p {
  display: none;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 28px 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 31, 61, 0.08);
}

.stat-num {
  font-size: 2.2rem;
  color: #2563eb;
  margin-bottom: 6px;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #64748b;
  font-weight: 500;
}

@media (max-width: 820px) {
  .dm-flex {
    flex-direction: column;
    gap: 40px;
  }
  .dm-half h2 {
    font-size: 1.9rem;
  }
  .page-holder {
    padding: 56px 20px;
  }
  .problem-stats {
    max-width: 100%;
  }
}

/**/
.page-id-9359 .info-holder {
  position: relative;
  overflow: hidden;
}
 
.page-id-9359 .info-holder::before,
.page-id-9359 .info-holder::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  opacity: 0.18;
}
 
.page-id-9359 .info-holder::before {
  width: 550px;
  height: 550px;
  background: #2563eb;
  top: -200px;
  right: -100px;
}
 
.page-id-9359 .info-holder::after {
  width: 450px;
  height: 450px;
  background: #0ea5e9;
  bottom: -120px;
  left: -60px;
}
 
.page-id-9359 .info-holder .page-holder {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px 90px;
}
 
/* ---- Intro block ---- */
.page-id-9359 .info-holder .txt-add-block {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 0px;
}
 
.page-id-9359 .info-holder .txt-add-block h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
}
 
.page-id-9359 .info-holder .txt-add-block p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #94a3b8;
  margin: 0;
}
 
.page-id-9359 .info-h-lst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}
 
.page-id-9359 .info-h-lst > li {
  position: relative;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 36px 32px 32px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
 
.page-id-9359 .info-h-lst > li:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.16);
}
 
.page-id-9359 .info-h-lst > li h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
 
.page-id-9359 .info-h-lst > li > p {
  display: contents;
}
 
.page-id-9359 .info-h-lst > li > br,
.page-id-9359 .info-h-lst > li > p > br,
.page-id-9359 .card-features br,
.page-id-9359 .card-metric br {
  display: none;
}
 
.page-id-9359 .card-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
 
.page-id-9359 .card-features li {
  position: relative;
  padding-left: 20px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #cbd5e1;
  width: 100%;
  text-align: left;
}
 
.page-id-9359 .card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
  opacity: 0.7;
}
 
.page-id-9359 .card-features li strong {
  color: #e2e8f0;
  font-weight: 600;
}
 
.page-id-9359 .card-metric {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.15);
  margin-top: auto;
}
 
.page-id-9359 .metric-icon {
  flex-shrink: 0;
  color: #60a5fa;
}
 
.page-id-9359 .metric-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #93c5fd;
  line-height: 1.4;
}
 
@media (max-width: 860px) {
  .page-id-9359 .info-h-lst {
    grid-template-columns: 1fr;
  }
 
  .page-id-9359 .info-holder .txt-add-block h2 {
    font-size: 2rem;
  }
 
  .page-id-9359 .info-holder .page-holder {
    padding: 56px 20px 64px;
  }
}
 
@media (max-width: 480px) {
  .page-id-9359 .info-h-lst > li {
    padding: 28px 22px 24px;
  }
 
  .page-id-9359 .info-holder .txt-add-block h2 {
    font-size: 1.7rem;
  }
}


.page-id-9359 .info-h-lst > li {
    width: 100%;
}

.info-h-lst .ico img {
    display: block;
}

.page-id-9359 .info-h-lst > li h3 img {
    max-width: 150px;
    display: block;
    margin-bottom: 15px;
}

.page-id-9359 .hwdi-section {
  background: #f6f8fb;
  position: relative;
}
 
.page-id-9359 .hwdi-section .page-holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 24px 96px;
}
 
.page-id-9359 .hwdi-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 60px;
}
 
.page-id-9359 .hwdi-intro .eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 14px;
  color: #fff;
}
 
.page-id-9359 .hwdi-intro h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0f1f3d;
  margin-bottom: 14px;
}
 
.page-id-9359 .hwdi-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #64748b;
}
 
.page-id-9359 .hwdi-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.page-id-9359 .hwdi-step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e9f0;
  padding: 36px 30px 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
 
.page-id-9359 .hwdi-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(15, 31, 61, 0.08);
  border-color: #c7d2e0;
}
 
.page-id-9359 .hwdi-step .step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #2563eb;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 22px;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
}
 
.page-id-9359 .hwdi-step h3 {
  font-size: 1.18rem;
  font-weight: 400;
  color: #0f1f3d;
  line-height: 1.35;
  margin-bottom: 12px;
}
 
.page-id-9359 .hwdi-step p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}
 
.page-id-9359 .hwdi-step::after {
  content: '';
  position: absolute;
  top: 56px;
  right: -13px;
  width: 2px;
  height: 0;
  border-left: 2px dashed #cbd5e1;
  height: 0;
  display: none;
}
 
.page-id-9359 .hwdi-steps .hwdi-step:nth-child(4) {
  grid-column: 1 / 2;
  margin-left: auto;
  margin-right: 0;
}
 
.page-id-9359 .hwdi-steps .hwdi-step:nth-child(5) {
  grid-column: 2 / 3;
}
 
.page-id-9359 .hwdi-steps-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 790px;
  margin: 24px auto 0;
}
 
.page-id-9359 .hwdi-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.page-id-9359 .hwdi-step:hover::before {
  opacity: 1;
}
 
@media (max-width: 960px) {
  .page-id-9359 .hwdi-steps {
    grid-template-columns: 1fr 1fr;
  }
  .page-id-9359 .hwdi-steps .hwdi-step:nth-child(4),
  .page-id-9359 .hwdi-steps .hwdi-step:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
  }
  .page-id-9359 .hwdi-steps-bottom {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
 
@media (max-width: 620px) {
  .page-id-9359 .hwdi-steps,
  .page-id-9359 .hwdi-steps-bottom {
    grid-template-columns: 1fr;
  }
  .page-id-9359 .hwdi-intro h2 {
    font-size: 1.9rem;
  }
  .page-id-9359 .hwdi-section .page-holder {
    padding: 56px 18px 64px;
  }
}

.page-id-9359 .web-info-row .button {
    display: inline-block;
    vertical-align: top;
    background: #6ab8ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    padding: 24px 75px 23px;
    font-weight: bold;
    text-decoration: none;
}

.page-id-9359 .web-info-row ul,.page-id-9359 .web-info-row li {
    list-style: disc;
}

.page-id-9359 .web-info-row li {
    margin-bottom: 15px;
}

.page-id-9359 .web-info-row ul {
    padding-left: 20px;
}

.page-id-9359 .img.same-height-left img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}

.page-id-9359 .web-info-row .txt-box h2 {
    font-size: 40px;
    font-weight: bold;
    padding-right: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page-id-9359 .info-h-lst > li:nth-child(5),.page-id-9359 .info-h-lst > li:nth-child(6) {
    margin-top: 75px;
}

.page-id-9359 .info-h-lst > li:nth-child(5):before {
  content:"EMERGING PLATFORMS (High-Growth Potential)";
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-9%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #369efc;
  padding: 6px 20px;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  width: 700px;
  margin: 0px auto;
}

.page-id-9359 .info-h-lst > li:nth-child(5) {
    position: initial;
}

.page-id-9359 .results-section {
  background: linear-gradient(178deg, #0f1f3d 0%, #152847 55%, #0f1f3d 100%);
  position: relative;
  overflow: hidden;
}
 
.page-id-9359 .results-section::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.10) 0%, transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
 
.page-id-9359 .results-section .page-holder {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 88px 24px 0;
}
 
.page-id-9359 .results-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
 
.page-id-9359 .results-intro .eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 14px;
  color: #fff;
}
 
.page-id-9359 .results-intro h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
}
 
.page-id-9359 .results-intro p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #94a3b8;
}
 
.page-id-9359 .testi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 960px;
  margin: 0 auto 40px;
}
 
.page-id-9359 .testi-card {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
 
.page-id-9359 .testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.15);
}
 
.page-id-9359 .testi-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #0a1628;
}
 
.page-id-9359 .testi-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
 
.page-id-9359 .testi-body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.page-id-9359 .testi-name {
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 4px;
}
 
.page-id-9359 .testi-specialty {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
 
.page-id-9359 .testi-desc {
  font-size: 0.8rem;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}
 
.page-id-9359 .testi-cta {
  text-align: center;
  margin-bottom: 72px;
}
 
.page-id-9359 .testi-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #60a5fa;
  text-decoration: none;
  padding: 12px 28px;
  border: 1px solid rgba(96,165,250,0.25);
  transition: all 0.25s ease;
}
 
.page-id-9359 .testi-cta a:hover {
  background: rgba(37,99,235,0.12);
  border-color: rgba(96,165,250,0.4);
  color: #93c5fd;
}
 
.page-id-9359 .testi-cta a svg {
  width: 16px; height: 16px;
  transition: transform 0.25s ease;
}
 
.page-id-9359 .testi-cta a:hover svg {
  transform: translateX(3px);
}
 
.page-id-9359 .proof-bar {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
}
 
.page-id-9359 .proof-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
 
.page-id-9359 .proof-stat {
  text-align: center;
  flex: 1;
  position: relative;
}
 
.page-id-9359 .proof-stat + .proof-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.07);
}
 
.page-id-9359 .proof-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 5px;
}
 
.page-id-9359 .proof-stat-label {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.4;
}
 
.page-id-9359 .proof-badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0 24px 56px;
  flex-wrap: wrap;
}
 
.page-id-9359 .proof-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
}
 
.page-id-9359 .proof-badge svg {
  flex-shrink: 0;
}
 
.page-id-9359 .proof-badge-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.3;
}
 
.page-id-9359 .proof-badge-text span {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  color: #64748b;
}
 
@media (max-width: 760px) {
  .page-id-9359 .testi-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .page-id-9359 .proof-bar-inner {
    flex-wrap: wrap;
    gap: 32px 0;
  }
  .page-id-9359 .proof-stat {
    flex: 0 0 50%;
  }
  .page-id-9359 .proof-stat:nth-child(3)::before {
    display: none;
  }
  .page-id-9359 .results-intro h2 {
    font-size: 2rem;
  }
}
 
@media (max-width: 520px) {
  .page-id-9359 .results-section .page-holder {
    padding: 60px 18px 0;
  }
  .page-id-9359 .results-intro h2 {
    font-size: 1.7rem;
  }
  .page-id-9359 .proof-stat {
    flex: 0 0 100%;
  }
  .page-id-9359 .proof-stat + .proof-stat::before {
    display: none;
  }
  .page-id-9359 .proof-badge-row {
    flex-direction: column;
    gap: 12px;
  }
}


section.results-section br {
    display: none;
}

.page-id-9359 .c-text-area.entry.post {
    display: none;
}