@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-25 .tc-wp-content-root img, .wpc-scope-25 .tc-wp-content-root video, .wpc-scope-25 .tc-wp-content-root svg, .wpc-scope-25 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap{
  --accent1:#0ea5e9;
  --accent2:#2563eb;
  --accent3:#60a5fa;
  --text:#1e293b;
  --muted:#64748b;
  --white:#ffffff;
  --soft:#f8fafc;
  --border:#e2e8f0;
  --shadow:0 12px 35px rgba(37,99,235,.08);
  --radius:22px;
  width:100%;
  position:relative;
  overflow:hidden;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-section{
  position:relative;
  padding:90px 0;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-white{
  background:#fff;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-soft{
  background:var(--soft);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-section::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(14,165,233,.08),transparent 70%);
  top:-80px;
  right:-120px;
  pointer-events:none;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-heading{
  text-align:center;
  margin-bottom:55px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  color:var(--accent2);
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-heading h2{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.2;
  color:var(--text);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-heading p{
  margin:0 auto;
  max-width:760px;
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-grid{
  display:grid;
  gap:26px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{
  grid-template-columns:repeat(3,1fr);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card{
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
  transition:.35s ease;
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(37,99,235,.14);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  margin-bottom:18px;
  position:relative;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-icon::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:10px;
  border:2px solid rgba(255,255,255,.85);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card h3{
  margin:0 0 12px;
  font-size:21px;
  line-height:1.3;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
  font-size:15px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-steps{
  display:grid;
  gap:24px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step{
  position:relative;
  background:#fff;
  border-radius:24px;
  padding:30px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  display:flex;
  gap:24px;
  align-items:flex-start;
  transition:.35s ease;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step:hover{
  transform:translateY(-6px);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step-number{
  min-width:74px;
  width:74px;
  height:74px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  color:#fff;
  font-size:26px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(37,99,235,.25);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step-content h3{
  margin:0 0 10px;
  font-size:24px;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step-content p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-trust{
  background:linear-gradient(180deg,#fff,#fcfdff);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card.reveal, .wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step.reveal{
  opacity:0;
  transform:translateY(30px);
}.wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-card.reveal.utc-show, .wpc-scope-25 .tc-wp-content-root .utah-tax-content-wrap .utc-step.reveal.utc-show{
  opacity:1;
  transform:translateY(0);
  transition:all .7s ease;
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .utah-tax-content-wrap .utc-section{padding:55px 0;}.tc-wp-content-root .utah-tax-content-wrap .utc-container{padding:0 14px;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading h2{font-size:26px;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading p{font-size:14px;}.tc-wp-content-root .utah-tax-content-wrap .utc-grid, .tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .utah-tax-content-wrap .utc-card{padding:20px;}.tc-wp-content-root .utah-tax-content-wrap .utc-card h3{font-size:18px;}.tc-wp-content-root .utah-tax-content-wrap .utc-card p{font-size:14px;}.tc-wp-content-root .utah-tax-content-wrap .utc-step{padding:20px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .utah-tax-content-wrap .utc-section{padding:60px 0;}.tc-wp-content-root .utah-tax-content-wrap .utc-container{padding:0 16px;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading h2{font-size:28px;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading p{font-size:15px;}.tc-wp-content-root .utah-tax-content-wrap .utc-grid, .tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .utah-tax-content-wrap .utc-card{padding:22px;}.tc-wp-content-root .utah-tax-content-wrap .utc-step{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .utah-tax-content-wrap .utc-section{padding:65px 0;}.tc-wp-content-root .utah-tax-content-wrap .utc-container{padding:0 18px;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading h2{font-size:30px;}.tc-wp-content-root .utah-tax-content-wrap .utc-grid, .tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .utah-tax-content-wrap .utc-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .utah-tax-content-wrap .utc-section{padding:80px 0;}.tc-wp-content-root .utah-tax-content-wrap .utc-heading h2{font-size:34px;}.tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.tc-wp-content-root .utah-tax-content-wrap .utc-grid-3{grid-template-columns:repeat(3,1fr);}}