@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-80 .tc-wp-content-root img, .wpc-scope-80 .tc-wp-content-root video, .wpc-scope-80 .tc-wp-content-root svg, .wpc-scope-80 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-80 .tc-wp-content-root .caitc-wrapper{
      --primary:#2563eb;
      --secondary:#60a5fa;
      --accent:#93c5fd;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-80 .tc-wp-content-root .caitc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-80 .tc-wp-content-root .caitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-80 .tc-wp-content-root .caitc-white{
      background:#fff;
    }.wpc-scope-80 .tc-wp-content-root .caitc-soft{
      background:var(--soft);
    }.wpc-scope-80 .tc-wp-content-root .caitc-section-title{
      text-align:center;
      font-weight:800;
      line-height:1.2;
      margin:0 0 14px;
      color:var(--text);
    }.wpc-scope-80 .tc-wp-content-root .caitc-intro{
      text-align:center;
      max-width:820px;
      margin:0 auto 40px;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-80 .tc-wp-content-root .caitc-gradient-bar{
      width:110px;
      height:6px;
      margin:0 auto 22px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
    }.wpc-scope-80 .tc-wp-content-root .caitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-80 .tc-wp-content-root .caitc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-80 .tc-wp-content-root .caitc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(37,99,235,.15);
      border-color:#bfd7ff;
    }.wpc-scope-80 .tc-wp-content-root .caitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      border-radius:22px 22px 0 0;
      background:linear-gradient(90deg,var(--primary),var(--secondary));
    }.wpc-scope-80 .tc-wp-content-root .caitc-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:700;
      margin-bottom:18px;
      box-shadow:0 10px 25px rgba(37,99,235,.18);
    }.wpc-scope-80 .tc-wp-content-root .caitc-card h3{
      margin:0 0 12px;
      color:var(--text);
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-80 .tc-wp-content-root .caitc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-80 .tc-wp-content-root .caitc-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:30px;
      display:flex;
      gap:24px;
      align-items:flex-start;
      position:relative;
      box-shadow:var(--shadow);
      transition:.35s ease;
    }.wpc-scope-80 .tc-wp-content-root .caitc-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-80 .tc-wp-content-root .caitc-step-number{
      flex-shrink:0;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      font-size:24px;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 12px 25px rgba(37,99,235,.18);
    }.wpc-scope-80 .tc-wp-content-root .caitc-step-content h3{
      margin:0 0 10px;
      font-weight:700;
    }.wpc-scope-80 .tc-wp-content-root .caitc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-80 .tc-wp-content-root .caitc-badge{
      display:inline-block;
      padding:8px 14px;
      border-radius:999px;
      background:#eef5ff;
      color:var(--primary);
      font-size:12px;
      font-weight:700;
      letter-spacing:.4px;
      margin-bottom:14px;
    }.wpc-scope-80 .tc-wp-content-root .caitc-decoration{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(96,165,250,.18), transparent 70%);
      pointer-events:none;
    }.wpc-scope-80 .tc-wp-content-root .caitc-top-right{
      right:-120px;
      top:-120px;
    }.wpc-scope-80 .tc-wp-content-root .caitc-bottom-left{
      left:-120px;
      bottom:-120px;
    }.wpc-scope-80 .tc-wp-content-root .caitc-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .8s ease;
    }.wpc-scope-80 .tc-wp-content-root .caitc-reveal.show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .caitc-section{padding:55px 0;}.tc-wp-content-root .caitc-container{padding:0 14px;}.tc-wp-content-root .caitc-section-title{font-size:28px;}.tc-wp-content-root .caitc-intro{font-size:14px;}.tc-wp-content-root .caitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .caitc-card{padding:20px;}.tc-wp-content-root .caitc-card h3{font-size:18px;}.tc-wp-content-root .caitc-card p{font-size:14px;}.tc-wp-content-root .caitc-step{padding:20px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .caitc-section{padding:60px 0;}.tc-wp-content-root .caitc-container{padding:0 16px;}.tc-wp-content-root .caitc-section-title{font-size:30px;}.tc-wp-content-root .caitc-intro{font-size:15px;}.tc-wp-content-root .caitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .caitc-card{padding:22px;}.tc-wp-content-root .caitc-card h3{font-size:19px;}.tc-wp-content-root .caitc-card p{font-size:15px;}.tc-wp-content-root .caitc-step{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .caitc-section{padding:65px 0;}.tc-wp-content-root .caitc-container{padding:0 18px;}.tc-wp-content-root .caitc-section-title{font-size:34px;}.tc-wp-content-root .caitc-intro{font-size:16px;}.tc-wp-content-root .caitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .caitc-card{padding:24px;}.tc-wp-content-root .caitc-card h3{font-size:20px;}.tc-wp-content-root .caitc-card p{font-size:15px;}.tc-wp-content-root .caitc-step{padding:24px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .caitc-section{padding:80px 0;}.tc-wp-content-root .caitc-container{padding:0 24px;}.tc-wp-content-root .caitc-section-title{font-size:38px;}.tc-wp-content-root .caitc-intro{font-size:17px;}.tc-wp-content-root .caitc-grid.two-col{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .caitc-grid.three-col{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .caitc-grid{gap:24px;}.tc-wp-content-root .caitc-card{padding:26px;}.tc-wp-content-root .caitc-card h3{font-size:21px;}.tc-wp-content-root .caitc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .caitc-section{padding:95px 0;}.tc-wp-content-root .caitc-section-title{font-size:42px;}.tc-wp-content-root .caitc-intro{font-size:18px;}.tc-wp-content-root .caitc-grid.three-col{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .caitc-grid.two-col{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .caitc-grid{gap:28px;}.tc-wp-content-root .caitc-card h3{font-size:22px;}.tc-wp-content-root .caitc-card p{font-size:16px;}}