@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

 

 

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-1 .tc-wp-tool-root img, .wpc-scope-1 .tc-wp-tool-root video, .wpc-scope-1 .tc-wp-tool-root svg, .wpc-scope-1 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h1, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h2, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h4, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h5, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root h6, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root p, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root li, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root label, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root small, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root blockquote, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root figcaption, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root a{
  color: inherit !important;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-page{
  --analza-home-primary: #5b43f1;
  --analza-home-primary-dark: #3525b5;
  --analza-home-secondary: #12a594;
  --analza-home-accent: #f5a623;
  --analza-home-heading: #132238;
  --analza-home-text: #5f6b7a;
  --analza-home-light: #f6f8fc;
  --analza-home-white: #ffffff;
  --analza-home-border: #e5e9f2;
  --analza-home-dark: #111b2e;
  --analza-home-shadow: 0 20px 55px rgba(19, 34, 56, 0.1);
  position: relative;
  overflow: hidden;
  color: var(--analza-home-text) !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-page *, .wpc-scope-1 .tc-wp-tool-root .analza-home-page *::before, .wpc-scope-1 .tc-wp-tool-root .analza-home-page *::after{
  box-sizing: border-box;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-container{
  width: min(100% - 40px, 1350px);
  margin-inline: auto;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-section{
  padding: 110px 0;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-page img{
  max-width: 100%;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-eyebrow, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-kicker{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 15px;
  border: 1px solid rgba(91, 67, 241, 0.16);
  border-radius: 999px;
  color: var(--analza-home-primary-dark) !important;
  background: rgba(91, 67, 241, 0.08);
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-section-head{
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-section-title{
  margin: 0;
  color: var(--analza-home-heading) !important;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-section-text{
  margin: 18px 0 0;
  color: var(--analza-home-text) !important;
  font-size: 18px;
  line-height: 1.75;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-rounded-image{
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 7;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--analza-home-shadow);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-actions-center{
  justify-content: center;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-btn{
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  max-width: 100%;
  text-align: center;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-btn:hover{
  transform: translateY(-2px);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-btn:focus-visible, .wpc-scope-1 .tc-wp-tool-root .analza-home-service-card a:focus-visible, .wpc-scope-1 .tc-wp-tool-root .analza-home-accordion button:focus-visible{
  outline: 3px solid rgba(245, 166, 35, 0.55);
  outline-offset: 4px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-primary{
  color: var(--analza-home-white) !important;
  background: linear-gradient(135deg, var(--analza-home-primary), var(--analza-home-primary-dark));
  box-shadow: 0 16px 32px rgba(91, 67, 241, 0.28);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-primary:hover{
  color: var(--analza-home-white) !important;
  box-shadow: 0 18px 38px rgba(91, 67, 241, 0.34);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-secondary{
  color: var(--analza-home-heading) !important;
  background: var(--analza-home-white);
  border-color: var(--analza-home-border);
  box-shadow: 0 12px 25px rgba(19, 34, 56, 0.08);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-secondary:hover{
  color: var(--analza-home-primary-dark) !important;
  border-color: rgba(91, 67, 241, 0.35);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-light{
  color: var(--analza-home-primary-dark) !important;
  background: var(--analza-home-white);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-outline-light{
  color: var(--analza-home-white) !important;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-btn-outline-light:hover{
  color: var(--analza-home-dark) !important;
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero{
  position: relative;
  padding: 118px 0 90px;
  background:
    radial-gradient(circle at 14% 20%, rgba(91, 67, 241, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(18, 165, 148, 0.18), transparent 28%),
    linear-gradient(135deg, #fbfcff 0%, #f6f8fc 55%, #eef2ff 100%);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 34, 56, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 34, 56, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 82%);
  pointer-events: none;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero .analza-home-container{
  position: relative;
  z-index: 1;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-hero-title{
  max-width: 760px;
  margin: 0;
  color: var(--analza-home-heading) !important;
  font-size: clamp(38px, 5.6vw, 74px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-hero-title span{
  color: transparent !important;
  background: linear-gradient(135deg, var(--analza-home-primary), var(--analza-home-secondary));
  -webkit-background-clip: text;
  background-clip: text;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-hero-text{
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 19px;
  line-height: 1.75;
  color: var(--analza-home-text) !important;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-trust-line{
  margin: 24px 0 0;
  color: var(--analza-home-heading) !important;
  font-size: 16px;
  font-weight: 700;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-proof-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-proof-list span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--analza-home-heading) !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(19, 34, 56, 0.07);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-proof-list i{
  color: var(--analza-home-secondary) !important;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero-visual{
  position: relative;
  max-width: 620px;
  margin-left: auto;
  padding: 18px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero-visual::before{
  content: "";
  position: absolute;
  inset: 42px 0 0 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(91, 67, 241, 0.16), rgba(18, 165, 148, 0.12));
  transform: rotate(-4deg);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-hero-image{
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 8;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(19, 34, 56, 0.18);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-floating-card{
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(19, 34, 56, 0.14);
  backdrop-filter: blur(16px);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-floating-card span{
  color: var(--analza-home-text) !important;
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-floating-card strong{
  color: var(--analza-home-heading) !important;
  font-size: 16px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-floating-card i{
  color: var(--analza-home-primary) !important;
  font-size: 22px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-floating-card-top{
  top: 0;
  right: 22px;
  min-width: 220px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-floating-card-left{
  left: 0;
  bottom: 110px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-floating-card-bottom{
  right: 0;
  bottom: 30px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-progress{
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e9f4;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-progress span{
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--analza-home-primary), var(--analza-home-secondary));
}.wpc-scope-1 .tc-wp-tool-root .analza-home-trust-strip{
  padding: 30px 0;
  background: var(--analza-home-white);
  border-bottom: 1px solid var(--analza-home-border);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-strip-intro{
  margin: 0 0 20px;
  text-align: center;
  color: var(--analza-home-text) !important;
  font-size: 16px;
  font-weight: 700;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-platforms{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-platforms span{
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  border: 1px solid var(--analza-home-border);
  border-radius: 999px;
  background: var(--analza-home-light);
  color: var(--analza-home-heading) !important;
  font-size: 15px;
  font-weight: 800;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-platforms i{
  color: var(--analza-home-primary) !important;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-services{
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-service-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 410px;
  padding: 30px;
  border: 1px solid var(--analza-home-border);
  border-radius: 24px;
  background: var(--analza-home-white);
  box-shadow: 0 10px 32px rgba(19, 34, 56, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-service-card:hover, .wpc-scope-1 .tc-wp-tool-root .analza-home-industry-card:hover, .wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card:hover{
  transform: translateY(-6px);
  border-color: rgba(91, 67, 241, 0.28);
  box-shadow: var(--analza-home-shadow);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-service-icon{
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  font-size: 23px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-purple{ color: #5b43f1 !important; background: rgba(91, 67, 241, 0.12); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-teal{ color: #12a594 !important; background: rgba(18, 165, 148, 0.12); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-gold{ color: #b97600 !important; background: rgba(245, 166, 35, 0.16); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-blue{ color: #2374d6 !important; background: rgba(35, 116, 214, 0.12); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-pink{ color: #d63384 !important; background: rgba(214, 51, 132, 0.12); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-icon-dark{ color: #111b2e !important; background: rgba(17, 27, 46, 0.1); }.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-service-card h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-benefit-list h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reasons-grid h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-process-card h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-bento-card h3, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-industry-card h3{
  margin: 0;
  color: var(--analza-home-heading) !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-service-card p, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-benefit-list p, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reasons-grid p, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-process-card p, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-industry-card p{
  margin: 14px 0 0;
  color: var(--analza-home-text) !important;
  font-size: 16px;
  line-height: 1.7;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-service-card ul{
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-service-card li{
  position: relative;
  padding-left: 20px;
  color: var(--analza-home-heading) !important;
  font-size: 15px;
  font-weight: 700;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-service-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--analza-home-secondary);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-service-card a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--analza-home-primary-dark) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth{
  background: linear-gradient(180deg, var(--analza-home-light), #ffffff);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth-diagram{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 34px;
  border: 1px solid var(--analza-home-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(91, 67, 241, 0.14), transparent 38%),
    var(--analza-home-white);
  box-shadow: var(--analza-home-shadow);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth-diagram::before, .wpc-scope-1 .tc-wp-tool-root .analza-home-growth-diagram::after{
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(91, 67, 241, 0.32), transparent);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth-diagram::before{
  left: 18%;
  right: 18%;
  top: 50%;
  height: 1px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth-diagram::after{
  top: 18%;
  bottom: 18%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(18, 165, 148, 0.34), transparent);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-growth-node{
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-height: 176px;
  padding: 26px 18px;
  border: 1px solid var(--analza-home-border);
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-growth-node i{
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: var(--analza-home-white) !important;
  background: linear-gradient(135deg, var(--analza-home-primary), var(--analza-home-secondary));
  font-size: 24px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-growth-node strong{
  margin-top: 14px;
  color: var(--analza-home-heading) !important;
  font-size: 20px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-growth-node span{
  color: var(--analza-home-text) !important;
  font-size: 15px;
  font-weight: 600;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-benefit-list, .wpc-scope-1 .tc-wp-tool-root .analza-home-reasons-grid{
  display: grid;
  gap: 16px;
  margin: 28px 0;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-benefit-list div{
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0 14px;
  padding: 18px;
  border: 1px solid var(--analza-home-border);
  border-radius: 20px;
  background: var(--analza-home-white);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-benefit-list i{
  grid-row: span 2;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--analza-home-primary) !important;
  background: rgba(91, 67, 241, 0.1);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-why{
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-reasons-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.wpc-scope-1 .tc-wp-tool-root .analza-home-reasons-grid div{
  position: relative;
  padding: 18px 18px 18px 54px;
  border-radius: 18px;
  background: var(--analza-home-light);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reasons-grid i{
  position: absolute;
  left: 18px;
  top: 21px;
  color: var(--analza-home-secondary) !important;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-highlight-card{
  margin: 26px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--analza-home-accent);
  border-radius: 18px;
  background: #fff8eb;
  color: var(--analza-home-heading) !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-process{
  background: var(--analza-home-light);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-process-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-process-grid::before{
  content: "";
  position: absolute;
  top: 68px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(91, 67, 241, 0.15), rgba(18, 165, 148, 0.35), rgba(91, 67, 241, 0.15));
}.wpc-scope-1 .tc-wp-tool-root .analza-home-process-card{
  position: relative;
  z-index: 1;
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--analza-home-border);
  border-radius: 24px;
  background: var(--analza-home-white);
  box-shadow: 0 12px 34px rgba(19, 34, 56, 0.06);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-process-card span{
  display: block;
  margin-bottom: 16px;
  color: rgba(91, 67, 241, 0.2) !important;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-process-card i{
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 17px;
  color: var(--analza-home-white) !important;
  background: var(--analza-home-primary);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-capabilities{
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-bento-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-bento-card{
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--analza-home-border);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f8faff);
  box-shadow: 0 10px 28px rgba(19, 34, 56, 0.045);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-bento-large{
  grid-row: span 2;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-bento-wide{
  grid-column: span 2;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-bento-card i{
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--analza-home-primary) !important;
  background: rgba(91, 67, 241, 0.1);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-industries{
  background: var(--analza-home-light);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-industry-card{
  position: relative;
  height: 100%;
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--analza-home-border);
  border-radius: 24px;
  background: var(--analza-home-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-industry-card > i{
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--analza-home-secondary) !important;
  background: rgba(18, 165, 148, 0.1);
  font-size: 22px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-industry-card span{
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--analza-home-primary) !important;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reporting{
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78) !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(18, 165, 148, 0.24), transparent 30%),
    radial-gradient(circle at 8% 78%, rgba(91, 67, 241, 0.34), transparent 30%),
    linear-gradient(135deg, #111b2e, #1b2450 58%, #111b2e);
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reporting .analza-home-section-title, .wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reporting .analza-home-section-text{
  color: var(--analza-home-white) !important;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-reporting .analza-home-section-text{
  color: rgba(255, 255, 255, 0.76) !important;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-report-benefits{
  display: grid;
  gap: 12px;
  margin: 28px 0;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-report-benefits span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--analza-home-white) !important;
  font-size: 16px;
  font-weight: 700;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-report-benefits i{
  color: var(--analza-home-secondary) !important;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-report-card{
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-report-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 26px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-report-top span{
  color: var(--analza-home-white) !important;
  font-size: 18px;
  font-weight: 800;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-report-top em{
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px;
  font-style: normal;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-chart{
  display: flex;
  align-items: end;
  gap: 14px;
  height: 240px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-chart span{
  flex: 1;
  min-width: 18px;
  border-radius: 14px 14px 4px 4px;
  background: linear-gradient(180deg, var(--analza-home-secondary), var(--analza-home-primary));
}.wpc-scope-1 .tc-wp-tool-root .analza-home-channel-bars{
  display: grid;
  gap: 14px;
  margin-top: 24px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-channel-bars div{
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 14px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-channel-bars span{
  color: var(--analza-home-white) !important;
  font-weight: 700;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-channel-bars strong{
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-channel-bars i{
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--analza-home-accent);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-status-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-status-grid span{
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--analza-home-white) !important;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-status-grid i{
  color: var(--analza-home-secondary) !important;
  font-size: 8px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-testimonials{
  background: var(--analza-home-white);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card{
  height: 100%;
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--analza-home-border);
  border-radius: 24px;
  background: var(--analza-home-white);
  box-shadow: 0 10px 30px rgba(19, 34, 56, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-testimonial-card > i{
  color: var(--analza-home-primary) !important;
  font-size: 28px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-testimonial-card p{
  margin: 18px 0 24px;
  color: var(--analza-home-heading) !important;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card div{
  display: flex;
  align-items: center;
  gap: 14px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card img{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card strong, .wpc-scope-1 .tc-wp-tool-root .analza-home-testimonial-card small{
  display: block;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-testimonial-card strong{
  color: var(--analza-home-heading) !important;
  font-size: 15px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-testimonial-card small{
  color: var(--analza-home-text) !important;
  font-size: 14px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-faq{
  background: var(--analza-home-light);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-accordion{
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-accordion-item{
  overflow: hidden;
  border: 1px solid var(--analza-home-border);
  border-radius: 20px;
  background: var(--analza-home-white);
  box-shadow: 0 10px 28px rgba(19, 34, 56, 0.045);
}.wpc-scope-1 .tc-wp-tool-root .analza-home-accordion h3{
  margin: 0;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-accordion button{
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border: 0;
  color: var(--analza-home-heading) !important;
  background: transparent;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-accordion button i{
  flex: 0 0 auto;
  color: var(--analza-home-primary) !important;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-accordion-panel{
  padding: 0 24px 24px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-accordion-panel p{
  margin: 0;
  color: var(--analza-home-text) !important;
  font-size: 16px;
  line-height: 1.75;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-final-cta{
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 24%, rgba(245, 166, 35, 0.24), transparent 28%),
    radial-gradient(circle at 88% 36%, rgba(18, 165, 148, 0.28), transparent 30%),
    linear-gradient(135deg, var(--analza-home-primary-dark), var(--analza-home-dark));
}.wpc-scope-1 .tc-wp-tool-root .analza-home-final-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-final-inner{
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-final-inner h2{
  margin: 0;
  color: var(--analza-home-white) !important;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-final-inner p{
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px;
  line-height: 1.75;
}.wpc-scope-1 .tc-wp-tool-root .analza-home-final-trust{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-final-trust span{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--analza-home-white) !important;
  font-size: 15px;
  font-weight: 800;
}.wpc-scope-1 #tc-wp-tool-island.tc-wp-tool-root .analza-home-final-trust i{
  color: var(--analza-home-accent) !important;
}@media (max-width: 1199.98px){.tc-wp-tool-root .analza-home-section{
    padding: 92px 0;
  }.tc-wp-tool-root .analza-home-process-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .analza-home-process-grid::before{
    display: none;
  }.tc-wp-tool-root .analza-home-bento-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (max-width: 991.98px){.tc-wp-tool-root .analza-home-container{
    width: min(100% - 48px, 1350px);
  }.tc-wp-tool-root .analza-home-hero{
    padding: 92px 0 72px;
  }.tc-wp-tool-root .analza-home-hero-visual{
    margin: 20px auto 0;
  }.tc-wp-tool-root .analza-home-reasons-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .analza-home-bento-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .analza-home-bento-large, .tc-wp-tool-root .analza-home-bento-wide{
    grid-column: auto;
    grid-row: auto;
  }}@media (max-width: 767.98px){.tc-wp-tool-root .analza-home-container{
    width: min(100% - 32px, 1350px);
  }.tc-wp-tool-root .analza-home-section, .tc-wp-tool-root .analza-home-final-cta{
    padding: 76px 0;
  }.tc-wp-tool-root .analza-home-section-head{
    margin-bottom: 38px;
    text-align: left;
  }.tc-wp-tool-root .analza-home-actions{
    align-items: stretch;
  }.tc-wp-tool-root .analza-home-btn{
    width: 100%;
  }.tc-wp-tool-root .analza-home-platforms{
    justify-content: stretch;
  }.tc-wp-tool-root .analza-home-platforms span{
    width: 100%;
    justify-content: center;
  }.tc-wp-tool-root .analza-home-growth-diagram, .tc-wp-tool-root .analza-home-process-grid, .tc-wp-tool-root .analza-home-bento-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .analza-home-growth-diagram::before, .tc-wp-tool-root .analza-home-growth-diagram::after{
    display: none;
  }.tc-wp-tool-root .analza-home-floating-card{
    position: relative;
    inset: auto;
    margin-top: 12px;
  }.tc-wp-tool-root .analza-home-hero-visual{
    padding: 0;
  }.tc-wp-tool-root .analza-home-hero-visual::before{
    display: none;
  }.tc-wp-tool-root .analza-home-chart{
    height: 190px;
    gap: 9px;
  }.tc-wp-tool-root .analza-home-channel-bars div{
    grid-template-columns: 1fr;
    gap: 8px;
  }}@media (max-width: 575.98px){.tc-wp-tool-root .analza-home-service-card, .tc-wp-tool-root .analza-home-industry-card, .tc-wp-tool-root .analza-home-testimonial-card, .tc-wp-tool-root .analza-home-report-card, .tc-wp-tool-root .analza-home-growth-diagram, .tc-wp-tool-root .analza-home-process-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-tool-root .analza-home-hero-title{
    font-size: 38px;
  }.tc-wp-tool-root .analza-home-hero-text, .tc-wp-tool-root .analza-home-section-text, .tc-wp-tool-root .analza-home-final-inner p{
    font-size: 16px;
  }.tc-wp-tool-root .analza-home-proof-list span, .tc-wp-tool-root .analza-home-final-trust span{
    width: 100%;
    justify-content: center;
  }.tc-wp-tool-root .analza-home-accordion button{
    padding: 18px;
    font-size: 16px;
  }.tc-wp-tool-root .analza-home-accordion-panel{
    padding: 0 18px 20px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .analza-home-page *, .tc-wp-tool-root .analza-home-page *::before, .tc-wp-tool-root .analza-home-page *::after{
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }}.wpc-scope-1 .tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-1 .tc-wp-tool-root .align-items-center{}.wpc-scope-1 .tc-wp-tool-root .col-lg-5{}.wpc-scope-1 .tc-wp-tool-root .col-lg-6{}.wpc-scope-1 .tc-wp-tool-root .col-lg-7{}.wpc-scope-1 .tc-wp-tool-root .col-md-6{}.wpc-scope-1 .tc-wp-tool-root .col-xl-4{}.wpc-scope-1 .tc-wp-tool-root .g-4{}.wpc-scope-1 .tc-wp-tool-root .g-5{}.wpc-scope-1 .tc-wp-tool-root .row{}