@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-57 .tc-wp-content-root img, .wpc-scope-57 .tc-wp-content-root video, .wpc-scope-57 .tc-wp-content-root svg, .wpc-scope-57 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper{
      --accent-1:#0ea5e9;
      --accent-2:#2563eb;
      --accent-3:#14b8a6;
      --text:#1f2937;
      --muted:#64748b;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 30px rgba(37,99,235,0.08);
      --radius:22px;
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
      position:relative;
      z-index:2;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-white{
      background:#fff;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-soft{
      background:var(--soft);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-heading{
      text-align:center;
      max-width:850px;
      margin:0 auto 42px;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#0f172a;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-accent{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:16px;
      padding:8px 14px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
      background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(37,99,235,.12));
      color:var(--accent-2);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-accent::before{
      content:"";
      width:10px;
      height:10px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent-1),var(--accent-2));
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-card:hover{
      transform:translateY(-6px);
      border-color:rgba(37,99,235,.25);
      box-shadow:0 20px 40px rgba(37,99,235,.12);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent-1),var(--accent-2),var(--accent-3));
      border-radius:22px 22px 0 0;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(37,99,235,.16));
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-icon::before{
      content:"";
      width:20px;
      height:20px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent-1),var(--accent-2));
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{
      margin:0 0 12px;
      color:#0f172a;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      flex-grow:1;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:28px;
      display:flex;
      gap:24px;
      align-items:flex-start;
      box-shadow:var(--shadow);
      transition:.35s ease;
      position:relative;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,var(--accent-1),var(--accent-2));
      box-shadow:0 12px 25px rgba(37,99,235,.2);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step-content h3{
      margin:0 0 10px;
      color:#0f172a;
      font-weight:700;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-badge{
      position:absolute;
      top:18px;
      right:18px;
      background:rgba(14,165,233,.08);
      color:var(--accent-2);
      padding:6px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-reveal.sc-visible{
      opacity:1;
      transform:translateY(0);
    }.wpc-scope-57 .tc-wp-content-root .sc-tax-content-wrapper .sc-section::after{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(14,165,233,.08),transparent 70%);
      top:-120px;
      right:-120px;
      pointer-events:none;
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .sc-tax-content-wrapper .sc-section{padding:60px 0;}.tc-wp-content-root .sc-tax-content-wrapper .sc-container{padding:0 14px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{font-size:28px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{font-size:14px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card{padding:20px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{font-size:18px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card p{font-size:14px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-step{padding:20px;gap:16px;flex-direction:column;}.tc-wp-content-root .sc-tax-content-wrapper .sc-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .sc-tax-content-wrapper .sc-section{padding:70px 0;}.tc-wp-content-root .sc-tax-content-wrapper .sc-container{padding:0 16px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{font-size:30px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{font-size:15px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card{padding:22px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{font-size:19px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card p{font-size:15px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-step{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .sc-tax-content-wrapper .sc-section{padding:80px 0;}.tc-wp-content-root .sc-tax-content-wrapper .sc-container{padding:0 18px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{font-size:34px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{font-size:16px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card{padding:24px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{font-size:20px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card p{font-size:15px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .sc-tax-content-wrapper .sc-section{padding:90px 0;}.tc-wp-content-root .sc-tax-content-wrapper .sc-container{padding:0 24px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{font-size:40px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{font-size:17px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card{padding:26px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{font-size:20px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .sc-tax-content-wrapper .sc-section{padding:110px 0;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading h2{font-size:46px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-heading p{font-size:18px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-grid-3{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card h3{font-size:21px;}.tc-wp-content-root .sc-tax-content-wrapper .sc-card p{font-size:16px;}}