@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-22 .tc-wp-content-root img, .wpc-scope-22 .tc-wp-content-root video, .wpc-scope-22 .tc-wp-content-root svg, .wpc-scope-22 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-22 .tc-wp-content-root .oitc-premium-wrapper{
      --primary:#0f766e;
      --secondary:#14b8a6;
      --accent:#5eead4;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 35px rgba(15,118,110,.08);
      --radius:24px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
    }.wpc-scope-22 .tc-wp-content-root .oitc-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-22 .tc-wp-content-root .oitc-container{
      max-width:1200px;
      margin:auto;
      position:relative;
      z-index:2;
    }.wpc-scope-22 .tc-wp-content-root .oitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-22 .tc-wp-content-root .oitc-white{
      background:#fff;
    }.wpc-scope-22 .tc-wp-content-root .oitc-off{
      background:var(--off);
    }.wpc-scope-22 .tc-wp-content-root .oitc-section-title{
      text-align:center;
      font-weight:800;
      line-height:1.2;
      margin:0 0 14px;
      color:#0f172a;
    }.wpc-scope-22 .tc-wp-content-root .oitc-intro{
      max-width:760px;
      margin:0 auto 40px;
      text-align:center;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-22 .tc-wp-content-root .oitc-accent{
      position:absolute;
      width:340px;
      height:340px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(20,184,166,.14),transparent 70%);
      pointer-events:none;
    }.wpc-scope-22 .tc-wp-content-root .oitc-accent.left{
      top:-120px;
      left:-120px;
    }.wpc-scope-22 .tc-wp-content-root .oitc-accent.right{
      bottom:-120px;
      right:-120px;
    }.wpc-scope-22 .tc-wp-content-root .oitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-22 .tc-wp-content-root .oitc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-22 .tc-wp-content-root .oitc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(15,118,110,.14);
      border-color:rgba(20,184,166,.35);
    }.wpc-scope-22 .tc-wp-content-root .oitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--primary),var(--secondary));
      border-radius:24px 24px 0 0;
    }.wpc-scope-22 .tc-wp-content-root .oitc-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      color:#fff;
      font-weight:700;
      font-size:18px;
      box-shadow:0 10px 25px rgba(20,184,166,.25);
    }.wpc-scope-22 .tc-wp-content-root .oitc-card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.4;
    }.wpc-scope-22 .tc-wp-content-root .oitc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-22 .tc-wp-content-root .oitc-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-22 .tc-wp-content-root .oitc-step{
      background:#fff;
      border-radius:28px;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      padding:30px;
      display:flex;
      gap:24px;
      align-items:flex-start;
      transition:.35s ease;
      position:relative;
      overflow:hidden;
    }.wpc-scope-22 .tc-wp-content-root .oitc-step:hover{
      transform:translateY(-5px);
    }.wpc-scope-22 .tc-wp-content-root .oitc-step::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(20,184,166,.03),transparent);
      pointer-events:none;
    }.wpc-scope-22 .tc-wp-content-root .oitc-step-number{
      min-width:74px;
      width:74px;
      height:74px;
      border-radius:22px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(20,184,166,.22);
    }.wpc-scope-22 .tc-wp-content-root .oitc-step h3{
      margin:0 0 10px;
      color:#111827;
    }.wpc-scope-22 .tc-wp-content-root .oitc-step p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-22 .tc-wp-content-root .oitc-badge{
      display:inline-block;
      padding:6px 12px;
      border-radius:999px;
      background:rgba(20,184,166,.12);
      color:var(--primary);
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
    }.wpc-scope-22 .tc-wp-content-root .oitc-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:.7s ease;
    }.wpc-scope-22 .tc-wp-content-root .oitc-reveal.active{
      opacity:1;
      transform:none;
    }@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 2px;
      }.tc-wp-content-root .oitc-section-title{
        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{
        font-size:18px;
      }.tc-wp-content-root .oitc-card p{
        font-size:14px;
      }.tc-wp-content-root .oitc-step{
        padding:22px;
        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-section-title{
        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{
        font-size:19px;
      }.tc-wp-content-root .oitc-card p{
        font-size:15px;
      }.tc-wp-content-root .oitc-step{
        flex-direction:column;
        padding:24px;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .oitc-section{
        padding:70px 18px;
      }.tc-wp-content-root .oitc-section-title{
        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-step{
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .oitc-section{
        padding:80px 24px;
      }.tc-wp-content-root .oitc-section-title{
        font-size:38px;
      }.tc-wp-content-root .oitc-intro{
        font-size:17px;
      }.tc-wp-content-root .oitc-grid.six{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .oitc-grid.three{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .oitc-card{
        padding:28px;
      }}@media (min-width:1024px){.tc-wp-content-root .oitc-section{
        padding:95px 28px;
      }.tc-wp-content-root .oitc-section-title{
        font-size:42px;
      }.tc-wp-content-root .oitc-intro{
        font-size:18px;
      }.tc-wp-content-root .oitc-grid.six{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .oitc-grid.three{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }}