@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-28 .tc-wp-content-root img, .wpc-scope-28 .tc-wp-content-root video, .wpc-scope-28 .tc-wp-content-root svg, .wpc-scope-28 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap{
      --accent1:#0ea5e9;
      --accent2:#7c3aed;
      --accent3:#06b6d4;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 30px rgba(15,23,42,.08);
      width:100%;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
      color:var(--text);
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-container{
      max-width:1200px;
      margin:0 auto;
      width:100%;
      box-sizing:border-box;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-white{
      background:#fff;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-soft{
      background:var(--soft);
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-section-title{
      text-align:center;
      margin:0 0 14px;
      font-weight:800;
      color:#111827;
      line-height:1.2;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-intro{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(15,23,42,.12);
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-card-inner{
      padding:28px;
      flex:1;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-icon:after{
      content:"";
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      position:absolute;
      top:18px;
      left:18px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.35;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-badge{
      display:inline-block;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(14,165,233,.08);
      color:#0369a1;
      font-size:12px;
      font-weight:700;
      margin-bottom:14px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-grid{
      display:grid;
      grid-template-columns:1fr;
      gap:24px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-card:hover{
      transform:translateY(-5px);
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-inner{
      display:flex;
      align-items:flex-start;
      gap:24px;
      padding:28px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-num{
      min-width:70px;
      height:70px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:26px;
      font-weight:800;
      box-shadow:0 10px 20px rgba(124,58,237,.18);
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-step-content{
      flex:1;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-highlight{
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(14,165,233,.08),rgba(124,58,237,.08));
      filter:blur(10px);
      pointer-events:none;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-highlight.one{
      top:-120px;
      right:-100px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-highlight.two{
      bottom:-120px;
      left:-100px;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .7s ease;
    }.wpc-scope-28 .tc-wp-content-root .co-tax-content-wrap .co-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .co-tax-content-wrap .co-section{
        padding:50px 0;
      }.tc-wp-content-root .co-tax-content-wrap .co-container{
        padding:0 14px;
      }.tc-wp-content-root .co-tax-content-wrap .co-section-title{
        font-size:26px;
      }.tc-wp-content-root .co-tax-content-wrap .co-intro{
        font-size:14px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .co-tax-content-wrap .co-card-inner, .tc-wp-content-root .co-tax-content-wrap .co-step-inner{
        padding:20px;
      }.tc-wp-content-root .co-tax-content-wrap h3{
        font-size:18px;
      }.tc-wp-content-root .co-tax-content-wrap p{
        font-size:14px;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .co-tax-content-wrap .co-section{
        padding:55px 0;
      }.tc-wp-content-root .co-tax-content-wrap .co-container{
        padding:0 18px;
      }.tc-wp-content-root .co-tax-content-wrap .co-section-title{
        font-size:28px;
      }.tc-wp-content-root .co-tax-content-wrap .co-intro{
        font-size:15px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .co-tax-content-wrap .co-card-inner, .tc-wp-content-root .co-tax-content-wrap .co-step-inner{
        padding:22px;
      }.tc-wp-content-root .co-tax-content-wrap h3{
        font-size:19px;
      }.tc-wp-content-root .co-tax-content-wrap p{
        font-size:15px;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .co-tax-content-wrap .co-section{
        padding:60px 0;
      }.tc-wp-content-root .co-tax-content-wrap .co-container{
        padding:0 20px;
      }.tc-wp-content-root .co-tax-content-wrap .co-section-title{
        font-size:30px;
      }.tc-wp-content-root .co-tax-content-wrap .co-intro{
        font-size:16px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .co-tax-content-wrap .co-card-inner, .tc-wp-content-root .co-tax-content-wrap .co-step-inner{
        padding:24px;
      }.tc-wp-content-root .co-tax-content-wrap h3{
        font-size:20px;
      }.tc-wp-content-root .co-tax-content-wrap p{
        font-size:15px;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .co-tax-content-wrap .co-section{
        padding:75px 0;
      }.tc-wp-content-root .co-tax-content-wrap .co-container{
        padding:0 26px;
      }.tc-wp-content-root .co-tax-content-wrap .co-section-title{
        font-size:34px;
      }.tc-wp-content-root .co-tax-content-wrap .co-intro{
        font-size:17px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .co-tax-content-wrap .co-card-inner{
        padding:26px;
      }.tc-wp-content-root .co-tax-content-wrap h3{
        font-size:21px;
      }.tc-wp-content-root .co-tax-content-wrap p{
        font-size:15px;
      }}@media (min-width:1024px){.tc-wp-content-root .co-tax-content-wrap .co-section{
        padding:90px 0;
      }.tc-wp-content-root .co-tax-content-wrap .co-container{
        padding:0 20px;
      }.tc-wp-content-root .co-tax-content-wrap .co-section-title{
        font-size:40px;
      }.tc-wp-content-root .co-tax-content-wrap .co-intro{
        font-size:18px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid.six{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .co-tax-content-wrap .co-grid.three{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .co-tax-content-wrap h3{
        font-size:22px;
      }.tc-wp-content-root .co-tax-content-wrap p{
        font-size:16px;
      }}