@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-21 .tc-wp-content-root img, .wpc-scope-21 .tc-wp-content-root video, .wpc-scope-21 .tc-wp-content-root svg, .wpc-scope-21 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-21 .tc-wp-content-root .vic-tax-sections{
      --accent1:#2563eb;
      --accent2:#14b8a6;
      --text:#1f2937;
      --muted:#64748b;
      --border:#e5e7eb;
      --bg:#ffffff;
      --bg-soft:#f8fafc;
      --shadow:0 10px 30px rgba(37,99,235,0.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      position:relative;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-white{
      background:#fff;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-soft{
      background:var(--bg-soft);
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-section::before{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(37,99,235,.08), transparent 70%);
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-heading{
      text-align:center;
      margin-bottom:40px;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-size:13px;
      font-weight:700;
      letter-spacing:.4px;
      margin-bottom:16px;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:#fff;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#0f172a;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-heading p{
      max-width:820px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
      height:100%;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(37,99,235,.14);
      border-color:#c7d2fe;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card-inner{
      height:100%;
      display:flex;
      flex-direction:column;
      position:relative;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      position:relative;
      margin-bottom:18px;
      flex-shrink:0;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-icon::after{
      content:"";
      position:absolute;
      inset:13px;
      border:2px solid rgba(255,255,255,.95);
      border-radius:10px;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.35;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      display:flex;
      align-items:flex-start;
      gap:22px;
      position:relative;
      overflow:hidden;
      transition:all .35s ease;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-step:hover{
      transform:translateY(-4px);
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-step-num{
      min-width:74px;
      width:74px;
      height:74px;
      border-radius:20px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      box-shadow:0 10px 25px rgba(37,99,235,.18);
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-step-content h3{
      margin:0 0 10px;
      color:#0f172a;
      font-weight:700;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-trust{
      position:relative;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-trust::after{
      content:"";
      position:absolute;
      width:140px;
      height:140px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(20,184,166,.15),rgba(37,99,235,.08));
      right:-50px;
      bottom:-50px;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-reveal{
      opacity:0;
      transform:translateY(28px);
      transition:opacity .7s ease, transform .7s ease;
    }.wpc-scope-21 .tc-wp-content-root .vic-tax-sections .vtx-reveal.vtx-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .vic-tax-sections .vtx-section{padding:55px 0;}.tc-wp-content-root .vic-tax-sections .vtx-container{padding:0 14px;}.tc-wp-content-root .vic-tax-sections .vtx-heading h2{font-size:28px;}.tc-wp-content-root .vic-tax-sections .vtx-heading p{font-size:14px;}.tc-wp-content-root .vic-tax-sections .vtx-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .vic-tax-sections .vtx-card-inner{padding:22px;}.tc-wp-content-root .vic-tax-sections .vtx-card h3{font-size:18px;}.tc-wp-content-root .vic-tax-sections .vtx-card p{font-size:14px;}.tc-wp-content-root .vic-tax-sections .vtx-step{padding:20px;flex-direction:column;}.tc-wp-content-root .vic-tax-sections .vtx-step-content h3{font-size:20px;}.tc-wp-content-root .vic-tax-sections .vtx-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .vic-tax-sections .vtx-section{padding:60px 0;}.tc-wp-content-root .vic-tax-sections .vtx-container{padding:0 18px;}.tc-wp-content-root .vic-tax-sections .vtx-heading h2{font-size:30px;}.tc-wp-content-root .vic-tax-sections .vtx-heading p{font-size:15px;}.tc-wp-content-root .vic-tax-sections .vtx-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .vic-tax-sections .vtx-card-inner{padding:24px;}.tc-wp-content-root .vic-tax-sections .vtx-card h3{font-size:19px;}.tc-wp-content-root .vic-tax-sections .vtx-card p{font-size:15px;}.tc-wp-content-root .vic-tax-sections .vtx-step{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .vic-tax-sections .vtx-section{padding:70px 0;}.tc-wp-content-root .vic-tax-sections .vtx-container{padding:0 22px;}.tc-wp-content-root .vic-tax-sections .vtx-heading h2{font-size:34px;}.tc-wp-content-root .vic-tax-sections .vtx-heading p{font-size:16px;}.tc-wp-content-root .vic-tax-sections .vtx-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .vic-tax-sections .vtx-card-inner{padding:26px;}.tc-wp-content-root .vic-tax-sections .vtx-card h3{font-size:20px;}.tc-wp-content-root .vic-tax-sections .vtx-card p{font-size:15px;}.tc-wp-content-root .vic-tax-sections .vtx-step{padding:24px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .vic-tax-sections .vtx-section{padding:80px 0;}.tc-wp-content-root .vic-tax-sections .vtx-container{padding:0 28px;}.tc-wp-content-root .vic-tax-sections .vtx-heading h2{font-size:38px;}.tc-wp-content-root .vic-tax-sections .vtx-heading p{font-size:17px;}.tc-wp-content-root .vic-tax-sections .vtx-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .vic-tax-sections .vtx-card-inner{padding:28px;}.tc-wp-content-root .vic-tax-sections .vtx-card h3{font-size:21px;}.tc-wp-content-root .vic-tax-sections .vtx-card p{font-size:15px;}.tc-wp-content-root .vic-tax-sections .vtx-step{padding:28px;}}@media (min-width:1024px){.tc-wp-content-root .vic-tax-sections .vtx-section{padding:100px 0;}.tc-wp-content-root .vic-tax-sections .vtx-container{padding:0 24px;}.tc-wp-content-root .vic-tax-sections .vtx-heading h2{font-size:44px;}.tc-wp-content-root .vic-tax-sections .vtx-heading p{font-size:18px;}.tc-wp-content-root .vic-tax-sections .vtx-grid{grid-template-columns:repeat(3,1fr);gap:26px;}.tc-wp-content-root .vic-tax-sections .vtx-card-inner{padding:30px;}.tc-wp-content-root .vic-tax-sections .vtx-card h3{font-size:22px;}.tc-wp-content-root .vic-tax-sections .vtx-card p{font-size:16px;}.tc-wp-content-root .vic-tax-sections .vtx-step{padding:32px;}}