@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-62 .tc-wp-content-root img, .wpc-scope-62 .tc-wp-content-root video, .wpc-scope-62 .tc-wp-content-root svg, .wpc-scope-62 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-wrapper{
      --primary:#0f766e;
      --secondary:#14b8a6;
      --accent:#22c55e;
      --bg:#ffffff;
      --soft:#f8fafc;
      --text:#0f172a;
      --muted:#475569;
      --border:#e2e8f0;
      --shadow:0 10px 35px rgba(15,118,110,.08);
      --radius:22px;
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-white{
      background:#fff;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-soft{
      background:var(--soft);
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-section-title{
      text-align:center;
      font-weight:800;
      line-height:1.2;
      margin:0 0 14px;
      color:var(--text);
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-intro{
      text-align:center;
      color:var(--muted);
      max-width:820px;
      margin:0 auto 40px;
      line-height:1.75;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-card{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
      transition:.35s ease;
      height:100%;
      overflow:hidden;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(15,118,110,.14);
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-card h3{
      margin:0 0 12px;
      color:var(--text);
      font-weight:700;
    }.wpc-scope-62 .tc-wp-content-root .uitc-utah-tax-card p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
    }.wpc-scope-62 .tc-wp-content-root .uitc-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      margin-bottom:18px;
      position:relative;
      background:linear-gradient(135deg,rgba(20,184,166,.15),rgba(34,197,94,.15));
    }.wpc-scope-62 .tc-wp-content-root .uitc-icon:before{
      content:"";
      position:absolute;
      inset:13px;
      border-radius:10px;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
    }.wpc-scope-62 .tc-wp-content-root .uitc-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;
      height:34px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      font-size:13px;
      font-weight:700;
      margin-bottom:15px;
    }.wpc-scope-62 .tc-wp-content-root .uitc-timeline{
      display:flex;
      flex-direction:column;
      gap:24px;
    }.wpc-scope-62 .tc-wp-content-root .uitc-step-card{
      position:relative;
      display:flex;
      gap:24px;
      align-items:flex-start;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:30px;
      box-shadow:var(--shadow);
      transition:.35s ease;
    }.wpc-scope-62 .tc-wp-content-root .uitc-step-card:hover{
      transform:translateY(-6px);
    }.wpc-scope-62 .tc-wp-content-root .uitc-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(--primary),var(--secondary));
      box-shadow:0 10px 25px rgba(20,184,166,.25);
    }.wpc-scope-62 .tc-wp-content-root .uitc-step-content h3{
      margin:0 0 10px;
    }.wpc-scope-62 .tc-wp-content-root .uitc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-62 .tc-wp-content-root .uitc-deco{
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      background:linear-gradient(135deg,rgba(20,184,166,.08),rgba(34,197,94,.08));
    }.wpc-scope-62 .tc-wp-content-root .uitc-deco-1{
      width:220px;
      height:220px;
      top:-70px;
      right:-70px;
    }.wpc-scope-62 .tc-wp-content-root .uitc-deco-2{
      width:180px;
      height:180px;
      bottom:-60px;
      left:-60px;
    }.wpc-scope-62 .tc-wp-content-root .uitc-reveal{
      opacity:0;
      transform:translateY(24px);
      transition:all .7s ease;
    }.wpc-scope-62 .tc-wp-content-root .uitc-reveal.uitc-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .uitc-utah-tax-section{
        padding:55px 14px;
      }.tc-wp-content-root .uitc-utah-tax-container{
        padding:0;
      }.tc-wp-content-root .uitc-utah-tax-section-title{
        font-size:28px;
      }.tc-wp-content-root .uitc-utah-tax-intro{
        font-size:15px;
      }.tc-wp-content-root .uitc-utah-tax-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .uitc-utah-tax-card{
        padding:22px;
      }.tc-wp-content-root .uitc-utah-tax-card h3{
        font-size:19px;
      }.tc-wp-content-root .uitc-utah-tax-card p{
        font-size:14px;
      }.tc-wp-content-root .uitc-step-card{
        flex-direction:column;
        padding:24px;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .uitc-utah-tax-section{
        padding:60px 18px;
      }.tc-wp-content-root .uitc-utah-tax-section-title{
        font-size:30px;
      }.tc-wp-content-root .uitc-utah-tax-intro{
        font-size:15px;
      }.tc-wp-content-root .uitc-utah-tax-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .uitc-utah-tax-card{
        padding:24px;
      }.tc-wp-content-root .uitc-step-card{
        flex-direction:column;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .uitc-utah-tax-section{
        padding:70px 22px;
      }.tc-wp-content-root .uitc-utah-tax-section-title{
        font-size:34px;
      }.tc-wp-content-root .uitc-utah-tax-intro{
        font-size:16px;
      }.tc-wp-content-root .uitc-utah-tax-grid{
        grid-template-columns:1fr;
        gap:22px;
      }.tc-wp-content-root .uitc-step-card{
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .uitc-utah-tax-section{
        padding:80px 30px;
      }.tc-wp-content-root .uitc-utah-tax-section-title{
        font-size:40px;
      }.tc-wp-content-root .uitc-utah-tax-intro{
        font-size:17px;
      }.tc-wp-content-root .uitc-utah-tax-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .uitc-utah-tax-card{
        padding:26px;
      }}@media (min-width:1024px){.tc-wp-content-root .uitc-utah-tax-section{
        padding:95px 32px;
      }.tc-wp-content-root .uitc-utah-tax-section-title{
        font-size:46px;
      }.tc-wp-content-root .uitc-utah-tax-intro{
        font-size:18px;
      }.tc-wp-content-root .uitc-utah-tax-grid.three{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .uitc-utah-tax-card{
        padding:30px;
      }.tc-wp-content-root .uitc-utah-tax-card h3{
        font-size:22px;
      }.tc-wp-content-root .uitc-utah-tax-card p{
        font-size:15px;
      }}