@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-160 .tc-wp-content-root img, .wpc-scope-160 .tc-wp-content-root video, .wpc-scope-160 .tc-wp-content-root svg, .wpc-scope-160 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-160 .tc-wp-content-root .sdfg-wrap{
      --accent1:#ffb347;
      --accent2:#ff6b6b;
      --accent3:#ffd166;
      --text:#1f2937;
      --muted:#6b7280;
      --bg:#ffffff;
      --bg-soft:#fffaf3;
      --border:#ececec;
      --shadow:0 10px 30px rgba(0,0,0,.06);
      --radius:22px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      line-height:1.7;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-white{
      background:#fff;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-soft{
      background:var(--bg-soft);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-heading{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      position:relative;
      z-index:2;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-heading h2{
      margin:0 0 14px;
      font-weight:800;
      letter-spacing:-0.03em;
      color:var(--text);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-heading p{
      margin:0;
      color:var(--muted);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-accent{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      opacity:.08;
      filter:blur(20px);
      pointer-events:none;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-accent.a1{
      top:-120px;
      left:-80px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-accent.a2{
      right:-100px;
      bottom:-120px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-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%;
      box-sizing:border-box;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-card:hover{
      transform:translateY(-6px);
      box-shadow:0 20px 40px rgba(0,0,0,.10);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      border-radius:22px 22px 0 0;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:800;
      margin-bottom:18px;
      box-shadow:0 10px 25px rgba(255,107,107,.22);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-card h3{
      margin:0 0 10px;
      font-weight:700;
      color:var(--text);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-card p{
      margin:0;
      color:var(--muted);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:30px;
      box-shadow:var(--shadow);
      display:flex;
      gap:24px;
      align-items:flex-start;
      transition:.35s ease;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      box-shadow:0 12px 25px rgba(255,107,107,.22);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-step-content h3{
      margin:0 0 8px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-step-content p{
      margin:0;
      color:var(--muted);
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-badge{
      display:inline-block;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,179,71,.12);
      color:#b45309;
      font-size:12px;
      font-weight:700;
      margin-bottom:12px;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .8s ease;
    }.wpc-scope-160 .tc-wp-content-root .sdfg-wrap .sdfg-reveal.sdfg-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .sdfg-wrap .sdfg-section{padding:55px 0;}.tc-wp-content-root .sdfg-wrap .sdfg-container{padding:0 14px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading h2{font-size:28px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading p{font-size:14px;}.tc-wp-content-root .sdfg-wrap .sdfg-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .sdfg-wrap .sdfg-card{padding:20px;}.tc-wp-content-root .sdfg-wrap .sdfg-card h3{font-size:18px;}.tc-wp-content-root .sdfg-wrap .sdfg-card p{font-size:14px;}.tc-wp-content-root .sdfg-wrap .sdfg-step{padding:22px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .sdfg-wrap .sdfg-section{padding:60px 0;}.tc-wp-content-root .sdfg-wrap .sdfg-container{padding:0 16px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading h2{font-size:30px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading p{font-size:15px;}.tc-wp-content-root .sdfg-wrap .sdfg-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .sdfg-wrap .sdfg-card{padding:22px;}.tc-wp-content-root .sdfg-wrap .sdfg-card h3{font-size:19px;}.tc-wp-content-root .sdfg-wrap .sdfg-card p{font-size:15px;}.tc-wp-content-root .sdfg-wrap .sdfg-step{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .sdfg-wrap .sdfg-section{padding:65px 0;}.tc-wp-content-root .sdfg-wrap .sdfg-container{padding:0 18px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading h2{font-size:34px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading p{font-size:16px;}.tc-wp-content-root .sdfg-wrap .sdfg-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .sdfg-wrap .sdfg-card{padding:24px;}.tc-wp-content-root .sdfg-wrap .sdfg-card h3{font-size:20px;}.tc-wp-content-root .sdfg-wrap .sdfg-card p{font-size:15px;}.tc-wp-content-root .sdfg-wrap .sdfg-step{padding:26px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .sdfg-wrap .sdfg-section{padding:80px 0;}.tc-wp-content-root .sdfg-wrap .sdfg-container{padding:0 24px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading h2{font-size:40px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading p{font-size:17px;}.tc-wp-content-root .sdfg-wrap .sdfg-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .sdfg-wrap .sdfg-card{padding:26px;}.tc-wp-content-root .sdfg-wrap .sdfg-card h3{font-size:21px;}.tc-wp-content-root .sdfg-wrap .sdfg-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .sdfg-wrap .sdfg-section{padding:100px 0;}.tc-wp-content-root .sdfg-wrap .sdfg-container{padding:0 20px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading h2{font-size:46px;}.tc-wp-content-root .sdfg-wrap .sdfg-heading p{font-size:18px;}.tc-wp-content-root .sdfg-wrap .sdfg-grid{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .sdfg-wrap .sdfg-card h3{font-size:22px;}.tc-wp-content-root .sdfg-wrap .sdfg-card p{font-size:16px;}}