@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-90 .tc-wp-content-root img, .wpc-scope-90 .tc-wp-content-root video, .wpc-scope-90 .tc-wp-content-root svg, .wpc-scope-90 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-90 .tc-wp-content-root .scitc-wrapper{
      --primary:#1e88e5;
      --secondary:#42a5f5;
      --accent:#90caf9;
      --text:#1f2937;
      --muted:#64748b;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5edf5;
      --shadow:0 10px 30px rgba(30,136,229,0.08);
      --radius:22px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-90 .tc-wp-content-root .scitc-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-90 .tc-wp-content-root .scitc-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-90 .tc-wp-content-root .scitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-90 .tc-wp-content-root .scitc-white{
      background:#fff;
    }.wpc-scope-90 .tc-wp-content-root .scitc-off{
      background:var(--off);
    }.wpc-scope-90 .tc-wp-content-root .scitc-heading{
      text-align:center;
      margin-bottom:40px;
      position:relative;
      z-index:2;
    }.wpc-scope-90 .tc-wp-content-root .scitc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      color:var(--text);
      line-height:1.2;
    }.wpc-scope-90 .tc-wp-content-root .scitc-heading p{
      max-width:780px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-90 .tc-wp-content-root .scitc-accent{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      opacity:.08;
      filter:blur(20px);
      pointer-events:none;
    }.wpc-scope-90 .tc-wp-content-root .scitc-accent.left{
      left:-120px;
      top:-60px;
    }.wpc-scope-90 .tc-wp-content-root .scitc-accent.right{
      right:-120px;
      bottom:-80px;
    }.wpc-scope-90 .tc-wp-content-root .scitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-90 .tc-wp-content-root .scitc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-90 .tc-wp-content-root .scitc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(30,136,229,.14);
      border-color:#c9def8;
    }.wpc-scope-90 .tc-wp-content-root .scitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--primary),var(--secondary));
    }.wpc-scope-90 .tc-wp-content-root .scitc-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;
      position:relative;
    }.wpc-scope-90 .tc-wp-content-root .scitc-icon:after{
      content:"";
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      opacity:.95;
    }.wpc-scope-90 .tc-wp-content-root .scitc-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:var(--text);
    }.wpc-scope-90 .tc-wp-content-root .scitc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-90 .tc-wp-content-root .scitc-step{
      display:flex;
      gap:24px;
      align-items:flex-start;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
    }.wpc-scope-90 .tc-wp-content-root .scitc-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-90 .tc-wp-content-root .scitc-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:24px;
      box-shadow:0 10px 25px rgba(30,136,229,.25);
    }.wpc-scope-90 .tc-wp-content-root .scitc-step-content h3{
      margin:0 0 10px;
      font-weight:700;
    }.wpc-scope-90 .tc-wp-content-root .scitc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-90 .tc-wp-content-root .scitc-badge{
      display:inline-block;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(30,136,229,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }.wpc-scope-90 .tc-wp-content-root .scitc-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .7s ease;
    }.wpc-scope-90 .tc-wp-content-root .scitc-reveal.scitc-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .scitc-section{padding:55px 14px;}.tc-wp-content-root .scitc-container{padding:0 2px;}.tc-wp-content-root .scitc-heading h2{font-size:26px;}.tc-wp-content-root .scitc-heading p{font-size:14px;}.tc-wp-content-root .scitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .scitc-card{padding:22px;}.tc-wp-content-root .scitc-card h3{font-size:18px;}.tc-wp-content-root .scitc-card p{font-size:14px;}.tc-wp-content-root .scitc-step{padding:22px;flex-direction:column;}.tc-wp-content-root .scitc-step-content h3{font-size:18px;}.tc-wp-content-root .scitc-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .scitc-section{padding:60px 16px;}.tc-wp-content-root .scitc-container{padding:0 4px;}.tc-wp-content-root .scitc-heading h2{font-size:28px;}.tc-wp-content-root .scitc-heading p{font-size:15px;}.tc-wp-content-root .scitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .scitc-card{padding:24px;}.tc-wp-content-root .scitc-card h3{font-size:19px;}.tc-wp-content-root .scitc-card p{font-size:15px;}.tc-wp-content-root .scitc-step{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .scitc-section{padding:65px 20px;}.tc-wp-content-root .scitc-container{padding:0 6px;}.tc-wp-content-root .scitc-heading h2{font-size:30px;}.tc-wp-content-root .scitc-heading p{font-size:16px;}.tc-wp-content-root .scitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .scitc-card{padding:26px;}.tc-wp-content-root .scitc-step{padding:26px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .scitc-section{padding:75px 28px;}.tc-wp-content-root .scitc-container{padding:0 10px;}.tc-wp-content-root .scitc-heading h2{font-size:36px;}.tc-wp-content-root .scitc-heading p{font-size:17px;}.tc-wp-content-root .scitc-grid.scitc-three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .scitc-grid.scitc-steps{grid-template-columns:1fr;}.tc-wp-content-root .scitc-card{padding:28px;}.tc-wp-content-root .scitc-step{padding:28px;}.tc-wp-content-root .scitc-grid{gap:24px;}}@media (min-width:1024px){.tc-wp-content-root .scitc-section{padding:90px 32px;}.tc-wp-content-root .scitc-container{padding:0 12px;}.tc-wp-content-root .scitc-heading h2{font-size:42px;}.tc-wp-content-root .scitc-heading p{font-size:18px;}.tc-wp-content-root .scitc-grid.scitc-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .scitc-grid.scitc-steps{grid-template-columns:1fr;}.tc-wp-content-root .scitc-grid{gap:26px;}.tc-wp-content-root .scitc-card{padding:30px;}.tc-wp-content-root .scitc-step{padding:30px;}}