@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-85 .tc-wp-content-root img, .wpc-scope-85 .tc-wp-content-root video, .wpc-scope-85 .tc-wp-content-root svg, .wpc-scope-85 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-85 .tc-wp-content-root .witc-wrapper{
      --accent1:#0077c8;
      --accent2:#4facfe;
      --accent3:#00c6ff;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f7fafc;
      --border:#e5eef5;
      --shadow:0 12px 35px rgba(0,119,200,.08);
      width:100%;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      overflow:hidden;
    }.wpc-scope-85 .tc-wp-content-root .witc-container{
      max-width:1200px;
      margin:0 auto;
      box-sizing:border-box;
    }.wpc-scope-85 .tc-wp-content-root .witc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-85 .tc-wp-content-root .witc-section.white{
      background:#fff;
    }.wpc-scope-85 .tc-wp-content-root .witc-section.offwhite{
      background:var(--off);
    }.wpc-scope-85 .tc-wp-content-root .witc-section::before{
      content:"";
      position:absolute;
      top:-120px;
      right:-120px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent2),transparent);
      opacity:.08;
      pointer-events:none;
    }.wpc-scope-85 .tc-wp-content-root .witc-head{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
    }.wpc-scope-85 .tc-wp-content-root .witc-head h2{
      margin:0 0 14px;
      color:#111827;
      font-weight:800;
      line-height:1.2;
      letter-spacing:-.03em;
    }.wpc-scope-85 .tc-wp-content-root .witc-head p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-85 .tc-wp-content-root .witc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-85 .tc-wp-content-root .witc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
      box-sizing:border-box;
    }.wpc-scope-85 .tc-wp-content-root .witc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(0,119,200,.12);
      border-color:#cfe9ff;
    }.wpc-scope-85 .tc-wp-content-root .witc-card::before{
      content:"";
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:block;
      margin-bottom:18px;
      opacity:.12;
    }.wpc-scope-85 .tc-wp-content-root .witc-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:#111827;
      line-height:1.3;
    }.wpc-scope-85 .tc-wp-content-root .witc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      flex-grow:1;
    }.wpc-scope-85 .tc-wp-content-root .witc-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-85 .tc-wp-content-root .witc-step{
      position:relative;
      background:#fff;
      border-radius:24px;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      display:flex;
      align-items:flex-start;
      gap:24px;
      transition:.35s ease;
    }.wpc-scope-85 .tc-wp-content-root .witc-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-85 .tc-wp-content-root .witc-step-num{
      min-width:70px;
      height:70px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--accent1),var(--accent3));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:24px;
      box-shadow:0 10px 25px rgba(0,119,200,.25);
    }.wpc-scope-85 .tc-wp-content-root .witc-step-content h3{
      margin:0 0 10px;
      color:#111827;
      font-weight:700;
    }.wpc-scope-85 .tc-wp-content-root .witc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-85 .tc-wp-content-root .witc-badge{
      position:absolute;
      top:16px;
      right:16px;
      padding:7px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      background:#eef8ff;
      color:var(--accent1);
    }.wpc-scope-85 .tc-wp-content-root .witc-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:all .7s ease;
    }.wpc-scope-85 .tc-wp-content-root .witc-reveal.active{
      opacity:1;
      transform:none;
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .witc-section{padding:55px 0;}.tc-wp-content-root .witc-container{padding:0 14px;}.tc-wp-content-root .witc-head h2{font-size:26px;}.tc-wp-content-root .witc-head p{font-size:14px;}.tc-wp-content-root .witc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .witc-card{padding:22px;}.tc-wp-content-root .witc-card h3{font-size:18px;}.tc-wp-content-root .witc-card p{font-size:14px;}.tc-wp-content-root .witc-step{padding:20px;flex-direction:column;}.tc-wp-content-root .witc-step-content h3{font-size:18px;}.tc-wp-content-root .witc-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .witc-section{padding:60px 0;}.tc-wp-content-root .witc-container{padding:0 18px;}.tc-wp-content-root .witc-head h2{font-size:28px;}.tc-wp-content-root .witc-head p{font-size:15px;}.tc-wp-content-root .witc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .witc-card{padding:24px;}.tc-wp-content-root .witc-card h3{font-size:19px;}.tc-wp-content-root .witc-card p{font-size:15px;}.tc-wp-content-root .witc-step{padding:24px;flex-direction:column;}.tc-wp-content-root .witc-step-content h3{font-size:19px;}.tc-wp-content-root .witc-step-content p{font-size:15px;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .witc-section{padding:65px 0;}.tc-wp-content-root .witc-container{padding:0 22px;}.tc-wp-content-root .witc-head h2{font-size:31px;}.tc-wp-content-root .witc-head p{font-size:16px;}.tc-wp-content-root .witc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .witc-card{padding:26px;}.tc-wp-content-root .witc-card h3{font-size:20px;}.tc-wp-content-root .witc-card p{font-size:15px;}.tc-wp-content-root .witc-step{padding:26px;flex-direction:column;}.tc-wp-content-root .witc-step-content h3{font-size:20px;}.tc-wp-content-root .witc-step-content p{font-size:15px;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .witc-section{padding:75px 0;}.tc-wp-content-root .witc-container{padding:0 30px;}.tc-wp-content-root .witc-head h2{font-size:36px;}.tc-wp-content-root .witc-head p{font-size:17px;}.tc-wp-content-root .witc-grid.two{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .witc-grid.three{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .witc-grid{gap:24px;}.tc-wp-content-root .witc-card{padding:28px;}.tc-wp-content-root .witc-card h3{font-size:21px;}.tc-wp-content-root .witc-card p{font-size:16px;}.tc-wp-content-root .witc-step{padding:28px;}}@media (min-width:1024px){.tc-wp-content-root .witc-section{padding:90px 0;}.tc-wp-content-root .witc-container{padding:0 24px;}.tc-wp-content-root .witc-head h2{font-size:42px;}.tc-wp-content-root .witc-head p{font-size:18px;}.tc-wp-content-root .witc-grid.three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .witc-grid.two{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .witc-grid{gap:28px;}.tc-wp-content-root .witc-card{padding:30px;}.tc-wp-content-root .witc-card h3{font-size:22px;}.tc-wp-content-root .witc-card p{font-size:16px;}.tc-wp-content-root .witc-step{padding:32px;}.tc-wp-content-root .witc-step-content h3{font-size:24px;}.tc-wp-content-root .witc-step-content p{font-size:16px;}}