@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-26 .tc-wp-content-root img, .wpc-scope-26 .tc-wp-content-root video, .wpc-scope-26 .tc-wp-content-root svg, .wpc-scope-26 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper{
      --accent1:#2563eb;
      --accent2:#06b6d4;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 12px 35px rgba(37,99,235,.08);
      width:100%;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .section{
      position:relative;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .section-title{
      text-align:center;
      color:var(--text);
      font-weight:800;
      margin:0 0 12px;
      line-height:1.2;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .section-intro{
      text-align:center;
      color:var(--muted);
      max-width:820px;
      margin:0 auto 35px;
      line-height:1.7;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:24px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      overflow:hidden;
      height:100%;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .card:hover{
      transform:translateY(-6px);
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .card h3{
      margin:0 0 12px;
      color:var(--text);
      font-weight:700;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .card p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .badge{
      width:52px;
      height:52px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:800;
      margin-bottom:16px;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .white-bg{
      background:#fff;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .off-bg{
      background:var(--off);
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .step-card{
      display:flex;
      gap:20px;
      align-items:flex-start;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .step-number{
      min-width:64px;
      height:64px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
      font-weight:800;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .reveal{
      opacity:0;
      transform:translateY(30px);
      transition:.7s ease;
    }.wpc-scope-26 .tc-wp-content-root .ny-tax-content-wrapper .reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ny-tax-content-wrapper .section{padding:55px 14px;}.tc-wp-content-root .ny-tax-content-wrapper .container{padding:0 2px;}.tc-wp-content-root .ny-tax-content-wrapper .section-title{font-size:24px;}.tc-wp-content-root .ny-tax-content-wrapper .section-intro{font-size:14px;}.tc-wp-content-root .ny-tax-content-wrapper .grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .ny-tax-content-wrapper .card{padding:18px;}.tc-wp-content-root .ny-tax-content-wrapper .card h3{font-size:18px;}.tc-wp-content-root .ny-tax-content-wrapper .card p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ny-tax-content-wrapper .section{padding:60px 18px;}.tc-wp-content-root .ny-tax-content-wrapper .section-title{font-size:26px;}.tc-wp-content-root .ny-tax-content-wrapper .section-intro{font-size:15px;}.tc-wp-content-root .ny-tax-content-wrapper .grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .ny-tax-content-wrapper .card{padding:20px;}.tc-wp-content-root .ny-tax-content-wrapper .card h3{font-size:19px;}.tc-wp-content-root .ny-tax-content-wrapper .card p{font-size:15px;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ny-tax-content-wrapper .section{padding:65px 22px;}.tc-wp-content-root .ny-tax-content-wrapper .section-title{font-size:28px;}.tc-wp-content-root .ny-tax-content-wrapper .section-intro{font-size:16px;}.tc-wp-content-root .ny-tax-content-wrapper .grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .ny-tax-content-wrapper .card h3{font-size:20px;}.tc-wp-content-root .ny-tax-content-wrapper .card p{font-size:15px;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ny-tax-content-wrapper .section{padding:75px 28px;}.tc-wp-content-root .ny-tax-content-wrapper .section-title{font-size:34px;}.tc-wp-content-root .ny-tax-content-wrapper .section-intro{font-size:17px;}.tc-wp-content-root .ny-tax-content-wrapper .grid.six-cards{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .ny-tax-content-wrapper .grid.three-cards{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .ny-tax-content-wrapper .grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .ny-tax-content-wrapper .grid{gap:24px;}.tc-wp-content-root .ny-tax-content-wrapper .card h3{font-size:21px;}.tc-wp-content-root .ny-tax-content-wrapper .card p{font-size:16px;}}@media (min-width:1024px){.tc-wp-content-root .ny-tax-content-wrapper .section{padding:90px 30px;}.tc-wp-content-root .ny-tax-content-wrapper .section-title{font-size:40px;}.tc-wp-content-root .ny-tax-content-wrapper .section-intro{font-size:18px;}.tc-wp-content-root .ny-tax-content-wrapper .grid.six-cards{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .ny-tax-content-wrapper .grid.three-cards{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .ny-tax-content-wrapper .grid.steps{grid-template-columns:1fr;}.tc-wp-content-root .ny-tax-content-wrapper .grid{gap:26px;}.tc-wp-content-root .ny-tax-content-wrapper .card h3{font-size:22px;}.tc-wp-content-root .ny-tax-content-wrapper .card p{font-size:16px;}}