@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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-58 .tc-wp-content-root img, .wpc-scope-58 .tc-wp-content-root video, .wpc-scope-58 .tc-wp-content-root svg, .wpc-scope-58 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper{
  width:100%;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#1e1e1e;
  background:#ffffff;
  overflow:hidden;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .oitc-container{
  max-width:1200px;
  margin:0 auto;
  padding:60px 20px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper section{
  width:100%;
  margin-bottom:70px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper h2{
  text-align:center;
  font-weight:700;
  letter-spacing:-0.5px;
  margin-bottom:10px;
  background: linear-gradient(90deg,#1a73e8,#6c5ce7,#00b894);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .intro{
  text-align:center;
  max-width:720px;
  margin:0 auto 40px auto;
  color:#555;
  line-height:1.6;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .s1-grid{
  display:grid;
  gap:20px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .card{
  background:#fff;
  border:1px solid #eee;
  border-radius:16px;
  padding:22px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 35px rgba(0,0,0,0.10);
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .card h3{
  font-size:16px;
  margin-bottom:8px;
  color:#1f1f1f;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .card p{
  font-size:14px;
  color:#666;
  line-height:1.6;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .card::before{
  content:"";
  position:absolute;
  top:-40px;
  right:-40px;
  width:90px;
  height:90px;
  background: radial-gradient(circle, rgba(108,92,231,0.15), transparent 70%);
  border-radius:50%;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .s2{
  background:#fafafa;
  border-radius:18px;
  padding:20px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .step{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border-left:4px solid #6c5ce7;
  background:#fff;
  border-radius:14px;
  margin-bottom:18px;
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .step-num{
  min-width:38px;
  height:38px;
  border-radius:10px;
  background:linear-gradient(135deg,#6c5ce7,#1a73e8);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .step h3{
  margin:0;
  font-size:16px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .step p{
  margin:6px 0 0 0;
  font-size:14px;
  color:#666;
  line-height:1.6;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .s3-grid{
  display:grid;
  gap:20px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .s4-grid{
  display:grid;
  gap:20px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .badge{
  display:inline-block;
  font-size:12px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,184,148,0.12);
  color:#00b894;
  margin-bottom:10px;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .reveal{
  opacity:0;
  transform:translateY(20px);
  transition:all .6s ease;
}.wpc-scope-58 .tc-wp-content-root .oitc-btc-wrapper .reveal.active{
  opacity:1;
  transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .oitc-btc-wrapper .oitc-container{padding:35px 14px;}.tc-wp-content-root .oitc-btc-wrapper h2{font-size:20px;}.tc-wp-content-root .oitc-btc-wrapper .intro{font-size:13px;}.tc-wp-content-root .oitc-btc-wrapper .s1-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s3-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s4-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .card{padding:16px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .oitc-btc-wrapper .oitc-container{padding:40px 16px;}.tc-wp-content-root .oitc-btc-wrapper h2{font-size:22px;}.tc-wp-content-root .oitc-btc-wrapper .intro{font-size:14px;}.tc-wp-content-root .oitc-btc-wrapper .s1-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s3-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s4-grid{grid-template-columns:1fr;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .oitc-btc-wrapper .oitc-container{padding:45px 18px;}.tc-wp-content-root .oitc-btc-wrapper h2{font-size:24px;}.tc-wp-content-root .oitc-btc-wrapper .intro{font-size:14px;}.tc-wp-content-root .oitc-btc-wrapper .s1-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s3-grid{grid-template-columns:1fr;}.tc-wp-content-root .oitc-btc-wrapper .s4-grid{grid-template-columns:1fr;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .oitc-btc-wrapper .oitc-container{padding:55px 22px;}.tc-wp-content-root .oitc-btc-wrapper h2{font-size:28px;}.tc-wp-content-root .oitc-btc-wrapper .intro{font-size:15px;}.tc-wp-content-root .oitc-btc-wrapper .s1-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .oitc-btc-wrapper .s3-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .oitc-btc-wrapper .s4-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.tc-wp-content-root .oitc-btc-wrapper .oitc-container{padding:70px 20px;}.tc-wp-content-root .oitc-btc-wrapper h2{font-size:32px;}.tc-wp-content-root .oitc-btc-wrapper .intro{font-size:16px;}.tc-wp-content-root .oitc-btc-wrapper .s1-grid{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .oitc-btc-wrapper .s2 .step{max-width:900px;margin:0 auto 18px auto;}.tc-wp-content-root .oitc-btc-wrapper .s3-grid{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .oitc-btc-wrapper .s4-grid{grid-template-columns:repeat(3,1fr);}}