@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-32 .tc-wp-content-root img, .wpc-scope-32 .tc-wp-content-root video, .wpc-scope-32 .tc-wp-content-root svg, .wpc-scope-32 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-32 .tc-wp-content-root .mitc-premium-wrapper{
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: #334155;
      background-color: #ffffff;
      width: 100%;
      overflow-x: hidden;
      box-sizing: border-box;
    }.wpc-scope-32 .tc-wp-content-root .mitc-premium-wrapper *, .wpc-scope-32 .tc-wp-content-root .mitc-premium-wrapper *::before, .wpc-scope-32 .tc-wp-content-root .mitc-premium-wrapper *::after{
      box-sizing: inherit;
    }.wpc-scope-32 .tc-wp-content-root .mitc-premium-wrapper{
      --mitc-primary: #2563eb; 
      --mitc-secondary: #0f766e; 
      --mitc-accent-gradient: linear-gradient(135deg, #2563eb 0%, #0f766e 100%);
      --mitc-bg-white: #ffffff;
      --mitc-bg-offwhite: #f8fafc;
      --mitc-text-main: #1e293b;
      --mitc-text-muted: #64748b;
      --mitc-card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
      --mitc-card-hover-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      --mitc-radius: 12px;
      --mitc-container-width: 1200px;
    }.wpc-scope-32 .tc-wp-content-root .mitc-container{
      max-width: var(--mitc-container-width);
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
    }.wpc-scope-32 .tc-wp-content-root .mitc-section{
      padding: 80px 0;
      position: relative;
    }.wpc-scope-32 .tc-wp-content-root .mitc-bg-white{
      background-color: var(--mitc-bg-white);
    }.wpc-scope-32 .tc-wp-content-root .mitc-bg-offwhite{
      background-color: var(--mitc-bg-offwhite);
    }.wpc-scope-32 .tc-wp-content-root .mitc-header-group{
      text-align: center;
      max-width: 800px;
      margin: 0 auto 60px auto;
    }.wpc-scope-32 .tc-wp-content-root .mitc-title{
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--mitc-text-main);
      margin-bottom: 16px;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }.wpc-scope-32 .tc-wp-content-root .mitc-intro{
      font-size: 1.125rem;
      color: var(--mitc-text-muted);
      max-width: 600px;
      margin: 0 auto;
    }.wpc-scope-32 .tc-wp-content-root .mitc-highlight{
      background: var(--mitc-accent-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }.wpc-scope-32 .tc-wp-content-root .mitc-grid-3{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }.wpc-scope-32 .tc-wp-content-root .mitc-grid-1{
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }.wpc-scope-32 .tc-wp-content-root .mitc-card{
      background: #fff;
      border-radius: var(--mitc-radius);
      padding: 32px;
      box-shadow: var(--mitc-card-shadow);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid rgba(0, 0, 0, 0.03);
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }.wpc-scope-32 .tc-wp-content-root .mitc-card:hover{
      transform: translateY(-5px);
      box-shadow: var(--mitc-card-hover-shadow);
      border-color: rgba(37, 99, 235, 0.1);
    }.wpc-scope-32 .tc-wp-content-root .mitc-card-icon{
      width: 48px;
      height: 48px;
      background: rgba(37, 99, 235, 0.08);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      color: var(--mitc-primary);
    }.wpc-scope-32 .tc-wp-content-root .mitc-card-icon svg{
      width: 24px;
      height: 24px;
      fill: currentColor;
    }.wpc-scope-32 .tc-wp-content-root .mitc-card h3{
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--mitc-text-main);
      margin: 0 0 12px 0;
      line-height: 1.4;
    }.wpc-scope-32 .tc-wp-content-root .mitc-card p{
      font-size: 1rem;
      color: var(--mitc-text-muted);
      margin: 0;
      line-height: 1.6;
    }.wpc-scope-32 .tc-wp-content-root .mitc-step-card{
      display: flex;
      align-items: flex-start;
      background: #fff;
      border-radius: var(--mitc-radius);
      padding: 40px;
      box-shadow: var(--mitc-card-shadow);
      position: relative;
      overflow: hidden;
      border-left: 4px solid transparent;
      background-image: linear-gradient(#fff, #fff), var(--mitc-accent-gradient);
      background-origin: border-box;
      background-clip: content-box, border-box;
    }.wpc-scope-32 .tc-wp-content-root .mitc-step-number{
      font-size: 3rem;
      font-weight: 800;
      color: rgba(37, 99, 235, 0.1);
      line-height: 1;
      margin-right: 24px;
      min-width: 60px;
      font-family: monospace;
    }.wpc-scope-32 .tc-wp-content-root .mitc-step-content h3{
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--mitc-text-main);
      margin: 0 0 10px 0;
    }.wpc-scope-32 .tc-wp-content-root .mitc-step-content p{
      color: var(--mitc-text-muted);
      margin: 0;
    }.wpc-scope-32 .tc-wp-content-root .mitc-trust-card{
      text-align: center;
      align-items: center;
      background: transparent;
      box-shadow: none;
      border: 1px solid rgba(0,0,0,0.05);
    }.wpc-scope-32 .tc-wp-content-root .mitc-trust-card:hover{
        background: #fff;
        box-shadow: var(--mitc-card-shadow);
    }.wpc-scope-32 .tc-wp-content-root .mitc-reveal{
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
    }.wpc-scope-32 .tc-wp-content-root .mitc-reveal.active{
      opacity: 1;
      transform: translateY(0);
    }@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mitc-grid-3{
        grid-template-columns: repeat(2, 1fr);
      }.tc-wp-content-root .mitc-title{
        font-size: 2.2rem;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mitc-section{
        padding: 60px 0;
      }.tc-wp-content-root .mitc-grid-3{
        grid-template-columns: 1fr;
      }.tc-wp-content-root .mitc-title{
        font-size: 2rem;
      }.tc-wp-content-root .mitc-step-card{
        padding: 30px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mitc-section{
        padding: 50px 0;
      }.tc-wp-content-root .mitc-grid-3{
        grid-template-columns: 1fr;
      }.tc-wp-content-root .mitc-title{
        font-size: 1.75rem;
      }.tc-wp-content-root .mitc-intro{
        font-size: 1rem;
      }.tc-wp-content-root .mitc-card{
        padding: 24px;
      }.tc-wp-content-root .mitc-step-card{
        flex-direction: column;
        padding: 24px;
      }.tc-wp-content-root .mitc-step-number{
        margin-bottom: 15px;
        margin-right: 0;
      }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mitc-section{
        padding: 40px 0;
      }.tc-wp-content-root .mitc-container{
        padding: 0 16px;
      }.tc-wp-content-root .mitc-grid-3{
        grid-template-columns: 1fr;
      }.tc-wp-content-root .mitc-title{
        font-size: 1.6rem;
      }.tc-wp-content-root .mitc-card{
        padding: 20px;
      }.tc-wp-content-root .mitc-card h3{
        font-size: 1.15rem;
      }.tc-wp-content-root .mitc-step-card{
        padding: 20px;
      }}@media (min-width: 1024px){.tc-wp-content-root .mitc-grid-3{
        grid-template-columns: repeat(3, 1fr);
      }}