@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-17 .tc-wp-content-root img, .wpc-scope-17 .tc-wp-content-root video, .wpc-scope-17 .tc-wp-content-root svg, .wpc-scope-17 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper{
      --gts-primary:#4f46e5;
      --gts-secondary:#06b6d4;
      --gts-accent:#8b5cf6;
      --gts-text:#1f2937;
      --gts-muted:#6b7280;
      --gts-border:#e5e7eb;
      --gts-white:#ffffff;
      --gts-soft:#f8fafc;
      --gts-shadow:0 10px 30px rgba(79,70,229,.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--gts-text);
      background:#fff;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-section-white{
      background:#fff;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-section-soft{
      background:var(--gts-soft);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-section::before{
      content:"";
      position:absolute;
      width:300px;
      height:300px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(6,182,212,.06));
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-heading{
      text-align:center;
      margin-bottom:40px;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-badge{
      display:inline-block;
      padding:8px 16px;
      border-radius:999px;
      background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(6,182,212,.12));
      color:var(--gts-primary);
      font-weight:700;
      font-size:13px;
      margin-bottom:14px;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:var(--gts-text);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-heading p{
      max-width:760px;
      margin:0 auto;
      color:var(--gts-muted);
      line-height:1.8;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card{
      background:#fff;
      border:1px solid var(--gts-border);
      border-radius:24px;
      box-shadow:var(--gts-shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--gts-primary),var(--gts-secondary));
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card:hover{
      transform:translateY(-6px);
      box-shadow:0 20px 45px rgba(79,70,229,.15);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--gts-primary),var(--gts-secondary));
      position:relative;
      margin-bottom:18px;
      flex-shrink:0;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card-icon::after{
      content:"";
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card h3{
      margin:0 0 12px;
      color:var(--gts-text);
      font-weight:700;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-card p{
      margin:0;
      color:var(--gts-muted);
      line-height:1.8;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-step-card{
      background:#fff;
      border:1px solid var(--gts-border);
      border-radius:26px;
      box-shadow:var(--gts-shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-step-card:hover{
      transform:translateY(-4px);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-step-inner{
      display:flex;
      align-items:flex-start;
      gap:24px;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-step-number{
      width:72px;
      height:72px;
      min-width:72px;
      border-radius:22px;
      background:linear-gradient(135deg,var(--gts-primary),var(--gts-accent));
      color:#fff;
      font-size:28px;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 25px rgba(79,70,229,.25);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-trust{
      background:linear-gradient(135deg,#fff,#fafbff);
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-trust .gts-card::after{
      content:"";
      position:absolute;
      width:120px;
      height:120px;
      border-radius:50%;
      background:radial-gradient(rgba(79,70,229,.12),transparent);
      right:-30px;
      bottom:-30px;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-reveal{
      opacity:0;
      transform:translateY(35px);
      transition:all .8s ease;
    }.wpc-scope-17 .tc-wp-content-root .gts-premium-wrapper .gts-reveal.gts-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gts-premium-wrapper .gts-section{padding:55px 0;}.tc-wp-content-root .gts-premium-wrapper .gts-container{padding:0 14px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading h2{font-size:28px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading p{font-size:14px;}.tc-wp-content-root .gts-premium-wrapper .gts-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gts-premium-wrapper .gts-card, .tc-wp-content-root .gts-premium-wrapper .gts-step-card{padding:22px;}.tc-wp-content-root .gts-premium-wrapper .gts-card h3, .tc-wp-content-root .gts-premium-wrapper .gts-step-card h3{font-size:18px;}.tc-wp-content-root .gts-premium-wrapper .gts-card p, .tc-wp-content-root .gts-premium-wrapper .gts-step-card p{font-size:14px;}.tc-wp-content-root .gts-premium-wrapper .gts-step-inner{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gts-premium-wrapper .gts-section{padding:60px 0;}.tc-wp-content-root .gts-premium-wrapper .gts-container{padding:0 18px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading h2{font-size:30px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading p{font-size:15px;}.tc-wp-content-root .gts-premium-wrapper .gts-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gts-premium-wrapper .gts-card, .tc-wp-content-root .gts-premium-wrapper .gts-step-card{padding:24px;}.tc-wp-content-root .gts-premium-wrapper .gts-card h3, .tc-wp-content-root .gts-premium-wrapper .gts-step-card h3{font-size:19px;}.tc-wp-content-root .gts-premium-wrapper .gts-step-inner{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gts-premium-wrapper .gts-section{padding:70px 0;}.tc-wp-content-root .gts-premium-wrapper .gts-container{padding:0 22px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading h2{font-size:34px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading p{font-size:16px;}.tc-wp-content-root .gts-premium-wrapper .gts-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .gts-premium-wrapper .gts-card, .tc-wp-content-root .gts-premium-wrapper .gts-step-card{padding:26px;}.tc-wp-content-root .gts-premium-wrapper .gts-card h3, .tc-wp-content-root .gts-premium-wrapper .gts-step-card h3{font-size:20px;}.tc-wp-content-root .gts-premium-wrapper .gts-step-inner{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gts-premium-wrapper .gts-section{padding:80px 0;}.tc-wp-content-root .gts-premium-wrapper .gts-container{padding:0 30px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading h2{font-size:38px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading p{font-size:17px;}.tc-wp-content-root .gts-premium-wrapper .gts-grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .gts-premium-wrapper .gts-card, .tc-wp-content-root .gts-premium-wrapper .gts-step-card{padding:28px;}.tc-wp-content-root .gts-premium-wrapper .gts-card h3, .tc-wp-content-root .gts-premium-wrapper .gts-step-card h3{font-size:21px;}}@media (min-width:1024px){.tc-wp-content-root .gts-premium-wrapper .gts-section{padding:100px 0;}.tc-wp-content-root .gts-premium-wrapper .gts-container{padding:0 24px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading h2{font-size:44px;}.tc-wp-content-root .gts-premium-wrapper .gts-heading p{font-size:18px;}.tc-wp-content-root .gts-premium-wrapper .gts-grid{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .gts-premium-wrapper .gts-card, .tc-wp-content-root .gts-premium-wrapper .gts-step-card{padding:32px;}.tc-wp-content-root .gts-premium-wrapper .gts-card h3, .tc-wp-content-root .gts-premium-wrapper .gts-step-card h3{font-size:22px;}}