@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .evc-premium-block, .tc-wp-content-root .evc-premium-block *{
  box-sizing: border-box;
}.tc-wp-content-root .evc-premium-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152033;
  background: #fff;
}.tc-wp-content-root .evc-premium-block .evc-premium-section, .tc-wp-content-root .evc-premium-block .evc-premium-container, .tc-wp-content-root .evc-premium-block .evc-premium-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .evc-premium-block .evc-premium-section{
  position: relative;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .evc-premium-block .evc-premium-section-intro, .tc-wp-content-root .evc-premium-block .evc-premium-section-process{
  background: #fff;
}.tc-wp-content-root .evc-premium-block .evc-premium-section-benefits{
  background:
    radial-gradient(circle at 12% 10%, rgba(53, 137, 255, 0.13), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255, 178, 76, 0.14), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .evc-premium-block .evc-premium-container{
  max-width: 1180px;
  margin: 0 auto;
}.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .evc-premium-block h2{
  margin: 0;
  color: #162238;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .evc-premium-block h2 span{
  background: linear-gradient(135deg, #1f73ff 0%, #16b7c6 46%, #ff9f43 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap p{
  margin: 14px auto 0;
  max-width: 650px;
  color: #536176;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .evc-premium-block .evc-premium-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .evc-premium-block .evc-premium-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --evc-accent: #2d7cff;
  --evc-accent-2: #20c2b8;
  --evc-soft: rgba(45, 124, 255, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 264px;
  padding: 30px;
  border: 1px solid rgba(67, 92, 127, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.98), transparent 0 18%, transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.82));
  box-shadow: 0 18px 44px rgba(20, 44, 78, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.7s ease,
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  will-change: transform;
}.tc-wp-content-root .evc-premium-block .evc-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--evc-accent) 20%, transparent), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--evc-accent) 8%, transparent), color-mix(in srgb, var(--evc-accent-2) 8%, transparent));
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}.tc-wp-content-root .evc-premium-block .evc-premium-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--evc-accent), var(--evc-accent-2));
  opacity: 0.78;
}.tc-wp-content-root .evc-premium-block .evc-premium-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:hover{
  border-color: color-mix(in srgb, var(--evc-accent) 44%, rgba(67, 92, 127, 0.18));
  box-shadow: 0 26px 64px rgba(22, 45, 78, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .evc-premium-block .evc-premium-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .evc-premium-block .evc-premium-icon{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--evc-accent);
  background: linear-gradient(145deg, #fff, var(--evc-soft));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--evc-accent) 20%, transparent), 0 12px 28px rgba(27, 70, 120, 0.1);
  transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease;
}.tc-wp-content-root .evc-premium-block .evc-premium-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-content-root .evc-premium-block .evc-premium-card:hover .evc-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--evc-accent), var(--evc-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .evc-premium-block h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 13px;
  color: #17243a;
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .evc-premium-block h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--evc-accent), var(--evc-accent-2));
  transition: width 0.32s ease;
}.tc-wp-content-root .evc-premium-block .evc-premium-card:hover h3::after{
  width: 88px;
}.tc-wp-content-root .evc-premium-block .evc-premium-card p{
  margin: 0;
  color: #5b687c;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .evc-premium-block .evc-premium-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--evc-accent);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .evc-premium-block .evc-premium-card:hover .evc-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--evc-accent) 82%, #111827);
}.tc-wp-content-root .evc-premium-block .evc-premium-tilt-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .evc-premium-block .evc-premium-process-card{
  min-height: 286px;
  padding-top: 34px;
}.tc-wp-content-root .evc-premium-block .evc-premium-step-number{
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 0;
  color: color-mix(in srgb, var(--evc-accent) 16%, transparent);
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 880;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.34s ease, color 0.34s ease;
}.tc-wp-content-root .evc-premium-block .evc-premium-process-card:hover .evc-premium-step-number{
  color: color-mix(in srgb, var(--evc-accent) 24%, transparent);
  transform: translateY(-5px) scale(1.04);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(1){
  --evc-accent: #2d7cff;
  --evc-accent-2: #16b7c6;
  --evc-soft: rgba(45, 124, 255, 0.1);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(2){
  --evc-accent: #18a999;
  --evc-accent-2: #7ac943;
  --evc-soft: rgba(24, 169, 153, 0.11);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(3){
  --evc-accent: #f59e0b;
  --evc-accent-2: #ef6f6c;
  --evc-soft: rgba(245, 158, 11, 0.12);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(4){
  --evc-accent: #7c5cff;
  --evc-accent-2: #28c2ff;
  --evc-soft: rgba(124, 92, 255, 0.1);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(5){
  --evc-accent: #e0528d;
  --evc-accent-2: #ff9f43;
  --evc-soft: rgba(224, 82, 141, 0.1);
}.tc-wp-content-root .evc-premium-block .evc-premium-card:nth-child(6){
  --evc-accent: #0f9f6e;
  --evc-accent-2: #2d7cff;
  --evc-soft: rgba(15, 159, 110, 0.1);
}@media (min-width: 1200px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 104px 28px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-container{
    max-width: 1180px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 88px 22px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-container{
    max-width: 1000px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 72px 20px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card{
    min-height: 250px;
    padding: 24px;
  }.tc-wp-content-root .evc-premium-block h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 58px 16px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card{
    min-width: 0;
    min-height: auto;
    padding: 24px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 50px 14px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card{
    min-width: 0;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .evc-premium-block h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card p, .tc-wp-content-root .evc-premium-block .evc-premium-cta{
    font-size: 0.92rem;
  }.tc-wp-content-root .evc-premium-block .evc-premium-step-number{
    font-size: 3.8rem;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .evc-premium-block .evc-premium-section{
    padding: 44px 12px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.56;
  }.tc-wp-content-root .evc-premium-block .evc-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .evc-premium-block .evc-premium-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .evc-premium-block h3{
    font-size: 0.98rem;
    line-height: 1.32;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card p, .tc-wp-content-root .evc-premium-block .evc-premium-cta{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .evc-premium-block .evc-premium-step-number{
    font-size: 3.2rem;
    top: 16px;
    right: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .evc-premium-block .evc-premium-card, .tc-wp-content-root .evc-premium-block .evc-premium-card::before, .tc-wp-content-root .evc-premium-block .evc-premium-icon, .tc-wp-content-root .evc-premium-block h3::after, .tc-wp-content-root .evc-premium-block .evc-premium-cta, .tc-wp-content-root .evc-premium-block .evc-premium-step-number{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .evc-premium-block .evc-premium-card, .tc-wp-content-root .evc-premium-block .evc-premium-card.is-visible, .tc-wp-content-root .evc-premium-block .evc-premium-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .evc-premium-card-cta {}
.tc-wp-content-root .evc-premium-grid-tilt {}
.tc-wp-content-root .evc-premium-process-grid {}