@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-25 .tc-wp-content-root img, .wpc-scope-25 .tc-wp-content-root video, .wpc-scope-25 .tc-wp-content-root svg, .wpc-scope-25 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-25 .tc-wp-content-root .oitc-premium-wrapper{
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:#1f2937;
      background:#fff;
    }.wpc-scope-25 .tc-wp-content-root .oitc-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-25 .tc-wp-content-root .oitc-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-25 .tc-wp-content-root .oitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-25 .tc-wp-content-root .oitc-section-white{
      background:#ffffff;
    }.wpc-scope-25 .tc-wp-content-root .oitc-section-soft{
      background:#f8fafc;
    }.wpc-scope-25 .tc-wp-content-root .oitc-section::before{
      content:"";
      position:absolute;
      width:340px;
      height:340px;
      border-radius:50%;
      background:linear-gradient(135deg,#0ea5e9,#14b8a6);
      opacity:.06;
      top:-120px;
      right:-120px;
      filter:blur(10px);
    }.wpc-scope-25 .tc-wp-content-root .oitc-section::after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:50%;
      background:linear-gradient(135deg,#14b8a6,#0ea5e9);
      opacity:.05;
      bottom:-80px;
      left:-80px;
    }.wpc-scope-25 .tc-wp-content-root .oitc-heading{
      text-align:center;
      margin-bottom:18px;
      color:#0f172a;
      font-weight:800;
      line-height:1.2;
    }.wpc-scope-25 .tc-wp-content-root .oitc-intro{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      color:#64748b;
      line-height:1.8;
    }.wpc-scope-25 .tc-wp-content-root .oitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-25 .tc-wp-content-root .oitc-card{
      background:#fff;
      border:1px solid #e2e8f0;
      border-radius:22px;
      padding:28px;
      position:relative;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(15,23,42,.06);
      transition:all .35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-25 .tc-wp-content-root .oitc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(14,165,233,.12);
      border-color:#7dd3fc;
    }.wpc-scope-25 .tc-wp-content-root .oitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,#0ea5e9,#14b8a6);
    }.wpc-scope-25 .tc-wp-content-root .oitc-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,#0ea5e9,#14b8a6);
      position:relative;
      margin-bottom:18px;
      flex-shrink:0;
    }.wpc-scope-25 .tc-wp-content-root .oitc-icon::after{
      content:"";
      position:absolute;
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }.wpc-scope-25 .tc-wp-content-root .oitc-card h3{
      margin:0 0 12px;
      color:#0f172a;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-25 .tc-wp-content-root .oitc-card p{
      margin:0;
      color:#64748b;
      line-height:1.8;
      flex-grow:1;
    }.wpc-scope-25 .tc-wp-content-root .oitc-steps{
      display:grid;
      grid-template-columns:1fr;
      gap:24px;
    }.wpc-scope-25 .tc-wp-content-root .oitc-step-card{
      background:#fff;
      border:1px solid #e2e8f0;
      border-radius:24px;
      padding:28px;
      display:flex;
      gap:22px;
      align-items:flex-start;
      position:relative;
      box-shadow:0 10px 25px rgba(15,23,42,.05);
      transition:.35s ease;
    }.wpc-scope-25 .tc-wp-content-root .oitc-step-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(20,184,166,.10);
    }.wpc-scope-25 .tc-wp-content-root .oitc-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,#0ea5e9,#14b8a6);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      position:relative;
    }.wpc-scope-25 .tc-wp-content-root .oitc-step-content h3{
      margin:0 0 10px;
      color:#0f172a;
      font-weight:700;
    }.wpc-scope-25 .tc-wp-content-root .oitc-step-content p{
      margin:0;
      color:#64748b;
      line-height:1.8;
    }.wpc-scope-25 .tc-wp-content-root .oitc-badge{
      display:inline-block;
      padding:7px 14px;
      border-radius:999px;
      background:rgba(14,165,233,.1);
      color:#0284c7;
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
      letter-spacing:.4px;
    }.wpc-scope-25 .tc-wp-content-root .oitc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-25 .tc-wp-content-root .oitc-reveal.oitc-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .oitc-section{
        padding:55px 14px;
      }.tc-wp-content-root .oitc-container{
        padding:0;
      }.tc-wp-content-root .oitc-heading{
        font-size:28px;
      }.tc-wp-content-root .oitc-intro{
        font-size:14px;
      }.tc-wp-content-root .oitc-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .oitc-card{
        padding:22px;
      }.tc-wp-content-root .oitc-card h3, .tc-wp-content-root .oitc-step-content h3{
        font-size:19px;
      }.tc-wp-content-root .oitc-card p, .tc-wp-content-root .oitc-step-content p{
        font-size:14px;
      }.tc-wp-content-root .oitc-step-card{
        padding:20px;
        flex-direction:column;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .oitc-section{
        padding:60px 16px;
      }.tc-wp-content-root .oitc-heading{
        font-size:30px;
      }.tc-wp-content-root .oitc-intro{
        font-size:15px;
      }.tc-wp-content-root .oitc-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .oitc-card{
        padding:24px;
      }.tc-wp-content-root .oitc-card h3, .tc-wp-content-root .oitc-step-content h3{
        font-size:20px;
      }.tc-wp-content-root .oitc-card p, .tc-wp-content-root .oitc-step-content p{
        font-size:15px;
      }.tc-wp-content-root .oitc-step-card{
        flex-direction:column;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .oitc-section{
        padding:70px 18px;
      }.tc-wp-content-root .oitc-heading{
        font-size:32px;
      }.tc-wp-content-root .oitc-intro{
        font-size:16px;
      }.tc-wp-content-root .oitc-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .oitc-card{
        padding:26px;
      }.tc-wp-content-root .oitc-card h3, .tc-wp-content-root .oitc-step-content h3{
        font-size:21px;
      }.tc-wp-content-root .oitc-card p, .tc-wp-content-root .oitc-step-content p{
        font-size:15px;
      }.tc-wp-content-root .oitc-step-card{
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .oitc-section{
        padding:80px 28px;
      }.tc-wp-content-root .oitc-heading{
        font-size:36px;
      }.tc-wp-content-root .oitc-intro{
        font-size:17px;
      }.tc-wp-content-root .oitc-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .oitc-card{
        padding:28px;
      }.tc-wp-content-root .oitc-card h3, .tc-wp-content-root .oitc-step-content h3{
        font-size:22px;
      }.tc-wp-content-root .oitc-card p, .tc-wp-content-root .oitc-step-content p{
        font-size:16px;
      }}@media (min-width:1024px){.tc-wp-content-root .oitc-section{
        padding:95px 32px;
      }.tc-wp-content-root .oitc-heading{
        font-size:42px;
      }.tc-wp-content-root .oitc-intro{
        font-size:18px;
      }.tc-wp-content-root .oitc-grid{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .oitc-card{
        padding:30px;
      }.tc-wp-content-root .oitc-card h3, .tc-wp-content-root .oitc-step-content h3{
        font-size:22px;
      }.tc-wp-content-root .oitc-card p, .tc-wp-content-root .oitc-step-content p{
        font-size:16px;
      }}