@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 .btc-premium-editorial, .tc-wp-content-root .btc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .btc-premium-editorial{
  --btcpe-ink: #172033;
  --btcpe-muted: #5d6b82;
  --btcpe-line: rgba(30, 81, 134, 0.14);
  --btcpe-brand: #1f7acb;
  --btcpe-brand-2: #22b8a7;
  --btcpe-warm: #fff8ef;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--btcpe-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .btc-premium-editorial .btcpe-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .btc-premium-editorial .btcpe-section-white{
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 184, 167, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}.tc-wp-content-root .btc-premium-editorial .btcpe-section-blue{
  background:
    radial-gradient(circle at 86% 10%, rgba(31, 122, 203, 0.14), transparent 30%),
    linear-gradient(180deg, #f0f7ff 0%, #edf8f7 100%);
}.tc-wp-content-root .btc-premium-editorial .btcpe-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap{
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .btc-premium-editorial h2{
  margin: 0;
  color: var(--btcpe-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .btc-premium-editorial h2 span{
  background: linear-gradient(135deg, #1f7acb 0%, #22b8a7 52%, #f2a541 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
  margin: 14px auto 0;
  color: var(--btcpe-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --btcpe-accent: #1f7acb;
  --btcpe-accent-2: #22b8a7;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--btcpe-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--btcpe-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 241, 0.78));
  box-shadow: 0 16px 38px rgba(22, 42, 75, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 320ms ease, opacity 500ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(2){ --btcpe-accent: #22b8a7; --btcpe-accent-2: #1f7acb; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(3){ --btcpe-accent: #f2a541; --btcpe-accent-2: #1f7acb; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(4){ --btcpe-accent: #7c6ee6; --btcpe-accent-2: #22b8a7; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(5){ --btcpe-accent: #db5f7a; --btcpe-accent-2: #f2a541; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(6){ --btcpe-accent: #168f78; --btcpe-accent-2: #1f7acb; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(7){ --btcpe-accent: #2f65d5; --btcpe-accent-2: #f2a541; }.tc-wp-content-root .btc-premium-editorial .btcpe-card:nth-child(8){ --btcpe-accent: #9a6b2f; --btcpe-accent-2: #22b8a7; }.tc-wp-content-root .btc-premium-editorial .btcpe-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--btcpe-accent) 12%, transparent), transparent 48%);
  opacity: 0.78;
  pointer-events: none;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card.btcpe-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .btc-premium-editorial .btcpe-card:hover{
  border-color: color-mix(in srgb, var(--btcpe-accent) 45%, transparent);
  box-shadow: 0 24px 58px rgba(22, 42, 75, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .btc-premium-editorial .btcpe-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--btcpe-accent);
  background: color-mix(in srgb, var(--btcpe-accent) 12%, #ffffff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--btcpe-accent) 18%, transparent);
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}.tc-wp-content-root .btc-premium-editorial .btcpe-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card:hover .btcpe-icon{
  color: #ffffff;
  background: linear-gradient(135deg, var(--btcpe-accent), var(--btcpe-accent-2));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .btc-premium-editorial h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--btcpe-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .btc-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--btcpe-accent), var(--btcpe-accent-2));
  transition: width 280ms ease;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card p{
  margin: 0;
  color: var(--btcpe-muted);
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .btc-premium-editorial .btcpe-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--btcpe-accent);
  font-size: 0.9rem;
  font-weight: 740;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .btc-premium-editorial .btcpe-card:hover .btcpe-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .btc-premium-editorial .btcpe-process-card{
  padding-top: 30px;
}.tc-wp-content-root .btc-premium-editorial .btcpe-step-label{
  display: inline-block;
  margin-bottom: 16px;
  color: var(--btcpe-accent);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .btc-premium-editorial .btcpe-step-bg{
  position: absolute;
  top: 12px;
  right: 18px;
  color: color-mix(in srgb, var(--btcpe-accent) 10%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 300ms ease, color 300ms ease;
}.tc-wp-content-root .btc-premium-editorial .btcpe-process-card:hover .btcpe-step-bg{
  color: color-mix(in srgb, var(--btcpe-accent) 17%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 96px 28px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 82px 22px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card{
    min-height: 250px;
    padding: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 68px 20px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .btc-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 54px 16px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card{
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 46px 14px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 18px;
  }.tc-wp-content-root .btc-premium-editorial h3{
    font-size: 1rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-step-bg{
    font-size: 3.8rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .btc-premium-editorial .btcpe-section{
    padding: 40px 12px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .btc-premium-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card p, .tc-wp-content-root .btc-premium-editorial .btcpe-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-step-bg{
    top: 10px;
    right: 12px;
    font-size: 3.2rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .btc-premium-editorial .btcpe-card, .tc-wp-content-root .btc-premium-editorial .btcpe-icon, .tc-wp-content-root .btc-premium-editorial h3::after, .tc-wp-content-root .btc-premium-editorial .btcpe-cta, .tc-wp-content-root .btc-premium-editorial .btcpe-step-bg{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .btc-premium-editorial .btcpe-card, .tc-wp-content-root .btc-premium-editorial .btcpe-card.btcpe-visible, .tc-wp-content-root .btc-premium-editorial .btcpe-card:hover{
    transform: none !important;
  }}

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