@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;
}.wpc-scope-126 .tc-wp-content-root img, .wpc-scope-126 .tc-wp-content-root video, .wpc-scope-126 .tc-wp-content-root svg, .wpc-scope-126 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial, .wpc-scope-126 .tc-wp-content-root .isbnbg-editorial *{
  box-sizing: border-box;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #fff;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 86px 20px;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-section--intro, .wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-section--steps{
  background: #fff;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-section--benefits{
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 158, 11, 0.13), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(14, 165, 233, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8ec 0%, #f7fbff 100%);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-container{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-heading{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-heading h2{
  margin: 0;
  color: #101828;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
  margin: 14px auto 0;
  color: #5d6678;
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --isbnbg-accent: #2563eb;
  --isbnbg-accent-soft: rgba(37, 99, 235, 0.12);
  --isbnbg-accent-border: rgba(37, 99, 235, 0.22);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.96), transparent 0 118px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.86));
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 640ms ease,
    transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--isbnbg-accent-soft), transparent 44%),
    radial-gradient(circle at 88% 14%, var(--isbnbg-accent-soft), transparent 28%);
  opacity: 0.82;
  transition: opacity 260ms ease;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card::after{
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 23px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0));
  pointer-events: none;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:hover{
  border-color: var(--isbnbg-accent-border);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(1){
  --isbnbg-accent: #0ea5e9;
  --isbnbg-accent-soft: rgba(14, 165, 233, 0.13);
  --isbnbg-accent-border: rgba(14, 165, 233, 0.35);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(2){
  --isbnbg-accent: #f59e0b;
  --isbnbg-accent-soft: rgba(245, 158, 11, 0.14);
  --isbnbg-accent-border: rgba(245, 158, 11, 0.34);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(3){
  --isbnbg-accent: #10b981;
  --isbnbg-accent-soft: rgba(16, 185, 129, 0.13);
  --isbnbg-accent-border: rgba(16, 185, 129, 0.34);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(4){
  --isbnbg-accent: #ef4444;
  --isbnbg-accent-soft: rgba(239, 68, 68, 0.11);
  --isbnbg-accent-border: rgba(239, 68, 68, 0.3);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(5){
  --isbnbg-accent: #8b5cf6;
  --isbnbg-accent-soft: rgba(139, 92, 246, 0.12);
  --isbnbg-accent-border: rgba(139, 92, 246, 0.32);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:nth-child(6){
  --isbnbg-accent: #14b8a6;
  --isbnbg-accent-soft: rgba(20, 184, 166, 0.13);
  --isbnbg-accent-border: rgba(20, 184, 166, 0.34);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-icon{
  display: inline-grid;
  width: 54px;
  height: 54px;
  max-width: 100%;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--isbnbg-accent-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--isbnbg-accent);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease, border-color 260ms ease;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:hover .isbnbg-icon{
  color: #fff;
  background: var(--isbnbg-accent);
  border-color: transparent;
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card h3{
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  color: #111827;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--isbnbg-accent);
  transition: width 260ms ease;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:hover h3::after{
  width: 82px;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card p{
  margin: 14px 0 0;
  color: #5b6473;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 22px;
  color: var(--isbnbg-accent);
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card:hover .isbnbg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--tilt{
  transform-style: preserve-3d;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--tilt .isbnbg-icon, .wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--tilt h3, .wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--tilt p{
  transform: translateZ(18px);
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--step{
  padding-top: 34px;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-step-badge{
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-grid;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 40px);
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--isbnbg-accent), color-mix(in srgb, var(--isbnbg-accent) 72%, #111827));
  color: #fff;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 14px 28px var(--isbnbg-accent-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-126 .tc-wp-content-root .isbnbg-editorial .isbnbg-card--step:hover .isbnbg-step-badge{
  transform: translateY(-3px) rotate(4deg) scale(1.05);
  box-shadow: 0 18px 34px var(--isbnbg-accent-soft);
}@media (min-width: 1200px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-container{
    width: min(1220px, 100%);
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    min-height: 235px;
    padding: 24px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
    font-size: 0.91rem;
    line-height: 1.58;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-step-badge{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .isbnbg-editorial .isbnbg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading h2{
    font-size: clamp(1.2rem, 7vw, 1.6rem);
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-heading p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-step-badge{
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.78rem;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (max-width: 319px){.tc-wp-content-root .isbnbg-editorial .isbnbg-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .isbnbg-editorial .isbnbg-card, .tc-wp-content-root .isbnbg-editorial .isbnbg-icon, .tc-wp-content-root .isbnbg-editorial .isbnbg-cta, .tc-wp-content-root .isbnbg-editorial .isbnbg-step-badge, .tc-wp-content-root .isbnbg-editorial .isbnbg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .isbnbg-editorial .isbnbg-card, .tc-wp-content-root .isbnbg-editorial .isbnbg-card.is-visible, .tc-wp-content-root .isbnbg-editorial .isbnbg-card:hover{
    opacity: 1;
    transform: none !important;
  }}.wpc-scope-126 .tc-wp-content-root .isbnbg-grid--steps{}.wpc-scope-126 .tc-wp-content-root .isbnbg-grid--tilt{}.wpc-scope-126 .tc-wp-content-root .isbnbg-reveal{}