@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-23 .tc-wp-content-root img, .wpc-scope-23 .tc-wp-content-root video, .wpc-scope-23 .tc-wp-content-root svg, .wpc-scope-23 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-23 .tc-wp-content-root .ohiotax-premium-wrapper{
      width:100%;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:#1f2937;
      overflow:hidden;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-premium-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-premium-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-white{
      background:#ffffff;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-soft{
      background:#f8fafc;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-premium-section::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:linear-gradient(135deg,#2563eb20,#06b6d420);
      top:-120px;
      right:-80px;
      pointer-events:none;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-heading{
      text-align:center;
      margin-bottom:14px;
      font-weight:800;
      color:#0f172a;
      line-height:1.2;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-intro{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      color:#475569;
      line-height:1.8;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-card{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:22px;
      padding:26px;
      box-shadow:0 10px 30px rgba(15,23,42,.06);
      transition:.35s ease;
      position:relative;
      height:100%;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(37,99,235,.12);
      border-color:#bfdbfe;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-card::before{
      content:"";
      width:44px;
      height:44px;
      border-radius:14px;
      display:block;
      margin-bottom:16px;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
      opacity:.12;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-card h3{
      margin:0 0 12px;
      color:#0f172a;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-card p{
      margin:0;
      color:#475569;
      line-height:1.8;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step-wrap{
      display:grid;
      gap:22px;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step{
      position:relative;
      background:#fff;
      border-radius:24px;
      border:1px solid #e2e8f0;
      padding:30px;
      display:flex;
      gap:24px;
      align-items:flex-start;
      box-shadow:0 10px 25px rgba(15,23,42,.05);
      transition:.35s ease;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step:hover{
      transform:translateY(-4px);
      box-shadow:0 18px 35px rgba(37,99,235,.10);
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
      box-shadow:0 10px 20px rgba(37,99,235,.25);
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step h3{
      margin:0 0 10px;
      color:#0f172a;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-step p{
      margin:0;
      color:#475569;
      line-height:1.8;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:linear-gradient(135deg,#dbeafe,#ecfeff);
      color:#1e40af;
      font-size:13px;
      font-weight:700;
      margin-bottom:16px;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-badge::before{
      content:"●";
      color:#06b6d4;
      animation:ohiotaxPulse 2s infinite;
    }@keyframes ohiotaxPulse{
      0%,100%{transform:scale(1);}
      50%{transform:scale(1.25);}
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-reveal{
      opacity:0;
      transform:translateY(35px);
      transition:all .7s ease;
    }.wpc-scope-23 .tc-wp-content-root .ohiotax-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ohiotax-premium-section{
        padding:50px 14px;
      }.tc-wp-content-root .ohiotax-heading{
        font-size:26px;
      }.tc-wp-content-root .ohiotax-intro{
        font-size:14px;
      }.tc-wp-content-root .ohiotax-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .ohiotax-card{
        padding:20px;
      }.tc-wp-content-root .ohiotax-card h3{
        font-size:18px;
      }.tc-wp-content-root .ohiotax-card p{
        font-size:14px;
      }.tc-wp-content-root .ohiotax-step{
        padding:20px;
        flex-direction:column;
      }.tc-wp-content-root .ohiotax-step-number{
        width:60px;
        height:60px;
        min-width:60px;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ohiotax-premium-section{
        padding:60px 18px;
      }.tc-wp-content-root .ohiotax-heading{
        font-size:28px;
      }.tc-wp-content-root .ohiotax-intro{
        font-size:15px;
      }.tc-wp-content-root .ohiotax-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .ohiotax-card{
        padding:22px;
      }.tc-wp-content-root .ohiotax-card h3{
        font-size:19px;
      }.tc-wp-content-root .ohiotax-card p{
        font-size:15px;
      }.tc-wp-content-root .ohiotax-step{
        flex-direction:column;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ohiotax-premium-section{
        padding:70px 22px;
      }.tc-wp-content-root .ohiotax-heading{
        font-size:30px;
      }.tc-wp-content-root .ohiotax-intro{
        font-size:16px;
      }.tc-wp-content-root .ohiotax-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .ohiotax-card{
        padding:24px;
      }.tc-wp-content-root .ohiotax-card h3{
        font-size:20px;
      }.tc-wp-content-root .ohiotax-card p{
        font-size:15px;
      }.tc-wp-content-root .ohiotax-step{
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ohiotax-premium-section{
        padding:80px 28px;
      }.tc-wp-content-root .ohiotax-heading{
        font-size:34px;
      }.tc-wp-content-root .ohiotax-intro{
        font-size:17px;
      }.tc-wp-content-root .ohiotax-grid{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .ohiotax-card{
        padding:24px;
      }.tc-wp-content-root .ohiotax-card h3{
        font-size:20px;
      }.tc-wp-content-root .ohiotax-card p{
        font-size:15px;
      }}@media (min-width:1024px){.tc-wp-content-root .ohiotax-premium-section{
        padding:95px 30px;
      }.tc-wp-content-root .ohiotax-heading{
        font-size:40px;
      }.tc-wp-content-root .ohiotax-intro{
        font-size:18px;
      }.tc-wp-content-root .ohiotax-grid{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .ohiotax-card{
        padding:28px;
      }.tc-wp-content-root .ohiotax-card h3{
        font-size:21px;
      }.tc-wp-content-root .ohiotax-card p{
        font-size:16px;
      }}