   .hita-tax-sections-wrapper{
      width:100%;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color:#1f2937;
      overflow:hidden;
      background:#ffffff;
    }

    .hita-tax-sections-wrapper .hita-container{
      max-width:1200px;
      margin:0 auto;
      padding:60px 20px;
    }

    .hita-tax-sections-wrapper .hita-title{
      text-align:center;
      font-size:34px;
      font-weight:800;
      letter-spacing:-0.5px;
      margin-bottom:10px;
      background:linear-gradient(90deg,#0ea5e9,#6366f1,#22c55e);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }

    .hita-tax-sections-wrapper .hita-subtitle{
      text-align:center;
      font-size:16px;
      color:#4b5563;
      max-width:780px;
      margin:0 auto 40px auto;
      line-height:1.6;
    }

    .hita-tax-sections-wrapper .hita-section{
      margin-bottom:60px;
    }

    .hita-tax-sections-wrapper .hita-section.alt{
      background:#f8fafc;
      border-radius:18px;
      padding:40px 20px;
    }

    .hita-tax-sections-wrapper .hita-section h2{
      text-align:center;
      font-size:28px;
      margin-bottom:10px;
      font-weight:800;
    }

    .hita-tax-sections-wrapper .hita-section p.hita-intro{
      text-align:center;
      font-size:15px;
      color:#6b7280;
      max-width:750px;
      margin:0 auto 30px auto;
      line-height:1.6;
    }

    /* GRID */
    .hita-tax-sections-wrapper .hita-grid{
      display:grid;
      gap:18px;
    }

    /* SECTION 1 GRID */
    .hita-tax-sections-wrapper .grid-6{
      grid-template-columns:repeat(3,1fr);
    }

    /* SECTION 2 STEPS */
    .hita-tax-sections-wrapper .grid-steps{
      grid-template-columns:1fr;
    }

    /* SECTION 3 GRID */
    .hita-tax-sections-wrapper .grid-6-alt{
      grid-template-columns:repeat(3,1fr);
    }

    /* SECTION 4 GRID */
    .hita-tax-sections-wrapper .grid-3{
      grid-template-columns:repeat(3,1fr);
    }

    /* CARDS */
    .hita-tax-sections-wrapper .hita-card{
      background:#ffffff;
      border:1px solid #e5e7eb;
      border-radius:16px;
      padding:22px;
      box-shadow:0 10px 25px rgba(0,0,0,0.05);
      transition:all .25s ease;
      position:relative;
      overflow:hidden;
      min-height:140px;
    }

    .hita-tax-sections-wrapper .hita-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 35px rgba(0,0,0,0.08);
      border-color:#c7d2fe;
    }

    .hita-tax-sections-wrapper .hita-card h3{
      font-size:16px;
      margin-bottom:8px;
      font-weight:700;
    }

    .hita-tax-sections-wrapper .hita-card p{
      font-size:14px;
      color:#6b7280;
      line-height:1.5;
    }

    /* accent dot */
    .hita-tax-sections-wrapper .hita-card::before{
      content:"";
      position:absolute;
      top:12px;
      right:12px;
      width:10px;
      height:10px;
      border-radius:50%;
      background:linear-gradient(135deg,#0ea5e9,#6366f1);
      opacity:0.8;
    }

    /* STEP CARDS */
    .hita-tax-sections-wrapper .step-card{
      display:flex;
      gap:16px;
      align-items:flex-start;
      padding:26px;
      background:#ffffff;
      border:1px solid #e5e7eb;
      border-radius:18px;
      box-shadow:0 10px 25px rgba(0,0,0,0.04);
      transition:all .3s ease;
    }

    .hita-tax-sections-wrapper .step-card:hover{
      transform:translateX(6px);
      border-color:#93c5fd;
    }

    .hita-tax-sections-wrapper .step-badge{
      min-width:38px;
      height:38px;
      border-radius:12px;
      background:linear-gradient(135deg,#0ea5e9,#6366f1);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      font-size:14px;
      box-shadow:0 10px 20px rgba(99,102,241,0.2);
    }

    .hita-tax-sections-wrapper .step-card h3{
      font-size:16px;
      font-weight:700;
      margin-bottom:6px;
    }

    .hita-tax-sections-wrapper .step-card p{
      font-size:14px;
      color:#6b7280;
      line-height:1.5;
    }

    /* RESPONSIVE */
    @media (min-width:320px) and (max-width:374px){
      .hita-tax-sections-wrapper .hita-container{padding:40px 14px;}
      .hita-tax-sections-wrapper .hita-title{font-size:24px;}
      .hita-tax-sections-wrapper .hita-section h2{font-size:20px;}
      .hita-tax-sections-wrapper .grid-6,
      .hita-tax-sections-wrapper .grid-6-alt,
      .hita-tax-sections-wrapper .grid-3{grid-template-columns:1fr;}
      .hita-tax-sections-wrapper .step-card{flex-direction:column;}
    }

    @media (min-width:375px) and (max-width:429px){
      .hita-tax-sections-wrapper .hita-container{padding:45px 16px;}
      .hita-tax-sections-wrapper .hita-title{font-size:26px;}
      .hita-tax-sections-wrapper .hita-section h2{font-size:22px;}
      .hita-tax-sections-wrapper .grid-6,
      .hita-tax-sections-wrapper .grid-6-alt,
      .hita-tax-sections-wrapper .grid-3{grid-template-columns:1fr;}
    }

    @media (min-width:430px) and (max-width:767px){
      .hita-tax-sections-wrapper .hita-container{padding:50px 18px;}
      .hita-tax-sections-wrapper .hita-title{font-size:28px;}
      .hita-tax-sections-wrapper .hita-section h2{font-size:24px;}
      .hita-tax-sections-wrapper .grid-6,
      .hita-tax-sections-wrapper .grid-6-alt,
      .hita-tax-sections-wrapper .grid-3{grid-template-columns:1fr;}
    }

    @media (min-width:768px) and (max-width:1023px){
      .hita-tax-sections-wrapper .hita-container{padding:55px 22px;}
      .hita-tax-sections-wrapper .hita-title{font-size:30px;}
      .hita-tax-sections-wrapper .hita-section h2{font-size:26px;}
      .hita-tax-sections-wrapper .grid-6,
      .hita-tax-sections-wrapper .grid-6-alt,
      .hita-tax-sections-wrapper .grid-3{grid-template-columns:repeat(2,1fr);}
    }

    @media (min-width:1024px){
      .hita-tax-sections-wrapper .hita-container{padding:70px 30px;}

      .hita-tax-sections-wrapper .grid-6{grid-template-columns:repeat(3,1fr);}
      .hita-tax-sections-wrapper .grid-6-alt{grid-template-columns:repeat(3,1fr);}
      .hita-tax-sections-wrapper .grid-3{grid-template-columns:repeat(3,1fr);}
      .hita-tax-sections-wrapper .grid-steps{grid-template-columns:1fr;}
    }

    /* fade animation */
    .hita-tax-sections-wrapper .fade-up{
      opacity:0;
      transform:translateY(18px);
      transition:all .6s ease;
    }

    .hita-tax-sections-wrapper .fade-up.show{
      opacity:1;
      transform:translateY(0);
    }